golden-logic-ui 1.2.322 → 1.2.324
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 +480 -475
- package/dist/golden-logic-ui.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createBlock as nu, openBlock as Be, resolveDynamicComponent as dA, mergeProps as N6, withCtx as ou, createElementBlock as He, createCommentVNode as
|
|
1
|
+
import { createBlock as nu, openBlock as Be, resolveDynamicComponent as dA, mergeProps as N6, withCtx as ou, createElementBlock as He, createCommentVNode as Rt, renderSlot as Ru, normalizeClass as Tn, createElementVNode as U, resolveComponent as id, toDisplayString as zt, createVNode as Ql, createTextVNode as ho, reactive as Mhe, Fragment as oo, withModifiers as pc, renderList as Nr, normalizeStyle as Mle, computed as bc, ref as so, onMounted as lh, onBeforeUnmount as SA, watch as gc, withDirectives as qr, vModelText as Cp, vShow as Ld, nextTick as bz, vModelDynamic as sre, onUnmounted as vz, useSlots as Nhe, Comment as Bhe, provide as Nle, inject as gne, createStaticVNode as yz, vModelCheckbox as pne, shallowRef as ore, toHandlers as Mee, resolveDirective as CA, TransitionGroup as Fhe, unref as Ihe, markRaw as Lhe } from "vue";
|
|
2
2
|
const Ii = (r, t) => {
|
|
3
3
|
const s = r.__vccOpts || r;
|
|
4
4
|
for (const [a, c] of t)
|
|
@@ -151,7 +151,7 @@ function Hhe(r, t, s, a, c, f) {
|
|
|
151
151
|
key: 1,
|
|
152
152
|
innerHTML: s.svg_icon,
|
|
153
153
|
class: "w-4 h-4"
|
|
154
|
-
}, null, 8, Vhe)) :
|
|
154
|
+
}, null, 8, Vhe)) : Rt("", !0),
|
|
155
155
|
Ru(r.$slots, "default")
|
|
156
156
|
]),
|
|
157
157
|
_: 3
|
|
@@ -237,7 +237,7 @@ function eme(r, t, s, a, c, f) {
|
|
|
237
237
|
])
|
|
238
238
|
])
|
|
239
239
|
])
|
|
240
|
-
])) :
|
|
240
|
+
])) : Rt("", !0);
|
|
241
241
|
}
|
|
242
242
|
const Oz = /* @__PURE__ */ Ii(zhe, [["render", eme]]), yte = Mhe({
|
|
243
243
|
items: []
|
|
@@ -518,7 +518,7 @@ function kme(r, t, s, a, c, f) {
|
|
|
518
518
|
])
|
|
519
519
|
])
|
|
520
520
|
]))), 256))
|
|
521
|
-
])) :
|
|
521
|
+
])) : Rt("", !0),
|
|
522
522
|
U("section", pme, [
|
|
523
523
|
(Be(!0), He(oo, null, Nr(f.uploadFileListFinal, (b, x) => (Be(), He("li", bme, [
|
|
524
524
|
U("div", vme, [
|
|
@@ -543,7 +543,7 @@ function kme(r, t, s, a, c, f) {
|
|
|
543
543
|
c.media_id = b.id, c.open_delete_modal = !0;
|
|
544
544
|
},
|
|
545
545
|
class: "text-lg text-red-600 cursor-pointer dark:text-red-400 fas fa-x"
|
|
546
|
-
}, null, 8, Cme)) :
|
|
546
|
+
}, null, 8, Cme)) : Rt("", !0)
|
|
547
547
|
])
|
|
548
548
|
]))), 256))
|
|
549
549
|
])
|
|
@@ -616,7 +616,10 @@ function Pme(r, t, s, a, c, f) {
|
|
|
616
616
|
]))), 256))
|
|
617
617
|
], 512);
|
|
618
618
|
}
|
|
619
|
-
const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white border rounded-lg shadow-default dark:bg-gray-900 dark:border-gray-700" }, $me = {
|
|
619
|
+
const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white border rounded-lg shadow-default dark:bg-gray-900 dark:border-gray-700" }, $me = {
|
|
620
|
+
key: 0,
|
|
621
|
+
class: "px-3 py-4 border-b dark:border-gray-700"
|
|
622
|
+
}, Rme = { class: "font-semibold text-black dark:text-white" }, K8e = {
|
|
620
623
|
__name: "GlCard",
|
|
621
624
|
props: {
|
|
622
625
|
class: {
|
|
@@ -631,20 +634,20 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
631
634
|
setup(r) {
|
|
632
635
|
const t = r, s = bc(() => t.class), a = bc(() => t.body_class);
|
|
633
636
|
return (c, f) => (Be(), He("div", {
|
|
634
|
-
class: Tn(
|
|
637
|
+
class: Tn(s.value)
|
|
635
638
|
}, [
|
|
636
639
|
U("div", Dme, [
|
|
637
|
-
|
|
640
|
+
c.$slots.header ? (Be(), He("div", $me, [
|
|
638
641
|
U("h3", Rme, [
|
|
639
642
|
Ru(c.$slots, "header")
|
|
640
643
|
])
|
|
641
|
-
]),
|
|
644
|
+
])) : Rt("", !0),
|
|
642
645
|
c.$slots.body ? (Be(), He("div", {
|
|
643
|
-
key:
|
|
646
|
+
key: 1,
|
|
644
647
|
class: Tn(["p-6", a.value])
|
|
645
648
|
}, [
|
|
646
649
|
Ru(c.$slots, "body")
|
|
647
|
-
], 2)) :
|
|
650
|
+
], 2)) : Rt("", !0)
|
|
648
651
|
])
|
|
649
652
|
], 2));
|
|
650
653
|
}
|
|
@@ -884,8 +887,8 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
884
887
|
(Be(!0), He(oo, null, Nr(f.value, (ct, Xt) => (Be(), He("span", Bme, zt(ct?.name), 1))), 256))
|
|
885
888
|
]),
|
|
886
889
|
sn[4] || (sn[4] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
887
|
-
], 2)) :
|
|
888
|
-
r.show ?
|
|
890
|
+
], 2)) : Rt("", !0),
|
|
891
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
889
892
|
key: 1,
|
|
890
893
|
class: Tn(r.field_name)
|
|
891
894
|
}, [
|
|
@@ -1016,7 +1019,7 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1016
1019
|
"stroke-width": "2",
|
|
1017
1020
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
1018
1021
|
}, null, -1)
|
|
1019
|
-
]))) :
|
|
1022
|
+
]))) : Rt("", !0),
|
|
1020
1023
|
U("span", {
|
|
1021
1024
|
innerHTML: ct.name || ct.id || "-"
|
|
1022
1025
|
}, null, 8, Gme)
|
|
@@ -1028,7 +1031,7 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1028
1031
|
])
|
|
1029
1032
|
])
|
|
1030
1033
|
], 512)
|
|
1031
|
-
])) :
|
|
1034
|
+
])) : Rt("", !0)
|
|
1032
1035
|
], 2))
|
|
1033
1036
|
], 64));
|
|
1034
1037
|
}
|
|
@@ -1108,8 +1111,8 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1108
1111
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1109
1112
|
}, zt(C.model_value), 9, Jme),
|
|
1110
1113
|
T[2] || (T[2] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
1111
|
-
], 2)) :
|
|
1112
|
-
r.show ?
|
|
1114
|
+
], 2)) : Rt("", !0),
|
|
1115
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
1113
1116
|
key: 1,
|
|
1114
1117
|
class: Tn(["mb-4", r.field_name])
|
|
1115
1118
|
}, [
|
|
@@ -1228,8 +1231,8 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1228
1231
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1229
1232
|
}, zt(C.model_value), 9, age),
|
|
1230
1233
|
T[2] || (T[2] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
1231
|
-
], 2)) :
|
|
1232
|
-
r.show ?
|
|
1234
|
+
], 2)) : Rt("", !0),
|
|
1235
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
1233
1236
|
key: 1,
|
|
1234
1237
|
class: Tn(["mb-4", r.field_name])
|
|
1235
1238
|
}, [
|
|
@@ -1360,11 +1363,11 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1360
1363
|
key: 0,
|
|
1361
1364
|
class: Tn(r.field_name)
|
|
1362
1365
|
}, [
|
|
1363
|
-
r.label_name ? (Be(), He("label", hge, zt(r.label_name), 1)) :
|
|
1366
|
+
r.label_name ? (Be(), He("label", hge, zt(r.label_name), 1)) : Rt("", !0),
|
|
1364
1367
|
U("p", mge, zt(r.type == "password" ? r.modelValue.replace(/./g, "*") : r.modelValue), 1),
|
|
1365
1368
|
x[10] || (x[10] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
1366
|
-
], 2)) :
|
|
1367
|
-
r.show ?
|
|
1369
|
+
], 2)) : Rt("", !0),
|
|
1370
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
1368
1371
|
key: 1,
|
|
1369
1372
|
class: Tn({
|
|
1370
1373
|
[r.field_name]: r.field_name && r.field_name !== "",
|
|
@@ -1379,13 +1382,13 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1379
1382
|
required: r.is_required
|
|
1380
1383
|
}),
|
|
1381
1384
|
for: r.field_name
|
|
1382
|
-
}, zt(r.label_name), 11, gge)) :
|
|
1385
|
+
}, zt(r.label_name), 11, gge)) : Rt("", !0),
|
|
1383
1386
|
r.inputGroupType ? (Be(), He("div", pge, [
|
|
1384
1387
|
r.inputGroupType == "prepend" ? (Be(), He("label", {
|
|
1385
1388
|
key: 0,
|
|
1386
1389
|
innerHTML: r.inputGroupText,
|
|
1387
1390
|
class: "h-10 z-10 inline-flex items-center shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-s-lg focus:outline-hidden dark:bg-gray-700 dark:border-gray-600"
|
|
1388
|
-
}, null, 8, bge)) :
|
|
1391
|
+
}, null, 8, bge)) : Rt("", !0),
|
|
1389
1392
|
U("div", vge, [
|
|
1390
1393
|
qr(U("input", {
|
|
1391
1394
|
minlength: r.minlength,
|
|
@@ -1417,8 +1420,8 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1417
1420
|
key: 1,
|
|
1418
1421
|
innerHTML: r.inputGroupText,
|
|
1419
1422
|
class: "h-10 z-10 inline-flex items-center shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-e-lg focus:outline-hidden dark:bg-gray-700 dark:border-gray-600"
|
|
1420
|
-
}, null, 8, Oge)) :
|
|
1421
|
-
])) :
|
|
1423
|
+
}, null, 8, Oge)) : Rt("", !0)
|
|
1424
|
+
])) : Rt("", !0),
|
|
1422
1425
|
r.inputGroupType == "" ? qr((Be(), He("input", {
|
|
1423
1426
|
key: 2,
|
|
1424
1427
|
minlength: r.minlength,
|
|
@@ -1442,7 +1445,7 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1442
1445
|
placeholder: r.placeholder
|
|
1443
1446
|
}, null, 42, xge)), [
|
|
1444
1447
|
[sre, h.value]
|
|
1445
|
-
]) :
|
|
1448
|
+
]) : Rt("", !0),
|
|
1446
1449
|
U("span", wge, zt(r.error_message), 1),
|
|
1447
1450
|
U("small", Sge, zt(r.description), 1)
|
|
1448
1451
|
], 2))
|
|
@@ -1718,11 +1721,11 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1718
1721
|
key: 0,
|
|
1719
1722
|
class: Tn(r.field_name)
|
|
1720
1723
|
}, [
|
|
1721
|
-
r.label_name ? (Be(), He("label", kge, zt(r.label_name), 1)) :
|
|
1724
|
+
r.label_name ? (Be(), He("label", kge, zt(r.label_name), 1)) : Rt("", !0),
|
|
1722
1725
|
U("p", _ge, zt(X.value), 1),
|
|
1723
1726
|
Xt[0] || (Xt[0] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
1724
|
-
], 2)) :
|
|
1725
|
-
r.show ?
|
|
1727
|
+
], 2)) : Rt("", !0),
|
|
1728
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
1726
1729
|
key: 1,
|
|
1727
1730
|
class: Tn({
|
|
1728
1731
|
[r.field_name]: r.field_name && r.field_name !== "",
|
|
@@ -1739,14 +1742,14 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1739
1742
|
required: r.is_required
|
|
1740
1743
|
}),
|
|
1741
1744
|
for: r.field_name
|
|
1742
|
-
}, zt(r.label_name), 11, Tge)) :
|
|
1745
|
+
}, zt(r.label_name), 11, Tge)) : Rt("", !0),
|
|
1743
1746
|
U("div", Ege, [
|
|
1744
1747
|
r.inputGroupType ? (Be(), He("div", Age, [
|
|
1745
1748
|
r.inputGroupType == "prepend" ? (Be(), He("label", {
|
|
1746
1749
|
key: 0,
|
|
1747
1750
|
innerHTML: r.inputGroupText,
|
|
1748
1751
|
class: "h-10 z-10 inline-flex items-center shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-s-lg focus:outline-hidden dark:bg-gray-700 dark:border-gray-600"
|
|
1749
|
-
}, null, 8, Pge)) :
|
|
1752
|
+
}, null, 8, Pge)) : Rt("", !0),
|
|
1750
1753
|
U("div", Dge, [
|
|
1751
1754
|
U("input", {
|
|
1752
1755
|
type: "text",
|
|
@@ -1786,8 +1789,8 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1786
1789
|
key: 1,
|
|
1787
1790
|
innerHTML: r.inputGroupText,
|
|
1788
1791
|
class: "h-10 z-10 inline-flex items-center shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-e-lg focus:outline-hidden dark:bg-gray-700 dark:border-gray-600"
|
|
1789
|
-
}, null, 8, Rge)) :
|
|
1790
|
-
])) :
|
|
1792
|
+
}, null, 8, Rge)) : Rt("", !0)
|
|
1793
|
+
])) : Rt("", !0),
|
|
1791
1794
|
r.inputGroupType == "" ? (Be(), He("div", Mge, [
|
|
1792
1795
|
U("input", {
|
|
1793
1796
|
type: "text",
|
|
@@ -1820,7 +1823,7 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
1820
1823
|
U("path", { d: "M20 4a2 2 0 0 0-2-2h-2V1a1 1 0 0 0-2 0v1h-3V1a1 1 0 0 0-2 0v1H6V1a1 1 0 0 0-2 0v1H2a2 2 0 0 0-2 2v2h20V4ZM0 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8H0v10Zm5-8h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z" })
|
|
1821
1824
|
], -1)
|
|
1822
1825
|
]))
|
|
1823
|
-
])) :
|
|
1826
|
+
])) : Rt("", !0),
|
|
1824
1827
|
qr(U("div", Bge, [
|
|
1825
1828
|
U("div", Fge, [
|
|
1826
1829
|
U("button", {
|
|
@@ -2105,11 +2108,11 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
2105
2108
|
key: 0,
|
|
2106
2109
|
class: Tn(r.field_name)
|
|
2107
2110
|
}, [
|
|
2108
|
-
r.label_name ? (Be(), He("label", Uge, zt(r.label_name), 1)) :
|
|
2111
|
+
r.label_name ? (Be(), He("label", Uge, zt(r.label_name), 1)) : Rt("", !0),
|
|
2109
2112
|
U("p", Wge, zt(r.modelValue.start) + " " + zt(r.separator) + " " + zt(r.modelValue.end), 1),
|
|
2110
2113
|
Y[2] || (Y[2] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
2111
|
-
], 2)) :
|
|
2112
|
-
r.show ?
|
|
2114
|
+
], 2)) : Rt("", !0),
|
|
2115
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
2113
2116
|
key: 1,
|
|
2114
2117
|
class: Tn({
|
|
2115
2118
|
[r.field_name]: r.field_name && r.field_name !== "",
|
|
@@ -2124,7 +2127,7 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
2124
2127
|
required: r.is_required
|
|
2125
2128
|
}),
|
|
2126
2129
|
for: r.field_name
|
|
2127
|
-
}, zt(r.label_name), 11, Xge)) :
|
|
2130
|
+
}, zt(r.label_name), 11, Xge)) : Rt("", !0),
|
|
2128
2131
|
U("div", qge, [
|
|
2129
2132
|
U("div", jge, [
|
|
2130
2133
|
Ql(rre, {
|
|
@@ -2164,8 +2167,8 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
2164
2167
|
]),
|
|
2165
2168
|
c.value || r.error_message ? (Be(), He("div", Kge, [
|
|
2166
2169
|
U("span", Jge, zt(r.error_message || c.value), 1)
|
|
2167
|
-
])) :
|
|
2168
|
-
r.description ? (Be(), He("small", e0e, zt(r.description), 1)) :
|
|
2170
|
+
])) : Rt("", !0),
|
|
2171
|
+
r.description ? (Be(), He("small", e0e, zt(r.description), 1)) : Rt("", !0)
|
|
2169
2172
|
], 2))
|
|
2170
2173
|
], 64));
|
|
2171
2174
|
}
|
|
@@ -2227,8 +2230,8 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
2227
2230
|
U("h3", n0e, zt(r.label_name), 1),
|
|
2228
2231
|
U("p", s0e, zt(r.type == "password" ? r.modelValue.replace(/./g, "*") : r.modelValue), 1),
|
|
2229
2232
|
h[0] || (h[0] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
2230
|
-
], 2)) :
|
|
2231
|
-
r.show ?
|
|
2233
|
+
], 2)) : Rt("", !0),
|
|
2234
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
2232
2235
|
key: 1,
|
|
2233
2236
|
class: Tn(r.field_name)
|
|
2234
2237
|
}, [
|
|
@@ -2320,7 +2323,7 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
2320
2323
|
Z.icon ? (Be(), He("i", {
|
|
2321
2324
|
key: 0,
|
|
2322
2325
|
class: Tn([Z.icon, "me-2 text-sm"])
|
|
2323
|
-
}, null, 2)) :
|
|
2326
|
+
}, null, 2)) : Rt("", !0),
|
|
2324
2327
|
ho(zt(Z.title), 1)
|
|
2325
2328
|
], 2)
|
|
2326
2329
|
], 10, l0e))), 128))
|
|
@@ -2350,7 +2353,7 @@ const Y8e = /* @__PURE__ */ Ii(_me, [["render", Pme]]), Dme = { class: "bg-white
|
|
|
2350
2353
|
function m0e(r, t, s, a, c, f) {
|
|
2351
2354
|
return s.title == a.selectedTitle ? (Be(), He("div", h0e, [
|
|
2352
2355
|
Ru(r.$slots, "default")
|
|
2353
|
-
])) :
|
|
2356
|
+
])) : Rt("", !0);
|
|
2354
2357
|
}
|
|
2355
2358
|
const oRe = /* @__PURE__ */ Ii(f0e, [["render", m0e]]), g0e = {
|
|
2356
2359
|
props: ["title"],
|
|
@@ -2611,17 +2614,17 @@ function q0e(r, t, s, a, c, f) {
|
|
|
2611
2614
|
"stroke-linejoin": "round",
|
|
2612
2615
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2613
2616
|
}, null, -1)
|
|
2614
|
-
]))) :
|
|
2617
|
+
]))) : Rt("", !0),
|
|
2615
2618
|
s.direction_property == "rtl" ? (Be(), He("svg", S0e, t[7] || (t[7] = [
|
|
2616
2619
|
U("path", {
|
|
2617
2620
|
"stroke-linecap": "round",
|
|
2618
2621
|
"stroke-linejoin": "round",
|
|
2619
2622
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2620
2623
|
}, null, -1)
|
|
2621
|
-
]))) :
|
|
2624
|
+
]))) : Rt("", !0)
|
|
2622
2625
|
])
|
|
2623
2626
|
])
|
|
2624
|
-
])) :
|
|
2627
|
+
])) : Rt("", !0),
|
|
2625
2628
|
U("div", {
|
|
2626
2629
|
ref: "slotContainer",
|
|
2627
2630
|
class: Tn(["overflow-hidden flex flex-col gap-3", f.sliderContainerAction()]),
|
|
@@ -2646,17 +2649,17 @@ function q0e(r, t, s, a, c, f) {
|
|
|
2646
2649
|
"stroke-linejoin": "round",
|
|
2647
2650
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2648
2651
|
}, null, -1)
|
|
2649
|
-
]))) :
|
|
2652
|
+
]))) : Rt("", !0),
|
|
2650
2653
|
s.direction_property == "rtl" ? (Be(), He("svg", E0e, t[9] || (t[9] = [
|
|
2651
2654
|
U("path", {
|
|
2652
2655
|
"stroke-linecap": "round",
|
|
2653
2656
|
"stroke-linejoin": "round",
|
|
2654
2657
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2655
2658
|
}, null, -1)
|
|
2656
|
-
]))) :
|
|
2659
|
+
]))) : Rt("", !0)
|
|
2657
2660
|
])
|
|
2658
2661
|
])
|
|
2659
|
-
], 2)) :
|
|
2662
|
+
], 2)) : Rt("", !0),
|
|
2660
2663
|
Ru(r.$slots, "default", {}, void 0, !0),
|
|
2661
2664
|
c.dotsNum > 1 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (Be(), He("div", {
|
|
2662
2665
|
key: 1,
|
|
@@ -2673,17 +2676,17 @@ function q0e(r, t, s, a, c, f) {
|
|
|
2673
2676
|
"stroke-linejoin": "round",
|
|
2674
2677
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2675
2678
|
}, null, -1)
|
|
2676
|
-
]))) :
|
|
2679
|
+
]))) : Rt("", !0),
|
|
2677
2680
|
s.direction_property == "rtl" ? (Be(), He("svg", D0e, t[11] || (t[11] = [
|
|
2678
2681
|
U("path", {
|
|
2679
2682
|
"stroke-linecap": "round",
|
|
2680
2683
|
"stroke-linejoin": "round",
|
|
2681
2684
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2682
2685
|
}, null, -1)
|
|
2683
|
-
]))) :
|
|
2686
|
+
]))) : Rt("", !0)
|
|
2684
2687
|
])
|
|
2685
2688
|
])
|
|
2686
|
-
], 2)) :
|
|
2689
|
+
], 2)) : Rt("", !0)
|
|
2687
2690
|
], 10, k0e),
|
|
2688
2691
|
c.dotsNum > 1 && s.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (Be(), He("div", {
|
|
2689
2692
|
key: 0,
|
|
@@ -2697,7 +2700,7 @@ function q0e(r, t, s, a, c, f) {
|
|
|
2697
2700
|
}, t[12] || (t[12] = [
|
|
2698
2701
|
U("span", null, null, -1)
|
|
2699
2702
|
]), 10, $0e))), 128))
|
|
2700
|
-
], 2)) :
|
|
2703
|
+
], 2)) : Rt("", !0),
|
|
2701
2704
|
c.dotsNum > 1 && s.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (Be(), He("div", R0e, [
|
|
2702
2705
|
U("div", {
|
|
2703
2706
|
class: Tn(["flex justify-center mb-1 space-x-1", f.sliderIndicatorsAction()])
|
|
@@ -2724,14 +2727,14 @@ function q0e(r, t, s, a, c, f) {
|
|
|
2724
2727
|
"stroke-linejoin": "round",
|
|
2725
2728
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2726
2729
|
}, null, -1)
|
|
2727
|
-
]))) :
|
|
2730
|
+
]))) : Rt("", !0),
|
|
2728
2731
|
s.direction_property == "rtl" ? (Be(), He("svg", L0e, t[15] || (t[15] = [
|
|
2729
2732
|
U("path", {
|
|
2730
2733
|
"stroke-linecap": "round",
|
|
2731
2734
|
"stroke-linejoin": "round",
|
|
2732
2735
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2733
2736
|
}, null, -1)
|
|
2734
|
-
]))) :
|
|
2737
|
+
]))) : Rt("", !0)
|
|
2735
2738
|
], 2)
|
|
2736
2739
|
])
|
|
2737
2740
|
]),
|
|
@@ -2747,19 +2750,19 @@ function q0e(r, t, s, a, c, f) {
|
|
|
2747
2750
|
"stroke-linejoin": "round",
|
|
2748
2751
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2749
2752
|
}, null, -1)
|
|
2750
|
-
]))) :
|
|
2753
|
+
]))) : Rt("", !0),
|
|
2751
2754
|
s.direction_property == "rtl" ? (Be(), He("svg", z0e, t[17] || (t[17] = [
|
|
2752
2755
|
U("path", {
|
|
2753
2756
|
"stroke-linecap": "round",
|
|
2754
2757
|
"stroke-linejoin": "round",
|
|
2755
2758
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2756
2759
|
}, null, -1)
|
|
2757
|
-
]))) :
|
|
2760
|
+
]))) : Rt("", !0)
|
|
2758
2761
|
])
|
|
2759
2762
|
])
|
|
2760
2763
|
])
|
|
2761
2764
|
])
|
|
2762
|
-
])) :
|
|
2765
|
+
])) : Rt("", !0)
|
|
2763
2766
|
], 10, C0e),
|
|
2764
2767
|
c.dotsNum > 1 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_outside_slider" ? (Be(), He("div", Z0e, [
|
|
2765
2768
|
U("div", U0e, [
|
|
@@ -2773,17 +2776,17 @@ function q0e(r, t, s, a, c, f) {
|
|
|
2773
2776
|
"stroke-linejoin": "round",
|
|
2774
2777
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2775
2778
|
}, null, -1)
|
|
2776
|
-
]))) :
|
|
2779
|
+
]))) : Rt("", !0),
|
|
2777
2780
|
s.direction_property == "rtl" ? (Be(), He("svg", X0e, t[19] || (t[19] = [
|
|
2778
2781
|
U("path", {
|
|
2779
2782
|
"stroke-linecap": "round",
|
|
2780
2783
|
"stroke-linejoin": "round",
|
|
2781
2784
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2782
2785
|
}, null, -1)
|
|
2783
|
-
]))) :
|
|
2786
|
+
]))) : Rt("", !0)
|
|
2784
2787
|
])
|
|
2785
2788
|
])
|
|
2786
|
-
])) :
|
|
2789
|
+
])) : Rt("", !0)
|
|
2787
2790
|
], 10, y0e)
|
|
2788
2791
|
]);
|
|
2789
2792
|
}
|
|
@@ -3039,17 +3042,17 @@ function kpe(r, t, s, a, c, f) {
|
|
|
3039
3042
|
"stroke-linejoin": "round",
|
|
3040
3043
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
3041
3044
|
}, null, -1)
|
|
3042
|
-
]))) :
|
|
3045
|
+
]))) : Rt("", !0),
|
|
3043
3046
|
s.direction_property == "rtl" ? (Be(), He("svg", epe, t[7] || (t[7] = [
|
|
3044
3047
|
U("path", {
|
|
3045
3048
|
"stroke-linecap": "round",
|
|
3046
3049
|
"stroke-linejoin": "round",
|
|
3047
3050
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
3048
3051
|
}, null, -1)
|
|
3049
|
-
]))) :
|
|
3052
|
+
]))) : Rt("", !0)
|
|
3050
3053
|
])
|
|
3051
3054
|
])
|
|
3052
|
-
])) :
|
|
3055
|
+
])) : Rt("", !0),
|
|
3053
3056
|
U("div", {
|
|
3054
3057
|
class: Tn(["overflow-hidden flex flex-col gap-3 w-full w-12/12", f.sliderContainerAction()]),
|
|
3055
3058
|
id: "sliderContainer_" + r.Random_string
|
|
@@ -3074,17 +3077,17 @@ function kpe(r, t, s, a, c, f) {
|
|
|
3074
3077
|
"stroke-linejoin": "round",
|
|
3075
3078
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
3076
3079
|
}, null, -1)
|
|
3077
|
-
]))) :
|
|
3080
|
+
]))) : Rt("", !0),
|
|
3078
3081
|
s.direction_property == "rtl" ? (Be(), He("svg", rpe, t[9] || (t[9] = [
|
|
3079
3082
|
U("path", {
|
|
3080
3083
|
"stroke-linecap": "round",
|
|
3081
3084
|
"stroke-linejoin": "round",
|
|
3082
3085
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
3083
3086
|
}, null, -1)
|
|
3084
|
-
]))) :
|
|
3087
|
+
]))) : Rt("", !0)
|
|
3085
3088
|
])
|
|
3086
3089
|
])
|
|
3087
|
-
], 2)) :
|
|
3090
|
+
], 2)) : Rt("", !0),
|
|
3088
3091
|
Ru(r.$slots, "default", {}, void 0, !0),
|
|
3089
3092
|
r.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (Be(), He("div", {
|
|
3090
3093
|
key: 1,
|
|
@@ -3101,17 +3104,17 @@ function kpe(r, t, s, a, c, f) {
|
|
|
3101
3104
|
"stroke-linejoin": "round",
|
|
3102
3105
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
3103
3106
|
}, null, -1)
|
|
3104
|
-
]))) :
|
|
3107
|
+
]))) : Rt("", !0),
|
|
3105
3108
|
s.direction_property == "rtl" ? (Be(), He("svg", lpe, t[11] || (t[11] = [
|
|
3106
3109
|
U("path", {
|
|
3107
3110
|
"stroke-linecap": "round",
|
|
3108
3111
|
"stroke-linejoin": "round",
|
|
3109
3112
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
3110
3113
|
}, null, -1)
|
|
3111
|
-
]))) :
|
|
3114
|
+
]))) : Rt("", !0)
|
|
3112
3115
|
])
|
|
3113
3116
|
])
|
|
3114
|
-
], 2)) :
|
|
3117
|
+
], 2)) : Rt("", !0)
|
|
3115
3118
|
], 10, npe),
|
|
3116
3119
|
!s.hide_indicators && s.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (Be(), He("div", {
|
|
3117
3120
|
key: 0,
|
|
@@ -3125,7 +3128,7 @@ function kpe(r, t, s, a, c, f) {
|
|
|
3125
3128
|
}, t[12] || (t[12] = [
|
|
3126
3129
|
U("span", null, null, -1)
|
|
3127
3130
|
]), 10, cpe))), 128))
|
|
3128
|
-
], 2)) :
|
|
3131
|
+
], 2)) : Rt("", !0),
|
|
3129
3132
|
!s.hide_indicators && s.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (Be(), He("div", upe, [
|
|
3130
3133
|
U("div", {
|
|
3131
3134
|
class: Tn(["flex justify-center mb-1 space-x-1", f.sliderIndicatorsAction()])
|
|
@@ -3152,14 +3155,14 @@ function kpe(r, t, s, a, c, f) {
|
|
|
3152
3155
|
"stroke-linejoin": "round",
|
|
3153
3156
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
3154
3157
|
}, null, -1)
|
|
3155
|
-
]))) :
|
|
3158
|
+
]))) : Rt("", !0),
|
|
3156
3159
|
s.direction_property == "rtl" ? (Be(), He("svg", ppe, t[15] || (t[15] = [
|
|
3157
3160
|
U("path", {
|
|
3158
3161
|
"stroke-linecap": "round",
|
|
3159
3162
|
"stroke-linejoin": "round",
|
|
3160
3163
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
3161
3164
|
}, null, -1)
|
|
3162
|
-
]))) :
|
|
3165
|
+
]))) : Rt("", !0)
|
|
3163
3166
|
], 2)
|
|
3164
3167
|
])
|
|
3165
3168
|
]),
|
|
@@ -3175,19 +3178,19 @@ function kpe(r, t, s, a, c, f) {
|
|
|
3175
3178
|
"stroke-linejoin": "round",
|
|
3176
3179
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
3177
3180
|
}, null, -1)
|
|
3178
|
-
]))) :
|
|
3181
|
+
]))) : Rt("", !0),
|
|
3179
3182
|
s.direction_property == "rtl" ? (Be(), He("svg", Ope, t[17] || (t[17] = [
|
|
3180
3183
|
U("path", {
|
|
3181
3184
|
"stroke-linecap": "round",
|
|
3182
3185
|
"stroke-linejoin": "round",
|
|
3183
3186
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
3184
3187
|
}, null, -1)
|
|
3185
|
-
]))) :
|
|
3188
|
+
]))) : Rt("", !0)
|
|
3186
3189
|
])
|
|
3187
3190
|
])
|
|
3188
3191
|
])
|
|
3189
|
-
])) :
|
|
3190
|
-
])) :
|
|
3192
|
+
])) : Rt("", !0)
|
|
3193
|
+
])) : Rt("", !0)
|
|
3191
3194
|
], 10, tpe),
|
|
3192
3195
|
r.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_outside_slider" ? (Be(), He("div", xpe, [
|
|
3193
3196
|
U("div", wpe, [
|
|
@@ -3201,17 +3204,17 @@ function kpe(r, t, s, a, c, f) {
|
|
|
3201
3204
|
"stroke-linejoin": "round",
|
|
3202
3205
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
3203
3206
|
}, null, -1)
|
|
3204
|
-
]))) :
|
|
3207
|
+
]))) : Rt("", !0),
|
|
3205
3208
|
s.direction_property == "rtl" ? (Be(), He("svg", Cpe, t[19] || (t[19] = [
|
|
3206
3209
|
U("path", {
|
|
3207
3210
|
"stroke-linecap": "round",
|
|
3208
3211
|
"stroke-linejoin": "round",
|
|
3209
3212
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
3210
3213
|
}, null, -1)
|
|
3211
|
-
]))) :
|
|
3214
|
+
]))) : Rt("", !0)
|
|
3212
3215
|
])
|
|
3213
3216
|
])
|
|
3214
|
-
])) :
|
|
3217
|
+
])) : Rt("", !0)
|
|
3215
3218
|
], 10, G0e)
|
|
3216
3219
|
]);
|
|
3217
3220
|
}
|
|
@@ -3309,7 +3312,7 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
3309
3312
|
]),
|
|
3310
3313
|
b.value ? (Be(), He("div", Ppe, C[1] || (C[1] = [
|
|
3311
3314
|
yz('<div class="flex items-center justify-center h-48 mb-4 bg-gray-300 rounded-sm dark:bg-gray-700"><svg class="w-10 h-10 text-gray-200 dark:text-gray-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20"><path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z"></path><path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z"></path></svg></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-48 mb-4"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div><div class="flex items-center mt-4"><svg class="w-10 h-10 text-gray-200 me-3 dark:text-gray-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"><path d="M10 0a10 10 0 1 0 10 10A10.011 10.011 0 0 0 10 0Zm0 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 13a8.949 8.949 0 0 1-4.951-1.488A3.987 3.987 0 0 1 9 13h2a3.987 3.987 0 0 1 3.951 3.512A8.949 8.949 0 0 1 10 18Z"></path></svg><div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-32 mb-2"></div><div class="w-48 h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div></div></div><span class="sr-only">Loading...</span>', 7)
|
|
3312
|
-
]))) :
|
|
3315
|
+
]))) : Rt("", !0),
|
|
3313
3316
|
qr(U("div", {
|
|
3314
3317
|
class: Tn(["relative gl_modal_body", r.bodyClass])
|
|
3315
3318
|
}, [
|
|
@@ -3330,7 +3333,7 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
3330
3333
|
])
|
|
3331
3334
|
])
|
|
3332
3335
|
], 2)
|
|
3333
|
-
], 2)) :
|
|
3336
|
+
], 2)) : Rt("", !0);
|
|
3334
3337
|
}
|
|
3335
3338
|
}, $pe = { class: "w-full bg-white rounded-[20px] shadow-sm dark:border md:mt-0 p-2 dark:bg-gray-900 dark:border-gray-800" }, Rpe = { class: "relative flex flex-col w-full text-current bg-white border outline-hidden pointer-events-auto shadow-4 border-stroke rounded-xl dark:bg-gray-900 dark:border-gray-800" }, Mpe = {
|
|
3336
3339
|
key: 0,
|
|
@@ -3430,10 +3433,10 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
3430
3433
|
])
|
|
3431
3434
|
], -1)
|
|
3432
3435
|
]))
|
|
3433
|
-
])) :
|
|
3436
|
+
])) : Rt("", !0),
|
|
3434
3437
|
r.is_loading ? (Be(), He("div", Bpe, x[1] || (x[1] = [
|
|
3435
3438
|
yz('<div class="flex items-center justify-center h-48 mb-4 bg-gray-300 rounded-sm dark:bg-gray-700"><svg class="w-10 h-10 text-gray-200 dark:text-gray-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20"><path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z"></path><path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z"></path></svg></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-48 mb-4"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div><div class="flex items-center mt-4"><svg class="w-10 h-10 text-gray-200 me-3 dark:text-gray-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"><path d="M10 0a10 10 0 1 0 10 10A10.011 10.011 0 0 0 10 0Zm0 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 13a8.949 8.949 0 0 1-4.951-1.488A3.987 3.987 0 0 1 9 13h2a3.987 3.987 0 0 1 3.951 3.512A8.949 8.949 0 0 1 10 18Z"></path></svg><div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-32 mb-2"></div><div class="w-48 h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div></div></div><span class="sr-only">Loading...</span>', 7)
|
|
3436
|
-
]))) :
|
|
3439
|
+
]))) : Rt("", !0),
|
|
3437
3440
|
qr(U("div", {
|
|
3438
3441
|
class: Tn(["relative gl_modal_body", r.bodyClass])
|
|
3439
3442
|
}, [
|
|
@@ -3450,11 +3453,11 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
3450
3453
|
}, " Close ")
|
|
3451
3454
|
], 512)), [
|
|
3452
3455
|
[Ld, !r.is_loading]
|
|
3453
|
-
]) :
|
|
3456
|
+
]) : Rt("", !0)
|
|
3454
3457
|
])
|
|
3455
3458
|
])
|
|
3456
3459
|
], 2)
|
|
3457
|
-
], 2)) :
|
|
3460
|
+
], 2)) : Rt("", !0);
|
|
3458
3461
|
}
|
|
3459
3462
|
}, Ipe = { class: "w-full bg-white rounded-[20px] shadow-sm dark:border md:mt-0 p-2 dark:bg-gray-900 dark:border-gray-800" }, Lpe = { class: "pointer-events-auto relative flex max-h-[100%] w-full flex-col overflow-hidden text-current shadow-4 outline-hidden bg-white border rounded-xl dark:bg-gray-900 dark:border-gray-800" }, Qpe = { class: "flex items-center justify-between shrink-0 pt-3 pb-3 pl-3 pr-3" }, Vpe = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, Hpe = {
|
|
3460
3463
|
key: 0,
|
|
@@ -3545,7 +3548,7 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
3545
3548
|
]),
|
|
3546
3549
|
r.is_loading ? (Be(), He("div", Hpe, x[1] || (x[1] = [
|
|
3547
3550
|
yz('<div class="flex items-center justify-center h-48 mb-4 bg-gray-300 rounded-sm dark:bg-gray-700"><svg class="w-10 h-10 text-gray-200 dark:text-gray-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20"><path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z"></path><path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z"></path></svg></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-48 mb-4"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div><div class="flex items-center mt-4"><svg class="w-10 h-10 text-gray-200 me-3 dark:text-gray-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"><path d="M10 0a10 10 0 1 0 10 10A10.011 10.011 0 0 0 10 0Zm0 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 13a8.949 8.949 0 0 1-4.951-1.488A3.987 3.987 0 0 1 9 13h2a3.987 3.987 0 0 1 3.951 3.512A8.949 8.949 0 0 1 10 18Z"></path></svg><div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-32 mb-2"></div><div class="w-48 h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div></div></div><span class="sr-only">Loading...</span>', 7)
|
|
3548
|
-
]))) :
|
|
3551
|
+
]))) : Rt("", !0),
|
|
3549
3552
|
qr(U("div", {
|
|
3550
3553
|
class: Tn(["relative overflow-y-auto gl_modal_body", r.bodyClass])
|
|
3551
3554
|
}, [
|
|
@@ -3653,14 +3656,14 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
3653
3656
|
])
|
|
3654
3657
|
]),
|
|
3655
3658
|
b[2] || (b[2] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
3656
|
-
], 2)) :
|
|
3657
|
-
r.show ?
|
|
3659
|
+
], 2)) : Rt("", !0),
|
|
3660
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
3658
3661
|
key: 1,
|
|
3659
3662
|
class: Tn(r.field_name)
|
|
3660
3663
|
}, [
|
|
3661
3664
|
r.has_label_up ? (Be(), He("div", Xpe, [
|
|
3662
3665
|
U("label", qpe, zt(r.label_name), 1)
|
|
3663
|
-
])) :
|
|
3666
|
+
])) : Rt("", !0),
|
|
3664
3667
|
U("li", {
|
|
3665
3668
|
class: Tn(["flex p-2 h-10 -mb-px border rounded-lg no-underlin bg-gray-50 focus:border-primary dark:bg-gray-800 dark:border-gray-700 dark:text-white dark:focus:border-primaryDark border-gray-200", r.has_label_up ? "justify-end" : "justify-between"])
|
|
3666
3669
|
}, [
|
|
@@ -3764,14 +3767,14 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
3764
3767
|
])
|
|
3765
3768
|
]),
|
|
3766
3769
|
b[2] || (b[2] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
3767
|
-
], 2)) :
|
|
3768
|
-
r.show ?
|
|
3770
|
+
], 2)) : Rt("", !0),
|
|
3771
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
3769
3772
|
key: 1,
|
|
3770
3773
|
class: Tn(r.field_name)
|
|
3771
3774
|
}, [
|
|
3772
3775
|
r.has_label_up ? (Be(), He("div", n1e, [
|
|
3773
3776
|
U("label", s1e, zt(r.label_name), 1)
|
|
3774
|
-
])) :
|
|
3777
|
+
])) : Rt("", !0),
|
|
3775
3778
|
U("li", o1e, [
|
|
3776
3779
|
ho(zt(r.label_name) + " ", 1),
|
|
3777
3780
|
U("label", r1e, [
|
|
@@ -4130,11 +4133,11 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
4130
4133
|
}, [
|
|
4131
4134
|
U("h3", c1e, zt(r.label_name), 1),
|
|
4132
4135
|
U("p", u1e, [
|
|
4133
|
-
ct(c.value) ? (Be(), He("span", d1e, zt(c.value?.name), 1)) :
|
|
4136
|
+
ct(c.value) ? (Be(), He("span", d1e, zt(c.value?.name), 1)) : Rt("", !0)
|
|
4134
4137
|
]),
|
|
4135
4138
|
xt[6] || (xt[6] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
4136
|
-
], 2)) :
|
|
4137
|
-
r.show ?
|
|
4139
|
+
], 2)) : Rt("", !0),
|
|
4140
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
4138
4141
|
key: 1,
|
|
4139
4142
|
class: Tn(r.field_name)
|
|
4140
4143
|
}, [
|
|
@@ -4152,7 +4155,7 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
4152
4155
|
"gl-label-form-invalid": r.error_message !== "",
|
|
4153
4156
|
required: r.is_required
|
|
4154
4157
|
})
|
|
4155
|
-
}, zt(r.label_name), 3)) :
|
|
4158
|
+
}, zt(r.label_name), 3)) : Rt("", !0),
|
|
4156
4159
|
U("div", m1e, [
|
|
4157
4160
|
U("div", g1e, [
|
|
4158
4161
|
U("input", {
|
|
@@ -4161,8 +4164,10 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
4161
4164
|
class: Tn([{
|
|
4162
4165
|
"gl-input-form": r.error_message == "",
|
|
4163
4166
|
"gl-input-form-invalid": r.error_message !== "",
|
|
4164
|
-
[`showOptions${C.value}`]: !0
|
|
4165
|
-
|
|
4167
|
+
[`showOptions${C.value}`]: !0,
|
|
4168
|
+
"pr-14": ct(c.value) && r.has_cancel,
|
|
4169
|
+
"pr-8": !(ct(c.value) && r.has_cancel)
|
|
4170
|
+
}, "truncate showOptions1"]),
|
|
4166
4171
|
value: c.value?.name,
|
|
4167
4172
|
placeholder: r.placeholder,
|
|
4168
4173
|
autocomplete: "off",
|
|
@@ -4213,7 +4218,7 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
4213
4218
|
]), 2))
|
|
4214
4219
|
]),
|
|
4215
4220
|
qr(U("div", b1e, [
|
|
4216
|
-
r.hide_search ?
|
|
4221
|
+
r.hide_search ? Rt("", !0) : (Be(), He("div", v1e, [
|
|
4217
4222
|
xt[10] || (xt[10] = U("label", {
|
|
4218
4223
|
for: "default-search",
|
|
4219
4224
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
@@ -4259,14 +4264,14 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
4259
4264
|
"stroke-width": "2",
|
|
4260
4265
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
4261
4266
|
}, null, -1)
|
|
4262
|
-
]))) :
|
|
4267
|
+
]))) : Rt("", !0),
|
|
4263
4268
|
U("span", {
|
|
4264
4269
|
innerHTML: on.name || on.id || "-"
|
|
4265
4270
|
}, null, 8, C1e)
|
|
4266
4271
|
])
|
|
4267
|
-
], 42, x1e))), 128)) :
|
|
4268
|
-
T.value ? (Be(), He("div", k1e, " Loading... ")) :
|
|
4269
|
-
!T.value && Z.value.length === 0 && !(r.allow_custom && x.value) ? (Be(), He("div", _1e, zt(r.no_results_found_placeholder), 1)) :
|
|
4272
|
+
], 42, x1e))), 128)) : Rt("", !0),
|
|
4273
|
+
T.value ? (Be(), He("div", k1e, " Loading... ")) : Rt("", !0),
|
|
4274
|
+
!T.value && Z.value.length === 0 && !(r.allow_custom && x.value) ? (Be(), He("div", _1e, zt(r.no_results_found_placeholder), 1)) : Rt("", !0),
|
|
4270
4275
|
r.allow_custom && x.value && !Z.value.find((on) => String(on.name) === String(x.value)) ? (Be(), He("div", {
|
|
4271
4276
|
key: 3,
|
|
4272
4277
|
class: "relative px-2 py-0.5 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-700 dark:hover:text-white hover:rounded-sm",
|
|
@@ -4276,14 +4281,14 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
4276
4281
|
U("div", T1e, [
|
|
4277
4282
|
U("span", null, zt(r.custom_option_label) + ' "' + zt(x.value) + '"', 1)
|
|
4278
4283
|
])
|
|
4279
|
-
], 32)) :
|
|
4284
|
+
], 32)) : Rt("", !0)
|
|
4280
4285
|
], 544)
|
|
4281
4286
|
], 512), [
|
|
4282
4287
|
[Ld, b.value]
|
|
4283
4288
|
])
|
|
4284
4289
|
])
|
|
4285
4290
|
])
|
|
4286
|
-
])) :
|
|
4291
|
+
])) : Rt("", !0),
|
|
4287
4292
|
U("span", E1e, zt(r.error_message), 1),
|
|
4288
4293
|
U("small", A1e, zt(r.description), 1)
|
|
4289
4294
|
], 2))
|
|
@@ -4354,8 +4359,8 @@ const aRe = /* @__PURE__ */ Ii(j0e, [["render", kpe], ["__scopeId", "data-v-4c7f
|
|
|
4354
4359
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
4355
4360
|
}, zt(r.modelValue), 9, $1e),
|
|
4356
4361
|
x[2] || (x[2] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
4357
|
-
], 2)) :
|
|
4358
|
-
r.show ?
|
|
4362
|
+
], 2)) : Rt("", !0),
|
|
4363
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
4359
4364
|
key: 1,
|
|
4360
4365
|
class: Tn(["mb-4", r.field_name])
|
|
4361
4366
|
}, [
|
|
@@ -5688,11 +5693,11 @@ function I1e() {
|
|
|
5688
5693
|
failed: [],
|
|
5689
5694
|
count: 0
|
|
5690
5695
|
})), ee = (nt) => new Promise((yt, _t) => {
|
|
5691
|
-
let
|
|
5696
|
+
let Mt;
|
|
5692
5697
|
const cn = rn._addCacheSuffix(nt), kn = j(cn);
|
|
5693
5698
|
u[cn] = kn, kn.count++;
|
|
5694
5699
|
const Jn = (Zn, ys) => {
|
|
5695
|
-
Ce(Zn, Xe), kn.status = ys, kn.passed = [], kn.failed = [],
|
|
5700
|
+
Ce(Zn, Xe), kn.status = ys, kn.passed = [], kn.failed = [], Mt && (Mt.onload = null, Mt.onerror = null, Mt = null);
|
|
5696
5701
|
}, Gt = () => Jn(kn.passed, 2), Lt = () => Jn(kn.failed, 3);
|
|
5697
5702
|
if (yt && kn.passed.push(yt), _t && kn.failed.push(_t), kn.status === 1)
|
|
5698
5703
|
return;
|
|
@@ -5710,20 +5715,20 @@ function I1e() {
|
|
|
5710
5715
|
rel: "stylesheet",
|
|
5711
5716
|
type: "text/css",
|
|
5712
5717
|
id: kn.id
|
|
5713
|
-
}), o.contentCssCors && ri(un, "crossOrigin", "anonymous"), o.referrerPolicy && ri(un, "referrerpolicy", o.referrerPolicy),
|
|
5718
|
+
}), o.contentCssCors && ri(un, "crossOrigin", "anonymous"), o.referrerPolicy && ri(un, "referrerpolicy", o.referrerPolicy), Mt = un.dom, Mt.onload = Gt, Mt.onerror = Lt, P(un), ri(un, "href", cn);
|
|
5714
5719
|
}), se = (nt, yt) => {
|
|
5715
5720
|
const _t = j(nt);
|
|
5716
5721
|
u[nt] = _t, _t.count++;
|
|
5717
|
-
const
|
|
5718
|
-
Ci(
|
|
5722
|
+
const Mt = Ke.fromTag("style", v.dom);
|
|
5723
|
+
Ci(Mt, {
|
|
5719
5724
|
rel: "stylesheet",
|
|
5720
5725
|
type: "text/css",
|
|
5721
5726
|
id: _t.id,
|
|
5722
5727
|
"data-mce-key": nt
|
|
5723
|
-
}),
|
|
5728
|
+
}), Mt.dom.innerHTML = yt, P(Mt);
|
|
5724
5729
|
}, fe = (nt) => Promise.allSettled(ft(nt, (_t) => ee(_t).then(ct(_t)))).then((_t) => {
|
|
5725
|
-
const
|
|
5726
|
-
return
|
|
5730
|
+
const Mt = Ds(_t, (cn) => cn.status === "fulfilled");
|
|
5731
|
+
return Mt.fail.length > 0 ? Promise.reject(ft(Mt.fail, (cn) => cn.reason)) : ft(Mt.pass, (cn) => cn.value);
|
|
5727
5732
|
}), _e = (nt) => {
|
|
5728
5733
|
const yt = rn._addCacheSuffix(nt);
|
|
5729
5734
|
Zo(u, yt).each((_t) => {
|
|
@@ -6083,7 +6088,7 @@ function I1e() {
|
|
|
6083
6088
|
}
|
|
6084
6089
|
}, P = (o = e.schema) !== null && o !== void 0 ? o : "html5", I = Kk(P);
|
|
6085
6090
|
e.verify_html === !1 && (e.valid_elements = "*[*]");
|
|
6086
|
-
const j = Gy(e.valid_styles), ee = Gy(e.invalid_styles, "map"), se = Gy(e.valid_classes, "map"), fe = E("whitespace_elements", "pre script noscript style textarea video audio iframe object code"), _e = E("self_closing_elements", "colgroup dd dt li option p td tfoot th thead tr"), ve = E("void_elements", "area base basefont br col frame hr img input isindex link meta param embed source wbr track"), $e = E("boolean_attributes", "checked compact declare defer disabled ismap multiple nohref noresize noshade nowrap readonly selected autoplay loop controls allowfullscreen"), nt = "td th iframe video audio object script code", yt = E("non_empty_elements", nt + " pre svg textarea summary", ve), _t = E("move_caret_before_on_enter_elements", nt + " table", ve),
|
|
6091
|
+
const j = Gy(e.valid_styles), ee = Gy(e.invalid_styles, "map"), se = Gy(e.valid_classes, "map"), fe = E("whitespace_elements", "pre script noscript style textarea video audio iframe object code"), _e = E("self_closing_elements", "colgroup dd dt li option p td tfoot th thead tr"), ve = E("void_elements", "area base basefont br col frame hr img input isindex link meta param embed source wbr track"), $e = E("boolean_attributes", "checked compact declare defer disabled ismap multiple nohref noresize noshade nowrap readonly selected autoplay loop controls allowfullscreen"), nt = "td th iframe video audio object script code", yt = E("non_empty_elements", nt + " pre svg textarea summary", ve), _t = E("move_caret_before_on_enter_elements", nt + " table", ve), Mt = "h1 h2 h3 h4 h5 h6", cn = E("text_block_elements", Mt + " p div address pre form blockquote center dir fieldset header footer article section hgroup aside main nav figure"), kn = E("block_elements", "hr table tbody thead tfoot th tr td li ol ul caption dl dt dd noscript menu isindex option datalist select optgroup figcaption details summary html body multicol listing", cn), Jn = E("text_inline_elements", "span strong b em i font s strike u var cite dfn code mark q sup sub samp"), Gt = E("transparent_elements", "a ins del canvas map"), Lt = E("wrap_block_elements", "pre " + Mt);
|
|
6087
6092
|
El("script noscript iframe noframes noembed title style textarea xmp plaintext".split(" "), (ks) => {
|
|
6088
6093
|
w[ks] = new RegExp("</" + ks + "[^>]*>", "gi");
|
|
6089
6094
|
});
|
|
@@ -6327,10 +6332,10 @@ function I1e() {
|
|
|
6327
6332
|
return se[Gt] = un[0], !0;
|
|
6328
6333
|
}, yt = (Gt, Lt, un, Zn) => {
|
|
6329
6334
|
nt(Lt) && nt(un) && nt(Zn) && (se[Gt] = se[Lt] + " " + se[un] + " " + se[Zn], delete se[Lt], delete se[un], delete se[Zn]);
|
|
6330
|
-
}, _t = (Gt) => (fe = !0, v[Gt]),
|
|
6335
|
+
}, _t = (Gt) => (fe = !0, v[Gt]), Mt = (Gt, Lt) => (fe && (Gt = Gt.replace(/\uFEFF[0-9]/g, (un) => v[un])), Lt || (Gt = Gt.replace(/\\([\'\";:])/g, "$1")), Gt), cn = (Gt) => String.fromCharCode(parseInt(Gt.slice(1), 16)), kn = (Gt) => Gt.replace(/\\[0-9a-f]+/gi, cn), Jn = (Gt, Lt, un, Zn, ys, yo) => {
|
|
6331
6336
|
if (ys = ys || yo, ys)
|
|
6332
|
-
return ys =
|
|
6333
|
-
if (Lt =
|
|
6337
|
+
return ys = Mt(ys), "'" + ys.replace(/\'/g, "\\'") + "'";
|
|
6338
|
+
if (Lt = Mt(Lt || un || Zn || ""), !e.allow_script_urls) {
|
|
6334
6339
|
const So = Lt.replace(/[\s\r\n]+/g, "");
|
|
6335
6340
|
if (/(java|vb)script:/i.test(So) || !e.allow_svg_data_urls && /^data:image\/svg/i.test(So))
|
|
6336
6341
|
return "";
|
|
@@ -6348,7 +6353,7 @@ function I1e() {
|
|
|
6348
6353
|
continue;
|
|
6349
6354
|
Lt === "font-weight" && un === "700" ? un = "bold" : (Lt === "color" || Lt === "background-color") && (un = un.toLowerCase()), I2(un) === "rgb" && L2(un).each((Zn) => {
|
|
6350
6355
|
un = Xp($r(Zn)).toLowerCase();
|
|
6351
|
-
}), un = un.replace(i, Jn), se[Lt] = fe ?
|
|
6356
|
+
}), un = un.replace(i, Jn), se[Lt] = fe ? Mt(un, !0) : un;
|
|
6352
6357
|
}
|
|
6353
6358
|
}
|
|
6354
6359
|
$e("border", "", !0), $e("border", "-width"), $e("border", "-color"), $e("border", "-style"), $e("padding", ""), $e("margin", ""), yt("border", "border-width", "border-style", "border-color"), se.border === "medium none" && delete se.border, se["border-image"] === "none" && delete se["border-image"];
|
|
@@ -6360,7 +6365,7 @@ function I1e() {
|
|
|
6360
6365
|
const _e = ($e, nt) => {
|
|
6361
6366
|
const yt = nt[$e];
|
|
6362
6367
|
if (yt)
|
|
6363
|
-
for (let _t = 0,
|
|
6368
|
+
for (let _t = 0, Mt = yt.length; _t < Mt; _t++) {
|
|
6364
6369
|
const cn = yt[_t], kn = ee[cn];
|
|
6365
6370
|
kn && (fe += (fe.length > 0 ? " " : "") + cn + ": " + kn + ";");
|
|
6366
6371
|
}
|
|
@@ -6616,7 +6621,7 @@ function I1e() {
|
|
|
6616
6621
|
});
|
|
6617
6622
|
}
|
|
6618
6623
|
});
|
|
6619
|
-
},
|
|
6624
|
+
}, Mt = (Dt, Bt) => Dt.cloneNode(Bt), cn = () => o.root_element || e.body, kn = (Dt) => {
|
|
6620
6625
|
const Bt = Bp(Dt);
|
|
6621
6626
|
return {
|
|
6622
6627
|
x: Bt.x,
|
|
@@ -6891,7 +6896,7 @@ function I1e() {
|
|
|
6891
6896
|
events: se,
|
|
6892
6897
|
isBlock: _e,
|
|
6893
6898
|
root: null,
|
|
6894
|
-
clone:
|
|
6899
|
+
clone: Mt,
|
|
6895
6900
|
getRoot: cn,
|
|
6896
6901
|
getViewPort: kn,
|
|
6897
6902
|
getRect: ys,
|
|
@@ -8709,15 +8714,15 @@ Required: ` + o.join(", "));
|
|
|
8709
8714
|
if (i($e)) {
|
|
8710
8715
|
const yt = XA(E, $e, ve), _t = B5(o, $e, ve);
|
|
8711
8716
|
P.setStyle(yt, "top", _t.top), P.setStyle(yt, "caret-color", "transparent"), w = yt;
|
|
8712
|
-
const
|
|
8717
|
+
const Mt = P.create("div", {
|
|
8713
8718
|
class: "mce-visual-caret",
|
|
8714
8719
|
"data-mce-bogus": "all"
|
|
8715
8720
|
});
|
|
8716
|
-
P.setStyles(
|
|
8717
|
-
caret:
|
|
8721
|
+
P.setStyles(Mt, { ..._t }), P.add(o, Mt), m.set({
|
|
8722
|
+
caret: Mt,
|
|
8718
8723
|
element: $e,
|
|
8719
8724
|
before: ve
|
|
8720
|
-
}), ve && P.addClass(
|
|
8725
|
+
}), ve && P.addClass(Mt, "mce-visual-caret-before"), ee(), nt = $e.ownerDocument.createRange(), nt.setStart(yt, 0), nt.setEnd(yt, 0);
|
|
8721
8726
|
} else
|
|
8722
8727
|
return w = m_($e, ve), nt = $e.ownerDocument.createRange(), xv(w.nextSibling) ? (nt.setStart(w, 0), nt.setEnd(w, 0)) : (nt.setStart(w, 1), nt.setEnd(w, 1)), nt;
|
|
8723
8728
|
return nt;
|
|
@@ -9280,9 +9285,9 @@ Required: ` + o.join(", "));
|
|
|
9280
9285
|
return _t;
|
|
9281
9286
|
}, j = ($e, nt) => e.getParent($e, (yt) => yt.parentNode === nt, nt), ee = ($e, nt, yt) => {
|
|
9282
9287
|
const _t = yt ? "nextSibling" : "previousSibling";
|
|
9283
|
-
for (let
|
|
9284
|
-
cn =
|
|
9285
|
-
const kn = I(
|
|
9288
|
+
for (let Mt = $e, cn = Mt.parentNode; Mt && Mt !== nt; Mt = cn) {
|
|
9289
|
+
cn = Mt.parentNode;
|
|
9290
|
+
const kn = I(Mt === $e ? Mt : Mt[_t], _t);
|
|
9286
9291
|
kn.length && (yt || kn.reverse(), i(P(kn)));
|
|
9287
9292
|
}
|
|
9288
9293
|
};
|
|
@@ -9647,7 +9652,7 @@ Required: ` + o.join(", "));
|
|
|
9647
9652
|
]
|
|
9648
9653
|
}, uc = (e) => e.type === "longpress" || e.type.indexOf("touch") === 0, Hg = (e, o) => {
|
|
9649
9654
|
const i = o.dom, u = o.getDoc(), m = document, v = o.getBody();
|
|
9650
|
-
let w, E, P, I, j, ee, se, fe, _e, ve, $e, nt, yt, _t,
|
|
9655
|
+
let w, E, P, I, j, ee, se, fe, _e, ve, $e, nt, yt, _t, Mt;
|
|
9651
9656
|
const cn = (gn) => Me(gn) && (Qy(gn) || i.is(gn, "figure.image")), kn = (gn) => Qi(gn) || i.hasClass(gn, "mce-preview-object"), Jn = (gn, Un) => {
|
|
9652
9657
|
if (uc(gn)) {
|
|
9653
9658
|
const Ss = gn.touches[0];
|
|
@@ -9689,7 +9694,7 @@ Required: ` + o.join(", "));
|
|
|
9689
9694
|
left: No,
|
|
9690
9695
|
top: Gl,
|
|
9691
9696
|
display: "block"
|
|
9692
|
-
}), P.innerHTML = nt + " × " + yt, Un = v.scrollWidth - _t, Ss = v.scrollHeight -
|
|
9697
|
+
}), P.innerHTML = nt + " × " + yt, Un = v.scrollWidth - _t, Ss = v.scrollHeight - Mt, Un + Ss !== 0 && i.setStyles(P, {
|
|
9693
9698
|
left: No - Un,
|
|
9694
9699
|
top: Gl - Ss
|
|
9695
9700
|
}), $e || (F_(o, w, fe, _e, "corner-" + I.name), $e = !0);
|
|
@@ -9707,7 +9712,7 @@ Required: ` + o.join(", "));
|
|
|
9707
9712
|
ee = Au.screenX, se = Au.screenY, fe = Gf.clientWidth, _e = Gf.clientHeight, ve = _e / fe, I = Eu, I.name = Kh, I.startPos = {
|
|
9708
9713
|
x: Gl * Eu[0] + Ss,
|
|
9709
9714
|
y: jf * Eu[1] + Sr
|
|
9710
|
-
}, _t = v.scrollWidth,
|
|
9715
|
+
}, _t = v.scrollWidth, Mt = v.scrollHeight, j = i.add(v, "div", {
|
|
9711
9716
|
class: "mce-resize-backdrop",
|
|
9712
9717
|
"data-mce-bogus": "all"
|
|
9713
9718
|
}), i.setStyles(j, {
|
|
@@ -11296,16 +11301,16 @@ Required: ` + o.join(", "));
|
|
|
11296
11301
|
else {
|
|
11297
11302
|
e.selection.setContent(j);
|
|
11298
11303
|
let yt = v.getNode(), _t;
|
|
11299
|
-
const
|
|
11300
|
-
for (k0(yt) ? yt = _t =
|
|
11304
|
+
const Mt = e.getBody();
|
|
11305
|
+
for (k0(yt) ? yt = _t = Mt : _t = yt; _t && _t !== Mt; )
|
|
11301
11306
|
yt = _t, _t = _t.parentNode;
|
|
11302
|
-
o = yt ===
|
|
11307
|
+
o = yt === Mt ? Mt.innerHTML : w.getOuterHTML(yt);
|
|
11303
11308
|
const cn = E.parse(o), kn = nU(cn), Jn = kn.bind(WZ).getOr(cn);
|
|
11304
11309
|
kn.each((Zn) => Zn.replace($e));
|
|
11305
11310
|
const Gt = $e.children(), Lt = (m = $e.parent) !== null && m !== void 0 ? m : cn;
|
|
11306
11311
|
$e.unwrap();
|
|
11307
11312
|
const un = An(Gt, (Zn) => JP(e.schema, Zn, Lt));
|
|
11308
|
-
tr(un, e.schema, Jn), YP(E.getNodeFilters(), E.getAttributeFilters(), cn), o = I.serialize(cn), yt ===
|
|
11313
|
+
tr(un, e.schema, Jn), YP(E.getNodeFilters(), E.getAttributeFilters(), cn), o = I.serialize(cn), yt === Mt ? w.setHTML(Mt, o) : w.setOuterHTML(yt, o);
|
|
11309
11314
|
}
|
|
11310
11315
|
return _N(e, P), TN(e, w.get("mce_marker")), tU(e.getBody()), eU(w, v.getStart(), e.schema), Vi(e.schema, e.getBody(), v.getStart()), o;
|
|
11311
11316
|
}, Gc = (e) => e instanceof _u, WS = (e) => {
|
|
@@ -11829,16 +11834,16 @@ Required: ` + o.join(", "));
|
|
|
11829
11834
|
if (w.split) {
|
|
11830
11835
|
if (yt = PS(yt), $e = vD(e, yt, !0), nt = vD(e, yt), $e !== nt) {
|
|
11831
11836
|
if ($e = UN($e, !0), nt = UN(nt, !1), H1(E, $e, nt)) {
|
|
11832
|
-
const
|
|
11833
|
-
I(WN(E,
|
|
11837
|
+
const Mt = ne.from($e.firstChild).getOr($e);
|
|
11838
|
+
I(WN(E, Mt, !0, "span", {
|
|
11834
11839
|
id: "_start",
|
|
11835
11840
|
"data-mce-type": "bookmark"
|
|
11836
11841
|
})), fe(!0);
|
|
11837
11842
|
return;
|
|
11838
11843
|
}
|
|
11839
11844
|
if (H1(E, nt, $e)) {
|
|
11840
|
-
const
|
|
11841
|
-
I(WN(E,
|
|
11845
|
+
const Mt = ne.from(nt.lastChild).getOr(nt);
|
|
11846
|
+
I(WN(E, Mt, !1, "span", {
|
|
11842
11847
|
id: "_end",
|
|
11843
11848
|
"data-mce-type": "bookmark"
|
|
11844
11849
|
})), fe(!1);
|
|
@@ -11852,8 +11857,8 @@ Required: ` + o.join(", "));
|
|
|
11852
11857
|
"data-mce-type": "bookmark"
|
|
11853
11858
|
});
|
|
11854
11859
|
const _t = E.createRng();
|
|
11855
|
-
_t.setStartAfter($e), _t.setEndBefore(nt), $v(E, _t, (
|
|
11856
|
-
Ce(
|
|
11860
|
+
_t.setStartAfter($e), _t.setEndBefore(nt), $v(E, _t, (Mt) => {
|
|
11861
|
+
Ce(Mt, (cn) => {
|
|
11857
11862
|
!ku(cn) && !ku(cn.parentNode) && I(cn);
|
|
11858
11863
|
});
|
|
11859
11864
|
}), I($e), I(nt), $e = fe(!0), nt = fe();
|
|
@@ -11942,7 +11947,7 @@ Required: ` + o.join(", "));
|
|
|
11942
11947
|
}, se = (_e, ve, $e) => {
|
|
11943
11948
|
const nt = [];
|
|
11944
11949
|
let yt = !0;
|
|
11945
|
-
const _t = v.inline || v.block,
|
|
11950
|
+
const _t = v.inline || v.block, Mt = ee(_t), cn = (Gt) => X5(v) && Zm(e, Gt, o, i), kn = (Gt, Lt, un) => {
|
|
11946
11951
|
const Zn = lS(v) && rS(e.schema, Gt) && Qg(e, Lt, _t);
|
|
11947
11952
|
return un && Zn;
|
|
11948
11953
|
}, Jn = (Gt, Lt, un, Zn) => {
|
|
@@ -11976,7 +11981,7 @@ Required: ` + o.join(", "));
|
|
|
11976
11981
|
return;
|
|
11977
11982
|
}
|
|
11978
11983
|
}
|
|
11979
|
-
Me(
|
|
11984
|
+
Me(Mt) && Jn(Zn, wr, Gi, So) ? (Lt || (Lt = _e.clone(Mt, !1), rr.insertBefore(Lt, Zn), nt.push(Lt)), So && ys && (yt = yo), Lt.appendChild(Zn)) : (Lt = null, Ce(Js(Zn.childNodes), un), ys && (yt = yo), Lt = null);
|
|
11980
11985
|
};
|
|
11981
11986
|
Ce(Gt, un);
|
|
11982
11987
|
}), v.links === !0 && Ce(nt, (Gt) => {
|
|
@@ -12477,7 +12482,7 @@ Required: ` + o.join(", "));
|
|
|
12477
12482
|
const Bo = i.createElement("template");
|
|
12478
12483
|
Bo.content && Bo.content.ownerDocument && (i = Bo.content.ownerDocument);
|
|
12479
12484
|
}
|
|
12480
|
-
let
|
|
12485
|
+
let Mt, cn = "";
|
|
12481
12486
|
const {
|
|
12482
12487
|
implementation: kn,
|
|
12483
12488
|
createNodeIterator: Jn,
|
|
@@ -12549,9 +12554,9 @@ Required: ` + o.join(", "));
|
|
|
12549
12554
|
throw lC('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
12550
12555
|
if (typeof Ft.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
12551
12556
|
throw lC('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
12552
|
-
|
|
12557
|
+
Mt = Ft.TRUSTED_TYPES_POLICY, cn = Mt.createHTML("");
|
|
12553
12558
|
} else
|
|
12554
|
-
|
|
12559
|
+
Mt === void 0 && (Mt = UU(fe, m)), Mt !== null && typeof cn == "string" && (cn = Mt.createHTML(""));
|
|
12555
12560
|
jl && jl(Ft), Bt = Ft;
|
|
12556
12561
|
}
|
|
12557
12562
|
}, Ko = Wr({}, [...MD, ...ND, ...BU]), Ki = Wr({}, [...BD, ...FU]), em = function(Ft) {
|
|
@@ -12603,7 +12608,7 @@ Required: ` + o.join(", "));
|
|
|
12603
12608
|
Oo = Jc && Jc[0];
|
|
12604
12609
|
}
|
|
12605
12610
|
yy === "application/xhtml+xml" && pp === Jh && (Ft = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + Ft + "</body></html>");
|
|
12606
|
-
const sl =
|
|
12611
|
+
const sl = Mt ? Mt.createHTML(Ft) : Ft;
|
|
12607
12612
|
if (pp === Jh)
|
|
12608
12613
|
try {
|
|
12609
12614
|
xs = new se().parseFromString(sl, yy);
|
|
@@ -12740,14 +12745,14 @@ Required: ` + o.join(", "));
|
|
|
12740
12745
|
f2(Jc, Ft);
|
|
12741
12746
|
continue;
|
|
12742
12747
|
}
|
|
12743
|
-
if (
|
|
12748
|
+
if (Mt && typeof fe == "object" && typeof fe.getAttributeType == "function" && !Pd)
|
|
12744
12749
|
switch (fe.getAttributeType(y6, Ek)) {
|
|
12745
12750
|
case "TrustedHTML": {
|
|
12746
|
-
eu =
|
|
12751
|
+
eu = Mt.createHTML(eu);
|
|
12747
12752
|
break;
|
|
12748
12753
|
}
|
|
12749
12754
|
case "TrustedScriptURL": {
|
|
12750
|
-
eu =
|
|
12755
|
+
eu = Mt.createScriptURL(eu);
|
|
12751
12756
|
break;
|
|
12752
12757
|
}
|
|
12753
12758
|
}
|
|
@@ -12786,7 +12791,7 @@ Required: ` + o.join(", "));
|
|
|
12786
12791
|
else {
|
|
12787
12792
|
if (!Gf && !Eu && !vf && // eslint-disable-next-line unicorn/prefer-includes
|
|
12788
12793
|
Bo.indexOf("<") === -1)
|
|
12789
|
-
return
|
|
12794
|
+
return Mt && ks ? Mt.createHTML(Bo) : Bo;
|
|
12790
12795
|
if (xs = g6(Bo), !xs)
|
|
12791
12796
|
return Gf ? null : ks ? cn : "";
|
|
12792
12797
|
}
|
|
@@ -12808,7 +12813,7 @@ Required: ` + o.join(", "));
|
|
|
12808
12813
|
return vf && Os["!doctype"] && xs.ownerDocument && xs.ownerDocument.doctype && xs.ownerDocument.doctype.name && Cd(vB, xs.ownerDocument.doctype.name) && (Pd = "<!DOCTYPE " + xs.ownerDocument.doctype.name + `>
|
|
12809
12814
|
` + Pd), Eu && U4([ys, yo, So], (th) => {
|
|
12810
12815
|
Pd = xx(Pd, th, " ");
|
|
12811
|
-
}),
|
|
12816
|
+
}), Mt && ks ? Mt.createHTML(Pd) : Pd;
|
|
12812
12817
|
}, o.setConfig = function() {
|
|
12813
12818
|
let Bo = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12814
12819
|
Ms(Bo), Pc = !0;
|
|
@@ -13175,28 +13180,28 @@ Required: ` + o.join(", "));
|
|
|
13175
13180
|
}
|
|
13176
13181
|
return !1;
|
|
13177
13182
|
}, _e = (yt) => yt.name in E || yu(o, yt) || B(yt.name) && yt.parent === e, ve = (yt, _t) => {
|
|
13178
|
-
const
|
|
13179
|
-
return Me(
|
|
13183
|
+
const Mt = _t ? yt.prev : yt.next;
|
|
13184
|
+
return Me(Mt) || Ct(yt.parent) ? !1 : _e(yt.parent) && (yt.parent !== e || u.isRootContent === !0);
|
|
13180
13185
|
};
|
|
13181
13186
|
return [
|
|
13182
13187
|
(yt) => {
|
|
13183
13188
|
var _t;
|
|
13184
13189
|
if (yt.type === 3 && !se(yt)) {
|
|
13185
|
-
let
|
|
13186
|
-
|
|
13190
|
+
let Mt = (_t = yt.value) !== null && _t !== void 0 ? _t : "";
|
|
13191
|
+
Mt = Mt.replace(I, " "), (UZ(yt.prev, _e) || ve(yt, !0)) && (Mt = Mt.replace(j, "")), Mt.length === 0 || Mt === " " && yt.prev && yt.prev.type === Mi && yt.next && yt.next.type === Mi ? yt.remove() : yt.value = Mt;
|
|
13187
13192
|
}
|
|
13188
13193
|
},
|
|
13189
13194
|
(yt) => {
|
|
13190
13195
|
var _t;
|
|
13191
13196
|
if (yt.type === 1) {
|
|
13192
|
-
const
|
|
13193
|
-
if (m &&
|
|
13197
|
+
const Mt = o.getElementRule(yt.name);
|
|
13198
|
+
if (m && Mt) {
|
|
13194
13199
|
const cn = Ua(o, v, w, yt);
|
|
13195
|
-
|
|
13200
|
+
Mt.paddInEmptyBlock && cn && fe(yt) ? KP(i, u, _e, yt) : Mt.removeEmpty && cn ? _e(yt) ? yt.remove() : yt.unwrap() : Mt.paddEmpty && (cn || L1(yt)) && KP(i, u, _e, yt);
|
|
13196
13201
|
}
|
|
13197
13202
|
} else if (yt.type === 3 && !se(yt)) {
|
|
13198
|
-
let
|
|
13199
|
-
(yt.next && _e(yt.next) || ve(yt, !1)) && (
|
|
13203
|
+
let Mt = (_t = yt.value) !== null && _t !== void 0 ? _t : "";
|
|
13204
|
+
(yt.next && _e(yt.next) || ve(yt, !1)) && (Mt = Mt.replace(ee, "")), Mt.length === 0 ? yt.remove() : yt.value = Mt;
|
|
13200
13205
|
}
|
|
13201
13206
|
}
|
|
13202
13207
|
];
|
|
@@ -13210,25 +13215,25 @@ Required: ` + o.join(", "));
|
|
|
13210
13215
|
root_name: "body",
|
|
13211
13216
|
sanitize: !0,
|
|
13212
13217
|
...e
|
|
13213
|
-
}, v = new DOMParser(), w = Ise(m, o), E = (_t,
|
|
13214
|
-
const kn = cn === "xhtml" ? "application/xhtml+xml" : "text/html", Jn = us(o.getSpecialElements(),
|
|
13218
|
+
}, v = new DOMParser(), w = Ise(m, o), E = (_t, Mt, cn = "html") => {
|
|
13219
|
+
const kn = cn === "xhtml" ? "application/xhtml+xml" : "text/html", Jn = us(o.getSpecialElements(), Mt.toLowerCase()), Gt = Jn ? `<${Mt}>${_t}</${Mt}>` : _t, Lt = () => cn === "xhtml" ? `<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>${Gt}</body></html>` : /^[\s]*<head/i.test(_t) || /^[\s]*<html/i.test(_t) || /^[\s]*<!DOCTYPE/i.test(_t) ? `<html>${Gt}</html>` : `<body>${Gt}</body>`, un = v.parseFromString(Lt(), kn).body;
|
|
13215
13220
|
return w.sanitizeHtmlElement(un, kn), Jn ? un.firstChild : un;
|
|
13216
|
-
}, P = i.addFilter, I = i.getFilters, j = i.removeFilter, ee = u.addFilter, se = u.getFilters, fe = u.removeFilter, _e = (_t,
|
|
13217
|
-
JP(o, _t) &&
|
|
13218
|
-
}, ve = (_t,
|
|
13219
|
-
const cn = te(
|
|
13220
|
-
return
|
|
13221
|
-
}, $e = (_t,
|
|
13221
|
+
}, P = i.addFilter, I = i.getFilters, j = i.removeFilter, ee = u.addFilter, se = u.getFilters, fe = u.removeFilter, _e = (_t, Mt) => {
|
|
13222
|
+
JP(o, _t) && Mt.push(_t);
|
|
13223
|
+
}, ve = (_t, Mt) => {
|
|
13224
|
+
const cn = te(Mt.attr(CB)), kn = Mt.type === 1 && !us(_t, Mt.name) && !yu(o, Mt) && !B(Mt.name);
|
|
13225
|
+
return Mt.type === 3 || kn && !cn;
|
|
13226
|
+
}, $e = (_t, Mt) => {
|
|
13222
13227
|
const cn = Sx(TB("script,style,head,html,body,title,meta,param"), o.getBlockElements()), kn = /^[ \t\r\n]+/, Jn = /[ \t\r\n]+$/;
|
|
13223
13228
|
let Gt = _t.firstChild, Lt = null;
|
|
13224
13229
|
const un = (Zn) => {
|
|
13225
13230
|
var ys, yo;
|
|
13226
13231
|
Zn && (Gt = Zn.firstChild, Gt && Gt.type === 3 && (Gt.value = (ys = Gt.value) === null || ys === void 0 ? void 0 : ys.replace(kn, "")), Gt = Zn.lastChild, Gt && Gt.type === 3 && (Gt.value = (yo = Gt.value) === null || yo === void 0 ? void 0 : yo.replace(Jn, "")));
|
|
13227
13232
|
};
|
|
13228
|
-
if (o.isValidChild(_t.name,
|
|
13233
|
+
if (o.isValidChild(_t.name, Mt.toLowerCase())) {
|
|
13229
13234
|
for (; Gt; ) {
|
|
13230
13235
|
const Zn = Gt.next;
|
|
13231
|
-
ve(cn, Gt) ? (Lt || (Lt = new _u(
|
|
13236
|
+
ve(cn, Gt) ? (Lt || (Lt = new _u(Mt, 1), Lt.attr(m.forced_root_block_attrs), _t.insert(Lt, Gt)), Lt.append(Gt)) : (un(Lt), Lt = null), Gt = Zn;
|
|
13232
13237
|
}
|
|
13233
13238
|
un(Lt);
|
|
13234
13239
|
}
|
|
@@ -13240,13 +13245,13 @@ Required: ` + o.join(", "));
|
|
|
13240
13245
|
addNodeFilter: P,
|
|
13241
13246
|
getNodeFilters: I,
|
|
13242
13247
|
removeNodeFilter: j,
|
|
13243
|
-
parse: (_t,
|
|
13248
|
+
parse: (_t, Mt = {}) => {
|
|
13244
13249
|
var cn;
|
|
13245
|
-
const kn = m.validate, Jn = (cn =
|
|
13250
|
+
const kn = m.validate, Jn = (cn = Mt.context) !== null && cn !== void 0 ? cn : m.root_name, Gt = E(_t, Jn, Mt.format);
|
|
13246
13251
|
xc(o, Gt);
|
|
13247
13252
|
const Lt = new _u(Jn, 11);
|
|
13248
13253
|
HD(Lt, Gt, o.getSpecialElements(), w.sanitizeNamespaceElement), Gt.innerHTML = "";
|
|
13249
|
-
const [un, Zn] = tW(Lt, o, m,
|
|
13254
|
+
const [un, Zn] = tW(Lt, o, m, Mt), ys = [], yo = kn ? (ji) => _e(ji, ys) : kt, So = {
|
|
13250
13255
|
nodes: {},
|
|
13251
13256
|
attributes: {}
|
|
13252
13257
|
}, rr = (ji) => wN(I(), se(), ji, So);
|
|
@@ -13257,16 +13262,16 @@ Required: ` + o.join(", "));
|
|
|
13257
13262
|
Zn,
|
|
13258
13263
|
yo
|
|
13259
13264
|
]), ys.reverse(), kn && ys.length > 0)
|
|
13260
|
-
if (
|
|
13265
|
+
if (Mt.context) {
|
|
13261
13266
|
const {
|
|
13262
13267
|
pass: ji,
|
|
13263
13268
|
fail: Gi
|
|
13264
13269
|
} = Ds(ys, (Il) => Il.parent === Lt);
|
|
13265
|
-
tr(Gi, o, Lt, rr),
|
|
13270
|
+
tr(Gi, o, Lt, rr), Mt.invalid = ji.length > 0;
|
|
13266
13271
|
} else
|
|
13267
13272
|
tr(ys, o, Lt, rr);
|
|
13268
|
-
const wr = nW(m,
|
|
13269
|
-
return wr && (Lt.name === "body" ||
|
|
13273
|
+
const wr = nW(m, Mt);
|
|
13274
|
+
return wr && (Lt.name === "body" || Mt.isRootContent) && $e(Lt, wr), Mt.invalid || GP(So, Mt), Lt;
|
|
13270
13275
|
}
|
|
13271
13276
|
};
|
|
13272
13277
|
return DU(yt, m), TU(yt, m, o), yt;
|
|
@@ -13486,19 +13491,19 @@ Required: ` + o.join(", "));
|
|
|
13486
13491
|
return null;
|
|
13487
13492
|
const $e = _e - ve, nt = ve + _e, yt = (nt % 2 === 0 ? nt : nt + 1) / 2;
|
|
13488
13493
|
u[1 + yt] = j, m[1 + yt] = ee + 1;
|
|
13489
|
-
let _t,
|
|
13494
|
+
let _t, Mt, cn, kn, Jn;
|
|
13490
13495
|
for (_t = 0; _t <= yt; ++_t) {
|
|
13491
|
-
for (
|
|
13492
|
-
for (cn =
|
|
13496
|
+
for (Mt = -_t; Mt <= _t; Mt += 2) {
|
|
13497
|
+
for (cn = Mt + yt, Mt === -_t || Mt !== _t && u[cn - 1] < u[cn + 1] ? u[cn] = u[cn + 1] : u[cn] = u[cn - 1] + 1, kn = u[cn], Jn = kn - j + se - Mt; kn < ee && Jn < fe && e[kn] === o[Jn]; )
|
|
13493
13498
|
u[cn] = ++kn, ++Jn;
|
|
13494
|
-
if ($e % 2 !== 0 && $e - _t <=
|
|
13495
|
-
return E(m[cn - $e],
|
|
13499
|
+
if ($e % 2 !== 0 && $e - _t <= Mt && Mt <= $e + _t && m[cn - $e] <= u[cn])
|
|
13500
|
+
return E(m[cn - $e], Mt + j - se, ee, fe);
|
|
13496
13501
|
}
|
|
13497
|
-
for (
|
|
13498
|
-
for (cn =
|
|
13502
|
+
for (Mt = $e - _t; Mt <= $e + _t; Mt += 2) {
|
|
13503
|
+
for (cn = Mt + yt - $e, Mt === $e - _t || Mt !== $e + _t && m[cn + 1] <= m[cn - 1] ? m[cn] = m[cn + 1] - 1 : m[cn] = m[cn - 1], kn = m[cn] - 1, Jn = kn - j + se - Mt; kn >= j && Jn >= se && e[kn] === o[Jn]; )
|
|
13499
13504
|
m[cn] = kn--, Jn--;
|
|
13500
|
-
if ($e % 2 === 0 && -_t <=
|
|
13501
|
-
return E(m[cn],
|
|
13505
|
+
if ($e % 2 === 0 && -_t <= Mt && Mt <= _t && m[cn] <= u[cn + $e])
|
|
13506
|
+
return E(m[cn], Mt + j - se, ee, fe);
|
|
13502
13507
|
}
|
|
13503
13508
|
}
|
|
13504
13509
|
return null;
|
|
@@ -13865,8 +13870,8 @@ Required: ` + o.join(", "));
|
|
|
13865
13870
|
let m, v;
|
|
13866
13871
|
const { selectorChangedWithUnbind: w } = s3(e, u), E = (Nn, Os) => {
|
|
13867
13872
|
const nr = e.createRng();
|
|
13868
|
-
Me(Nn) && Me(Os) ? (nr.setStart(Nn, Os), nr.setEnd(Nn, Os),
|
|
13869
|
-
}, P = (Nn) => i$(u, Nn), I = (Nn, Os) => BW(u, Nn, Os), j = (Nn) => h7(u.getBody(), _t(), Nn), ee = (Nn) => m7(u.getBody(), _t(), Nn), se = (Nn, Os) => Gi.getBookmark(Nn, Os), fe = (Nn) => Gi.moveToBookmark(Nn), _e = (Nn, Os) => (b7(e, Nn, Os).each(
|
|
13873
|
+
Me(Nn) && Me(Os) ? (nr.setStart(Nn, Os), nr.setEnd(Nn, Os), Mt(nr), nt(!1)) : (nS(e, nr, u.getBody(), !0), Mt(nr));
|
|
13874
|
+
}, P = (Nn) => i$(u, Nn), I = (Nn, Os) => BW(u, Nn, Os), j = (Nn) => h7(u.getBody(), _t(), Nn), ee = (Nn) => m7(u.getBody(), _t(), Nn), se = (Nn, Os) => Gi.getBookmark(Nn, Os), fe = (Nn) => Gi.moveToBookmark(Nn), _e = (Nn, Os) => (b7(e, Nn, Os).each(Mt), Nn), ve = () => {
|
|
13870
13875
|
const Nn = _t(), Os = yt();
|
|
13871
13876
|
return !Nn || Nn.item ? !1 : Nn.compareEndPoints ? Nn.compareEndPoints("StartToEnd", Nn) === 0 : !Os || Nn.collapsed;
|
|
13872
13877
|
}, $e = () => {
|
|
@@ -13876,7 +13881,7 @@ Required: ` + o.join(", "));
|
|
|
13876
13881
|
return Os.length > 0 ? Ks(Os, (nr) => e.isEditable(nr.parentElement)) : d7(e, Nn);
|
|
13877
13882
|
}, nt = (Nn) => {
|
|
13878
13883
|
const Os = _t();
|
|
13879
|
-
Os.collapse(!!Nn),
|
|
13884
|
+
Os.collapse(!!Nn), Mt(Os);
|
|
13880
13885
|
}, yt = () => o.getSelection ? o.getSelection() : o.document.selection, _t = () => {
|
|
13881
13886
|
let Nn;
|
|
13882
13887
|
const Os = (Gn, gn, Un) => {
|
|
@@ -13901,7 +13906,7 @@ Required: ` + o.join(", "));
|
|
|
13901
13906
|
Nn.setStart(Gn, 0), Nn.setEnd(Gn, 0);
|
|
13902
13907
|
}
|
|
13903
13908
|
return m && v && (Os(Nn.START_TO_START, Nn, m) === 0 && Os(Nn.END_TO_END, Nn, m) === 0 ? Nn = v : (m = null, v = null)), Nn;
|
|
13904
|
-
},
|
|
13909
|
+
}, Mt = (Nn, Os) => {
|
|
13905
13910
|
if (!OC(Nn))
|
|
13906
13911
|
return;
|
|
13907
13912
|
const nr = yt();
|
|
@@ -13940,7 +13945,7 @@ Required: ` + o.join(", "));
|
|
|
13940
13945
|
win: o,
|
|
13941
13946
|
serializer: i,
|
|
13942
13947
|
editor: u,
|
|
13943
|
-
expand: (Nn = { type: "word" }) =>
|
|
13948
|
+
expand: (Nn = { type: "word" }) => Mt(A1(e).expand(_t(), Nn)),
|
|
13944
13949
|
collapse: nt,
|
|
13945
13950
|
setCursorLocation: E,
|
|
13946
13951
|
getContent: P,
|
|
@@ -13954,7 +13959,7 @@ Required: ` + o.join(", "));
|
|
|
13954
13959
|
setNode: cn,
|
|
13955
13960
|
getNode: kn,
|
|
13956
13961
|
getSel: yt,
|
|
13957
|
-
setRng:
|
|
13962
|
+
setRng: Mt,
|
|
13958
13963
|
getRng: _t,
|
|
13959
13964
|
getStart: j,
|
|
13960
13965
|
getEnd: ee,
|
|
@@ -13964,7 +13969,7 @@ Required: ` + o.join(", "));
|
|
|
13964
13969
|
if (!VM(Os) && w1(u)) {
|
|
13965
13970
|
const nr = AS(e, Nn);
|
|
13966
13971
|
return nr.each((Gn) => {
|
|
13967
|
-
|
|
13972
|
+
Mt(Gn, Gt());
|
|
13968
13973
|
}), nr.getOr(Nn);
|
|
13969
13974
|
}
|
|
13970
13975
|
return Nn;
|
|
@@ -13985,7 +13990,7 @@ Required: ` + o.join(", "));
|
|
|
13985
13990
|
scrollIntoView: (Nn, Os) => {
|
|
13986
13991
|
Me(Nn) ? u7(u, Nn, Os) : ix(u, _t(), Os);
|
|
13987
13992
|
},
|
|
13988
|
-
placeCaretAt: (Nn, Os) =>
|
|
13993
|
+
placeCaretAt: (Nn, Os) => Mt(Fv(Nn, Os, u.getDoc())),
|
|
13989
13994
|
getBoundingClientRect: () => {
|
|
13990
13995
|
const Nn = _t();
|
|
13991
13996
|
return Nn.collapsed ? Ut.fromRangeStart(Nn).getClientRects()[0] : Nn.getBoundingClientRect();
|
|
@@ -14646,8 +14651,8 @@ Options:
|
|
|
14646
14651
|
}
|
|
14647
14652
|
nt(u(o.basePath, cn.location));
|
|
14648
14653
|
};
|
|
14649
|
-
const
|
|
14650
|
-
|
|
14654
|
+
const Mt = new FormData();
|
|
14655
|
+
Mt.append("file", ve.blob(), ve.filename()), _t.send(Mt);
|
|
14651
14656
|
}), v = ue(o.handler) ? o.handler : m, w = () => new Promise((ve) => {
|
|
14652
14657
|
ve([]);
|
|
14653
14658
|
}), E = (ve, $e) => ({
|
|
@@ -14664,20 +14669,20 @@ Options:
|
|
|
14664
14669
|
nt($e);
|
|
14665
14670
|
}), delete i[ve];
|
|
14666
14671
|
}, j = (ve, $e, nt) => (e.markPending(ve.blobUri()), new Promise((yt) => {
|
|
14667
|
-
let _t,
|
|
14672
|
+
let _t, Mt;
|
|
14668
14673
|
try {
|
|
14669
14674
|
const cn = () => {
|
|
14670
|
-
_t && (_t.close(),
|
|
14675
|
+
_t && (_t.close(), Mt = kt);
|
|
14671
14676
|
}, kn = (Gt) => {
|
|
14672
14677
|
cn(), e.markUploaded(ve.blobUri(), Gt), I(ve.blobUri(), E(ve, Gt)), yt(E(ve, Gt));
|
|
14673
14678
|
}, Jn = (Gt) => {
|
|
14674
14679
|
cn(), e.removeFailed(ve.blobUri()), I(ve.blobUri(), P(ve, Gt)), yt(P(ve, Gt));
|
|
14675
14680
|
};
|
|
14676
|
-
|
|
14681
|
+
Mt = (Gt) => {
|
|
14677
14682
|
Gt < 0 || Gt > 100 || ne.from(_t).orThunk(() => ne.from(nt).map(Ae)).each((Lt) => {
|
|
14678
14683
|
_t = Lt, Lt.progressBar.value(Gt);
|
|
14679
14684
|
});
|
|
14680
|
-
}, $e(ve,
|
|
14685
|
+
}, $e(ve, Mt).then(kn, (Gt) => {
|
|
14681
14686
|
Jn(te(Gt) ? { message: Gt } : Gt);
|
|
14682
14687
|
});
|
|
14683
14688
|
} catch (cn) {
|
|
@@ -14708,28 +14713,28 @@ Options:
|
|
|
14708
14713
|
}, zF = (e) => {
|
|
14709
14714
|
const o = EC();
|
|
14710
14715
|
let i, u;
|
|
14711
|
-
const m = LF(), v = [], w = (_t) => (
|
|
14716
|
+
const m = LF(), v = [], w = (_t) => (Mt) => e.selection ? _t(Mt) : [], E = (_t) => _t + (_t.indexOf("?") === -1 ? "?" : "&") + (/* @__PURE__ */ new Date()).getTime(), P = (_t, Mt, cn) => {
|
|
14712
14717
|
let kn = 0;
|
|
14713
14718
|
do
|
|
14714
|
-
kn = _t.indexOf(
|
|
14719
|
+
kn = _t.indexOf(Mt, kn), kn !== -1 && (_t = _t.substring(0, kn) + cn + _t.substr(kn + Mt.length), kn += cn.length - Mt.length + 1);
|
|
14715
14720
|
while (kn !== -1);
|
|
14716
14721
|
return _t;
|
|
14717
|
-
}, I = (_t,
|
|
14722
|
+
}, I = (_t, Mt, cn) => {
|
|
14718
14723
|
const kn = `src="${cn}"${cn === ss.transparentSrc ? ' data-mce-placeholder="1"' : ""}`;
|
|
14719
|
-
return _t = P(_t, `src="${
|
|
14720
|
-
}, j = (_t,
|
|
14724
|
+
return _t = P(_t, `src="${Mt}"`, kn), _t = P(_t, 'data-mce-src="' + Mt + '"', 'data-mce-src="' + cn + '"'), _t;
|
|
14725
|
+
}, j = (_t, Mt) => {
|
|
14721
14726
|
Ce(e.undoManager.data, (cn) => {
|
|
14722
|
-
cn.type === "fragmented" ? cn.fragments = ft(cn.fragments, (kn) => I(kn, _t,
|
|
14727
|
+
cn.type === "fragmented" ? cn.fragments = ft(cn.fragments, (kn) => I(kn, _t, Mt)) : cn.content = I(cn.content, _t, Mt);
|
|
14723
14728
|
});
|
|
14724
|
-
}, ee = (_t,
|
|
14725
|
-
const cn = e.convertURL(
|
|
14726
|
-
j(_t.src,
|
|
14727
|
-
src: Z_(e) ? E(
|
|
14729
|
+
}, ee = (_t, Mt) => {
|
|
14730
|
+
const cn = e.convertURL(Mt, "src");
|
|
14731
|
+
j(_t.src, Mt), Ci(Ke.fromDom(_t), {
|
|
14732
|
+
src: Z_(e) ? E(Mt) : Mt,
|
|
14728
14733
|
"data-mce-src": cn
|
|
14729
14734
|
});
|
|
14730
14735
|
}, se = () => (i || (i = VF(e, m)), $e().then(w((_t) => {
|
|
14731
|
-
const
|
|
14732
|
-
return i.upload(
|
|
14736
|
+
const Mt = ft(_t, (cn) => cn.blobInfo);
|
|
14737
|
+
return i.upload(Mt, QF(e)).then(w((cn) => {
|
|
14733
14738
|
const kn = [];
|
|
14734
14739
|
let Jn = !1;
|
|
14735
14740
|
const Gt = ft(cn, (Lt, un) => {
|
|
@@ -14750,21 +14755,21 @@ Options:
|
|
|
14750
14755
|
});
|
|
14751
14756
|
}) : Jn && e.undoManager.dispatchChange(), Gt;
|
|
14752
14757
|
}));
|
|
14753
|
-
}))), fe = () => SO(e) ? se() : Promise.resolve([]), _e = (_t) => Ks(v, (
|
|
14758
|
+
}))), fe = () => SO(e) ? se() : Promise.resolve([]), _e = (_t) => Ks(v, (Mt) => Mt(_t)), ve = (_t) => {
|
|
14754
14759
|
v.push(_t);
|
|
14755
14760
|
}, $e = () => (u || (u = CX(m, o)), u.findAll(e.getBody(), _e).then(w((_t) => {
|
|
14756
|
-
const
|
|
14757
|
-
return Ug(e) || Ce(
|
|
14761
|
+
const Mt = An(_t, (cn) => te(cn) ? (SC(e, cn), !1) : cn.uriType !== "blob");
|
|
14762
|
+
return Ug(e) || Ce(Mt, (cn) => {
|
|
14758
14763
|
j(cn.image.src, cn.blobInfo.blobUri()), cn.image.src = cn.blobInfo.blobUri(), cn.image.removeAttribute("data-mce-src");
|
|
14759
|
-
}),
|
|
14764
|
+
}), Mt;
|
|
14760
14765
|
}))), nt = () => {
|
|
14761
14766
|
o.destroy(), m.destroy(), u = i = null;
|
|
14762
|
-
}, yt = (_t) => _t.replace(/src="(blob:[^"]+)"/g, (
|
|
14767
|
+
}, yt = (_t) => _t.replace(/src="(blob:[^"]+)"/g, (Mt, cn) => {
|
|
14763
14768
|
const kn = m.getResultUri(cn);
|
|
14764
14769
|
if (kn)
|
|
14765
14770
|
return 'src="' + kn + '"';
|
|
14766
14771
|
let Jn = o.getByUri(cn);
|
|
14767
|
-
return Jn || (Jn = Bs(e.editorManager.get(), (Gt, Lt) => Gt || Lt.editorUpload && Lt.editorUpload.blobCache.getByUri(cn), void 0)), Jn ? 'src="data:' + Jn.blob().type + ";base64," + Jn.base64() + '"' :
|
|
14772
|
+
return Jn || (Jn = Bs(e.editorManager.get(), (Gt, Lt) => Gt || Lt.editorUpload && Lt.editorUpload.blobCache.getByUri(cn), void 0)), Jn ? 'src="data:' + Jn.blob().type + ";base64," + Jn.base64() + '"' : Mt;
|
|
14768
14773
|
});
|
|
14769
14774
|
return e.on("SetContent", () => {
|
|
14770
14775
|
SO(e) ? fe() : $e();
|
|
@@ -14774,12 +14779,12 @@ Options:
|
|
|
14774
14779
|
_t.source_view || _t.format === "raw" || _t.format === "tree" || (_t.content = yt(_t.content));
|
|
14775
14780
|
}), e.on("PostRender", () => {
|
|
14776
14781
|
e.parser.addNodeFilter("img", (_t) => {
|
|
14777
|
-
Ce(_t, (
|
|
14778
|
-
const cn =
|
|
14782
|
+
Ce(_t, (Mt) => {
|
|
14783
|
+
const cn = Mt.attr("src");
|
|
14779
14784
|
if (!cn || o.getByUri(cn))
|
|
14780
14785
|
return;
|
|
14781
14786
|
const kn = m.getResultUri(cn);
|
|
14782
|
-
kn &&
|
|
14787
|
+
kn && Mt.attr("src", kn);
|
|
14783
14788
|
});
|
|
14784
14789
|
});
|
|
14785
14790
|
}), {
|
|
@@ -17547,7 +17552,7 @@ Input object: ` + _8(e.input), W3 = (e, o) => FL(e, eo(o, tk)), Xj = ct(Fj), X3
|
|
|
17547
17552
|
AS(E, j).each((un) => {
|
|
17548
17553
|
j.setStart(un.startContainer, un.startOffset), j.setEnd(un.endContainer, un.endOffset);
|
|
17549
17554
|
}), i = j.startContainer, u = j.startOffset;
|
|
17550
|
-
const _t = !!(o && o.shiftKey),
|
|
17555
|
+
const _t = !!(o && o.shiftKey), Mt = !!(o && o.ctrlKey);
|
|
17551
17556
|
ds(i) && i.hasChildNodes() && !ve && (w = u > i.childNodes.length - 1, i = i.childNodes[Math.min(u, i.childNodes.length - 1)] || i, w && an(i) ? u = i.data.length : u = 0);
|
|
17552
17557
|
const cn = ik(E, i);
|
|
17553
17558
|
if (!cn || MG(e, i))
|
|
@@ -17556,7 +17561,7 @@ Input object: ` + _8(e.input), W3 = (e, o) => FL(e, eo(o, tk)), Xj = ct(Fj), X3
|
|
|
17556
17561
|
let kn = E.getParent(i, E.isBlock) || E.getRoot();
|
|
17557
17562
|
v = Me(kn?.parentNode) ? E.getParent(kn.parentNode, E.isBlock) : null, m = kn ? kn.nodeName.toUpperCase() : "";
|
|
17558
17563
|
const Jn = v ? v.nodeName.toUpperCase() : "";
|
|
17559
|
-
if (Jn === "LI" && !
|
|
17564
|
+
if (Jn === "LI" && !Mt) {
|
|
17560
17565
|
const un = v;
|
|
17561
17566
|
kn = un, v = un.parentNode, m = Jn;
|
|
17562
17567
|
}
|
|
@@ -18829,14 +18834,14 @@ Input object: ` + _8(e.input), W3 = (e, o) => FL(e, eo(o, tk)), Xj = ct(Fj), X3
|
|
|
18829
18834
|
}, fe = () => {
|
|
18830
18835
|
e.on("click", (Gt) => {
|
|
18831
18836
|
i.isEditable(Gt.target) || (Gt.preventDefault(), e.focus());
|
|
18832
|
-
}), e.on("blur NewBlock",
|
|
18837
|
+
}), e.on("blur NewBlock", Mt), e.on("ResizeWindow FullscreenStateChanged", m.reposition), e.on("tap", (Gt) => {
|
|
18833
18838
|
const Lt = Gt.target, un = TQ(e, Lt);
|
|
18834
18839
|
mk(un) ? (Gt.preventDefault(), ey(e, un).each(_t)) : I(Lt) && ey(e, Lt).each(_t);
|
|
18835
18840
|
}, !0), e.on("mousedown", (Gt) => {
|
|
18836
18841
|
const Lt = Gt.target;
|
|
18837
18842
|
if (Lt !== u && Lt.nodeName !== "HTML" && !i.isChildOf(Lt, u) || !f$(e, Gt.clientX, Gt.clientY))
|
|
18838
18843
|
return;
|
|
18839
|
-
|
|
18844
|
+
Mt(), kn();
|
|
18840
18845
|
const un = TQ(e, Lt);
|
|
18841
18846
|
mk(un) ? (Gt.preventDefault(), ey(e, un).each(_t)) : gQ(u, Gt.clientX, Gt.clientY).each((Zn) => {
|
|
18842
18847
|
Gt.preventDefault();
|
|
@@ -18862,7 +18867,7 @@ Input object: ` + _8(e.input), W3 = (e, o) => FL(e, eo(o, tk)), Xj = ct(Fj), X3
|
|
|
18862
18867
|
const Jn = (Gt) => ds(Gt) && Gt.id === "mcepastebin";
|
|
18863
18868
|
e.on("AfterSetSelectionRange", (Gt) => {
|
|
18864
18869
|
const Lt = Gt.range, un = Lt.startContainer.parentElement;
|
|
18865
|
-
!ve(Lt) && !Jn(un) && kn(), P(un) ||
|
|
18870
|
+
!ve(Lt) && !Jn(un) && kn(), P(un) || Mt();
|
|
18866
18871
|
}), _Q(e), EK(e), AK(e);
|
|
18867
18872
|
}, _e = (Jn) => ic(Jn) || rO(Jn) || Ph(Jn), ve = (Jn) => _e(Jn.startContainer) || _e(Jn.endContainer), $e = (Jn) => {
|
|
18868
18873
|
const Gt = e.schema.getVoidElements(), Lt = i.createRng(), un = Jn.startContainer, Zn = Jn.startOffset, ys = Jn.endContainer, yo = Jn.endOffset;
|
|
@@ -18926,7 +18931,7 @@ Input object: ` + _8(e.input), W3 = (e, o) => FL(e, eo(o, tk)), Xj = ct(Fj), X3
|
|
|
18926
18931
|
return yt(ys);
|
|
18927
18932
|
}
|
|
18928
18933
|
return null;
|
|
18929
|
-
},
|
|
18934
|
+
}, Mt = () => {
|
|
18930
18935
|
E && E.removeAttribute(w), ia(Ke.fromDom(e.getBody()), "#" + v).each(_r), E = null;
|
|
18931
18936
|
}, cn = () => {
|
|
18932
18937
|
m.destroy(), E = null;
|
|
@@ -19323,7 +19328,7 @@ Input object: ` + _8(e.input), W3 = (e, o) => FL(e, eo(o, tk)), Xj = ct(Fj), X3
|
|
|
19323
19328
|
const Un = gn.target;
|
|
19324
19329
|
/^(IMG|HR)$/.test(Un.nodeName) && m.isEditable(Un) && (gn.preventDefault(), e.selection.select(Un), e.nodeChanged()), Un.nodeName === "A" && m.hasClass(Un, Gn) && Un.childNodes.length === 0 && m.isEditable(Un.parentNode) && (gn.preventDefault(), v.select(Un));
|
|
19325
19330
|
});
|
|
19326
|
-
},
|
|
19331
|
+
}, Mt = () => {
|
|
19327
19332
|
const Gn = () => {
|
|
19328
19333
|
const Un = m.getAttribs(v.getStart().cloneNode(!1));
|
|
19329
19334
|
return () => {
|
|
@@ -19446,7 +19451,7 @@ Input object: ` + _8(e.input), W3 = (e, o) => FL(e, eo(o, tk)), Xj = ct(Fj), X3
|
|
|
19446
19451
|
}, Os = () => {
|
|
19447
19452
|
I && ($e(), _t(), ji(), ve(), j && (yo(), So(), wr())), P && (yt(), Jn(), ys(), rr());
|
|
19448
19453
|
}, nr = () => {
|
|
19449
|
-
kn(), _e(), ss.windowsPhone || Zn(), I && ($e(), _t(), Lt(), ji(), cn(), Gi(), j ? (yo(), So(), wr()) : ve()), P && (nt(), yt(),
|
|
19454
|
+
kn(), _e(), ss.windowsPhone || Zn(), I && ($e(), _t(), Lt(), ji(), cn(), Gi(), j ? (yo(), So(), wr()) : ve()), P && (nt(), yt(), Mt(), Jn(), Gt(), ys(), rr(), cn());
|
|
19450
19455
|
};
|
|
19451
19456
|
return Ug(e) ? Os() : nr(), {
|
|
19452
19457
|
refreshContentEditable: Il,
|
|
@@ -23832,8 +23837,8 @@ The behaviours that can trigger it are: ` + JSON.stringify(Fe(l, (d) => d.name),
|
|
|
23832
23837
|
const gt = n.domChildren;
|
|
23833
23838
|
pO(l, gt);
|
|
23834
23839
|
}, ht = () => {
|
|
23835
|
-
const gt = l,
|
|
23836
|
-
|
|
23840
|
+
const gt = l, Nt = n.value.getOrUndefined();
|
|
23841
|
+
Nt !== Dm(gt) && La(gt, Nt ?? "");
|
|
23837
23842
|
};
|
|
23838
23843
|
return D(), We(), J(), n.innerHtml.fold(ze, rt), ht(), l;
|
|
23839
23844
|
}, n5 = (n) => {
|
|
@@ -23869,19 +23874,19 @@ The behaviours that can trigger it are: ` + JSON.stringify(Fe(l, (d) => d.name),
|
|
|
23869
23874
|
const g = { "alloy.base.behaviour": x_(n) };
|
|
23870
23875
|
return fO(d, n.eventOrder, l, g).getOrDie();
|
|
23871
23876
|
}, D_ = (n, l) => {
|
|
23872
|
-
const d = () => gt, g = cs(b_), y = Vu(fw(n)), S = P_(n), k = Am(S), D = dO(S), N = o5(y, k, D), H = E_(N, l), W = r5(y, k, D), J = cs(y.components), ae = (
|
|
23873
|
-
g.set(
|
|
23877
|
+
const d = () => gt, g = cs(b_), y = Vu(fw(n)), S = P_(n), k = Am(S), D = dO(S), N = o5(y, k, D), H = E_(N, l), W = r5(y, k, D), J = cs(y.components), ae = (Nt) => {
|
|
23878
|
+
g.set(Nt);
|
|
23874
23879
|
}, pe = () => {
|
|
23875
23880
|
g.set(cO(d));
|
|
23876
23881
|
}, Pe = () => {
|
|
23877
|
-
const
|
|
23882
|
+
const Nt = mi(H), Qt = Ce(Nt, (Bn) => g.get().getByDom(Bn).fold(() => [], Bs));
|
|
23878
23883
|
J.set(Qt);
|
|
23879
|
-
}, We = (
|
|
23884
|
+
}, We = (Nt) => {
|
|
23880
23885
|
const Qt = D;
|
|
23881
|
-
return (Y(Qt[
|
|
23882
|
-
throw new Error("Could not find " +
|
|
23886
|
+
return (Y(Qt[Nt.name()]) ? Qt[Nt.name()] : () => {
|
|
23887
|
+
throw new Error("Could not find " + Nt.name() + " in " + JSON.stringify(n, null, 2));
|
|
23883
23888
|
})();
|
|
23884
|
-
}, rt = (
|
|
23889
|
+
}, rt = (Nt) => Y(D[Nt.name()]), ze = () => y.apis, ht = (Nt) => D[Nt]().map((Qt) => Qt.state.readState()).getOr("not enabled"), gt = {
|
|
23885
23890
|
uid: n.uid,
|
|
23886
23891
|
getSystem: g.get,
|
|
23887
23892
|
config: We,
|
|
@@ -24206,7 +24211,7 @@ Receiver: ` + tf(l.element), H, S.data);
|
|
|
24206
24211
|
}, j_ = (n, l, d, g, y, S) => {
|
|
24207
24212
|
const k = g.width, D = g.height, N = (W, J, ae, pe, Pe) => {
|
|
24208
24213
|
const We = W(d, g, y, n, S), rt = v5(We, k, D, S);
|
|
24209
|
-
return rt.fold(G(rt), (ze, ht, gt,
|
|
24214
|
+
return rt.fold(G(rt), (ze, ht, gt, Nt) => (Pe === Nt ? gt > pe || ht > ae : !Pe && Nt) ? rt : Rg.nofit(J, ae, pe, Pe));
|
|
24210
24215
|
};
|
|
24211
24216
|
return wn(l, (W, J) => {
|
|
24212
24217
|
const ae = Ct(N, J);
|
|
@@ -25685,25 +25690,25 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
25685
25690
|
Te("useTabstopAt", kt),
|
|
25686
25691
|
Fo("visibilitySelector")
|
|
25687
25692
|
].concat([n]), d = (ze, ht) => {
|
|
25688
|
-
const gt = ze.visibilitySelector.bind((
|
|
25693
|
+
const gt = ze.visibilitySelector.bind((Nt) => _i(ht, Nt)).getOr(ht);
|
|
25689
25694
|
return fi(gt) > 0;
|
|
25690
25695
|
}, g = (ze, ht) => {
|
|
25691
|
-
const gt = Ac(ze.element, ht.selector),
|
|
25692
|
-
return F.from(
|
|
25696
|
+
const gt = Ac(ze.element, ht.selector), Nt = xt(gt, (Qt) => d(ht, Qt));
|
|
25697
|
+
return F.from(Nt[ht.firstTabstop]);
|
|
25693
25698
|
}, y = (ze, ht) => ht.focusManager.get(ze).bind((gt) => _i(gt, ht.selector)), S = (ze, ht) => d(ze, ht) && ze.useTabstopAt(ht), k = (ze, ht, gt) => {
|
|
25694
|
-
g(ze, ht).each((
|
|
25695
|
-
ht.focusManager.set(ze,
|
|
25699
|
+
g(ze, ht).each((Nt) => {
|
|
25700
|
+
ht.focusManager.set(ze, Nt);
|
|
25696
25701
|
});
|
|
25697
|
-
}, D = (ze, ht, gt,
|
|
25702
|
+
}, D = (ze, ht, gt, Nt, Qt) => Qt(ht, gt, (Bn) => S(Nt, Bn)).fold(() => Nt.cyclic ? F.some(!0) : F.none(), (Bn) => (Nt.focusManager.set(ze, Bn), F.some(!0))), N = (ze, ht, gt, Nt) => {
|
|
25698
25703
|
const Qt = xt(Ac(ze.element, gt.selector), (Bn) => d(gt, Bn));
|
|
25699
|
-
return y(ze, gt).bind((Bn) => lt(Qt, Ct(vo, Bn)).bind((Vt) => D(ze, Qt, Vt, gt,
|
|
25704
|
+
return y(ze, gt).bind((Bn) => lt(Qt, Ct(vo, Bn)).bind((Vt) => D(ze, Qt, Vt, gt, Nt)));
|
|
25700
25705
|
}, H = (ze, ht, gt) => {
|
|
25701
|
-
const
|
|
25702
|
-
return N(ze, ht, gt,
|
|
25706
|
+
const Nt = gt.cyclic ? nn : qn;
|
|
25707
|
+
return N(ze, ht, gt, Nt);
|
|
25703
25708
|
}, W = (ze, ht, gt) => {
|
|
25704
|
-
const
|
|
25705
|
-
return N(ze, ht, gt,
|
|
25706
|
-
}, J = (ze) => au(ze).bind(Nc).exists((ht) => vo(ht, ze)), ae = (ze, ht, gt) => y(ze, gt).filter((
|
|
25709
|
+
const Nt = gt.cyclic ? lr : cr;
|
|
25710
|
+
return N(ze, ht, gt, Nt);
|
|
25711
|
+
}, J = (ze) => au(ze).bind(Nc).exists((ht) => vo(ht, ze)), ae = (ze, ht, gt) => y(ze, gt).filter((Nt) => !gt.useTabstopAt(Nt)).bind((Nt) => (J(Nt) ? H : W)(ze, ht, gt)), pe = (ze, ht, gt) => gt.onEnter.bind((Nt) => Nt(ze, ht)), Pe = (ze, ht, gt) => gt.onEscape.bind((Nt) => Nt(ze, ht)), We = G([
|
|
25707
25712
|
Do(Mr([
|
|
25708
25713
|
uc,
|
|
25709
25714
|
ms(Et)
|
|
@@ -26636,7 +26641,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
26636
26641
|
}, gt = (pn, Mn) => {
|
|
26637
26642
|
const Ns = k(Mn);
|
|
26638
26643
|
return y.collapse(Ns).bind((no) => (Pe(pn, no), We(pn, y, no).map((ws) => (n.onCollapseMenu(pn, Mn, ws), ws))));
|
|
26639
|
-
},
|
|
26644
|
+
}, Nt = (pn, Mn) => {
|
|
26640
26645
|
const Ns = k(Mn);
|
|
26641
26646
|
return y.refresh(Ns).bind((no) => (Pe(pn, no), We(pn, y, no)));
|
|
26642
26647
|
}, Qt = (pn, Mn) => _1(Mn.element) ? F.none() : ht(pn, Mn, rt.HighlightSubmenu), Bn = (pn, Mn) => _1(Mn.element) ? F.none() : gt(pn, Mn), bn = (pn, Mn) => gt(pn, Mn).orThunk(() => n.onEscape(pn, Mn).map(() => pn)), Vt = (pn) => (Mn, Ns) => _i(Ns.getSource(), `.${n.markers.item}`).bind((no) => Mn.getSystem().getByDom(no).toOptional().bind((ws) => pn(Mn, ws).map(kt))), Wn = $r([
|
|
@@ -26670,7 +26675,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
26670
26675
|
}),
|
|
26671
26676
|
...n.navigateOnHover ? [Yt(_P(), (pn, Mn) => {
|
|
26672
26677
|
const Ns = Mn.event.item;
|
|
26673
|
-
|
|
26678
|
+
Nt(pn, Ns), ht(pn, Ns, rt.HighlightParent), n.onHover(pn, Ns);
|
|
26674
26679
|
})] : []
|
|
26675
26680
|
]), Ps = (pn) => ye.getHighlighted(pn).bind(ye.getHighlighted), Cs = (pn) => {
|
|
26676
26681
|
Ps(pn).each((Mn) => {
|
|
@@ -27665,7 +27670,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
27665
27670
|
const Ho = d.createElement("template");
|
|
27666
27671
|
Ho.content && Ho.content.ownerDocument && (d = Ho.content.ownerDocument);
|
|
27667
27672
|
}
|
|
27668
|
-
let
|
|
27673
|
+
let Nt, Qt = "";
|
|
27669
27674
|
const {
|
|
27670
27675
|
implementation: Bn,
|
|
27671
27676
|
createNodeIterator: bn,
|
|
@@ -27737,9 +27742,9 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
27737
27742
|
throw WS('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
27738
27743
|
if (typeof It.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
27739
27744
|
throw WS('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
27740
|
-
|
|
27745
|
+
Nt = It.TRUSTED_TYPES_POLICY, Qt = Nt.createHTML("");
|
|
27741
27746
|
} else
|
|
27742
|
-
|
|
27747
|
+
Nt === void 0 && (Nt = NN(pe, y)), Nt !== null && typeof Qt == "string" && (Qt = Nt.createHTML(""));
|
|
27743
27748
|
wd && wd(It), zE = It;
|
|
27744
27749
|
}
|
|
27745
27750
|
}, Woe = Ur({}, [...qS, ...R4, ...rD]), Xoe = Ur({}, [...mx, ...EN]), Dhe = function(It) {
|
|
@@ -27791,7 +27796,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
27791
27796
|
To = rd && rd[0];
|
|
27792
27797
|
}
|
|
27793
27798
|
S6 === "application/xhtml+xml" && HE === xy && (It = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + It + "</body></html>");
|
|
27794
|
-
const Ll =
|
|
27799
|
+
const Ll = Nt ? Nt.createHTML(It) : It;
|
|
27795
27800
|
if (HE === xy)
|
|
27796
27801
|
try {
|
|
27797
27802
|
_s = new ae().parseFromString(Ll, S6);
|
|
@@ -27928,14 +27933,14 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
27928
27933
|
C6(rd, It);
|
|
27929
27934
|
continue;
|
|
27930
27935
|
}
|
|
27931
|
-
if (
|
|
27936
|
+
if (Nt && typeof pe == "object" && typeof pe.getAttributeType == "function" && !nm)
|
|
27932
27937
|
switch (pe.getAttributeType(tre, k6)) {
|
|
27933
27938
|
case "TrustedHTML": {
|
|
27934
|
-
Dd =
|
|
27939
|
+
Dd = Nt.createHTML(Dd);
|
|
27935
27940
|
break;
|
|
27936
27941
|
}
|
|
27937
27942
|
case "TrustedScriptURL": {
|
|
27938
|
-
Dd =
|
|
27943
|
+
Dd = Nt.createScriptURL(Dd);
|
|
27939
27944
|
break;
|
|
27940
27945
|
}
|
|
27941
27946
|
}
|
|
@@ -27974,7 +27979,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
27974
27979
|
else {
|
|
27975
27980
|
if (!LE && !s0 && !Oy && // eslint-disable-next-line unicorn/prefer-includes
|
|
27976
27981
|
Ho.indexOf("<") === -1)
|
|
27977
|
-
return
|
|
27982
|
+
return Nt && QV ? Nt.createHTML(Ho) : Ho;
|
|
27978
27983
|
if (_s = qoe(Ho), !_s)
|
|
27979
27984
|
return LE ? null : QV ? Qt : "";
|
|
27980
27985
|
}
|
|
@@ -27996,7 +28001,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
27996
28001
|
return Oy && to["!doctype"] && _s.ownerDocument && _s.ownerDocument.doctype && _s.ownerDocument.doctype.name && Gc($N, _s.ownerDocument.doctype.name) && (nm = "<!DOCTYPE " + _s.ownerDocument.doctype.name + `>
|
|
27997
28002
|
` + nm), s0 && P4([Co, Hs, Gs], (ub) => {
|
|
27998
28003
|
nm = US(nm, ub, " ");
|
|
27999
|
-
}),
|
|
28004
|
+
}), Nt && QV ? Nt.createHTML(nm) : nm;
|
|
28000
28005
|
}, l.setConfig = function() {
|
|
28001
28006
|
let Ho = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
28002
28007
|
$ee(Ho), x6 = !0;
|
|
@@ -28238,7 +28243,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
28238
28243
|
const Pe = () => {
|
|
28239
28244
|
const gt = (bn) => {
|
|
28240
28245
|
Zs.remove(bn, rt), ze();
|
|
28241
|
-
},
|
|
28246
|
+
}, Nt = (bn, Vt) => {
|
|
28242
28247
|
mi(bn.element).length === 0 ? Qt(bn, Vt) : Bn(bn, Vt);
|
|
28243
28248
|
}, Qt = (bn, Vt) => {
|
|
28244
28249
|
hi.hide(bn), g.clear(), Vt && n.focus();
|
|
@@ -28248,7 +28253,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
28248
28253
|
g.on((bn) => {
|
|
28249
28254
|
ae();
|
|
28250
28255
|
const Vt = pe();
|
|
28251
|
-
gt(bn),
|
|
28256
|
+
gt(bn), Nt(bn, Vt);
|
|
28252
28257
|
});
|
|
28253
28258
|
}, We = () => !I1(n) || !y.header.isPositionedAtTop(), rt = lc(F4.sketch({
|
|
28254
28259
|
text: J.text,
|
|
@@ -28267,8 +28272,8 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
28267
28272
|
}));
|
|
28268
28273
|
if (g.isSet()) {
|
|
28269
28274
|
const gt = ba(rt);
|
|
28270
|
-
g.on((
|
|
28271
|
-
Zs.append(
|
|
28275
|
+
g.on((Nt) => {
|
|
28276
|
+
Zs.append(Nt, gt), hi.reposition(Nt), rt.hasConfigured(si) && si.refresh(Nt), D(Nt.components());
|
|
28272
28277
|
});
|
|
28273
28278
|
} else {
|
|
28274
28279
|
const gt = lc(hi.sketch({
|
|
@@ -28309,11 +28314,11 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
28309
28314
|
}))
|
|
28310
28315
|
})] : []
|
|
28311
28316
|
])
|
|
28312
|
-
})),
|
|
28317
|
+
})), Nt = ba(rt), Qt = { maxHeightFunction: z0() }, Bn = {
|
|
28313
28318
|
...y.anchors.banner(),
|
|
28314
28319
|
overrides: Qt
|
|
28315
28320
|
};
|
|
28316
|
-
g.set(gt), d.add(gt), hi.showWithinBounds(gt,
|
|
28321
|
+
g.set(gt), d.add(gt), hi.showWithinBounds(gt, Nt, { anchor: Bn }, k);
|
|
28317
28322
|
}
|
|
28318
28323
|
me(J.timeout) && J.timeout > 0 && m4.setEditorTimeout(n, () => {
|
|
28319
28324
|
Pe();
|
|
@@ -30623,8 +30628,8 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
30623
30628
|
}, W = () => hi.getContent(k).bind((ze) => js(ze.components(), 0)), J = () => n.execCommand("mceAutocompleterClose"), ae = (ze) => {
|
|
30624
30629
|
const ht = Ks(ze, (gt) => F.from(gt.columns)).getOr(1);
|
|
30625
30630
|
return Ce(ze, (gt) => {
|
|
30626
|
-
const
|
|
30627
|
-
return fX(
|
|
30631
|
+
const Nt = gt.items;
|
|
30632
|
+
return fX(Nt, gt.matchText, (Qt, Bn) => {
|
|
30628
30633
|
const bn = {
|
|
30629
30634
|
hide: () => J(),
|
|
30630
30635
|
reload: (Vt) => {
|
|
@@ -30637,7 +30642,7 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
30637
30642
|
}, ht, hf.BUBBLE_TO_SANDBOX, l, gt.highlightOn);
|
|
30638
30643
|
});
|
|
30639
30644
|
}, pe = (ze, ht) => {
|
|
30640
|
-
const gt = Ks(ze, (
|
|
30645
|
+
const gt = Ks(ze, (Nt) => F.from(Nt.columns)).getOr(1);
|
|
30641
30646
|
hi.showMenuAt(k, {
|
|
30642
30647
|
anchor: {
|
|
30643
30648
|
type: "selection",
|
|
@@ -30662,8 +30667,8 @@ Components: ` + JSON.stringify(l.components, null, 2));
|
|
|
30662
30667
|
width: "1px",
|
|
30663
30668
|
top: `${ht.offsetTop}px`,
|
|
30664
30669
|
left: `${ht.offsetLeft}px`
|
|
30665
|
-
}), n.dom.add(ze, gt.dom), fo(gt, '[role="menu"]').each((
|
|
30666
|
-
mo(
|
|
30670
|
+
}), n.dom.add(ze, gt.dom), fo(gt, '[role="menu"]').each((Nt) => {
|
|
30671
|
+
mo(Nt, "position"), mo(Nt, "max-height");
|
|
30667
30672
|
});
|
|
30668
30673
|
};
|
|
30669
30674
|
n.on("AutocompleterStart", ({ lookupData: ze }) => {
|
|
@@ -30928,18 +30933,18 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
30928
30933
|
}), S = {
|
|
30929
30934
|
debugInfo: G("real"),
|
|
30930
30935
|
triggerEvent: (ze, ht, gt) => {
|
|
30931
|
-
Ph(ze, ht, (
|
|
30936
|
+
Ph(ze, ht, (Nt) => IF(g, ze, gt, ht, Nt));
|
|
30932
30937
|
},
|
|
30933
30938
|
triggerFocus: (ze, ht) => {
|
|
30934
30939
|
ov(ze).fold(() => {
|
|
30935
30940
|
Pl(ze);
|
|
30936
30941
|
}, (gt) => {
|
|
30937
|
-
Ph(wg(), ze, (
|
|
30942
|
+
Ph(wg(), ze, (Nt) => (bX(g, wg(), {
|
|
30938
30943
|
originator: ht,
|
|
30939
30944
|
kill: te,
|
|
30940
30945
|
prevent: te,
|
|
30941
30946
|
target: ze
|
|
30942
|
-
}, ze,
|
|
30947
|
+
}, ze, Nt), !1));
|
|
30943
30948
|
});
|
|
30944
30949
|
},
|
|
30945
30950
|
triggerEscape: (ze, ht) => {
|
|
@@ -30984,8 +30989,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
30984
30989
|
}, J = (ze) => {
|
|
30985
30990
|
const ht = d.filter(Sg());
|
|
30986
30991
|
vt(ht, (gt) => {
|
|
30987
|
-
const
|
|
30988
|
-
Pm(
|
|
30992
|
+
const Nt = gt.descHandler;
|
|
30993
|
+
Pm(Nt)(ze);
|
|
30989
30994
|
});
|
|
30990
30995
|
}, ae = (ze) => {
|
|
30991
30996
|
J({
|
|
@@ -31143,14 +31148,14 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
31143
31148
|
pe(Pe, We, rt, io(rt, "data-collection-item-value"));
|
|
31144
31149
|
});
|
|
31145
31150
|
}, D = (pe, Pe) => {
|
|
31146
|
-
const rt = l.checkUiComponentContext("mode:design").shouldDisable || l.isDisabled() ? " tox-collection__item--state-disabled" : "", ze = Fe(Pe, (
|
|
31147
|
-
const Qt = Zf.translate(
|
|
31151
|
+
const rt = l.checkUiComponentContext("mode:design").shouldDisable || l.isDisabled() ? " tox-collection__item--state-disabled" : "", ze = Fe(Pe, (Nt) => {
|
|
31152
|
+
const Qt = Zf.translate(Nt.text), Bn = n.columns === 1 ? `<div class="tox-collection__item-label">${Qt}</div>` : "", bn = `<div class="tox-collection__item-icon">${S(Nt.icon)}</div>`, Vt = {
|
|
31148
31153
|
_: " ",
|
|
31149
31154
|
" - ": " ",
|
|
31150
31155
|
"-": " "
|
|
31151
31156
|
}, Wn = Qt.replace(/\_| \- |\-/g, (Ps) => Vt[Ps]);
|
|
31152
|
-
return `<div data-mce-tooltip="${Wn}" class="tox-collection__item${rt}" tabindex="-1" data-collection-item-value="${_X.encodeAllRaw(
|
|
31153
|
-
}), ht = n.columns !== "auto" && n.columns > 1 ? Xe(ze, n.columns) : [ze], gt = Fe(ht, (
|
|
31157
|
+
return `<div data-mce-tooltip="${Wn}" class="tox-collection__item${rt}" tabindex="-1" data-collection-item-value="${_X.encodeAllRaw(Nt.value)}" aria-label="${Wn}">${bn}${Bn}</div>`;
|
|
31158
|
+
}), ht = n.columns !== "auto" && n.columns > 1 ? Xe(ze, n.columns) : [ze], gt = Fe(ht, (Nt) => `<div class="tox-collection__group">${Nt.join("")}</div>`);
|
|
31154
31159
|
Bi(pe.element, gt.join(""));
|
|
31155
31160
|
}, N = k((pe, Pe, We, rt) => {
|
|
31156
31161
|
Pe.stop(), l.checkUiComponentContext("mode:design").shouldDisable || l.isDisabled() || vs(pe, Ed, {
|
|
@@ -31900,7 +31905,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
31900
31905
|
Bn.stop(), n.mouseIsDown.set(!0), n.onDragStart(Qt, y(Qt));
|
|
31901
31906
|
}, gt = (Qt, Bn) => {
|
|
31902
31907
|
Bn.stop(), n.onDragEnd(Qt, y(Qt)), ze(Qt);
|
|
31903
|
-
},
|
|
31908
|
+
}, Nt = (Qt) => {
|
|
31904
31909
|
Rr(Qt, n, "spectrum").map(gs.focusIn);
|
|
31905
31910
|
};
|
|
31906
31911
|
return {
|
|
@@ -31910,7 +31915,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
31910
31915
|
behaviours: Ui(n.sliderBehaviours, [
|
|
31911
31916
|
gs.config({
|
|
31912
31917
|
mode: "special",
|
|
31913
|
-
focusIn:
|
|
31918
|
+
focusIn: Nt
|
|
31914
31919
|
}),
|
|
31915
31920
|
Qn.config({
|
|
31916
31921
|
store: {
|
|
@@ -31936,7 +31941,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
31936
31941
|
Yt(Jd(), ht),
|
|
31937
31942
|
Yt(xh(), gt),
|
|
31938
31943
|
Yt(zu(), (Qt, Bn) => {
|
|
31939
|
-
|
|
31944
|
+
Nt(Qt), ht(Qt, Bn);
|
|
31940
31945
|
}),
|
|
31941
31946
|
Yt(wh(), gt)
|
|
31942
31947
|
]),
|
|
@@ -32075,13 +32080,13 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32075
32080
|
},
|
|
32076
32081
|
validator: {
|
|
32077
32082
|
validate: (ht) => {
|
|
32078
|
-
const gt = Qn.getValue(ht),
|
|
32079
|
-
return fc.pure(
|
|
32083
|
+
const gt = Qn.getValue(ht), Nt = rt(gt) ? bo.value(!0) : bo.error(n("aria.input.invalid"));
|
|
32084
|
+
return fc.pure(Nt);
|
|
32080
32085
|
},
|
|
32081
32086
|
validateOnLoad: !1
|
|
32082
32087
|
}
|
|
32083
32088
|
}), N = (We, rt, ze, ht, gt) => {
|
|
32084
|
-
const
|
|
32089
|
+
const Nt = cs(yq), Qt = n(W$ + "range"), Bn = _o.parts.label({
|
|
32085
32090
|
dom: { tag: "label" },
|
|
32086
32091
|
components: [Qr(ze)]
|
|
32087
32092
|
}), bn = _o.parts.field({
|
|
@@ -32094,13 +32099,13 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32094
32099
|
},
|
|
32095
32100
|
inputClasses: [l("textfield")],
|
|
32096
32101
|
inputBehaviours: xn([
|
|
32097
|
-
D(rt, We,
|
|
32102
|
+
D(rt, We, Nt),
|
|
32098
32103
|
Vr.config({}),
|
|
32099
32104
|
li.config({
|
|
32100
32105
|
...y({
|
|
32101
32106
|
tooltipText: "",
|
|
32102
32107
|
onSetup: (Gs) => {
|
|
32103
|
-
|
|
32108
|
+
Nt.set({
|
|
32104
32109
|
isEnabled: () => li.isEnabled(Gs),
|
|
32105
32110
|
setEnabled: (ls) => li.setEnabled(Gs, ls),
|
|
32106
32111
|
immediatelyShow: () => li.immediateOpenClose(Gs, !0),
|
|
@@ -32174,10 +32179,10 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32174
32179
|
hex: cs(F.some("ffffff"))
|
|
32175
32180
|
}, rt = (ls, pn) => {
|
|
32176
32181
|
const Mn = bC(pn);
|
|
32177
|
-
W(ls, Mn),
|
|
32182
|
+
W(ls, Mn), Nt(Mn);
|
|
32178
32183
|
}, ze = (ls) => We[ls].get(), ht = (ls, pn) => {
|
|
32179
32184
|
We[ls].set(pn);
|
|
32180
|
-
}, gt = () => ze("red").bind((ls) => ze("green").bind((pn) => ze("blue").map((Mn) => Wv(ls, pn, Mn, 1)))),
|
|
32185
|
+
}, gt = () => ze("red").bind((ls) => ze("green").bind((pn) => ze("blue").map((Mn) => Wv(ls, pn, Mn, 1)))), Nt = (ls) => {
|
|
32181
32186
|
const pn = ls.red, Mn = ls.green, Ns = ls.blue;
|
|
32182
32187
|
ht("red", F.some(pn)), ht("green", F.some(Mn)), ht("blue", F.some(Ns));
|
|
32183
32188
|
}, Qt = (ls, pn) => {
|
|
@@ -32188,7 +32193,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32188
32193
|
const Mn = IB(pn);
|
|
32189
32194
|
ht("hex", F.some(Mn.value));
|
|
32190
32195
|
const Ns = bC(Mn);
|
|
32191
|
-
W(ls, Ns),
|
|
32196
|
+
W(ls, Ns), Nt(Ns), vs(ls, V$, { hex: Mn }), ae(ls, Mn);
|
|
32192
32197
|
}, bn = (ls, pn, Mn) => {
|
|
32193
32198
|
const Ns = parseInt(Mn, 10);
|
|
32194
32199
|
ht(pn, F.some(Ns)), gt().each((no) => {
|
|
@@ -32357,7 +32362,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32357
32362
|
}, gt = (Vt, Wn) => {
|
|
32358
32363
|
const Ps = bC(Vt);
|
|
32359
32364
|
J.paletteRgba.set(Ps), J.paletteHue.set(Wn);
|
|
32360
|
-
},
|
|
32365
|
+
}, Nt = (Vt, Wn, Ps, Cs) => {
|
|
32361
32366
|
gt(Wn, Ps), vt(Cs, (Co) => {
|
|
32362
32367
|
Co(Vt, Wn, Ps);
|
|
32363
32368
|
});
|
|
@@ -32365,7 +32370,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32365
32370
|
const Vt = [rt];
|
|
32366
32371
|
return (Wn, Ps) => {
|
|
32367
32372
|
const Cs = Ps.event.value, Co = J.paletteHue.get(), Hs = vC(Co, Cs.x, 100 - Cs.y), Gs = sF(Hs);
|
|
32368
|
-
|
|
32373
|
+
Nt(Wn, Gs, Co, Vt);
|
|
32369
32374
|
};
|
|
32370
32375
|
}, Bn = () => {
|
|
32371
32376
|
const Vt = [
|
|
@@ -32374,7 +32379,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32374
32379
|
];
|
|
32375
32380
|
return (Wn, Ps) => {
|
|
32376
32381
|
const Cs = H(Ps.event.value), Co = J.paletteRgba.get(), Hs = yC(Co), Gs = vC(Cs, Hs.saturation, Hs.value), ls = sF(Gs);
|
|
32377
|
-
|
|
32382
|
+
Nt(Wn, ls, Cs, Vt);
|
|
32378
32383
|
};
|
|
32379
32384
|
}, bn = () => {
|
|
32380
32385
|
const Vt = [
|
|
@@ -32384,7 +32389,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
32384
32389
|
];
|
|
32385
32390
|
return (Wn, Ps) => {
|
|
32386
32391
|
const Cs = Ps.event.hex, Co = ml(Cs);
|
|
32387
|
-
|
|
32392
|
+
Nt(Wn, Cs, Co.hue, Vt);
|
|
32388
32393
|
};
|
|
32389
32394
|
};
|
|
32390
32395
|
return {
|
|
@@ -33540,8 +33545,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
33540
33545
|
}),
|
|
33541
33546
|
fa(() => l.checkUiComponentContext("mode:design")),
|
|
33542
33547
|
Us("size-input-events2", [Yt(g, (We, rt) => {
|
|
33543
|
-
const ze = rt.event.isField1, ht = ze ? qi.getField1(We) : qi.getField2(We), gt = ze ? qi.getField2(We) : qi.getField1(We),
|
|
33544
|
-
d = iL(
|
|
33548
|
+
const ze = rt.event.isField1, ht = ze ? qi.getField1(We) : qi.getField2(We), gt = ze ? qi.getField2(We) : qi.getField1(We), Nt = ht.map(Qn.getValue).getOr(""), Qt = gt.map(Qn.getValue).getOr("");
|
|
33549
|
+
d = iL(Nt, Qt);
|
|
33545
33550
|
})])
|
|
33546
33551
|
])
|
|
33547
33552
|
});
|
|
@@ -34319,7 +34324,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
34319
34324
|
We.fold(() => {
|
|
34320
34325
|
n.model.selectsOver && ye.highlightFirst(ht);
|
|
34321
34326
|
}, (gt) => {
|
|
34322
|
-
ye.highlightBy(ht, (
|
|
34327
|
+
ye.highlightBy(ht, (Nt) => Qn.getValue(Nt).value === gt.value), ye.getHighlighted(ht).orThunk(() => (ye.highlightFirst(ht), F.none()));
|
|
34323
34328
|
});
|
|
34324
34329
|
});
|
|
34325
34330
|
};
|
|
@@ -34572,9 +34577,9 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
34572
34577
|
vs(gt, Ed, {
|
|
34573
34578
|
name: n.name,
|
|
34574
34579
|
value: {
|
|
34575
|
-
setIcon: (
|
|
34580
|
+
setIcon: (Nt) => {
|
|
34576
34581
|
S.map((Qt) => Qt.getOpt(gt).each((Bn) => {
|
|
34577
|
-
Zs.set(Bn, [K1(
|
|
34582
|
+
Zs.set(Bn, [K1(Nt, l.icons)]);
|
|
34578
34583
|
}));
|
|
34579
34584
|
}
|
|
34580
34585
|
}
|
|
@@ -34682,11 +34687,11 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
34682
34687
|
minChars: 0,
|
|
34683
34688
|
responseTime: 0,
|
|
34684
34689
|
fetch: (ht) => {
|
|
34685
|
-
const gt = Pj(n.filetype, ht, d),
|
|
34690
|
+
const gt = Pj(n.filetype, ht, d), Nt = Rx(gt, hf.BUBBLE_TO_SANDBOX, l, {
|
|
34686
34691
|
isHorizontalMenu: !1,
|
|
34687
34692
|
search: F.none()
|
|
34688
34693
|
});
|
|
34689
|
-
return fc.pure(
|
|
34694
|
+
return fc.pure(Nt);
|
|
34690
34695
|
},
|
|
34691
34696
|
getHotspot: (ht) => Pe.getOpt(ht),
|
|
34692
34697
|
onSetValue: (ht, gt) => {
|
|
@@ -34697,19 +34702,19 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
34697
34702
|
getRoot: (gt) => Ol(gt.element),
|
|
34698
34703
|
invalidClass: "tox-control-wrap--status-invalid",
|
|
34699
34704
|
notify: {
|
|
34700
|
-
onInvalid: (gt,
|
|
34705
|
+
onInvalid: (gt, Nt) => {
|
|
34701
34706
|
W.getOpt(gt).each((Qt) => {
|
|
34702
|
-
Kt(Qt.element, "title", y.translate(
|
|
34707
|
+
Kt(Qt.element, "title", y.translate(Nt));
|
|
34703
34708
|
});
|
|
34704
34709
|
}
|
|
34705
34710
|
},
|
|
34706
34711
|
validator: {
|
|
34707
34712
|
validate: (gt) => {
|
|
34708
|
-
const
|
|
34713
|
+
const Nt = Qn.getValue(gt);
|
|
34709
34714
|
return V3.nu((Qt) => {
|
|
34710
34715
|
ht({
|
|
34711
34716
|
type: n.filetype,
|
|
34712
|
-
url:
|
|
34717
|
+
url: Nt.value
|
|
34713
34718
|
}, (Bn) => {
|
|
34714
34719
|
if (Bn.status === "invalid") {
|
|
34715
34720
|
const bn = bo.error(Bn.message);
|
|
@@ -34728,8 +34733,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
34728
34733
|
Vr.config({}),
|
|
34729
34734
|
Us("urlinput-events", [
|
|
34730
34735
|
Yt(Zu(), (ht) => {
|
|
34731
|
-
const gt = Dm(ht.element),
|
|
34732
|
-
|
|
34736
|
+
const gt = Dm(ht.element), Nt = gt.trim();
|
|
34737
|
+
Nt !== gt && La(ht.element, Nt), n.filetype === "file" && vs(ht, Ju, { name: n.name });
|
|
34733
34738
|
}),
|
|
34734
34739
|
Yt(Ff(), (ht) => {
|
|
34735
34740
|
vs(ht, Ju, { name: n.name }), S(ht);
|
|
@@ -34754,16 +34759,16 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
34754
34759
|
markers: { openClass: "tox-textfield--popup-open" },
|
|
34755
34760
|
lazySink: l.shared.getSink,
|
|
34756
34761
|
parts: { menu: H4(!1, 1, "normal") },
|
|
34757
|
-
onExecute: (ht, gt,
|
|
34762
|
+
onExecute: (ht, gt, Nt) => {
|
|
34758
34763
|
vs(gt, PC, {});
|
|
34759
34764
|
},
|
|
34760
|
-
onItemExecute: (ht, gt,
|
|
34765
|
+
onItemExecute: (ht, gt, Nt, Qt) => {
|
|
34761
34766
|
S(ht), vs(ht, Ju, { name: n.name });
|
|
34762
34767
|
}
|
|
34763
34768
|
}, D = _o.parts.field({
|
|
34764
34769
|
...k,
|
|
34765
34770
|
factory: CL
|
|
34766
|
-
}), N = n.label.map((ht) => q1(ht, y)), W = tr(((ht, gt,
|
|
34771
|
+
}), N = n.label.map((ht) => q1(ht, y)), W = tr(((ht, gt, Nt = ht, Qt = ht) => ff(Nt, {
|
|
34767
34772
|
tag: "div",
|
|
34768
34773
|
classes: [
|
|
34769
34774
|
"tox-icon",
|
|
@@ -34810,9 +34815,9 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
34810
34815
|
])
|
|
34811
34816
|
}), ze = (ht) => {
|
|
34812
34817
|
Io.getCurrent(ht).each((gt) => {
|
|
34813
|
-
const
|
|
34818
|
+
const Nt = Qn.getValue(gt), Qt = {
|
|
34814
34819
|
fieldname: n.name,
|
|
34815
|
-
...
|
|
34820
|
+
...Nt
|
|
34816
34821
|
};
|
|
34817
34822
|
ae.each((Bn) => {
|
|
34818
34823
|
Bn(Qt).get((bn) => {
|
|
@@ -35563,7 +35568,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
35563
35568
|
contextType: "disabled",
|
|
35564
35569
|
shouldDisable: !0
|
|
35565
35570
|
};
|
|
35566
|
-
const [ht, gt = ""] = ze.split(":"),
|
|
35571
|
+
const [ht, gt = ""] = ze.split(":"), Nt = l.ui.registry.getAll().contexts, Qt = vn(Nt, ht).fold(() => vn(Nt, "mode").map((Bn) => Bn("design")).getOr(!1), (Bn) => gt.charAt(0) === "!" ? !Bn(gt.slice(1)) : Bn(gt));
|
|
35567
35572
|
return {
|
|
35568
35573
|
contextType: ht,
|
|
35569
35574
|
shouldDisable: !Qt
|
|
@@ -35636,20 +35641,20 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
35636
35641
|
pt(Cs, (Co) => vo(Co, Vt.target)) && (n.dispatch("ElementScroll", { target: Vt.target.dom }), g(Gy(), Vt));
|
|
35637
35642
|
}
|
|
35638
35643
|
});
|
|
35639
|
-
}), gt = () => y(Bm(), {}),
|
|
35644
|
+
}), gt = () => y(Bm(), {}), Nt = (Vt) => {
|
|
35640
35645
|
Vt.state && y(Nm(), { target: dt.fromDom(n.getContainer()) });
|
|
35641
35646
|
}, Qt = (Vt) => {
|
|
35642
35647
|
y(Nm(), { target: dt.fromDom(Vt.relatedTarget.getContainer()) });
|
|
35643
35648
|
}, Bn = (Vt) => n.dispatch("focusin", Vt), bn = (Vt) => n.dispatch("focusout", Vt);
|
|
35644
35649
|
n.on("PostRender", () => {
|
|
35645
|
-
n.on("click", ae), n.on("tap", ae), n.on("mouseup", pe), n.on("mousedown", Pe), n.on("ScrollWindow", We), n.on("ResizeWindow", rt), n.on("ResizeEditor", gt), n.on("AfterProgressState",
|
|
35650
|
+
n.on("click", ae), n.on("tap", ae), n.on("mouseup", pe), n.on("mousedown", Pe), n.on("ScrollWindow", We), n.on("ResizeWindow", rt), n.on("ResizeEditor", gt), n.on("AfterProgressState", Nt), n.on("DismissPopups", Qt), vt([
|
|
35646
35651
|
l,
|
|
35647
35652
|
...d
|
|
35648
35653
|
], (Vt) => {
|
|
35649
35654
|
Vt.element.dom.addEventListener("focusin", Bn), Vt.element.dom.addEventListener("focusout", bn);
|
|
35650
35655
|
});
|
|
35651
35656
|
}), n.on("remove", () => {
|
|
35652
|
-
n.off("click", ae), n.off("tap", ae), n.off("mouseup", pe), n.off("mousedown", Pe), n.off("ScrollWindow", We), n.off("ResizeWindow", rt), n.off("ResizeEditor", gt), n.off("AfterProgressState",
|
|
35657
|
+
n.off("click", ae), n.off("tap", ae), n.off("mouseup", pe), n.off("mousedown", Pe), n.off("ScrollWindow", We), n.off("ResizeWindow", rt), n.off("ResizeEditor", gt), n.off("AfterProgressState", Nt), n.off("DismissPopups", Qt), vt([
|
|
35653
35658
|
l,
|
|
35654
35659
|
...d
|
|
35655
35660
|
], (Vt) => {
|
|
@@ -36971,7 +36976,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
36971
36976
|
]), dY = (n) => Pr("view", uY, n), E9 = (n, l) => {
|
|
36972
36977
|
var d, g;
|
|
36973
36978
|
const y = n.type === "togglebutton", S = n.icon.map((gt) => K1(gt, l.icons)).map(tr), D = (gt) => {
|
|
36974
|
-
const
|
|
36979
|
+
const Nt = (Vt) => {
|
|
36975
36980
|
S.map((Wn) => Wn.getOpt(gt).each((Ps) => {
|
|
36976
36981
|
Zs.set(Ps, [K1(Vt, l.icons)]);
|
|
36977
36982
|
}));
|
|
@@ -36981,13 +36986,13 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
36981
36986
|
}, Bn = () => Xl(gt.element, "tox-button--enabled"), bn = () => Pl(gt.element);
|
|
36982
36987
|
if (y)
|
|
36983
36988
|
return n.onAction({
|
|
36984
|
-
setIcon:
|
|
36989
|
+
setIcon: Nt,
|
|
36985
36990
|
setActive: Qt,
|
|
36986
36991
|
isActive: Bn,
|
|
36987
36992
|
focus: bn
|
|
36988
36993
|
});
|
|
36989
36994
|
if (n.type === "button")
|
|
36990
|
-
return n.onAction({ setIcon:
|
|
36995
|
+
return n.onAction({ setIcon: Nt });
|
|
36991
36996
|
}, N = {
|
|
36992
36997
|
...n,
|
|
36993
36998
|
name: y ? n.text.getOr(n.icon.getOr("")) : (d = n.text) !== null && d !== void 0 ? d : n.icon.getOr(""),
|
|
@@ -38380,15 +38385,15 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
38380
38385
|
pageDown: G(34)
|
|
38381
38386
|
}, uQ = (n, l, d, g) => {
|
|
38382
38387
|
let y = F.none();
|
|
38383
|
-
const S = (gt) => gt.map((
|
|
38384
|
-
const
|
|
38385
|
-
y = F.some(
|
|
38386
|
-
}), D = (gt) => ({ getComponent: G(gt) }), N = cs(te), H = jn("custom-number-input-events"), W = (gt,
|
|
38388
|
+
const S = (gt) => gt.map((Nt) => Qn.getValue(Nt)).getOr(""), k = Xv(n, "NodeChange SwitchMode DisabledStateChange", (gt) => {
|
|
38389
|
+
const Nt = gt.getComponent();
|
|
38390
|
+
y = F.some(Nt), d.updateInputValue(Nt), Kn.set(Nt, !n.selection.isEditable() || b4(n));
|
|
38391
|
+
}), D = (gt) => ({ getComponent: G(gt) }), N = cs(te), H = jn("custom-number-input-events"), W = (gt, Nt, Qt) => {
|
|
38387
38392
|
const Bn = S(y), bn = d.getNewValue(Bn, gt), Vt = Bn.length - `${bn}`.length, Wn = y.map((Cs) => Cs.element.dom.selectionStart - Vt), Ps = y.map((Cs) => Cs.element.dom.selectionEnd - Vt);
|
|
38388
38393
|
d.onAction(bn, Qt), y.each((Cs) => {
|
|
38389
|
-
Qn.setValue(Cs, bn),
|
|
38394
|
+
Qn.setValue(Cs, bn), Nt && (Wn.each((Co) => Cs.element.dom.selectionStart = Co), Ps.each((Co) => Cs.element.dom.selectionEnd = Co));
|
|
38390
38395
|
});
|
|
38391
|
-
}, J = (gt,
|
|
38396
|
+
}, J = (gt, Nt) => W((Qt, Bn) => Qt - Bn, gt, Nt), ae = (gt, Nt) => W((Qt, Bn) => Qt + Bn, gt, Nt), pe = (gt) => Ol(gt.element).fold(F.none, (Nt) => (Pl(Nt), F.some(!0))), Pe = (gt) => Va(gt.element) ? (Nc(gt.element).each((Nt) => Pl(Nt)), F.some(!0)) : F.none(), We = (gt, Nt, Qt, Bn) => {
|
|
38392
38397
|
const bn = cs(te), Vt = l.shared.providers.translate(Qt), Wn = jn("altExecuting"), Ps = Xv(n, "NodeChange SwitchMode DisabledStateChange", (Co) => {
|
|
38393
38398
|
Kn.set(Co.getComponent(), !n.selection.isEditable() || b4(n));
|
|
38394
38399
|
}), Cs = (Co) => {
|
|
@@ -38399,11 +38404,11 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
38399
38404
|
tag: "button",
|
|
38400
38405
|
attributes: {
|
|
38401
38406
|
"aria-label": Vt,
|
|
38402
|
-
"data-mce-name":
|
|
38407
|
+
"data-mce-name": Nt
|
|
38403
38408
|
},
|
|
38404
|
-
classes: Bn.concat(
|
|
38409
|
+
classes: Bn.concat(Nt)
|
|
38405
38410
|
},
|
|
38406
|
-
components: [s8(
|
|
38411
|
+
components: [s8(Nt, l.shared.providers.icons)],
|
|
38407
38412
|
buttonBehaviours: xn([
|
|
38408
38413
|
Kn.config({}),
|
|
38409
38414
|
li.config(l.shared.providers.tooltips.getConfig({ tooltipText: Vt })),
|
|
@@ -38460,8 +38465,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
38460
38465
|
W1({ getApi: D }, N)
|
|
38461
38466
|
]),
|
|
38462
38467
|
Us("input-update-display-text", [
|
|
38463
|
-
Yt(Xf, (gt,
|
|
38464
|
-
Qn.setValue(gt,
|
|
38468
|
+
Yt(Xf, (gt, Nt) => {
|
|
38469
|
+
Qn.setValue(gt, Nt.event.text);
|
|
38465
38470
|
}),
|
|
38466
38471
|
Yt(Zy(), (gt) => {
|
|
38467
38472
|
d.onAction(Qn.getValue(gt));
|
|
@@ -38476,8 +38481,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
38476
38481
|
onEscape: pe,
|
|
38477
38482
|
onUp: (gt) => (ae(!0, !1), F.some(!0)),
|
|
38478
38483
|
onDown: (gt) => (J(!0, !1), F.some(!0)),
|
|
38479
|
-
onLeft: (gt,
|
|
38480
|
-
onRight: (gt,
|
|
38484
|
+
onLeft: (gt, Nt) => (Nt.cut(), F.none()),
|
|
38485
|
+
onRight: (gt, Nt) => (Nt.cut(), F.none())
|
|
38481
38486
|
})
|
|
38482
38487
|
])
|
|
38483
38488
|
})],
|
|
@@ -38493,8 +38498,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
38493
38498
|
vt([
|
|
38494
38499
|
rt,
|
|
38495
38500
|
ze
|
|
38496
|
-
], (
|
|
38497
|
-
const Qt = dt.fromDom(
|
|
38501
|
+
], (Nt) => {
|
|
38502
|
+
const Qt = dt.fromDom(Nt.get(gt).element.dom);
|
|
38498
38503
|
Va(Qt) && Rh(Qt);
|
|
38499
38504
|
});
|
|
38500
38505
|
})])
|
|
@@ -38908,7 +38913,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
38908
38913
|
default:
|
|
38909
38914
|
return "top";
|
|
38910
38915
|
}
|
|
38911
|
-
},
|
|
38916
|
+
}, Nt = (ls) => {
|
|
38912
38917
|
y.on((pn) => {
|
|
38913
38918
|
si.setModes(pn, [ls]), J.setDockingMode(ls);
|
|
38914
38919
|
const Mn = ae() ? Mh.TopToBottom : Mh.BottomToTop;
|
|
@@ -38959,7 +38964,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
38959
38964
|
H && y.on(ls), Vt();
|
|
38960
38965
|
}, Cs = () => N || !H || !ze() ? !1 : y.get().exists((ls) => {
|
|
38961
38966
|
const pn = J.getDockingMode(), Mn = gt(ls);
|
|
38962
|
-
return Mn !== pn ? (
|
|
38967
|
+
return Mn !== pn ? (Nt(Mn), !0) : !1;
|
|
38963
38968
|
});
|
|
38964
38969
|
return {
|
|
38965
38970
|
isVisible: ze,
|
|
@@ -39188,7 +39193,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
39188
39193
|
}), gt = ht(qi.parts.field1(Pe([
|
|
39189
39194
|
_o.parts.label(ze("Width:")),
|
|
39190
39195
|
rt(!0)
|
|
39191
|
-
]))),
|
|
39196
|
+
]))), Nt = ht(qi.parts.field2(Pe([
|
|
39192
39197
|
_o.parts.label(ze("Height:")),
|
|
39193
39198
|
rt(!1)
|
|
39194
39199
|
]))), Qt = cs(te), Bn = [
|
|
@@ -39206,7 +39211,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
39206
39211
|
},
|
|
39207
39212
|
components: [
|
|
39208
39213
|
gt,
|
|
39209
|
-
|
|
39214
|
+
Nt,
|
|
39210
39215
|
Pe([
|
|
39211
39216
|
ze(h1),
|
|
39212
39217
|
pe
|
|
@@ -39674,7 +39679,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
39674
39679
|
}), gt = (Hs) => {
|
|
39675
39680
|
const Gs = bn([Hs]);
|
|
39676
39681
|
vs(J, G9, { forwardContents: ht(Gs) });
|
|
39677
|
-
},
|
|
39682
|
+
}, Nt = hs(() => IQ(l, gt)), Qt = (Hs, Gs) => fy(n, {
|
|
39678
39683
|
buttons: Hs,
|
|
39679
39684
|
toolbar: Gs.items,
|
|
39680
39685
|
allowToolbarGroups: !1
|
|
@@ -39682,7 +39687,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
39682
39687
|
"form:",
|
|
39683
39688
|
"toolbar:"
|
|
39684
39689
|
])), Bn = (Hs, Gs) => xE.buildInitGroups(Hs, Gs), bn = (Hs) => {
|
|
39685
|
-
const { buttons: Gs } = n.ui.registry.getAll(), ls =
|
|
39690
|
+
const { buttons: Gs } = n.ui.registry.getAll(), ls = Nt(), pn = {
|
|
39686
39691
|
...Gs,
|
|
39687
39692
|
...ls.formNavigators
|
|
39688
39693
|
}, Mn = hx(n) === df.scrolling ? df.scrolling : df.default, Ns = ft(Fe(Hs, (no) => no.type === "contexttoolbar" ? Qt(pn, BD(no)) : Bn(no, S.providers)));
|
|
@@ -39723,7 +39728,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
39723
39728
|
if (Xl(J.element, HR))
|
|
39724
39729
|
Co.throttle();
|
|
39725
39730
|
else {
|
|
39726
|
-
const Hs =
|
|
39731
|
+
const Hs = Nt();
|
|
39727
39732
|
FQ(Hs, n).fold(rt, (Gs) => {
|
|
39728
39733
|
Wn(Gs.toolbars, F.some(Gs.elem));
|
|
39729
39734
|
});
|
|
@@ -39733,7 +39738,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
39733
39738
|
n.on("remove", rt), n.on("ScrollContent ScrollWindow ObjectResized ResizeEditor longpress", ze), n.on("click focus SetContent", Co.throttle), n.on("keyup", (Hs) => {
|
|
39734
39739
|
(!LQ(Hs.keyCode) || !W.inSubtoolbar()) && Co.throttle();
|
|
39735
39740
|
}), n.on(kQ, rt), n.on(CQ, (Hs) => {
|
|
39736
|
-
const Gs =
|
|
39741
|
+
const Gs = Nt();
|
|
39737
39742
|
vn(Gs.lookupTable, Hs.toolbarKey).each((ls) => {
|
|
39738
39743
|
Wn([ls], us(Hs.target !== n, Hs.target)), j9(J);
|
|
39739
39744
|
});
|
|
@@ -40924,7 +40929,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
40924
40929
|
}, ht = (bn, Vt, Wn, Ps) => {
|
|
40925
40930
|
const Cs = Wn(Vt);
|
|
40926
40931
|
my.snapTo(bn, Cs), ze(bn, Vt, (Gs) => Gs[Ps] < 0, (Gs, ls) => Gs[Ps] > ls);
|
|
40927
|
-
}, gt = (bn) => ht(We, bn, D, "top"),
|
|
40932
|
+
}, gt = (bn) => ht(We, bn, D, "top"), Nt = () => S.get().each(gt), Qt = (bn) => ht(rt, bn, H, "bottom"), Bn = () => k.get().each(Qt);
|
|
40928
40933
|
if (ii().deviceType.isTouch()) {
|
|
40929
40934
|
const bn = (Vt) => Fe(Vt, dt.fromDom);
|
|
40930
40935
|
n.on("TableSelectionChange", (Vt) => {
|
|
@@ -40934,7 +40939,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
40934
40939
|
d.set(bn(Cs.upOrLeftCells)), g.set(bn(Cs.downOrRightCells)), gt(Wn), Qt(Ps);
|
|
40935
40940
|
});
|
|
40936
40941
|
}), n.on("ResizeEditor ResizeWindow ScrollContent", () => {
|
|
40937
|
-
|
|
40942
|
+
Nt(), Bn();
|
|
40938
40943
|
}), n.on("TableSelectionClear", () => {
|
|
40939
40944
|
y.get() && (Vf(We), Vf(rt), y.set(!1)), S.clear(), k.clear();
|
|
40940
40945
|
});
|
|
@@ -41234,10 +41239,10 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
41234
41239
|
tag: "div",
|
|
41235
41240
|
classes: ["tox-bottom-anchorbar"]
|
|
41236
41241
|
}
|
|
41237
|
-
}), ze = () => S.mainUi.get().map((ws) => ws.outerContainer).bind(Xr.getHeader), ht = () => bo.fromOption(S.dialogUi.get().map((ws) => ws.sink), "UI has not been rendered"), gt = () => bo.fromOption(S.popupUi.get().map((ws) => ws.sink), "(popup) UI has not been rendered"),
|
|
41242
|
+
}), ze = () => S.mainUi.get().map((ws) => ws.outerContainer).bind(Xr.getHeader), ht = () => bo.fromOption(S.dialogUi.get().map((ws) => ws.sink), "UI has not been rendered"), gt = () => bo.fromOption(S.popupUi.get().map((ws) => ws.sink), "(popup) UI has not been rendered"), Nt = S.lazyGetInOuterOrDie("anchor bar", We.getOpt), Qt = S.lazyGetInOuterOrDie("bottom anchor bar", rt.getOpt), Bn = S.lazyGetInOuterOrDie("toolbar", Xr.getToolbar), bn = S.lazyGetInOuterOrDie("throbber", Xr.getThrobber), Vt = hG({
|
|
41238
41243
|
popup: gt,
|
|
41239
41244
|
dialog: ht
|
|
41240
|
-
}, n,
|
|
41245
|
+
}, n, Nt, Qt), Wn = () => {
|
|
41241
41246
|
const ws = { attributes: { [PO]: pe ? Mh.BottomToTop : Mh.TopToBottom } }, to = Xr.parts.menubar({
|
|
41242
41247
|
dom: {
|
|
41243
41248
|
tag: "div",
|
|
@@ -41882,7 +41887,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
41882
41887
|
], yt = [
|
|
41883
41888
|
Wi,
|
|
41884
41889
|
Mb("tabs", nt)
|
|
41885
|
-
], _t = As(yt),
|
|
41890
|
+
], _t = As(yt), Mt = u6, cn = nee, kn = As([
|
|
41886
41891
|
ca("title"),
|
|
41887
41892
|
Zl("body", Ar("type", {
|
|
41888
41893
|
panel: $e,
|
|
@@ -41902,7 +41907,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
41902
41907
|
"cancel",
|
|
41903
41908
|
"custom"
|
|
41904
41909
|
]),
|
|
41905
|
-
...
|
|
41910
|
+
...Mt
|
|
41906
41911
|
]), Lt = As([
|
|
41907
41912
|
ca("title"),
|
|
41908
41913
|
ca("url"),
|
|
@@ -42867,8 +42872,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42867
42872
|
setData: (Pe) => {
|
|
42868
42873
|
g((We) => {
|
|
42869
42874
|
const rt = pe.getData(), ze = zn(rt, Pe), ht = Ek(n, ze), gt = n.getFormWrapper();
|
|
42870
|
-
Qn.setValue(gt, ht), zo(d, (
|
|
42871
|
-
eo(ze, Qt) &&
|
|
42875
|
+
Qn.setValue(gt, ht), zo(d, (Nt, Qt) => {
|
|
42876
|
+
eo(ze, Qt) && Nt.set(ze[Qt]);
|
|
42872
42877
|
});
|
|
42873
42878
|
});
|
|
42874
42879
|
},
|
|
@@ -42916,7 +42921,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42916
42921
|
};
|
|
42917
42922
|
return pe;
|
|
42918
42923
|
}, _ee = (n, l, d) => {
|
|
42919
|
-
const g = jn("dialog"), y = n.internalDialog, S = em(y.title, g, d), k = cs(y.size), D = (gt) => th(ze, gt), N = Tk(k.get()).toArray(), H = (gt,
|
|
42924
|
+
const g = jn("dialog"), y = n.internalDialog, S = em(y.title, g, d), k = cs(y.size), D = (gt) => th(ze, gt), N = Tk(k.get()).toArray(), H = (gt, Nt) => (k.set(Nt.internalDialog.size), n0(Nt.internalDialog.size, gt), F.some(Nt)), W = u2({
|
|
42920
42925
|
body: y.body,
|
|
42921
42926
|
initialData: y.initialData
|
|
42922
42927
|
}, g, d, D), J = FE(y.buttons), ae = v6(J), pe = us(J.length !== 0, Pd({ buttons: J }, g, d)), Pe = Ft(() => ht, f2(() => rt, d.shared.providers, l), d.shared.getSink), We = {
|
|
@@ -42935,7 +42940,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42935
42940
|
const gt = () => {
|
|
42936
42941
|
const Qt = Wa.getBody(rt);
|
|
42937
42942
|
return Io.getCurrent(Qt).getOr(Qt);
|
|
42938
|
-
},
|
|
42943
|
+
}, Nt = () => {
|
|
42939
42944
|
p6(rt, k.get());
|
|
42940
42945
|
};
|
|
42941
42946
|
return {
|
|
@@ -42944,7 +42949,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42944
42949
|
getBody: () => Wa.getBody(rt),
|
|
42945
42950
|
getFooter: () => Wa.getFooter(rt),
|
|
42946
42951
|
getFormWrapper: gt,
|
|
42947
|
-
toggleFullscreen:
|
|
42952
|
+
toggleFullscreen: Nt
|
|
42948
42953
|
};
|
|
42949
42954
|
})(), ht = eu(ze, l.redial, ae);
|
|
42950
42955
|
return {
|
|
@@ -42969,7 +42974,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42969
42974
|
Gm.unblock(Qt);
|
|
42970
42975
|
},
|
|
42971
42976
|
onClose: () => l.closeWindow()
|
|
42972
|
-
}, d.shared.getSink), gt = "tox-dialog-inline",
|
|
42977
|
+
}, d.shared.getSink), gt = "tox-dialog-inline", Nt = ii().os, Qt = lc({
|
|
42973
42978
|
dom: {
|
|
42974
42979
|
tag: "div",
|
|
42975
42980
|
classes: [
|
|
@@ -42979,7 +42984,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42979
42984
|
],
|
|
42980
42985
|
attributes: {
|
|
42981
42986
|
role: "dialog",
|
|
42982
|
-
...
|
|
42987
|
+
...Nt.isMacOS() ? { "aria-label": N.title } : { "aria-labelledby": k }
|
|
42983
42988
|
}
|
|
42984
42989
|
},
|
|
42985
42990
|
eventOrder: {
|
|
@@ -43109,7 +43114,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
43109
43114
|
width: gt + "px",
|
|
43110
43115
|
"max-width": gt + "px"
|
|
43111
43116
|
}))
|
|
43112
|
-
}, W = n.width.isNone() && n.height.isNone() ? ["tox-dialog--width-lg"] : [], J = new IE(n.url, { base_uri: new IE(window.location.href) }), ae = `${J.protocol}://${J.host}${J.port ? ":" + J.port : ""}`, pe = sc(), Pe = (gt,
|
|
43117
|
+
}, W = n.width.isNone() && n.height.isNone() ? ["tox-dialog--width-lg"] : [], J = new IE(n.url, { base_uri: new IE(window.location.href) }), ae = `${J.protocol}://${J.host}${J.port ? ":" + J.port : ""}`, pe = sc(), Pe = (gt, Nt) => F.some(Nt), We = [
|
|
43113
43118
|
Ss.config({
|
|
43114
43119
|
channel: `${R3}-${y}`,
|
|
43115
43120
|
updateState: Pe,
|
|
@@ -43117,9 +43122,9 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
43117
43122
|
}),
|
|
43118
43123
|
Us("messages", [
|
|
43119
43124
|
hr(() => {
|
|
43120
|
-
const gt = _c(dt.fromDom(window), "message", (
|
|
43121
|
-
if (J.isSameOrigin(new IE(
|
|
43122
|
-
const Qt =
|
|
43125
|
+
const gt = _c(dt.fromDom(window), "message", (Nt) => {
|
|
43126
|
+
if (J.isSameOrigin(new IE(Nt.raw.origin))) {
|
|
43127
|
+
const Qt = Nt.raw.data;
|
|
43123
43128
|
Boe(Qt) ? bhe(d, ht, Qt) : phe(Qt) && n.onMessage(ht, Qt);
|
|
43124
43129
|
}
|
|
43125
43130
|
});
|
|
@@ -43130,10 +43135,10 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
43130
43135
|
Wc.config({
|
|
43131
43136
|
channels: {
|
|
43132
43137
|
[VI]: {
|
|
43133
|
-
onReceive: (gt,
|
|
43138
|
+
onReceive: (gt, Nt) => {
|
|
43134
43139
|
fo(gt.element, "iframe").each((Qt) => {
|
|
43135
43140
|
const Bn = Qt.dom.contentWindow;
|
|
43136
|
-
X(Bn) && Bn.postMessage(
|
|
43141
|
+
X(Bn) && Bn.postMessage(Nt, ae);
|
|
43137
43142
|
});
|
|
43138
43143
|
}
|
|
43139
43144
|
}
|
|
@@ -43268,9 +43273,9 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
43268
43273
|
return Gi.openUrl(rt, Pe);
|
|
43269
43274
|
}, N = (Pe, We) => {
|
|
43270
43275
|
const rt = (ze, ht, gt) => {
|
|
43271
|
-
const
|
|
43276
|
+
const Nt = ht, Bn = _ee({
|
|
43272
43277
|
dataValidator: gt,
|
|
43273
|
-
initialData:
|
|
43278
|
+
initialData: Nt,
|
|
43274
43279
|
internalDialog: ze
|
|
43275
43280
|
}, {
|
|
43276
43281
|
redial: Gi.redial,
|
|
@@ -43278,12 +43283,12 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
43278
43283
|
Wa.hide(Bn.dialog), We(Bn.instanceApi);
|
|
43279
43284
|
}
|
|
43280
43285
|
}, n.backstages.dialog);
|
|
43281
|
-
return Wa.show(Bn.dialog), Bn.instanceApi.setData(
|
|
43286
|
+
return Wa.show(Bn.dialog), Bn.instanceApi.setData(Nt), Bn.instanceApi;
|
|
43282
43287
|
};
|
|
43283
43288
|
return Gi.open(rt, Pe);
|
|
43284
43289
|
}, H = (Pe, We, rt, ze) => {
|
|
43285
|
-
const ht = (gt,
|
|
43286
|
-
const Bn = Foe(
|
|
43290
|
+
const ht = (gt, Nt, Qt) => {
|
|
43291
|
+
const Bn = Foe(Nt, Qt), bn = Jo(), Vt = n.backstages.popup.shared.header.isPositionedAtTop(), Wn = {
|
|
43287
43292
|
dataValidator: Qt,
|
|
43288
43293
|
initialData: Bn,
|
|
43289
43294
|
internalDialog: gt
|
|
@@ -43319,8 +43324,8 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
43319
43324
|
};
|
|
43320
43325
|
return Gi.open(ht, Pe);
|
|
43321
43326
|
}, W = (Pe, We, rt, ze) => {
|
|
43322
|
-
const ht = (gt,
|
|
43323
|
-
const Bn = Foe(
|
|
43327
|
+
const ht = (gt, Nt, Qt) => {
|
|
43328
|
+
const Bn = Foe(Nt, Qt), bn = Jo(), Vt = n.backstages.popup.shared.header.isPositionedAtTop(), Wn = {
|
|
43324
43329
|
dataValidator: Qt,
|
|
43325
43330
|
initialData: Bn,
|
|
43326
43331
|
internalDialog: gt
|
|
@@ -57676,8 +57681,8 @@ const obe = { class: "font-bold ptext-lg dark:text-white" }, rbe = ["id"], ibe =
|
|
|
57676
57681
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
57677
57682
|
}, zt(r.model_value), 9, rbe),
|
|
57678
57683
|
T[2] || (T[2] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
57679
|
-
], 2)) :
|
|
57680
|
-
r.show ?
|
|
57684
|
+
], 2)) : Rt("", !0),
|
|
57685
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
57681
57686
|
key: 1,
|
|
57682
57687
|
class: Tn(["mb-4", r.field_name])
|
|
57683
57688
|
}, [
|
|
@@ -73457,8 +73462,8 @@ const j2e = typeof navigator == "object" && /* @__PURE__ */ /Android\b/.test(nav
|
|
|
73457
73462
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
73458
73463
|
}, zt(r.model_value), 9, lwe),
|
|
73459
73464
|
R[0] || (R[0] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
73460
|
-
], 2)) :
|
|
73461
|
-
r.show ?
|
|
73465
|
+
], 2)) : Rt("", !0),
|
|
73466
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
73462
73467
|
key: 1,
|
|
73463
73468
|
class: Tn(["mb-4", r.field_name])
|
|
73464
73469
|
}, [
|
|
@@ -75499,8 +75504,8 @@ const Xae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75499
75504
|
[Cp, M.inputTranslateValue]
|
|
75500
75505
|
]),
|
|
75501
75506
|
Q[1] || (Q[1] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
75502
|
-
], 2)) :
|
|
75503
|
-
r.show ?
|
|
75507
|
+
], 2)) : Rt("", !0),
|
|
75508
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
75504
75509
|
key: 1,
|
|
75505
75510
|
class: Tn(["mb-4", r.field_name])
|
|
75506
75511
|
}, [
|
|
@@ -75675,8 +75680,8 @@ const Xae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75675
75680
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
75676
75681
|
}, zt(r.model_value), 9, zSe),
|
|
75677
75682
|
M[3] || (M[3] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
75678
|
-
], 2)) :
|
|
75679
|
-
r.show ?
|
|
75683
|
+
], 2)) : Rt("", !0),
|
|
75684
|
+
r.show ? Rt("", !0) : (Be(), He("div", {
|
|
75680
75685
|
key: 1,
|
|
75681
75686
|
class: Tn(["mb-4", r.field_name])
|
|
75682
75687
|
}, [
|
|
@@ -75903,7 +75908,7 @@ function oCe(r, t, s, a, c, f) {
|
|
|
75903
75908
|
ho(" " + zt(s.translation.of) + " ", 1),
|
|
75904
75909
|
U("span", eCe, zt(b.computed.total), 1),
|
|
75905
75910
|
ho(" " + zt(s.translation.entries), 1)
|
|
75906
|
-
])) :
|
|
75911
|
+
])) : Rt("", !0),
|
|
75907
75912
|
b.computed.total > b.computed.perPage ? (Be(), He("ul", N6({ key: 1 }, r.$attrs, {
|
|
75908
75913
|
class: ["flex flex-wrap items-center h-8 -space-x-px text-sm", {
|
|
75909
75914
|
"pagination-sm": s.size == "small",
|
|
@@ -75941,7 +75946,7 @@ function oCe(r, t, s, a, c, f) {
|
|
|
75941
75946
|
], -1))
|
|
75942
75947
|
])
|
|
75943
75948
|
], 16, tCe)
|
|
75944
|
-
], 2)) :
|
|
75949
|
+
], 2)) : Rt("", !0),
|
|
75945
75950
|
(Be(!0), He(oo, null, Nr(b.computed.pageRange, (x, C) => (Be(), He("li", {
|
|
75946
75951
|
class: Tn(["", { active: x == b.computed.currentPage }]),
|
|
75947
75952
|
key: C
|
|
@@ -75983,9 +75988,9 @@ function oCe(r, t, s, a, c, f) {
|
|
|
75983
75988
|
], -1))
|
|
75984
75989
|
])
|
|
75985
75990
|
], 16, sCe)
|
|
75986
|
-
], 2)) :
|
|
75987
|
-
], 16)) :
|
|
75988
|
-
], 2)) :
|
|
75991
|
+
], 2)) : Rt("", !0)
|
|
75992
|
+
], 16)) : Rt("", !0)
|
|
75993
|
+
], 2)) : Rt("", !0)
|
|
75989
75994
|
]),
|
|
75990
75995
|
_: 3
|
|
75991
75996
|
}, 8, ["data", "limit", "onPaginationChangePage"]);
|
|
@@ -76097,7 +76102,7 @@ const Dde = /* @__PURE__ */ Ii(GSe, [["render", oCe]]), rCe = {
|
|
|
76097
76102
|
])
|
|
76098
76103
|
])
|
|
76099
76104
|
])
|
|
76100
|
-
])) :
|
|
76105
|
+
])) : Rt("", !0);
|
|
76101
76106
|
};
|
|
76102
76107
|
}
|
|
76103
76108
|
};
|
|
@@ -92219,7 +92224,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92219
92224
|
label_name: Z.field_label,
|
|
92220
92225
|
show: !1,
|
|
92221
92226
|
placeholder: s.language?.please_select_an_option ?? "Please select an option"
|
|
92222
|
-
}, null, 8, ["options", "modelValue", "onUpdate:modelValue", "field_name", "label_name", "placeholder"])) :
|
|
92227
|
+
}, null, 8, ["options", "modelValue", "onUpdate:modelValue", "field_name", "label_name", "placeholder"])) : Rt("", !0),
|
|
92223
92228
|
Z.type == "text" ? (Be(), nu(C, {
|
|
92224
92229
|
key: 1,
|
|
92225
92230
|
type: "text",
|
|
@@ -92229,7 +92234,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92229
92234
|
"onUpdate:modelValue": (Y) => c.dynamicFilters[Z.field_name] = Y,
|
|
92230
92235
|
field_name: Z.field_name,
|
|
92231
92236
|
label_name: Z.field_label
|
|
92232
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) :
|
|
92237
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) : Rt("", !0),
|
|
92233
92238
|
Z.type == "date" ? (Be(), nu(C, {
|
|
92234
92239
|
key: 2,
|
|
92235
92240
|
type: "date",
|
|
@@ -92239,7 +92244,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92239
92244
|
"onUpdate:modelValue": (Y) => c.dynamicFilters[Z.field_name] = Y,
|
|
92240
92245
|
field_name: Z.field_name,
|
|
92241
92246
|
label_name: Z.field_label
|
|
92242
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) :
|
|
92247
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) : Rt("", !0),
|
|
92243
92248
|
Z.type == "date_range" ? (Be(), nu(T, {
|
|
92244
92249
|
key: 3,
|
|
92245
92250
|
is_required: !1,
|
|
@@ -92248,7 +92253,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92248
92253
|
"onUpdate:modelValue": (Y) => c.dynamicFilters[Z.field_name] = Y,
|
|
92249
92254
|
field_name: Z.field_name,
|
|
92250
92255
|
label_name: Z.field_label
|
|
92251
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) :
|
|
92256
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) : Rt("", !0)
|
|
92252
92257
|
], 64))), 128)),
|
|
92253
92258
|
(Be(!0), He(oo, null, Nr(s.columns, (Z, X) => (Be(), He(oo, { key: X }, [
|
|
92254
92259
|
Z.hasOwnFilter && Object.keys(Z.hasOwnFilter).length > 0 ? (Be(), He(oo, { key: 0 }, [
|
|
@@ -92263,7 +92268,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92263
92268
|
label_name: Z.field_label,
|
|
92264
92269
|
show: !1,
|
|
92265
92270
|
placeholder: s.language?.please_select_an_option ?? "Please select an option"
|
|
92266
|
-
}, null, 8, ["options", "modelValue", "onUpdate:modelValue", "field_name", "label_name", "placeholder"])) :
|
|
92271
|
+
}, null, 8, ["options", "modelValue", "onUpdate:modelValue", "field_name", "label_name", "placeholder"])) : Rt("", !0),
|
|
92267
92272
|
Z.hasOwnFilter.type == "text" ? (Be(), nu(C, {
|
|
92268
92273
|
key: 1,
|
|
92269
92274
|
type: "text",
|
|
@@ -92273,7 +92278,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92273
92278
|
"onUpdate:modelValue": (Y) => c.dynamicFilters[Z.field_name] = Y,
|
|
92274
92279
|
field_name: Z.field_name,
|
|
92275
92280
|
label_name: Z.field_label
|
|
92276
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) :
|
|
92281
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) : Rt("", !0),
|
|
92277
92282
|
Z.hasOwnFilter.type == "date" ? (Be(), nu(C, {
|
|
92278
92283
|
key: 2,
|
|
92279
92284
|
type: "date",
|
|
@@ -92283,8 +92288,8 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92283
92288
|
"onUpdate:modelValue": (Y) => c.dynamicFilters[Z.field_name] = Y,
|
|
92284
92289
|
field_name: Z.field_name,
|
|
92285
92290
|
label_name: Z.field_label
|
|
92286
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) :
|
|
92287
|
-
], 64)) :
|
|
92291
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "field_name", "label_name"])) : Rt("", !0)
|
|
92292
|
+
], 64)) : Rt("", !0)
|
|
92288
92293
|
], 64))), 128))
|
|
92289
92294
|
], 2),
|
|
92290
92295
|
U("div", p5e, [
|
|
@@ -92331,7 +92336,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92331
92336
|
ho(zt(s.language?.select_all ?? "Select all"), 1)
|
|
92332
92337
|
]),
|
|
92333
92338
|
_: 1
|
|
92334
|
-
}, 8, ["onClick"])) :
|
|
92339
|
+
}, 8, ["onClick"])) : Rt("", !0),
|
|
92335
92340
|
s.enable_select_deselect_delete ? (Be(), nu(R, {
|
|
92336
92341
|
key: 1,
|
|
92337
92342
|
onClick: f.toggleDeselectAll,
|
|
@@ -92344,7 +92349,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92344
92349
|
ho(zt(s.language?.deselect_all ?? "Deselect all"), 1)
|
|
92345
92350
|
]),
|
|
92346
92351
|
_: 1
|
|
92347
|
-
}, 8, ["onClick"])) :
|
|
92352
|
+
}, 8, ["onClick"])) : Rt("", !0),
|
|
92348
92353
|
qr((Be(), He("div", null, [
|
|
92349
92354
|
U("button", {
|
|
92350
92355
|
class: Tn([!s.enable_select_deselect_delete || !s.enable_delete ? "rounded-lg lg:rounded-e-lg!" : "rounded-lg lg:rounded-none!", "h-10 text-gray-900 bg-white border border-gray-300 hover:bg-gray-100 dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-600 font-medium text-sm px-3 py-2 text-center inline-flex items-center rounded-lg lg:rounded-none!"]),
|
|
@@ -92400,7 +92405,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92400
92405
|
ho(zt(s.language?.delete_selected ?? "Delete selected") + " " + zt(c.checkedIds.length > 0 ? `(${c.checkedIds.length})` : ""), 1)
|
|
92401
92406
|
]),
|
|
92402
92407
|
_: 1
|
|
92403
|
-
}, 8, ["onClick", "is_disabled"])) :
|
|
92408
|
+
}, 8, ["onClick", "is_disabled"])) : Rt("", !0)
|
|
92404
92409
|
]),
|
|
92405
92410
|
U("div", {
|
|
92406
92411
|
id: "print_" + c.Random_string,
|
|
@@ -92412,7 +92417,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92412
92417
|
}, [
|
|
92413
92418
|
U("thead", C5e, [
|
|
92414
92419
|
U("tr", null, [
|
|
92415
|
-
s.enable_select_deselect_delete ? (Be(), He("th", k5e)) :
|
|
92420
|
+
s.enable_select_deselect_delete ? (Be(), He("th", k5e)) : Rt("", !0),
|
|
92416
92421
|
(Be(!0), He(oo, null, Nr(f.visibleColumns, (Z, X) => (Be(), He("th", {
|
|
92417
92422
|
key: X,
|
|
92418
92423
|
onClick: (Y) => f.updateSortColumn(Z.field_name, Z.sortable),
|
|
@@ -92436,7 +92441,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92436
92441
|
d: "M8 20V7m0 13-4-4m4 4 4-4m4-12v13m0-13 4 4m-4-4-4 4"
|
|
92437
92442
|
})
|
|
92438
92443
|
], -1)
|
|
92439
|
-
]))) :
|
|
92444
|
+
]))) : Rt("", !0)
|
|
92440
92445
|
])
|
|
92441
92446
|
], 8, _5e))), 128))
|
|
92442
92447
|
])
|
|
@@ -92488,8 +92493,8 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92488
92493
|
U("span", { class: "sr-only" }, "Loading...")
|
|
92489
92494
|
], -1)
|
|
92490
92495
|
]), 8, D5e)
|
|
92491
|
-
])) :
|
|
92492
|
-
c.isLoading ?
|
|
92496
|
+
])) : Rt("", !0),
|
|
92497
|
+
c.isLoading ? Rt("", !0) : (Be(!0), He(oo, { key: 1 }, Nr(c.itemLists.data, (Z, X) => (Be(), He("tr", {
|
|
92493
92498
|
key: X,
|
|
92494
92499
|
class: "text-gray-500 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-800 dark:hover:text-gray-200"
|
|
92495
92500
|
}, [
|
|
@@ -92501,7 +92506,7 @@ function B5e(r, t, s, a, c, f) {
|
|
|
92501
92506
|
value: "",
|
|
92502
92507
|
class: "w-4 h-4 rounded-sm"
|
|
92503
92508
|
}, null, 40, R5e)
|
|
92504
|
-
])) :
|
|
92509
|
+
])) : Rt("", !0),
|
|
92505
92510
|
(Be(!0), He(oo, null, Nr(f.visibleColumns, (Y, me) => (Be(), He("td", {
|
|
92506
92511
|
style: Mle(Y?.style),
|
|
92507
92512
|
key: me,
|
|
@@ -93014,7 +93019,7 @@ function fPe(r, t, s, a, c, f) {
|
|
|
93014
93019
|
d: "M8 20V7m0 13-4-4m4 4 4-4m4-12v13m0-13 4 4m-4-4-4 4"
|
|
93015
93020
|
})
|
|
93016
93021
|
], -1)
|
|
93017
|
-
]))) :
|
|
93022
|
+
]))) : Rt("", !0)
|
|
93018
93023
|
])
|
|
93019
93024
|
], 8, j5e))), 128))
|
|
93020
93025
|
])
|
|
@@ -93066,8 +93071,8 @@ function fPe(r, t, s, a, c, f) {
|
|
|
93066
93071
|
U("span", { class: "sr-only" }, "Loading...")
|
|
93067
93072
|
], -1)
|
|
93068
93073
|
]), 8, ePe)
|
|
93069
|
-
])) :
|
|
93070
|
-
c.isLoading ?
|
|
93074
|
+
])) : Rt("", !0),
|
|
93075
|
+
c.isLoading ? Rt("", !0) : (Be(!0), He(oo, { key: 1 }, Nr(f.paginatedData, (C, T) => (Be(), He("tr", {
|
|
93071
93076
|
key: T,
|
|
93072
93077
|
class: "text-gray-500 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-800 dark:hover:text-gray-200"
|
|
93073
93078
|
}, [
|
|
@@ -93173,7 +93178,7 @@ function fPe(r, t, s, a, c, f) {
|
|
|
93173
93178
|
])
|
|
93174
93179
|
])
|
|
93175
93180
|
])
|
|
93176
|
-
])) :
|
|
93181
|
+
])) : Rt("", !0)
|
|
93177
93182
|
]);
|
|
93178
93183
|
}
|
|
93179
93184
|
const SRe = /* @__PURE__ */ Ii(I5e, [["render", fPe], ["__scopeId", "data-v-a3a9f08a"]]), hPe = {
|
|
@@ -93339,7 +93344,7 @@ function NPe(r, t, s, a, c, f) {
|
|
|
93339
93344
|
d: "M8 20V7m0 13-4-4m4 4 4-4m4-12v13m0-13 4 4m-4-4-4 4"
|
|
93340
93345
|
})
|
|
93341
93346
|
], -1)
|
|
93342
|
-
]))) :
|
|
93347
|
+
]))) : Rt("", !0)
|
|
93343
93348
|
])
|
|
93344
93349
|
], 8, kPe))), 128))
|
|
93345
93350
|
])
|
|
@@ -93391,8 +93396,8 @@ function NPe(r, t, s, a, c, f) {
|
|
|
93391
93396
|
U("span", { class: "sr-only" }, "Loading...")
|
|
93392
93397
|
], -1)
|
|
93393
93398
|
]), 8, PPe)
|
|
93394
|
-
])) :
|
|
93395
|
-
c.isLoading ?
|
|
93399
|
+
])) : Rt("", !0),
|
|
93400
|
+
c.isLoading ? Rt("", !0) : (Be(!0), He(oo, { key: 1 }, Nr(f.groupedItems, (x, C) => (Be(), He(oo, null, [
|
|
93396
93401
|
U("tr", DPe, [
|
|
93397
93402
|
U("td", {
|
|
93398
93403
|
colspan: s.columns.length,
|
|
@@ -93682,7 +93687,7 @@ function lDe(r, t, s, a, c, f) {
|
|
|
93682
93687
|
d: "M8 20V7m0 13-4-4m4 4 4-4m4-12v13m0-13 4 4m-4-4-4 4"
|
|
93683
93688
|
})
|
|
93684
93689
|
], -1)
|
|
93685
|
-
]))) :
|
|
93690
|
+
]))) : Rt("", !0)
|
|
93686
93691
|
])
|
|
93687
93692
|
], 8, XPe))), 128))
|
|
93688
93693
|
])
|
|
@@ -93781,7 +93786,7 @@ function lDe(r, t, s, a, c, f) {
|
|
|
93781
93786
|
])
|
|
93782
93787
|
])
|
|
93783
93788
|
])
|
|
93784
|
-
])) :
|
|
93789
|
+
])) : Rt("", !0)
|
|
93785
93790
|
]);
|
|
93786
93791
|
}
|
|
93787
93792
|
const kRe = /* @__PURE__ */ Ii(BPe, [["render", lDe], ["__scopeId", "data-v-a470a0c8"]]), cDe = {
|
|
@@ -93858,7 +93863,7 @@ const kRe = /* @__PURE__ */ Ii(BPe, [["render", lDe], ["__scopeId", "data-v-a470
|
|
|
93858
93863
|
function fDe(r, t, s, a, c, f) {
|
|
93859
93864
|
return s.row[s.field] ? (Be(), He("div", uDe, [
|
|
93860
93865
|
U("span", dDe, zt(f.convertCronToHuman(s.row[s.field])), 1)
|
|
93861
|
-
])) :
|
|
93866
|
+
])) : Rt("", !0);
|
|
93862
93867
|
}
|
|
93863
93868
|
const _Re = /* @__PURE__ */ Ii(cDe, [["render", fDe]]), hDe = {
|
|
93864
93869
|
setup() {
|
|
@@ -93939,7 +93944,7 @@ function yDe(r, t, s, a, c, f) {
|
|
|
93939
93944
|
"aria-expanded": "true"
|
|
93940
93945
|
}, [
|
|
93941
93946
|
U("span", pDe, zt(s.title), 1),
|
|
93942
|
-
a.isOpen ?
|
|
93947
|
+
a.isOpen ? Rt("", !0) : (Be(), He("svg", bDe, t[1] || (t[1] = [
|
|
93943
93948
|
U("path", {
|
|
93944
93949
|
stroke: "currentColor",
|
|
93945
93950
|
"stroke-linecap": "round",
|
|
@@ -93956,7 +93961,7 @@ function yDe(r, t, s, a, c, f) {
|
|
|
93956
93961
|
"stroke-width": "2",
|
|
93957
93962
|
d: "M9 5 5 1 1 5"
|
|
93958
93963
|
}, null, -1)
|
|
93959
|
-
]))) :
|
|
93964
|
+
]))) : Rt("", !0)
|
|
93960
93965
|
], 2)
|
|
93961
93966
|
]),
|
|
93962
93967
|
a.isOpen ? (Be(), He("div", {
|
|
@@ -93967,7 +93972,7 @@ function yDe(r, t, s, a, c, f) {
|
|
|
93967
93972
|
}, "p-5 border border-gray-200 dark:border-gray-700 dark:bg-gray-900"])
|
|
93968
93973
|
}, [
|
|
93969
93974
|
Ru(r.$slots, "default")
|
|
93970
|
-
], 2)) :
|
|
93975
|
+
], 2)) : Rt("", !0)
|
|
93971
93976
|
]);
|
|
93972
93977
|
}
|
|
93973
93978
|
const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
@@ -94017,7 +94022,7 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94017
94022
|
U("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z" })
|
|
94018
94023
|
], -1),
|
|
94019
94024
|
U("span", { class: "sr-only" }, "info icon", -1)
|
|
94020
|
-
]))) :
|
|
94025
|
+
]))) : Rt("", !0),
|
|
94021
94026
|
s.type === "success" ? (Be(), He("div", wDe, f[2] || (f[2] = [
|
|
94022
94027
|
U("svg", {
|
|
94023
94028
|
class: "w-5 h-5",
|
|
@@ -94029,7 +94034,7 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94029
94034
|
U("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" })
|
|
94030
94035
|
], -1),
|
|
94031
94036
|
U("span", { class: "sr-only" }, "success icon", -1)
|
|
94032
|
-
]))) :
|
|
94037
|
+
]))) : Rt("", !0),
|
|
94033
94038
|
s.type === "error" ? (Be(), He("div", SDe, f[3] || (f[3] = [
|
|
94034
94039
|
U("svg", {
|
|
94035
94040
|
class: "w-5 h-5",
|
|
@@ -94041,7 +94046,7 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94041
94046
|
U("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" })
|
|
94042
94047
|
], -1),
|
|
94043
94048
|
U("span", { class: "sr-only" }, "Error icon", -1)
|
|
94044
|
-
]))) :
|
|
94049
|
+
]))) : Rt("", !0),
|
|
94045
94050
|
s.type === "warning" ? (Be(), He("div", CDe, f[4] || (f[4] = [
|
|
94046
94051
|
U("svg", {
|
|
94047
94052
|
class: "w-5 h-5",
|
|
@@ -94053,7 +94058,7 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94053
94058
|
U("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" })
|
|
94054
94059
|
], -1),
|
|
94055
94060
|
U("span", { class: "sr-only" }, "Warning icon", -1)
|
|
94056
|
-
]))) :
|
|
94061
|
+
]))) : Rt("", !0),
|
|
94057
94062
|
U("div", kDe, zt(s.message), 1),
|
|
94058
94063
|
U("button", {
|
|
94059
94064
|
onClick: f[0] || (f[0] = (h) => a("remove")),
|
|
@@ -94091,7 +94096,7 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94091
94096
|
"enter-active-class": "duration-500",
|
|
94092
94097
|
"leave-active-class": "duration-500",
|
|
94093
94098
|
"leave-to-class": "translate-x-full opacity-0",
|
|
94094
|
-
class: "fixed z-
|
|
94099
|
+
class: "fixed z-999999 w-full max-w-xs space-y-4 top-4 right-4"
|
|
94095
94100
|
}, {
|
|
94096
94101
|
default: ou(() => [
|
|
94097
94102
|
(Be(!0), He(oo, null, Nr(Ihe(x2).state.items, (c, f) => (Be(), nu(_De, {
|
|
@@ -94190,7 +94195,7 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94190
94195
|
U("i", { class: "mr-2 fa-solid fa-list-ul opacity-80" }, null, -1),
|
|
94191
94196
|
ho(" Edit")
|
|
94192
94197
|
]), 8, DDe)
|
|
94193
|
-
])) :
|
|
94198
|
+
])) : Rt("", !0),
|
|
94194
94199
|
R.can(`delete_${r.xprops.permission}`) ? (Be(), He("li", $De, [
|
|
94195
94200
|
U("a", {
|
|
94196
94201
|
href: "#",
|
|
@@ -94200,14 +94205,14 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94200
94205
|
U("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1),
|
|
94201
94206
|
ho(" Remove")
|
|
94202
94207
|
]))
|
|
94203
|
-
])) :
|
|
94208
|
+
])) : Rt("", !0)
|
|
94204
94209
|
])
|
|
94205
94210
|
], 512), [
|
|
94206
94211
|
[Ld, a.value]
|
|
94207
94212
|
])
|
|
94208
94213
|
])), [
|
|
94209
94214
|
[Q, f]
|
|
94210
|
-
]) :
|
|
94215
|
+
]) : Rt("", !0)
|
|
94211
94216
|
], 64);
|
|
94212
94217
|
};
|
|
94213
94218
|
}
|
|
@@ -94297,14 +94302,14 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94297
94302
|
U("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1),
|
|
94298
94303
|
ho(" Remove")
|
|
94299
94304
|
]))
|
|
94300
|
-
])) :
|
|
94305
|
+
])) : Rt("", !0)
|
|
94301
94306
|
])
|
|
94302
94307
|
], 512), [
|
|
94303
94308
|
[Ld, a.value]
|
|
94304
94309
|
])
|
|
94305
94310
|
])), [
|
|
94306
94311
|
[Q, f]
|
|
94307
|
-
]) :
|
|
94312
|
+
]) : Rt("", !0)
|
|
94308
94313
|
], 64);
|
|
94309
94314
|
};
|
|
94310
94315
|
}
|
|
@@ -94403,7 +94408,7 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94403
94408
|
Q[2] || (Q[2] = U("i", { class: "mr-1 fa-solid fa-pen-to-square opacity-80" }, null, -1)),
|
|
94404
94409
|
ho(" " + zt(r.language?.edit ?? "Edit"), 1)
|
|
94405
94410
|
])
|
|
94406
|
-
])) :
|
|
94411
|
+
])) : Rt("", !0),
|
|
94407
94412
|
M.can(`delete_${r.xprops.permission}`) ? (Be(), He("li", VDe, [
|
|
94408
94413
|
U("a", {
|
|
94409
94414
|
href: "#",
|
|
@@ -94413,14 +94418,14 @@ const ERe = /* @__PURE__ */ Ii(gDe, [["render", yDe]]), ODe = {
|
|
|
94413
94418
|
Q[3] || (Q[3] = U("i", { class: "mr-1 fa-solid fa-trash-can opacity-80" }, null, -1)),
|
|
94414
94419
|
ho(" " + zt(r.language?.remove ?? "Remove"), 1)
|
|
94415
94420
|
])
|
|
94416
|
-
])) :
|
|
94421
|
+
])) : Rt("", !0)
|
|
94417
94422
|
])
|
|
94418
94423
|
], 512), [
|
|
94419
94424
|
[Ld, a.value]
|
|
94420
94425
|
])
|
|
94421
94426
|
])), [
|
|
94422
94427
|
[Z, b]
|
|
94423
|
-
]) :
|
|
94428
|
+
]) : Rt("", !0)
|
|
94424
94429
|
], 64);
|
|
94425
94430
|
};
|
|
94426
94431
|
}
|
|
@@ -94502,7 +94507,7 @@ function WDe(r, t, s, a, c, f) {
|
|
|
94502
94507
|
], -1),
|
|
94503
94508
|
ho(" Download ")
|
|
94504
94509
|
]), 8, UDe)
|
|
94505
|
-
])) :
|
|
94510
|
+
])) : Rt("", !0)
|
|
94506
94511
|
]);
|
|
94507
94512
|
}
|
|
94508
94513
|
const RRe = /* @__PURE__ */ Ii(HDe, [["render", WDe]]), XDe = {
|
|
@@ -94577,7 +94582,7 @@ function YDe(r, t, s, a, c, f) {
|
|
|
94577
94582
|
], -1),
|
|
94578
94583
|
ho(" Download ")
|
|
94579
94584
|
]), 8, GDe)
|
|
94580
|
-
])) :
|
|
94585
|
+
])) : Rt("", !0);
|
|
94581
94586
|
}
|
|
94582
94587
|
const MRe = /* @__PURE__ */ Ii(XDe, [["render", YDe]]), KDe = {
|
|
94583
94588
|
props: ["field", "row", "tdProps"]
|
|
@@ -94588,7 +94593,7 @@ function t$e(r, t, s, a, c, f) {
|
|
|
94588
94593
|
class: "w-full",
|
|
94589
94594
|
innerHTML: s.row[s.field]
|
|
94590
94595
|
}, null, 8, e$e)
|
|
94591
|
-
])) :
|
|
94596
|
+
])) : Rt("", !0);
|
|
94592
94597
|
}
|
|
94593
94598
|
const NRe = /* @__PURE__ */ Ii(KDe, [["render", t$e]]), n$e = {
|
|
94594
94599
|
props: ["field", "row", "tdProps"],
|
|
@@ -94616,8 +94621,8 @@ function r$e(r, t, s, a, c, f) {
|
|
|
94616
94621
|
f.isArray ? (Be(!0), He(oo, { key: 0 }, Nr(s.row[f.entry.key], (h, b) => (Be(), He("span", {
|
|
94617
94622
|
key: b,
|
|
94618
94623
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-sm dark:bg-blue-900 dark:text-blue-300"
|
|
94619
|
-
}, zt(h[f.entry.field]), 1))), 128)) : f.isObject ? (Be(), He("span", o$e, zt(s.row[f.entry.key][f.entry.field]), 1)) :
|
|
94620
|
-
])) :
|
|
94624
|
+
}, zt(h[f.entry.field]), 1))), 128)) : f.isObject ? (Be(), He("span", o$e, zt(s.row[f.entry.key][f.entry.field]), 1)) : Rt("", !0)
|
|
94625
|
+
])) : Rt("", !0);
|
|
94621
94626
|
}
|
|
94622
94627
|
const BRe = /* @__PURE__ */ Ii(n$e, [["render", r$e]]), i$e = {
|
|
94623
94628
|
props: ["field", "row", "tdProps"],
|
|
@@ -94647,7 +94652,7 @@ function c$e(r, t, s, a, c, f) {
|
|
|
94647
94652
|
f.isArray ? (Be(!0), He(oo, { key: 0 }, Nr(f.getNestedValue(s.row, f.entry.keys), (h, b) => (Be(), He("span", {
|
|
94648
94653
|
key: b,
|
|
94649
94654
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-sm dark:bg-blue-900 dark:text-blue-300"
|
|
94650
|
-
}, zt(h[f.entry.field]), 1))), 128)) : f.isObject ? (Be(), He("span", l$e, zt(f.getNestedValue(s.row, f.entry.keys)[f.entry.field]), 1)) :
|
|
94655
|
+
}, zt(h[f.entry.field]), 1))), 128)) : f.isObject ? (Be(), He("span", l$e, zt(f.getNestedValue(s.row, f.entry.keys)[f.entry.field]), 1)) : Rt("", !0)
|
|
94651
94656
|
]);
|
|
94652
94657
|
}
|
|
94653
94658
|
const FRe = /* @__PURE__ */ Ii(i$e, [["render", c$e]]), u$e = {
|
|
@@ -94668,7 +94673,7 @@ function g$e(r, t, s, a, c, f) {
|
|
|
94668
94673
|
}, null, 8, m$e)
|
|
94669
94674
|
], 8, h$e)
|
|
94670
94675
|
])
|
|
94671
|
-
])) :
|
|
94676
|
+
])) : Rt("", !0);
|
|
94672
94677
|
}
|
|
94673
94678
|
const IRe = /* @__PURE__ */ Ii(u$e, [["render", g$e], ["__scopeId", "data-v-18c4893e"]]), p$e = {
|
|
94674
94679
|
props: ["field", "row", "tdProps"],
|
|
@@ -94701,7 +94706,7 @@ function x$e(r, t, s, a, c, f) {
|
|
|
94701
94706
|
src: s.row[s.field].thumbnail,
|
|
94702
94707
|
alt: s.row[s.field].file_name
|
|
94703
94708
|
}, null, 8, O$e)
|
|
94704
|
-
])) :
|
|
94709
|
+
])) : Rt("", !0);
|
|
94705
94710
|
}
|
|
94706
94711
|
const LRe = /* @__PURE__ */ Ii(p$e, [["render", x$e]]), w$e = {
|
|
94707
94712
|
props: ["field", "row", "tdProps"],
|
|
@@ -94722,7 +94727,7 @@ function _$e(r, t, s, a, c, f) {
|
|
|
94722
94727
|
f.isActive ? (Be(), He("span", C$e, t[0] || (t[0] = [
|
|
94723
94728
|
U("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1),
|
|
94724
94729
|
ho(" Active ")
|
|
94725
|
-
]))) : f.isActive ?
|
|
94730
|
+
]))) : f.isActive ? Rt("", !0) : (Be(), He("span", k$e, t[1] || (t[1] = [
|
|
94726
94731
|
U("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1),
|
|
94727
94732
|
ho(" Inactive ")
|
|
94728
94733
|
])))
|
|
@@ -94759,26 +94764,26 @@ function M$e(r, t, s, a, c, f) {
|
|
|
94759
94764
|
f.hasLabelColor == "green" ? (Be(), He("span", A$e, [
|
|
94760
94765
|
t[0] || (t[0] = U("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1)),
|
|
94761
94766
|
ho(" " + zt(this.row[this.field]), 1)
|
|
94762
|
-
])) :
|
|
94767
|
+
])) : Rt("", !0),
|
|
94763
94768
|
f.hasLabelColor == "red" ? (Be(), He("span", P$e, [
|
|
94764
94769
|
t[1] || (t[1] = U("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1)),
|
|
94765
94770
|
ho(" " + zt(this.row[this.field]), 1)
|
|
94766
|
-
])) :
|
|
94771
|
+
])) : Rt("", !0),
|
|
94767
94772
|
f.hasLabelColor == "yellow" ? (Be(), He("span", D$e, [
|
|
94768
94773
|
t[2] || (t[2] = U("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1)),
|
|
94769
94774
|
ho(" " + zt(this.row[this.field]), 1)
|
|
94770
|
-
])) :
|
|
94775
|
+
])) : Rt("", !0),
|
|
94771
94776
|
f.hasLabelColor == "default" ? (Be(), He("span", $$e, [
|
|
94772
94777
|
t[3] || (t[3] = U("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1)),
|
|
94773
94778
|
ho(" " + zt(this.row[this.field]), 1)
|
|
94774
|
-
])) :
|
|
94779
|
+
])) : Rt("", !0),
|
|
94775
94780
|
f.hasLabelColor == "animate" ? (Be(), He("span", R$e, [
|
|
94776
94781
|
t[4] || (t[4] = U("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
94777
94782
|
U("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
94778
94783
|
U("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
94779
94784
|
], -1)),
|
|
94780
94785
|
ho(" " + zt(this.row[this.field]), 1)
|
|
94781
|
-
])) :
|
|
94786
|
+
])) : Rt("", !0)
|
|
94782
94787
|
]);
|
|
94783
94788
|
}
|
|
94784
94789
|
const VRe = /* @__PURE__ */ Ii(T$e, [["render", M$e]]), N$e = {
|
|
@@ -94808,35 +94813,35 @@ function F$e(r, t, s, a, c, f) {
|
|
|
94808
94813
|
f.hasLabelColor == "Default" ? (Be(), He("span", {
|
|
94809
94814
|
key: 0,
|
|
94810
94815
|
class: Tn(["bg-blue-100 text-blue-800 font-medium me-2 px-2.5 py-0.5 dark:bg-blue-900 dark:text-blue-300 border-blue-400", f.badgeType])
|
|
94811
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94816
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0),
|
|
94812
94817
|
f.hasLabelColor == "Dark" ? (Be(), He("span", {
|
|
94813
94818
|
key: 1,
|
|
94814
94819
|
class: Tn(["bg-gray-100 text-gray-800 font-medium me-2 px-2.5 py-0.5 dark:bg-gray-700 dark:text-gray-300 border-gray-500", f.badgeType])
|
|
94815
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94820
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0),
|
|
94816
94821
|
f.hasLabelColor == "Red" ? (Be(), He("span", {
|
|
94817
94822
|
key: 2,
|
|
94818
94823
|
class: Tn(["bg-red-100 text-red-800 font-medium me-2 px-2.5 py-0.5 dark:bg-red-900 dark:text-red-300 border-red-400", f.badgeType])
|
|
94819
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94824
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0),
|
|
94820
94825
|
f.hasLabelColor == "Green" ? (Be(), He("span", {
|
|
94821
94826
|
key: 3,
|
|
94822
94827
|
class: Tn(["bg-green-100 text-green-800 font-medium me-2 px-2.5 py-0.5 dark:bg-green-900 dark:text-green-300 border-green-400", f.badgeType])
|
|
94823
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94828
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0),
|
|
94824
94829
|
f.hasLabelColor == "Yellow" ? (Be(), He("span", {
|
|
94825
94830
|
key: 4,
|
|
94826
94831
|
class: Tn(["bg-yellow-100 text-yellow-800 font-medium me-2 px-2.5 py-0.5 dark:bg-yellow-900 dark:text-yellow-300 border-yellow-300", f.badgeType])
|
|
94827
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94832
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0),
|
|
94828
94833
|
f.hasLabelColor == "Indigo" ? (Be(), He("span", {
|
|
94829
94834
|
key: 5,
|
|
94830
94835
|
class: Tn(["bg-indigo-100 text-indigo-800 font-medium me-2 px-2.5 py-0.5 dark:bg-indigo-900 dark:text-indigo-300 border-indigo-400", f.badgeType])
|
|
94831
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94836
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0),
|
|
94832
94837
|
f.hasLabelColor == "Purple" ? (Be(), He("span", {
|
|
94833
94838
|
key: 6,
|
|
94834
94839
|
class: Tn(["bg-purple-100 text-purple-800 font-medium me-2 px-2.5 py-0.5 dark:bg-purple-900 dark:text-purple-300 border-purple-400", f.badgeType])
|
|
94835
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94840
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0),
|
|
94836
94841
|
f.hasLabelColor == "Pink" ? (Be(), He("span", {
|
|
94837
94842
|
key: 7,
|
|
94838
94843
|
class: Tn(["bg-pink-100 text-pink-800 font-medium me-2 px-2.5 py-0.5 dark:bg-pink-900 dark:text-pink-300 border-pink-400", f.badgeType])
|
|
94839
|
-
}, zt(this.row[this.field]), 3)) :
|
|
94844
|
+
}, zt(this.row[this.field]), 3)) : Rt("", !0)
|
|
94840
94845
|
]);
|
|
94841
94846
|
}
|
|
94842
94847
|
const HRe = /* @__PURE__ */ Ii(N$e, [["render", F$e]]), I$e = {
|
|
@@ -94894,26 +94899,26 @@ function U$e(r, t, s, a, c, f) {
|
|
|
94894
94899
|
f.hasLabelColor == "green" ? (Be(), He("span", Q$e, [
|
|
94895
94900
|
t[0] || (t[0] = U("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1)),
|
|
94896
94901
|
ho(" " + zt(f.getLabel), 1)
|
|
94897
|
-
])) :
|
|
94902
|
+
])) : Rt("", !0),
|
|
94898
94903
|
f.hasLabelColor == "red" ? (Be(), He("span", V$e, [
|
|
94899
94904
|
t[1] || (t[1] = U("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1)),
|
|
94900
94905
|
ho(" " + zt(f.getLabel), 1)
|
|
94901
|
-
])) :
|
|
94906
|
+
])) : Rt("", !0),
|
|
94902
94907
|
f.hasLabelColor == "yellow" ? (Be(), He("span", H$e, [
|
|
94903
94908
|
t[2] || (t[2] = U("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1)),
|
|
94904
94909
|
ho(" " + zt(f.getLabel), 1)
|
|
94905
|
-
])) :
|
|
94910
|
+
])) : Rt("", !0),
|
|
94906
94911
|
f.hasLabelColor == "default" ? (Be(), He("span", z$e, [
|
|
94907
94912
|
t[3] || (t[3] = U("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1)),
|
|
94908
94913
|
ho(" " + zt(f.getLabel), 1)
|
|
94909
|
-
])) :
|
|
94914
|
+
])) : Rt("", !0),
|
|
94910
94915
|
f.hasLabelColor == "animate" ? (Be(), He("span", Z$e, [
|
|
94911
94916
|
t[4] || (t[4] = U("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
94912
94917
|
U("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
94913
94918
|
U("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
94914
94919
|
], -1)),
|
|
94915
94920
|
ho(" " + zt(f.getLabel), 1)
|
|
94916
|
-
])) :
|
|
94921
|
+
])) : Rt("", !0)
|
|
94917
94922
|
]);
|
|
94918
94923
|
}
|
|
94919
94924
|
const zRe = /* @__PURE__ */ Ii(I$e, [["render", U$e]]), W$e = {
|
|
@@ -94968,15 +94973,15 @@ function s8e(r, t, s, a, c, f) {
|
|
|
94968
94973
|
U("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
94969
94974
|
], -1),
|
|
94970
94975
|
ho(" Provisioning")
|
|
94971
|
-
]))) :
|
|
94976
|
+
]))) : Rt("", !0),
|
|
94972
94977
|
s.row[s.field] === 2 ? (Be(), He("span", t8e, t[1] || (t[1] = [
|
|
94973
94978
|
U("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1),
|
|
94974
94979
|
ho(" Paused ")
|
|
94975
|
-
]))) :
|
|
94980
|
+
]))) : Rt("", !0),
|
|
94976
94981
|
s.row[s.field] === 1 ? (Be(), He("span", n8e, t[2] || (t[2] = [
|
|
94977
94982
|
U("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1),
|
|
94978
94983
|
ho(" Active ")
|
|
94979
|
-
]))) :
|
|
94984
|
+
]))) : Rt("", !0)
|
|
94980
94985
|
]);
|
|
94981
94986
|
}
|
|
94982
94987
|
const WRe = /* @__PURE__ */ Ii(K$e, [["render", s8e]]), o8e = {
|
|
@@ -94989,7 +94994,7 @@ function a8e(r, t, s, a, c, f) {
|
|
|
94989
94994
|
return s.row[s.field] ? (Be(), He("div", r8e, [
|
|
94990
94995
|
U("pre", i8e, " " + zt(s.row[s.field]) + `
|
|
94991
94996
|
`, 1)
|
|
94992
|
-
])) :
|
|
94997
|
+
])) : Rt("", !0);
|
|
94993
94998
|
}
|
|
94994
94999
|
const XRe = /* @__PURE__ */ Ii(o8e, [["render", a8e]]), l8e = {
|
|
94995
95000
|
components: {
|
|
@@ -95057,7 +95062,7 @@ function v8e(r, t, s, a, c, f) {
|
|
|
95057
95062
|
])
|
|
95058
95063
|
])
|
|
95059
95064
|
])
|
|
95060
|
-
])) :
|
|
95065
|
+
])) : Rt("", !0);
|
|
95061
95066
|
}
|
|
95062
95067
|
const qRe = /* @__PURE__ */ Ii(l8e, [["render", v8e]]), y8e = { class: "w-full" }, O8e = { class: "mb-2 flex justify-between items-center" }, x8e = { class: "text-sm font-medium text-gray-900 dark:text-white" }, w8e = { class: "relative bg-gray-50 rounded-lg dark:bg-gray-700 p-4 h-auto" }, S8e = { class: "overflow-auto max-h-32" }, C8e = ["innerHTML"], k8e = {
|
|
95063
95068
|
key: 1,
|
|
@@ -95115,7 +95120,7 @@ const qRe = /* @__PURE__ */ Ii(l8e, [["render", v8e]]), y8e = { class: "w-full"
|
|
|
95115
95120
|
onClick: h[0] || (h[0] = (b) => a(c.value)),
|
|
95116
95121
|
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"
|
|
95117
95122
|
}, [
|
|
95118
|
-
s.value ?
|
|
95123
|
+
s.value ? Rt("", !0) : (Be(), He("span", T8e, h[1] || (h[1] = [
|
|
95119
95124
|
U("svg", {
|
|
95120
95125
|
class: "w-3 h-3 me-2",
|
|
95121
95126
|
"aria-hidden": "true",
|
|
@@ -95144,7 +95149,7 @@ const qRe = /* @__PURE__ */ Ii(l8e, [["render", v8e]]), y8e = { class: "w-full"
|
|
|
95144
95149
|
})
|
|
95145
95150
|
], -1),
|
|
95146
95151
|
U("span", { class: "text-xs font-semibold text-blue-700 dark:text-blue-500" }, "Copied", -1)
|
|
95147
|
-
]))) :
|
|
95152
|
+
]))) : Rt("", !0)
|
|
95148
95153
|
])
|
|
95149
95154
|
])
|
|
95150
95155
|
]),
|
|
@@ -95206,7 +95211,7 @@ const qRe = /* @__PURE__ */ Ii(l8e, [["render", v8e]]), y8e = { class: "w-full"
|
|
|
95206
95211
|
class: "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-hidden 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",
|
|
95207
95212
|
type: "button"
|
|
95208
95213
|
}, [
|
|
95209
|
-
s.value ?
|
|
95214
|
+
s.value ? Rt("", !0) : (Be(), He("span", F8e, h[1] || (h[1] = [
|
|
95210
95215
|
U("svg", {
|
|
95211
95216
|
class: "w-4 h-4",
|
|
95212
95217
|
"aria-hidden": "true",
|
|
@@ -95233,7 +95238,7 @@ const qRe = /* @__PURE__ */ Ii(l8e, [["render", v8e]]), y8e = { class: "w-full"
|
|
|
95233
95238
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
95234
95239
|
})
|
|
95235
95240
|
], -1)
|
|
95236
|
-
]))) :
|
|
95241
|
+
]))) : Rt("", !0)
|
|
95237
95242
|
])
|
|
95238
95243
|
]),
|
|
95239
95244
|
U("p", L8e, zt(r.description), 1)
|
|
@@ -95264,15 +95269,15 @@ const qRe = /* @__PURE__ */ Ii(l8e, [["render", v8e]]), y8e = { class: "w-full"
|
|
|
95264
95269
|
U("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
95265
95270
|
], -1),
|
|
95266
95271
|
ho(" Running")
|
|
95267
|
-
]))) :
|
|
95272
|
+
]))) : Rt("", !0),
|
|
95268
95273
|
r.status === 1 ? (Be(), He("span", H8e, s[1] || (s[1] = [
|
|
95269
95274
|
U("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1),
|
|
95270
95275
|
ho(" Success ")
|
|
95271
|
-
]))) :
|
|
95276
|
+
]))) : Rt("", !0),
|
|
95272
95277
|
r.status === 2 ? (Be(), He("span", z8e, s[2] || (s[2] = [
|
|
95273
95278
|
U("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1),
|
|
95274
95279
|
ho(" Failed ")
|
|
95275
|
-
]))) :
|
|
95280
|
+
]))) : Rt("", !0)
|
|
95276
95281
|
]));
|
|
95277
95282
|
}
|
|
95278
95283
|
}, Z8e = { class: "flex flex-wrap text-nowrap" }, U8e = {
|
|
@@ -95304,15 +95309,15 @@ const qRe = /* @__PURE__ */ Ii(l8e, [["render", v8e]]), y8e = { class: "w-full"
|
|
|
95304
95309
|
U("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
95305
95310
|
], -1),
|
|
95306
95311
|
ho(" Connecting")
|
|
95307
|
-
]))) :
|
|
95312
|
+
]))) : Rt("", !0),
|
|
95308
95313
|
r.status === 1 ? (Be(), He("span", W8e, f[1] || (f[1] = [
|
|
95309
95314
|
U("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1),
|
|
95310
95315
|
ho(" Connected ")
|
|
95311
|
-
]))) :
|
|
95316
|
+
]))) : Rt("", !0),
|
|
95312
95317
|
r.status === 2 ? (Be(), He("span", X8e, f[2] || (f[2] = [
|
|
95313
95318
|
U("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1),
|
|
95314
95319
|
ho(" Disconnected ")
|
|
95315
|
-
]))) :
|
|
95320
|
+
]))) : Rt("", !0),
|
|
95316
95321
|
U("button", {
|
|
95317
95322
|
onClick: a,
|
|
95318
95323
|
class: "ml-1"
|