golden-logic-ui 1.0.251 → 1.0.252
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 +856 -852
- package/dist/golden-logic-ui.umd.cjs +6 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as ye, createElementBlock as xe, createElementVNode as N, createCommentVNode as xt, createStaticVNode as Tq, reactive as Eq, resolveComponent as ky, Fragment as Co, createVNode as cb, normalizeClass as
|
|
1
|
+
import { openBlock as ye, createElementBlock as xe, createElementVNode as N, createCommentVNode as xt, createStaticVNode as Tq, reactive as Eq, resolveComponent as ky, Fragment as Co, createVNode as cb, normalizeClass as cn, toDisplayString as bt, withModifiers as oc, withDirectives as pl, vModelText as vm, renderList as kr, normalizeStyle as Aq, computed as Fc, renderSlot as vf, ref as Ko, onMounted as b1, watch as ST, createTextVNode as So, vShow as n5, nextTick as Dj, createBlock as Ty, resolveDynamicComponent as o5, mergeProps as t5, withCtx as U8, vModelDynamic as Dq, provide as YG, inject as XG, pushScopeId as Oq, popScopeId as Rq, vModelCheckbox as JG, onBeforeUnmount as $q, toHandlers as Ej, onUnmounted as Mq, TransitionGroup as Pq, unref as Nq, resolveDirective as QG, markRaw as Bq } from "vue";
|
|
2
2
|
const Jr = ($, me) => {
|
|
3
3
|
const se = $.__vccOpts || $;
|
|
4
4
|
for (const [Ee, he] of me)
|
|
@@ -254,13 +254,13 @@ function SK($, me, se, Ee, he, J) {
|
|
|
254
254
|
onCancelDelete: J.closeDeleteModal
|
|
255
255
|
}, null, 8, ["isOpen", "onConfirmDelete", "onCancelDelete"]),
|
|
256
256
|
N("div", {
|
|
257
|
-
class:
|
|
257
|
+
class: cn([{
|
|
258
258
|
"border-red-500 dark:border-red-500": he.error_message_data !== "",
|
|
259
259
|
"border-gray-200 dark:border-gray-700": he.error_message_data == ""
|
|
260
260
|
}, "w-full p-4 bg-white border rounded-lg shadow dark:bg-gray-800"])
|
|
261
261
|
}, [
|
|
262
262
|
N("label", {
|
|
263
|
-
class:
|
|
263
|
+
class: cn({
|
|
264
264
|
"gl-label-form": he.error_message_data == "",
|
|
265
265
|
"gl-label-form-invalid": he.error_message_data !== "",
|
|
266
266
|
required: se.is_required
|
|
@@ -341,7 +341,7 @@ function SK($, me, se, Ee, he, J) {
|
|
|
341
341
|
], 2)
|
|
342
342
|
], 64);
|
|
343
343
|
}
|
|
344
|
-
const
|
|
344
|
+
const bae = /* @__PURE__ */ Jr(Gq, [["render", SK]]), _K = {
|
|
345
345
|
components: {},
|
|
346
346
|
props: {
|
|
347
347
|
field_name: {
|
|
@@ -391,7 +391,7 @@ function AK($, me, se, Ee, he, J) {
|
|
|
391
391
|
}, null, 8, TK),
|
|
392
392
|
N("label", {
|
|
393
393
|
for: Oe + "_" + se.field_name,
|
|
394
|
-
class:
|
|
394
|
+
class: cn([{
|
|
395
395
|
"border md:!rounded-s-lg": Q === 0,
|
|
396
396
|
"border md:!rounded-e-lg": Q === he.locals.length - 1,
|
|
397
397
|
"border-t border-b": Q !== 0 && Q !== he.locals.length - 1
|
|
@@ -400,7 +400,7 @@ function AK($, me, se, Ee, he, J) {
|
|
|
400
400
|
]))), 256))
|
|
401
401
|
]);
|
|
402
402
|
}
|
|
403
|
-
const
|
|
403
|
+
const vae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark" }, OK = { class: "px-3 py-4 border-b border-stroke dark:border-strokedark" }, RK = { class: "font-semibold text-black dark:text-white" }, yae = {
|
|
404
404
|
__name: "GlCard",
|
|
405
405
|
props: {
|
|
406
406
|
class: {
|
|
@@ -415,7 +415,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
415
415
|
setup($) {
|
|
416
416
|
const me = $, se = Fc(() => me.class), Ee = Fc(() => me.body_class);
|
|
417
417
|
return (he, J) => (ye(), xe("div", {
|
|
418
|
-
class:
|
|
418
|
+
class: cn(["flex flex-col gap-9", se.value])
|
|
419
419
|
}, [
|
|
420
420
|
N("div", DK, [
|
|
421
421
|
N("div", OK, [
|
|
@@ -425,7 +425,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
425
425
|
]),
|
|
426
426
|
he.$slots.body ? (ye(), xe("div", {
|
|
427
427
|
key: 0,
|
|
428
|
-
class:
|
|
428
|
+
class: cn(["p-6", Ee.value])
|
|
429
429
|
}, [
|
|
430
430
|
vf(he.$slots, "body")
|
|
431
431
|
], 2)) : xt("", !0)
|
|
@@ -454,7 +454,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
454
454
|
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
455
455
|
})
|
|
456
456
|
])
|
|
457
|
-
], -1), jK = ["id"], GK = { class: "overflow-y-auto max-h-64" }, qK = ["onClick", "onMousedown", "id"],
|
|
457
|
+
], -1), jK = ["id"], GK = { class: "overflow-y-auto max-h-64" }, qK = ["onClick", "onMousedown", "id"], wae = {
|
|
458
458
|
__name: "GlMultiSelectDropdown",
|
|
459
459
|
props: {
|
|
460
460
|
modelValue: {
|
|
@@ -639,7 +639,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
639
639
|
}), (Ge, A) => (ye(), xe(Co, null, [
|
|
640
640
|
$.show ? (ye(), xe("div", {
|
|
641
641
|
key: 0,
|
|
642
|
-
class:
|
|
642
|
+
class: cn($.field_name)
|
|
643
643
|
}, [
|
|
644
644
|
N("h3", $K, bt($.label_name), 1),
|
|
645
645
|
N("p", MK, [
|
|
@@ -649,7 +649,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
649
649
|
], 2)) : xt("", !0),
|
|
650
650
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
651
651
|
key: 1,
|
|
652
|
-
class:
|
|
652
|
+
class: cn($.field_name)
|
|
653
653
|
}, [
|
|
654
654
|
(ye(!0), xe(Co, null, kr(Oe.value, (Xt, nt) => (ye(), xe("input", {
|
|
655
655
|
type: "hidden",
|
|
@@ -659,7 +659,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
659
659
|
}, null, 8, BK))), 128)),
|
|
660
660
|
$.options ? (ye(), xe("div", IK, [
|
|
661
661
|
N("label", {
|
|
662
|
-
class:
|
|
662
|
+
class: cn({
|
|
663
663
|
"gl-label-form": $.error_message == "",
|
|
664
664
|
"gl-label-form-invalid": $.error_message !== "",
|
|
665
665
|
required: $.is_required
|
|
@@ -699,7 +699,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
699
699
|
]),
|
|
700
700
|
N("i", {
|
|
701
701
|
onClick: A[1] || (A[1] = (Xt) => Ro()),
|
|
702
|
-
class:
|
|
702
|
+
class: cn([He.value ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),
|
|
703
703
|
style: { top: "11px" }
|
|
704
704
|
}, null, 2)
|
|
705
705
|
]),
|
|
@@ -725,7 +725,7 @@ const yae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
725
725
|
]),
|
|
726
726
|
N("div", GK, [
|
|
727
727
|
(ye(!0), xe(Co, null, kr(Wo.value, (Xt, nt) => (ye(), xe("div", {
|
|
728
|
-
class:
|
|
728
|
+
class: cn([
|
|
729
729
|
"block px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",
|
|
730
730
|
nt + 1 == Q.value || mn(Xt.id) ? "bg-gray-100 dark:bg-gray-600" : ""
|
|
731
731
|
]),
|
|
@@ -820,7 +820,7 @@ function XK($, me, se, Ee, he, J) {
|
|
|
820
820
|
return se.is_loading ? (ye(), Ty(o5("button"), {
|
|
821
821
|
key: 1,
|
|
822
822
|
disabled: "",
|
|
823
|
-
class:
|
|
823
|
+
class: cn(` h-[2.5rem] flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${J.buttonTypeClass}`)
|
|
824
824
|
}, {
|
|
825
825
|
default: U8(() => [
|
|
826
826
|
YK,
|
|
@@ -838,14 +838,14 @@ function XK($, me, se, Ee, he, J) {
|
|
|
838
838
|
default: U8(() => [
|
|
839
839
|
se.icon ? (ye(), xe("i", {
|
|
840
840
|
key: 0,
|
|
841
|
-
class:
|
|
841
|
+
class: cn([se.icon, "text-base"])
|
|
842
842
|
}, null, 2)) : xt("", !0),
|
|
843
843
|
vf($.$slots, "default")
|
|
844
844
|
]),
|
|
845
845
|
_: 3
|
|
846
846
|
}, 16, ["type", "disabled", "href", "class"]));
|
|
847
847
|
}
|
|
848
|
-
const
|
|
848
|
+
const xae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold ptext-lg dark:text-white" }, QK = ["name", "id"], eY = ["id"], tY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), nY = ["for"], oY = /* @__PURE__ */ N("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), sY = ["name", "id"], rY = ["required", "name", "id", "type"], aY = { class: "gl-span-form-error" }, lY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Cae = {
|
|
849
849
|
__name: "GlTextareaTranslate",
|
|
850
850
|
props: {
|
|
851
851
|
is_required: {
|
|
@@ -917,7 +917,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
917
917
|
}), me({ focus: () => J.value.focus() }), (Q, He) => (ye(), xe(Co, null, [
|
|
918
918
|
$.show ? (ye(), xe("div", {
|
|
919
919
|
key: 0,
|
|
920
|
-
class:
|
|
920
|
+
class: cn($.field_name)
|
|
921
921
|
}, [
|
|
922
922
|
N("h3", JK, bt($.label_name), 1),
|
|
923
923
|
pl(N("input", {
|
|
@@ -939,10 +939,10 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
939
939
|
], 2)) : xt("", !0),
|
|
940
940
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
941
941
|
key: 1,
|
|
942
|
-
class:
|
|
942
|
+
class: cn(["mb-4", $.field_name])
|
|
943
943
|
}, [
|
|
944
944
|
N("label", {
|
|
945
|
-
class:
|
|
945
|
+
class: cn({
|
|
946
946
|
"gl-label-translation-form": $.error_message == "",
|
|
947
947
|
"gl-label-translation-form-invalid": $.error_message !== "",
|
|
948
948
|
required: $.is_required
|
|
@@ -964,7 +964,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
964
964
|
required: $.is_required,
|
|
965
965
|
name: $.field_name,
|
|
966
966
|
id: $.field_name,
|
|
967
|
-
class:
|
|
967
|
+
class: cn({
|
|
968
968
|
" gl-textarea-form form-input-translation mt-4 ": $.error_message == "",
|
|
969
969
|
" gl-textarea-form-invalid form-input-translation mt-4 ": $.error_message !== ""
|
|
970
970
|
}),
|
|
@@ -981,7 +981,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
981
981
|
], 2))
|
|
982
982
|
], 64));
|
|
983
983
|
}
|
|
984
|
-
}, cY = { class: "font-bold ptext-lg dark:text-white" }, iY = ["name", "id"], uY = ["id"], dY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), mY = ["for"], fY = /* @__PURE__ */ N("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), gY = ["name", "id"], hY = ["name", "id", "type"], pY = { class: "gl-span-form-error" }, bY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
984
|
+
}, cY = { class: "font-bold ptext-lg dark:text-white" }, iY = ["name", "id"], uY = ["id"], dY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), mY = ["for"], fY = /* @__PURE__ */ N("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), gY = ["name", "id"], hY = ["name", "id", "type"], pY = { class: "gl-span-form-error" }, bY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Sae = {
|
|
985
985
|
__name: "GlTinymceTranslate",
|
|
986
986
|
props: {
|
|
987
987
|
is_required: {
|
|
@@ -1057,7 +1057,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1057
1057
|
}), me({ focus: () => J.value.focus() }), (Q, He) => (ye(), xe(Co, null, [
|
|
1058
1058
|
$.show ? (ye(), xe("div", {
|
|
1059
1059
|
key: 0,
|
|
1060
|
-
class:
|
|
1060
|
+
class: cn($.field_name)
|
|
1061
1061
|
}, [
|
|
1062
1062
|
N("h3", cY, bt($.label_name), 1),
|
|
1063
1063
|
pl(N("input", {
|
|
@@ -1079,10 +1079,10 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1079
1079
|
], 2)) : xt("", !0),
|
|
1080
1080
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
1081
1081
|
key: 1,
|
|
1082
|
-
class:
|
|
1082
|
+
class: cn(["mb-4", $.field_name])
|
|
1083
1083
|
}, [
|
|
1084
1084
|
N("label", {
|
|
1085
|
-
class:
|
|
1085
|
+
class: cn({
|
|
1086
1086
|
"gl-label-translation-form": $.error_message == "",
|
|
1087
1087
|
"gl-label-translation-form-invalid": $.error_message !== "",
|
|
1088
1088
|
required: $.is_required
|
|
@@ -1103,7 +1103,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1103
1103
|
N("textarea", {
|
|
1104
1104
|
name: $.field_name,
|
|
1105
1105
|
id: $.field_name,
|
|
1106
|
-
class:
|
|
1106
|
+
class: cn(["tiny", {
|
|
1107
1107
|
" gl-textarea-form form-input-translation mt-4 ": $.error_message == "",
|
|
1108
1108
|
" gl-textarea-form-invalid form-input-translation mt-4 ": $.error_message !== ""
|
|
1109
1109
|
}]),
|
|
@@ -1120,7 +1120,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1120
1120
|
], 2))
|
|
1121
1121
|
], 64));
|
|
1122
1122
|
}
|
|
1123
|
-
}, vY = { class: "font-bold ptext-lg dark:text-white" }, yY = ["name", "id"], wY = ["id"], xY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), CY = ["for"], SY = /* @__PURE__ */ N("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), _Y = ["name", "id"], kY = ["required", "name", "id", "type"], TY = { class: "gl-span-form-error" }, EY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
1123
|
+
}, vY = { class: "font-bold ptext-lg dark:text-white" }, yY = ["name", "id"], wY = ["id"], xY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), CY = ["for"], SY = /* @__PURE__ */ N("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), _Y = ["name", "id"], kY = ["required", "name", "id", "type"], TY = { class: "gl-span-form-error" }, EY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, _ae = {
|
|
1124
1124
|
__name: "GlTextTranslate",
|
|
1125
1125
|
props: {
|
|
1126
1126
|
is_required: {
|
|
@@ -1192,7 +1192,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1192
1192
|
}), me({ focus: () => J.value.focus() }), (Q, He) => (ye(), xe(Co, null, [
|
|
1193
1193
|
$.show ? (ye(), xe("div", {
|
|
1194
1194
|
key: 0,
|
|
1195
|
-
class:
|
|
1195
|
+
class: cn($.field_name)
|
|
1196
1196
|
}, [
|
|
1197
1197
|
N("h3", vY, bt($.label_name), 1),
|
|
1198
1198
|
pl(N("input", {
|
|
@@ -1213,10 +1213,10 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1213
1213
|
], 2)) : xt("", !0),
|
|
1214
1214
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
1215
1215
|
key: 1,
|
|
1216
|
-
class:
|
|
1216
|
+
class: cn(["mb-4", $.field_name])
|
|
1217
1217
|
}, [
|
|
1218
1218
|
N("label", {
|
|
1219
|
-
class:
|
|
1219
|
+
class: cn({
|
|
1220
1220
|
"gl-label-translation-form": $.error_message == "",
|
|
1221
1221
|
"gl-label-translation-form-invalid": $.error_message !== "",
|
|
1222
1222
|
required: $.is_required
|
|
@@ -1238,7 +1238,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1238
1238
|
required: $.is_required,
|
|
1239
1239
|
name: $.field_name,
|
|
1240
1240
|
id: $.field_name,
|
|
1241
|
-
class:
|
|
1241
|
+
class: cn({
|
|
1242
1242
|
" gl-input-form form-input-translation mt-2 ": $.error_message == "",
|
|
1243
1243
|
" gl-input-form-invalid form-input-translation mt-2 ": $.error_message !== ""
|
|
1244
1244
|
}),
|
|
@@ -1253,7 +1253,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1253
1253
|
], 2))
|
|
1254
1254
|
], 64));
|
|
1255
1255
|
}
|
|
1256
|
-
}, AY = { class: "font-bold dark:text-white" }, DY = { class: "mt-1 text-gray-900 dark:text-white" }, OY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), RY = ["for"], $Y = ["required", "name", "id", "type", "placeholder"], MY = { class: "gl-span-form-error" }, PY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
1256
|
+
}, AY = { class: "font-bold dark:text-white" }, DY = { class: "mt-1 text-gray-900 dark:text-white" }, OY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), RY = ["for"], $Y = ["required", "name", "id", "type", "placeholder"], MY = { class: "gl-span-form-error" }, PY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, kae = {
|
|
1257
1257
|
__name: "GlTextInput",
|
|
1258
1258
|
props: {
|
|
1259
1259
|
is_required: {
|
|
@@ -1314,7 +1314,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1314
1314
|
return me({ focus: () => J.value.focus() }), (Q, He) => (ye(), xe(Co, null, [
|
|
1315
1315
|
$.show ? (ye(), xe("div", {
|
|
1316
1316
|
key: 0,
|
|
1317
|
-
class:
|
|
1317
|
+
class: cn($.field_name)
|
|
1318
1318
|
}, [
|
|
1319
1319
|
N("h3", AY, bt($.label_name), 1),
|
|
1320
1320
|
N("p", DY, bt($.type == "password" ? $.modelValue.replace(/./g, "*") : $.modelValue), 1),
|
|
@@ -1322,11 +1322,11 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1322
1322
|
], 2)) : xt("", !0),
|
|
1323
1323
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
1324
1324
|
key: 1,
|
|
1325
|
-
class:
|
|
1325
|
+
class: cn($.field_name)
|
|
1326
1326
|
}, [
|
|
1327
1327
|
$.label_name ? (ye(), xe("label", {
|
|
1328
1328
|
key: 0,
|
|
1329
|
-
class:
|
|
1329
|
+
class: cn({
|
|
1330
1330
|
"gl-label-form": $.error_message == "",
|
|
1331
1331
|
"gl-label-form-invalid": $.error_message !== "",
|
|
1332
1332
|
required: $.is_required
|
|
@@ -1337,7 +1337,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1337
1337
|
required: $.is_required,
|
|
1338
1338
|
name: $.field_name,
|
|
1339
1339
|
id: $.field_name,
|
|
1340
|
-
class:
|
|
1340
|
+
class: cn({
|
|
1341
1341
|
"gl-input-form": $.error_message == "",
|
|
1342
1342
|
"gl-input-form-invalid": $.error_message !== ""
|
|
1343
1343
|
}),
|
|
@@ -1355,7 +1355,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1355
1355
|
], 2))
|
|
1356
1356
|
], 64));
|
|
1357
1357
|
}
|
|
1358
|
-
}, NY = { class: "font-bold dark:text-white" }, BY = { class: "mt-1 text-gray-900 dark:text-white" }, IY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), LY = ["for"], FY = { class: "flex justify-between gap-1 flex-col md:flex-row text-center" }, HY = ["required", "name", "id", "placeholder"], VY = /* @__PURE__ */ N("span", { class: "mx-4 text-gray-500 md:mt-2" }, "to", -1), zY = ["required", "name", "id", "placeholder"], UY = { class: "text-center" }, WY = { class: "gl-span-form-error" }, ZY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
1358
|
+
}, NY = { class: "font-bold dark:text-white" }, BY = { class: "mt-1 text-gray-900 dark:text-white" }, IY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), LY = ["for"], FY = { class: "flex justify-between gap-1 flex-col md:flex-row text-center" }, HY = ["required", "name", "id", "placeholder"], VY = /* @__PURE__ */ N("span", { class: "mx-4 text-gray-500 md:mt-2" }, "to", -1), zY = ["required", "name", "id", "placeholder"], UY = { class: "text-center" }, WY = { class: "gl-span-form-error" }, ZY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Tae = {
|
|
1359
1359
|
__name: "GlDateRangePicker",
|
|
1360
1360
|
props: {
|
|
1361
1361
|
is_required: {
|
|
@@ -1418,7 +1418,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1418
1418
|
return (gt, jt) => (ye(), xe(Co, null, [
|
|
1419
1419
|
$.show ? (ye(), xe("div", {
|
|
1420
1420
|
key: 0,
|
|
1421
|
-
class:
|
|
1421
|
+
class: cn($.field_name)
|
|
1422
1422
|
}, [
|
|
1423
1423
|
N("h3", NY, bt($.label_name), 1),
|
|
1424
1424
|
N("p", BY, bt($.modelValue.start) + " to " + bt($.modelValue.end), 1),
|
|
@@ -1426,10 +1426,10 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1426
1426
|
], 2)) : xt("", !0),
|
|
1427
1427
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
1428
1428
|
key: 1,
|
|
1429
|
-
class:
|
|
1429
|
+
class: cn($.field_name)
|
|
1430
1430
|
}, [
|
|
1431
1431
|
N("label", {
|
|
1432
|
-
class:
|
|
1432
|
+
class: cn({
|
|
1433
1433
|
"gl-label-form": $.error_message == "" && he.value == "",
|
|
1434
1434
|
"gl-label-form-invalid": $.error_message !== "" || he.value !== "",
|
|
1435
1435
|
required: $.is_required
|
|
@@ -1441,7 +1441,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1441
1441
|
required: $.is_required,
|
|
1442
1442
|
name: $.field_name + "Start",
|
|
1443
1443
|
id: $.field_name + "Start",
|
|
1444
|
-
class:
|
|
1444
|
+
class: cn({
|
|
1445
1445
|
"gl-input-form": $.error_message == "" && he.value == "",
|
|
1446
1446
|
"gl-input-form-invalid": $.error_message !== "" || he.value !== ""
|
|
1447
1447
|
}),
|
|
@@ -1456,7 +1456,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1456
1456
|
required: $.is_required,
|
|
1457
1457
|
name: $.field_name + "End",
|
|
1458
1458
|
id: $.field_name + "End",
|
|
1459
|
-
class:
|
|
1459
|
+
class: cn({
|
|
1460
1460
|
"gl-input-form": $.error_message == "" && he.value == "",
|
|
1461
1461
|
"gl-input-form-invalid": $.error_message !== "" || he.value !== ""
|
|
1462
1462
|
}),
|
|
@@ -1474,7 +1474,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1474
1474
|
], 2))
|
|
1475
1475
|
], 64));
|
|
1476
1476
|
}
|
|
1477
|
-
}, jY = { class: "font-bold ptext-lg dark:text-white" }, GY = { class: "mb-4 text-base text-gray-900 dark:text-white" }, qY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), KY = ["for"], YY = ["required", "name", "id", "placeholder"], XY = { class: "gl-span-form-error" }, JY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
1477
|
+
}, jY = { class: "font-bold ptext-lg dark:text-white" }, GY = { class: "mb-4 text-base text-gray-900 dark:text-white" }, qY = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), KY = ["for"], YY = ["required", "name", "id", "placeholder"], XY = { class: "gl-span-form-error" }, JY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Eae = {
|
|
1478
1478
|
__name: "GlTextInputFile",
|
|
1479
1479
|
props: {
|
|
1480
1480
|
is_required: {
|
|
@@ -1527,7 +1527,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1527
1527
|
return (J, Oe) => (ye(), xe(Co, null, [
|
|
1528
1528
|
$.show ? (ye(), xe("div", {
|
|
1529
1529
|
key: 0,
|
|
1530
|
-
class:
|
|
1530
|
+
class: cn($.field_name)
|
|
1531
1531
|
}, [
|
|
1532
1532
|
N("h3", jY, bt($.label_name), 1),
|
|
1533
1533
|
N("p", GY, bt($.type == "password" ? $.modelValue.replace(/./g, "*") : $.modelValue), 1),
|
|
@@ -1535,10 +1535,10 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1535
1535
|
], 2)) : xt("", !0),
|
|
1536
1536
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
1537
1537
|
key: 1,
|
|
1538
|
-
class:
|
|
1538
|
+
class: cn($.field_name)
|
|
1539
1539
|
}, [
|
|
1540
1540
|
N("label", {
|
|
1541
|
-
class:
|
|
1541
|
+
class: cn({
|
|
1542
1542
|
"gl-label-form": $.error_message == "",
|
|
1543
1543
|
"gl-label-form-invalid": $.error_message !== "",
|
|
1544
1544
|
required: $.is_required
|
|
@@ -1549,7 +1549,7 @@ const Cae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1549
1549
|
required: $.is_required,
|
|
1550
1550
|
name: $.field_name,
|
|
1551
1551
|
id: $.field_name,
|
|
1552
|
-
class:
|
|
1552
|
+
class: cn({
|
|
1553
1553
|
"gl-input-form": $.error_message == "",
|
|
1554
1554
|
"gl-input-form-invalid": $.error_message !== ""
|
|
1555
1555
|
}),
|
|
@@ -1586,10 +1586,10 @@ function lX($, me, se, Ee, he, J) {
|
|
|
1586
1586
|
class: "flex-auto -mb-px text-center"
|
|
1587
1587
|
}, [
|
|
1588
1588
|
N("a", {
|
|
1589
|
-
class:
|
|
1589
|
+
class: cn([{ "text-slate-600 bg-white dark:bg-meta-4": Ee.selectedTitle != Oe.title, "text-white bg-slate-600 dark:bg-primary": Ee.selectedTitle === Oe.title }, "block px-5 py-3 text-xs font-bold leading-normal rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])
|
|
1590
1590
|
}, [
|
|
1591
1591
|
N("i", {
|
|
1592
|
-
class:
|
|
1592
|
+
class: cn([Oe.icon, "mr-1 text-base"])
|
|
1593
1593
|
}, null, 2),
|
|
1594
1594
|
So(" " + bt(Oe.title), 1)
|
|
1595
1595
|
], 2)
|
|
@@ -1606,7 +1606,7 @@ function lX($, me, se, Ee, he, J) {
|
|
|
1606
1606
|
])
|
|
1607
1607
|
], 64);
|
|
1608
1608
|
}
|
|
1609
|
-
const
|
|
1609
|
+
const Aae = /* @__PURE__ */ Jr(QY, [["render", lX]]), cX = {
|
|
1610
1610
|
props: ["title"],
|
|
1611
1611
|
setup() {
|
|
1612
1612
|
return {
|
|
@@ -1622,7 +1622,7 @@ function uX($, me, se, Ee, he, J) {
|
|
|
1622
1622
|
vf($.$slots, "default")
|
|
1623
1623
|
])) : xt("", !0);
|
|
1624
1624
|
}
|
|
1625
|
-
const
|
|
1625
|
+
const Dae = /* @__PURE__ */ Jr(cX, [["render", uX]]), dX = {
|
|
1626
1626
|
props: {
|
|
1627
1627
|
elements_to_show_prop: {
|
|
1628
1628
|
type: Number,
|
|
@@ -1909,7 +1909,7 @@ const Oae = /* @__PURE__ */ Jr(cX, [["render", uX]]), dX = {
|
|
|
1909
1909
|
function hJ($, me, se, Ee, he, J) {
|
|
1910
1910
|
return ye(), xe("div", null, [
|
|
1911
1911
|
N("div", {
|
|
1912
|
-
class:
|
|
1912
|
+
class: cn(["", !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
|
|
1913
1913
|
id: "mainSliderContainer_" + $.Random_string
|
|
1914
1914
|
}, [
|
|
1915
1915
|
$.dotsNum > 0 && !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_outside_slider" ? (ye(), xe("div", fX, [
|
|
@@ -1924,7 +1924,7 @@ function hJ($, me, se, Ee, he, J) {
|
|
|
1924
1924
|
])
|
|
1925
1925
|
])) : xt("", !0),
|
|
1926
1926
|
N("div", {
|
|
1927
|
-
class:
|
|
1927
|
+
class: cn(["overflow-hidden", J.sliderContainerAction()]),
|
|
1928
1928
|
id: "sliderContainer_" + $.Random_string
|
|
1929
1929
|
}, [
|
|
1930
1930
|
N("ul", {
|
|
@@ -1933,7 +1933,7 @@ function hJ($, me, se, Ee, he, J) {
|
|
|
1933
1933
|
}, [
|
|
1934
1934
|
$.dotsNum > 0 && !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (ye(), xe("div", {
|
|
1935
1935
|
key: 0,
|
|
1936
|
-
class:
|
|
1936
|
+
class: cn(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex", se.direction_property == "rtl" ? "arrow_button_next" : "arrow_button_prev"])
|
|
1937
1937
|
}, [
|
|
1938
1938
|
N("div", SX, [
|
|
1939
1939
|
N("button", {
|
|
@@ -1948,7 +1948,7 @@ function hJ($, me, se, Ee, he, J) {
|
|
|
1948
1948
|
vf($.$slots, "default", {}, void 0, !0),
|
|
1949
1949
|
$.dotsNum > 0 && !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (ye(), xe("div", {
|
|
1950
1950
|
key: 1,
|
|
1951
|
-
class:
|
|
1951
|
+
class: cn(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button", se.direction_property == "rtl" ? "arrow_button_prev" : "arrow_button_next"])
|
|
1952
1952
|
}, [
|
|
1953
1953
|
N("div", OX, [
|
|
1954
1954
|
N("button", {
|
|
@@ -1963,22 +1963,22 @@ function hJ($, me, se, Ee, he, J) {
|
|
|
1963
1963
|
], 8, CX),
|
|
1964
1964
|
se.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (ye(), xe("div", {
|
|
1965
1965
|
key: 0,
|
|
1966
|
-
class:
|
|
1966
|
+
class: cn(["flex justify-center mb-1 space-x-1", J.sliderIndicatorsAction()])
|
|
1967
1967
|
}, [
|
|
1968
1968
|
(ye(!0), xe(Co, null, kr($.dotsNum, (Oe) => (ye(), xe("button", {
|
|
1969
1969
|
role: "button",
|
|
1970
|
-
class:
|
|
1970
|
+
class: cn(["gl-dot", { active: $.currentDot == Oe }]),
|
|
1971
1971
|
key: Oe,
|
|
1972
1972
|
onClick: (Q) => J.setDot(Oe)
|
|
1973
1973
|
}, FX, 10, IX))), 128))
|
|
1974
1974
|
], 2)) : xt("", !0),
|
|
1975
1975
|
se.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (ye(), xe("div", HX, [
|
|
1976
1976
|
N("div", {
|
|
1977
|
-
class:
|
|
1977
|
+
class: cn(["flex justify-center mb-1 space-x-1", J.sliderIndicatorsAction()])
|
|
1978
1978
|
}, [
|
|
1979
1979
|
(ye(!0), xe(Co, null, kr($.dotsNum, (Oe) => (ye(), xe("button", {
|
|
1980
1980
|
role: "button",
|
|
1981
|
-
class:
|
|
1981
|
+
class: cn(["gl-dot", { active: $.currentDot == Oe }]),
|
|
1982
1982
|
key: Oe,
|
|
1983
1983
|
onClick: (Q) => J.setDot(Oe)
|
|
1984
1984
|
}, UX, 10, VX))), 128))
|
|
@@ -1987,7 +1987,7 @@ function hJ($, me, se, Ee, he, J) {
|
|
|
1987
1987
|
N("div", ZX, [
|
|
1988
1988
|
N("div", jX, [
|
|
1989
1989
|
N("button", {
|
|
1990
|
-
class:
|
|
1990
|
+
class: cn(["p-3 rounded-full arrow_button_styles", se.direction_property == "rtl" ? "ml-3" : "mr-3"]),
|
|
1991
1991
|
onClick: me[3] || (me[3] = (Oe) => J.prev())
|
|
1992
1992
|
}, [
|
|
1993
1993
|
se.direction_property == "ltr" ? (ye(), xe("svg", GX, KX)) : xt("", !0),
|
|
@@ -2023,12 +2023,7 @@ function hJ($, me, se, Ee, he, J) {
|
|
|
2023
2023
|
], 10, mX)
|
|
2024
2024
|
]);
|
|
2025
2025
|
}
|
|
2026
|
-
const
|
|
2027
|
-
key: 0,
|
|
2028
|
-
class: "fixed left-0 top-13 z-[1055] h-full w-full overflow-y-auto overflow-x-hidden outline-none inset-0 bg-black bg-opacity-80",
|
|
2029
|
-
tabindex: "-1",
|
|
2030
|
-
"aria-hidden": "true"
|
|
2031
|
-
}, bJ = { class: "pointer-events-auto relative flex max-h-[100%] w-full flex-col overflow-hidden text-current shadow-4 outline-none bg-white border rounded-lg border-stroke dark:border-strokedark dark:bg-boxdark" }, vJ = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, yJ = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, wJ = /* @__PURE__ */ N("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
|
|
2026
|
+
const Oae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16a9"]]), pJ = { class: "pointer-events-auto relative flex max-h-[100%] w-full flex-col overflow-hidden text-current shadow-4 outline-none bg-white border rounded-lg border-stroke dark:border-strokedark dark:bg-boxdark" }, bJ = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, vJ = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, yJ = /* @__PURE__ */ N("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
|
|
2032
2027
|
/* @__PURE__ */ N("svg", {
|
|
2033
2028
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2034
2029
|
fill: "currentColor",
|
|
@@ -2042,15 +2037,19 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2042
2037
|
d: "M6 18L18 6M6 6l12 12"
|
|
2043
2038
|
})
|
|
2044
2039
|
])
|
|
2045
|
-
], -1),
|
|
2046
|
-
|
|
2047
|
-
],
|
|
2040
|
+
], -1), wJ = [
|
|
2041
|
+
yJ
|
|
2042
|
+
], xJ = { class: "flex flex-wrap items-center justify-end flex-shrink-0 p-4 border-t-2 rounded-b-md border-neutral-100 dark:border-gray-600" }, Rae = {
|
|
2048
2043
|
__name: "GlModal",
|
|
2049
2044
|
props: {
|
|
2050
2045
|
is_open: {
|
|
2051
2046
|
type: Boolean,
|
|
2052
2047
|
default: !1
|
|
2053
2048
|
},
|
|
2049
|
+
has_large_z_index: {
|
|
2050
|
+
type: Boolean,
|
|
2051
|
+
default: !1
|
|
2052
|
+
},
|
|
2054
2053
|
title: {
|
|
2055
2054
|
type: String,
|
|
2056
2055
|
default: ""
|
|
@@ -2079,26 +2078,31 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2079
2078
|
Q ? he() : J();
|
|
2080
2079
|
},
|
|
2081
2080
|
{ immediate: !0, deep: !0 }
|
|
2082
|
-
), (Q, He) => $.is_open ? (ye(), xe("div",
|
|
2081
|
+
), (Q, He) => $.is_open ? (ye(), xe("div", {
|
|
2082
|
+
key: 0,
|
|
2083
|
+
class: cn(["fixed left-0 top-13 h-full w-full overflow-y-auto overflow-x-hidden outline-none inset-0 bg-black bg-opacity-80", $.has_large_z_index ? "z-[9999]" : "z-[1055]"]),
|
|
2084
|
+
tabindex: "-1",
|
|
2085
|
+
"aria-hidden": "true"
|
|
2086
|
+
}, [
|
|
2083
2087
|
N("div", {
|
|
2084
|
-
class:
|
|
2088
|
+
class: cn(["pointer-events-none relative h-[calc(100%-1rem)] w-auto translate-y-[-50px] transition-all duration-300 ease-in-out min-[576px]:mx-auto min-[576px]:mt-7 min-[576px]:h-[calc(100%-3.5rem)]", $.max_width])
|
|
2085
2089
|
}, [
|
|
2086
|
-
N("div",
|
|
2087
|
-
N("div",
|
|
2088
|
-
N("h5",
|
|
2090
|
+
N("div", pJ, [
|
|
2091
|
+
N("div", bJ, [
|
|
2092
|
+
N("h5", vJ, bt($.title), 1),
|
|
2089
2093
|
N("button", {
|
|
2090
2094
|
type: "button",
|
|
2091
2095
|
class: "box-content border-none rounded-none text-neutral-500 hover:text-neutral-800 hover:no-underline focus:text-neutral-800 focus:opacity-100 focus:shadow-none focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300 dark:focus:text-neutral-300",
|
|
2092
2096
|
onClick: Oe,
|
|
2093
2097
|
"aria-label": "Close"
|
|
2094
|
-
},
|
|
2098
|
+
}, wJ)
|
|
2095
2099
|
]),
|
|
2096
2100
|
N("div", {
|
|
2097
|
-
class:
|
|
2101
|
+
class: cn(["relative overflow-y-auto", $.bodyClass])
|
|
2098
2102
|
}, [
|
|
2099
2103
|
vf(Q.$slots, "body")
|
|
2100
2104
|
], 2),
|
|
2101
|
-
N("div",
|
|
2105
|
+
N("div", xJ, [
|
|
2102
2106
|
vf(Q.$slots, "buttons"),
|
|
2103
2107
|
N("button", {
|
|
2104
2108
|
onClick: Oe,
|
|
@@ -2108,12 +2112,12 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2108
2112
|
])
|
|
2109
2113
|
])
|
|
2110
2114
|
], 2)
|
|
2111
|
-
])) : xt("", !0);
|
|
2115
|
+
], 2)) : xt("", !0);
|
|
2112
2116
|
}
|
|
2113
|
-
},
|
|
2117
|
+
}, CJ = { class: "flex justify-between p-2 -mb-px border border-gray-300 no-underlin" }, SJ = { class: "relative inline-flex items-center cursor-pointer" }, _J = ["name", "id", "checked"], kJ = /* @__PURE__ */ N("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1), TJ = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), EJ = {
|
|
2114
2118
|
key: 0,
|
|
2115
2119
|
class: "flex justify-between items-center"
|
|
2116
|
-
},
|
|
2120
|
+
}, AJ = { class: "gl-label-form" }, DJ = { class: "flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark" }, OJ = { class: "relative inline-flex items-center cursor-pointer" }, RJ = ["name", "id"], $J = /* @__PURE__ */ N("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1), MJ = { class: "gl-span-form-error" }, PJ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, $ae = {
|
|
2117
2121
|
__name: "GlToggleBox",
|
|
2118
2122
|
props: {
|
|
2119
2123
|
is_required: {
|
|
@@ -2170,12 +2174,12 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2170
2174
|
return (Oe, Q) => (ye(), xe(Co, null, [
|
|
2171
2175
|
$.show ? (ye(), xe("div", {
|
|
2172
2176
|
key: 0,
|
|
2173
|
-
class:
|
|
2177
|
+
class: cn($.field_name)
|
|
2174
2178
|
}, [
|
|
2175
2179
|
N("div", null, [
|
|
2176
|
-
N("li",
|
|
2180
|
+
N("li", CJ, [
|
|
2177
2181
|
So(bt($.label_name) + " ", 1),
|
|
2178
|
-
N("label",
|
|
2182
|
+
N("label", SJ, [
|
|
2179
2183
|
N("input", {
|
|
2180
2184
|
type: "checkbox",
|
|
2181
2185
|
class: "sr-only peer",
|
|
@@ -2187,23 +2191,23 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2187
2191
|
ref_key: "input",
|
|
2188
2192
|
ref: he,
|
|
2189
2193
|
disabled: ""
|
|
2190
|
-
}, null, 8,
|
|
2191
|
-
|
|
2194
|
+
}, null, 8, _J),
|
|
2195
|
+
kJ
|
|
2192
2196
|
])
|
|
2193
2197
|
])
|
|
2194
2198
|
]),
|
|
2195
|
-
|
|
2199
|
+
TJ
|
|
2196
2200
|
], 2)) : xt("", !0),
|
|
2197
2201
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
2198
2202
|
key: 1,
|
|
2199
|
-
class:
|
|
2203
|
+
class: cn($.field_name)
|
|
2200
2204
|
}, [
|
|
2201
|
-
$.has_label_up ? (ye(), xe("div",
|
|
2202
|
-
N("label",
|
|
2205
|
+
$.has_label_up ? (ye(), xe("div", EJ, [
|
|
2206
|
+
N("label", AJ, bt($.label_name), 1)
|
|
2203
2207
|
])) : xt("", !0),
|
|
2204
|
-
N("li",
|
|
2208
|
+
N("li", DJ, [
|
|
2205
2209
|
So(bt($.label_name) + " ", 1),
|
|
2206
|
-
N("label",
|
|
2210
|
+
N("label", OJ, [
|
|
2207
2211
|
pl(N("input", {
|
|
2208
2212
|
type: "checkbox",
|
|
2209
2213
|
class: "sr-only peer",
|
|
@@ -2214,21 +2218,21 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2214
2218
|
ref_key: "input",
|
|
2215
2219
|
ref: he,
|
|
2216
2220
|
"onUpdate:modelValue": Q[0] || (Q[0] = (He) => J.value = He)
|
|
2217
|
-
}, null, 8,
|
|
2221
|
+
}, null, 8, RJ), [
|
|
2218
2222
|
[JG, J.value]
|
|
2219
2223
|
]),
|
|
2220
|
-
|
|
2224
|
+
$J
|
|
2221
2225
|
])
|
|
2222
2226
|
]),
|
|
2223
|
-
N("span",
|
|
2224
|
-
N("small",
|
|
2227
|
+
N("span", MJ, bt($.error_message), 1),
|
|
2228
|
+
N("small", PJ, bt($.description), 1)
|
|
2225
2229
|
], 2))
|
|
2226
2230
|
], 64));
|
|
2227
2231
|
}
|
|
2228
|
-
},
|
|
2232
|
+
}, NJ = { class: "flex justify-between p-2 -mb-px border border-gray-300 no-underlin" }, BJ = { class: "relative inline-flex items-center cursor-pointer" }, IJ = ["name", "id", "checked"], LJ = /* @__PURE__ */ N("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1), FJ = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), HJ = {
|
|
2229
2233
|
key: 0,
|
|
2230
2234
|
class: "flex justify-between items-center"
|
|
2231
|
-
},
|
|
2235
|
+
}, VJ = { class: "gl-label-form" }, zJ = { class: "flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark" }, UJ = { class: "relative inline-flex items-center cursor-pointer" }, WJ = ["name", "id"], ZJ = /* @__PURE__ */ N("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1), jJ = { class: "gl-span-form-error" }, GJ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Mae = {
|
|
2232
2236
|
__name: "GlToggleBoxTrueFalse",
|
|
2233
2237
|
props: {
|
|
2234
2238
|
is_required: {
|
|
@@ -2281,12 +2285,12 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2281
2285
|
return (Oe, Q) => (ye(), xe(Co, null, [
|
|
2282
2286
|
$.show ? (ye(), xe("div", {
|
|
2283
2287
|
key: 0,
|
|
2284
|
-
class:
|
|
2288
|
+
class: cn($.field_name)
|
|
2285
2289
|
}, [
|
|
2286
2290
|
N("div", null, [
|
|
2287
|
-
N("li",
|
|
2291
|
+
N("li", NJ, [
|
|
2288
2292
|
So(bt($.label_name) + " ", 1),
|
|
2289
|
-
N("label",
|
|
2293
|
+
N("label", BJ, [
|
|
2290
2294
|
N("input", {
|
|
2291
2295
|
type: "checkbox",
|
|
2292
2296
|
class: "sr-only peer",
|
|
@@ -2296,23 +2300,23 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2296
2300
|
ref_key: "input",
|
|
2297
2301
|
ref: he,
|
|
2298
2302
|
disabled: ""
|
|
2299
|
-
}, null, 8,
|
|
2300
|
-
|
|
2303
|
+
}, null, 8, IJ),
|
|
2304
|
+
LJ
|
|
2301
2305
|
])
|
|
2302
2306
|
])
|
|
2303
2307
|
]),
|
|
2304
|
-
|
|
2308
|
+
FJ
|
|
2305
2309
|
], 2)) : xt("", !0),
|
|
2306
2310
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
2307
2311
|
key: 1,
|
|
2308
|
-
class:
|
|
2312
|
+
class: cn($.field_name)
|
|
2309
2313
|
}, [
|
|
2310
|
-
$.has_label_up ? (ye(), xe("div",
|
|
2311
|
-
N("label",
|
|
2314
|
+
$.has_label_up ? (ye(), xe("div", HJ, [
|
|
2315
|
+
N("label", VJ, bt($.label_name), 1)
|
|
2312
2316
|
])) : xt("", !0),
|
|
2313
|
-
N("li",
|
|
2317
|
+
N("li", zJ, [
|
|
2314
2318
|
So(bt($.label_name) + " ", 1),
|
|
2315
|
-
N("label",
|
|
2319
|
+
N("label", UJ, [
|
|
2316
2320
|
pl(N("input", {
|
|
2317
2321
|
type: "checkbox",
|
|
2318
2322
|
class: "sr-only peer",
|
|
@@ -2321,24 +2325,24 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2321
2325
|
ref_key: "input",
|
|
2322
2326
|
ref: he,
|
|
2323
2327
|
"onUpdate:modelValue": Q[0] || (Q[0] = (He) => J.value = He)
|
|
2324
|
-
}, null, 8,
|
|
2328
|
+
}, null, 8, WJ), [
|
|
2325
2329
|
[JG, J.value]
|
|
2326
2330
|
]),
|
|
2327
|
-
|
|
2331
|
+
ZJ
|
|
2328
2332
|
])
|
|
2329
2333
|
]),
|
|
2330
|
-
N("span",
|
|
2331
|
-
N("small",
|
|
2334
|
+
N("span", jJ, bt($.error_message), 1),
|
|
2335
|
+
N("small", GJ, bt($.description), 1)
|
|
2332
2336
|
], 2))
|
|
2333
2337
|
], 64));
|
|
2334
2338
|
}
|
|
2335
|
-
},
|
|
2339
|
+
}, qJ = { class: "font-bold ptext-lg dark:text-white" }, KJ = { class: "mt-3 mb-4" }, YJ = { class: "bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, XJ = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), JJ = ["name", "id", "value"], QJ = {
|
|
2336
2340
|
key: 0,
|
|
2337
2341
|
class: "dropdown"
|
|
2338
|
-
},
|
|
2342
|
+
}, eQ = { class: "relative focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500" }, tQ = { class: "relative showOptions" }, nQ = ["value", "placeholder"], oQ = { class: "text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999]" }, sQ = { class: "p-1" }, rQ = /* @__PURE__ */ N("label", {
|
|
2339
2343
|
for: "default-search",
|
|
2340
2344
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
2341
|
-
}, "Search", -1),
|
|
2345
|
+
}, "Search", -1), aQ = { class: "relative" }, lQ = /* @__PURE__ */ N("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
2342
2346
|
/* @__PURE__ */ N("svg", {
|
|
2343
2347
|
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
2344
2348
|
"aria-hidden": "true",
|
|
@@ -2354,22 +2358,22 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2354
2358
|
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
2355
2359
|
})
|
|
2356
2360
|
])
|
|
2357
|
-
], -1),
|
|
2361
|
+
], -1), cQ = ["id"], iQ = { class: "overflow-y-auto max-h-64" }, uQ = ["onClick", "onMousedown", "id"], dQ = { class: "flex items-center py-2 pl-10 pr-4" }, mQ = {
|
|
2358
2362
|
key: 0,
|
|
2359
2363
|
class: "absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400",
|
|
2360
2364
|
"aria-hidden": "true",
|
|
2361
2365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2362
2366
|
fill: "none",
|
|
2363
2367
|
viewBox: "0 0 16 12"
|
|
2364
|
-
},
|
|
2368
|
+
}, fQ = /* @__PURE__ */ N("path", {
|
|
2365
2369
|
stroke: "currentColor",
|
|
2366
2370
|
"stroke-linecap": "round",
|
|
2367
2371
|
"stroke-linejoin": "round",
|
|
2368
2372
|
"stroke-width": "2",
|
|
2369
2373
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
2370
|
-
}, null, -1),
|
|
2371
|
-
|
|
2372
|
-
],
|
|
2374
|
+
}, null, -1), gQ = [
|
|
2375
|
+
fQ
|
|
2376
|
+
], hQ = ["innerHTML"], pQ = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, bQ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Pae = {
|
|
2373
2377
|
__name: "GlDropdown",
|
|
2374
2378
|
props: {
|
|
2375
2379
|
modelValue: {
|
|
@@ -2534,37 +2538,37 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2534
2538
|
return ye(), xe(Co, null, [
|
|
2535
2539
|
$.show ? (ye(), xe("div", {
|
|
2536
2540
|
key: 0,
|
|
2537
|
-
class:
|
|
2541
|
+
class: cn($.field_name)
|
|
2538
2542
|
}, [
|
|
2539
|
-
N("h3",
|
|
2540
|
-
N("p",
|
|
2541
|
-
N("span",
|
|
2543
|
+
N("h3", qJ, bt($.label_name), 1),
|
|
2544
|
+
N("p", KJ, [
|
|
2545
|
+
N("span", YJ, bt((ie = wn.value) == null ? void 0 : ie.name), 1)
|
|
2542
2546
|
]),
|
|
2543
|
-
|
|
2547
|
+
XJ
|
|
2544
2548
|
], 2)) : xt("", !0),
|
|
2545
2549
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
2546
2550
|
key: 1,
|
|
2547
|
-
class:
|
|
2551
|
+
class: cn($.field_name)
|
|
2548
2552
|
}, [
|
|
2549
2553
|
N("input", {
|
|
2550
2554
|
type: "hidden",
|
|
2551
2555
|
name: $.field_name,
|
|
2552
2556
|
id: $.field_name,
|
|
2553
2557
|
value: (Ro = wn.value) == null ? void 0 : Ro.id
|
|
2554
|
-
}, null, 8,
|
|
2555
|
-
$.options ? (ye(), xe("div",
|
|
2558
|
+
}, null, 8, JJ),
|
|
2559
|
+
$.options ? (ye(), xe("div", QJ, [
|
|
2556
2560
|
$.label_name ? (ye(), xe("label", {
|
|
2557
2561
|
key: 0,
|
|
2558
|
-
class:
|
|
2562
|
+
class: cn({
|
|
2559
2563
|
"gl-label-form": $.error_message == "",
|
|
2560
2564
|
"gl-label-form-invalid": $.error_message !== "",
|
|
2561
2565
|
required: $.is_required
|
|
2562
2566
|
})
|
|
2563
2567
|
}, bt($.label_name), 3)) : xt("", !0),
|
|
2564
|
-
N("div",
|
|
2565
|
-
N("div",
|
|
2568
|
+
N("div", eQ, [
|
|
2569
|
+
N("div", tQ, [
|
|
2566
2570
|
N("input", {
|
|
2567
|
-
class:
|
|
2571
|
+
class: cn([{
|
|
2568
2572
|
"gl-input-form": $.error_message == "",
|
|
2569
2573
|
"gl-input-form-invalid": $.error_message !== ""
|
|
2570
2574
|
}, "pl-8 pr-2 showOptions"]),
|
|
@@ -2574,7 +2578,7 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2574
2578
|
placeholder: $.placeholder,
|
|
2575
2579
|
autocomplete: "off",
|
|
2576
2580
|
readonly: ""
|
|
2577
|
-
}, null, 10,
|
|
2581
|
+
}, null, 10, nQ),
|
|
2578
2582
|
pl(N("i", {
|
|
2579
2583
|
onClick: Fe[1] || (Fe[1] = oc((Ge) => Pn(), ["stop"])),
|
|
2580
2584
|
class: "absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",
|
|
@@ -2584,15 +2588,15 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2584
2588
|
]),
|
|
2585
2589
|
N("i", {
|
|
2586
2590
|
onClick: Fe[2] || (Fe[2] = (Ge) => oe()),
|
|
2587
|
-
class:
|
|
2591
|
+
class: cn([Q.value ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),
|
|
2588
2592
|
style: { top: "11px" }
|
|
2589
2593
|
}, null, 2)
|
|
2590
2594
|
]),
|
|
2591
|
-
pl(N("div",
|
|
2592
|
-
N("div",
|
|
2593
|
-
|
|
2594
|
-
N("div",
|
|
2595
|
-
|
|
2595
|
+
pl(N("div", oQ, [
|
|
2596
|
+
N("div", sQ, [
|
|
2597
|
+
rQ,
|
|
2598
|
+
N("div", aQ, [
|
|
2599
|
+
lQ,
|
|
2596
2600
|
pl(N("input", {
|
|
2597
2601
|
type: "search",
|
|
2598
2602
|
"onUpdate:modelValue": Fe[3] || (Fe[3] = (Ge) => He.value = Ge),
|
|
@@ -2603,28 +2607,28 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2603
2607
|
autocomplete: "off",
|
|
2604
2608
|
class: "block w-full p-2 text-sm text-gray-900 border rounded-lg outline-none border-frontend ps-10 bg-gray-50 focus:border-frontend dark:bg-gray-700 dark:border-frontenddark dark:placeholder-frontenddark dark:text-white dark:focus:border-frontenddark",
|
|
2605
2609
|
placeholder: "Search ..."
|
|
2606
|
-
}, null, 40,
|
|
2610
|
+
}, null, 40, cQ), [
|
|
2607
2611
|
[vm, He.value]
|
|
2608
2612
|
])
|
|
2609
2613
|
])
|
|
2610
2614
|
]),
|
|
2611
|
-
N("div",
|
|
2615
|
+
N("div", iQ, [
|
|
2612
2616
|
(ye(!0), xe(Co, null, kr(zn.value, (Ge, A) => {
|
|
2613
2617
|
var Xt;
|
|
2614
2618
|
return ye(), xe("div", {
|
|
2615
|
-
class:
|
|
2619
|
+
class: cn(["relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white", A + 1 == Oe.value ? "bg-gray-100 dark:bg-gray-600" : ""]),
|
|
2616
2620
|
onClick: (nt) => Xn(Ge),
|
|
2617
2621
|
onMousedown: (nt) => Xn(Ge),
|
|
2618
2622
|
key: A,
|
|
2619
2623
|
id: `${A + 1}${gt.value}`
|
|
2620
2624
|
}, [
|
|
2621
|
-
N("div",
|
|
2622
|
-
((Xt = wn.value) == null ? void 0 : Xt.id) === Ge.id ? (ye(), xe("svg",
|
|
2625
|
+
N("div", dQ, [
|
|
2626
|
+
((Xt = wn.value) == null ? void 0 : Xt.id) === Ge.id ? (ye(), xe("svg", mQ, gQ)) : xt("", !0),
|
|
2623
2627
|
N("span", {
|
|
2624
2628
|
innerHTML: Ge.name || Ge.id || "-"
|
|
2625
|
-
}, null, 8,
|
|
2629
|
+
}, null, 8, hQ)
|
|
2626
2630
|
])
|
|
2627
|
-
], 42,
|
|
2631
|
+
], 42, uQ);
|
|
2628
2632
|
}), 128))
|
|
2629
2633
|
])
|
|
2630
2634
|
], 512), [
|
|
@@ -2632,13 +2636,13 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2632
2636
|
])
|
|
2633
2637
|
])
|
|
2634
2638
|
])) : xt("", !0),
|
|
2635
|
-
N("span",
|
|
2636
|
-
N("small",
|
|
2639
|
+
N("span", pQ, bt($.error_message), 1),
|
|
2640
|
+
N("small", bQ, bt($.description), 1)
|
|
2637
2641
|
], 2))
|
|
2638
2642
|
], 64);
|
|
2639
2643
|
};
|
|
2640
2644
|
}
|
|
2641
|
-
},
|
|
2645
|
+
}, vQ = { class: "font-bold ptext-lg dark:text-white" }, yQ = ["id"], wQ = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), xQ = ["for"], CQ = ["required", "name", "id", "type", "placeholder"], SQ = { class: "gl-span-form-error" }, _Q = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Nae = {
|
|
2642
2646
|
__name: "GlTextarea",
|
|
2643
2647
|
props: {
|
|
2644
2648
|
is_required: {
|
|
@@ -2699,32 +2703,32 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2699
2703
|
return me({ focus: () => J.value.focus() }), (Q, He) => (ye(), xe(Co, null, [
|
|
2700
2704
|
$.show ? (ye(), xe("div", {
|
|
2701
2705
|
key: 0,
|
|
2702
|
-
class:
|
|
2706
|
+
class: cn($.field_name)
|
|
2703
2707
|
}, [
|
|
2704
|
-
N("h3",
|
|
2708
|
+
N("h3", vQ, bt($.label_name), 1),
|
|
2705
2709
|
N("p", {
|
|
2706
2710
|
id: $.field_name,
|
|
2707
2711
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
2708
|
-
}, bt($.model_value), 9,
|
|
2709
|
-
|
|
2712
|
+
}, bt($.model_value), 9, yQ),
|
|
2713
|
+
wQ
|
|
2710
2714
|
], 2)) : xt("", !0),
|
|
2711
2715
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
2712
2716
|
key: 1,
|
|
2713
|
-
class:
|
|
2717
|
+
class: cn(["mb-4", $.field_name])
|
|
2714
2718
|
}, [
|
|
2715
2719
|
N("label", {
|
|
2716
|
-
class:
|
|
2720
|
+
class: cn({
|
|
2717
2721
|
"gl-label-form": $.error_message == "",
|
|
2718
2722
|
"gl-label-form-invalid": $.error_message !== "",
|
|
2719
2723
|
required: $.is_required
|
|
2720
2724
|
}),
|
|
2721
2725
|
for: $.field_name
|
|
2722
|
-
}, bt($.label_name), 11,
|
|
2726
|
+
}, bt($.label_name), 11, xQ),
|
|
2723
2727
|
pl(N("textarea", {
|
|
2724
2728
|
required: $.is_required,
|
|
2725
2729
|
name: $.field_name,
|
|
2726
2730
|
id: $.field_name,
|
|
2727
|
-
class:
|
|
2731
|
+
class: cn({
|
|
2728
2732
|
" gl-textarea-form mt-4 ": $.error_message == "",
|
|
2729
2733
|
" gl-textarea-form-invalid mt-4 ": $.error_message !== ""
|
|
2730
2734
|
}),
|
|
@@ -2735,16 +2739,16 @@ const Rae = /* @__PURE__ */ Jr(dX, [["render", hJ], ["__scopeId", "data-v-a94f16
|
|
|
2735
2739
|
ref: J,
|
|
2736
2740
|
rows: "4",
|
|
2737
2741
|
placeholder: $.placeholder
|
|
2738
|
-
}, null, 42,
|
|
2742
|
+
}, null, 42, CQ), [
|
|
2739
2743
|
[vm, Oe.value]
|
|
2740
2744
|
]),
|
|
2741
|
-
N("span",
|
|
2742
|
-
N("small",
|
|
2745
|
+
N("span", SQ, bt($.error_message), 1),
|
|
2746
|
+
N("small", _Q, bt($.description), 1)
|
|
2743
2747
|
], 2))
|
|
2744
2748
|
], 64));
|
|
2745
2749
|
}
|
|
2746
2750
|
};
|
|
2747
|
-
function
|
|
2751
|
+
function kQ($) {
|
|
2748
2752
|
return $ && $.__esModule && Object.prototype.hasOwnProperty.call($, "default") ? $.default : $;
|
|
2749
2753
|
}
|
|
2750
2754
|
var eq = { exports: {} };
|
|
@@ -3323,8 +3327,8 @@ var eq = { exports: {} };
|
|
|
3323
3327
|
os: f,
|
|
3324
3328
|
deviceType: b
|
|
3325
3329
|
};
|
|
3326
|
-
} },
|
|
3327
|
-
let Vo = sc(() => dt.detect(navigator.userAgent, z.from(navigator.userAgentData),
|
|
3330
|
+
} }, un = (e) => window.matchMedia(e).matches;
|
|
3331
|
+
let Vo = sc(() => dt.detect(navigator.userAgent, z.from(navigator.userAgentData), un));
|
|
3328
3332
|
const rs = () => Vo(), zo = navigator.userAgent, ys = rs(), ao = ys.browser, Fs = ys.os, Ma = ys.deviceType, bu = zo.indexOf("Windows Phone") !== -1, Nt = {
|
|
3329
3333
|
transparentSrc: "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
|
|
3330
3334
|
documentMode: ao.isIE() ? document.documentMode || 7 : 10,
|
|
@@ -3909,7 +3913,7 @@ var eq = { exports: {} };
|
|
|
3909
3913
|
return ws(e, "data-mce-bogus", "1"), e;
|
|
3910
3914
|
}, Au = (e) => {
|
|
3911
3915
|
qc(e), Cr(e, jl());
|
|
3912
|
-
},
|
|
3916
|
+
}, dn = (e, n) => {
|
|
3913
3917
|
Tc(e).each((o) => {
|
|
3914
3918
|
uc(o).each((r) => {
|
|
3915
3919
|
n.isBlock(lo(e)) && Id(o) && n.isBlock(lo(r)) && vo(o);
|
|
@@ -9451,7 +9455,7 @@ Required: ` + n.join(", "));
|
|
|
9451
9455
|
!l || l === u && l.nodeName === "BR" ? e.dom.setHTML(o, n) : e.selection.setContent(n, { no_events: !0 });
|
|
9452
9456
|
}
|
|
9453
9457
|
}, HR = (e, n, o) => {
|
|
9454
|
-
z.from(e.getParent(n, "td,th")).map(le.fromDom).each((r) =>
|
|
9458
|
+
z.from(e.getParent(n, "td,th")).map(le.fromDom).each((r) => dn(r, o));
|
|
9455
9459
|
}, kI = (e, n) => {
|
|
9456
9460
|
const o = e.schema.getTextInlineElements(), r = e.dom;
|
|
9457
9461
|
if (n) {
|
|
@@ -19951,8 +19955,8 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, mo(n, _D)), WN = nt(HN), hk
|
|
|
19951
19955
|
})(N8), B8(N8);
|
|
19952
19956
|
})();
|
|
19953
19957
|
})(eq);
|
|
19954
|
-
var
|
|
19955
|
-
const
|
|
19958
|
+
var TQ = eq.exports;
|
|
19959
|
+
const EQ = /* @__PURE__ */ kQ(TQ);
|
|
19956
19960
|
tinymce.IconManager.add("default", {
|
|
19957
19961
|
icons: {
|
|
19958
19962
|
"accessibility-check": '<svg width="24" height="24"><path d="M12 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.1.9-2 2-2Zm8 7h-5v12c0 .6-.4 1-1 1a1 1 0 0 1-1-1v-5c0-.6-.4-1-1-1a1 1 0 0 0-1 1v5c0 .6-.4 1-1 1a1 1 0 0 1-1-1V9H4a1 1 0 1 1 0-2h16c.6 0 1 .4 1 1s-.4 1-1 1Z" fill-rule="nonzero"/></svg>',
|
|
@@ -20502,7 +20506,7 @@ tinymce.IconManager.add("default", {
|
|
|
20502
20506
|
}), ju = (t, s) => {
|
|
20503
20507
|
const a = $a(t);
|
|
20504
20508
|
return a.length > 0 && s < a.length ? pu(a[s], 0) : pu(t, s);
|
|
20505
|
-
}, j = (t) => zc(t) && No(t.dom.host), de = Pt(Element.prototype.attachShadow) && Pt(Node.prototype.getRootNode), ke = oe(de), Ne = de ? (t) => Te.fromDom(t.dom.getRootNode()) : nr, dt = (t) => j(t) ? t : Te.fromDom(nr(t).dom.body),
|
|
20509
|
+
}, j = (t) => zc(t) && No(t.dom.host), de = Pt(Element.prototype.attachShadow) && Pt(Node.prototype.getRootNode), ke = oe(de), Ne = de ? (t) => Te.fromDom(t.dom.getRootNode()) : nr, dt = (t) => j(t) ? t : Te.fromDom(nr(t).dom.body), un = (t) => Vo(t).isSome(), Vo = (t) => {
|
|
20506
20510
|
const s = Ne(t);
|
|
20507
20511
|
return j(s) ? A.some(s) : A.none();
|
|
20508
20512
|
}, rs = (t) => Te.fromDom(t.dom.host), zo = (t) => {
|
|
@@ -21293,7 +21297,7 @@ tinymce.IconManager.add("default", {
|
|
|
21293
21297
|
` + Am(t.errors).join(`
|
|
21294
21298
|
`) + `
|
|
21295
21299
|
|
|
21296
|
-
Input object: ` + Lg(t.input), co = (t, s) => it(t, Go(s, nn)), kf = (t, s) => ub(t, s), Ba = Wr, gr = Gc, Uh = (t) => Bd((s) => Zo(t, s) ? Ln.value(s) : Ln.error(`Unsupported value: "${s}", choose one of "${t.join(", ")}".`)), tt = (t) => Ba(t, t, vo(), Mr()), dc = (t, s) => Ba(t, t, vo(), s), zg = (t) => dc(t, Fg), Ao = (t) => dc(t, ba), au = (t, s) => Ba(t, t, vo(), Uh(s)), fb = (t) => dc(t, ru), lu = (t) => dc(t, zh), w1 = (t, s) => Ba(t, t, nu(), qt((a) => sr.serror("The field: " + t + " is forbidden. " + s))), Si = (t, s) => Ba(t, t, vo(), nn(s)), x1 = (t, s) => Ba(t, t, vo(), ku(s)), Ec = (t, s) => Ba(t, t, vo(), _u(s)), Fo = (t) => Ba(t, t, nu(), Mr()), Eu = (t, s) => Ba(t, t, nu(), s), Dm = (t) => Eu(t, Fg), Ia = (t) => Eu(t, ba), C1 = (t, s) => Eu(t, Uh(s)), Om = (t) => Eu(t, zh), Rm = (t, s) => Eu(t, _u(s)), _l = (t, s) => Eu(t, nn(s)), Id = (t, s) => Eu(t, Ts(s)), Re = (t, s) => Ba(t, t, Su(s), Mr()), Wl = (t, s, a) => Ba(t, t, Su(s), a), Kc = (t, s) => Wl(t, s, Fg), Yc = (t, s) => Wl(t, s, ba), Zl = (t, s, a) => Wl(t, s, Uh(a)), Kr = (t, s) => Wl(t, s, ru), oa = (t, s) => Wl(t, s, zh), gb = (t, s) => Wl(t, s, db), jl = (t, s, a) => Wl(t, s, _u(a)), Au = (t, s, a) => Wl(t, s, nn(a)),
|
|
21300
|
+
Input object: ` + Lg(t.input), co = (t, s) => it(t, Go(s, nn)), kf = (t, s) => ub(t, s), Ba = Wr, gr = Gc, Uh = (t) => Bd((s) => Zo(t, s) ? Ln.value(s) : Ln.error(`Unsupported value: "${s}", choose one of "${t.join(", ")}".`)), tt = (t) => Ba(t, t, vo(), Mr()), dc = (t, s) => Ba(t, t, vo(), s), zg = (t) => dc(t, Fg), Ao = (t) => dc(t, ba), au = (t, s) => Ba(t, t, vo(), Uh(s)), fb = (t) => dc(t, ru), lu = (t) => dc(t, zh), w1 = (t, s) => Ba(t, t, nu(), qt((a) => sr.serror("The field: " + t + " is forbidden. " + s))), Si = (t, s) => Ba(t, t, vo(), nn(s)), x1 = (t, s) => Ba(t, t, vo(), ku(s)), Ec = (t, s) => Ba(t, t, vo(), _u(s)), Fo = (t) => Ba(t, t, nu(), Mr()), Eu = (t, s) => Ba(t, t, nu(), s), Dm = (t) => Eu(t, Fg), Ia = (t) => Eu(t, ba), C1 = (t, s) => Eu(t, Uh(s)), Om = (t) => Eu(t, zh), Rm = (t, s) => Eu(t, _u(s)), _l = (t, s) => Eu(t, nn(s)), Id = (t, s) => Eu(t, Ts(s)), Re = (t, s) => Ba(t, t, Su(s), Mr()), Wl = (t, s, a) => Ba(t, t, Su(s), a), Kc = (t, s) => Wl(t, s, Fg), Yc = (t, s) => Wl(t, s, ba), Zl = (t, s, a) => Wl(t, s, Uh(a)), Kr = (t, s) => Wl(t, s, ru), oa = (t, s) => Wl(t, s, zh), gb = (t, s) => Wl(t, s, db), jl = (t, s, a) => Wl(t, s, _u(a)), Au = (t, s, a) => Wl(t, s, nn(a)), dn = (t) => {
|
|
21297
21301
|
let s = t;
|
|
21298
21302
|
return {
|
|
21299
21303
|
get: () => s,
|
|
@@ -21913,7 +21917,7 @@ The behaviours that can trigger it are: ` + JSON.stringify(et(s, (a) => a.name),
|
|
|
21913
21917
|
const c = { "alloy.base.behaviour": Rb(t) };
|
|
21914
21918
|
return Ab(a, t.eventOrder, s, c).getOrDie();
|
|
21915
21919
|
}, lp = (t, s) => {
|
|
21916
|
-
const a = () => De, c =
|
|
21920
|
+
const a = () => De, c = dn(ld), d = ls(nC(t)), g = Zd(t), p = Qx(g), w = eC(g), C = rp(d, p, w), E = N1(C, s), O = ap(d, p, w), B = dn(d.components), H = (ut) => {
|
|
21917
21921
|
c.set(ut);
|
|
21918
21922
|
}, W = () => {
|
|
21919
21923
|
c.set(Fm(a));
|
|
@@ -21964,7 +21968,7 @@ The behaviours that can trigger it are: ` + JSON.stringify(et(s, (a) => a.name),
|
|
|
21964
21968
|
const s = Sl("external.component", Ts([
|
|
21965
21969
|
tt("element"),
|
|
21966
21970
|
Fo("uid")
|
|
21967
|
-
]), t), a =
|
|
21971
|
+
]), t), a = dn(Fm()), c = (w) => {
|
|
21968
21972
|
a.set(w);
|
|
21969
21973
|
}, d = () => {
|
|
21970
21974
|
a.set(Fm(() => p));
|
|
@@ -22046,7 +22050,7 @@ The behaviours that can trigger it are: ` + JSON.stringify(et(s, (a) => a.name),
|
|
|
22046
22050
|
(function(t) {
|
|
22047
22051
|
t[t.STOP = 0] = "STOP", t[t.NORMAL = 1] = "NORMAL", t[t.LOGGING = 2] = "LOGGING";
|
|
22048
22052
|
})(nh || (nh = {}));
|
|
22049
|
-
const Lf =
|
|
22053
|
+
const Lf = dn({}), oh = (t, s) => {
|
|
22050
22054
|
const a = [], c = (/* @__PURE__ */ new Date()).getTime();
|
|
22051
22055
|
return {
|
|
22052
22056
|
logEventCut: (d, g, p) => {
|
|
@@ -22490,7 +22494,7 @@ Receiver: ` + zd(s.element), E, g.data);
|
|
|
22490
22494
|
testY: a.y
|
|
22491
22495
|
}, -1, -1, !1)).fold(Pn, Pn);
|
|
22492
22496
|
}, h2 = (t) => {
|
|
22493
|
-
const s =
|
|
22497
|
+
const s = dn(A.none()), a = () => s.get().each(t);
|
|
22494
22498
|
return {
|
|
22495
22499
|
clear: () => {
|
|
22496
22500
|
a(), s.set(A.none());
|
|
@@ -23352,7 +23356,7 @@ Receiver: ` + zd(s.element), E, g.data);
|
|
|
23352
23356
|
}
|
|
23353
23357
|
});
|
|
23354
23358
|
const uh = () => {
|
|
23355
|
-
const t =
|
|
23359
|
+
const t = dn(null), s = () => ({
|
|
23356
23360
|
mode: "memory",
|
|
23357
23361
|
value: t.get()
|
|
23358
23362
|
}), a = () => t.get() === null, c = () => {
|
|
@@ -23366,7 +23370,7 @@ Receiver: ` + zd(s.element), E, g.data);
|
|
|
23366
23370
|
readState: s
|
|
23367
23371
|
});
|
|
23368
23372
|
}, FE = () => ei({ readState: fe }), nS = () => {
|
|
23369
|
-
const t =
|
|
23373
|
+
const t = dn({}), s = dn({});
|
|
23370
23374
|
return ei({
|
|
23371
23375
|
readState: () => ({
|
|
23372
23376
|
mode: "dataset",
|
|
@@ -24387,7 +24391,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
24387
24391
|
active: W5,
|
|
24388
24392
|
apis: O7
|
|
24389
24393
|
}), Z5 = (t) => ({ init: () => {
|
|
24390
|
-
const a =
|
|
24394
|
+
const a = dn(t);
|
|
24391
24395
|
return {
|
|
24392
24396
|
get: () => a.get(),
|
|
24393
24397
|
set: (w) => a.set(w),
|
|
@@ -24770,7 +24774,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
24770
24774
|
const c = s, d = aR(s), g = Go(d, (p, w) => [w].concat(lR(a, c, d, w)));
|
|
24771
24775
|
return Go(a, (p) => pt(g, p).getOr([p]));
|
|
24772
24776
|
}, cR = () => {
|
|
24773
|
-
const t =
|
|
24777
|
+
const t = dn({}), s = dn({}), a = dn({}), c = eo(), d = dn({}), g = () => {
|
|
24774
24778
|
t.set({}), s.set({}), a.set({}), c.clear();
|
|
24775
24779
|
}, p = () => c.get().isNone(), w = (Xe, je) => {
|
|
24776
24780
|
s.set({
|
|
@@ -27587,7 +27591,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
27587
27591
|
"item-events"
|
|
27588
27592
|
]
|
|
27589
27593
|
}, jv = Da, cg = (t, s, a, c) => {
|
|
27590
|
-
const d =
|
|
27594
|
+
const d = dn(fe);
|
|
27591
27595
|
return {
|
|
27592
27596
|
type: "item",
|
|
27593
27597
|
dom: s.dom,
|
|
@@ -28306,7 +28310,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
28306
28310
|
});
|
|
28307
28311
|
}, iM = (t) => {
|
|
28308
28312
|
T_(t);
|
|
28309
|
-
const s = kL(t), a = TL(t), c =
|
|
28313
|
+
const s = kL(t), a = TL(t), c = dn(s), d = dn(a);
|
|
28310
28314
|
J3(t, "forecolor", "forecolor", c), J3(t, "backcolor", "hilitecolor", d), Q3(t, "forecolor", "forecolor", "Text color", c), Q3(t, "backcolor", "hilitecolor", "Background color", d);
|
|
28311
28315
|
}, eA = (t, s, a, c, d, g, p, w) => {
|
|
28312
28316
|
const C = l_(s), O = RL(s, a, c, d !== "color" ? "normal" : "color", g, p, w);
|
|
@@ -29006,7 +29010,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
29006
29010
|
const c = t.createRng();
|
|
29007
29011
|
return c.selectNode(a.dom), c;
|
|
29008
29012
|
}), gF = { register: (t, s) => {
|
|
29009
|
-
const a = Ut("autocompleter"), c =
|
|
29013
|
+
const a = Ut("autocompleter"), c = dn(!1), d = dn(!1), g = kl(lr.sketch({
|
|
29010
29014
|
dom: {
|
|
29011
29015
|
tag: "div",
|
|
29012
29016
|
classes: ["tox-autocompleter"],
|
|
@@ -29132,7 +29136,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
29132
29136
|
const a = Math.abs(t.clientX - s.x), c = Math.abs(t.clientY - s.y);
|
|
29133
29137
|
return a > kM || c > kM;
|
|
29134
29138
|
}, vF = (t) => {
|
|
29135
|
-
const s = eo(), a =
|
|
29139
|
+
const s = eo(), a = dn(!1), c = _M((E) => {
|
|
29136
29140
|
t.triggerEvent(Dy(), E), a.set(!0);
|
|
29137
29141
|
}, pF), d = (E) => (TM(E).each((O) => {
|
|
29138
29142
|
c.cancel();
|
|
@@ -29225,9 +29229,9 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
29225
29229
|
} };
|
|
29226
29230
|
}, EM = (t, s) => {
|
|
29227
29231
|
const a = pt(t, "target").getOr(s);
|
|
29228
|
-
return
|
|
29232
|
+
return dn(a);
|
|
29229
29233
|
}, xF = (t, s) => {
|
|
29230
|
-
const a =
|
|
29234
|
+
const a = dn(!1), c = dn(!1);
|
|
29231
29235
|
return {
|
|
29232
29236
|
stop: () => {
|
|
29233
29237
|
a.set(!0);
|
|
@@ -29242,7 +29246,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
|
|
|
29242
29246
|
getSource: s.get
|
|
29243
29247
|
};
|
|
29244
29248
|
}, AM = (t) => {
|
|
29245
|
-
const s =
|
|
29249
|
+
const s = dn(!1);
|
|
29246
29250
|
return {
|
|
29247
29251
|
stop: () => {
|
|
29248
29252
|
s.set(!0);
|
|
@@ -29907,7 +29911,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
29907
29911
|
])
|
|
29908
29912
|
})
|
|
29909
29913
|
}), B_ = (t) => nf(t.event), qF = Al({
|
|
29910
|
-
schema: [gr("mouseIsDown", () =>
|
|
29914
|
+
schema: [gr("mouseIsDown", () => dn(!1))],
|
|
29911
29915
|
name: "spectrum",
|
|
29912
29916
|
overrides: (t) => {
|
|
29913
29917
|
const a = t.model.manager, c = (d, g) => a.getValueFromEvent(g).map((p) => a.setValueFrom(d, t, p));
|
|
@@ -30242,14 +30246,14 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
30242
30246
|
x: [
|
|
30243
30247
|
Re("minX", 0),
|
|
30244
30248
|
Re("maxX", 100),
|
|
30245
|
-
gr("value", (t) =>
|
|
30249
|
+
gr("value", (t) => dn(t.mode.minX)),
|
|
30246
30250
|
tt("getInitialValue"),
|
|
30247
30251
|
cs("manager", x9)
|
|
30248
30252
|
],
|
|
30249
30253
|
y: [
|
|
30250
30254
|
Re("minY", 0),
|
|
30251
30255
|
Re("maxY", 100),
|
|
30252
|
-
gr("value", (t) =>
|
|
30256
|
+
gr("value", (t) => dn(t.mode.minY)),
|
|
30253
30257
|
tt("getInitialValue"),
|
|
30254
30258
|
cs("manager", E9)
|
|
30255
30259
|
],
|
|
@@ -30258,7 +30262,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
30258
30262
|
Re("maxX", 100),
|
|
30259
30263
|
Re("minY", 0),
|
|
30260
30264
|
Re("maxY", 100),
|
|
30261
|
-
gr("value", (t) =>
|
|
30265
|
+
gr("value", (t) => dn({
|
|
30262
30266
|
x: t.mode.minX,
|
|
30263
30267
|
y: t.mode.minY
|
|
30264
30268
|
})),
|
|
@@ -30270,7 +30274,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
30270
30274
|
ln,
|
|
30271
30275
|
Lt
|
|
30272
30276
|
]),
|
|
30273
|
-
gr("mouseIsDown", () =>
|
|
30277
|
+
gr("mouseIsDown", () => dn(!1))
|
|
30274
30278
|
], Rl = Dl({
|
|
30275
30279
|
name: "Slider",
|
|
30276
30280
|
configFields: P9,
|
|
@@ -30540,10 +30544,10 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
30540
30544
|
return ai({
|
|
30541
30545
|
factory: () => {
|
|
30542
30546
|
const H = {
|
|
30543
|
-
red:
|
|
30544
|
-
green:
|
|
30545
|
-
blue:
|
|
30546
|
-
hex:
|
|
30547
|
+
red: dn(A.some(255)),
|
|
30548
|
+
green: dn(A.some(255)),
|
|
30549
|
+
blue: dn(A.some(255)),
|
|
30550
|
+
hex: dn(A.some("ffffff"))
|
|
30547
30551
|
}, W = (Cn, qo) => {
|
|
30548
30552
|
const hn = Hw(qo);
|
|
30549
30553
|
w(Cn, hn), we(hn);
|
|
@@ -30708,8 +30712,8 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
30708
30712
|
}, vP = (t, s) => {
|
|
30709
30713
|
const a = (d) => {
|
|
30710
30714
|
const g = H9(t, s, d.onValidHex, d.onInvalidHex), p = V9(t, s), w = (je) => (100 - je) / 100 * 360, C = (je) => 100 - je / 360 * 100, E = {
|
|
30711
|
-
paletteRgba:
|
|
30712
|
-
paletteHue:
|
|
30715
|
+
paletteRgba: dn(yd),
|
|
30716
|
+
paletteHue: dn(0)
|
|
30713
30717
|
}, O = Xo(IA(t, s)), B = Xo(p.sketch({})), H = Xo(g.sketch({})), W = (je, vt, Et) => {
|
|
30714
30718
|
B.getOpt(je).each((Vn) => {
|
|
30715
30719
|
p.setHue(Vn, Et);
|
|
@@ -31106,7 +31110,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
31106
31110
|
n1 && c.addEventListener("load", w, { once: !0 }), d.open(), d.write(s), d.close(), n1 || w();
|
|
31107
31111
|
});
|
|
31108
31112
|
}, RP = gn(jA, n1 ? 500 : 200).map((t) => sx(OP, t)), eH = (t, s) => {
|
|
31109
|
-
const a =
|
|
31113
|
+
const a = dn(t.getOr(""));
|
|
31110
31114
|
return {
|
|
31111
31115
|
getValue: (c) => a.get(),
|
|
31112
31116
|
setValue: (c, d) => {
|
|
@@ -31174,7 +31178,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
31174
31178
|
const c = zr(t), d = Vs(t);
|
|
31175
31179
|
return Math.min(c / s, d / a, 1);
|
|
31176
31180
|
}, sH = (t, s) => {
|
|
31177
|
-
const a =
|
|
31181
|
+
const a = dn(s.getOr({ url: "" })), c = Xo({
|
|
31178
31182
|
dom: {
|
|
31179
31183
|
tag: "img",
|
|
31180
31184
|
classes: ["tox-imagepreview__image"],
|
|
@@ -31293,7 +31297,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
31293
31297
|
components: [Sr(a.translate(t))],
|
|
31294
31298
|
behaviours: wt([Bn.config({})])
|
|
31295
31299
|
}), Uu = Ut("update-menu-text"), s1 = Ut("update-menu-icon"), XA = (t, s, a) => {
|
|
31296
|
-
const c =
|
|
31300
|
+
const c = dn(fe), d = t.text.map((H) => Xo(MP(H, s, a.providers))), g = t.icon.map((H) => Xo(o1(H, a.providers.icons))), p = (H, W) => {
|
|
31297
31301
|
const Y = Lt.getValue(H);
|
|
31298
31302
|
return xn.focus(Y), an(Y, "keydown", { raw: W.event.raw }), wd.close(Y), A.some(!0);
|
|
31299
31303
|
}, w = t.role.fold(() => ({}), (H) => ({ role: H })), C = t.tooltip.fold(() => ({}), (H) => {
|
|
@@ -32134,7 +32138,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
32134
32138
|
], kH = /* @__PURE__ */ Object.freeze({
|
|
32135
32139
|
__proto__: null,
|
|
32136
32140
|
init: (t) => {
|
|
32137
|
-
const s =
|
|
32141
|
+
const s = dn(t.expanded), a = () => "expanded: " + s.get();
|
|
32138
32142
|
return ei({
|
|
32139
32143
|
isExpanded: () => s.get() === !0,
|
|
32140
32144
|
isCollapsed: () => s.get() === !1,
|
|
@@ -32372,7 +32376,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
32372
32376
|
Bn.config({})
|
|
32373
32377
|
])
|
|
32374
32378
|
}), oN = Ut("directory-event-id"), iD = ({ directory: t, onLeafAction: s, labelTabstopping: a, treeId: c, backstage: d, expandedIds: g, selectedId: p }) => {
|
|
32375
|
-
const { children: w } = t, C =
|
|
32379
|
+
const { children: w } = t, C = dn(g), E = (B) => w.map((H) => H.type === "leaf" ? ak({
|
|
32376
32380
|
leaf: H,
|
|
32377
32381
|
selectedId: p,
|
|
32378
32382
|
onLeafAction: s,
|
|
@@ -32435,7 +32439,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
32435
32439
|
])
|
|
32436
32440
|
};
|
|
32437
32441
|
}, OH = Ut("tree-event-id"), RH = (t, s) => {
|
|
32438
|
-
const a = t.onLeafAction.getOr(fe), c = t.onToggleExpand.getOr(fe), d = t.defaultExpandedIds, g =
|
|
32442
|
+
const a = t.onLeafAction.getOr(fe), c = t.onToggleExpand.getOr(fe), d = t.defaultExpandedIds, g = dn(d), p = dn(t.defaultSelectedId), w = Ut("tree-id"), C = (E, O) => t.items.map((B) => B.type === "leaf" ? ak({
|
|
32439
32443
|
leaf: B,
|
|
32440
32444
|
selectedId: E,
|
|
32441
32445
|
onLeafAction: a,
|
|
@@ -32498,7 +32502,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
32498
32502
|
}
|
|
32499
32503
|
});
|
|
32500
32504
|
const rN = (t) => {
|
|
32501
|
-
const s =
|
|
32505
|
+
const s = dn(null);
|
|
32502
32506
|
return ei({
|
|
32503
32507
|
readState: () => ({ timer: s.get() !== null ? "set" : "unset" }),
|
|
32504
32508
|
setTimer: (g) => {
|
|
@@ -32730,8 +32734,8 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
32730
32734
|
Gn,
|
|
32731
32735
|
Lr
|
|
32732
32736
|
]),
|
|
32733
|
-
gr("lazyTypeaheadComp", () =>
|
|
32734
|
-
gr("previewing", () =>
|
|
32737
|
+
gr("lazyTypeaheadComp", () => dn(A.none)),
|
|
32738
|
+
gr("previewing", () => dn(!0))
|
|
32735
32739
|
].concat(Rw()).concat(iA())), NH = oe([Bu({
|
|
32736
32740
|
schema: [B1()],
|
|
32737
32741
|
name: "menu",
|
|
@@ -33473,7 +33477,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
33473
33477
|
getColors: TN(t),
|
|
33474
33478
|
getColorCols: EN(t)
|
|
33475
33479
|
}), cG = (t) => () => Y4(t), tc = (t) => ({ isDraggableModal: cG(t) }), CD = (t) => {
|
|
33476
|
-
const s =
|
|
33480
|
+
const s = dn(e3(t) ? "bottom" : "top");
|
|
33477
33481
|
return {
|
|
33478
33482
|
isPositionedAtTop: () => s.get() === "top",
|
|
33479
33483
|
getDockingMode: s.get,
|
|
@@ -33664,7 +33668,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
33664
33668
|
tag: C.length > 0 && (C[0].inline || C[0].block) || "div",
|
|
33665
33669
|
styles: t.dom.parseStyle(t.formatter.getCssText(w))
|
|
33666
33670
|
}) : A.none();
|
|
33667
|
-
}, c =
|
|
33671
|
+
}, c = dn([]), d = dn([]), g = dn(!1);
|
|
33668
33672
|
return t.on("PreInit", (w) => {
|
|
33669
33673
|
const C = RN(t), E = MN(t, C, s, a);
|
|
33670
33674
|
c.set(E);
|
|
@@ -33760,7 +33764,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
33760
33764
|
getValidationHandler: () => OV(t),
|
|
33761
33765
|
getUrlPicker: (s) => DV(t, s)
|
|
33762
33766
|
}), uy = (t, s, a, c) => {
|
|
33763
|
-
const d =
|
|
33767
|
+
const d = dn(!1), g = CD(s), p = {
|
|
33764
33768
|
icons: () => s.ui.registry.getAll().icons,
|
|
33765
33769
|
menuItems: () => s.ui.registry.getAll().menuItems,
|
|
33766
33770
|
translate: Fu.translate,
|
|
@@ -34179,7 +34183,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
34179
34183
|
], ez = /* @__PURE__ */ Object.freeze({
|
|
34180
34184
|
__proto__: null,
|
|
34181
34185
|
init: (t) => {
|
|
34182
|
-
const s =
|
|
34186
|
+
const s = dn(!1), a = dn(!0), c = eo(), d = dn(t.modes), g = () => `docked: ${s.get()}, visible: ${a.get()}, modes: ${d.get().join(",")}`;
|
|
34183
34187
|
return ei({
|
|
34184
34188
|
isDocked: s.get,
|
|
34185
34189
|
setDocked: s.set,
|
|
@@ -34555,7 +34559,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
34555
34559
|
};
|
|
34556
34560
|
});
|
|
34557
34561
|
return et(a, (c) => {
|
|
34558
|
-
const d =
|
|
34562
|
+
const d = dn(fe);
|
|
34559
34563
|
return t.slot(c.name, {
|
|
34560
34564
|
dom: {
|
|
34561
34565
|
tag: "div",
|
|
@@ -34734,7 +34738,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
34734
34738
|
]),
|
|
34735
34739
|
components: []
|
|
34736
34740
|
}), kz = (t) => t.type === "focusin", Ek = (t) => kz(t) ? (t.composed ? br(t.composedPath()) : A.from(t.target)).map(Te.fromDom).filter(Eo).exists((a) => sa(a, "mce-pastebin")) : !1, Tz = (t, s, a) => {
|
|
34737
|
-
const c =
|
|
34741
|
+
const c = dn(!1), d = eo(), g = (w) => {
|
|
34738
34742
|
c.get() && !Ek(w) && (w.preventDefault(), yB(s()), t.editorManager.setActive(t));
|
|
34739
34743
|
};
|
|
34740
34744
|
t.inline || t.on("PreInit", () => {
|
|
@@ -34804,12 +34808,12 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
34804
34808
|
E.extra.length === 0 ? (Bn.remove(d, g), a([])) : (_B(d, E.within), a(E.extra)), fo(d.element, "visibility"), Wa(d.element), w.each(xn.focus);
|
|
34805
34809
|
}, TB = oe([
|
|
34806
34810
|
ra("splitToolbarBehaviours", [Lr]),
|
|
34807
|
-
gr("builtGroups", () =>
|
|
34811
|
+
gr("builtGroups", () => dn([]))
|
|
34808
34812
|
]), Rz = oe([
|
|
34809
34813
|
Ff(["overflowToggledClass"]),
|
|
34810
34814
|
Om("getOverflowBounds"),
|
|
34811
34815
|
tt("lazySink"),
|
|
34812
|
-
gr("overflowGroups", () =>
|
|
34816
|
+
gr("overflowGroups", () => dn([])),
|
|
34813
34817
|
yo("onOpened"),
|
|
34814
34818
|
yo("onClosed")
|
|
34815
34819
|
].concat(TB())), $z = oe([
|
|
@@ -35894,7 +35898,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
35894
35898
|
return ZB(t, g, t.ui.styleSheetLoader);
|
|
35895
35899
|
}
|
|
35896
35900
|
}, gU = async (t, s) => {
|
|
35897
|
-
if (
|
|
35901
|
+
if (un(Te.fromDom(t.getElement()))) {
|
|
35898
35902
|
const d = "ui/" + e_(t).getOr("default") + "/skin.shadowdom.css", g = tinymce.Resource.get(d);
|
|
35899
35903
|
if (Q(g))
|
|
35900
35904
|
return cO(t, d, g, R0.DOM.styleSheetLoader), Promise.resolve();
|
|
@@ -36238,13 +36242,13 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
36238
36242
|
const d = (pe) => pe.map((De) => Lt.getValue(De)).getOr(""), g = am(t, "NodeChange SwitchMode", (pe) => {
|
|
36239
36243
|
const De = pe.getComponent();
|
|
36240
36244
|
c = A.some(De), a.updateInputValue(De), yn.set(De, !t.selection.isEditable());
|
|
36241
|
-
}), p = (pe) => ({ getComponent: oe(pe) }), w =
|
|
36245
|
+
}), p = (pe) => ({ getComponent: oe(pe) }), w = dn(fe), C = Ut("custom-number-input-events"), E = (pe, De, ut) => {
|
|
36242
36246
|
const Xe = d(c), je = a.getNewValue(Xe, pe), vt = Xe.length - `${je}`.length, Et = c.map((zt) => zt.element.dom.selectionStart - vt), Vn = c.map((zt) => zt.element.dom.selectionEnd - vt);
|
|
36243
36247
|
a.onAction(je, ut), c.each((zt) => {
|
|
36244
36248
|
Lt.setValue(zt, je), De && (Et.each((En) => zt.element.dom.selectionStart = En), Vn.each((En) => zt.element.dom.selectionEnd = En));
|
|
36245
36249
|
});
|
|
36246
36250
|
}, O = (pe, De) => E((ut, Xe) => ut - Xe, pe, De), B = (pe, De) => E((ut, Xe) => ut + Xe, pe, De), H = (pe) => Vl(pe.element).fold(A.none, (De) => (Oc(De), A.some(!0))), W = (pe) => U1(pe.element) ? (hi(pe.element).each((De) => Oc(De)), A.some(!0)) : A.none(), Y = (pe, De, ut, Xe) => {
|
|
36247
|
-
const je =
|
|
36251
|
+
const je = dn(fe), vt = s.shared.providers.translate(ut), Et = Ut("altExecuting"), Vn = am(t, "NodeChange SwitchMode", (En) => {
|
|
36248
36252
|
yn.set(En.getComponent(), !t.selection.isEditable());
|
|
36249
36253
|
}), zt = (En) => {
|
|
36250
36254
|
yn.isDisabled(En) || pe(!0);
|
|
@@ -36727,7 +36731,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
36727
36731
|
].concat(c.getOr([])))
|
|
36728
36732
|
};
|
|
36729
36733
|
}, qU = (t, s, a, c) => {
|
|
36730
|
-
const d = s.shared, g =
|
|
36734
|
+
const d = s.shared, g = dn(fe), p = {
|
|
36731
36735
|
toolbarButtonBehaviours: [],
|
|
36732
36736
|
getApi: Lk,
|
|
36733
36737
|
onSetup: t.onSetup
|
|
@@ -36754,7 +36758,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
36754
36758
|
});
|
|
36755
36759
|
}, p6 = (t, s, a) => {
|
|
36756
36760
|
var c;
|
|
36757
|
-
const d =
|
|
36761
|
+
const d = dn(fe), g = Fk(t.icon, t.text, t.tooltip, A.none(), a);
|
|
36758
36762
|
return Ya.sketch({
|
|
36759
36763
|
dom: g.dom,
|
|
36760
36764
|
components: g.components,
|
|
@@ -36823,7 +36827,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
36823
36827
|
title: w
|
|
36824
36828
|
});
|
|
36825
36829
|
}
|
|
36826
|
-
}), c =
|
|
36830
|
+
}), c = dn(fe), d = {
|
|
36827
36831
|
getApi: a,
|
|
36828
36832
|
onSetup: t.onSetup
|
|
36829
36833
|
};
|
|
@@ -37005,7 +37009,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
37005
37009
|
}, S6 = yi(), Wk = S6.os.isiOS() && S6.os.version.major <= 12, _6 = (t, s) => {
|
|
37006
37010
|
const { uiMotherships: a } = s, c = t.dom;
|
|
37007
37011
|
let d = t.getWin();
|
|
37008
|
-
const g = t.getDoc().documentElement, p =
|
|
37012
|
+
const g = t.getDoc().documentElement, p = dn($o(d.innerWidth, d.innerHeight)), w = dn($o(g.offsetWidth, g.offsetHeight)), C = () => {
|
|
37009
37013
|
const H = p.get();
|
|
37010
37014
|
(H.left !== d.innerWidth || H.top !== d.innerHeight) && (p.set($o(d.innerWidth, d.innerHeight)), y_(t));
|
|
37011
37015
|
}, E = () => {
|
|
@@ -37033,7 +37037,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
37033
37037
|
var T6 = /* @__PURE__ */ Object.freeze({
|
|
37034
37038
|
__proto__: null,
|
|
37035
37039
|
render: (t, s, a, c, d) => {
|
|
37036
|
-
const { mainUi: g, uiMotherships: p } = s, w =
|
|
37040
|
+
const { mainUi: g, uiMotherships: p } = s, w = dn(0), C = g.outerContainer;
|
|
37037
37041
|
pU(t);
|
|
37038
37042
|
const E = Te.fromDom(d.targetNode), O = dt(Ne(E));
|
|
37039
37043
|
qm(E, g.mothership), k6(t, O, s), t.on("SkinLoaded", () => {
|
|
@@ -37096,7 +37100,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
37096
37100
|
const s = Tw(t), a = U4(t), c = jS(t);
|
|
37097
37101
|
return vO(s).map((d) => jk(d, a, c));
|
|
37098
37102
|
}, rW = (t) => E6(t).getOr(Tw(t)), { ToolbarLocation: K0, ToolbarMode: A6 } = xI, aW = 40, lW = (t, s, a, c, d) => {
|
|
37099
|
-
const { mainUi: g, uiMotherships: p } = a, w = R0.DOM, C = Iv(t), E = Dw(t), O = jS(t).or(E6(t)), B = c.shared.header, H = B.isPositionedAtTop, W = Pv(t), Y = W === A6.sliding || W === A6.floating, ce =
|
|
37103
|
+
const { mainUi: g, uiMotherships: p } = a, w = R0.DOM, C = Iv(t), E = Dw(t), O = jS(t).or(E6(t)), B = c.shared.header, H = B.isPositionedAtTop, W = Pv(t), Y = W === A6.sliding || W === A6.floating, ce = dn(!1), $e = () => ce.get() && !t.removed, we = (hn) => Y ? hn.fold(oe(0), (_o) => _o.components().length > 1 ? Vs(_o.components()[1].element) : 0) : 0, pe = (hn) => {
|
|
37100
37104
|
switch (Ew(t)) {
|
|
37101
37105
|
case K0.auto:
|
|
37102
37106
|
const _o = Ds.getToolbar(g.outerContainer), At = we(_o), Yt = Vs(hn.element) - At, An = Gs(s);
|
|
@@ -37200,7 +37204,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
37200
37204
|
bounds: a
|
|
37201
37205
|
};
|
|
37202
37206
|
}, cW = (t, s, a, c) => {
|
|
37203
|
-
const d =
|
|
37207
|
+
const d = dn(yO(s, a.isPositionedAtTop())), g = (E) => {
|
|
37204
37208
|
const { pos: O, bounds: B } = yO(s, a.isPositionedAtTop()), {
|
|
37205
37209
|
pos: H,
|
|
37206
37210
|
bounds: W
|
|
@@ -37566,7 +37570,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
37566
37570
|
formNavigators: g
|
|
37567
37571
|
};
|
|
37568
37572
|
}, H6 = Ut("forward-slide"), V6 = Ut("backward-slide"), _O = Ut("change-slide-event"), kO = "tox-pop--resizing", _W = (t) => {
|
|
37569
|
-
const s =
|
|
37573
|
+
const s = dn([]);
|
|
37570
37574
|
return lr.sketch({
|
|
37571
37575
|
dom: {
|
|
37572
37576
|
tag: "div",
|
|
@@ -37877,7 +37881,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
37877
37881
|
};
|
|
37878
37882
|
return t.on("PastePlainTextToggle", c), Vw(() => t.off("PastePlainTextToggle", c), Bc(t)(a));
|
|
37879
37883
|
}, RW = (t) => {
|
|
37880
|
-
const s =
|
|
37884
|
+
const s = dn(YS(t)), a = () => t.execCommand("mceTogglePlainTextPaste");
|
|
37881
37885
|
t.ui.registry.addToggleButton("pastetext", {
|
|
37882
37886
|
active: !1,
|
|
37883
37887
|
icon: "paste-text",
|
|
@@ -38853,7 +38857,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
38853
38857
|
]
|
|
38854
38858
|
}
|
|
38855
38859
|
})), PZ = (t, s) => {
|
|
38856
|
-
const a =
|
|
38860
|
+
const a = dn([]), c = dn([]), d = dn(!1), g = eo(), p = eo(), w = (vt) => {
|
|
38857
38861
|
const Et = sl(vt);
|
|
38858
38862
|
return LO(W.getOpt(s), vt, Et.x, Et.y, Et.width, Et.height);
|
|
38859
38863
|
}, C = () => et(a.get(), (vt) => w(vt)), E = (vt) => {
|
|
@@ -39900,7 +39904,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
39900
39904
|
], en = /* @__PURE__ */ Object.freeze({
|
|
39901
39905
|
__proto__: null,
|
|
39902
39906
|
init: () => {
|
|
39903
|
-
const t =
|
|
39907
|
+
const t = dn(A.none()), s = () => t.set(A.none());
|
|
39904
39908
|
return {
|
|
39905
39909
|
readState: () => t.get().getOr("none"),
|
|
39906
39910
|
get: t.get,
|
|
@@ -40214,13 +40218,13 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
40214
40218
|
selectFirst: !1
|
|
40215
40219
|
};
|
|
40216
40220
|
}, Fx = "send-data-to-section", ob = "send-data-to-view", sb = (t, s, a) => {
|
|
40217
|
-
const c =
|
|
40221
|
+
const c = dn({}), d = (E) => {
|
|
40218
40222
|
const O = Lt.getValue(E), B = oo(O).getOr({}), H = c.get(), W = Uo(H, B);
|
|
40219
40223
|
c.set(W);
|
|
40220
40224
|
}, g = (E) => {
|
|
40221
40225
|
const O = c.get();
|
|
40222
40226
|
Lt.setValue(E, O);
|
|
40223
|
-
}, p =
|
|
40227
|
+
}, p = dn(null), w = et(t.tabs, (E) => ({
|
|
40224
40228
|
value: E.name,
|
|
40225
40229
|
dom: {
|
|
40226
40230
|
tag: "div",
|
|
@@ -40639,7 +40643,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
40639
40643
|
})), pT = (t, s = {}) => {
|
|
40640
40644
|
const a = (c) => {
|
|
40641
40645
|
const d = et(c.items, (g) => {
|
|
40642
|
-
const p = pt(s, g.name).getOr(
|
|
40646
|
+
const p = pt(s, g.name).getOr(dn(!1));
|
|
40643
40647
|
return {
|
|
40644
40648
|
...g,
|
|
40645
40649
|
storage: p
|
|
@@ -40823,7 +40827,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
40823
40827
|
};
|
|
40824
40828
|
return W;
|
|
40825
40829
|
}, yj = (t, s, a) => {
|
|
40826
|
-
const c = Ut("dialog"), d = t.internalDialog, g = _t(d.title, c, a), p =
|
|
40830
|
+
const c = Ut("dialog"), d = t.internalDialog, g = _t(d.title, c, a), p = dn(d.size), w = Ja(p.get()).toArray(), C = (pe, De) => (p.set(De.internalDialog.size), h1(De.internalDialog.size, pe), A.some(De)), E = Hx({
|
|
40827
40831
|
body: d.body,
|
|
40828
40832
|
initialData: d.initialData
|
|
40829
40833
|
}, c, a), O = pT(d.buttons), B = KO(O), H = gn(O.length !== 0, Td({ buttons: O }, c, a)), W = to(() => we, sn(() => ce, a.shared.providers, s), a.shared.getSink), Y = {
|
|
@@ -40859,7 +40863,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
40859
40863
|
instanceApi: we
|
|
40860
40864
|
};
|
|
40861
40865
|
}, XO = (t, s, a, c = !1, d) => {
|
|
40862
|
-
const g = Ut("dialog"), p = Ut("dialog-label"), w = Ut("dialog-content"), C = t.internalDialog, E =
|
|
40866
|
+
const g = Ut("dialog"), p = Ut("dialog-label"), w = Ut("dialog-content"), C = t.internalDialog, E = dn(C.size), O = Ja(E.get()).toArray(), B = (je, vt) => (E.set(vt.internalDialog.size), h1(vt.internalDialog.size, je), d(), A.some(vt)), H = Xo(Pe({
|
|
40863
40867
|
title: C.title,
|
|
40864
40868
|
draggable: !0
|
|
40865
40869
|
}, g, p, a.shared.providers)), W = Xo(vg({
|
|
@@ -41759,7 +41763,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
41759
41763
|
cells: m,
|
|
41760
41764
|
section: h,
|
|
41761
41765
|
isNew: v
|
|
41762
|
-
}),
|
|
41766
|
+
}), un = (i, m, h, v) => ({
|
|
41763
41767
|
startRow: i,
|
|
41764
41768
|
startCol: m,
|
|
41765
41769
|
finishRow: h,
|
|
@@ -42475,7 +42479,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
42475
42479
|
maxCol: v,
|
|
42476
42480
|
allCells: _,
|
|
42477
42481
|
selectedCells: D
|
|
42478
|
-
}),
|
|
42482
|
+
}), dn = (i, m) => {
|
|
42479
42483
|
const h = i.grid.columns;
|
|
42480
42484
|
let _ = i.grid.rows, D = h, L = 0, Z = 0;
|
|
42481
42485
|
const ee = [], ue = [];
|
|
@@ -42510,7 +42514,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
42510
42514
|
const _ = _l(m, i, h), D = et(_, (ue, Ae) => ue + Ae, 0), ee = et(_.slice(v.minCol, v.maxCol + 1), (ue, Ae) => ue + Ae, 0) / D * h.pixelWidth() - h.pixelWidth();
|
|
42511
42515
|
return h.getCellDelta(ee);
|
|
42512
42516
|
}, be = (i, m) => {
|
|
42513
|
-
const h = (Mt) => qr(Mt.element, m), v = Hl(i), _ = vi(v), D = jl.getTableSize(i), L = jn.generate(_), Z =
|
|
42517
|
+
const h = (Mt) => qr(Mt.element, m), v = Hl(i), _ = vi(v), D = jl.getTableSize(i), L = jn.generate(_), Z = dn(L, h), ee = "th:not(" + m + "),td:not(" + m + ")", ue = Ku(v, "th,td", (Mt) => qr(Mt, ee));
|
|
42514
42518
|
ot(ue, nr), T(_, L, Z, h);
|
|
42515
42519
|
const Ae = jn.fromTable(i), at = q(i, Ae, D, Z);
|
|
42516
42520
|
return V(v, Z, L, at), v;
|
|
@@ -42710,7 +42714,7 @@ The conflicting element is` + (ao(B.element) ? " " : " not ") + "already in the
|
|
|
42710
42714
|
for (let D = m.startCol; D <= m.finishCol; D++)
|
|
42711
42715
|
h = h && jn.getAt(i, _, D).exists(v);
|
|
42712
42716
|
return h ? ie.some(m) : ie.none();
|
|
42713
|
-
}, A1 = (i, m) =>
|
|
42717
|
+
}, A1 = (i, m) => un(Math.min(i.row, m.row), Math.min(i.column, m.column), Math.max(i.row + i.rowspan - 1, m.row + m.rowspan - 1), Math.max(i.column + i.colspan - 1, m.column + m.colspan - 1)), go = (i, m, h) => {
|
|
42714
42718
|
const v = jn.findItem(i, m, ts), _ = jn.findItem(i, h, ts);
|
|
42715
42719
|
return v.bind((D) => _.map((L) => A1(D, L)));
|
|
42716
42720
|
}, an = (i, m, h) => go(i, m, h).bind((v) => E1(i, v)), Bm = (i, m, h, v) => jn.findItem(i, m, ts).bind((_) => {
|
|
@@ -45920,12 +45924,12 @@ Required: ` + m.join(", "));
|
|
|
45920
45924
|
S.dom.isEmpty(Dn) || de.insertAfter(Dn, R), de.insertAfter(ct, R);
|
|
45921
45925
|
const _n = U.parentElement;
|
|
45922
45926
|
_n && wl(S.dom, _n) && ae(_n), de.remove(U), wl(S.dom, R) && de.remove(R);
|
|
45923
|
-
}, Ne = Gi("dd"), dt = Gi("dt"),
|
|
45927
|
+
}, Ne = Gi("dd"), dt = Gi("dt"), un = (S, R) => {
|
|
45924
45928
|
Ne(R) ? Eo(R, "dt") : dt(R) && Aa(R).each((U) => ke(S, U.dom, R.dom));
|
|
45925
45929
|
}, Vo = (S) => {
|
|
45926
45930
|
dt(S) && Eo(S, "dd");
|
|
45927
45931
|
}, rs = (S, R, U) => {
|
|
45928
|
-
R === "Indent" ? ie(U, Vo) : ie(U, (ae) =>
|
|
45932
|
+
R === "Indent" ? ie(U, Vo) : ie(U, (ae) => un(S, ae));
|
|
45929
45933
|
}, zo = (S, R) => {
|
|
45930
45934
|
if (Ls(S))
|
|
45931
45935
|
return {
|
|
@@ -46811,8 +46815,8 @@ Required: ` + m.join(", "));
|
|
|
46811
46815
|
const fe = Array.prototype.indexOf, Tt = Array.prototype.push, Ea = (j, de) => fe.call(j, de), Xn = (j, de) => Ea(j, de) > -1, oe = (j, de) => {
|
|
46812
46816
|
const ke = j.length, Ne = new Array(ke);
|
|
46813
46817
|
for (let dt = 0; dt < ke; dt++) {
|
|
46814
|
-
const
|
|
46815
|
-
Ne[dt] = de(
|
|
46818
|
+
const un = j[dt];
|
|
46819
|
+
Ne[dt] = de(un, dt);
|
|
46816
46820
|
}
|
|
46817
46821
|
return Ne;
|
|
46818
46822
|
}, Pn = (j, de) => {
|
|
@@ -46896,16 +46900,16 @@ Required: ` + m.join(", "));
|
|
|
46896
46900
|
return Qa.each(j, (Ne) => {
|
|
46897
46901
|
const dt = ss(Ne);
|
|
46898
46902
|
if (Ne.menu !== void 0) {
|
|
46899
|
-
const
|
|
46903
|
+
const un = Ho(Ne.menu, de);
|
|
46900
46904
|
ke.push({
|
|
46901
46905
|
text: dt,
|
|
46902
|
-
items:
|
|
46906
|
+
items: un
|
|
46903
46907
|
});
|
|
46904
46908
|
} else {
|
|
46905
|
-
const
|
|
46909
|
+
const un = de(Ne);
|
|
46906
46910
|
ke.push({
|
|
46907
46911
|
text: dt,
|
|
46908
|
-
value:
|
|
46912
|
+
value: un
|
|
46909
46913
|
});
|
|
46910
46914
|
}
|
|
46911
46915
|
}), ke;
|
|
@@ -46922,14 +46926,14 @@ Required: ` + m.join(", "));
|
|
|
46922
46926
|
}, _e = Object.keys, vn = Object.hasOwnProperty, jo = (j, de) => {
|
|
46923
46927
|
const ke = _e(j);
|
|
46924
46928
|
for (let Ne = 0, dt = ke.length; Ne < dt; Ne++) {
|
|
46925
|
-
const
|
|
46926
|
-
de(Vo,
|
|
46929
|
+
const un = ke[Ne], Vo = j[un];
|
|
46930
|
+
de(Vo, un);
|
|
46927
46931
|
}
|
|
46928
46932
|
}, Ft = (j) => (de, ke) => {
|
|
46929
46933
|
j[ke] = de;
|
|
46930
46934
|
}, Tr = (j, de, ke, Ne) => {
|
|
46931
|
-
jo(j, (dt,
|
|
46932
|
-
(de(dt,
|
|
46935
|
+
jo(j, (dt, un) => {
|
|
46936
|
+
(de(dt, un) ? ke : Ne)(dt, un);
|
|
46933
46937
|
});
|
|
46934
46938
|
}, Io = (j, de) => {
|
|
46935
46939
|
const ke = {};
|
|
@@ -46940,25 +46944,25 @@ Required: ` + m.join(", "));
|
|
|
46940
46944
|
if (j.collapsed)
|
|
46941
46945
|
return [];
|
|
46942
46946
|
{
|
|
46943
|
-
const ke = j.cloneContents(), Ne = ke.firstChild, dt = new br(Ne, ke),
|
|
46947
|
+
const ke = j.cloneContents(), Ne = ke.firstChild, dt = new br(Ne, ke), un = [];
|
|
46944
46948
|
let Vo = Ne;
|
|
46945
46949
|
do
|
|
46946
|
-
de(Vo) &&
|
|
46950
|
+
de(Vo) && un.push(Vo);
|
|
46947
46951
|
while (Vo = dt.next());
|
|
46948
|
-
return
|
|
46952
|
+
return un;
|
|
46949
46953
|
}
|
|
46950
46954
|
}, ji = (j) => /^\w+:/i.test(j), us = (j) => {
|
|
46951
46955
|
var de, ke;
|
|
46952
46956
|
return (ke = (de = j.getAttribute("data-mce-href")) !== null && de !== void 0 ? de : j.getAttribute("href")) !== null && ke !== void 0 ? ke : "";
|
|
46953
46957
|
}, Go = (j, de) => {
|
|
46954
|
-
const ke = ["noopener"], Ne = j ? j.split(/\s+/) : [], dt = (zo) => Qa.trim(zo.sort().join(" ")),
|
|
46958
|
+
const ke = ["noopener"], Ne = j ? j.split(/\s+/) : [], dt = (zo) => Qa.trim(zo.sort().join(" ")), un = (zo) => (zo = Vo(zo), zo.length > 0 ? zo.concat(ke) : ke), Vo = (zo) => zo.filter((ys) => Qa.inArray(ke, ys) === -1), rs = de ? un(Ne) : Vo(Ne);
|
|
46955
46959
|
return rs.length > 0 ? dt(rs) : "";
|
|
46956
46960
|
}, yc = (j) => j.replace(/\uFEFF/g, ""), Yn = (j, de) => (de = de || Pl(j.selection.getRng())[0] || j.selection.getNode(), mo(de) ? mn.from(j.dom.select("a[href]", de)[0]) : mn.from(j.dom.getParent(de, "a[href]"))), bs = (j, de) => Yn(j, de).isSome(), yr = (j, de) => {
|
|
46957
46961
|
const ke = de.fold(() => j.getContent({ format: "text" }), (Ne) => Ne.innerText || Ne.textContent || "");
|
|
46958
46962
|
return yc(ke);
|
|
46959
46963
|
}, Pl = (j) => ps(j, Js), di = (j) => Qa.grep(j, Js), Qo = (j) => di(j).length > 0, Gi = (j) => Pl(j).length > 0, pt = (j) => {
|
|
46960
|
-
const de = j.schema.getTextInlineElements(), ke = (
|
|
46961
|
-
if (Yn(j).exists((
|
|
46964
|
+
const de = j.schema.getTextInlineElements(), ke = (un) => un.nodeType === 1 && !vr(un) && !Va(de, un.nodeName.toLowerCase());
|
|
46965
|
+
if (Yn(j).exists((un) => un.hasAttribute("data-mce-block")))
|
|
46962
46966
|
return !1;
|
|
46963
46967
|
const dt = j.selection.getRng();
|
|
46964
46968
|
return dt.collapsed ? !0 : ps(dt, ke).length === 0;
|
|
@@ -46984,21 +46988,21 @@ Required: ` + m.join(", "));
|
|
|
46984
46988
|
const dt = j.dom;
|
|
46985
46989
|
mo(de) ? wr(dt, de, Ne) : ke.fold(() => {
|
|
46986
46990
|
j.execCommand("mceInsertLink", !1, Ne);
|
|
46987
|
-
}, (
|
|
46988
|
-
j.insertContent(dt.createHTML("a", Ne, dt.encode(
|
|
46991
|
+
}, (un) => {
|
|
46992
|
+
j.insertContent(dt.createHTML("a", Ne, dt.encode(un)));
|
|
46989
46993
|
});
|
|
46990
46994
|
}, el = (j, de, ke) => {
|
|
46991
|
-
const Ne = j.selection.getNode(), dt = Yn(j, Ne),
|
|
46995
|
+
const Ne = j.selection.getNode(), dt = Yn(j, Ne), un = Nl(j, Er(ke));
|
|
46992
46996
|
j.undoManager.transact(() => {
|
|
46993
46997
|
ke.href === de.href && de.attach(), dt.fold(() => {
|
|
46994
|
-
es(j, Ne, ke.text,
|
|
46998
|
+
es(j, Ne, ke.text, un);
|
|
46995
46999
|
}, (Vo) => {
|
|
46996
|
-
j.focus(), Da(j, Vo, ke.text,
|
|
47000
|
+
j.focus(), Da(j, Vo, ke.text, un);
|
|
46997
47001
|
});
|
|
46998
47002
|
});
|
|
46999
47003
|
}, bl = (j) => {
|
|
47000
|
-
const de = j.dom, ke = j.selection, Ne = ke.getBookmark(), dt = ke.getRng().cloneRange(),
|
|
47001
|
-
|
|
47004
|
+
const de = j.dom, ke = j.selection, Ne = ke.getBookmark(), dt = ke.getRng().cloneRange(), un = de.getParent(dt.startContainer, "a[href]", j.getBody()), Vo = de.getParent(dt.endContainer, "a[href]", j.getBody());
|
|
47005
|
+
un && dt.setStartBefore(un), Vo && dt.setEndAfter(Vo), ke.setRng(dt), j.execCommand("unlink"), ke.moveToBookmark(Ne);
|
|
47002
47006
|
}, Yo = (j) => {
|
|
47003
47007
|
j.undoManager.transact(() => {
|
|
47004
47008
|
const de = j.selection.getNode();
|
|
@@ -47010,7 +47014,7 @@ Required: ` + m.join(", "));
|
|
|
47010
47014
|
href: ke,
|
|
47011
47015
|
rel: Ne,
|
|
47012
47016
|
target: dt,
|
|
47013
|
-
text:
|
|
47017
|
+
text: un,
|
|
47014
47018
|
title: Vo
|
|
47015
47019
|
} = j;
|
|
47016
47020
|
return Io({
|
|
@@ -47018,7 +47022,7 @@ Required: ` + m.join(", "));
|
|
|
47018
47022
|
href: ke,
|
|
47019
47023
|
rel: Ne.getOrNull(),
|
|
47020
47024
|
target: dt.getOrNull(),
|
|
47021
|
-
text:
|
|
47025
|
+
text: un.getOrNull(),
|
|
47022
47026
|
title: Vo.getOrNull()
|
|
47023
47027
|
}, (rs, zo) => gt(rs) === !1);
|
|
47024
47028
|
}, Ar = (j, de) => {
|
|
@@ -47047,20 +47051,20 @@ Required: ` + m.join(", "));
|
|
|
47047
47051
|
var Ne;
|
|
47048
47052
|
const dt = j.select("img", de)[0];
|
|
47049
47053
|
if (dt) {
|
|
47050
|
-
const
|
|
47051
|
-
(Ne = dt.parentNode) === null || Ne === void 0 || Ne.insertBefore(
|
|
47054
|
+
const un = j.create("a", ke);
|
|
47055
|
+
(Ne = dt.parentNode) === null || Ne === void 0 || Ne.insertBefore(un, dt), un.appendChild(dt);
|
|
47052
47056
|
}
|
|
47053
47057
|
}, mr = (j) => hs(j, "items"), Us = (j, de) => ie(de, (ke) => mr(ke) ? Us(j, ke.items) : Ge(ke.value === j, ke)), vl = (j, de, ke, Ne) => {
|
|
47054
|
-
const dt = Ne[de],
|
|
47058
|
+
const dt = Ne[de], un = j.length > 0;
|
|
47055
47059
|
return dt !== void 0 ? Us(dt, ke).map((Vo) => ({
|
|
47056
47060
|
url: {
|
|
47057
47061
|
value: Vo.value,
|
|
47058
47062
|
meta: {
|
|
47059
|
-
text:
|
|
47063
|
+
text: un ? j : Vo.text,
|
|
47060
47064
|
attach: No
|
|
47061
47065
|
}
|
|
47062
47066
|
},
|
|
47063
|
-
text:
|
|
47067
|
+
text: un ? j : Vo.text
|
|
47064
47068
|
})) : mn.none();
|
|
47065
47069
|
}, qi = (j, de) => de === "link" ? j.link : de === "anchor" ? j.anchor : mn.none(), ca = {
|
|
47066
47070
|
init: (j, de) => {
|
|
@@ -47073,7 +47077,7 @@ Required: ` + m.join(", "));
|
|
|
47073
47077
|
}, dt = (zo) => {
|
|
47074
47078
|
var ys;
|
|
47075
47079
|
return Ge(ke.text.length <= 0, mn.from((ys = zo.meta) === null || ys === void 0 ? void 0 : ys.text).getOr(zo.value));
|
|
47076
|
-
},
|
|
47080
|
+
}, un = (zo) => {
|
|
47077
47081
|
const ys = dt(zo.url), ao = Ne(zo.url);
|
|
47078
47082
|
return ys.isSome() || ao.isSome() ? mn.some({
|
|
47079
47083
|
...ys.map((Fs) => ({ text: Fs })).getOr({}),
|
|
@@ -47085,7 +47089,7 @@ Required: ` + m.join(", "));
|
|
|
47085
47089
|
};
|
|
47086
47090
|
return { onChange: (zo, ys) => {
|
|
47087
47091
|
const ao = ys.name;
|
|
47088
|
-
return ao === "url" ?
|
|
47092
|
+
return ao === "url" ? un(zo()) : Xn([
|
|
47089
47093
|
"anchor",
|
|
47090
47094
|
"link"
|
|
47091
47095
|
], ao) ? Vo(zo(), ao) : ((ao === "text" || ao === "title") && (ke[ao] = zo()[ao]), mn.none());
|
|
@@ -47114,8 +47118,8 @@ Required: ` + m.join(", "));
|
|
|
47114
47118
|
const Ne = ke.href;
|
|
47115
47119
|
return j === 1 && !ji(Ne) || j === 0 && /^\s*www(\.|\d\.)/i.test(Ne) ? mn.some({
|
|
47116
47120
|
message: `The URL you entered seems to be an external link. Do you want to add the required ${de}:// prefix?`,
|
|
47117
|
-
preprocess: (
|
|
47118
|
-
...
|
|
47121
|
+
preprocess: (un) => ({
|
|
47122
|
+
...un,
|
|
47119
47123
|
href: de + "://" + Ne
|
|
47120
47124
|
})
|
|
47121
47125
|
}) : mn.none();
|
|
@@ -47158,8 +47162,8 @@ Required: ` + m.join(", "));
|
|
|
47158
47162
|
} }, Ad = { getRels: (j, de) => {
|
|
47159
47163
|
const ke = ro(j);
|
|
47160
47164
|
if (ke.length > 0) {
|
|
47161
|
-
const Ne = Ro(de, "_blank"), dt = ht(j) === !1,
|
|
47162
|
-
return (dt ? Ke.sanitizeWith(
|
|
47165
|
+
const Ne = Ro(de, "_blank"), dt = ht(j) === !1, un = (rs) => Go(Ke.getValue(rs), Ne);
|
|
47166
|
+
return (dt ? Ke.sanitizeWith(un) : Ke.sanitize)(ke);
|
|
47163
47167
|
}
|
|
47164
47168
|
return mn.none();
|
|
47165
47169
|
} }, tl = [
|
|
@@ -47178,9 +47182,9 @@ Required: ` + m.join(", "));
|
|
|
47178
47182
|
const Ne = j.getAttrib(de, ke);
|
|
47179
47183
|
return Ne !== null && Ne.length > 0 ? mn.some(Ne) : mn.none();
|
|
47180
47184
|
}, za = (j, de) => {
|
|
47181
|
-
const ke = j.dom, dt = pt(j) ? mn.some(yr(j.selection, de)) : mn.none(),
|
|
47185
|
+
const ke = j.dom, dt = pt(j) ? mn.some(yr(j.selection, de)) : mn.none(), un = de.bind((ao) => mn.from(ke.getAttrib(ao, "href"))), Vo = de.bind((ao) => mn.from(ke.getAttrib(ao, "target"))), rs = de.bind((ao) => ks(ke, ao, "rel")), zo = de.bind((ao) => ks(ke, ao, "class")), ys = de.bind((ao) => ks(ke, ao, "title"));
|
|
47182
47186
|
return {
|
|
47183
|
-
url:
|
|
47187
|
+
url: un,
|
|
47184
47188
|
text: dt,
|
|
47185
47189
|
title: ys,
|
|
47186
47190
|
target: Vo,
|
|
@@ -47207,7 +47211,7 @@ Required: ` + m.join(", "));
|
|
|
47207
47211
|
Hc(j), ke.close();
|
|
47208
47212
|
return;
|
|
47209
47213
|
}
|
|
47210
|
-
const dt = (rs) => mn.from(Ne[rs]).filter((zo) => !Ro(de.anchor[rs], zo)),
|
|
47214
|
+
const dt = (rs) => mn.from(Ne[rs]).filter((zo) => !Ro(de.anchor[rs], zo)), un = {
|
|
47211
47215
|
href: Ne.url.value,
|
|
47212
47216
|
text: dt("text"),
|
|
47213
47217
|
target: dt("target"),
|
|
@@ -47218,7 +47222,7 @@ Required: ` + m.join(", "));
|
|
|
47218
47222
|
href: Ne.url.value,
|
|
47219
47223
|
attach: Ne.url.meta !== void 0 && Ne.url.meta.attach ? Ne.url.meta.attach : No
|
|
47220
47224
|
};
|
|
47221
|
-
Il.preprocess(j,
|
|
47225
|
+
Il.preprocess(j, un).then((rs) => {
|
|
47222
47226
|
Bl(j, Vo, rs);
|
|
47223
47227
|
}), ke.close();
|
|
47224
47228
|
}, xc = (j) => {
|
|
@@ -47250,7 +47254,7 @@ Required: ` + m.join(", "));
|
|
|
47250
47254
|
name: "text",
|
|
47251
47255
|
type: "input",
|
|
47252
47256
|
label: "Text to display"
|
|
47253
|
-
})).toArray(),
|
|
47257
|
+
})).toArray(), un = j.flags.titleEnabled ? [{
|
|
47254
47258
|
name: "title",
|
|
47255
47259
|
type: "input",
|
|
47256
47260
|
label: "Title"
|
|
@@ -47263,7 +47267,7 @@ Required: ` + m.join(", "));
|
|
|
47263
47267
|
items: St([
|
|
47264
47268
|
Ne,
|
|
47265
47269
|
dt,
|
|
47266
|
-
|
|
47270
|
+
un,
|
|
47267
47271
|
Jn([
|
|
47268
47272
|
zo.anchor.map(Ke.createUi("anchor", "Anchors")),
|
|
47269
47273
|
zo.rels.map(Ke.createUi("rel", "Rel")),
|
|
@@ -47351,10 +47355,10 @@ Required: ` + m.join(", "));
|
|
|
47351
47355
|
const ke = () => de.setEnabled(Vl(j));
|
|
47352
47356
|
return ke(), Fl(j, ke);
|
|
47353
47357
|
}, wl = (j) => (de) => {
|
|
47354
|
-
const ke = (
|
|
47355
|
-
de.setEnabled(ke(
|
|
47358
|
+
const ke = (un) => Qo(un) || Gi(j.selection.getRng()), Ne = j.dom.getParents(j.selection.getStart()), dt = (un) => {
|
|
47359
|
+
de.setEnabled(ke(un) && j.selection.isEditable());
|
|
47356
47360
|
};
|
|
47357
|
-
return dt(Ne), Fl(j, (
|
|
47361
|
+
return dt(Ne), Fl(j, (un) => dt(un.parents));
|
|
47358
47362
|
}, Ji = (j) => {
|
|
47359
47363
|
j.addShortcut("Meta+K", "", () => {
|
|
47360
47364
|
j.execCommand("mceLink");
|
|
@@ -47403,12 +47407,12 @@ Required: ` + m.join(", "));
|
|
|
47403
47407
|
const de = (dt) => {
|
|
47404
47408
|
dt.selection.collapse(!1);
|
|
47405
47409
|
}, ke = (dt) => {
|
|
47406
|
-
const
|
|
47407
|
-
return dt.setEnabled(bs(j,
|
|
47410
|
+
const un = j.selection.getNode();
|
|
47411
|
+
return dt.setEnabled(bs(j, un)), No;
|
|
47408
47412
|
}, Ne = (dt) => {
|
|
47409
|
-
const
|
|
47410
|
-
if (
|
|
47411
|
-
const rs = yr(j.selection,
|
|
47413
|
+
const un = Yn(j), Vo = pt(j);
|
|
47414
|
+
if (un.isNone() && Vo) {
|
|
47415
|
+
const rs = yr(j.selection, un);
|
|
47412
47416
|
return Ge(rs.length === 0, dt);
|
|
47413
47417
|
} else
|
|
47414
47418
|
return mn.none();
|
|
@@ -47430,16 +47434,16 @@ Required: ` + m.join(", "));
|
|
|
47430
47434
|
tooltip: "Link",
|
|
47431
47435
|
primary: !0,
|
|
47432
47436
|
onSetup: (dt) => {
|
|
47433
|
-
const
|
|
47434
|
-
return dt.setActive(bs(j,
|
|
47437
|
+
const un = j.selection.getNode();
|
|
47438
|
+
return dt.setActive(bs(j, un)), ea(j)(dt);
|
|
47435
47439
|
},
|
|
47436
47440
|
onAction: (dt) => {
|
|
47437
|
-
const
|
|
47441
|
+
const un = dt.getValue(), Vo = Ne(un);
|
|
47438
47442
|
Bl(j, {
|
|
47439
|
-
href:
|
|
47443
|
+
href: un,
|
|
47440
47444
|
attach: No
|
|
47441
47445
|
}, {
|
|
47442
|
-
href:
|
|
47446
|
+
href: un,
|
|
47443
47447
|
text: Vo,
|
|
47444
47448
|
title: mn.none(),
|
|
47445
47449
|
rel: mn.none(),
|
|
@@ -48251,7 +48255,7 @@ Required: ` + m.join(", "));
|
|
|
48251
48255
|
I.editorUpload.blobCache.add(K);
|
|
48252
48256
|
}, dt = (I) => (K) => {
|
|
48253
48257
|
I.windowManager.alert(K);
|
|
48254
|
-
},
|
|
48258
|
+
}, un = (I) => (K) => Vc(I, K), Vo = (I) => (K) => I.dom.parseStyle(K), rs = (I) => (K, re) => I.dom.serializeStyle(K, re), zo = (I) => (K) => Yi(I).upload([K], !1).then((re) => {
|
|
48255
48259
|
var Ie;
|
|
48256
48260
|
return re.length === 0 ? Promise.reject("Failed to upload image") : re[0].status === !1 ? Promise.reject((Ie = re[0].error) === null || Ie === void 0 ? void 0 : Ie.message) : re[0];
|
|
48257
48261
|
}), ys = (I) => {
|
|
@@ -48260,7 +48264,7 @@ Required: ` + m.join(", "));
|
|
|
48260
48264
|
addToBlobCache: Ne(I),
|
|
48261
48265
|
createBlobCache: ke(I),
|
|
48262
48266
|
alertErr: dt(I),
|
|
48263
|
-
normalizeCss:
|
|
48267
|
+
normalizeCss: un(I),
|
|
48264
48268
|
parseStyle: Vo(I),
|
|
48265
48269
|
serializeStyle: rs(I),
|
|
48266
48270
|
uploadImage: zo(I)
|
|
@@ -48688,7 +48692,7 @@ Required: ` + m.join(", "));
|
|
|
48688
48692
|
}, dt = (x, T) => {
|
|
48689
48693
|
const V = x.dom;
|
|
48690
48694
|
ju(V, T), Xi(Ls(x, "style").map(Zu), "") && ns(x, "style");
|
|
48691
|
-
},
|
|
48695
|
+
}, un = (x, T, V = 0) => Ls(x, T).map((q) => parseInt(q, 10)).getOr(V), Vo = (x, T) => rs(x, T, Xn), rs = (x, T, V) => _e(wr(x), (q) => bs(q, T) ? V(q) ? [q] : [] : rs(q, T, V)), zo = [
|
|
48692
48696
|
"tfoot",
|
|
48693
48697
|
"thead",
|
|
48694
48698
|
"tbody",
|
|
@@ -48736,13 +48740,13 @@ Required: ` + m.join(", "));
|
|
|
48736
48740
|
], x, T), re = (x) => Vo(x, "th,td"), Ie = (x) => bs(x, "colgroup") ? xc(x, "col") : _e(Gt(x), (T) => xc(T, "col")), Ot = (x, T) => Ll(x, "table", T), Kn = (x) => Vo(x, "tr"), Gt = (x) => Ot(x).fold(Pt([]), (T) => xc(T, "colgroup")), $s = (x, T) => ht(x, (V) => {
|
|
48737
48741
|
if (pt(V) === "colgroup") {
|
|
48738
48742
|
const q = ht(Ie(V), (be) => {
|
|
48739
|
-
const Ze =
|
|
48743
|
+
const Ze = un(be, "span", 1);
|
|
48740
48744
|
return Fs(be, 1, Ze);
|
|
48741
48745
|
});
|
|
48742
48746
|
return bu(V, q, "colgroup");
|
|
48743
48747
|
} else {
|
|
48744
48748
|
const q = ht(re(V), (be) => {
|
|
48745
|
-
const Ze =
|
|
48749
|
+
const Ze = un(be, "rowspan", 1), mt = un(be, "colspan", 1);
|
|
48746
48750
|
return Fs(be, Ze, mt);
|
|
48747
48751
|
});
|
|
48748
48752
|
return bu(V, q, T(V));
|
|
@@ -50505,10 +50509,10 @@ Required: ` + T.join(", "));
|
|
|
50505
50509
|
const T = Om(x);
|
|
50506
50510
|
or(x), x1(x), jl(x, T), Kr(x, T), oa(x);
|
|
50507
50511
|
};
|
|
50508
|
-
var
|
|
50512
|
+
var dn = () => {
|
|
50509
50513
|
$.add("table", Au);
|
|
50510
50514
|
};
|
|
50511
|
-
|
|
50515
|
+
dn();
|
|
50512
50516
|
})();
|
|
50513
50517
|
(function() {
|
|
50514
50518
|
var $ = tinymce.util.Tools.resolve("tinymce.PluginManager");
|
|
@@ -50816,7 +50820,7 @@ Required: ` + T.join(", "));
|
|
|
50816
50820
|
};
|
|
50817
50821
|
Zi();
|
|
50818
50822
|
})();
|
|
50819
|
-
const
|
|
50823
|
+
const AQ = { class: "font-bold ptext-lg dark:text-white" }, DQ = ["id"], OQ = /* @__PURE__ */ N("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), RQ = ["for"], $Q = ["name", "id", "type"], MQ = { class: "gl-span-form-error" }, PQ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Bae = {
|
|
50820
50824
|
__name: "GlTinymce",
|
|
50821
50825
|
props: {
|
|
50822
50826
|
is_required: { type: Boolean, default: !1 },
|
|
@@ -50834,7 +50838,7 @@ const DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /*
|
|
|
50834
50838
|
const Ee = $, he = se, J = Ko(null);
|
|
50835
50839
|
let Oe = null;
|
|
50836
50840
|
b1(async () => {
|
|
50837
|
-
await Dj(), Oe && (Oe.destroy(), Oe = null),
|
|
50841
|
+
await Dj(), Oe && (Oe.destroy(), Oe = null), EQ.init({
|
|
50838
50842
|
selector: "#" + Ee.field_name,
|
|
50839
50843
|
height: 300,
|
|
50840
50844
|
plugins: [
|
|
@@ -50872,31 +50876,31 @@ const DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /*
|
|
|
50872
50876
|
return me({ focus: () => J.value.focus() }), (gt, jt) => (ye(), xe(Co, null, [
|
|
50873
50877
|
$.show ? (ye(), xe("div", {
|
|
50874
50878
|
key: 0,
|
|
50875
|
-
class:
|
|
50879
|
+
class: cn($.field_name)
|
|
50876
50880
|
}, [
|
|
50877
|
-
N("h3",
|
|
50881
|
+
N("h3", AQ, bt($.label_name), 1),
|
|
50878
50882
|
N("p", {
|
|
50879
50883
|
id: $.field_name,
|
|
50880
50884
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
50881
|
-
}, bt($.model_value), 9,
|
|
50882
|
-
|
|
50885
|
+
}, bt($.model_value), 9, DQ),
|
|
50886
|
+
OQ
|
|
50883
50887
|
], 2)) : xt("", !0),
|
|
50884
50888
|
$.show ? xt("", !0) : (ye(), xe("div", {
|
|
50885
50889
|
key: 1,
|
|
50886
|
-
class:
|
|
50890
|
+
class: cn(["mb-4", $.field_name])
|
|
50887
50891
|
}, [
|
|
50888
50892
|
N("label", {
|
|
50889
|
-
class:
|
|
50893
|
+
class: cn({
|
|
50890
50894
|
"gl-label-form": $.error_message == "",
|
|
50891
50895
|
"gl-label-form-invalid": $.error_message !== "",
|
|
50892
50896
|
required: $.is_required
|
|
50893
50897
|
}),
|
|
50894
50898
|
for: $.field_name
|
|
50895
|
-
}, bt($.label_name), 11,
|
|
50899
|
+
}, bt($.label_name), 11, RQ),
|
|
50896
50900
|
pl(N("textarea", {
|
|
50897
50901
|
name: $.field_name,
|
|
50898
50902
|
id: $.field_name,
|
|
50899
|
-
class:
|
|
50903
|
+
class: cn(["tiny", {
|
|
50900
50904
|
"gl-textarea-form mt-4": $.error_message == "",
|
|
50901
50905
|
"gl-textarea-form-invalid mt-4": $.error_message !== ""
|
|
50902
50906
|
}]),
|
|
@@ -50906,15 +50910,15 @@ const DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /*
|
|
|
50906
50910
|
ref_key: "input",
|
|
50907
50911
|
ref: J,
|
|
50908
50912
|
rows: "4"
|
|
50909
|
-
}, null, 42,
|
|
50913
|
+
}, null, 42, $Q), [
|
|
50910
50914
|
[vm, He.value]
|
|
50911
50915
|
]),
|
|
50912
|
-
N("span",
|
|
50913
|
-
N("small",
|
|
50916
|
+
N("span", MQ, bt($.error_message), 1),
|
|
50917
|
+
N("small", PQ, bt($.description), 1)
|
|
50914
50918
|
], 2))
|
|
50915
50919
|
], 64));
|
|
50916
50920
|
}
|
|
50917
|
-
},
|
|
50921
|
+
}, NQ = {
|
|
50918
50922
|
emits: ["pagination-change-page"],
|
|
50919
50923
|
props: {
|
|
50920
50924
|
data: {
|
|
@@ -51019,14 +51023,14 @@ const DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /*
|
|
|
51019
51023
|
})
|
|
51020
51024
|
});
|
|
51021
51025
|
}
|
|
51022
|
-
},
|
|
51026
|
+
}, BQ = {
|
|
51023
51027
|
compatConfig: {
|
|
51024
51028
|
MODE: 3
|
|
51025
51029
|
},
|
|
51026
51030
|
inheritAttrs: !1,
|
|
51027
51031
|
emits: ["pagination-change-page"],
|
|
51028
51032
|
components: {
|
|
51029
|
-
RenderlessPagination:
|
|
51033
|
+
RenderlessPagination: NQ
|
|
51030
51034
|
},
|
|
51031
51035
|
props: {
|
|
51032
51036
|
data: {
|
|
@@ -51060,10 +51064,10 @@ const DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /*
|
|
|
51060
51064
|
},
|
|
51061
51065
|
mounted() {
|
|
51062
51066
|
}
|
|
51063
|
-
},
|
|
51067
|
+
}, IQ = { class: "flex flex-col items-center" }, LQ = {
|
|
51064
51068
|
key: 0,
|
|
51065
51069
|
class: "text-sm text-gray-700 dark:text-gray-400"
|
|
51066
|
-
},
|
|
51070
|
+
}, FQ = { class: "font-semibold text-gray-900 dark:text-white" }, HQ = { class: "font-semibold text-gray-900 dark:text-white" }, VQ = { class: "font-semibold text-gray-900 dark:text-white" }, zQ = ["tabindex"], UQ = /* @__PURE__ */ N("span", { class: "sr-only" }, "Previous", -1), WQ = /* @__PURE__ */ N("svg", {
|
|
51067
51071
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51068
51072
|
"aria-hidden": "true",
|
|
51069
51073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51077,7 +51081,7 @@ const DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /*
|
|
|
51077
51081
|
"stroke-width": "2",
|
|
51078
51082
|
d: "M5 1 1 5l4 4"
|
|
51079
51083
|
})
|
|
51080
|
-
], -1),
|
|
51084
|
+
], -1), ZQ = ["aria-current"], jQ = ["tabindex"], GQ = /* @__PURE__ */ N("span", { class: "sr-only" }, "Next", -1), qQ = /* @__PURE__ */ N("svg", {
|
|
51081
51085
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51082
51086
|
"aria-hidden": "true",
|
|
51083
51087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51092,7 +51096,7 @@ const DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /*
|
|
|
51092
51096
|
d: "m1 9 4-4-4-4"
|
|
51093
51097
|
})
|
|
51094
51098
|
], -1);
|
|
51095
|
-
function
|
|
51099
|
+
function KQ($, me, se, Ee, he, J) {
|
|
51096
51100
|
const Oe = ky("RenderlessPagination");
|
|
51097
51101
|
return ye(), Ty(Oe, {
|
|
51098
51102
|
data: se.data,
|
|
@@ -51100,14 +51104,14 @@ function YQ($, me, se, Ee, he, J) {
|
|
|
51100
51104
|
onPaginationChangePage: J.onPaginationChangePage
|
|
51101
51105
|
}, {
|
|
51102
51106
|
default: U8((Q) => [
|
|
51103
|
-
N("div",
|
|
51104
|
-
Q.computed.total > Q.computed.perPage ? (ye(), xe("span",
|
|
51107
|
+
N("div", IQ, [
|
|
51108
|
+
Q.computed.total > Q.computed.perPage ? (ye(), xe("span", LQ, [
|
|
51105
51109
|
So(" Showing "),
|
|
51106
|
-
N("span",
|
|
51110
|
+
N("span", FQ, bt(Q.computed.from), 1),
|
|
51107
51111
|
So(" to "),
|
|
51108
|
-
N("span",
|
|
51112
|
+
N("span", HQ, bt(Q.computed.to), 1),
|
|
51109
51113
|
So(" of "),
|
|
51110
|
-
N("span",
|
|
51114
|
+
N("span", VQ, bt(Q.computed.total), 1),
|
|
51111
51115
|
So(" Entries ")
|
|
51112
51116
|
])) : xt("", !0),
|
|
51113
51117
|
Q.computed.total > Q.computed.perPage ? (ye(), xe("ul", t5({ key: 1 }, $.$attrs, {
|
|
@@ -51120,7 +51124,7 @@ function YQ($, me, se, Ee, he, J) {
|
|
|
51120
51124
|
}), [
|
|
51121
51125
|
Q.computed.prevPageUrl || se.showDisabled ? (ye(), xe("li", {
|
|
51122
51126
|
key: 0,
|
|
51123
|
-
class:
|
|
51127
|
+
class: cn(["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: !Q.computed.prevPageUrl }])
|
|
51124
51128
|
}, [
|
|
51125
51129
|
N("a", t5({
|
|
51126
51130
|
class: "page-link",
|
|
@@ -51129,13 +51133,13 @@ function YQ($, me, se, Ee, he, J) {
|
|
|
51129
51133
|
tabindex: !Q.computed.prevPageUrl && -1
|
|
51130
51134
|
}, Ej(Q.prevButtonEvents, !0)), [
|
|
51131
51135
|
vf($.$slots, "prev-nav", {}, () => [
|
|
51132
|
-
|
|
51133
|
-
|
|
51136
|
+
UQ,
|
|
51137
|
+
WQ
|
|
51134
51138
|
])
|
|
51135
|
-
], 16,
|
|
51139
|
+
], 16, zQ)
|
|
51136
51140
|
], 2)) : xt("", !0),
|
|
51137
51141
|
(ye(!0), xe(Co, null, kr(Q.computed.pageRange, (He, gt) => (ye(), xe("li", {
|
|
51138
|
-
class:
|
|
51142
|
+
class: cn(["", { active: He == Q.computed.currentPage }]),
|
|
51139
51143
|
key: gt
|
|
51140
51144
|
}, [
|
|
51141
51145
|
N("a", t5({
|
|
@@ -51144,11 +51148,11 @@ function YQ($, me, se, Ee, he, J) {
|
|
|
51144
51148
|
}, Ej(Q.pageButtonEvents(He), !0), {
|
|
51145
51149
|
"aria-current": He == Q.computed.currentPage ? "page" : null,
|
|
51146
51150
|
class: He == Q.computed.currentPage ? "z-10 flex items-center justify-center px-3 h-8 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white" : "flex items-center justify-center px-3 h-8 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
51147
|
-
}), bt(He), 17,
|
|
51151
|
+
}), bt(He), 17, ZQ)
|
|
51148
51152
|
], 2))), 128)),
|
|
51149
51153
|
Q.computed.nextPageUrl || se.showDisabled ? (ye(), xe("li", {
|
|
51150
51154
|
key: 1,
|
|
51151
|
-
class:
|
|
51155
|
+
class: cn(["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: !Q.computed.nextPageUrl }])
|
|
51152
51156
|
}, [
|
|
51153
51157
|
N("a", t5({
|
|
51154
51158
|
class: "",
|
|
@@ -51157,10 +51161,10 @@ function YQ($, me, se, Ee, he, J) {
|
|
|
51157
51161
|
tabindex: !Q.computed.nextPageUrl && -1
|
|
51158
51162
|
}, Ej(Q.nextButtonEvents, !0)), [
|
|
51159
51163
|
vf($.$slots, "next-nav", {}, () => [
|
|
51160
|
-
|
|
51161
|
-
|
|
51164
|
+
GQ,
|
|
51165
|
+
qQ
|
|
51162
51166
|
])
|
|
51163
|
-
], 16,
|
|
51167
|
+
], 16, jQ)
|
|
51164
51168
|
], 2)) : xt("", !0)
|
|
51165
51169
|
], 16)) : xt("", !0)
|
|
51166
51170
|
])
|
|
@@ -51168,7 +51172,7 @@ function YQ($, me, se, Ee, he, J) {
|
|
|
51168
51172
|
_: 3
|
|
51169
51173
|
}, 8, ["data", "limit", "onPaginationChangePage"]);
|
|
51170
51174
|
}
|
|
51171
|
-
const tq = /* @__PURE__ */ Jr(
|
|
51175
|
+
const tq = /* @__PURE__ */ Jr(BQ, [["render", KQ]]), YQ = {
|
|
51172
51176
|
components: { TailwindPagination: tq },
|
|
51173
51177
|
props: {
|
|
51174
51178
|
data: Array,
|
|
@@ -51251,10 +51255,10 @@ const tq = /* @__PURE__ */ Jr(IQ, [["render", YQ]]), XQ = {
|
|
|
51251
51255
|
this.isMounted && $ !== me && this.GetItemLists();
|
|
51252
51256
|
}
|
|
51253
51257
|
}
|
|
51254
|
-
},
|
|
51258
|
+
}, XQ = { class: "p-2" }, JQ = { class: "flex flex-col flex-wrap pb-4 gap-4 xl:flex-row xl:items-center xl:justify-between flex-column" }, QQ = { class: "flex items-center gap-2" }, eee = /* @__PURE__ */ N("span", { class: "font-medium" }, " Show ", -1), tee = { style: { "margin-top": "3px" } }, nee = /* @__PURE__ */ N("span", { class: "font-medium" }, " Entries ", -1), oee = /* @__PURE__ */ N("label", {
|
|
51255
51259
|
for: "table-search",
|
|
51256
51260
|
class: "sr-only"
|
|
51257
|
-
}, "Search", -1),
|
|
51261
|
+
}, "Search", -1), see = { class: "relative" }, ree = /* @__PURE__ */ N("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
51258
51262
|
/* @__PURE__ */ N("svg", {
|
|
51259
51263
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
51260
51264
|
"aria-hidden": "true",
|
|
@@ -51268,16 +51272,16 @@ const tq = /* @__PURE__ */ Jr(IQ, [["render", YQ]]), XQ = {
|
|
|
51268
51272
|
"clip-rule": "evenodd"
|
|
51269
51273
|
})
|
|
51270
51274
|
])
|
|
51271
|
-
], -1),
|
|
51275
|
+
], -1), aee = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, lee = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-5 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, cee = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, iee = ["onClick"], uee = {
|
|
51272
51276
|
key: 0,
|
|
51273
51277
|
class: "ml-2"
|
|
51274
|
-
},
|
|
51278
|
+
}, dee = {
|
|
51275
51279
|
key: 0,
|
|
51276
51280
|
class: "fa fa-arrow-up"
|
|
51277
|
-
},
|
|
51281
|
+
}, mee = {
|
|
51278
51282
|
key: 1,
|
|
51279
51283
|
class: "fa fa-arrow-down"
|
|
51280
|
-
},
|
|
51284
|
+
}, fee = { key: 0 }, gee = ["colspan"], hee = /* @__PURE__ */ N("div", {
|
|
51281
51285
|
role: "status",
|
|
51282
51286
|
class: "p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"
|
|
51283
51287
|
}, [
|
|
@@ -51317,16 +51321,16 @@ const tq = /* @__PURE__ */ Jr(IQ, [["render", YQ]]), XQ = {
|
|
|
51317
51321
|
/* @__PURE__ */ N("div", { class: "h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12" })
|
|
51318
51322
|
]),
|
|
51319
51323
|
/* @__PURE__ */ N("span", { class: "sr-only" }, "Loading...")
|
|
51320
|
-
], -1),
|
|
51321
|
-
|
|
51322
|
-
],
|
|
51323
|
-
function
|
|
51324
|
+
], -1), pee = [
|
|
51325
|
+
hee
|
|
51326
|
+
], bee = ["data-label"], vee = { class: "overflow-auto max-h-40" }, yee = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" };
|
|
51327
|
+
function wee($, me, se, Ee, he, J) {
|
|
51324
51328
|
const Oe = ky("dropdown"), Q = ky("TailwindPagination");
|
|
51325
|
-
return ye(), xe("div",
|
|
51326
|
-
N("div",
|
|
51327
|
-
N("div",
|
|
51328
|
-
|
|
51329
|
-
N("div",
|
|
51329
|
+
return ye(), xe("div", XQ, [
|
|
51330
|
+
N("div", JQ, [
|
|
51331
|
+
N("div", QQ, [
|
|
51332
|
+
eee,
|
|
51333
|
+
N("div", tee, [
|
|
51330
51334
|
cb(Oe, {
|
|
51331
51335
|
has_cancel: !1,
|
|
51332
51336
|
options: he.pageOptions,
|
|
@@ -51340,11 +51344,11 @@ function xee($, me, se, Ee, he, J) {
|
|
|
51340
51344
|
placeholder: "Please select an option"
|
|
51341
51345
|
}, null, 8, ["options", "modelValue"])
|
|
51342
51346
|
]),
|
|
51343
|
-
|
|
51347
|
+
nee
|
|
51344
51348
|
]),
|
|
51345
|
-
|
|
51346
|
-
N("div",
|
|
51347
|
-
|
|
51349
|
+
oee,
|
|
51350
|
+
N("div", see, [
|
|
51351
|
+
ree,
|
|
51348
51352
|
pl(N("input", {
|
|
51349
51353
|
type: "text",
|
|
51350
51354
|
"onUpdate:modelValue": me[1] || (me[1] = (He) => he.search = He),
|
|
@@ -51356,9 +51360,9 @@ function xee($, me, se, Ee, he, J) {
|
|
|
51356
51360
|
])
|
|
51357
51361
|
])
|
|
51358
51362
|
]),
|
|
51359
|
-
N("div",
|
|
51360
|
-
N("table",
|
|
51361
|
-
N("thead",
|
|
51363
|
+
N("div", aee, [
|
|
51364
|
+
N("table", lee, [
|
|
51365
|
+
N("thead", cee, [
|
|
51362
51366
|
N("tr", null, [
|
|
51363
51367
|
(ye(!0), xe(Co, null, kr(se.columns, (He, gt) => (ye(), xe("th", {
|
|
51364
51368
|
key: gt,
|
|
@@ -51366,17 +51370,17 @@ function xee($, me, se, Ee, he, J) {
|
|
|
51366
51370
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
51367
51371
|
}, [
|
|
51368
51372
|
So(bt(He.field_label) + " ", 1),
|
|
51369
|
-
he.sortField === He.field_name ? (ye(), xe("span",
|
|
51370
|
-
he.sortOrder === "asc" ? (ye(), xe("i",
|
|
51373
|
+
he.sortField === He.field_name ? (ye(), xe("span", uee, [
|
|
51374
|
+
he.sortOrder === "asc" ? (ye(), xe("i", dee)) : (ye(), xe("i", mee))
|
|
51371
51375
|
])) : xt("", !0)
|
|
51372
|
-
], 8,
|
|
51376
|
+
], 8, iee))), 128))
|
|
51373
51377
|
])
|
|
51374
51378
|
]),
|
|
51375
51379
|
N("tbody", null, [
|
|
51376
|
-
he.isLoading ? (ye(), xe("tr",
|
|
51380
|
+
he.isLoading ? (ye(), xe("tr", fee, [
|
|
51377
51381
|
N("td", {
|
|
51378
51382
|
colspan: se.columns.length
|
|
51379
|
-
},
|
|
51383
|
+
}, pee, 8, gee)
|
|
51380
51384
|
])) : xt("", !0),
|
|
51381
51385
|
he.isLoading ? xt("", !0) : (ye(!0), xe(Co, { key: 1 }, kr(he.itemLists.data, (He, gt) => (ye(), xe("tr", {
|
|
51382
51386
|
key: gt,
|
|
@@ -51385,12 +51389,12 @@ function xee($, me, se, Ee, he, J) {
|
|
|
51385
51389
|
(ye(!0), xe(Co, null, kr(se.columns, (jt, wn) => (ye(), xe("td", {
|
|
51386
51390
|
key: wn,
|
|
51387
51391
|
"data-label": jt.field_label,
|
|
51388
|
-
class:
|
|
51392
|
+
class: cn(["text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border-[0.3px] dark:border-gray-700", {
|
|
51389
51393
|
"rounded-t-lg lg:rounded-t-none": wn === 0,
|
|
51390
51394
|
"rounded-b-lg lg:rounded-b-none": wn === se.columns.length - 1
|
|
51391
51395
|
}])
|
|
51392
51396
|
}, [
|
|
51393
|
-
N("div",
|
|
51397
|
+
N("div", vee, [
|
|
51394
51398
|
jt.tdComp ? (ye(), Ty(o5(J.forDynCompIs(jt.tdComp)), {
|
|
51395
51399
|
key: 0,
|
|
51396
51400
|
row: He,
|
|
@@ -51404,12 +51408,12 @@ function xee($, me, se, Ee, he, J) {
|
|
|
51404
51408
|
So(bt(He[jt.field_name]), 1)
|
|
51405
51409
|
], 64))
|
|
51406
51410
|
])
|
|
51407
|
-
], 10,
|
|
51411
|
+
], 10, bee))), 128))
|
|
51408
51412
|
]))), 128))
|
|
51409
51413
|
])
|
|
51410
51414
|
])
|
|
51411
51415
|
]),
|
|
51412
|
-
N("div",
|
|
51416
|
+
N("div", yee, [
|
|
51413
51417
|
cb(Q, {
|
|
51414
51418
|
class: "mt-3 mb-0",
|
|
51415
51419
|
data: he.itemLists,
|
|
@@ -51421,7 +51425,7 @@ function xee($, me, se, Ee, he, J) {
|
|
|
51421
51425
|
])
|
|
51422
51426
|
]);
|
|
51423
51427
|
}
|
|
51424
|
-
const
|
|
51428
|
+
const Iae = /* @__PURE__ */ Jr(YQ, [["render", wee]]), xee = {
|
|
51425
51429
|
components: {},
|
|
51426
51430
|
props: {
|
|
51427
51431
|
data: Array,
|
|
@@ -51529,10 +51533,10 @@ const Lae = /* @__PURE__ */ Jr(XQ, [["render", xee]]), Cee = {
|
|
|
51529
51533
|
mounted() {
|
|
51530
51534
|
this.GetItemLists();
|
|
51531
51535
|
}
|
|
51532
|
-
},
|
|
51536
|
+
}, Cee = { class: "p-2" }, See = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, _ee = { class: "flex items-center gap-2" }, kee = /* @__PURE__ */ N("span", { class: "font-medium" }, " Show ", -1), Tee = { style: { "margin-top": "9px" } }, Eee = /* @__PURE__ */ N("span", { class: "font-medium" }, " Entries ", -1), Aee = /* @__PURE__ */ N("label", {
|
|
51533
51537
|
for: "table-search",
|
|
51534
51538
|
class: "sr-only"
|
|
51535
|
-
}, "Search", -1),
|
|
51539
|
+
}, "Search", -1), Dee = { class: "relative" }, Oee = /* @__PURE__ */ N("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
51536
51540
|
/* @__PURE__ */ N("svg", {
|
|
51537
51541
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
51538
51542
|
"aria-hidden": "true",
|
|
@@ -51546,16 +51550,16 @@ const Lae = /* @__PURE__ */ Jr(XQ, [["render", xee]]), Cee = {
|
|
|
51546
51550
|
"clip-rule": "evenodd"
|
|
51547
51551
|
})
|
|
51548
51552
|
])
|
|
51549
|
-
], -1),
|
|
51553
|
+
], -1), Ree = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, $ee = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-5 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, Mee = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Pee = ["onClick"], Nee = {
|
|
51550
51554
|
key: 0,
|
|
51551
51555
|
class: "ml-2"
|
|
51552
|
-
},
|
|
51556
|
+
}, Bee = {
|
|
51553
51557
|
key: 0,
|
|
51554
51558
|
class: "fa fa-arrow-up"
|
|
51555
|
-
},
|
|
51559
|
+
}, Iee = {
|
|
51556
51560
|
key: 1,
|
|
51557
51561
|
class: "fa fa-arrow-down"
|
|
51558
|
-
},
|
|
51562
|
+
}, Lee = { key: 0 }, Fee = ["colspan"], Hee = /* @__PURE__ */ N("div", {
|
|
51559
51563
|
role: "status",
|
|
51560
51564
|
class: "p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"
|
|
51561
51565
|
}, [
|
|
@@ -51595,12 +51599,12 @@ const Lae = /* @__PURE__ */ Jr(XQ, [["render", xee]]), Cee = {
|
|
|
51595
51599
|
/* @__PURE__ */ N("div", { class: "h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12" })
|
|
51596
51600
|
]),
|
|
51597
51601
|
/* @__PURE__ */ N("span", { class: "sr-only" }, "Loading...")
|
|
51598
|
-
], -1),
|
|
51599
|
-
|
|
51600
|
-
],
|
|
51602
|
+
], -1), Vee = [
|
|
51603
|
+
Hee
|
|
51604
|
+
], zee = ["data-label"], Uee = { class: "overflow-auto max-h-40" }, Wee = {
|
|
51601
51605
|
key: 0,
|
|
51602
51606
|
class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"
|
|
51603
|
-
},
|
|
51607
|
+
}, Zee = { class: "flex justify-between flex-1 sm:hidden" }, jee = ["disabled"], Gee = ["disabled"], qee = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, Kee = { class: "text-sm text-gray-700 dark:text-gray-400" }, Yee = { class: "font-medium" }, Xee = { class: "font-medium" }, Jee = { class: "font-medium" }, Qee = { "aria-label": "Page navigation" }, ete = { class: "flex items-center h-8 -space-x-px text-sm" }, tte = ["disabled"], nte = /* @__PURE__ */ N("span", { class: "sr-only" }, "Previous", -1), ote = /* @__PURE__ */ N("svg", {
|
|
51604
51608
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51605
51609
|
"aria-hidden": "true",
|
|
51606
51610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51614,10 +51618,10 @@ const Lae = /* @__PURE__ */ Jr(XQ, [["render", xee]]), Cee = {
|
|
|
51614
51618
|
"stroke-width": "2",
|
|
51615
51619
|
d: "M5 1 1 5l4 4"
|
|
51616
51620
|
})
|
|
51617
|
-
], -1),
|
|
51618
|
-
|
|
51619
|
-
|
|
51620
|
-
],
|
|
51621
|
+
], -1), ste = [
|
|
51622
|
+
nte,
|
|
51623
|
+
ote
|
|
51624
|
+
], rte = ["onClick"], ate = ["onClick"], lte = ["disabled"], cte = /* @__PURE__ */ N("span", { class: "sr-only" }, "Next", -1), ite = /* @__PURE__ */ N("svg", {
|
|
51621
51625
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51622
51626
|
"aria-hidden": "true",
|
|
51623
51627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51631,17 +51635,17 @@ const Lae = /* @__PURE__ */ Jr(XQ, [["render", xee]]), Cee = {
|
|
|
51631
51635
|
"stroke-width": "2",
|
|
51632
51636
|
d: "m1 9 4-4-4-4"
|
|
51633
51637
|
})
|
|
51634
|
-
], -1),
|
|
51635
|
-
|
|
51636
|
-
|
|
51638
|
+
], -1), ute = [
|
|
51639
|
+
cte,
|
|
51640
|
+
ite
|
|
51637
51641
|
];
|
|
51638
|
-
function
|
|
51642
|
+
function dte($, me, se, Ee, he, J) {
|
|
51639
51643
|
const Oe = ky("dropdown");
|
|
51640
|
-
return ye(), xe("div",
|
|
51641
|
-
N("div",
|
|
51642
|
-
N("div",
|
|
51643
|
-
|
|
51644
|
-
N("div",
|
|
51644
|
+
return ye(), xe("div", Cee, [
|
|
51645
|
+
N("div", See, [
|
|
51646
|
+
N("div", _ee, [
|
|
51647
|
+
kee,
|
|
51648
|
+
N("div", Tee, [
|
|
51645
51649
|
cb(Oe, {
|
|
51646
51650
|
has_cancel: !1,
|
|
51647
51651
|
options: he.showNoOfEntries,
|
|
@@ -51655,11 +51659,11 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51655
51659
|
placeholder: "Please select an option"
|
|
51656
51660
|
}, null, 8, ["options", "modelValue"])
|
|
51657
51661
|
]),
|
|
51658
|
-
|
|
51662
|
+
Eee
|
|
51659
51663
|
]),
|
|
51660
|
-
|
|
51661
|
-
N("div",
|
|
51662
|
-
|
|
51664
|
+
Aee,
|
|
51665
|
+
N("div", Dee, [
|
|
51666
|
+
Oee,
|
|
51663
51667
|
pl(N("input", {
|
|
51664
51668
|
type: "text",
|
|
51665
51669
|
"onUpdate:modelValue": me[1] || (me[1] = (Q) => he.search = Q),
|
|
@@ -51670,9 +51674,9 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51670
51674
|
])
|
|
51671
51675
|
])
|
|
51672
51676
|
]),
|
|
51673
|
-
N("div",
|
|
51674
|
-
N("table",
|
|
51675
|
-
N("thead",
|
|
51677
|
+
N("div", Ree, [
|
|
51678
|
+
N("table", $ee, [
|
|
51679
|
+
N("thead", Mee, [
|
|
51676
51680
|
N("tr", null, [
|
|
51677
51681
|
(ye(!0), xe(Co, null, kr(se.columns, (Q, He) => (ye(), xe("th", {
|
|
51678
51682
|
key: He,
|
|
@@ -51680,17 +51684,17 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51680
51684
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
51681
51685
|
}, [
|
|
51682
51686
|
So(bt(Q.field_label) + " ", 1),
|
|
51683
|
-
he.sortKey === Q.field_name ? (ye(), xe("span",
|
|
51684
|
-
he.sortOrder === 1 ? (ye(), xe("i",
|
|
51687
|
+
he.sortKey === Q.field_name ? (ye(), xe("span", Nee, [
|
|
51688
|
+
he.sortOrder === 1 ? (ye(), xe("i", Bee)) : (ye(), xe("i", Iee))
|
|
51685
51689
|
])) : xt("", !0)
|
|
51686
|
-
], 8,
|
|
51690
|
+
], 8, Pee))), 128))
|
|
51687
51691
|
])
|
|
51688
51692
|
]),
|
|
51689
51693
|
N("tbody", null, [
|
|
51690
|
-
he.isLoading ? (ye(), xe("tr",
|
|
51694
|
+
he.isLoading ? (ye(), xe("tr", Lee, [
|
|
51691
51695
|
N("td", {
|
|
51692
51696
|
colspan: se.columns.length
|
|
51693
|
-
},
|
|
51697
|
+
}, Vee, 8, Fee)
|
|
51694
51698
|
])) : xt("", !0),
|
|
51695
51699
|
he.isLoading ? xt("", !0) : (ye(!0), xe(Co, { key: 1 }, kr(J.paginatedData, (Q, He) => (ye(), xe("tr", {
|
|
51696
51700
|
key: He,
|
|
@@ -51699,12 +51703,12 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51699
51703
|
(ye(!0), xe(Co, null, kr(se.columns, (gt, jt) => (ye(), xe("td", {
|
|
51700
51704
|
key: jt,
|
|
51701
51705
|
"data-label": gt.field_label,
|
|
51702
|
-
class:
|
|
51706
|
+
class: cn(["text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border-[0.3px] dark:border-gray-700", {
|
|
51703
51707
|
"rounded-t-lg lg:rounded-t-none": jt === 0,
|
|
51704
51708
|
"rounded-b-lg lg:rounded-b-none": jt === se.columns.length - 1
|
|
51705
51709
|
}])
|
|
51706
51710
|
}, [
|
|
51707
|
-
N("div",
|
|
51711
|
+
N("div", Uee, [
|
|
51708
51712
|
gt.tdComp ? (ye(), Ty(o5(J.forDynCompIs(gt.tdComp)), {
|
|
51709
51713
|
key: 0,
|
|
51710
51714
|
row: Q,
|
|
@@ -51718,48 +51722,48 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51718
51722
|
So(bt(Q[gt.field_name]), 1)
|
|
51719
51723
|
], 64))
|
|
51720
51724
|
])
|
|
51721
|
-
], 10,
|
|
51725
|
+
], 10, zee))), 128))
|
|
51722
51726
|
]))), 128))
|
|
51723
51727
|
])
|
|
51724
51728
|
])
|
|
51725
51729
|
]),
|
|
51726
|
-
J.paginatedData.length > 0 ? (ye(), xe("div",
|
|
51727
|
-
N("div",
|
|
51730
|
+
J.paginatedData.length > 0 ? (ye(), xe("div", Wee, [
|
|
51731
|
+
N("div", Zee, [
|
|
51728
51732
|
N("a", {
|
|
51729
51733
|
href: "#",
|
|
51730
51734
|
onClick: me[3] || (me[3] = oc((...Q) => J.previousPage && J.previousPage(...Q), ["prevent"])),
|
|
51731
51735
|
disabled: he.currentPage === 1,
|
|
51732
51736
|
class: "relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"
|
|
51733
|
-
}, "Previous", 8,
|
|
51737
|
+
}, "Previous", 8, jee),
|
|
51734
51738
|
N("a", {
|
|
51735
51739
|
href: "#",
|
|
51736
51740
|
onClick: me[4] || (me[4] = oc((...Q) => J.nextPage && J.nextPage(...Q), ["prevent"])),
|
|
51737
51741
|
disabled: he.currentPage === J.totalPages,
|
|
51738
51742
|
class: "relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"
|
|
51739
|
-
}, "Next", 8,
|
|
51743
|
+
}, "Next", 8, Gee)
|
|
51740
51744
|
]),
|
|
51741
|
-
N("div",
|
|
51745
|
+
N("div", qee, [
|
|
51742
51746
|
N("div", null, [
|
|
51743
|
-
N("p",
|
|
51747
|
+
N("p", Kee, [
|
|
51744
51748
|
So(" Showing "),
|
|
51745
|
-
N("span",
|
|
51749
|
+
N("span", Yee, bt(J.firstItemIndex), 1),
|
|
51746
51750
|
So(" to "),
|
|
51747
|
-
N("span",
|
|
51751
|
+
N("span", Xee, bt(J.lastItemIndex), 1),
|
|
51748
51752
|
So(" of "),
|
|
51749
|
-
N("span",
|
|
51753
|
+
N("span", Jee, bt(J.filteredData.length), 1),
|
|
51750
51754
|
So(" entries ")
|
|
51751
51755
|
])
|
|
51752
51756
|
]),
|
|
51753
51757
|
N("div", null, [
|
|
51754
|
-
N("nav",
|
|
51755
|
-
N("ul",
|
|
51758
|
+
N("nav", Qee, [
|
|
51759
|
+
N("ul", ete, [
|
|
51756
51760
|
N("li", null, [
|
|
51757
51761
|
N("a", {
|
|
51758
51762
|
href: "#",
|
|
51759
51763
|
onClick: me[5] || (me[5] = oc((...Q) => J.previousPage && J.previousPage(...Q), ["prevent"])),
|
|
51760
51764
|
disabled: he.currentPage === 1,
|
|
51761
51765
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
51762
|
-
},
|
|
51766
|
+
}, ste, 8, tte)
|
|
51763
51767
|
]),
|
|
51764
51768
|
(ye(!0), xe(Co, null, kr(J.displayedPageNumbers, (Q) => (ye(), xe(Co, { key: Q }, [
|
|
51765
51769
|
N("li", null, [
|
|
@@ -51768,7 +51772,7 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51768
51772
|
href: "#",
|
|
51769
51773
|
onClick: oc((He) => J.goToPage(Q), ["prevent"]),
|
|
51770
51774
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
51771
|
-
}, bt(Q), 9,
|
|
51775
|
+
}, bt(Q), 9, rte)) : xt("", !0)
|
|
51772
51776
|
]),
|
|
51773
51777
|
N("li", null, [
|
|
51774
51778
|
he.currentPage === Q ? (ye(), xe("a", {
|
|
@@ -51777,7 +51781,7 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51777
51781
|
onClick: oc((He) => J.goToPage(Q), ["prevent"]),
|
|
51778
51782
|
"aria-current": "page",
|
|
51779
51783
|
class: "z-10 flex items-center justify-center h-8 px-3 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white"
|
|
51780
|
-
}, bt(Q), 9,
|
|
51784
|
+
}, bt(Q), 9, ate)) : xt("", !0)
|
|
51781
51785
|
])
|
|
51782
51786
|
], 64))), 128)),
|
|
51783
51787
|
N("li", null, [
|
|
@@ -51786,7 +51790,7 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51786
51790
|
onClick: me[6] || (me[6] = oc((...Q) => J.nextPage && J.nextPage(...Q), ["prevent"])),
|
|
51787
51791
|
disabled: he.currentPage === J.totalPages,
|
|
51788
51792
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
51789
|
-
},
|
|
51793
|
+
}, ute, 8, lte)
|
|
51790
51794
|
])
|
|
51791
51795
|
])
|
|
51792
51796
|
])
|
|
@@ -51795,7 +51799,7 @@ function mte($, me, se, Ee, he, J) {
|
|
|
51795
51799
|
])) : xt("", !0)
|
|
51796
51800
|
]);
|
|
51797
51801
|
}
|
|
51798
|
-
const
|
|
51802
|
+
const Lae = /* @__PURE__ */ Jr(xee, [["render", dte]]), mte = {
|
|
51799
51803
|
components: { TailwindPagination: tq },
|
|
51800
51804
|
props: {
|
|
51801
51805
|
data: Array,
|
|
@@ -51887,10 +51891,10 @@ const Fae = /* @__PURE__ */ Jr(Cee, [["render", mte]]), fte = {
|
|
|
51887
51891
|
this.isMounted && $ !== me && this.GetItemLists();
|
|
51888
51892
|
}
|
|
51889
51893
|
}
|
|
51890
|
-
},
|
|
51894
|
+
}, fte = { class: "p-2" }, gte = { class: "flex flex-col flex-wrap pb-4 space-y-4 xl:flex-row xl:items-center xl:justify-between flex-column sm:space-y-0" }, hte = { class: "flex items-center gap-2" }, pte = /* @__PURE__ */ N("span", { class: "font-medium" }, " Show ", -1), bte = { style: { "margin-top": "9px" } }, vte = /* @__PURE__ */ N("span", { class: "font-medium" }, " Entries ", -1), yte = /* @__PURE__ */ N("label", {
|
|
51891
51895
|
for: "table-search",
|
|
51892
51896
|
class: "sr-only"
|
|
51893
|
-
}, "Search", -1),
|
|
51897
|
+
}, "Search", -1), wte = { class: "relative" }, xte = /* @__PURE__ */ N("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
51894
51898
|
/* @__PURE__ */ N("svg", {
|
|
51895
51899
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
51896
51900
|
"aria-hidden": "true",
|
|
@@ -51904,16 +51908,16 @@ const Fae = /* @__PURE__ */ Jr(Cee, [["render", mte]]), fte = {
|
|
|
51904
51908
|
"clip-rule": "evenodd"
|
|
51905
51909
|
})
|
|
51906
51910
|
])
|
|
51907
|
-
], -1),
|
|
51911
|
+
], -1), Cte = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Ste = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, _te = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, kte = ["onClick"], Tte = {
|
|
51908
51912
|
key: 0,
|
|
51909
51913
|
class: "ml-2"
|
|
51910
|
-
},
|
|
51914
|
+
}, Ete = {
|
|
51911
51915
|
key: 0,
|
|
51912
51916
|
class: "fa fa-arrow-up"
|
|
51913
|
-
},
|
|
51917
|
+
}, Ate = {
|
|
51914
51918
|
key: 1,
|
|
51915
51919
|
class: "fa fa-arrow-down"
|
|
51916
|
-
},
|
|
51920
|
+
}, Dte = { key: 0 }, Ote = ["colspan"], Rte = /* @__PURE__ */ N("div", {
|
|
51917
51921
|
role: "status",
|
|
51918
51922
|
class: "p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"
|
|
51919
51923
|
}, [
|
|
@@ -51953,16 +51957,16 @@ const Fae = /* @__PURE__ */ Jr(Cee, [["render", mte]]), fte = {
|
|
|
51953
51957
|
/* @__PURE__ */ N("div", { class: "h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12" })
|
|
51954
51958
|
]),
|
|
51955
51959
|
/* @__PURE__ */ N("span", { class: "sr-only" }, "Loading...")
|
|
51956
|
-
], -1),
|
|
51957
|
-
|
|
51958
|
-
],
|
|
51959
|
-
function
|
|
51960
|
+
], -1), $te = [
|
|
51961
|
+
Rte
|
|
51962
|
+
], Mte = { class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500" }, Pte = ["colspan"], Nte = ["data-label"], Bte = { class: "overflow-auto max-h-40" }, Ite = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" };
|
|
51963
|
+
function Lte($, me, se, Ee, he, J) {
|
|
51960
51964
|
const Oe = ky("dropdown"), Q = ky("TailwindPagination");
|
|
51961
|
-
return ye(), xe("div",
|
|
51962
|
-
N("div",
|
|
51963
|
-
N("div",
|
|
51964
|
-
|
|
51965
|
-
N("div",
|
|
51965
|
+
return ye(), xe("div", fte, [
|
|
51966
|
+
N("div", gte, [
|
|
51967
|
+
N("div", hte, [
|
|
51968
|
+
pte,
|
|
51969
|
+
N("div", bte, [
|
|
51966
51970
|
cb(Oe, {
|
|
51967
51971
|
has_cancel: !1,
|
|
51968
51972
|
options: he.pageOptions,
|
|
@@ -51976,11 +51980,11 @@ function Fte($, me, se, Ee, he, J) {
|
|
|
51976
51980
|
placeholder: "Please select an option"
|
|
51977
51981
|
}, null, 8, ["options", "modelValue"])
|
|
51978
51982
|
]),
|
|
51979
|
-
|
|
51983
|
+
vte
|
|
51980
51984
|
]),
|
|
51981
|
-
|
|
51982
|
-
N("div",
|
|
51983
|
-
|
|
51985
|
+
yte,
|
|
51986
|
+
N("div", wte, [
|
|
51987
|
+
xte,
|
|
51984
51988
|
pl(N("input", {
|
|
51985
51989
|
type: "text",
|
|
51986
51990
|
"onUpdate:modelValue": me[1] || (me[1] = (He) => he.search = He),
|
|
@@ -51992,9 +51996,9 @@ function Fte($, me, se, Ee, he, J) {
|
|
|
51992
51996
|
])
|
|
51993
51997
|
])
|
|
51994
51998
|
]),
|
|
51995
|
-
N("div",
|
|
51996
|
-
N("table",
|
|
51997
|
-
N("thead",
|
|
51999
|
+
N("div", Cte, [
|
|
52000
|
+
N("table", Ste, [
|
|
52001
|
+
N("thead", _te, [
|
|
51998
52002
|
N("tr", null, [
|
|
51999
52003
|
(ye(!0), xe(Co, null, kr(se.columns, (He, gt) => (ye(), xe("th", {
|
|
52000
52004
|
key: gt,
|
|
@@ -52002,24 +52006,24 @@ function Fte($, me, se, Ee, he, J) {
|
|
|
52002
52006
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
52003
52007
|
}, [
|
|
52004
52008
|
So(bt(He.field_label) + " ", 1),
|
|
52005
|
-
he.sortField === He.field_name ? (ye(), xe("span",
|
|
52006
|
-
he.sortOrder === "asc" ? (ye(), xe("i",
|
|
52009
|
+
he.sortField === He.field_name ? (ye(), xe("span", Tte, [
|
|
52010
|
+
he.sortOrder === "asc" ? (ye(), xe("i", Ete)) : (ye(), xe("i", Ate))
|
|
52007
52011
|
])) : xt("", !0)
|
|
52008
|
-
], 8,
|
|
52012
|
+
], 8, kte))), 128))
|
|
52009
52013
|
])
|
|
52010
52014
|
]),
|
|
52011
52015
|
N("tbody", null, [
|
|
52012
|
-
he.isLoading ? (ye(), xe("tr",
|
|
52016
|
+
he.isLoading ? (ye(), xe("tr", Dte, [
|
|
52013
52017
|
N("td", {
|
|
52014
52018
|
colspan: se.columns.length
|
|
52015
|
-
},
|
|
52019
|
+
}, $te, 8, Ote)
|
|
52016
52020
|
])) : xt("", !0),
|
|
52017
52021
|
he.isLoading ? xt("", !0) : (ye(!0), xe(Co, { key: 1 }, kr(J.groupedItems, (He, gt) => (ye(), xe(Co, null, [
|
|
52018
|
-
N("tr",
|
|
52022
|
+
N("tr", Mte, [
|
|
52019
52023
|
N("td", {
|
|
52020
52024
|
colspan: se.columns.length,
|
|
52021
52025
|
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"
|
|
52022
|
-
}, bt(gt), 9,
|
|
52026
|
+
}, bt(gt), 9, Pte)
|
|
52023
52027
|
]),
|
|
52024
52028
|
(ye(!0), xe(Co, null, kr(He, (jt, wn) => (ye(), xe("tr", {
|
|
52025
52029
|
key: wn,
|
|
@@ -52030,7 +52034,7 @@ function Fte($, me, se, Ee, he, J) {
|
|
|
52030
52034
|
"data-label": zn.field_label,
|
|
52031
52035
|
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"
|
|
52032
52036
|
}, [
|
|
52033
|
-
N("div",
|
|
52037
|
+
N("div", Bte, [
|
|
52034
52038
|
zn.tdComp ? (ye(), Ty(o5(J.forDynCompIs(zn.tdComp)), {
|
|
52035
52039
|
key: 0,
|
|
52036
52040
|
row: jt,
|
|
@@ -52043,13 +52047,13 @@ function Fte($, me, se, Ee, he, J) {
|
|
|
52043
52047
|
So(bt(jt[zn.field_name]), 1)
|
|
52044
52048
|
], 64))
|
|
52045
52049
|
])
|
|
52046
|
-
], 8,
|
|
52050
|
+
], 8, Nte))), 128))
|
|
52047
52051
|
]))), 128))
|
|
52048
52052
|
], 64))), 256))
|
|
52049
52053
|
])
|
|
52050
52054
|
])
|
|
52051
52055
|
]),
|
|
52052
|
-
N("div",
|
|
52056
|
+
N("div", Ite, [
|
|
52053
52057
|
cb(Q, {
|
|
52054
52058
|
class: "mt-3 mb-0",
|
|
52055
52059
|
data: he.itemLists,
|
|
@@ -52061,7 +52065,7 @@ function Fte($, me, se, Ee, he, J) {
|
|
|
52061
52065
|
])
|
|
52062
52066
|
]);
|
|
52063
52067
|
}
|
|
52064
|
-
const
|
|
52068
|
+
const Fae = /* @__PURE__ */ Jr(mte, [["render", Lte]]), Fte = {
|
|
52065
52069
|
components: {},
|
|
52066
52070
|
props: {
|
|
52067
52071
|
data: Array,
|
|
@@ -52141,10 +52145,10 @@ const Hae = /* @__PURE__ */ Jr(fte, [["render", Fte]]), Hte = {
|
|
|
52141
52145
|
$ >= 1 && $ <= this.totalPages && (this.currentPage = $);
|
|
52142
52146
|
}
|
|
52143
52147
|
}
|
|
52144
|
-
},
|
|
52148
|
+
}, Hte = { class: "p-2" }, Vte = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, zte = { class: "flex items-center gap-2" }, Ute = /* @__PURE__ */ N("span", { class: "font-medium" }, " Show ", -1), Wte = { style: { "margin-top": "9px" } }, Zte = /* @__PURE__ */ N("span", { class: "font-medium" }, " Entries ", -1), jte = /* @__PURE__ */ N("label", {
|
|
52145
52149
|
for: "table-search",
|
|
52146
52150
|
class: "sr-only"
|
|
52147
|
-
}, "Search", -1),
|
|
52151
|
+
}, "Search", -1), Gte = { class: "relative" }, qte = /* @__PURE__ */ N("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
52148
52152
|
/* @__PURE__ */ N("svg", {
|
|
52149
52153
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
52150
52154
|
"aria-hidden": "true",
|
|
@@ -52158,19 +52162,19 @@ const Hae = /* @__PURE__ */ Jr(fte, [["render", Fte]]), Hte = {
|
|
|
52158
52162
|
"clip-rule": "evenodd"
|
|
52159
52163
|
})
|
|
52160
52164
|
])
|
|
52161
|
-
], -1),
|
|
52165
|
+
], -1), Kte = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Yte = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, Xte = { class: "hidden text-sm font-normal text-center text-gray-700 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Jte = ["onClick"], Qte = {
|
|
52162
52166
|
key: 0,
|
|
52163
52167
|
class: "ml-2"
|
|
52164
|
-
},
|
|
52168
|
+
}, ene = {
|
|
52165
52169
|
key: 0,
|
|
52166
52170
|
class: "fa fa-arrow-up"
|
|
52167
|
-
},
|
|
52171
|
+
}, tne = {
|
|
52168
52172
|
key: 1,
|
|
52169
52173
|
class: "fa fa-arrow-down"
|
|
52170
|
-
},
|
|
52174
|
+
}, nne = ["data-label"], one = ["innerHTML"], sne = {
|
|
52171
52175
|
key: 0,
|
|
52172
52176
|
class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"
|
|
52173
|
-
},
|
|
52177
|
+
}, rne = { class: "flex justify-between flex-1 sm:hidden" }, ane = ["disabled"], lne = ["disabled"], cne = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, ine = { class: "text-sm text-gray-700 dark:text-gray-400" }, une = { class: "font-medium" }, dne = { class: "font-medium" }, mne = { class: "font-medium" }, fne = { "aria-label": "Page navigation" }, gne = { class: "flex items-center h-8 -space-x-px text-sm" }, hne = ["disabled"], pne = /* @__PURE__ */ N("span", { class: "sr-only" }, "Previous", -1), bne = /* @__PURE__ */ N("svg", {
|
|
52174
52178
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
52175
52179
|
"aria-hidden": "true",
|
|
52176
52180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52184,10 +52188,10 @@ const Hae = /* @__PURE__ */ Jr(fte, [["render", Fte]]), Hte = {
|
|
|
52184
52188
|
"stroke-width": "2",
|
|
52185
52189
|
d: "M5 1 1 5l4 4"
|
|
52186
52190
|
})
|
|
52187
|
-
], -1),
|
|
52188
|
-
|
|
52189
|
-
|
|
52190
|
-
],
|
|
52191
|
+
], -1), vne = [
|
|
52192
|
+
pne,
|
|
52193
|
+
bne
|
|
52194
|
+
], yne = ["onClick"], wne = ["onClick"], xne = ["disabled"], Cne = /* @__PURE__ */ N("span", { class: "sr-only" }, "Next", -1), Sne = /* @__PURE__ */ N("svg", {
|
|
52191
52195
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
52192
52196
|
"aria-hidden": "true",
|
|
52193
52197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52201,17 +52205,17 @@ const Hae = /* @__PURE__ */ Jr(fte, [["render", Fte]]), Hte = {
|
|
|
52201
52205
|
"stroke-width": "2",
|
|
52202
52206
|
d: "m1 9 4-4-4-4"
|
|
52203
52207
|
})
|
|
52204
|
-
], -1),
|
|
52205
|
-
|
|
52206
|
-
|
|
52208
|
+
], -1), _ne = [
|
|
52209
|
+
Cne,
|
|
52210
|
+
Sne
|
|
52207
52211
|
];
|
|
52208
|
-
function
|
|
52212
|
+
function kne($, me, se, Ee, he, J) {
|
|
52209
52213
|
const Oe = ky("dropdown");
|
|
52210
|
-
return ye(), xe("div",
|
|
52211
|
-
N("div",
|
|
52212
|
-
N("div",
|
|
52213
|
-
|
|
52214
|
-
N("div",
|
|
52214
|
+
return ye(), xe("div", Hte, [
|
|
52215
|
+
N("div", Vte, [
|
|
52216
|
+
N("div", zte, [
|
|
52217
|
+
Ute,
|
|
52218
|
+
N("div", Wte, [
|
|
52215
52219
|
cb(Oe, {
|
|
52216
52220
|
has_cancel: !1,
|
|
52217
52221
|
options: he.showNoOfEntries,
|
|
@@ -52225,11 +52229,11 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52225
52229
|
placeholder: "Please select an option"
|
|
52226
52230
|
}, null, 8, ["options", "modelValue"])
|
|
52227
52231
|
]),
|
|
52228
|
-
|
|
52232
|
+
Zte
|
|
52229
52233
|
]),
|
|
52230
|
-
|
|
52231
|
-
N("div",
|
|
52232
|
-
|
|
52234
|
+
jte,
|
|
52235
|
+
N("div", Gte, [
|
|
52236
|
+
qte,
|
|
52233
52237
|
pl(N("input", {
|
|
52234
52238
|
type: "text",
|
|
52235
52239
|
"onUpdate:modelValue": me[1] || (me[1] = (Q) => he.search = Q),
|
|
@@ -52240,9 +52244,9 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52240
52244
|
])
|
|
52241
52245
|
])
|
|
52242
52246
|
]),
|
|
52243
|
-
N("div",
|
|
52244
|
-
N("table",
|
|
52245
|
-
N("thead",
|
|
52247
|
+
N("div", Kte, [
|
|
52248
|
+
N("table", Yte, [
|
|
52249
|
+
N("thead", Xte, [
|
|
52246
52250
|
N("tr", null, [
|
|
52247
52251
|
(ye(!0), xe(Co, null, kr(se.columns, (Q, He) => (ye(), xe("th", {
|
|
52248
52252
|
key: He,
|
|
@@ -52250,10 +52254,10 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52250
52254
|
class: "w-full px-4 py-2 lg:w-2/12 capitalize"
|
|
52251
52255
|
}, [
|
|
52252
52256
|
So(bt(Q) + " ", 1),
|
|
52253
|
-
he.sortKey === Q ? (ye(), xe("span",
|
|
52254
|
-
he.sortOrder === 1 ? (ye(), xe("i",
|
|
52257
|
+
he.sortKey === Q ? (ye(), xe("span", Qte, [
|
|
52258
|
+
he.sortOrder === 1 ? (ye(), xe("i", ene)) : (ye(), xe("i", tne))
|
|
52255
52259
|
])) : xt("", !0)
|
|
52256
|
-
], 8,
|
|
52260
|
+
], 8, Jte))), 128))
|
|
52257
52261
|
])
|
|
52258
52262
|
]),
|
|
52259
52263
|
N("tbody", null, [
|
|
@@ -52269,49 +52273,49 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52269
52273
|
N("p", {
|
|
52270
52274
|
class: "text-pretty",
|
|
52271
52275
|
innerHTML: Q[jt]
|
|
52272
|
-
}, null, 8,
|
|
52273
|
-
], 8,
|
|
52276
|
+
}, null, 8, one)
|
|
52277
|
+
], 8, nne))), 128))
|
|
52274
52278
|
]))), 128))
|
|
52275
52279
|
])
|
|
52276
52280
|
])
|
|
52277
52281
|
]),
|
|
52278
|
-
J.paginatedData.length > 0 ? (ye(), xe("div",
|
|
52279
|
-
N("div",
|
|
52282
|
+
J.paginatedData.length > 0 ? (ye(), xe("div", sne, [
|
|
52283
|
+
N("div", rne, [
|
|
52280
52284
|
N("a", {
|
|
52281
52285
|
href: "#",
|
|
52282
52286
|
onClick: me[2] || (me[2] = oc((...Q) => J.previousPage && J.previousPage(...Q), ["prevent"])),
|
|
52283
52287
|
disabled: he.currentPage === 1,
|
|
52284
52288
|
class: "relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"
|
|
52285
|
-
}, "Previous", 8,
|
|
52289
|
+
}, "Previous", 8, ane),
|
|
52286
52290
|
N("a", {
|
|
52287
52291
|
href: "#",
|
|
52288
52292
|
onClick: me[3] || (me[3] = oc((...Q) => J.nextPage && J.nextPage(...Q), ["prevent"])),
|
|
52289
52293
|
disabled: he.currentPage === J.totalPages,
|
|
52290
52294
|
class: "relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"
|
|
52291
|
-
}, "Next", 8,
|
|
52295
|
+
}, "Next", 8, lne)
|
|
52292
52296
|
]),
|
|
52293
|
-
N("div",
|
|
52297
|
+
N("div", cne, [
|
|
52294
52298
|
N("div", null, [
|
|
52295
|
-
N("p",
|
|
52299
|
+
N("p", ine, [
|
|
52296
52300
|
So(" Showing "),
|
|
52297
|
-
N("span",
|
|
52301
|
+
N("span", une, bt(J.firstItemIndex), 1),
|
|
52298
52302
|
So(" to "),
|
|
52299
|
-
N("span",
|
|
52303
|
+
N("span", dne, bt(J.lastItemIndex), 1),
|
|
52300
52304
|
So(" of "),
|
|
52301
|
-
N("span",
|
|
52305
|
+
N("span", mne, bt(J.filteredData.length), 1),
|
|
52302
52306
|
So(" entries ")
|
|
52303
52307
|
])
|
|
52304
52308
|
]),
|
|
52305
52309
|
N("div", null, [
|
|
52306
|
-
N("nav",
|
|
52307
|
-
N("ul",
|
|
52310
|
+
N("nav", fne, [
|
|
52311
|
+
N("ul", gne, [
|
|
52308
52312
|
N("li", null, [
|
|
52309
52313
|
N("a", {
|
|
52310
52314
|
href: "#",
|
|
52311
52315
|
onClick: me[4] || (me[4] = oc((...Q) => J.previousPage && J.previousPage(...Q), ["prevent"])),
|
|
52312
52316
|
disabled: he.currentPage === 1,
|
|
52313
52317
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
52314
|
-
},
|
|
52318
|
+
}, vne, 8, hne)
|
|
52315
52319
|
]),
|
|
52316
52320
|
(ye(!0), xe(Co, null, kr(J.displayedPageNumbers, (Q) => (ye(), xe(Co, { key: Q }, [
|
|
52317
52321
|
N("li", null, [
|
|
@@ -52320,7 +52324,7 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52320
52324
|
href: "#",
|
|
52321
52325
|
onClick: oc((He) => J.goToPage(Q), ["prevent"]),
|
|
52322
52326
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
52323
|
-
}, bt(Q), 9,
|
|
52327
|
+
}, bt(Q), 9, yne)) : xt("", !0)
|
|
52324
52328
|
]),
|
|
52325
52329
|
N("li", null, [
|
|
52326
52330
|
he.currentPage === Q ? (ye(), xe("a", {
|
|
@@ -52329,7 +52333,7 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52329
52333
|
onClick: oc((He) => J.goToPage(Q), ["prevent"]),
|
|
52330
52334
|
"aria-current": "page",
|
|
52331
52335
|
class: "z-10 flex items-center justify-center h-8 px-3 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white"
|
|
52332
|
-
}, bt(Q), 9,
|
|
52336
|
+
}, bt(Q), 9, wne)) : xt("", !0)
|
|
52333
52337
|
])
|
|
52334
52338
|
], 64))), 128)),
|
|
52335
52339
|
N("li", null, [
|
|
@@ -52338,7 +52342,7 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52338
52342
|
onClick: me[5] || (me[5] = oc((...Q) => J.nextPage && J.nextPage(...Q), ["prevent"])),
|
|
52339
52343
|
disabled: he.currentPage === J.totalPages,
|
|
52340
52344
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
52341
|
-
},
|
|
52345
|
+
}, _ne, 8, xne)
|
|
52342
52346
|
])
|
|
52343
52347
|
])
|
|
52344
52348
|
])
|
|
@@ -52347,7 +52351,7 @@ function Tne($, me, se, Ee, he, J) {
|
|
|
52347
52351
|
])) : xt("", !0)
|
|
52348
52352
|
]);
|
|
52349
52353
|
}
|
|
52350
|
-
const
|
|
52354
|
+
const Hae = /* @__PURE__ */ Jr(Fte, [["render", kne]]), Tne = {
|
|
52351
52355
|
setup() {
|
|
52352
52356
|
const $ = Ko([]);
|
|
52353
52357
|
return YG("accordionsWrapper", {
|
|
@@ -52367,12 +52371,12 @@ const Vae = /* @__PURE__ */ Jr(Hte, [["render", Tne]]), Ene = {
|
|
|
52367
52371
|
}), {};
|
|
52368
52372
|
}
|
|
52369
52373
|
};
|
|
52370
|
-
function
|
|
52374
|
+
function Ene($, me, se, Ee, he, J) {
|
|
52371
52375
|
return ye(), xe("div", null, [
|
|
52372
52376
|
vf($.$slots, "default")
|
|
52373
52377
|
]);
|
|
52374
52378
|
}
|
|
52375
|
-
const
|
|
52379
|
+
const Vae = /* @__PURE__ */ Jr(Tne, [["render", Ene]]), Ane = {
|
|
52376
52380
|
props: {
|
|
52377
52381
|
title: {
|
|
52378
52382
|
type: String,
|
|
@@ -52397,58 +52401,58 @@ const zae = /* @__PURE__ */ Jr(Ene, [["render", Ane]]), Dne = {
|
|
|
52397
52401
|
me.toggleAccordion(he);
|
|
52398
52402
|
} };
|
|
52399
52403
|
}
|
|
52400
|
-
},
|
|
52404
|
+
}, Dne = { class: "flex items-center" }, One = {
|
|
52401
52405
|
key: 0,
|
|
52402
52406
|
class: "w-3 h-3 rotate-180 shrink-0",
|
|
52403
52407
|
"aria-hidden": "true",
|
|
52404
52408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
52405
52409
|
fill: "none",
|
|
52406
52410
|
viewBox: "0 0 10 6"
|
|
52407
|
-
},
|
|
52411
|
+
}, Rne = /* @__PURE__ */ N("path", {
|
|
52408
52412
|
stroke: "currentColor",
|
|
52409
52413
|
"stroke-linecap": "round",
|
|
52410
52414
|
"stroke-linejoin": "round",
|
|
52411
52415
|
"stroke-width": "2",
|
|
52412
52416
|
d: "M9 5 5 1 1 5"
|
|
52413
|
-
}, null, -1),
|
|
52414
|
-
|
|
52415
|
-
],
|
|
52417
|
+
}, null, -1), $ne = [
|
|
52418
|
+
Rne
|
|
52419
|
+
], Mne = {
|
|
52416
52420
|
key: 1,
|
|
52417
52421
|
class: "w-3 h-3 shrink-0",
|
|
52418
52422
|
"aria-hidden": "true",
|
|
52419
52423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
52420
52424
|
fill: "none",
|
|
52421
52425
|
viewBox: "0 0 10 6"
|
|
52422
|
-
},
|
|
52426
|
+
}, Pne = /* @__PURE__ */ N("path", {
|
|
52423
52427
|
stroke: "currentColor",
|
|
52424
52428
|
"stroke-linecap": "round",
|
|
52425
52429
|
"stroke-linejoin": "round",
|
|
52426
52430
|
"stroke-width": "2",
|
|
52427
52431
|
d: "M9 5 5 1 1 5"
|
|
52428
|
-
}, null, -1),
|
|
52429
|
-
|
|
52432
|
+
}, null, -1), Nne = [
|
|
52433
|
+
Pne
|
|
52430
52434
|
];
|
|
52431
|
-
function
|
|
52435
|
+
function Bne($, me, se, Ee, he, J) {
|
|
52432
52436
|
return ye(), xe("div", null, [
|
|
52433
52437
|
N("h2", null, [
|
|
52434
52438
|
N("button", {
|
|
52435
52439
|
onClick: me[0] || (me[0] = (...Oe) => Ee.toggle && Ee.toggle(...Oe)),
|
|
52436
52440
|
type: "button",
|
|
52437
|
-
class:
|
|
52441
|
+
class: cn(["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", {
|
|
52438
52442
|
"rounded-t-xl": Ee.isFirstAccordion,
|
|
52439
52443
|
"border-b-0": !Ee.isLastAccordion,
|
|
52440
52444
|
"bg-gray-100 dark:bg-gray-800": Ee.isOpen
|
|
52441
52445
|
}]),
|
|
52442
52446
|
"aria-expanded": "true"
|
|
52443
52447
|
}, [
|
|
52444
|
-
N("span",
|
|
52445
|
-
Ee.isOpen ? xt("", !0) : (ye(), xe("svg",
|
|
52446
|
-
Ee.isOpen ? (ye(), xe("svg",
|
|
52448
|
+
N("span", Dne, bt(se.title), 1),
|
|
52449
|
+
Ee.isOpen ? xt("", !0) : (ye(), xe("svg", One, $ne)),
|
|
52450
|
+
Ee.isOpen ? (ye(), xe("svg", Mne, Nne)) : xt("", !0)
|
|
52447
52451
|
], 2)
|
|
52448
52452
|
]),
|
|
52449
52453
|
Ee.isOpen ? (ye(), xe("div", {
|
|
52450
52454
|
key: 0,
|
|
52451
|
-
class:
|
|
52455
|
+
class: cn([{
|
|
52452
52456
|
"border-b-0": !Ee.isLastAccordion,
|
|
52453
52457
|
"border-t-0": Ee.isLastAccordion
|
|
52454
52458
|
}, "p-5 border border-gray-200 dark:border-gray-700 dark:bg-gray-900"])
|
|
@@ -52457,13 +52461,13 @@ function Ine($, me, se, Ee, he, J) {
|
|
|
52457
52461
|
], 2)) : xt("", !0)
|
|
52458
52462
|
]);
|
|
52459
52463
|
}
|
|
52460
|
-
const
|
|
52464
|
+
const zae = /* @__PURE__ */ Jr(Ane, [["render", Bne]]), Ine = {
|
|
52461
52465
|
class: "flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",
|
|
52462
52466
|
role: "alert"
|
|
52463
|
-
},
|
|
52467
|
+
}, Lne = {
|
|
52464
52468
|
key: 0,
|
|
52465
52469
|
class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"
|
|
52466
|
-
},
|
|
52470
|
+
}, Fne = /* @__PURE__ */ N("svg", {
|
|
52467
52471
|
class: "w-5 h-5",
|
|
52468
52472
|
"aria-hidden": "true",
|
|
52469
52473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52471,13 +52475,13 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52471
52475
|
viewBox: "0 0 20 20"
|
|
52472
52476
|
}, [
|
|
52473
52477
|
/* @__PURE__ */ N("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 8.207-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414Z" })
|
|
52474
|
-
], -1),
|
|
52475
|
-
|
|
52476
|
-
|
|
52477
|
-
],
|
|
52478
|
+
], -1), Hne = /* @__PURE__ */ N("span", { class: "sr-only" }, "Check icon", -1), Vne = [
|
|
52479
|
+
Fne,
|
|
52480
|
+
Hne
|
|
52481
|
+
], zne = {
|
|
52478
52482
|
key: 1,
|
|
52479
52483
|
class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"
|
|
52480
|
-
},
|
|
52484
|
+
}, Une = /* @__PURE__ */ N("svg", {
|
|
52481
52485
|
class: "w-5 h-5",
|
|
52482
52486
|
"aria-hidden": "true",
|
|
52483
52487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52485,13 +52489,13 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52485
52489
|
viewBox: "0 0 20 20"
|
|
52486
52490
|
}, [
|
|
52487
52491
|
/* @__PURE__ */ N("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 11.793a1 1 0 1 1-1.414 1.414L10 11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L8.586 10 6.293 7.707a1 1 0 0 1 1.414-1.414L10 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414L11.414 10l2.293 2.293Z" })
|
|
52488
|
-
], -1),
|
|
52489
|
-
|
|
52490
|
-
|
|
52491
|
-
],
|
|
52492
|
+
], -1), Wne = /* @__PURE__ */ N("span", { class: "sr-only" }, "Error icon", -1), Zne = [
|
|
52493
|
+
Une,
|
|
52494
|
+
Wne
|
|
52495
|
+
], jne = {
|
|
52492
52496
|
key: 2,
|
|
52493
52497
|
class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-orange-500 bg-orange-100 rounded-lg dark:bg-orange-700 dark:text-orange-200"
|
|
52494
|
-
},
|
|
52498
|
+
}, Gne = /* @__PURE__ */ N("svg", {
|
|
52495
52499
|
class: "w-5 h-5",
|
|
52496
52500
|
"aria-hidden": "true",
|
|
52497
52501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52499,10 +52503,10 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52499
52503
|
viewBox: "0 0 20 20"
|
|
52500
52504
|
}, [
|
|
52501
52505
|
/* @__PURE__ */ N("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM10 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-4a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0v5Z" })
|
|
52502
|
-
], -1),
|
|
52503
|
-
|
|
52504
|
-
|
|
52505
|
-
],
|
|
52506
|
+
], -1), qne = /* @__PURE__ */ N("span", { class: "sr-only" }, "Warning icon", -1), Kne = [
|
|
52507
|
+
Gne,
|
|
52508
|
+
qne
|
|
52509
|
+
], Yne = { class: "ml-3 text-sm font-normal" }, Xne = /* @__PURE__ */ N("span", { class: "sr-only" }, "Close", -1), Jne = /* @__PURE__ */ N("svg", {
|
|
52506
52510
|
"aria-hidden": "true",
|
|
52507
52511
|
class: "w-5 h-5",
|
|
52508
52512
|
fill: "currentColor",
|
|
@@ -52514,10 +52518,10 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52514
52518
|
d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
|
|
52515
52519
|
"clip-rule": "evenodd"
|
|
52516
52520
|
})
|
|
52517
|
-
], -1),
|
|
52518
|
-
|
|
52519
|
-
|
|
52520
|
-
],
|
|
52521
|
+
], -1), Qne = [
|
|
52522
|
+
Xne,
|
|
52523
|
+
Jne
|
|
52524
|
+
], eoe = {
|
|
52521
52525
|
__name: "ToastListItem",
|
|
52522
52526
|
props: {
|
|
52523
52527
|
message: String,
|
|
@@ -52537,21 +52541,21 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52537
52541
|
setTimeout(() => Ee("remove"), se.duration);
|
|
52538
52542
|
});
|
|
52539
52543
|
const Ee = me;
|
|
52540
|
-
return (he, J) => (ye(), xe("div",
|
|
52541
|
-
se.type === "success" ? (ye(), xe("div",
|
|
52542
|
-
se.type === "error" ? (ye(), xe("div",
|
|
52543
|
-
se.type === "warning" ? (ye(), xe("div",
|
|
52544
|
-
N("div",
|
|
52544
|
+
return (he, J) => (ye(), xe("div", Ine, [
|
|
52545
|
+
se.type === "success" ? (ye(), xe("div", Lne, Vne)) : xt("", !0),
|
|
52546
|
+
se.type === "error" ? (ye(), xe("div", zne, Zne)) : xt("", !0),
|
|
52547
|
+
se.type === "warning" ? (ye(), xe("div", jne, Kne)) : xt("", !0),
|
|
52548
|
+
N("div", Yne, bt(se.message), 1),
|
|
52545
52549
|
N("button", {
|
|
52546
52550
|
onClick: J[0] || (J[0] = (Oe) => Ee("remove")),
|
|
52547
52551
|
type: "button",
|
|
52548
52552
|
class: "-mx-1.5 -my-1.5 ml-auto inline-flex h-8 w-8 rounded-lg bg-white p-1.5 text-gray-400 hover:bg-gray-100 hover:text-gray-900 focus:ring-2 focus:ring-gray-300 dark:bg-gray-800 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-white",
|
|
52549
52553
|
"data-dismiss-target": "#toast-default",
|
|
52550
52554
|
"aria-label": "Close"
|
|
52551
|
-
},
|
|
52555
|
+
}, Qne)
|
|
52552
52556
|
]));
|
|
52553
52557
|
}
|
|
52554
|
-
},
|
|
52558
|
+
}, Uae = {
|
|
52555
52559
|
__name: "GlToastList",
|
|
52556
52560
|
setup($) {
|
|
52557
52561
|
function me(se) {
|
|
@@ -52566,7 +52570,7 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52566
52570
|
class: "fixed z-[1060] w-full max-w-xs space-y-4 top-4 right-4"
|
|
52567
52571
|
}, {
|
|
52568
52572
|
default: U8(() => [
|
|
52569
|
-
(ye(!0), xe(Co, null, kr(Nq(s5).state.items, (he, J) => (ye(), Ty(
|
|
52573
|
+
(ye(!0), xe(Co, null, kr(Nq(s5).state.items, (he, J) => (ye(), Ty(eoe, {
|
|
52570
52574
|
key: he.key,
|
|
52571
52575
|
message: he.message,
|
|
52572
52576
|
type: he.type,
|
|
@@ -52577,10 +52581,10 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52577
52581
|
_: 1
|
|
52578
52582
|
}));
|
|
52579
52583
|
}
|
|
52580
|
-
},
|
|
52584
|
+
}, toe = {
|
|
52581
52585
|
key: 0,
|
|
52582
52586
|
class: "flex lg:justify-center"
|
|
52583
|
-
},
|
|
52587
|
+
}, noe = /* @__PURE__ */ N("svg", {
|
|
52584
52588
|
class: "w-5 h-5",
|
|
52585
52589
|
"aria-hidden": "true",
|
|
52586
52590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52588,12 +52592,12 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52588
52592
|
viewBox: "0 0 4 15"
|
|
52589
52593
|
}, [
|
|
52590
52594
|
/* @__PURE__ */ N("path", { d: "M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })
|
|
52591
|
-
], -1),
|
|
52592
|
-
|
|
52593
|
-
],
|
|
52595
|
+
], -1), ooe = [
|
|
52596
|
+
noe
|
|
52597
|
+
], soe = { class: "absolute z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600" }, roe = {
|
|
52594
52598
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
52595
52599
|
"aria-labelledby": "dropdownDividerButton"
|
|
52596
|
-
},
|
|
52600
|
+
}, aoe = { key: 0 }, loe = ["href"], coe = /* @__PURE__ */ N("i", { class: "mr-2 fa-solid fa-list-ul opacity-80" }, null, -1), ioe = { key: 1 }, uoe = /* @__PURE__ */ N("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), Wae = {
|
|
52597
52601
|
__name: "DatatableAction",
|
|
52598
52602
|
props: {
|
|
52599
52603
|
field: {
|
|
@@ -52646,30 +52650,30 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52646
52650
|
onConfirmDelete: jt,
|
|
52647
52651
|
onCancelDelete: Q
|
|
52648
52652
|
}, null, 8, ["isOpen"]),
|
|
52649
|
-
$.row && wn.can(`edit_${$.xprops.permission} || delete_${$.xprops.permission}`) ? pl((ye(), xe("div",
|
|
52653
|
+
$.row && wn.can(`edit_${$.xprops.permission} || delete_${$.xprops.permission}`) ? pl((ye(), xe("div", toe, [
|
|
52650
52654
|
N("button", {
|
|
52651
52655
|
onClick: Oe,
|
|
52652
52656
|
class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
|
|
52653
52657
|
type: "button"
|
|
52654
|
-
},
|
|
52655
|
-
pl(N("div",
|
|
52656
|
-
N("ul",
|
|
52657
|
-
wn.can(`edit_${$.xprops.permission}`) ? (ye(), xe("li",
|
|
52658
|
+
}, ooe),
|
|
52659
|
+
pl(N("div", soe, [
|
|
52660
|
+
N("ul", roe, [
|
|
52661
|
+
wn.can(`edit_${$.xprops.permission}`) ? (ye(), xe("li", aoe, [
|
|
52658
52662
|
N("a", {
|
|
52659
52663
|
href: $.xprops.route + "/" + $.row.id + "/edit",
|
|
52660
52664
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
52661
52665
|
}, [
|
|
52662
|
-
|
|
52666
|
+
coe,
|
|
52663
52667
|
So(" Edit")
|
|
52664
|
-
], 8,
|
|
52668
|
+
], 8, loe)
|
|
52665
52669
|
])) : xt("", !0),
|
|
52666
|
-
wn.can(`delete_${$.xprops.permission}`) ? (ye(), xe("li",
|
|
52670
|
+
wn.can(`delete_${$.xprops.permission}`) ? (ye(), xe("li", ioe, [
|
|
52667
52671
|
N("a", {
|
|
52668
52672
|
href: "#",
|
|
52669
52673
|
onClick: oc(He, ["prevent"]),
|
|
52670
52674
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
52671
52675
|
}, [
|
|
52672
|
-
|
|
52676
|
+
uoe,
|
|
52673
52677
|
So(" Remove")
|
|
52674
52678
|
])
|
|
52675
52679
|
])) : xt("", !0)
|
|
@@ -52683,10 +52687,10 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52683
52687
|
], 64);
|
|
52684
52688
|
};
|
|
52685
52689
|
}
|
|
52686
|
-
},
|
|
52690
|
+
}, doe = {
|
|
52687
52691
|
key: 0,
|
|
52688
52692
|
class: "flex lg:justify-center"
|
|
52689
|
-
},
|
|
52693
|
+
}, moe = /* @__PURE__ */ N("svg", {
|
|
52690
52694
|
class: "w-5 h-5",
|
|
52691
52695
|
"aria-hidden": "true",
|
|
52692
52696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52694,12 +52698,12 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52694
52698
|
viewBox: "0 0 4 15"
|
|
52695
52699
|
}, [
|
|
52696
52700
|
/* @__PURE__ */ N("path", { d: "M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })
|
|
52697
|
-
], -1),
|
|
52698
|
-
|
|
52699
|
-
],
|
|
52701
|
+
], -1), foe = [
|
|
52702
|
+
moe
|
|
52703
|
+
], goe = { class: "absolute z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600" }, hoe = {
|
|
52700
52704
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
52701
52705
|
"aria-labelledby": "dropdownDividerButton"
|
|
52702
|
-
},
|
|
52706
|
+
}, poe = { key: 0 }, boe = /* @__PURE__ */ N("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), Zae = {
|
|
52703
52707
|
__name: "DatatableDeleteAction",
|
|
52704
52708
|
props: {
|
|
52705
52709
|
field: {
|
|
@@ -52752,21 +52756,21 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52752
52756
|
onConfirmDelete: jt,
|
|
52753
52757
|
onCancelDelete: Q
|
|
52754
52758
|
}, null, 8, ["isOpen"]),
|
|
52755
|
-
$.row && wn.can(`delete_${$.xprops.permission}`) ? pl((ye(), xe("div",
|
|
52759
|
+
$.row && wn.can(`delete_${$.xprops.permission}`) ? pl((ye(), xe("div", doe, [
|
|
52756
52760
|
N("button", {
|
|
52757
52761
|
onClick: Oe,
|
|
52758
52762
|
class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
|
|
52759
52763
|
type: "button"
|
|
52760
|
-
},
|
|
52761
|
-
pl(N("div",
|
|
52762
|
-
N("ul",
|
|
52763
|
-
wn.can(`delete_${$.xprops.permission}`) ? (ye(), xe("li",
|
|
52764
|
+
}, foe),
|
|
52765
|
+
pl(N("div", goe, [
|
|
52766
|
+
N("ul", hoe, [
|
|
52767
|
+
wn.can(`delete_${$.xprops.permission}`) ? (ye(), xe("li", poe, [
|
|
52764
52768
|
N("a", {
|
|
52765
52769
|
href: "#",
|
|
52766
52770
|
onClick: oc(He, ["prevent"]),
|
|
52767
52771
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
52768
52772
|
}, [
|
|
52769
|
-
|
|
52773
|
+
boe,
|
|
52770
52774
|
So(" Remove")
|
|
52771
52775
|
])
|
|
52772
52776
|
])) : xt("", !0)
|
|
@@ -52780,7 +52784,7 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52780
52784
|
], 64);
|
|
52781
52785
|
};
|
|
52782
52786
|
}
|
|
52783
|
-
},
|
|
52787
|
+
}, voe = {
|
|
52784
52788
|
props: ["field", "row"],
|
|
52785
52789
|
computed: {
|
|
52786
52790
|
isArray() {
|
|
@@ -52795,7 +52799,7 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52795
52799
|
},
|
|
52796
52800
|
mounted() {
|
|
52797
52801
|
}
|
|
52798
|
-
},
|
|
52802
|
+
}, yoe = ["href", "title"], woe = /* @__PURE__ */ N("svg", {
|
|
52799
52803
|
class: "w-3 h-3 text-white me-2",
|
|
52800
52804
|
"aria-hidden": "true",
|
|
52801
52805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52812,10 +52816,10 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52812
52816
|
d: "M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z",
|
|
52813
52817
|
"clip-rule": "evenodd"
|
|
52814
52818
|
})
|
|
52815
|
-
], -1),
|
|
52819
|
+
], -1), xoe = {
|
|
52816
52820
|
key: 1,
|
|
52817
52821
|
class: "m-1 d-inline-block"
|
|
52818
|
-
},
|
|
52822
|
+
}, Coe = ["href", "title"], Soe = /* @__PURE__ */ N("svg", {
|
|
52819
52823
|
class: "w-3 h-3 text-white me-2",
|
|
52820
52824
|
"aria-hidden": "true",
|
|
52821
52825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52833,7 +52837,7 @@ const Uae = /* @__PURE__ */ Jr(Dne, [["render", Ine]]), Lne = {
|
|
|
52833
52837
|
"clip-rule": "evenodd"
|
|
52834
52838
|
})
|
|
52835
52839
|
], -1);
|
|
52836
|
-
function
|
|
52840
|
+
function _oe($, me, se, Ee, he, J) {
|
|
52837
52841
|
return ye(), xe("div", null, [
|
|
52838
52842
|
J.isArray ? (ye(!0), xe(Co, { key: 0 }, kr(se.row, (Oe, Q) => (ye(), xe("div", {
|
|
52839
52843
|
key: Q,
|
|
@@ -52845,23 +52849,23 @@ function koe($, me, se, Ee, he, J) {
|
|
|
52845
52849
|
target: "_blank",
|
|
52846
52850
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
52847
52851
|
}, [
|
|
52848
|
-
|
|
52852
|
+
woe,
|
|
52849
52853
|
So(" Download ")
|
|
52850
|
-
], 8,
|
|
52851
|
-
]))), 128)) : J.isString ? (ye(), xe("div",
|
|
52854
|
+
], 8, yoe)
|
|
52855
|
+
]))), 128)) : J.isString ? (ye(), xe("div", xoe, [
|
|
52852
52856
|
N("a", {
|
|
52853
52857
|
href: se.row,
|
|
52854
52858
|
title: se.row,
|
|
52855
52859
|
target: "_blank",
|
|
52856
52860
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
52857
52861
|
}, [
|
|
52858
|
-
|
|
52862
|
+
Soe,
|
|
52859
52863
|
So(" Download ")
|
|
52860
|
-
], 8,
|
|
52864
|
+
], 8, Coe)
|
|
52861
52865
|
])) : xt("", !0)
|
|
52862
52866
|
]);
|
|
52863
52867
|
}
|
|
52864
|
-
const
|
|
52868
|
+
const jae = /* @__PURE__ */ Jr(voe, [["render", _oe]]), koe = {
|
|
52865
52869
|
props: ["field", "row"],
|
|
52866
52870
|
computed: {
|
|
52867
52871
|
isArray() {
|
|
@@ -52871,7 +52875,7 @@ const Gae = /* @__PURE__ */ Jr(yoe, [["render", koe]]), Toe = {
|
|
|
52871
52875
|
return typeof this.row[this.field] == "object";
|
|
52872
52876
|
}
|
|
52873
52877
|
}
|
|
52874
|
-
},
|
|
52878
|
+
}, Toe = ["href", "title"], Eoe = /* @__PURE__ */ N("svg", {
|
|
52875
52879
|
class: "w-3 h-3 text-white me-2",
|
|
52876
52880
|
"aria-hidden": "true",
|
|
52877
52881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52888,10 +52892,10 @@ const Gae = /* @__PURE__ */ Jr(yoe, [["render", koe]]), Toe = {
|
|
|
52888
52892
|
d: "M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z",
|
|
52889
52893
|
"clip-rule": "evenodd"
|
|
52890
52894
|
})
|
|
52891
|
-
], -1),
|
|
52895
|
+
], -1), Aoe = {
|
|
52892
52896
|
key: 1,
|
|
52893
52897
|
class: "m-1 d-inline-block"
|
|
52894
|
-
},
|
|
52898
|
+
}, Doe = ["href", "title"], Ooe = /* @__PURE__ */ N("svg", {
|
|
52895
52899
|
class: "w-3 h-3 text-white me-2",
|
|
52896
52900
|
"aria-hidden": "true",
|
|
52897
52901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52909,7 +52913,7 @@ const Gae = /* @__PURE__ */ Jr(yoe, [["render", koe]]), Toe = {
|
|
|
52909
52913
|
"clip-rule": "evenodd"
|
|
52910
52914
|
})
|
|
52911
52915
|
], -1);
|
|
52912
|
-
function
|
|
52916
|
+
function Roe($, me, se, Ee, he, J) {
|
|
52913
52917
|
return ye(), xe("div", null, [
|
|
52914
52918
|
J.isArray ? (ye(!0), xe(Co, { key: 0 }, kr(se.row[se.field], (Oe) => (ye(), xe("div", {
|
|
52915
52919
|
key: Oe.id,
|
|
@@ -52921,34 +52925,34 @@ function $oe($, me, se, Ee, he, J) {
|
|
|
52921
52925
|
target: "_blank",
|
|
52922
52926
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
52923
52927
|
}, [
|
|
52924
|
-
|
|
52928
|
+
Eoe,
|
|
52925
52929
|
So(" Download ")
|
|
52926
|
-
], 8,
|
|
52927
|
-
]))), 128)) : J.isObject ? (ye(), xe("div",
|
|
52930
|
+
], 8, Toe)
|
|
52931
|
+
]))), 128)) : J.isObject ? (ye(), xe("div", Aoe, [
|
|
52928
52932
|
N("a", {
|
|
52929
52933
|
href: se.row[se.field].url,
|
|
52930
52934
|
title: se.row[se.field].name,
|
|
52931
52935
|
target: "_blank",
|
|
52932
52936
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
52933
52937
|
}, [
|
|
52934
|
-
|
|
52938
|
+
Ooe,
|
|
52935
52939
|
So(" Download ")
|
|
52936
|
-
], 8,
|
|
52940
|
+
], 8, Doe)
|
|
52937
52941
|
])) : xt("", !0)
|
|
52938
52942
|
]);
|
|
52939
52943
|
}
|
|
52940
|
-
const
|
|
52944
|
+
const Gae = /* @__PURE__ */ Jr(koe, [["render", Roe]]), $oe = {
|
|
52941
52945
|
props: ["field", "row", "tdProps"]
|
|
52942
|
-
},
|
|
52943
|
-
function
|
|
52944
|
-
return se.row[se.field] ? (ye(), xe("div",
|
|
52946
|
+
}, Moe = { key: 0 }, Poe = ["innerHTML"];
|
|
52947
|
+
function Noe($, me, se, Ee, he, J) {
|
|
52948
|
+
return se.row[se.field] ? (ye(), xe("div", Moe, [
|
|
52945
52949
|
N("div", {
|
|
52946
52950
|
class: "w-full",
|
|
52947
52951
|
innerHTML: se.row[se.field]
|
|
52948
|
-
}, null, 8,
|
|
52952
|
+
}, null, 8, Poe)
|
|
52949
52953
|
])) : xt("", !0);
|
|
52950
52954
|
}
|
|
52951
|
-
const
|
|
52955
|
+
const qae = /* @__PURE__ */ Jr($oe, [["render", Noe]]), Boe = {
|
|
52952
52956
|
props: ["field", "row", "tdProps"],
|
|
52953
52957
|
computed: {
|
|
52954
52958
|
entry() {
|
|
@@ -52962,19 +52966,19 @@ const Kae = /* @__PURE__ */ Jr(Moe, [["render", Boe]]), Ioe = {
|
|
|
52962
52966
|
return typeof this.row[this.entry.key] == "object";
|
|
52963
52967
|
}
|
|
52964
52968
|
}
|
|
52965
|
-
},
|
|
52969
|
+
}, Ioe = { class: "flex flex-wrap gap-2" }, Loe = {
|
|
52966
52970
|
key: 1,
|
|
52967
52971
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
52968
52972
|
};
|
|
52969
|
-
function
|
|
52970
|
-
return ye(), xe("div",
|
|
52973
|
+
function Foe($, me, se, Ee, he, J) {
|
|
52974
|
+
return ye(), xe("div", Ioe, [
|
|
52971
52975
|
J.isArray ? (ye(!0), xe(Co, { key: 0 }, kr(se.row[J.entry.key], (Oe, Q) => (ye(), xe("span", {
|
|
52972
52976
|
key: Q,
|
|
52973
52977
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
52974
|
-
}, bt(Oe[J.entry.field]), 1))), 128)) : J.isObject ? (ye(), xe("span",
|
|
52978
|
+
}, bt(Oe[J.entry.field]), 1))), 128)) : J.isObject ? (ye(), xe("span", Loe, bt(se.row[J.entry.key][J.entry.field]), 1)) : xt("", !0)
|
|
52975
52979
|
]);
|
|
52976
52980
|
}
|
|
52977
|
-
const
|
|
52981
|
+
const Kae = /* @__PURE__ */ Jr(Boe, [["render", Foe]]), Hoe = {
|
|
52978
52982
|
props: ["field", "row", "tdProps"],
|
|
52979
52983
|
computed: {
|
|
52980
52984
|
entry() {
|
|
@@ -52993,24 +52997,24 @@ const Yae = /* @__PURE__ */ Jr(Ioe, [["render", Hoe]]), Voe = {
|
|
|
52993
52997
|
return me.reduce((se, Ee) => (se || {})[Ee], $);
|
|
52994
52998
|
}
|
|
52995
52999
|
}
|
|
52996
|
-
},
|
|
53000
|
+
}, Voe = { class: "flex flex-wrap gap-2" }, zoe = {
|
|
52997
53001
|
key: 1,
|
|
52998
53002
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
52999
53003
|
};
|
|
53000
|
-
function
|
|
53001
|
-
return ye(), xe("div",
|
|
53004
|
+
function Uoe($, me, se, Ee, he, J) {
|
|
53005
|
+
return ye(), xe("div", Voe, [
|
|
53002
53006
|
J.isArray ? (ye(!0), xe(Co, { key: 0 }, kr(J.getNestedValue(se.row, J.entry.keys), (Oe, Q) => (ye(), xe("span", {
|
|
53003
53007
|
key: Q,
|
|
53004
53008
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
53005
|
-
}, bt(Oe[J.entry.field]), 1))), 128)) : J.isObject ? (ye(), xe("span",
|
|
53009
|
+
}, bt(Oe[J.entry.field]), 1))), 128)) : J.isObject ? (ye(), xe("span", zoe, bt(J.getNestedValue(se.row, J.entry.keys)[J.entry.field]), 1)) : xt("", !0)
|
|
53006
53010
|
]);
|
|
53007
53011
|
}
|
|
53008
|
-
const
|
|
53012
|
+
const Yae = /* @__PURE__ */ Jr(Hoe, [["render", Uoe]]), Woe = {
|
|
53009
53013
|
props: ["field", "row", "tdProps"]
|
|
53010
|
-
},
|
|
53011
|
-
function
|
|
53012
|
-
return se.row[se.field] ? (ye(), xe("div",
|
|
53013
|
-
N("div",
|
|
53014
|
+
}, Zoe = { key: 0 }, joe = { class: "m-1 d-inline-block" }, Goe = ["href", "title"], qoe = ["src", "alt", "title"];
|
|
53015
|
+
function Koe($, me, se, Ee, he, J) {
|
|
53016
|
+
return se.row[se.field] ? (ye(), xe("div", Zoe, [
|
|
53017
|
+
N("div", joe, [
|
|
53014
53018
|
N("a", {
|
|
53015
53019
|
href: se.row[se.field].url,
|
|
53016
53020
|
title: se.row[se.field].name,
|
|
@@ -53020,37 +53024,37 @@ function Yoe($, me, se, Ee, he, J) {
|
|
|
53020
53024
|
src: se.row[se.field].thumbnail,
|
|
53021
53025
|
alt: se.row[se.field].name,
|
|
53022
53026
|
title: se.row[se.field].name
|
|
53023
|
-
}, null, 8,
|
|
53024
|
-
], 8,
|
|
53027
|
+
}, null, 8, qoe)
|
|
53028
|
+
], 8, Goe)
|
|
53025
53029
|
])
|
|
53026
53030
|
])) : xt("", !0);
|
|
53027
53031
|
}
|
|
53028
|
-
const
|
|
53032
|
+
const Xae = /* @__PURE__ */ Jr(Woe, [["render", Koe], ["__scopeId", "data-v-3a28c02c"]]), Yoe = {
|
|
53029
53033
|
props: ["field", "row", "tdProps"],
|
|
53030
53034
|
computed: {
|
|
53031
53035
|
isActive() {
|
|
53032
53036
|
return this.row[this.field] === 1;
|
|
53033
53037
|
}
|
|
53034
53038
|
}
|
|
53035
|
-
},
|
|
53039
|
+
}, Xoe = { class: "flex flex-wrap gap-2 text-nowrap" }, Joe = {
|
|
53036
53040
|
key: 0,
|
|
53037
53041
|
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"
|
|
53038
|
-
},
|
|
53042
|
+
}, Qoe = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), ese = {
|
|
53039
53043
|
key: 1,
|
|
53040
53044
|
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"
|
|
53041
|
-
},
|
|
53042
|
-
function
|
|
53043
|
-
return ye(), xe("div",
|
|
53044
|
-
J.isActive ? (ye(), xe("span",
|
|
53045
|
-
|
|
53045
|
+
}, tse = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
|
|
53046
|
+
function nse($, me, se, Ee, he, J) {
|
|
53047
|
+
return ye(), xe("div", Xoe, [
|
|
53048
|
+
J.isActive ? (ye(), xe("span", Joe, [
|
|
53049
|
+
Qoe,
|
|
53046
53050
|
So(" Active ")
|
|
53047
|
-
])) : J.isActive ? xt("", !0) : (ye(), xe("span",
|
|
53048
|
-
|
|
53051
|
+
])) : J.isActive ? xt("", !0) : (ye(), xe("span", ese, [
|
|
53052
|
+
tse,
|
|
53049
53053
|
So(" Inactive ")
|
|
53050
53054
|
]))
|
|
53051
53055
|
]);
|
|
53052
53056
|
}
|
|
53053
|
-
const
|
|
53057
|
+
const Jae = /* @__PURE__ */ Jr(Yoe, [["render", nse]]), ose = {
|
|
53054
53058
|
props: ["field", "row", "tdProps"],
|
|
53055
53059
|
computed: {
|
|
53056
53060
|
hasLabelColor($) {
|
|
@@ -53060,50 +53064,50 @@ const Qae = /* @__PURE__ */ Jr(Xoe, [["render", ose]]), sse = {
|
|
|
53060
53064
|
return me ? me.class : "";
|
|
53061
53065
|
}
|
|
53062
53066
|
}
|
|
53063
|
-
},
|
|
53067
|
+
}, sse = { class: "flex flex-wrap gap-2 text-nowrap" }, rse = {
|
|
53064
53068
|
key: 0,
|
|
53065
53069
|
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"
|
|
53066
|
-
},
|
|
53070
|
+
}, ase = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), lse = {
|
|
53067
53071
|
key: 1,
|
|
53068
53072
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"
|
|
53069
|
-
},
|
|
53073
|
+
}, cse = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), ise = {
|
|
53070
53074
|
key: 2,
|
|
53071
53075
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"
|
|
53072
|
-
},
|
|
53076
|
+
}, use = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), dse = {
|
|
53073
53077
|
key: 3,
|
|
53074
53078
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"
|
|
53075
|
-
},
|
|
53079
|
+
}, mse = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1), fse = {
|
|
53076
53080
|
key: 4,
|
|
53077
53081
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53078
|
-
},
|
|
53082
|
+
}, gse = /* @__PURE__ */ N("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53079
53083
|
/* @__PURE__ */ N("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53080
53084
|
/* @__PURE__ */ N("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53081
53085
|
], -1);
|
|
53082
|
-
function
|
|
53083
|
-
return ye(), xe("div",
|
|
53084
|
-
J.hasLabelColor == "green" ? (ye(), xe("span",
|
|
53085
|
-
|
|
53086
|
+
function hse($, me, se, Ee, he, J) {
|
|
53087
|
+
return ye(), xe("div", sse, [
|
|
53088
|
+
J.hasLabelColor == "green" ? (ye(), xe("span", rse, [
|
|
53089
|
+
ase,
|
|
53086
53090
|
So(" " + bt(this.row[this.field]), 1)
|
|
53087
53091
|
])) : xt("", !0),
|
|
53088
|
-
J.hasLabelColor == "red" ? (ye(), xe("span",
|
|
53089
|
-
|
|
53092
|
+
J.hasLabelColor == "red" ? (ye(), xe("span", lse, [
|
|
53093
|
+
cse,
|
|
53090
53094
|
So(" " + bt(this.row[this.field]), 1)
|
|
53091
53095
|
])) : xt("", !0),
|
|
53092
|
-
J.hasLabelColor == "yellow" ? (ye(), xe("span",
|
|
53093
|
-
|
|
53096
|
+
J.hasLabelColor == "yellow" ? (ye(), xe("span", ise, [
|
|
53097
|
+
use,
|
|
53094
53098
|
So(" " + bt(this.row[this.field]), 1)
|
|
53095
53099
|
])) : xt("", !0),
|
|
53096
|
-
J.hasLabelColor == "default" ? (ye(), xe("span",
|
|
53097
|
-
|
|
53100
|
+
J.hasLabelColor == "default" ? (ye(), xe("span", dse, [
|
|
53101
|
+
mse,
|
|
53098
53102
|
So(" " + bt(this.row[this.field]), 1)
|
|
53099
53103
|
])) : xt("", !0),
|
|
53100
|
-
J.hasLabelColor == "animate" ? (ye(), xe("span",
|
|
53101
|
-
|
|
53104
|
+
J.hasLabelColor == "animate" ? (ye(), xe("span", fse, [
|
|
53105
|
+
gse,
|
|
53102
53106
|
So(" " + bt(this.row[this.field]), 1)
|
|
53103
53107
|
])) : xt("", !0)
|
|
53104
53108
|
]);
|
|
53105
53109
|
}
|
|
53106
|
-
const
|
|
53110
|
+
const Qae = /* @__PURE__ */ Jr(ose, [["render", hse]]), pse = {
|
|
53107
53111
|
props: ["field", "row", "tdProps"],
|
|
53108
53112
|
computed: {
|
|
53109
53113
|
hasLabelColor() {
|
|
@@ -53124,44 +53128,44 @@ const ele = /* @__PURE__ */ Jr(sse, [["render", pse]]), bse = {
|
|
|
53124
53128
|
}
|
|
53125
53129
|
}
|
|
53126
53130
|
}
|
|
53127
|
-
},
|
|
53128
|
-
function
|
|
53129
|
-
return ye(), xe("div",
|
|
53131
|
+
}, bse = { class: "flex flex-wrap gap-2 text-nowrap lg:justify-center" };
|
|
53132
|
+
function vse($, me, se, Ee, he, J) {
|
|
53133
|
+
return ye(), xe("div", bse, [
|
|
53130
53134
|
J.hasLabelColor == "Default" ? (ye(), xe("span", {
|
|
53131
53135
|
key: 0,
|
|
53132
|
-
class:
|
|
53136
|
+
class: cn(["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", J.badgeType])
|
|
53133
53137
|
}, bt(this.row[this.field]), 3)) : xt("", !0),
|
|
53134
53138
|
J.hasLabelColor == "Dark" ? (ye(), xe("span", {
|
|
53135
53139
|
key: 1,
|
|
53136
|
-
class:
|
|
53140
|
+
class: cn(["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", J.badgeType])
|
|
53137
53141
|
}, bt(this.row[this.field]), 3)) : xt("", !0),
|
|
53138
53142
|
J.hasLabelColor == "Red" ? (ye(), xe("span", {
|
|
53139
53143
|
key: 2,
|
|
53140
|
-
class:
|
|
53144
|
+
class: cn(["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", J.badgeType])
|
|
53141
53145
|
}, bt(this.row[this.field]), 3)) : xt("", !0),
|
|
53142
53146
|
J.hasLabelColor == "Green" ? (ye(), xe("span", {
|
|
53143
53147
|
key: 3,
|
|
53144
|
-
class:
|
|
53148
|
+
class: cn(["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", J.badgeType])
|
|
53145
53149
|
}, bt(this.row[this.field]), 3)) : xt("", !0),
|
|
53146
53150
|
J.hasLabelColor == "Yellow" ? (ye(), xe("span", {
|
|
53147
53151
|
key: 4,
|
|
53148
|
-
class:
|
|
53152
|
+
class: cn(["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", J.badgeType])
|
|
53149
53153
|
}, bt(this.row[this.field]), 3)) : xt("", !0),
|
|
53150
53154
|
J.hasLabelColor == "Indigo" ? (ye(), xe("span", {
|
|
53151
53155
|
key: 5,
|
|
53152
|
-
class:
|
|
53156
|
+
class: cn(["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", J.badgeType])
|
|
53153
53157
|
}, bt(this.row[this.field]), 3)) : xt("", !0),
|
|
53154
53158
|
J.hasLabelColor == "Purple" ? (ye(), xe("span", {
|
|
53155
53159
|
key: 6,
|
|
53156
|
-
class:
|
|
53160
|
+
class: cn(["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", J.badgeType])
|
|
53157
53161
|
}, bt(this.row[this.field]), 3)) : xt("", !0),
|
|
53158
53162
|
J.hasLabelColor == "Pink" ? (ye(), xe("span", {
|
|
53159
53163
|
key: 7,
|
|
53160
|
-
class:
|
|
53164
|
+
class: cn(["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", J.badgeType])
|
|
53161
53165
|
}, bt(this.row[this.field]), 3)) : xt("", !0)
|
|
53162
53166
|
]);
|
|
53163
53167
|
}
|
|
53164
|
-
const
|
|
53168
|
+
const ele = /* @__PURE__ */ Jr(pse, [["render", vse]]), yse = {
|
|
53165
53169
|
props: ["field", "row", "tdProps"],
|
|
53166
53170
|
computed: {
|
|
53167
53171
|
hasLabelColor($) {
|
|
@@ -53177,50 +53181,50 @@ const tle = /* @__PURE__ */ Jr(bse, [["render", yse]]), wse = {
|
|
|
53177
53181
|
return $ ? $.label : "";
|
|
53178
53182
|
}
|
|
53179
53183
|
}
|
|
53180
|
-
},
|
|
53184
|
+
}, wse = { class: "flex flex-wrap gap-2 text-nowrap" }, xse = {
|
|
53181
53185
|
key: 0,
|
|
53182
53186
|
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"
|
|
53183
|
-
},
|
|
53187
|
+
}, Cse = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Sse = {
|
|
53184
53188
|
key: 1,
|
|
53185
53189
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"
|
|
53186
|
-
},
|
|
53190
|
+
}, _se = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), kse = {
|
|
53187
53191
|
key: 2,
|
|
53188
53192
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"
|
|
53189
|
-
},
|
|
53193
|
+
}, Tse = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Ese = {
|
|
53190
53194
|
key: 3,
|
|
53191
53195
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"
|
|
53192
|
-
},
|
|
53196
|
+
}, Ase = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1), Dse = {
|
|
53193
53197
|
key: 4,
|
|
53194
53198
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53195
|
-
},
|
|
53199
|
+
}, Ose = /* @__PURE__ */ N("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53196
53200
|
/* @__PURE__ */ N("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53197
53201
|
/* @__PURE__ */ N("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53198
53202
|
], -1);
|
|
53199
|
-
function
|
|
53200
|
-
return ye(), xe("div",
|
|
53201
|
-
J.hasLabelColor == "green" ? (ye(), xe("span",
|
|
53202
|
-
|
|
53203
|
+
function Rse($, me, se, Ee, he, J) {
|
|
53204
|
+
return ye(), xe("div", wse, [
|
|
53205
|
+
J.hasLabelColor == "green" ? (ye(), xe("span", xse, [
|
|
53206
|
+
Cse,
|
|
53203
53207
|
So(" " + bt(J.getLabel), 1)
|
|
53204
53208
|
])) : xt("", !0),
|
|
53205
|
-
J.hasLabelColor == "red" ? (ye(), xe("span",
|
|
53206
|
-
|
|
53209
|
+
J.hasLabelColor == "red" ? (ye(), xe("span", Sse, [
|
|
53210
|
+
_se,
|
|
53207
53211
|
So(" " + bt(J.getLabel), 1)
|
|
53208
53212
|
])) : xt("", !0),
|
|
53209
|
-
J.hasLabelColor == "yellow" ? (ye(), xe("span",
|
|
53210
|
-
|
|
53213
|
+
J.hasLabelColor == "yellow" ? (ye(), xe("span", kse, [
|
|
53214
|
+
Tse,
|
|
53211
53215
|
So(" " + bt(J.getLabel), 1)
|
|
53212
53216
|
])) : xt("", !0),
|
|
53213
|
-
J.hasLabelColor == "default" ? (ye(), xe("span",
|
|
53214
|
-
|
|
53217
|
+
J.hasLabelColor == "default" ? (ye(), xe("span", Ese, [
|
|
53218
|
+
Ase,
|
|
53215
53219
|
So(" " + bt(J.getLabel), 1)
|
|
53216
53220
|
])) : xt("", !0),
|
|
53217
|
-
J.hasLabelColor == "animate" ? (ye(), xe("span",
|
|
53218
|
-
|
|
53221
|
+
J.hasLabelColor == "animate" ? (ye(), xe("span", Dse, [
|
|
53222
|
+
Ose,
|
|
53219
53223
|
So(" " + bt(J.getLabel), 1)
|
|
53220
53224
|
])) : xt("", !0)
|
|
53221
53225
|
]);
|
|
53222
53226
|
}
|
|
53223
|
-
const
|
|
53227
|
+
const tle = /* @__PURE__ */ Jr(yse, [["render", Rse]]), $se = {
|
|
53224
53228
|
props: ["field", "row", "tdProps"],
|
|
53225
53229
|
computed: {
|
|
53226
53230
|
formattedDate() {
|
|
@@ -53232,11 +53236,11 @@ const nle = /* @__PURE__ */ Jr(wse, [["render", $se]]), Mse = {
|
|
|
53232
53236
|
return he = he % 12, he = he || 12, `${se} ${Ee}, ${me}, ${he}:${J}:${Oe} ${Q}`;
|
|
53233
53237
|
}
|
|
53234
53238
|
}
|
|
53235
|
-
},
|
|
53236
|
-
function
|
|
53237
|
-
return ye(), xe("div",
|
|
53239
|
+
}, Mse = { class: "w-full" };
|
|
53240
|
+
function Pse($, me, se, Ee, he, J) {
|
|
53241
|
+
return ye(), xe("div", Mse, bt(J.formattedDate), 1);
|
|
53238
53242
|
}
|
|
53239
|
-
const
|
|
53243
|
+
const nle = /* @__PURE__ */ Jr($se, [["render", Pse]]), Nse = {
|
|
53240
53244
|
props: ["field", "row", "tdProps"],
|
|
53241
53245
|
computed: {
|
|
53242
53246
|
formattedDate() {
|
|
@@ -53246,57 +53250,57 @@ const ole = /* @__PURE__ */ Jr(Mse, [["render", Nse]]), Bse = {
|
|
|
53246
53250
|
return `${se} ${Ee}, ${me}`;
|
|
53247
53251
|
}
|
|
53248
53252
|
}
|
|
53249
|
-
},
|
|
53250
|
-
function
|
|
53251
|
-
return ye(), xe("div",
|
|
53253
|
+
}, Bse = { class: "w-full" };
|
|
53254
|
+
function Ise($, me, se, Ee, he, J) {
|
|
53255
|
+
return ye(), xe("div", Bse, bt(J.formattedDate), 1);
|
|
53252
53256
|
}
|
|
53253
|
-
const
|
|
53257
|
+
const ole = /* @__PURE__ */ Jr(Nse, [["render", Ise]]), Lse = {
|
|
53254
53258
|
props: ["field", "row", "tdProps"]
|
|
53255
|
-
},
|
|
53259
|
+
}, Fse = { class: "flex flex-wrap gap-2 text-nowrap" }, Hse = {
|
|
53256
53260
|
key: 0,
|
|
53257
53261
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53258
|
-
},
|
|
53262
|
+
}, Vse = /* @__PURE__ */ N("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53259
53263
|
/* @__PURE__ */ N("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53260
53264
|
/* @__PURE__ */ N("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53261
|
-
], -1),
|
|
53265
|
+
], -1), zse = {
|
|
53262
53266
|
key: 1,
|
|
53263
53267
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"
|
|
53264
|
-
},
|
|
53268
|
+
}, Use = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Wse = {
|
|
53265
53269
|
key: 2,
|
|
53266
53270
|
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"
|
|
53267
|
-
},
|
|
53268
|
-
function
|
|
53269
|
-
return ye(), xe("div",
|
|
53270
|
-
se.row[se.field] === 0 ? (ye(), xe("span",
|
|
53271
|
-
|
|
53271
|
+
}, Zse = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1);
|
|
53272
|
+
function jse($, me, se, Ee, he, J) {
|
|
53273
|
+
return ye(), xe("div", Fse, [
|
|
53274
|
+
se.row[se.field] === 0 ? (ye(), xe("span", Hse, [
|
|
53275
|
+
Vse,
|
|
53272
53276
|
So(" Provisioning")
|
|
53273
53277
|
])) : xt("", !0),
|
|
53274
|
-
se.row[se.field] === 2 ? (ye(), xe("span",
|
|
53275
|
-
|
|
53278
|
+
se.row[se.field] === 2 ? (ye(), xe("span", zse, [
|
|
53279
|
+
Use,
|
|
53276
53280
|
So(" Paused ")
|
|
53277
53281
|
])) : xt("", !0),
|
|
53278
|
-
se.row[se.field] === 1 ? (ye(), xe("span",
|
|
53279
|
-
|
|
53282
|
+
se.row[se.field] === 1 ? (ye(), xe("span", Wse, [
|
|
53283
|
+
Zse,
|
|
53280
53284
|
So(" Active ")
|
|
53281
53285
|
])) : xt("", !0)
|
|
53282
53286
|
]);
|
|
53283
53287
|
}
|
|
53284
|
-
const
|
|
53288
|
+
const sle = /* @__PURE__ */ Jr(Lse, [["render", jse]]), Gse = {
|
|
53285
53289
|
props: ["field", "row", "tdProps"]
|
|
53286
|
-
},
|
|
53290
|
+
}, qse = {
|
|
53287
53291
|
key: 0,
|
|
53288
53292
|
class: "text-nowrap"
|
|
53289
|
-
},
|
|
53293
|
+
}, Kse = {
|
|
53290
53294
|
style: { "max-width": "200px" },
|
|
53291
53295
|
class: "w-full h-full p-3 mx-0 mt-0 overflow-auto font-mono text-left break-words rounded cursor-default whitespace-nowrap console_styles"
|
|
53292
53296
|
};
|
|
53293
|
-
function
|
|
53294
|
-
return se.row[se.field] ? (ye(), xe("div",
|
|
53295
|
-
N("pre",
|
|
53297
|
+
function Yse($, me, se, Ee, he, J) {
|
|
53298
|
+
return se.row[se.field] ? (ye(), xe("div", qse, [
|
|
53299
|
+
N("pre", Kse, " " + bt(se.row[se.field]) + `
|
|
53296
53300
|
`, 1)
|
|
53297
53301
|
])) : xt("", !0);
|
|
53298
53302
|
}
|
|
53299
|
-
const
|
|
53303
|
+
const rle = /* @__PURE__ */ Jr(Gse, [["render", Yse]]), Xse = {
|
|
53300
53304
|
props: ["isOpen", "title", "button_text"],
|
|
53301
53305
|
methods: {
|
|
53302
53306
|
confirmAction() {
|
|
@@ -53306,35 +53310,35 @@ const ale = /* @__PURE__ */ Jr(qse, [["render", Xse]]), Jse = {
|
|
|
53306
53310
|
this.$emit("cancel-action");
|
|
53307
53311
|
}
|
|
53308
53312
|
}
|
|
53309
|
-
},
|
|
53313
|
+
}, Jse = {
|
|
53310
53314
|
key: 0,
|
|
53311
53315
|
class: "fixed inset-0 z-50 overflow-y-auto",
|
|
53312
53316
|
role: "dialog",
|
|
53313
53317
|
"aria-modal": "true"
|
|
53314
|
-
},
|
|
53318
|
+
}, Qse = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, ere = /* @__PURE__ */ N("div", {
|
|
53315
53319
|
class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
|
|
53316
53320
|
"aria-hidden": "true"
|
|
53317
|
-
}, null, -1),
|
|
53321
|
+
}, null, -1), tre = /* @__PURE__ */ N("span", {
|
|
53318
53322
|
class: "hidden sm:inline-block sm:align-middle sm:h-screen",
|
|
53319
53323
|
"aria-hidden": "true"
|
|
53320
|
-
}, "", -1),
|
|
53321
|
-
function
|
|
53322
|
-
return se.isOpen ? (ye(), xe("div",
|
|
53323
|
-
N("div",
|
|
53324
|
+
}, "", -1), nre = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white dark:bg-gray-800 rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, ore = { class: "px-4 pt-5 pb-4 sm:p-6 sm:pb-4" }, sre = { class: "sm:flex sm:items-start" }, rre = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, are = { class: "text-lg font-medium leading-6" }, lre = { class: "mt-2" }, cre = { class: "border-t border-gray-200 rounded-b dark:border-gray-600 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse" };
|
|
53325
|
+
function ire($, me, se, Ee, he, J) {
|
|
53326
|
+
return se.isOpen ? (ye(), xe("div", Jse, [
|
|
53327
|
+
N("div", Qse, [
|
|
53328
|
+
ere,
|
|
53324
53329
|
tre,
|
|
53325
|
-
nre,
|
|
53326
|
-
|
|
53327
|
-
|
|
53328
|
-
|
|
53329
|
-
|
|
53330
|
-
N("
|
|
53331
|
-
N("div", cre, [
|
|
53330
|
+
N("div", nre, [
|
|
53331
|
+
N("div", ore, [
|
|
53332
|
+
N("div", sre, [
|
|
53333
|
+
N("div", rre, [
|
|
53334
|
+
N("h3", are, bt(se.title), 1),
|
|
53335
|
+
N("div", lre, [
|
|
53332
53336
|
vf($.$slots, "default")
|
|
53333
53337
|
])
|
|
53334
53338
|
])
|
|
53335
53339
|
])
|
|
53336
53340
|
]),
|
|
53337
|
-
N("div",
|
|
53341
|
+
N("div", cre, [
|
|
53338
53342
|
N("button", {
|
|
53339
53343
|
onClick: me[0] || (me[0] = (...Oe) => J.confirmAction && J.confirmAction(...Oe)),
|
|
53340
53344
|
type: "button",
|
|
@@ -53350,18 +53354,18 @@ function ure($, me, se, Ee, he, J) {
|
|
|
53350
53354
|
])
|
|
53351
53355
|
])) : xt("", !0);
|
|
53352
53356
|
}
|
|
53353
|
-
const
|
|
53357
|
+
const ale = /* @__PURE__ */ Jr(Xse, [["render", ire]]), ure = {
|
|
53354
53358
|
key: 0,
|
|
53355
53359
|
class: "fixed inset-0 z-50 overflow-y-auto",
|
|
53356
53360
|
role: "dialog",
|
|
53357
53361
|
"aria-modal": "true"
|
|
53358
|
-
},
|
|
53362
|
+
}, dre = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, mre = /* @__PURE__ */ N("div", {
|
|
53359
53363
|
class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
|
|
53360
53364
|
"aria-hidden": "true"
|
|
53361
|
-
}, null, -1),
|
|
53365
|
+
}, null, -1), fre = /* @__PURE__ */ N("span", {
|
|
53362
53366
|
class: "hidden sm:inline-block sm:align-middle sm:h-screen",
|
|
53363
53367
|
"aria-hidden": "true"
|
|
53364
|
-
}, "", -1),
|
|
53368
|
+
}, "", -1), gre = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white dark:bg-gray-800 rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, hre = { class: "px-4 pt-5 pb-4 sm:p-6 sm:pb-4" }, pre = { class: "sm:flex sm:items-start" }, bre = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, vre = { class: "text-lg font-medium leading-6" }, yre = { class: "mt-2" }, wre = { class: "text-sm" }, xre = { class: "border-t border-gray-200 rounded-b dark:border-gray-600 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse" }, lle = {
|
|
53365
53369
|
__name: "DynamicConfirmation",
|
|
53366
53370
|
props: {
|
|
53367
53371
|
is_open: {
|
|
@@ -53379,22 +53383,22 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53379
53383
|
};
|
|
53380
53384
|
return me({
|
|
53381
53385
|
show: gt
|
|
53382
|
-
}), (zn, Wo) => Oe.value ? (ye(), xe("div",
|
|
53383
|
-
N("div",
|
|
53386
|
+
}), (zn, Wo) => Oe.value ? (ye(), xe("div", ure, [
|
|
53387
|
+
N("div", dre, [
|
|
53388
|
+
mre,
|
|
53384
53389
|
fre,
|
|
53385
|
-
gre,
|
|
53386
|
-
|
|
53387
|
-
|
|
53388
|
-
|
|
53389
|
-
|
|
53390
|
-
N("
|
|
53391
|
-
|
|
53392
|
-
N("p", xre, bt(Ee.value), 1)
|
|
53390
|
+
N("div", gre, [
|
|
53391
|
+
N("div", hre, [
|
|
53392
|
+
N("div", pre, [
|
|
53393
|
+
N("div", bre, [
|
|
53394
|
+
N("h3", vre, bt(se.value), 1),
|
|
53395
|
+
N("div", yre, [
|
|
53396
|
+
N("p", wre, bt(Ee.value), 1)
|
|
53393
53397
|
])
|
|
53394
53398
|
])
|
|
53395
53399
|
])
|
|
53396
53400
|
]),
|
|
53397
|
-
N("div",
|
|
53401
|
+
N("div", xre, [
|
|
53398
53402
|
N("button", {
|
|
53399
53403
|
onClick: jt,
|
|
53400
53404
|
type: "button",
|
|
@@ -53410,10 +53414,10 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53410
53414
|
])
|
|
53411
53415
|
])) : xt("", !0);
|
|
53412
53416
|
}
|
|
53413
|
-
},
|
|
53417
|
+
}, Cre = { class: "w-full" }, Sre = { class: "mb-2 flex justify-between items-center" }, _re = { class: "text-sm font-medium text-gray-900 dark:text-white" }, kre = { class: "relative bg-gray-50 rounded-lg dark:bg-gray-700 p-4 h-auto" }, Tre = { class: "overflow-auto max-h-32" }, Ere = { class: "text-sm text-gray-500 dark:text-gray-400" }, Are = { class: "absolute top-2 end-2 bg-gray-50 dark:bg-gray-700" }, Dre = {
|
|
53414
53418
|
key: 0,
|
|
53415
53419
|
class: "inline-flex items-center"
|
|
53416
|
-
},
|
|
53420
|
+
}, Ore = /* @__PURE__ */ N("svg", {
|
|
53417
53421
|
class: "w-3 h-3 me-2",
|
|
53418
53422
|
"aria-hidden": "true",
|
|
53419
53423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53421,13 +53425,13 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53421
53425
|
viewBox: "0 0 18 20"
|
|
53422
53426
|
}, [
|
|
53423
53427
|
/* @__PURE__ */ N("path", { d: "M16 1h-3.278A1.992 1.992 0 0 0 11 0H7a1.993 1.993 0 0 0-1.722 1H2a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Zm-3 14H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2Zm0-4H5a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2Zm0-5H5a1 1 0 0 1 0-2h2V2h4v2h2a1 1 0 1 1 0 2Z" })
|
|
53424
|
-
], -1),
|
|
53425
|
-
|
|
53426
|
-
|
|
53427
|
-
],
|
|
53428
|
+
], -1), Rre = /* @__PURE__ */ N("span", { class: "text-xs font-semibold" }, "Copy", -1), $re = [
|
|
53429
|
+
Ore,
|
|
53430
|
+
Rre
|
|
53431
|
+
], Mre = {
|
|
53428
53432
|
key: 1,
|
|
53429
53433
|
class: "inline-flex items-center"
|
|
53430
|
-
},
|
|
53434
|
+
}, Pre = /* @__PURE__ */ N("svg", {
|
|
53431
53435
|
class: "w-3 h-3 text-blue-700 dark:text-blue-500 me-2",
|
|
53432
53436
|
"aria-hidden": "true",
|
|
53433
53437
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53441,10 +53445,10 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53441
53445
|
"stroke-width": "2",
|
|
53442
53446
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
53443
53447
|
})
|
|
53444
|
-
], -1),
|
|
53445
|
-
|
|
53446
|
-
|
|
53447
|
-
],
|
|
53448
|
+
], -1), Nre = /* @__PURE__ */ N("span", { class: "text-xs font-semibold text-blue-700 dark:text-blue-500" }, "Copied", -1), Bre = [
|
|
53449
|
+
Pre,
|
|
53450
|
+
Nre
|
|
53451
|
+
], Ire = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" }, cle = {
|
|
53448
53452
|
__name: "GlCodeCopy",
|
|
53449
53453
|
props: {
|
|
53450
53454
|
label_name: {
|
|
@@ -53470,28 +53474,28 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53470
53474
|
console.error("Error copying to clipboard: ", Oe);
|
|
53471
53475
|
});
|
|
53472
53476
|
}, he = Fc(() => me.code);
|
|
53473
|
-
return (J, Oe) => (ye(), xe("div",
|
|
53474
|
-
N("div",
|
|
53475
|
-
N("p",
|
|
53477
|
+
return (J, Oe) => (ye(), xe("div", Cre, [
|
|
53478
|
+
N("div", Sre, [
|
|
53479
|
+
N("p", _re, bt($.label_name), 1)
|
|
53476
53480
|
]),
|
|
53477
|
-
N("div",
|
|
53478
|
-
N("div",
|
|
53479
|
-
N("code",
|
|
53481
|
+
N("div", kre, [
|
|
53482
|
+
N("div", Tre, [
|
|
53483
|
+
N("code", Ere, bt(he.value), 1)
|
|
53480
53484
|
]),
|
|
53481
|
-
N("div",
|
|
53485
|
+
N("div", Are, [
|
|
53482
53486
|
N("button", {
|
|
53483
53487
|
onClick: Oe[0] || (Oe[0] = (Q) => Ee(he.value)),
|
|
53484
53488
|
class: "text-gray-900 dark:text-gray-400 m-1 hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-600 dark:hover:bg-gray-700 rounded-lg py-2 px-3 inline-flex items-center justify-center bg-white border-gray-200 border"
|
|
53485
53489
|
}, [
|
|
53486
|
-
se.value ? xt("", !0) : (ye(), xe("span",
|
|
53487
|
-
se.value ? (ye(), xe("span",
|
|
53490
|
+
se.value ? xt("", !0) : (ye(), xe("span", Dre, $re)),
|
|
53491
|
+
se.value ? (ye(), xe("span", Mre, Bre)) : xt("", !0)
|
|
53488
53492
|
])
|
|
53489
53493
|
])
|
|
53490
53494
|
]),
|
|
53491
|
-
N("p",
|
|
53495
|
+
N("p", Ire, bt($.description), 1)
|
|
53492
53496
|
]));
|
|
53493
53497
|
}
|
|
53494
|
-
},
|
|
53498
|
+
}, Lre = { class: "w-full" }, Fre = { class: "flex justify-between items-center" }, Hre = { class: "gl-label-form" }, Vre = { class: "flex items-center" }, zre = { class: "flex-shrink-0 z-10 inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-gray-100 border border-gray-300 rounded-s-lg dark:bg-gray-600 dark:text-white dark:border-gray-600" }, Ure = { class: "relative w-full" }, Wre = ["value"], Zre = { key: 0 }, jre = /* @__PURE__ */ N("svg", {
|
|
53495
53499
|
class: "w-4 h-4",
|
|
53496
53500
|
"aria-hidden": "true",
|
|
53497
53501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53499,12 +53503,12 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53499
53503
|
viewBox: "0 0 18 20"
|
|
53500
53504
|
}, [
|
|
53501
53505
|
/* @__PURE__ */ N("path", { d: "M16 1h-3.278A1.992 1.992 0 0 0 11 0H7a1.993 1.993 0 0 0-1.722 1H2a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Zm-3 14H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2Zm0-4H5a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2Zm0-5H5a1 1 0 0 1 0-2h2V2h4v2h2a1 1 0 1 1 0 2Z" })
|
|
53502
|
-
], -1),
|
|
53503
|
-
|
|
53504
|
-
],
|
|
53506
|
+
], -1), Gre = [
|
|
53507
|
+
jre
|
|
53508
|
+
], qre = {
|
|
53505
53509
|
key: 1,
|
|
53506
53510
|
class: "inline-flex items-center"
|
|
53507
|
-
},
|
|
53511
|
+
}, Kre = /* @__PURE__ */ N("svg", {
|
|
53508
53512
|
class: "w-4 h-4",
|
|
53509
53513
|
"aria-hidden": "true",
|
|
53510
53514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53518,9 +53522,9 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53518
53522
|
"stroke-width": "2",
|
|
53519
53523
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
53520
53524
|
})
|
|
53521
|
-
], -1),
|
|
53522
|
-
|
|
53523
|
-
],
|
|
53525
|
+
], -1), Yre = [
|
|
53526
|
+
Kre
|
|
53527
|
+
], Xre = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" }, ile = {
|
|
53524
53528
|
__name: "GlTextCopy",
|
|
53525
53529
|
props: {
|
|
53526
53530
|
label_name: {
|
|
@@ -53550,13 +53554,13 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53550
53554
|
console.error("Error copying to clipboard: ", Oe);
|
|
53551
53555
|
});
|
|
53552
53556
|
}, he = Fc(() => me.code);
|
|
53553
|
-
return (J, Oe) => (ye(), xe("div",
|
|
53554
|
-
N("div",
|
|
53555
|
-
N("label",
|
|
53557
|
+
return (J, Oe) => (ye(), xe("div", Lre, [
|
|
53558
|
+
N("div", Fre, [
|
|
53559
|
+
N("label", Hre, bt($.label_name), 1)
|
|
53556
53560
|
]),
|
|
53557
|
-
N("div",
|
|
53558
|
-
N("span",
|
|
53559
|
-
N("div",
|
|
53561
|
+
N("div", Vre, [
|
|
53562
|
+
N("span", zre, bt($.text_name), 1),
|
|
53563
|
+
N("div", Ure, [
|
|
53560
53564
|
N("input", {
|
|
53561
53565
|
type: "text",
|
|
53562
53566
|
"aria-describedby": "helper-text-explanation",
|
|
@@ -53564,7 +53568,7 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53564
53568
|
value: he.value,
|
|
53565
53569
|
readonly: "",
|
|
53566
53570
|
disabled: ""
|
|
53567
|
-
}, null, 8,
|
|
53571
|
+
}, null, 8, Wre)
|
|
53568
53572
|
]),
|
|
53569
53573
|
N("button", {
|
|
53570
53574
|
style: { padding: ".61rem" },
|
|
@@ -53572,26 +53576,26 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53572
53576
|
class: "flex-shrink-0 z-10 inline-flex items-center px-4 text-sm font-medium text-center text-white bg-blue-700 rounded-e-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 border border-blue-700 dark:border-blue-600 hover:border-blue-800 dark:hover:border-blue-700",
|
|
53573
53577
|
type: "button"
|
|
53574
53578
|
}, [
|
|
53575
|
-
se.value ? xt("", !0) : (ye(), xe("span",
|
|
53576
|
-
se.value ? (ye(), xe("span",
|
|
53579
|
+
se.value ? xt("", !0) : (ye(), xe("span", Zre, Gre)),
|
|
53580
|
+
se.value ? (ye(), xe("span", qre, Yre)) : xt("", !0)
|
|
53577
53581
|
])
|
|
53578
53582
|
]),
|
|
53579
|
-
N("p",
|
|
53583
|
+
N("p", Xre, bt($.description), 1)
|
|
53580
53584
|
]));
|
|
53581
53585
|
}
|
|
53582
|
-
},
|
|
53586
|
+
}, Jre = { class: "flex flex-wrap gap-2 text-nowrap" }, Qre = {
|
|
53583
53587
|
key: 0,
|
|
53584
53588
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53585
|
-
},
|
|
53589
|
+
}, eae = /* @__PURE__ */ N("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53586
53590
|
/* @__PURE__ */ N("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53587
53591
|
/* @__PURE__ */ N("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53588
|
-
], -1),
|
|
53592
|
+
], -1), tae = {
|
|
53589
53593
|
key: 1,
|
|
53590
53594
|
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"
|
|
53591
|
-
},
|
|
53595
|
+
}, nae = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), oae = {
|
|
53592
53596
|
key: 2,
|
|
53593
53597
|
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"
|
|
53594
|
-
},
|
|
53598
|
+
}, sae = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), ule = {
|
|
53595
53599
|
__name: "StatusRunningSuccessFailed",
|
|
53596
53600
|
props: {
|
|
53597
53601
|
status: {
|
|
@@ -53600,46 +53604,46 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53600
53604
|
}
|
|
53601
53605
|
},
|
|
53602
53606
|
setup($) {
|
|
53603
|
-
return (me, se) => (ye(), xe("div",
|
|
53604
|
-
$.status === 0 ? (ye(), xe("span",
|
|
53605
|
-
|
|
53607
|
+
return (me, se) => (ye(), xe("div", Jre, [
|
|
53608
|
+
$.status === 0 ? (ye(), xe("span", Qre, [
|
|
53609
|
+
eae,
|
|
53606
53610
|
So(" Running")
|
|
53607
53611
|
])) : xt("", !0),
|
|
53608
|
-
$.status === 1 ? (ye(), xe("span",
|
|
53609
|
-
|
|
53612
|
+
$.status === 1 ? (ye(), xe("span", tae, [
|
|
53613
|
+
nae,
|
|
53610
53614
|
So(" Success ")
|
|
53611
53615
|
])) : xt("", !0),
|
|
53612
|
-
$.status === 2 ? (ye(), xe("span",
|
|
53613
|
-
|
|
53616
|
+
$.status === 2 ? (ye(), xe("span", oae, [
|
|
53617
|
+
sae,
|
|
53614
53618
|
So(" Failed ")
|
|
53615
53619
|
])) : xt("", !0)
|
|
53616
53620
|
]));
|
|
53617
53621
|
}
|
|
53618
|
-
},
|
|
53622
|
+
}, rae = { class: "flex flex-wrap gap-2 text-nowrap" }, aae = {
|
|
53619
53623
|
key: 0,
|
|
53620
53624
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53621
|
-
},
|
|
53625
|
+
}, lae = /* @__PURE__ */ N("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53622
53626
|
/* @__PURE__ */ N("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53623
53627
|
/* @__PURE__ */ N("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53624
|
-
], -1),
|
|
53628
|
+
], -1), cae = {
|
|
53625
53629
|
key: 1,
|
|
53626
53630
|
class: "inline-flex items-center px-2 py-1 text-sm font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"
|
|
53627
|
-
},
|
|
53631
|
+
}, iae = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), uae = {
|
|
53628
53632
|
key: 2,
|
|
53629
53633
|
class: "inline-flex items-center px-2 py-1 bg-red-100 text-red-800 text-sm font-medium rounded-full dark:bg-red-900 dark:text-red-300"
|
|
53630
|
-
},
|
|
53634
|
+
}, dae = /* @__PURE__ */ N("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), mae = {
|
|
53631
53635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53632
53636
|
viewBox: "0 0 20 20",
|
|
53633
53637
|
fill: "none",
|
|
53634
53638
|
class: "w-5 h-5",
|
|
53635
53639
|
style: { "animation-direction": "reverse" }
|
|
53636
|
-
},
|
|
53640
|
+
}, fae = /* @__PURE__ */ N("path", {
|
|
53637
53641
|
"fill-rule": "evenodd",
|
|
53638
53642
|
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",
|
|
53639
53643
|
fill: "currentColor"
|
|
53640
|
-
}, null, -1),
|
|
53641
|
-
|
|
53642
|
-
],
|
|
53644
|
+
}, null, -1), gae = [
|
|
53645
|
+
fae
|
|
53646
|
+
], dle = {
|
|
53643
53647
|
__name: "StatusConnectingConnectedDisconnected",
|
|
53644
53648
|
props: {
|
|
53645
53649
|
status: {
|
|
@@ -53652,79 +53656,79 @@ const lle = /* @__PURE__ */ Jr(Jse, [["render", ure]]), dre = {
|
|
|
53652
53656
|
const se = me, Ee = () => {
|
|
53653
53657
|
se("reconnect");
|
|
53654
53658
|
};
|
|
53655
|
-
return (he, J) => (ye(), xe("div",
|
|
53656
|
-
$.status === 0 ? (ye(), xe("span",
|
|
53657
|
-
|
|
53659
|
+
return (he, J) => (ye(), xe("div", rae, [
|
|
53660
|
+
$.status === 0 ? (ye(), xe("span", aae, [
|
|
53661
|
+
lae,
|
|
53658
53662
|
So(" Connecting")
|
|
53659
53663
|
])) : xt("", !0),
|
|
53660
|
-
$.status === 1 ? (ye(), xe("span",
|
|
53661
|
-
|
|
53664
|
+
$.status === 1 ? (ye(), xe("span", cae, [
|
|
53665
|
+
iae,
|
|
53662
53666
|
So(" Connected ")
|
|
53663
53667
|
])) : xt("", !0),
|
|
53664
|
-
$.status === 2 ? (ye(), xe("span",
|
|
53665
|
-
|
|
53668
|
+
$.status === 2 ? (ye(), xe("span", uae, [
|
|
53669
|
+
dae,
|
|
53666
53670
|
So(" Disconnected ")
|
|
53667
53671
|
])) : xt("", !0),
|
|
53668
53672
|
N("button", {
|
|
53669
53673
|
onClick: Ee,
|
|
53670
53674
|
class: "ml-1"
|
|
53671
53675
|
}, [
|
|
53672
|
-
(ye(), xe("svg",
|
|
53676
|
+
(ye(), xe("svg", mae, gae))
|
|
53673
53677
|
])
|
|
53674
53678
|
]));
|
|
53675
53679
|
}
|
|
53676
53680
|
};
|
|
53677
53681
|
export {
|
|
53678
|
-
|
|
53679
|
-
|
|
53680
|
-
|
|
53681
|
-
|
|
53682
|
-
|
|
53683
|
-
|
|
53684
|
-
|
|
53685
|
-
|
|
53686
|
-
|
|
53687
|
-
|
|
53688
|
-
|
|
53689
|
-
|
|
53690
|
-
|
|
53691
|
-
|
|
53692
|
-
|
|
53693
|
-
|
|
53694
|
-
|
|
53695
|
-
|
|
53696
|
-
|
|
53697
|
-
|
|
53698
|
-
|
|
53699
|
-
|
|
53700
|
-
|
|
53701
|
-
|
|
53702
|
-
|
|
53703
|
-
|
|
53704
|
-
|
|
53682
|
+
tle as DatatableStatusTextLabelGeneral,
|
|
53683
|
+
rle as GLDatatableCommand,
|
|
53684
|
+
ole as GLDatatableDate,
|
|
53685
|
+
nle as GLDatatableDateTime,
|
|
53686
|
+
sle as GLDatatableStatusServer,
|
|
53687
|
+
zae as GlAccordion,
|
|
53688
|
+
Vae as GlAccordionsWrapper,
|
|
53689
|
+
xae as GlButton,
|
|
53690
|
+
yae as GlCard,
|
|
53691
|
+
cle as GlCodeCopy,
|
|
53692
|
+
ale as GlConfirmationModal,
|
|
53693
|
+
Hae as GlDataTable,
|
|
53694
|
+
Lae as GlDataTableComponent,
|
|
53695
|
+
Iae as GlDataTableServerSide,
|
|
53696
|
+
Fae as GlDataTableServerSideGroupBy,
|
|
53697
|
+
Wae as GlDatatableAction,
|
|
53698
|
+
Zae as GlDatatableDeleteAction,
|
|
53699
|
+
jae as GlDatatableFileDownload,
|
|
53700
|
+
Gae as GlDatatableFiles,
|
|
53701
|
+
qae as GlDatatableHtml,
|
|
53702
|
+
Kae as GlDatatableList,
|
|
53703
|
+
Yae as GlDatatableListNested,
|
|
53704
|
+
Xae as GlDatatablePicture,
|
|
53705
|
+
Jae as GlDatatableStatus,
|
|
53706
|
+
Qae as GlDatatableStatusGeneral,
|
|
53707
|
+
ele as GlDatatableStatusSpecficColor,
|
|
53708
|
+
Tae as GlDateRangePicker,
|
|
53705
53709
|
Oj as GlDeleteConfirmationModal,
|
|
53706
|
-
|
|
53707
|
-
|
|
53708
|
-
|
|
53709
|
-
|
|
53710
|
-
|
|
53711
|
-
|
|
53712
|
-
|
|
53713
|
-
|
|
53714
|
-
|
|
53715
|
-
|
|
53716
|
-
|
|
53710
|
+
Pae as GlDropdown,
|
|
53711
|
+
lle as GlDynamicConfirmation,
|
|
53712
|
+
bae as GlFilesUpload,
|
|
53713
|
+
vae as GlLanguageSelector,
|
|
53714
|
+
Rae as GlModal,
|
|
53715
|
+
Oae as GlMultiItemSlide,
|
|
53716
|
+
wae as GlMultiSelectDropdown,
|
|
53717
|
+
dle as GlStatusConnectingConnectedDisconnected,
|
|
53718
|
+
ule as GlStatusRunningSuccessFailed,
|
|
53719
|
+
Dae as GlTab,
|
|
53720
|
+
Aae as GlTabsWrapper,
|
|
53717
53721
|
tq as GlTailwindPagination,
|
|
53718
|
-
|
|
53719
|
-
|
|
53720
|
-
|
|
53721
|
-
|
|
53722
|
-
|
|
53723
|
-
|
|
53724
|
-
|
|
53725
|
-
|
|
53722
|
+
ile as GlTextCopy,
|
|
53723
|
+
kae as GlTextInput,
|
|
53724
|
+
Eae as GlTextInputFile,
|
|
53725
|
+
_ae as GlTextTranslate,
|
|
53726
|
+
Nae as GlTextarea,
|
|
53727
|
+
Cae as GlTextareaTranslate,
|
|
53728
|
+
Bae as GlTinymce,
|
|
53729
|
+
Sae as GlTinymceTranslate,
|
|
53726
53730
|
s5 as GlToast,
|
|
53727
|
-
|
|
53728
|
-
|
|
53729
|
-
|
|
53731
|
+
Uae as GlToastList,
|
|
53732
|
+
$ae as GlToggleBox,
|
|
53733
|
+
Mae as GlToggleBoxTrueFalse
|
|
53730
53734
|
};
|