golden-logic-ui 1.0.355 → 1.0.356

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.
@@ -1,8 +1,8 @@
1
1
  import { openBlock as pe, createElementBlock as ye, createElementVNode as P, createCommentVNode as ut, createStaticVNode as Dq, reactive as Oq, resolveComponent as y1, Fragment as Qn, createVNode as ub, normalizeClass as an, toDisplayString as gt, withModifiers as oc, withDirectives as Qa, vModelText as ym, renderList as sr, normalizeStyle as Dj, computed as vc, renderSlot as yf, ref as Eo, onMounted as Rh, onBeforeUnmount as Oj, watch as Gx, createTextVNode as ko, vShow as n5, nextTick as Rj, createBlock as vm, resolveDynamicComponent as o5, mergeProps as t5, withCtx as U8, vModelDynamic as JG, useSlots as Rq, provide as QG, inject as eq, pushScopeId as $q, popScopeId as Mq, vModelCheckbox as tq, toHandlers as Ej, onUnmounted as Pq, TransitionGroup as Nq, unref as Bq, resolveDirective as nq, markRaw as Iq } from "vue";
2
2
  const qr = (O, ie) => {
3
3
  const te = O.__vccOpts || O;
4
- for (const [ke, ae] of ie)
5
- te[ke] = ae;
4
+ for (const [_e, ae] of ie)
5
+ te[_e] = ae;
6
6
  return te;
7
7
  }, Lq = {
8
8
  props: ["isOpen"],
@@ -27,7 +27,7 @@ const qr = (O, ie) => {
27
27
  class: "hidden sm:inline-block sm:align-middle sm:h-screen",
28
28
  "aria-hidden": "true"
29
29
  }, "​", -1), Uq = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white dark:bg-gray-800 rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, Wq = /* @__PURE__ */ Dq('<div class="px-4 pt-5 pb-4 sm:p-6 sm:pb-4"><div class="sm:flex sm:items-start"><div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"><h3 class="text-lg font-medium leading-6" id="modal-title"> Confirm Deletion </h3><div class="mt-2"><p class="text-sm"> Are you sure you want to delete this item? This action cannot be undone. </p></div></div></div></div>', 1), Zq = { class: "border-t border-gray-200 rounded-b dark:border-gray-600 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse" };
30
- function jq(O, ie, te, ke, ae, G) {
30
+ function jq(O, ie, te, _e, ae, G) {
31
31
  return te.isOpen ? (pe(), ye("div", Fq, [
32
32
  P("div", Hq, [
33
33
  Vq,
@@ -151,8 +151,8 @@ const $j = /* @__PURE__ */ qr(Lq, [["render", jq]]), Aj = Oq({
151
151
  },
152
152
  formatFileSize(O) {
153
153
  if (O === 0) return "0 Bytes";
154
- const ie = 1024, te = ["Bytes", "KB", "MB", "GB", "TB"], ke = Math.floor(Math.log(O) / Math.log(ie));
155
- return parseFloat((O / Math.pow(ie, ke)).toFixed(2)) + " " + te[ke];
154
+ const ie = 1024, te = ["Bytes", "KB", "MB", "GB", "TB"], _e = Math.floor(Math.log(O) / Math.log(ie));
155
+ return parseFloat((O / Math.pow(ie, _e)).toFixed(2)) + " " + te[_e];
156
156
  },
157
157
  onDragOver(O) {
158
158
  O.preventDefault(), this.isDragging = !0, O.dataTransfer.dropEffect = "copy";
@@ -169,7 +169,7 @@ const $j = /* @__PURE__ */ qr(Lq, [["render", jq]]), Aj = Oq({
169
169
  },
170
170
  async uploadFiles(O) {
171
171
  const ie = O.target.files, te = Array.from(ie).map(
172
- (ke) => this.uploadFile(ke)
172
+ (_e) => this.uploadFile(_e)
173
173
  );
174
174
  await Promise.all(te), this.$emit("uploaded"), this.$emit("update:modelValue", this.uploadFileList), console.log("uploadFileList", this.uploadFileList);
175
175
  },
@@ -179,10 +179,10 @@ const $j = /* @__PURE__ */ qr(Lq, [["render", jq]]), Aj = Oq({
179
179
  async uploadFile(O) {
180
180
  return new Promise((ie, te) => {
181
181
  O || ie();
182
- const ke = new FormData();
183
- ke.append("file", O), Object.entries(this.file_config).forEach(([ae, G]) => {
184
- ke.append(ae, G);
185
- }), this.files.push({ file_name: O.name, loading: 0 }), axios.post(this.route_url + "/media", ke, {
182
+ const _e = new FormData();
183
+ _e.append("file", O), Object.entries(this.file_config).forEach(([ae, G]) => {
184
+ _e.append(ae, G);
185
+ }), this.files.push({ file_name: O.name, loading: 0 }), axios.post(this.route_url + "/media", _e, {
186
186
  onUploadProgress: (ae) => {
187
187
  this.files[this.files.length - 1].loading = Math.floor(
188
188
  ae.loaded / ae.total * 100
@@ -245,7 +245,7 @@ const $j = /* @__PURE__ */ qr(Lq, [["render", jq]]), Aj = Oq({
245
245
  class: "text-3xl fas fa-file-alt",
246
246
  "aria-hidden": "true"
247
247
  }, null, -1), vK = { class: "flex flex-col ml-3" }, yK = { class: "text-xs" }, wK = { class: "text-xs" }, xK = { class: "flex gap-2" }, CK = ["href"], SK = ["onClick"];
248
- function _K(O, ie, te, ke, ae, G) {
248
+ function _K(O, ie, te, _e, ae, G) {
249
249
  const Ae = y1("DeleteConfirmationModal");
250
250
  return pe(), ye(Qn, null, [
251
251
  ub(Ae, {
@@ -377,7 +377,7 @@ const Nae = /* @__PURE__ */ qr(qq, [["render", _K]]), kK = {
377
377
  mounted() {
378
378
  }
379
379
  }, TK = { class: "grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector" }, EK = ["name", "value", "id", "checked"], AK = ["for"];
380
- function DK(O, ie, te, ke, ae, G) {
380
+ function DK(O, ie, te, _e, ae, G) {
381
381
  return pe(), ye("ul", TK, [
382
382
  (pe(!0), ye(Qn, null, sr(ae.locals, (Ae, Q) => (pe(), ye("li", null, [
383
383
  P("input", {
@@ -413,7 +413,7 @@ const Bae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
413
413
  }
414
414
  },
415
415
  setup(O) {
416
- const ie = O, te = vc(() => ie.class), ke = vc(() => ie.body_class);
416
+ const ie = O, te = vc(() => ie.class), _e = vc(() => ie.body_class);
417
417
  return (ae, G) => (pe(), ye("div", {
418
418
  class: an(["flex flex-col gap-9", te.value])
419
419
  }, [
@@ -425,7 +425,7 @@ const Bae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
425
425
  ]),
426
426
  ae.$slots.body ? (pe(), ye("div", {
427
427
  key: 0,
428
- class: an(["p-6", ke.value])
428
+ class: an(["p-6", _e.value])
429
429
  }, [
430
430
  yf(ae.$slots, "body")
431
431
  ], 2)) : ut("", !0)
@@ -514,7 +514,7 @@ const Bae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
514
514
  },
515
515
  emits: ["update:modelValue", "selected", "selectionChanged"],
516
516
  setup(O, { emit: ie }) {
517
- const te = O, ke = ie, ae = Eo(null), G = Eo([]), Ae = Eo([]), Q = Eo(0), He = Eo(!1), ht = Eo(""), et = Eo(""), yn = Eo(null), mn = Eo(0), No = Eo(0), us = () => {
517
+ const te = O, _e = ie, ae = Eo(null), G = Eo([]), Ae = Eo([]), Q = Eo(0), He = Eo(!1), ht = Eo(""), et = Eo(""), yn = Eo(null), mn = Eo(0), No = Eo(0), us = () => {
518
518
  if (yn.value) {
519
519
  mn.value = yn.value.offsetWidth;
520
520
  var rt = yn.value.getBoundingClientRect();
@@ -572,11 +572,11 @@ const Bae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
572
572
  G.value = Dt();
573
573
  }
574
574
  function ds() {
575
- G.value = [], ke("update:modelValue", []), ke("selected", []), ke("selectionChanged", []);
575
+ G.value = [], _e("update:modelValue", []), _e("selected", []), _e("selectionChanged", []);
576
576
  }
577
577
  function In(rt) {
578
578
  let Me = G.value.findIndex((nn) => nn.id === rt.id);
579
- Me !== -1 && G.value.splice(Me, 1), Ae.value = G.value.map((nn) => nn.id), ke("update:modelValue", Ae.value), ke("selected", G.value), ke("selectionChanged", G.value);
579
+ Me !== -1 && G.value.splice(Me, 1), Ae.value = G.value.map((nn) => nn.id), _e("update:modelValue", Ae.value), _e("selected", G.value), _e("selectionChanged", G.value);
580
580
  }
581
581
  function We(rt) {
582
582
  rt.target.id != te.field_name + "search" + et.value && rt.target.id != te.field_name && !rt.target.classList.contains("showOptions") && (to(), Q.value = 0, He.value = !1);
@@ -619,7 +619,7 @@ const Bae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
619
619
  }
620
620
  function Xn(rt) {
621
621
  let Me = G.value.findIndex((nn) => nn.id === rt.id);
622
- Me !== -1 ? G.value.splice(Me, 1) : G.value.push(rt), He.value = !1, Ae.value = G.value.map((nn) => nn.id), ke("update:modelValue", Ae.value), ke("selected", G.value), ke("selectionChanged", G.value);
622
+ Me !== -1 ? G.value.splice(Me, 1) : G.value.push(rt), He.value = !1, Ae.value = G.value.map((nn) => nn.id), _e("update:modelValue", Ae.value), _e("selected", G.value), _e("selectionChanged", G.value);
623
623
  }
624
624
  function at() {
625
625
  if (!te.show) {
@@ -637,12 +637,12 @@ const Bae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
637
637
  }
638
638
  }
639
639
  function to() {
640
- ht.value = "", ke("selected", G.value);
640
+ ht.value = "", _e("selected", G.value);
641
641
  }
642
642
  return Gx(ht, () => {
643
643
  dn.value.length === 0 && (G.value = []);
644
644
  }), Gx(G, (rt) => {
645
- Qr(G.value) && (Ae.value = G.value.map((Me) => Me.id), ke("update:modelValue", Ae.value));
645
+ Qr(G.value) && (Ae.value = G.value.map((Me) => Me.id), _e("update:modelValue", Ae.value));
646
646
  }), (rt, Me) => (pe(), ye(Qn, null, [
647
647
  O.show ? (pe(), ye("div", {
648
648
  key: 0,
@@ -830,7 +830,7 @@ const Bae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
830
830
  fill: "#1C64F2"
831
831
  })
832
832
  ], -1);
833
- function YK(O, ie, te, ke, ae, G) {
833
+ function YK(O, ie, te, _e, ae, G) {
834
834
  return te.is_loading ? (pe(), vm(o5("button"), {
835
835
  key: 1,
836
836
  disabled: "",
@@ -909,15 +909,15 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
909
909
  },
910
910
  emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
911
911
  setup(O, { expose: ie, emit: te }) {
912
- const ke = O, ae = te, G = Eo(null), Ae = Eo(null), Q = () => {
912
+ const _e = O, ae = te, G = Eo(null), Ae = Eo(null), Q = () => {
913
913
  Ae.value && ae("update:modelValueTranslate", Ae.value.value);
914
914
  };
915
915
  return Rh(() => {
916
- G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus(), ke.modelValue && (ae("update:modelValue", ke.modelValue), G.value.value = ke.modelValue), ke.modelValueTranslate && (ae("update:modelValueTranslate", ke.modelValueTranslate), Ae.value.value = ke.modelValueTranslate), ke.translatable && !ke.modelValueTranslate && axios.get("/admin/get_field_translations", {
916
+ G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus(), _e.modelValue && (ae("update:modelValue", _e.modelValue), G.value.value = _e.modelValue), _e.modelValueTranslate && (ae("update:modelValueTranslate", _e.modelValueTranslate), Ae.value.value = _e.modelValueTranslate), _e.translatable && !_e.modelValueTranslate && axios.get("/admin/get_field_translations", {
917
917
  params: {
918
- model: ke.translatable.model,
919
- row_id: ke.translatable.row_id,
920
- field: ke.translatable.field
918
+ model: _e.translatable.model,
919
+ row_id: _e.translatable.row_id,
920
+ field: _e.translatable.field
921
921
  }
922
922
  }).then((He) => {
923
923
  Ae.value.value = JSON.stringify(He.data), ae("update:modelValueTranslate", JSON.stringify(He.data));
@@ -1049,19 +1049,19 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1049
1049
  },
1050
1050
  emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
1051
1051
  setup(O, { expose: ie, emit: te }) {
1052
- const ke = O, ae = te, G = Eo(null), Ae = Eo(null), Q = () => {
1052
+ const _e = O, ae = te, G = Eo(null), Ae = Eo(null), Q = () => {
1053
1053
  Ae.value && ae("update:modelValueTranslate", Ae.value.value);
1054
1054
  };
1055
1055
  return Rh(() => {
1056
1056
  tinymce.init({
1057
- selector: "#" + ke.field_name,
1057
+ selector: "#" + _e.field_name,
1058
1058
  width: "100%",
1059
1059
  height: 300
1060
- }), G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus(), ke.modelValue && (ae("update:modelValue", ke.modelValue), G.value.value = ke.modelValue), ke.modelValueTranslate && (ae("update:modelValueTranslate", ke.modelValueTranslate), Ae.value.value = ke.modelValueTranslate), ke.translatable && !ke.modelValueTranslate && axios.get("/admin/get_field_translations", {
1060
+ }), G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus(), _e.modelValue && (ae("update:modelValue", _e.modelValue), G.value.value = _e.modelValue), _e.modelValueTranslate && (ae("update:modelValueTranslate", _e.modelValueTranslate), Ae.value.value = _e.modelValueTranslate), _e.translatable && !_e.modelValueTranslate && axios.get("/admin/get_field_translations", {
1061
1061
  params: {
1062
- model: ke.translatable.model,
1063
- row_id: ke.translatable.row_id,
1064
- field: ke.translatable.field
1062
+ model: _e.translatable.model,
1063
+ row_id: _e.translatable.row_id,
1064
+ field: _e.translatable.field
1065
1065
  }
1066
1066
  }).then((He) => {
1067
1067
  Ae.value.value = JSON.stringify(He.data), ae("update:modelValueTranslate", JSON.stringify(He.data));
@@ -1184,15 +1184,15 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1184
1184
  },
1185
1185
  emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
1186
1186
  setup(O, { expose: ie, emit: te }) {
1187
- const ke = O, ae = te, G = Eo(null), Ae = Eo(null), Q = () => {
1187
+ const _e = O, ae = te, G = Eo(null), Ae = Eo(null), Q = () => {
1188
1188
  Ae.value && ae("update:modelValueTranslate", Ae.value.value);
1189
1189
  };
1190
1190
  return Rh(() => {
1191
- G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus(), ke.modelValue && (ae("update:modelValue", ke.modelValue), G.value.value = ke.modelValue), ke.modelValueTranslate && (ae("update:modelValueTranslate", ke.modelValueTranslate), Ae.value.value = ke.modelValueTranslate), ke.translatable && !ke.modelValueTranslate && axios.get("/admin/get_field_translations", {
1191
+ G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus(), _e.modelValue && (ae("update:modelValue", _e.modelValue), G.value.value = _e.modelValue), _e.modelValueTranslate && (ae("update:modelValueTranslate", _e.modelValueTranslate), Ae.value.value = _e.modelValueTranslate), _e.translatable && !_e.modelValueTranslate && axios.get("/admin/get_field_translations", {
1192
1192
  params: {
1193
- model: ke.translatable.model,
1194
- row_id: ke.translatable.row_id,
1195
- field: ke.translatable.field
1193
+ model: _e.translatable.model,
1194
+ row_id: _e.translatable.row_id,
1195
+ field: _e.translatable.field
1196
1196
  }
1197
1197
  }).then((He) => {
1198
1198
  Ae.value.value = JSON.stringify(He.data), ae("update:modelValueTranslate", JSON.stringify(He.data));
@@ -1309,13 +1309,13 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1309
1309
  },
1310
1310
  emits: ["update:modelValue", "keydown"],
1311
1311
  setup(O, { expose: ie, emit: te }) {
1312
- const ke = O, ae = te, G = Eo(null);
1312
+ const _e = O, ae = te, G = Eo(null);
1313
1313
  Rh(() => {
1314
1314
  G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus();
1315
1315
  });
1316
1316
  const Ae = vc({
1317
1317
  get() {
1318
- return ke.modelValue;
1318
+ return _e.modelValue;
1319
1319
  },
1320
1320
  set(Q) {
1321
1321
  ae("update:modelValue", Q);
@@ -1415,13 +1415,13 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1415
1415
  },
1416
1416
  emits: ["update:modelValue", "keydown"],
1417
1417
  setup(O, { expose: ie, emit: te }) {
1418
- const ke = O, ae = te, G = Eo(null);
1418
+ const _e = O, ae = te, G = Eo(null);
1419
1419
  Rh(() => {
1420
1420
  G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus();
1421
1421
  });
1422
1422
  const Ae = vc({
1423
1423
  get() {
1424
- return ke.modelValue;
1424
+ return _e.modelValue;
1425
1425
  },
1426
1426
  set(Q) {
1427
1427
  ae("update:modelValue", Q);
@@ -1514,7 +1514,7 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1514
1514
  },
1515
1515
  emits: ["update:modelValue", "keydown"],
1516
1516
  setup(O, { emit: ie }) {
1517
- const te = O, ke = ie, ae = Eo(""), G = Eo({
1517
+ const te = O, _e = ie, ae = Eo(""), G = Eo({
1518
1518
  start: te.modelValue.start,
1519
1519
  end: te.modelValue.end
1520
1520
  });
@@ -1524,17 +1524,17 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1524
1524
  return te.modelValue.start;
1525
1525
  },
1526
1526
  set(ht) {
1527
- G.value.start = ht, He(G.value.start, G.value.end), ke("update:modelValue", { start: G.value.start, end: G.value.end }), ke("keydown", { start: G.value.start, end: G.value.end });
1527
+ G.value.start = ht, He(G.value.start, G.value.end), _e("update:modelValue", { start: G.value.start, end: G.value.end }), _e("keydown", { start: G.value.start, end: G.value.end });
1528
1528
  }
1529
1529
  }), Q = vc({
1530
1530
  get() {
1531
1531
  return te.modelValue.end;
1532
1532
  },
1533
1533
  set(ht) {
1534
- G.value.end = ht, He(G.value.start, G.value.end), ke("update:modelValue", { start: G.value.start, end: G.value.end }), ke("keydown", { start: G.value.start, end: G.value.end });
1534
+ G.value.end = ht, He(G.value.start, G.value.end), _e("update:modelValue", { start: G.value.start, end: G.value.end }), _e("keydown", { start: G.value.start, end: G.value.end });
1535
1535
  }
1536
1536
  }), He = (ht, et) => {
1537
- ht && et && new Date(ht) > new Date(et) ? (ae.value = "Start date cannot be after end date.", G.value.start = "", G.value.end = "", ke("update:modelValue", { start: G.value.start, end: G.value.end }), ke("keydown", { start: G.value.start, end: G.value.end })) : ht && et && new Date(et) < new Date(ht) ? (ae.value = "End date cannot be before start date.", G.value.start = "", G.value.end = "", ke("update:modelValue", { start: G.value.start, end: G.value.end }), ke("keydown", { start: G.value.start, end: G.value.end })) : ae.value = "";
1537
+ ht && et && new Date(ht) > new Date(et) ? (ae.value = "Start date cannot be after end date.", G.value.start = "", G.value.end = "", _e("update:modelValue", { start: G.value.start, end: G.value.end }), _e("keydown", { start: G.value.start, end: G.value.end })) : ht && et && new Date(et) < new Date(ht) ? (ae.value = "End date cannot be before start date.", G.value.start = "", G.value.end = "", _e("update:modelValue", { start: G.value.start, end: G.value.end }), _e("keydown", { start: G.value.start, end: G.value.end })) : ae.value = "";
1538
1538
  };
1539
1539
  return (ht, et) => (pe(), ye(Qn, null, [
1540
1540
  O.show ? (pe(), ye("div", {
@@ -1641,7 +1641,7 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1641
1641
  },
1642
1642
  emits: ["update:modelValue", "keydown"],
1643
1643
  setup(O, { emit: ie }) {
1644
- const te = ie, ke = Eo(null), ae = (G) => {
1644
+ const te = ie, _e = Eo(null), ae = (G) => {
1645
1645
  const Ae = G.target.files[0];
1646
1646
  console.log(Ae), te("keydown", G), Ae && te("update:modelValue", Ae);
1647
1647
  };
@@ -1677,7 +1677,7 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1677
1677
  type: "file",
1678
1678
  onChange: ae,
1679
1679
  ref_key: "input",
1680
- ref: ke,
1680
+ ref: _e,
1681
1681
  placeholder: O.placeholder
1682
1682
  }, null, 42, aX),
1683
1683
  P("span", lX, gt(O.error_message), 1),
@@ -1690,7 +1690,7 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1690
1690
  props: {},
1691
1691
  emits: ["TabChange"],
1692
1692
  setup(O, { emit: ie }) {
1693
- const te = ie, ke = Rq(), ae = Eo(ke.default().map((Q) => Q.props)), G = Eo(ae.value[0].title);
1693
+ const te = ie, _e = Rq(), ae = Eo(_e.default().map((Q) => Q.props)), G = Eo(ae.value[0].title);
1694
1694
  QG("selectedTitle", G), te("TabChange", ae.value[0].title);
1695
1695
  const Ae = (Q) => {
1696
1696
  te("TabChange", Q);
@@ -1738,8 +1738,8 @@ const Fae = /* @__PURE__ */ qr(qK, [["render", YK]]), XK = { class: "font-bold p
1738
1738
  key: 0,
1739
1739
  class: "block"
1740
1740
  };
1741
- function vX(O, ie, te, ke, ae, G) {
1742
- return te.title == ke.selectedTitle ? (pe(), ye("div", bX, [
1741
+ function vX(O, ie, te, _e, ae, G) {
1742
+ return te.title == _e.selectedTitle ? (pe(), ye("div", bX, [
1743
1743
  yf(O.$slots, "default")
1744
1744
  ])) : ut("", !0);
1745
1745
  }
@@ -1795,9 +1795,9 @@ const Gae = /* @__PURE__ */ qr(pX, [["render", vX]]), yX = {
1795
1795
  },
1796
1796
  generateRandomString(O) {
1797
1797
  let ie = "";
1798
- const te = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", ke = te.length;
1798
+ const te = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", _e = te.length;
1799
1799
  for (let ae = 0; ae < O; ae++)
1800
- ie += te.charAt(Math.floor(Math.random() * ke));
1800
+ ie += te.charAt(Math.floor(Math.random() * _e));
1801
1801
  return ie;
1802
1802
  },
1803
1803
  movingActions() {
@@ -1811,10 +1811,10 @@ const Gae = /* @__PURE__ */ qr(pX, [["render", vX]]), yX = {
1811
1811
  document.removeEventListener("mousemove", G), document.removeEventListener("touchmove", G), document.removeEventListener("mouseup", Ae), document.removeEventListener("touchend", Ae), ie.style.cursor = "grab";
1812
1812
  };
1813
1813
  document.addEventListener("mousemove", G), document.addEventListener("touchmove", G, { passive: !1 }), document.addEventListener("mouseup", Ae), document.addEventListener("touchend", Ae), O.initialX = ae.clientX || ae.touches && ae.touches[0] && ae.touches[0].clientX, O.initialY = ae.clientY || ae.touches && ae.touches[0] && ae.touches[0].clientY;
1814
- }, ke = (ae) => {
1814
+ }, _e = (ae) => {
1815
1815
  ae.key === "ArrowLeft" ? O.prev() : ae.key === "ArrowRight" && O.next();
1816
1816
  };
1817
- ie.addEventListener("mousedown", te), ie.addEventListener("touchstart", te), document.addEventListener("keydown", ke);
1817
+ ie.addEventListener("mousedown", te), ie.addEventListener("touchstart", te), document.addEventListener("keydown", _e);
1818
1818
  },
1819
1819
  next() {
1820
1820
  this.currentDot < this.dotsNavigation.length && (this.currentDot++, this.setDot(this.currentDot));
@@ -1823,7 +1823,7 @@ const Gae = /* @__PURE__ */ qr(pX, [["render", vX]]), yX = {
1823
1823
  this.currentDot > 1 && (this.currentDot--, this.setDot(this.currentDot));
1824
1824
  },
1825
1825
  initSlider() {
1826
- let O = document.getElementById("sliderContainer_" + this.Random_string), ie = document.getElementById("mainSliderContainer_" + this.Random_string), te = document.getElementById("slider_" + this.Random_string), ke = te.querySelectorAll("li"), ae = Array.from(ke).filter((Q) => Q.parentNode === te), G = O.clientWidth, Ae = G / this.elementsToShow;
1826
+ let O = document.getElementById("sliderContainer_" + this.Random_string), ie = document.getElementById("mainSliderContainer_" + this.Random_string), te = document.getElementById("slider_" + this.Random_string), _e = te.querySelectorAll("li"), ae = Array.from(_e).filter((Q) => Q.parentNode === te), G = O.clientWidth, Ae = G / this.elementsToShow;
1827
1827
  if (this.elementsToShow > 1 ? document.body.clientWidth < 1e3 ? (this.elementsToShow = 1, Ae = this.hide_arrow ? ie.clientWidth : G) : document.body.clientWidth < 1500 && (this.elementsToShow = 2) : (this.elementsToShow = 1, Ae = this.hide_arrow ? ie.clientWidth : G), ae.length > 1) {
1828
1828
  this.dotsNum = this.elementsToShow == 1 ? ae.length : ae.length - this.elementsToShow + 1;
1829
1829
  let Q = this.elementsToShow == 1 ? Ae * ae.length / this.dotsNum : Ae * (ae.length - this.elementsToShow) / (this.dotsNum - 1);
@@ -2027,7 +2027,7 @@ const Gae = /* @__PURE__ */ qr(pX, [["render", vX]]), yX = {
2027
2027
  }, null, -1)), CJ = [
2028
2028
  xJ
2029
2029
  ];
2030
- function SJ(O, ie, te, ke, ae, G) {
2030
+ function SJ(O, ie, te, _e, ae, G) {
2031
2031
  return pe(), ye("div", null, [
2032
2032
  P("div", {
2033
2033
  class: an(["", !te.hide_arrow && te.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
@@ -2186,12 +2186,12 @@ const qae = /* @__PURE__ */ qr(yX, [["render", SJ], ["__scopeId", "data-v-a94f16
2186
2186
  },
2187
2187
  emits: ["closeModal"],
2188
2188
  setup(O, { emit: ie }) {
2189
- const te = O, ke = ie, ae = () => {
2189
+ const te = O, _e = ie, ae = () => {
2190
2190
  document.documentElement.style.overflow = "hidden", document.documentElement.style.paddingRight = "0px";
2191
2191
  }, G = () => {
2192
2192
  document.documentElement.style.overflow = "", document.documentElement.style.paddingRight = "";
2193
2193
  }, Ae = () => {
2194
- ke("closeModal"), G();
2194
+ _e("closeModal"), G();
2195
2195
  };
2196
2196
  return Gx(
2197
2197
  () => te.is_open,
@@ -2284,12 +2284,12 @@ const qae = /* @__PURE__ */ qr(yX, [["render", SJ], ["__scopeId", "data-v-a94f16
2284
2284
  },
2285
2285
  emits: ["update:modelValue"],
2286
2286
  setup(O, { emit: ie }) {
2287
- const te = O, ke = ie, ae = Eo(null), G = vc({
2287
+ const te = O, _e = ie, ae = Eo(null), G = vc({
2288
2288
  get() {
2289
2289
  return te.modelValue;
2290
2290
  },
2291
2291
  set(Ae) {
2292
- ke("update:modelValue", Ae);
2292
+ _e("update:modelValue", Ae);
2293
2293
  }
2294
2294
  });
2295
2295
  return (Ae, Q) => (pe(), ye(Qn, null, [
@@ -2395,12 +2395,12 @@ const qae = /* @__PURE__ */ qr(yX, [["render", SJ], ["__scopeId", "data-v-a94f16
2395
2395
  },
2396
2396
  emits: ["update:modelValue"],
2397
2397
  setup(O, { emit: ie }) {
2398
- const te = O, ke = ie, ae = Eo(null), G = vc({
2398
+ const te = O, _e = ie, ae = Eo(null), G = vc({
2399
2399
  get() {
2400
2400
  return te.modelValue;
2401
2401
  },
2402
2402
  set(Ae) {
2403
- ke("update:modelValue", Ae);
2403
+ _e("update:modelValue", Ae);
2404
2404
  }
2405
2405
  });
2406
2406
  return (Ae, Q) => (pe(), ye(Qn, null, [
@@ -2554,7 +2554,7 @@ const qae = /* @__PURE__ */ qr(yX, [["render", SJ], ["__scopeId", "data-v-a94f16
2554
2554
  },
2555
2555
  emits: ["update:modelValue", "selected", "selectionChanged"],
2556
2556
  setup(O, { emit: ie }) {
2557
- const te = O, ke = ie;
2557
+ const te = O, _e = ie;
2558
2558
  Eo(null);
2559
2559
  const ae = Eo({}), G = Eo(0), Ae = Eo(!1), Q = Eo(""), He = Eo(""), ht = Eo(null), et = Eo(0), yn = Eo(0), mn = () => {
2560
2560
  if (ht.value) {
@@ -2636,7 +2636,7 @@ const qae = /* @__PURE__ */ qr(yX, [["render", SJ], ["__scopeId", "data-v-a94f16
2636
2636
  ) || {};
2637
2637
  }
2638
2638
  function In(Bt) {
2639
- ae.value = Bt, Ae.value = !1, ke("update:modelValue", ae.value.id), ke("selected", ae.value), ke("selectionChanged", ae.value);
2639
+ ae.value = Bt, Ae.value = !1, _e("update:modelValue", ae.value.id), _e("selected", ae.value), _e("selectionChanged", ae.value);
2640
2640
  }
2641
2641
  function We() {
2642
2642
  if (!te.show) {
@@ -2654,15 +2654,15 @@ const qae = /* @__PURE__ */ qr(yX, [["render", SJ], ["__scopeId", "data-v-a94f16
2654
2654
  }
2655
2655
  }
2656
2656
  function ge() {
2657
- te.show || (ae.value = {}, Q.value = "", ke("update:modelValue", ""), We());
2657
+ te.show || (ae.value = {}, Q.value = "", _e("update:modelValue", ""), We());
2658
2658
  }
2659
2659
  function os() {
2660
- ae.value.id || (ae.value = {}, Q.value = ""), ke("selected", ae.value);
2660
+ ae.value.id || (ae.value = {}, Q.value = ""), _e("selected", ae.value);
2661
2661
  }
2662
2662
  return Gx(Q, () => {
2663
2663
  Rt.value.length === 0 && (ae.value = {});
2664
2664
  }), Gx(ae, (Bt) => {
2665
- fe(Bt) && ke("update:modelValue", Bt.id);
2665
+ fe(Bt) && _e("update:modelValue", Bt.id);
2666
2666
  }), (Bt, Dt) => {
2667
2667
  var A, Xn, at;
2668
2668
  return pe(), ye(Qn, null, [
@@ -2829,13 +2829,13 @@ const qae = /* @__PURE__ */ qr(yX, [["render", SJ], ["__scopeId", "data-v-a94f16
2829
2829
  },
2830
2830
  emits: ["update:modelValue", "keydown"],
2831
2831
  setup(O, { expose: ie, emit: te }) {
2832
- const ke = O, ae = te, G = Eo(null);
2832
+ const _e = O, ae = te, G = Eo(null);
2833
2833
  Rh(() => {
2834
2834
  G.value !== null && G.value.hasAttribute("autofocus") && G.value.focus();
2835
2835
  });
2836
2836
  const Ae = vc({
2837
2837
  get() {
2838
- return ke.modelValue;
2838
+ return _e.modelValue;
2839
2839
  },
2840
2840
  set(Q) {
2841
2841
  ae("update:modelValue", Q);
@@ -2912,7 +2912,7 @@ var oq = { exports: {} };
2912
2912
  "xml",
2913
2913
  "null"
2914
2914
  ].indexOf(e) !== -1;
2915
- }, ke = function(e, n) {
2915
+ }, _e = function(e, n) {
2916
2916
  var o = Array.prototype.slice.call(e);
2917
2917
  return o.sort(n);
2918
2918
  }, ae = function(e, n) {
@@ -2934,7 +2934,7 @@ var oq = { exports: {} };
2934
2934
  });
2935
2935
  }, ht = function(e, n) {
2936
2936
  return ae(He(e), function(o) {
2937
- return ke(o, n);
2937
+ return _e(o, n);
2938
2938
  });
2939
2939
  }, et = function(e) {
2940
2940
  return G(function(n, o) {
@@ -3069,7 +3069,7 @@ var oq = { exports: {} };
3069
3069
  r[l] = n(u, l);
3070
3070
  }
3071
3071
  return r;
3072
- }, _e = (e, n) => {
3072
+ }, ke = (e, n) => {
3073
3073
  for (let o = 0, r = e.length; o < r; o++) {
3074
3074
  const l = e[o];
3075
3075
  n(l, o);
@@ -3098,7 +3098,7 @@ var oq = { exports: {} };
3098
3098
  return o;
3099
3099
  }, Tr = (e, n, o) => (wn(e, (r, l) => {
3100
3100
  o = n(o, r, l);
3101
- }), o), Fo = (e, n, o) => (_e(e, (r, l) => {
3101
+ }), o), Fo = (e, n, o) => (ke(e, (r, l) => {
3102
3102
  o = n(o, r, l);
3103
3103
  }), o), Va = (e, n, o) => {
3104
3104
  for (let r = 0, l = e.length; r < l; r++) {
@@ -3195,7 +3195,7 @@ var oq = { exports: {} };
3195
3195
  }), o;
3196
3196
  }, bl = (e) => tl(e, to), Yo = (e, n) => hn(e, n) ? z.from(e[n]) : z.none(), hn = (e, n) => Gi.call(e, n), Ar = (e, n) => hn(e, n) && e[n] !== void 0 && e[n] !== null, Bl = (e, n, o = yn) => et(o).eq(e, n), Hc = (e) => {
3197
3197
  const n = {};
3198
- return _e(e, (o) => {
3198
+ return ke(e, (o) => {
3199
3199
  n[o] = {};
3200
3200
  }), Qo(n);
3201
3201
  }, mi = (e) => e.length !== void 0, xr = Array.isArray, mr = (e) => {
@@ -3797,16 +3797,16 @@ var oq = { exports: {} };
3797
3797
  }, Bg = (e, n) => {
3798
3798
  Wr(e, n), Sr(n, e);
3799
3799
  }, zh = (e, n) => {
3800
- _e(n, (o, r) => {
3800
+ ke(n, (o, r) => {
3801
3801
  const l = r === 0 ? e : n[r - 1];
3802
3802
  Gc(l, o);
3803
3803
  });
3804
3804
  }, jo = (e, n) => {
3805
- _e(n, (o) => {
3805
+ ke(n, (o) => {
3806
3806
  Sr(e, o);
3807
3807
  });
3808
3808
  }, qc = (e) => {
3809
- e.dom.textContent = "", _e(Rr(e), (n) => {
3809
+ e.dom.textContent = "", ke(Rr(e), (n) => {
3810
3810
  xo(n);
3811
3811
  });
3812
3812
  }, xo = (e) => {
@@ -3884,7 +3884,7 @@ var oq = { exports: {} };
3884
3884
  }, (l) => Ws(Math.max(l.pageLeft, r.left), Math.max(l.pageTop, r.top), l.width, l.height));
3885
3885
  }, Ul = (e, n) => Vt(Rr(e), n), ou = (e, n) => {
3886
3886
  let o = [];
3887
- return _e(Rr(e), (r) => {
3887
+ return ke(Rr(e), (r) => {
3888
3888
  n(r) && (o = o.concat([r])), o = o.concat(ou(r, n));
3889
3889
  }), o;
3890
3890
  }, ba = (e, n) => Dg(n, e), Ey = (e, n, o) => tu(e, n, o).isSome();
@@ -4048,7 +4048,7 @@ var oq = { exports: {} };
4048
4048
  return n;
4049
4049
  }, pb = (e) => {
4050
4050
  const n = ba(e, "br"), o = Vt(sa(e).slice(-1), Id);
4051
- n.length === o.length && _e(o, xo);
4051
+ n.length === o.length && ke(o, xo);
4052
4052
  }, jl = () => {
4053
4053
  const e = ce.fromTag("br");
4054
4054
  return Cs(e, "data-mce-bogus", "1"), e;
@@ -4213,12 +4213,12 @@ var oq = { exports: {} };
4213
4213
  }
4214
4214
  }, Kx = (e, n, o) => {
4215
4215
  const r = e.getBlockElements(), l = ce.fromDom(n), u = (b) => uo(b) in r, f = (b) => wo(b, l);
4216
- _e(nu(o), (b) => {
4216
+ ke(nu(o), (b) => {
4217
4217
  Ks(b, u, f).each((y) => {
4218
4218
  const k = Ul(b, (M) => u(M) && !e.isValidChild(uo(y), uo(M)));
4219
4219
  if (k.length > 0) {
4220
4220
  const M = jc(y);
4221
- _e(k, (N) => {
4221
+ ke(k, (N) => {
4222
4222
  Ks(N, u, f).each((F) => {
4223
4223
  Mf(F.dom, N.dom);
4224
4224
  });
@@ -4227,10 +4227,10 @@ var oq = { exports: {} };
4227
4227
  });
4228
4228
  });
4229
4229
  }, yb = (e, n, o) => {
4230
- _e([
4230
+ ke([
4231
4231
  ...o,
4232
4232
  ...bo(e, n) ? [n] : []
4233
- ], (r) => _e(ba(ce.fromDom(r), r.nodeName.toLowerCase()), (l) => {
4233
+ ], (r) => ke(ba(ce.fromDom(r), r.nodeName.toLowerCase()), (l) => {
4234
4234
  cn(e, l.dom) && ll(l);
4235
4235
  }));
4236
4236
  }, A1 = (e, n) => {
@@ -4292,7 +4292,7 @@ var oq = { exports: {} };
4292
4292
  const st = ct._addCacheSuffix(we), xt = M(st);
4293
4293
  r[st] = xt, xt.count++;
4294
4294
  const Ft = (Gt, ln) => {
4295
- _e(Gt, br), xt.status = ln, xt.passed = [], xt.failed = [], Pe && (Pe.onload = null, Pe.onerror = null, Pe = null);
4295
+ ke(Gt, br), xt.status = ln, xt.passed = [], xt.failed = [], Pe && (Pe.onload = null, Pe.onerror = null, Pe = null);
4296
4296
  }, Ze = () => Ft(xt.passed, 2), Ve = () => Ft(xt.failed, 3);
4297
4297
  if (Se && xt.passed.push(Se), Ce && xt.failed.push(Ce), xt.status === 1)
4298
4298
  return;
@@ -4340,7 +4340,7 @@ var oq = { exports: {} };
4340
4340
  });
4341
4341
  },
4342
4342
  unloadAll: (we) => {
4343
- _e(we, (Se) => {
4343
+ ke(we, (Se) => {
4344
4344
  ne(Se);
4345
4345
  });
4346
4346
  },
@@ -4506,9 +4506,9 @@ var oq = { exports: {} };
4506
4506
  J.attributes[N[ne]] = {}, J.attributesOrder.push(N[ne]);
4507
4507
  }
4508
4508
  };
4509
- return e !== "html5-strict" && (_e(dl("acronym applet basefont big font strike tt"), (M) => {
4509
+ return e !== "html5-strict" && (ke(dl("acronym applet basefont big font strike tt"), (M) => {
4510
4510
  f(M, "", o);
4511
- }), _e(dl("center dir isindex noframes"), (M) => {
4511
+ }), ke(dl("center dir isindex noframes"), (M) => {
4512
4512
  f(M, "", r);
4513
4513
  })), f("html", "manifest", "head body"), f("head", "", "base command link meta noscript script style title"), f("title hr noscript br"), f("base", "href target"), f("link", "href rel media hreflang type sizes hreflang"), f("meta", "name http-equiv content charset"), f("style", "media type scoped"), f("script", "src async defer type charset"), f("body", "onafterprint onbeforeprint onbeforeunload onblur onerror onfocus onhashchange onload onmessage onoffline ononline onpagehide onpageshow onpopstate onresize onscroll onstorage onunload", r), f("dd div", "", r), f("address dt caption", "", e === "html4" ? o : r), f("h1 h2 h3 h4 h5 h6 pre p abbr code var samp kbd sub sup i b u bdo span legend em strong small s cite dfn", "", o), f("blockquote", "cite", r), f("ol", "reversed start type", "li"), f("ul", "", "li"), f("li", "value", r), f("dl", "", "dt dd"), f("a", "href target rel media hreflang type", e === "html4" ? o : r), f("q", "cite", o), f("ins del", "cite datetime", r), f("img", "src sizes srcset alt usemap ismap width height"), f("iframe", "src name width height", r), f("embed", "src type width height"), f("object", "data type typemustmatch name usemap form width height", [
4514
4514
  r,
@@ -4543,12 +4543,12 @@ var oq = { exports: {} };
4543
4543
  ].join(" ")), f("time", "datetime", o), f("dialog", "open", r), f("command", "type label icon disabled checked radiogroup command"), f("output", "for form name", o), f("progress", "value max", o), f("meter", "value min max low high optimum", o), f("details", "open", [
4544
4544
  r,
4545
4545
  "summary"
4546
- ].join(" ")), f("keygen", "autofocus challenge disabled form keytype name"), u("svg", "id tabindex lang xml:space class style x y width height viewBox preserveAspectRatio zoomAndPan transform".split(" "), [])), e !== "html5-strict" && (b("script", "language xml:space"), b("style", "xml:space"), b("object", "declare classid code codebase codetype archive standby align border hspace vspace"), b("embed", "align name hspace vspace"), b("param", "valuetype type"), b("a", "charset name rev shape coords"), b("br", "clear"), b("applet", "codebase archive code object alt name width height align hspace vspace"), b("img", "name longdesc align border hspace vspace"), b("iframe", "longdesc frameborder marginwidth marginheight scrolling align"), b("font basefont", "size color face"), b("input", "usemap align"), b("select"), b("textarea"), b("h1 h2 h3 h4 h5 h6 div p legend caption", "align"), b("ul", "type compact"), b("li", "type"), b("ol dl menu dir", "compact"), b("pre", "width xml:space"), b("hr", "align noshade size width"), b("isindex", "prompt"), b("table", "summary width frame rules cellspacing cellpadding align bgcolor"), b("col", "width align char charoff valign"), b("colgroup", "width align char charoff valign"), b("thead", "align char charoff valign"), b("tr", "align char charoff valign bgcolor"), b("th", "axis align char charoff valign nowrap bgcolor width height"), b("form", "accept"), b("td", "abbr axis scope align char charoff valign nowrap bgcolor width height"), b("tfoot", "align char charoff valign"), b("tbody", "align char charoff valign"), b("area", "nohref"), b("body", "background bgcolor text link vlink alink")), e !== "html4" && (b("input button select textarea", "autofocus"), b("input textarea", "placeholder"), b("a", "download"), b("link script img", "crossorigin"), b("img", "loading"), b("iframe", "sandbox seamless allow allowfullscreen loading")), e !== "html4" && _e([
4546
+ ].join(" ")), f("keygen", "autofocus challenge disabled form keytype name"), u("svg", "id tabindex lang xml:space class style x y width height viewBox preserveAspectRatio zoomAndPan transform".split(" "), [])), e !== "html5-strict" && (b("script", "language xml:space"), b("style", "xml:space"), b("object", "declare classid code codebase codetype archive standby align border hspace vspace"), b("embed", "align name hspace vspace"), b("param", "valuetype type"), b("a", "charset name rev shape coords"), b("br", "clear"), b("applet", "codebase archive code object alt name width height align hspace vspace"), b("img", "name longdesc align border hspace vspace"), b("iframe", "longdesc frameborder marginwidth marginheight scrolling align"), b("font basefont", "size color face"), b("input", "usemap align"), b("select"), b("textarea"), b("h1 h2 h3 h4 h5 h6 div p legend caption", "align"), b("ul", "type compact"), b("li", "type"), b("ol dl menu dir", "compact"), b("pre", "width xml:space"), b("hr", "align noshade size width"), b("isindex", "prompt"), b("table", "summary width frame rules cellspacing cellpadding align bgcolor"), b("col", "width align char charoff valign"), b("colgroup", "width align char charoff valign"), b("thead", "align char charoff valign"), b("tr", "align char charoff valign bgcolor"), b("th", "axis align char charoff valign nowrap bgcolor width height"), b("form", "accept"), b("td", "abbr axis scope align char charoff valign nowrap bgcolor width height"), b("tfoot", "align char charoff valign"), b("tbody", "align char charoff valign"), b("area", "nohref"), b("body", "background bgcolor text link vlink alink")), e !== "html4" && (b("input button select textarea", "autofocus"), b("input textarea", "placeholder"), b("a", "download"), b("link script img", "crossorigin"), b("img", "loading"), b("iframe", "sandbox seamless allow allowfullscreen loading")), e !== "html4" && ke([
4547
4547
  l.video,
4548
4548
  l.audio
4549
4549
  ], (y) => {
4550
4550
  delete y.children.audio, delete y.children.video;
4551
- }), _e(dl("a form meter progress dfn"), (y) => {
4551
+ }), ke(dl("a form meter progress dfn"), (y) => {
4552
4552
  l[y] && delete l[y].children[y];
4553
4553
  }), delete l.caption.children.table, delete l.script, l;
4554
4554
  }, Jx = (e) => e === "-" ? "remove" : "add", Xg = (e) => {
@@ -4567,7 +4567,7 @@ var oq = { exports: {} };
4567
4567
  });
4568
4568
  }, Kh = (e, n) => {
4569
4569
  const o = /^([!\-])?(\w+[\\:]:\w+|[^=~<]+)?(?:([=~<])(.*))?$/, r = /[*?+]/, { attributes: l, attributesOrder: u } = n;
4570
- return _e(dl(e, "|"), (f) => {
4570
+ return ke(dl(e, "|"), (f) => {
4571
4571
  const b = o.exec(f);
4572
4572
  if (b) {
4573
4573
  const y = {}, k = b[1], M = b[2].replace(/[\\:]:/g, ":"), N = b[3], F = b[4];
@@ -4648,7 +4648,7 @@ var oq = { exports: {} };
4648
4648
  });
4649
4649
  const ot = (Bn) => {
4650
4650
  const Po = z.from(o["@"]), Ms = /[*?+]/;
4651
- _e(Yh(Po, Bn ?? ""), ({ name: Qs, element: dr, aliasName: Vi }) => {
4651
+ ke(Yh(Po, Bn ?? ""), ({ name: Qs, element: dr, aliasName: Vi }) => {
4652
4652
  if (Vi && (o[Vi] = dr), Ms.test(Qs)) {
4653
4653
  const bf = dr;
4654
4654
  bf.pattern = Zt(Qs), l.push(bf);
@@ -4656,11 +4656,11 @@ var oq = { exports: {} };
4656
4656
  o[Qs] = dr;
4657
4657
  });
4658
4658
  }, Gt = (Bn) => {
4659
- l = [], _e(Qo(o), (Po) => {
4659
+ l = [], ke(Qo(o), (Po) => {
4660
4660
  delete o[Po];
4661
4661
  }), ot(Bn);
4662
4662
  }, ln = (Bn) => {
4663
- delete kb.text_block_elements, delete kb.block_elements, _e(OT(Bn ?? ""), ({ inline: Po, name: Ms, cloneName: Qs }) => {
4663
+ delete kb.text_block_elements, delete kb.block_elements, ke(OT(Bn ?? ""), ({ inline: Po, name: Ms, cloneName: Qs }) => {
4664
4664
  if (r[Ms] = r[Qs], u[Ms] = Qs, Se[Ms.toUpperCase()] = {}, Se[Ms] = {}, Po || (xt[Ms.toUpperCase()] = {}, xt[Ms] = {}), !o[Ms]) {
4665
4665
  let dr = o[Qs];
4666
4666
  dr = P1({}, dr), delete dr.removeEmptyAttrs, delete dr.removeEmpty, o[Ms] = dr;
@@ -4670,9 +4670,9 @@ var oq = { exports: {} };
4670
4670
  });
4671
4671
  });
4672
4672
  }, Kn = (Bn) => {
4673
- _e(Xg(Bn ?? ""), ({ operation: Po, name: Ms, validChildren: Qs }) => {
4673
+ ke(Xg(Bn ?? ""), ({ operation: Po, name: Ms, validChildren: Qs }) => {
4674
4674
  const dr = Po === "replace" ? { "#comment": {} } : r[Ms];
4675
- _e(Qs, (Vi) => {
4675
+ ke(Qs, (Vi) => {
4676
4676
  Po === "remove" ? delete dr[Vi] : dr[Vi] = {};
4677
4677
  }), r[Ms] = dr;
4678
4678
  });
@@ -5258,7 +5258,7 @@ var oq = { exports: {} };
5258
5258
  return _t.removeChild(Fe), _t;
5259
5259
  }, ps = (Ne, Fe) => en(Ne, (_t) => {
5260
5260
  const bt = ce.fromDom(_t);
5261
- return Fe && _e(Rr(bt), (rn) => {
5261
+ return Fe && ke(Rr(bt), (rn) => {
5262
5262
  ga(rn) && rn.dom.length === 0 ? xo(rn) : Wr(bt, rn);
5263
5263
  }), xo(bt), bt.dom;
5264
5264
  }), Fa = (Ne) => en(Ne, (Fe) => {
@@ -5279,14 +5279,14 @@ var oq = { exports: {} };
5279
5279
  }
5280
5280
  Fe.styleSheet ? Fe.styleSheet.cssText += Ne : Fe.appendChild(e.createTextNode(Ne));
5281
5281
  }, _d = (Ne) => {
5282
- Ne || (Ne = ""), _e(Ne.split(","), (Fe) => {
5282
+ Ne || (Ne = ""), ke(Ne.split(","), (Fe) => {
5283
5283
  l[Fe] = !0, y.load(Fe).catch(Dt);
5284
5284
  });
5285
5285
  }, Bn = (Ne, Fe, _t) => {
5286
5286
  en(Ne, (bt) => {
5287
5287
  if (jt(bt)) {
5288
5288
  const rn = ce.fromDom(bt), co = Fe.split(" ");
5289
- _e(co, (or) => {
5289
+ ke(co, (or) => {
5290
5290
  We(_t) ? (_t ? vu : vi)(rn, or) : kg(rn, or);
5291
5291
  });
5292
5292
  }
@@ -5579,7 +5579,7 @@ var oq = { exports: {} };
5579
5579
  loadScripts(n) {
5580
5580
  const o = this, r = (y, k) => {
5581
5581
  Yo(o.scriptLoadedCallbacks, k).each((M) => {
5582
- _e(M, (N) => N[y](k));
5582
+ ke(M, (N) => N[y](k));
5583
5583
  }), delete o.scriptLoadedCallbacks[k];
5584
5584
  }, l = (y) => {
5585
5585
  const k = Vt(y, (M) => M.status === "rejected");
@@ -5647,7 +5647,7 @@ var oq = { exports: {} };
5647
5647
  }, ql = () => {
5648
5648
  const e = [], n = {}, o = {}, r = [], l = (q, oe) => {
5649
5649
  const we = Vt(r, (Se) => Se.name === q && Se.state === oe);
5650
- _e(we, (Se) => Se.resolve());
5650
+ ke(we, (Se) => Se.resolve());
5651
5651
  }, u = (q) => hn(n, q), f = (q) => hn(o, q), b = (q) => {
5652
5652
  if (o[q])
5653
5653
  return o[q].instance;
@@ -5764,7 +5764,7 @@ var oq = { exports: {} };
5764
5764
  return Vt(r, (l) => !up(l, o));
5765
5765
  }, Ib = (e, n) => {
5766
5766
  const o = ce.fromDom(e.getBody()), r = ba(o, `[${Zd()}="${n}"]`), l = {};
5767
- return _e(r, (u) => {
5767
+ return ke(r, (u) => {
5768
5768
  if (!up(u, o)) {
5769
5769
  const f = Za(u, lp()), b = Yo(l, f).getOr([]);
5770
5770
  l[f] = b.concat([u]);
@@ -5781,22 +5781,22 @@ var oq = { exports: {} };
5781
5781
  J[N] = q, o.set(J);
5782
5782
  }, f = (N, F, J) => {
5783
5783
  l(N, (ne) => {
5784
- _e(ne.listeners, (q) => q(!0, N, {
5784
+ ke(ne.listeners, (q) => q(!0, N, {
5785
5785
  uid: F,
5786
5786
  nodes: Ke(J, (oe) => oe.dom)
5787
5787
  }));
5788
5788
  });
5789
5789
  }, b = (N) => {
5790
5790
  l(N, (F) => {
5791
- _e(F.listeners, (J) => J(!1, N));
5791
+ ke(F.listeners, (J) => J(!1, N));
5792
5792
  });
5793
5793
  }, y = (N, F) => {
5794
- _e(iC(e, N), (J) => {
5794
+ ke(iC(e, N), (J) => {
5795
5795
  F ? Cs(J, cp(), "true") : ar(J, cp());
5796
5796
  });
5797
5797
  }, k = Nb(() => {
5798
5798
  const N = qo(n.getNames());
5799
- _e(N, (F) => {
5799
+ ke(N, (F) => {
5800
5800
  u(F, (J) => {
5801
5801
  const ne = J.previous.get();
5802
5802
  return _r(e, z.some(F)).fold(() => {
@@ -5827,7 +5827,7 @@ var oq = { exports: {} };
5827
5827
  var f, b;
5828
5828
  u.attr(lp(), null), u.attr(Zd(), null), u.attr(cp(), null);
5829
5829
  const y = z.from(u.attr(Qg())).map((F) => F.split(",")).getOr([]), k = z.from(u.attr(ip())).map((F) => F.split(",")).getOr([]);
5830
- _e(y, (F) => u.attr(F, null));
5830
+ ke(y, (F) => u.attr(F, null));
5831
5831
  const M = (b = (f = u.attr("class")) === null || f === void 0 ? void 0 : f.split(" ")) !== null && b !== void 0 ? b : [], N = ji(M, [Bb()].concat(k));
5832
5832
  u.attr("class", N.length > 0 ? N.join(" ") : null), u.attr(ip(), null), u.attr(Qg(), null);
5833
5833
  };
@@ -5855,11 +5855,11 @@ var oq = { exports: {} };
5855
5855
  const o = (/* @__PURE__ */ new Date()).getTime(), r = Math.floor(Math.random() * 1e9);
5856
5856
  return Lb++, e + "_" + r + Lb + String(o);
5857
5857
  }, VT = (e, n) => {
5858
- _e(n, (o) => {
5858
+ ke(n, (o) => {
5859
5859
  vu(e, o);
5860
5860
  });
5861
5861
  }, dC = (e, n) => {
5862
- _e(n, (o) => {
5862
+ ke(n, (o) => {
5863
5863
  vi(e, o);
5864
5864
  });
5865
5865
  }, jy = (e, n) => ce.fromDom(e.dom.cloneNode(n)), oi = (e) => jy(e, !1), Fb = (e) => jy(e, !0), Br = (e, n) => {
@@ -6284,7 +6284,7 @@ var oq = { exports: {} };
6284
6284
  if (e.length === 0)
6285
6285
  throw new Error("there must be at least one case");
6286
6286
  const n = [], o = {};
6287
- return _e(e, (r, l) => {
6287
+ return ke(e, (r, l) => {
6288
6288
  const u = Qo(r);
6289
6289
  if (u.length !== 1)
6290
6290
  throw new Error("one and only one name per case");
@@ -6354,7 +6354,7 @@ Required: ` + n.join(", "));
6354
6354
  ]);
6355
6355
  const Ct = (e) => {
6356
6356
  const n = [], o = [];
6357
- return _e(e, (r) => {
6357
+ return ke(e, (r) => {
6358
6358
  r.fold((l) => {
6359
6359
  n.push(l);
6360
6360
  }, (l) => {
@@ -6426,7 +6426,7 @@ Required: ` + n.join(", "));
6426
6426
  dynamicPatternsLookup: n
6427
6427
  }), YT = (e) => {
6428
6428
  const n = Ct(Ke(e, yC));
6429
- return _e(n.errors, (o) => console.error(o.message, o.pattern)), n.values;
6429
+ return ke(n.errors, (o) => console.error(o.message, o.pattern)), n.values;
6430
6430
  }, wC = (e) => (n) => {
6431
6431
  const o = e(n);
6432
6432
  return YT(o);
@@ -7403,7 +7403,7 @@ Required: ` + n.join(", "));
7403
7403
  return We(n) && n.rangeCount > 0;
7404
7404
  }, Jf = (e, n) => {
7405
7405
  const o = Np(e);
7406
- o.length > 0 ? _e(o, (r) => {
7406
+ o.length > 0 ? ke(o, (r) => {
7407
7407
  const l = r.dom, u = e.dom.createRng();
7408
7408
  u.setStartBefore(l), u.setEndAfter(l), n(u, !0);
7409
7409
  }) : n(e.selection.getRng(), !1);
@@ -7653,7 +7653,7 @@ Required: ` + n.join(", "));
7653
7653
  }, _s = (e) => {
7654
7654
  vi(e, Bb()), ar(e, `${lp()}`), ar(e, `${Zd()}`), ar(e, `${cp()}`);
7655
7655
  const n = bi(e, `${Qg()}`).map((r) => r.split(",")).getOr([]), o = bi(e, `${ip()}`).map((r) => r.split(",")).getOr([]);
7656
- _e(n, (r) => ar(e, r)), dC(e, o), ar(e, `${ip()}`), ar(e, `${Qg()}`);
7656
+ ke(n, (r) => ar(e, r)), dC(e, o), ar(e, `${ip()}`), ar(e, `${Qg()}`);
7657
7657
  }, Qm = (e, n, o, r, l) => {
7658
7658
  const u = ce.fromTag("span", e);
7659
7659
  return Cv(u, n, o, r, l, !1), u;
@@ -7664,7 +7664,7 @@ Required: ` + n.join(", "));
7664
7664
  const ne = oi(b);
7665
7665
  return f.push(ne), y.set(ne), ne;
7666
7666
  }), N = (ne) => {
7667
- _e(ne, F);
7667
+ ke(ne, F);
7668
7668
  }, F = (ne) => {
7669
7669
  switch (fS(e, ne, "span", uo(ne))) {
7670
7670
  case "invalid-child": {
@@ -7707,7 +7707,7 @@ Required: ` + n.join(", "));
7707
7707
  const n = uC();
7708
7708
  Ti(e, n);
7709
7709
  const o = kl(e, n), r = lc("span"), l = (u) => {
7710
- _e(u, (f) => {
7710
+ ke(u, (f) => {
7711
7711
  r(f) ? ll(f) : _s(f);
7712
7712
  });
7713
7713
  };
@@ -7862,7 +7862,7 @@ Required: ` + n.join(", "));
7862
7862
  }, Kn = (St) => Ze(St) ? o.create("img", { src: It.transparentSrc }) : St.cloneNode(!0), Zn = (St, $n, _o) => {
7863
7863
  if (We(_o)) {
7864
7864
  const ks = Gt(St);
7865
- _e(ks, (ps) => {
7865
+ ke(ks, (ps) => {
7866
7866
  ps.style[$n] || !n.schema.isValid(ps.nodeName.toLowerCase(), $n) ? o.setStyle(ps, $n, _o) : o.setAttrib(ps, $n, "" + _o);
7867
7867
  });
7868
7868
  }
@@ -7933,7 +7933,7 @@ Required: ` + n.join(", "));
7933
7933
  if (Se || n.removed || n.composing)
7934
7934
  return;
7935
7935
  const $n = St.type === "mousedown" ? St.target : e.getNode(), _o = Ci(ce.fromDom($n), vS).map((ps) => ps.dom).filter((ps) => o.isEditable(ps.parentElement) || ps.nodeName === "IMG" && o.isEditable(ps)).getOrUndefined(), ks = We(_o) ? o.getAttrib(_o, eg, "1") : "1";
7936
- if (_e(o.select(`img[${eg}],hr[${eg}]`), (ps) => {
7936
+ if (ke(o.select(`img[${eg}],hr[${eg}]`), (ps) => {
7937
7937
  ps.removeAttribute(eg);
7938
7938
  }), We(_o) && en(_o, u) && n.hasFocus()) {
7939
7939
  Yt();
@@ -8112,7 +8112,7 @@ Required: ` + n.join(", "));
8112
8112
  exact: lw
8113
8113
  }), cw = (e, n) => {
8114
8114
  const r = document.createDocumentFragment();
8115
- return _e(e, (l) => {
8115
+ return ke(e, (l) => {
8116
8116
  r.appendChild(l.dom);
8117
8117
  }), ce.fromDom(r);
8118
8118
  }, u4 = (e) => {
@@ -8776,9 +8776,9 @@ Required: ` + n.join(", "));
8776
8776
  } else
8777
8777
  return NodeFilter.FILTER_SKIP;
8778
8778
  }), T7 = (e) => H5(e).nextNode() !== null, E7 = (e) => V5(e).nextNode() !== null, NS = (e, n) => n.querySelector(PS(e)) !== null, z5 = (e, n) => {
8779
- _e(k7(e, n), (o) => {
8779
+ ke(k7(e, n), (o) => {
8780
8780
  const r = ce.fromDom(o);
8781
- Za(r, "data-mce-bogus") === "all" ? xo(r) : _e(e, (l) => {
8781
+ Za(r, "data-mce-bogus") === "all" ? xo(r) : ke(e, (l) => {
8782
8782
  Ur(r, l) && ar(r, l);
8783
8783
  });
8784
8784
  });
@@ -8802,17 +8802,17 @@ Required: ` + n.join(", "));
8802
8802
  }
8803
8803
  ];
8804
8804
  let r = e, l = !1;
8805
- return _e(o, ({ condition: u, action: f }) => {
8805
+ return ke(o, ({ condition: u, action: f }) => {
8806
8806
  u(r) && (l || (r = e.cloneNode(!0), l = !0), f(r));
8807
8807
  }), r;
8808
8808
  }, zn = (e) => {
8809
8809
  const n = ba(e, "[data-mce-bogus]");
8810
- _e(n, (o) => {
8810
+ ke(n, (o) => {
8811
8811
  Za(o, "data-mce-bogus") === "all" ? xo(o) : Id(o) ? (Wr(o, ce.fromText(Ug)), xo(o)) : ll(o);
8812
8812
  });
8813
8813
  }, w4 = (e) => {
8814
8814
  const n = ba(e, "input");
8815
- _e(n, (o) => {
8815
+ ke(n, (o) => {
8816
8816
  ar(o, "name");
8817
8817
  });
8818
8818
  }, Mj = (e, n) => {
@@ -8973,7 +8973,7 @@ Required: ` + n.join(", "));
8973
8973
  return l.type === 1 && !e.inner ? b(l) : l.type === 3 ? f[3](l) : f[11](l), o.getContent();
8974
8974
  } };
8975
8975
  }, Cn = /* @__PURE__ */ new Set();
8976
- _e([
8976
+ ke([
8977
8977
  "margin",
8978
8978
  "margin-left",
8979
8979
  "margin-right",
@@ -9125,7 +9125,7 @@ Required: ` + n.join(", "));
9125
9125
  }, D4 = (e) => (n) => n.dom === e, rI = (e, n) => n && hn(e.schema.getBlockElements(), uo(n)), aI = (e, n) => {
9126
9126
  if (hr(e)) {
9127
9127
  const o = ce.fromHtml('<br data-mce-bogus="1">');
9128
- return n ? _e(Rr(e), (r) => {
9128
+ return n ? ke(Rr(e), (r) => {
9129
9129
  h0(r) || xo(r);
9130
9130
  }) : qc(e), Sr(e, o), z.some(Ie.before(o.dom));
9131
9131
  } else
@@ -9171,7 +9171,7 @@ Required: ` + n.join(", "));
9171
9171
  const u = M4(o).getOr(o), f = ce.fromDom((l = e.dom.getParent(u.dom, e.dom.isBlock)) !== null && l !== void 0 ? l : o.dom);
9172
9172
  if (f.dom === e.getBody() ? zS(e, r) : hr(f) && (Au(f), r && e.selection.setCursorLocation(f.dom, 0)), !wo(o, f)) {
9173
9173
  const b = as(ha(f), o) ? [] : Ih(f);
9174
- _e(b.concat(Rr(o)), (y) => {
9174
+ ke(b.concat(Rr(o)), (y) => {
9175
9175
  !wo(y, f) && !Na(y, f) && hr(y) && xo(y);
9176
9176
  });
9177
9177
  }
@@ -9273,7 +9273,7 @@ Required: ` + n.join(", "));
9273
9273
  }), yI = (e, n) => {
9274
9274
  const o = fI(e), r = bI(n, o), l = hR(n, o);
9275
9275
  return vI(r, n, o) ? r.map((u) => xw.singleCellTable(n, u.start)) : l.isMultiTable ? om(r, l, n, o) : vR(r, l, n, o);
9276
- }, yR = (e) => _e(e, (n) => {
9276
+ }, yR = (e) => ke(e, (n) => {
9277
9277
  ar(n, "contenteditable"), Au(n);
9278
9278
  }), Bj = (e, n) => z.from(e.dom.getParent(n, e.dom.isBlock)).map(ce.fromDom), V4 = (e, n, o) => {
9279
9279
  o.each((r) => {
@@ -9409,7 +9409,7 @@ Required: ` + n.join(", "));
9409
9409
  const o = (r, l) => {
9410
9410
  yt(r, (u) => {
9411
9411
  const f = wr(u.nodes);
9412
- _e(u.filter.callbacks, (b) => {
9412
+ ke(u.filter.callbacks, (b) => {
9413
9413
  for (let y = f.length - 1; y >= 0; y--) {
9414
9414
  const k = f[y];
9415
9415
  (!(l ? k.attr(u.filter.name) !== void 0 : k.name === u.filter.name) || In(k.parent)) && f.splice(y, 1);
@@ -9967,7 +9967,7 @@ Required: ` + n.join(", "));
9967
9967
  }, $w = {}, i_ = Mr(["pre"]), Jr = (e, n) => {
9968
9968
  $w[e] || ($w[e] = []), $w[e].push(n);
9969
9969
  }, v3 = (e, n) => {
9970
- hn($w, e) && _e($w[e], (o) => {
9970
+ hn($w, e) && ke($w[e], (o) => {
9971
9971
  o(n);
9972
9972
  });
9973
9973
  };
@@ -9985,7 +9985,7 @@ Required: ` + n.join(", "));
9985
9985
  };
9986
9986
  if (!n.collapsed) {
9987
9987
  const l = e.selection.getSelectedBlocks(), u = Vt(Vt(l, i_), o(l));
9988
- _e(u, (f) => {
9988
+ ke(u, (f) => {
9989
9989
  r(f.previousSibling, f);
9990
9990
  });
9991
9991
  }
@@ -10080,7 +10080,7 @@ Required: ` + n.join(", "));
10080
10080
  const r = n.parentNode;
10081
10081
  let l;
10082
10082
  const u = e.dom, f = Yl(e);
10083
- hd(o) && r === u.getRoot() && (!o.list_block || !Zv(n, o.list_block)) && _e(wr(n.childNodes), (b) => {
10083
+ hd(o) && r === u.getRoot() && (!o.list_block || !Zv(n, o.list_block)) && ke(wr(n.childNodes), (b) => {
10084
10084
  Xm(e, f, b.nodeName.toLowerCase()) ? l ? l.appendChild(b) : (l = S3(u, b, f), u.setAttribs(l, j1(e))) : l = null;
10085
10085
  }), !(yv(o) && !Zv(o.inline, n)) && u.remove(n, !0);
10086
10086
  }, jv = (e, n, o) => os(e) ? {
@@ -10101,10 +10101,10 @@ Required: ` + n.join(", "));
10101
10101
  (o.remove_similar || se(k) || !jt(l) || Zv(Bp(e, l, y), M)) && e.setStyle(n, y, ""), u = !0;
10102
10102
  }), u && i$(e, n);
10103
10103
  }, k3 = (e, n, o) => {
10104
- n === "removeformat" ? _e(qp(e.selection), (r) => {
10105
- _e(u_, (l) => e.dom.setStyle(r, l, "")), i$(e.dom, r);
10104
+ n === "removeformat" ? ke(qp(e.selection), (r) => {
10105
+ ke(u_, (l) => e.dom.setStyle(r, l, "")), i$(e.dom, r);
10106
10106
  }) : y3(e.formatter, n).each((r) => {
10107
- _e(qp(e.selection), (l) => _3(e.dom, l, r, o, null));
10107
+ ke(qp(e.selection), (l) => _3(e.dom, l, r, o, null));
10108
10108
  });
10109
10109
  }, u$ = (e, n, o, r, l) => {
10110
10110
  const u = e.dom, f = qS(e), b = e.schema;
@@ -10115,7 +10115,7 @@ Required: ` + n.join(", "));
10115
10115
  const y = r, k = n.preserve_attributes;
10116
10116
  if (Xr(n) && n.remove === "all" && eo(k)) {
10117
10117
  const M = Vt(u.getAttribs(y), (N) => qe(k, N.name.toLowerCase()));
10118
- if (u.removeAllAttribs(y), _e(M, (N) => u.setAttrib(y, N.name, N.value)), M.length > 0)
10118
+ if (u.removeAllAttribs(y), ke(M, (N) => u.setAttrib(y, N.name, N.value)), M.length > 0)
10119
10119
  return lg.rename("span");
10120
10120
  }
10121
10121
  if (n.remove !== "all") {
@@ -10129,7 +10129,7 @@ Required: ` + n.join(", "));
10129
10129
  const q = u.getAttrib(y, J);
10130
10130
  if (q) {
10131
10131
  let oe = "";
10132
- if (_e(q.split(/\s+/), (we) => {
10132
+ if (ke(q.split(/\s+/), (we) => {
10133
10133
  /mce\-\w+/.test(we) && (oe += (oe ? " " : "") + we);
10134
10134
  }), oe) {
10135
10135
  u.setAttrib(y, J, oe);
@@ -10156,7 +10156,7 @@ Required: ` + n.join(", "));
10156
10156
  return n.remove !== "none" ? (c$(e, y, n), lg.removed()) : lg.keep();
10157
10157
  }, d$ = (e, n, o, r, l) => {
10158
10158
  let u;
10159
- return n.parentNode && _e(m0(e.dom, n.parentNode).reverse(), (f) => {
10159
+ return n.parentNode && ke(m0(e.dom, n.parentNode).reverse(), (f) => {
10160
10160
  if (!u && jt(f) && f.id !== "_start" && f.id !== "_end") {
10161
10161
  const b = sg(e, f, o, r, l);
10162
10162
  b && b.split !== !1 && (u = f);
@@ -10186,7 +10186,7 @@ Required: ` + n.join(", "));
10186
10186
  if (!Se && We(Ce) && f0(f) && N(Ce), f.deep && oe.length)
10187
10187
  for (let st = 0; st < oe.length; st++)
10188
10188
  F(oe[st]);
10189
- _e([
10189
+ ke([
10190
10190
  "underline",
10191
10191
  "line-through",
10192
10192
  "overline"
@@ -10234,7 +10234,7 @@ Required: ` + n.join(", "));
10234
10234
  });
10235
10235
  const Ce = b.createRng();
10236
10236
  Ce.setStartAfter(oe), Ce.setEndBefore(we), y0(b, Ce, (Pe) => {
10237
- _e(Pe, (st) => {
10237
+ ke(Pe, (st) => {
10238
10238
  !Oi(st) && !Oi(st.parentNode) && k(st);
10239
10239
  });
10240
10240
  }), k(oe), k(we), oe = J(!0), we = J();
@@ -10243,7 +10243,7 @@ Required: ` + n.join(", "));
10243
10243
  Se.startContainer = oe.parentNode ? oe.parentNode : oe, Se.startOffset = b.nodeIndex(oe), Se.endContainer = we.parentNode ? we.parentNode : we, Se.endOffset = b.nodeIndex(we) + 1;
10244
10244
  }
10245
10245
  y0(b, Se, (Ce) => {
10246
- _e(Ce, F);
10246
+ ke(Ce, F);
10247
10247
  });
10248
10248
  };
10249
10249
  if (r) {
@@ -10354,18 +10354,18 @@ Required: ` + n.join(", "));
10354
10354
  return;
10355
10355
  }
10356
10356
  }
10357
- We(Pe) && Ft(Gt, $s, $l, Zn) ? (Ve || (Ve = ne.clone(Pe, !1), hs.insertBefore(Ve, Gt), we.push(Ve)), Zn && ln && (Se = Kn), Ve.appendChild(Gt)) : (Ve = null, _e(wr(Gt.childNodes), ot), ln && (Se = Kn), Ve = null);
10357
+ We(Pe) && Ft(Gt, $s, $l, Zn) ? (Ve || (Ve = ne.clone(Pe, !1), hs.insertBefore(Ve, Gt), we.push(Ve)), Zn && ln && (Se = Kn), Ve.appendChild(Gt)) : (Ve = null, ke(wr(Gt.childNodes), ot), ln && (Se = Kn), Ve = null);
10358
10358
  };
10359
- _e(Ze, ot);
10360
- }), u.links === !0 && _e(we, (Ze) => {
10359
+ ke(Ze, ot);
10360
+ }), u.links === !0 && ke(we, (Ze) => {
10361
10361
  const Ve = (ot) => {
10362
- ot.nodeName === "A" && k(ot, u), _e(wr(ot.childNodes), Ve);
10362
+ ot.nodeName === "A" && k(ot, u), ke(wr(ot.childNodes), Ve);
10363
10363
  };
10364
10364
  Ve(Ze);
10365
- }), _e(we, (Ze) => {
10365
+ }), ke(we, (Ze) => {
10366
10366
  const Ve = (ln) => {
10367
10367
  let Kn = 0;
10368
- return _e(ln.childNodes, (Zn) => {
10368
+ return ke(ln.childNodes, (Zn) => {
10369
10369
  !du(Zn) && !Oi(Zn) && Kn++;
10370
10370
  }), Kn;
10371
10371
  }, ot = (ln) => bs(ln.childNodes, j2).filter((Zn) => ne.getContentEditable(Zn) !== "false" && Rw(ne, Zn, u)).map((Zn) => {
@@ -10399,7 +10399,7 @@ Required: ` + n.join(", "));
10399
10399
  F(b, oe, !1);
10400
10400
  });
10401
10401
  }, vt), e.nodeChanged()) : PI(e, n, o), y3(e.formatter, n).each((ne) => {
10402
- _e(BI(e.selection), (q) => h$(b, q, ne, o));
10402
+ ke(BI(e.selection), (q) => h$(b, q, ne, o));
10403
10403
  });
10404
10404
  v3(n, e);
10405
10405
  }
@@ -10431,21 +10431,21 @@ Required: ` + n.join(", "));
10431
10431
  node: M,
10432
10432
  format: u,
10433
10433
  parents: r
10434
- }) : _e(b.callbacks, (N) => N(k, {
10434
+ }) : ke(b.callbacks, (N) => N(k, {
10435
10435
  node: M,
10436
10436
  format: u,
10437
10437
  parents: r
10438
10438
  }));
10439
10439
  }
10440
10440
  };
10441
- _e([
10441
+ ke([
10442
10442
  l.withSimilar,
10443
10443
  l.withoutSimilar
10444
- ], f), _e(l.withVars, f);
10444
+ ], f), ke(l.withVars, f);
10445
10445
  });
10446
10446
  }, qI = (e, n, o, r, l, u) => {
10447
10447
  const f = n.get();
10448
- _e(o.split(","), (b) => {
10448
+ ke(o.split(","), (b) => {
10449
10449
  const y = Yo(f, b).getOrThunk(() => {
10450
10450
  const M = {
10451
10451
  withSimilar: {
@@ -10478,7 +10478,7 @@ Required: ` + n.join(", "));
10478
10478
  }), n.set(f);
10479
10479
  }, KI = (e, n, o) => {
10480
10480
  const r = e.get();
10481
- _e(n.split(","), (l) => Yo(r, l).each((u) => {
10481
+ ke(n.split(","), (l) => Yo(r, l).each((u) => {
10482
10482
  r[l] = {
10483
10483
  withSimilar: {
10484
10484
  ...u.withSimilar,
@@ -10498,7 +10498,7 @@ Required: ` + n.join(", "));
10498
10498
  const e = {};
10499
10499
  return {
10500
10500
  addFilter: (l, u) => {
10501
- _e(x$(l), (f) => {
10501
+ ke(x$(l), (f) => {
10502
10502
  hn(e, f) || (e[f] = {
10503
10503
  name: f,
10504
10504
  callbacks: []
@@ -10507,7 +10507,7 @@ Required: ` + n.join(", "));
10507
10507
  },
10508
10508
  getFilters: () => bl(e),
10509
10509
  removeFilter: (l, u) => {
10510
- _e(x$(l), (f) => {
10510
+ ke(x$(l), (f) => {
10511
10511
  if (hn(e, f))
10512
10512
  if (We(u)) {
10513
10513
  const b = e[f], y = Vt(b.callbacks, (k) => k !== u);
@@ -10518,12 +10518,12 @@ Required: ` + n.join(", "));
10518
10518
  }
10519
10519
  };
10520
10520
  }, JI = (e, n) => {
10521
- _e(n, (o) => {
10521
+ ke(n, (o) => {
10522
10522
  e.attr(o, null);
10523
10523
  });
10524
10524
  }, QI = (e, n, o) => {
10525
10525
  e.addNodeFilter("font", (r) => {
10526
- _e(r, (l) => {
10526
+ ke(r, (l) => {
10527
10527
  const u = n.parse(l.attr("style")), f = l.attr("color"), b = l.attr("face"), y = l.attr("size");
10528
10528
  f && (u.color = f), b && (u["font-family"] = b), y && zc(y).each((k) => {
10529
10529
  u["font-size"] = o[k - 1];
@@ -10537,7 +10537,7 @@ Required: ` + n.join(", "));
10537
10537
  }, eL = (e, n, o) => {
10538
10538
  e.addNodeFilter("strike", (r) => {
10539
10539
  const l = n.type !== "html4";
10540
- _e(r, (u) => {
10540
+ ke(r, (u) => {
10541
10541
  if (l)
10542
10542
  u.name = "s";
10543
10543
  else {
@@ -10650,7 +10650,7 @@ Required: ` + n.join(", "));
10650
10650
  l.attr("src", f.blobUri());
10651
10651
  });
10652
10652
  };
10653
- e.addAttributeFilter("src", (l) => _e(l, r));
10653
+ e.addAttributeFilter("src", (l) => ke(l, r));
10654
10654
  }
10655
10655
  }, D3 = (e, n) => Es(e, `${n}/`), p_ = (e, n, o, r, l) => {
10656
10656
  let u;
@@ -10705,9 +10705,9 @@ Required: ` + n.join(", "));
10705
10705
  }
10706
10706
  M.length || (M = null), b.attr("class", M);
10707
10707
  }
10708
- }), E$(e, n), n.convert_unsafe_embeds && e.addNodeFilter("object,embed", (l) => _e(l, (u) => {
10708
+ }), E$(e, n), n.convert_unsafe_embeds && e.addNodeFilter("object,embed", (l) => ke(l, (u) => {
10709
10709
  u.replace(p_(u.attr("type"), u.name === "object" ? u.attr("data") : u.attr("src"), u.attr("width"), u.attr("height"), n.sandbox_iframes));
10710
- })), n.sandbox_iframes && e.addNodeFilter("iframe", (l) => _e(l, (u) => u.attr("sandbox", "")));
10710
+ })), n.sandbox_iframes && e.addNodeFilter("iframe", (l) => ke(l, (u) => u.attr("sandbox", "")));
10711
10711
  }, { entries: Ta, setPrototypeOf: lL, isFrozen: Hj, getPrototypeOf: Vj, getOwnPropertyDescriptor: zj } = Object;
10712
10712
  let { freeze: la, seal: Vu, create: Kp } = Object, { apply: cg, construct: O3 } = typeof Reflect < "u" && Reflect;
10713
10713
  cg || (cg = function(n, o, r) {
@@ -11997,9 +11997,9 @@ Required: ` + n.join(", "));
11997
11997
  } else
11998
11998
  We(l) && (l.allowedTags[N] = !0);
11999
11999
  if (k && q && !J) {
12000
- if (_e((b = q.attributesForced) !== null && b !== void 0 ? b : [], (oe) => {
12000
+ if (ke((b = q.attributesForced) !== null && b !== void 0 ? b : [], (oe) => {
12001
12001
  Cs(F, oe.name, oe.value === "{$uid}" ? `mce_${j$++}` : oe.value);
12002
- }), _e((y = q.attributesDefault) !== null && y !== void 0 ? y : [], (oe) => {
12002
+ }), ke((y = q.attributesDefault) !== null && y !== void 0 ? y : [], (oe) => {
12003
12003
  Ur(F, oe.name) || Cs(F, oe.name, oe.value === "{$uid}" ? `mce_${j$++}` : oe.value);
12004
12004
  }), q.attributesRequired && !Ot(q.attributesRequired, (oe) => Ur(F, oe))) {
12005
12005
  ll(F);
@@ -12102,11 +12102,11 @@ Required: ` + n.join(", "));
12102
12102
  const r = [];
12103
12103
  for (let l = e, u = l; l; u = l, l = l.walk()) {
12104
12104
  const f = l;
12105
- _e(n, (b) => b(f)), In(f.parent) && f !== e ? l = u : r.push(f);
12105
+ ke(n, (b) => b(f)), In(f.parent) && f !== e ? l = u : r.push(f);
12106
12106
  }
12107
12107
  for (let l = r.length - 1; l >= 0; l--) {
12108
12108
  const u = r[l];
12109
- _e(o, (f) => f(u));
12109
+ ke(o, (f) => f(u));
12110
12110
  }
12111
12111
  }, wL = (e, n, o, r) => {
12112
12112
  const l = o.validate, u = n.getNonEmptyElements(), f = n.getWhitespaceElements(), b = Y$(K$("script,style,head,html,body,title,meta,param"), n.getBlockElements()), y = Qx(n), k = /[ \t\r\n]+/g, M = /^[ \t\r\n]+/, N = /[ \t\r\n]+$/, F = (Se) => {
@@ -12333,8 +12333,8 @@ Required: ` + n.join(", "));
12333
12333
  return jo(r, o), r;
12334
12334
  }), _L = (e) => {
12335
12335
  const n = W3(oi(e), 0, []);
12336
- return _e(ba(e, "tr"), (o, r) => {
12337
- _e(ba(o, "td,th"), (l, u) => {
12336
+ return ke(ba(e, "tr"), (o, r) => {
12337
+ ke(ba(o, "td,th"), (l, u) => {
12338
12338
  xL(n, CL(n, u, r), r, o, l);
12339
12339
  });
12340
12340
  }), W3(n.element, __(n.rows), n.rows);
@@ -12477,7 +12477,7 @@ Required: ` + n.join(", "));
12477
12477
  }
12478
12478
  }, $L = (e, n) => {
12479
12479
  let o = 0;
12480
- _e(e, (r) => {
12480
+ ke(e, (r) => {
12481
12481
  r[0] === Uw ? o++ : r[0] === J3 ? (RL(n, r[1], o), o++) : r[0] === Q3 && A_(n, o);
12482
12482
  });
12483
12483
  }, ML = (e, n) => Vt(Ke(wr(e.childNodes), A(V, iM)), (o) => o.length > 0), PL = (e, n) => {
@@ -12506,7 +12506,7 @@ Required: ` + n.join(", "));
12506
12506
  }), r && (e.selection.moveToBookmark(r), e.selection.scrollIntoView());
12507
12507
  }, nA = (e) => e.type === "fragmented" ? e.fragments.join("") : e.content, oA = (e) => {
12508
12508
  const n = ce.fromTag("body", uM());
12509
- return ed(n, nA(e)), _e(ba(n, "*[data-mce-bogus]"), ll), Gn(n);
12509
+ return ed(n, nA(e)), ke(ba(n, "*[data-mce-bogus]"), ll), Gn(n);
12510
12510
  }, Uj = (e, n) => nA(e) === nA(n), IL = (e, n) => oA(e) === oA(n), sA = (e, n) => !e || !n ? !1 : Uj(e, n) ? !0 : IL(e, n), rA = (e) => e.get() === 0, O_ = (e, n, o) => {
12511
12511
  rA(o) && (e.typing = n);
12512
12512
  }, mM = (e, n) => {
@@ -12565,7 +12565,7 @@ Required: ` + n.join(", "));
12565
12565
  }
12566
12566
  }, jj = (e, n) => {
12567
12567
  const o = e.dom, r = We(n) ? n : e.getBody();
12568
- _e(o.select("table,a", r), (l) => {
12568
+ ke(o.select("table,a", r), (l) => {
12569
12569
  switch (l.nodeName) {
12570
12570
  case "TABLE":
12571
12571
  const u = mE(e), f = o.getAttrib(l, "border");
@@ -12785,7 +12785,7 @@ Required: ` + n.join(", "));
12785
12785
  const y = b.element, k = u(y), M = {};
12786
12786
  yt(o, (N, F) => {
12787
12787
  l(F, k).each((J) => {
12788
- r[F] || (_e(N, (ne) => {
12788
+ r[F] || (ke(N, (ne) => {
12789
12789
  ne(!0, {
12790
12790
  node: J,
12791
12791
  selector: F,
@@ -12794,7 +12794,7 @@ Required: ` + n.join(", "));
12794
12794
  }), r[F] = N), M[F] = N;
12795
12795
  });
12796
12796
  }), yt(r, (N, F) => {
12797
- M[F] || (delete r[F], _e(N, (J) => {
12797
+ M[F] || (delete r[F], ke(N, (J) => {
12798
12798
  J(!1, {
12799
12799
  node: y,
12800
12800
  selector: F,
@@ -13014,7 +13014,7 @@ Required: ` + n.join(", "));
13014
13014
  f.type === 7 ? f.remove() : f.type === 1 && l === "input" && !f.attr("type") && f.attr("type", "text");
13015
13015
  }
13016
13016
  }), e.addAttributeFilter("data-mce-type", (r) => {
13017
- _e(r, (l) => {
13017
+ ke(r, (l) => {
13018
13018
  l.attr("data-mce-type") === "format-caret" && (l.isEmpty(e.schema.getNonEmptyElements()) ? l.remove() : l.unwrap());
13019
13019
  });
13020
13020
  }), e.addAttributeFilter("data-mce-src,data-mce-href,data-mce-style,data-mce-selected,data-mce-expando,data-mce-block,data-mce-type,data-mce-resize,data-mce-placeholder", (r, l) => {
@@ -13239,7 +13239,7 @@ Options:${f}${o.join(f)}` : "";
13239
13239
  const F = e.theme;
13240
13240
  return F && F.getNotificationManagerImpl ? F.getNotificationManagerImpl() : IM();
13241
13241
  }, r = () => z.from(n[0]), l = (F, J) => F.type === J.type && F.text === J.text && !F.progressBar && !F.timeout && !J.progressBar && !J.timeout, u = () => {
13242
- _e(n, (F) => {
13242
+ ke(n, (F) => {
13243
13243
  F.reposition();
13244
13244
  });
13245
13245
  }, f = (F) => {
@@ -13270,7 +13270,7 @@ Options:${f}${o.join(f)}` : "";
13270
13270
  }), F.on("show ResizeEditor ResizeWindow NodeChange", () => {
13271
13271
  requestAnimationFrame(u);
13272
13272
  }), F.on("remove", () => {
13273
- _e(n.slice(), (J) => {
13273
+ ke(n.slice(), (J) => {
13274
13274
  o().close(J);
13275
13275
  });
13276
13276
  });
@@ -13321,7 +13321,7 @@ Options:${f}${o.join(f)}` : "";
13321
13321
  });
13322
13322
  };
13323
13323
  return e.on("remove", () => {
13324
- _e(n, (q) => {
13324
+ ke(n, (q) => {
13325
13325
  o().close(q);
13326
13326
  });
13327
13327
  }), {
@@ -13478,7 +13478,7 @@ Options:${f}${o.join(f)}` : "";
13478
13478
  e = Vt(e, (F) => F.blobUri() === N ? (URL.revokeObjectURL(F.blobUri()), !1) : !0);
13479
13479
  },
13480
13480
  destroy: () => {
13481
- _e(e, (N) => {
13481
+ ke(e, (N) => {
13482
13482
  URL.revokeObjectURL(N.blobUri());
13483
13483
  }), e = [];
13484
13484
  }
@@ -13574,7 +13574,7 @@ Options:${f}${o.join(f)}` : "";
13574
13574
  const xt = `src="${st}"${st === It.transparentSrc ? ' data-mce-placeholder="1"' : ""}`;
13575
13575
  return Ce = y(Ce, `src="${Pe}"`, xt), Ce = y(Ce, 'data-mce-src="' + Pe + '"', 'data-mce-src="' + st + '"'), Ce;
13576
13576
  }, M = (Ce, Pe) => {
13577
- _e(e.undoManager.data, (st) => {
13577
+ ke(e.undoManager.data, (st) => {
13578
13578
  st.type === "fragmented" ? st.fragments = Ke(st.fragments, (xt) => k(xt, Ce, Pe)) : st.content = k(st.content, Ce, Pe);
13579
13579
  });
13580
13580
  }, N = (Ce, Pe) => {
@@ -13600,7 +13600,7 @@ Options:${f}${o.join(f)}` : "";
13600
13600
  };
13601
13601
  });
13602
13602
  return xt.length > 0 && !Sh(e) ? e.undoManager.transact(() => {
13603
- _e(nu(xt), (Ve) => {
13603
+ ke(nu(xt), (Ve) => {
13604
13604
  const ot = ha(Ve);
13605
13605
  xo(Ve), ot.each(JF(e)), n.removeByUri(Ve.dom.src);
13606
13606
  });
@@ -13610,7 +13610,7 @@ Options:${f}${o.join(f)}` : "";
13610
13610
  u.push(Ce);
13611
13611
  }, oe = () => (r || (r = ZF(l, n)), r.findAll(e.getBody(), ne).then(f((Ce) => {
13612
13612
  const Pe = Vt(Ce, (st) => fe(st) ? (N_(e, st), !1) : st.uriType !== "blob");
13613
- return Sh(e) || _e(Pe, (st) => {
13613
+ return Sh(e) || ke(Pe, (st) => {
13614
13614
  M(st.image.src, st.blobInfo.blobUri()), st.image.src = st.blobInfo.blobUri(), st.image.removeAttribute("data-mce-src");
13615
13615
  }), Pe;
13616
13616
  }))), we = () => {
@@ -13630,7 +13630,7 @@ Options:${f}${o.join(f)}` : "";
13630
13630
  Ce.source_view || Ce.format === "raw" || Ce.format === "tree" || (Ce.content = Se(Ce.content));
13631
13631
  }), e.on("PostRender", () => {
13632
13632
  e.parser.addNodeFilter("img", (Ce) => {
13633
- _e(Ce, (Pe) => {
13633
+ ke(Ce, (Pe) => {
13634
13634
  const st = Pe.attr("src");
13635
13635
  if (!st || n.getByUri(st))
13636
13636
  return;
@@ -14028,7 +14028,7 @@ Options:${f}${o.join(f)}` : "";
14028
14028
  }
14029
14029
  }, L_ = at(H0), F_ = (e) => {
14030
14030
  const n = {}, o = (f) => We(f) ? n[f] : n, r = (f) => hn(n, f), l = (f, b) => {
14031
- f && (fe(f) ? (eo(b) || (b = [b]), _e(b, (y) => {
14031
+ f && (fe(f) ? (eo(b) || (b = [b]), ke(b, (y) => {
14032
14032
  ds(y.deep) && (y.deep = !gl(y)), ds(y.split) && (y.split = !gl(y) || Xr(y)), ds(y.remove) && gl(y) && !Xr(y) && (y.remove = "none"), gl(y) && Xr(y) && (y.mixed = !0, y.block_expand = !0), fe(y.classes) && (y.classes = y.classes.split(/\s+/));
14033
14033
  }), n[f] = b) : yt(f, (y, k) => {
14034
14034
  l(k, y);
@@ -14357,7 +14357,7 @@ Options:${f}${o.join(f)}` : "";
14357
14357
  return vr(o, (r) => n.isBlock(uo(r))).fold(at(o), (r) => o.slice(0, r));
14358
14358
  }, V_ = (e, n) => {
14359
14359
  const o = u9(e, n);
14360
- return _e(o, xo), o;
14360
+ return ke(o, xo), o;
14361
14361
  }, z_ = (e, n) => {
14362
14362
  const o = ng(n, e);
14363
14363
  return bs(o.reverse(), (r) => hr(r)).each(xo);
@@ -14366,7 +14366,7 @@ Options:${f}${o.join(f)}` : "";
14366
14366
  return Au(o), hc(o.dom);
14367
14367
  YM(l) && hr(n) && Wr(l, ce.fromTag("br"));
14368
14368
  const u = $c(o.dom, Ie.before(l.dom));
14369
- return _e(V_(n, r), (f) => {
14369
+ return ke(V_(n, r), (f) => {
14370
14370
  Wr(l, f);
14371
14371
  }), z_(e, n), u;
14372
14372
  }, m9 = (e, n) => e.isInline(uo(n)), XM = (e, n, o, r) => {
@@ -14381,7 +14381,7 @@ Options:${f}${o.join(f)}` : "";
14381
14381
  return xo(o), hc(n.dom);
14382
14382
  }
14383
14383
  const l = Nu(o.dom);
14384
- return _e(V_(n, r), (u) => {
14384
+ return ke(V_(n, r), (u) => {
14385
14385
  Sr(o, u);
14386
14386
  }), z_(e, n), l;
14387
14387
  }, JM = (e, n) => {
@@ -14477,7 +14477,7 @@ Options:${f}${o.join(f)}` : "";
14477
14477
  const o = e.selection.getNode();
14478
14478
  return rP(e, o).filter(mo).fold(() => Y_(e.getBody(), n, e.selection.getRng(), e.schema).map((r) => () => r.fold(MA(e, n), C9(e, n), S9(e))), () => z.some(Dt));
14479
14479
  }, aP = (e) => {
14480
- _e(ba(e, ".mce-offscreen-selection"), xo);
14480
+ ke(ba(e, ".mce-offscreen-selection"), xo);
14481
14481
  }, k9 = (e, n) => {
14482
14482
  const o = e.selection.getNode();
14483
14483
  return mo(o) && !Tf(o) ? rP(e, o.parentNode).filter(mo).fold(() => z.some(() => {
@@ -14781,7 +14781,7 @@ Options:${f}${o.join(f)}` : "";
14781
14781
  return F9(o, u, r, l).bind((b) => jA(e, n, b));
14782
14782
  }, DP = (e, n, o) => {
14783
14783
  const r = Ke(ba(ce.fromDom(n.getRoot()), '*[data-mce-selected="inline-boundary"]'), (f) => f.dom), l = Vt(r, e), u = Vt(o, e);
14784
- _e(ji(l, u), Me(AP, !1)), _e(ji(u, l), Me(AP, !0));
14784
+ ke(ji(l, u), Me(AP, !1)), ke(ji(u, l), Me(AP, !0));
14785
14785
  }, J9 = (e, n) => {
14786
14786
  const o = n.get();
14787
14787
  if (e.selection.isCollapsed() && !e.composing && o) {
@@ -14791,7 +14791,7 @@ Options:${f}${o.join(f)}` : "";
14791
14791
  }, OP = (e, n, o, r) => {
14792
14792
  if (n.selection.isCollapsed()) {
14793
14793
  const l = Vt(r, e);
14794
- _e(l, (u) => {
14794
+ ke(l, (u) => {
14795
14795
  const f = Ie.fromRangeStart(n.selection.getRng());
14796
14796
  Rl(e, n.getBody(), f).bind((b) => jA(n, o, b));
14797
14797
  });
@@ -14927,7 +14927,7 @@ Options:${f}${o.join(f)}` : "";
14927
14927
  }, UP = (e) => Wl(e) || Kc(e), bH = (e) => ha(e).exists(UP), WP = (e) => Vt(nu(e.selection.getSelectedBlocks()), (n) => !UP(n) && !bH(n) && pH(n)), ZP = (e, n) => {
14928
14928
  var o, r;
14929
14929
  const { dom: l } = e, u = b2(e), f = (r = (o = /[a-z%]+$/i.exec(u)) === null || o === void 0 ? void 0 : o[0]) !== null && r !== void 0 ? r : "px", b = Li(u), y = Kb(e);
14930
- _e(WP(e), (k) => {
14930
+ ke(WP(e), (k) => {
14931
14931
  oD(l, n, y, b, f, k.dom);
14932
14932
  });
14933
14933
  }, vH = (e) => ZP(e, "indent"), sD = (e) => ZP(e, "outdent"), jP = (e) => {
@@ -15501,7 +15501,7 @@ Options:${f}${o.join(f)}` : "";
15501
15501
  })(ff || (ff = {}));
15502
15502
  const xD = (e, n, o) => e.stype === ff.Error ? n(e.serror) : o(e.svalue), aV = (e) => {
15503
15503
  const n = [], o = [];
15504
- return _e(e, (r) => {
15504
+ return ke(e, (r) => {
15505
15505
  xD(r, (l) => o.push(l), (l) => n.push(l));
15506
15506
  }), {
15507
15507
  values: n,
@@ -15817,7 +15817,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
15817
15817
  }, J = () => {
15818
15818
  y = b == null ? void 0 : b.anchorNode, k = b == null ? void 0 : b.anchorOffset, M = b == null ? void 0 : b.focusNode, N = b == null ? void 0 : b.focusOffset;
15819
15819
  }, ne = (oe, we) => {
15820
- _e(oe.childNodes, (Se) => {
15820
+ ke(oe.childNodes, (Se) => {
15821
15821
  i0(Se) && we.appendChild(Se);
15822
15822
  });
15823
15823
  }, q = e.dom.create("span", { "data-mce-bogus": "1" });
@@ -16152,14 +16152,14 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
16152
16152
  const N = M.extractContents();
16153
16153
  if (l === "LI" && sz(N, "LI")) {
16154
16154
  const F = Vt(Ke(k.children, ce.fromDom), nn(lc("br")));
16155
- k = N.firstChild, u.insertAfter(N, o), _e(F, (J) => Qu(ce.fromDom(k), J)), y && k.setAttribute("style", y);
16155
+ k = N.firstChild, u.insertAfter(N, o), ke(F, (J) => Qu(ce.fromDom(k), J)), y && k.setAttribute("style", y);
16156
16156
  } else
16157
16157
  u.insertAfter(N, o), u.insertAfter(k, o);
16158
16158
  u.remove(r);
16159
16159
  }
16160
16160
  nr(e, k);
16161
16161
  }, lz = (e) => {
16162
- _e(ou(ce.fromDom(e), ga), (n) => {
16162
+ ke(ou(ce.fromDom(e), ga), (n) => {
16163
16163
  const o = n.dom;
16164
16164
  o.nodeValue = V(o.data);
16165
16165
  });
@@ -16735,9 +16735,9 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
16735
16735
  return LB(r), r;
16736
16736
  }, Kz = (e) => {
16737
16737
  const n = sO(), o = BB(e);
16738
- return tO(e), JD(n), n.dropEffect = e.dropEffect, n.effectAllowed = e.effectAllowed, XD(e).each((r) => n.setDragImage(r.image, r.x, r.y)), _e(e.types, (r) => {
16738
+ return tO(e), JD(n), n.dropEffect = e.dropEffect, n.effectAllowed = e.effectAllowed, XD(e).each((r) => n.setDragImage(r.image, r.x, r.y)), ke(e.types, (r) => {
16739
16739
  r !== "Files" && n.setData(r, e.getData(r));
16740
- }), _e(e.files, (r) => n.items.add(r)), MB(e).each((r) => {
16740
+ }), ke(e.files, (r) => n.items.add(r)), MB(e).each((r) => {
16741
16741
  PB(n, r);
16742
16742
  }), o.each((r) => {
16743
16743
  IB(e, r), IB(n, r);
@@ -16779,7 +16779,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
16779
16779
  const n = e.dom, o = (f, b) => {
16780
16780
  f.appendChild(b), n.remove(b, !0);
16781
16781
  }, [r, ...l] = Vt(e.getBody().childNodes, nU);
16782
- _e(l, (f) => {
16782
+ ke(l, (f) => {
16783
16783
  o(r, f);
16784
16784
  });
16785
16785
  const u = n.select("div[id=mcepastebin]", r);
@@ -16948,7 +16948,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
16948
16948
  const l = YB(e, r);
16949
16949
  if (l.length > 0)
16950
16950
  return n.preventDefault(), yU(l).then((u) => {
16951
- o && e.selection.setRng(o), _e(u, (f) => {
16951
+ o && e.selection.setRng(o), ke(u, (f) => {
16952
16952
  vU(e, f);
16953
16953
  });
16954
16954
  }), !0;
@@ -17067,7 +17067,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
17067
17067
  const o = (r) => se(r.querySelector("summary"));
17068
17068
  if (n.inputType === "deleteByDrag") {
17069
17069
  const r = Vt(e.dom.select("details"), o);
17070
- _e(r, (l) => {
17070
+ ke(r, (l) => {
17071
17071
  ls(l.firstChild) && l.firstChild.remove();
17072
17072
  const u = e.dom.create("summary");
17073
17073
  u.appendChild(jl().dom), l.prepend(u);
@@ -17147,12 +17147,12 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
17147
17147
  }, $U = (e) => {
17148
17148
  e.parser.addNodeFilter("details", (n) => {
17149
17149
  const o = qa(e);
17150
- _e(n, (r) => {
17150
+ ke(n, (r) => {
17151
17151
  o === "expanded" ? r.attr("open", "open") : o === "collapsed" && r.attr("open", null);
17152
17152
  });
17153
17153
  }), e.serializer.addNodeFilter("details", (n) => {
17154
17154
  const o = m5(e);
17155
- _e(n, (r) => {
17155
+ ke(n, (r) => {
17156
17156
  o === "expanded" ? r.attr("open", "open") : o === "collapsed" && r.attr("open", null);
17157
17157
  });
17158
17158
  });
@@ -17477,10 +17477,10 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
17477
17477
  "drop",
17478
17478
  "dragover"
17479
17479
  ];
17480
- _e(y, (k) => {
17480
+ ke(y, (k) => {
17481
17481
  l.bind(f, k, o), u.bind(b, k, n);
17482
17482
  }), e.on("remove", () => {
17483
- _e(y, (k) => {
17483
+ ke(y, (k) => {
17484
17484
  l.unbind(f, k, o), u.unbind(b, k, n);
17485
17485
  });
17486
17486
  });
@@ -17587,7 +17587,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
17587
17587
  if (Ve.isDefaultPrevented())
17588
17588
  return null;
17589
17589
  const ot = we(Ft, Ve.targetClone), Gt = ce.fromDom(Ft);
17590
- return _e(ba(ce.fromDom(e.getBody()), `*[${f}]`), (ln) => {
17590
+ return ke(ba(ce.fromDom(e.getBody()), `*[${f}]`), (ln) => {
17591
17591
  wo(Gt, ln) || ar(ln, f);
17592
17592
  }), o.getAttrib(Ft, f) || Ft.setAttribute(f, "1"), b = Ft, xt(), ot;
17593
17593
  }, Ce = (Ft, Ze) => {
@@ -17733,7 +17733,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
17733
17733
  if (n.length === 0)
17734
17734
  return;
17735
17735
  const o = e.selection.getBookmark();
17736
- _e(n, (r) => Kk(e, r)), e.selection.moveToBookmark(o);
17736
+ ke(n, (r) => Kk(e, r)), e.selection.moveToBookmark(o);
17737
17737
  }, SO = (e, n) => e.create("span", {
17738
17738
  "data-mce-type": "bookmark",
17739
17739
  id: n
@@ -17837,7 +17837,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
17837
17837
  return z.none();
17838
17838
  });
17839
17839
  }, F6 = (e, n, o) => {
17840
- e.selection.setRng(o), n.type === "inline-format" ? _e(n.format, (r) => {
17840
+ e.selection.setRng(o), n.type === "inline-format" ? ke(n.format, (r) => {
17841
17841
  e.formatter.apply(r);
17842
17842
  }) : e.execCommand(n.cmd, !1, n.value);
17843
17843
  }, H6 = (e, n, o, r) => {
@@ -17877,7 +17877,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
17877
17877
  if (n.length === 0)
17878
17878
  return;
17879
17879
  const o = e.dom, r = e.selection.getBookmark(), l = _O(o, n);
17880
- _e(l, (u) => {
17880
+ ke(l, (u) => {
17881
17881
  const f = o.getParent(u.startMarker.start, o.isBlock), b = (y) => y === f;
17882
17882
  $x(u.pattern) ? H6(e, u.pattern, u.endMarker, b) : V6(e, u.pattern, u.startMarker, u.endMarker, b), I6(o, u.endMarker, b), I6(o, u.startMarker, b);
17883
17883
  }), e.selection.moveToBookmark(r);
@@ -18398,7 +18398,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
18398
18398
  }
18399
18399
  }, UW = (e) => e.replace(/^\-/, ""), WW = (e) => {
18400
18400
  const n = [];
18401
- _e(X1(e), (o) => {
18401
+ ke(X1(e), (o) => {
18402
18402
  e8(e, n, UW(o));
18403
18403
  });
18404
18404
  }, ZW = (e) => {
@@ -18490,7 +18490,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
18490
18490
  name: z.some(r)
18491
18491
  })), QW = (e, n, o) => {
18492
18492
  const r = RO(n, "default", o), l = l8(n).orThunk(() => RO(n, g2(n), ""));
18493
- _e(zs([
18493
+ ke(zs([
18494
18494
  r,
18495
18495
  l
18496
18496
  ]), (u) => {
@@ -18506,7 +18506,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
18506
18506
  };
18507
18507
  yt(Uf(e), (r, l) => {
18508
18508
  o(l, r), e.options.set("plugins", X1(e).concat(l));
18509
- }), _e(X1(e), (r) => {
18509
+ }), ke(X1(e), (r) => {
18510
18510
  r = ct.trim(r), r && !F0.urls[r] && !r8(r) && o(r, `plugins/${r}/plugin${n}.js`);
18511
18511
  });
18512
18512
  }, tZ = (e) => {
@@ -18606,7 +18606,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
18606
18606
  const n = (r, l) => {
18607
18607
  e.formatter.toggle(r, l), e.nodeChanged();
18608
18608
  }, o = (r) => () => {
18609
- _e("left,center,right,justify".split(","), (l) => {
18609
+ ke("left,center,right,justify".split(","), (l) => {
18610
18610
  r !== l && e.formatter.remove("align" + l);
18611
18611
  }), r !== "none" && n("align" + r);
18612
18612
  };
@@ -18980,7 +18980,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
18980
18980
  addCommands(n, o = "exec") {
18981
18981
  const r = this.commands;
18982
18982
  yt(n, (l, u) => {
18983
- _e(u.toLowerCase().split(","), (f) => {
18983
+ ke(u.toLowerCase().split(","), (f) => {
18984
18984
  r[o][f] = l;
18985
18985
  });
18986
18986
  });
@@ -19010,11 +19010,11 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
19010
19010
  }, cT = (e, n) => {
19011
19011
  e.dom.contentEditable = n ? "true" : "false";
19012
19012
  }, NZ = (e) => {
19013
- _e(ba(e, '*[contenteditable="true"]'), (n) => {
19013
+ ke(ba(e, '*[contenteditable="true"]'), (n) => {
19014
19014
  Cs(n, d1, "true"), cT(n, !1);
19015
19015
  });
19016
19016
  }, m1 = (e) => {
19017
- _e(ba(e, `*[${d1}="true"]`), (n) => {
19017
+ ke(ba(e, `*[${d1}="true"]`), (n) => {
19018
19018
  ar(n, d1), cT(n, !0);
19019
19019
  });
19020
19020
  }, BZ = (e) => {
@@ -19028,11 +19028,11 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
19028
19028
  PZ(o, "mce-content-readonly", n), n ? (e.selection.controlSelection.hideResizeRect(), e._selectionOverrides.hideFakeCaret(), BZ(e), e.readonly = !0, cT(o, !1), NZ(o)) : (e.readonly = !1, e.hasEditableRoot() && cT(o, !0), m1(o), HO(e, "StyleWithCSS", !1), HO(e, "enableInlineTableEditing", !1), HO(e, "enableObjectResizing", !1), O5(e) && e.focus(), y8(e), e.nodeChanged());
19029
19029
  }, bg = (e) => e.readonly, w8 = (e) => {
19030
19030
  e.parser.addAttributeFilter("contenteditable", (n) => {
19031
- bg(e) && _e(n, (o) => {
19031
+ bg(e) && ke(n, (o) => {
19032
19032
  o.attr(d1, o.attr("contenteditable")), o.attr("contenteditable", "false");
19033
19033
  });
19034
19034
  }), e.serializer.addAttributeFilter(d1, (n) => {
19035
- bg(e) && _e(n, (o) => {
19035
+ bg(e) && ke(n, (o) => {
19036
19036
  o.attr("contenteditable", o.attr(d1));
19037
19037
  });
19038
19038
  }), e.serializer.addTempAttr(d1);
@@ -19123,7 +19123,7 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, ho(n, _D)), WN = at(HN), pk
19123
19123
  f.length = 0;
19124
19124
  else {
19125
19125
  const b = Go(f, (y) => y.func === o);
19126
- f = b.fail, this.bindings[u] = f, _e(b.pass, (y) => {
19126
+ f = b.fail, this.bindings[u] = f, ke(b.pass, (y) => {
19127
19127
  y.removed = !0;
19128
19128
  });
19129
19129
  }
@@ -20299,7 +20299,7 @@ tinymce.IconManager.add("default", {
20299
20299
  }, te = (t) => {
20300
20300
  const s = typeof t;
20301
20301
  return t === null ? "null" : s === "object" && Array.isArray(t) ? "array" : s === "object" && ie(t, String, (a, c) => c.isPrototypeOf(a)) ? "string" : s;
20302
- }, ke = (t) => (s) => te(s) === t, ae = (t) => (s) => typeof s === t, G = (t) => (s) => t === s, Ae = (t, s) => He(t) && ie(t, s, (a, c) => O(a) === c), Q = ke("string"), He = ke("object"), ht = (t) => Ae(t, Object), et = ke("array"), yn = G(null), mn = ae("boolean"), No = G(void 0), us = (t) => t == null, Oo = (t) => !us(t), Rt = ae("function"), pr = ae("number"), dn = (t, s) => {
20302
+ }, _e = (t) => (s) => te(s) === t, ae = (t) => (s) => typeof s === t, G = (t) => (s) => t === s, Ae = (t, s) => He(t) && ie(t, s, (a, c) => O(a) === c), Q = _e("string"), He = _e("object"), ht = (t) => Ae(t, Object), et = _e("array"), yn = G(null), mn = ae("boolean"), No = G(void 0), us = (t) => t == null, Oo = (t) => !us(t), Rt = ae("function"), pr = ae("number"), dn = (t, s) => {
20303
20303
  if (et(t)) {
20304
20304
  for (let a = 0, c = t.length; a < c; ++a)
20305
20305
  if (!s(t[a]))
@@ -20473,7 +20473,7 @@ tinymce.IconManager.add("default", {
20473
20473
  to.apply(s, t[a]);
20474
20474
  }
20475
20475
  return s;
20476
- }, _e = (t, s) => Ke(tt(t, s)), wn = (t, s) => {
20476
+ }, ke = (t, s) => Ke(tt(t, s)), wn = (t, s) => {
20477
20477
  for (let a = 0, c = t.length; a < c; ++a) {
20478
20478
  const d = t[a];
20479
20479
  if (s(d, a) !== !0)
@@ -22044,7 +22044,7 @@ The behaviours that can trigger it are: ` + JSON.stringify(tt(s, (a) => a.name),
22044
22044
  return Kh(c, t.uid), c;
22045
22045
  }, Nb = (t) => {
22046
22046
  const s = yt(t, "behaviours").getOr({});
22047
- return _e(vs(s), (a) => {
22047
+ return ke(vs(s), (a) => {
22048
22048
  const c = s[a];
22049
22049
  return Oo(c) ? [c.me] : [];
22050
22050
  });
@@ -22063,7 +22063,7 @@ The behaviours that can trigger it are: ` + JSON.stringify(tt(s, (a) => a.name),
22063
22063
  }, W = () => {
22064
22064
  c.set(Hm(a));
22065
22065
  }, X = () => {
22066
- const mt = $a(E), Xe = _e(mt, (Ge) => c.get().getByDom(Ge).fold(() => [], Fo));
22066
+ const mt = $a(E), Xe = ke(mt, (Ge) => c.get().getByDom(Ge).fold(() => [], Fo));
22067
22067
  B.set(Xe);
22068
22068
  }, ue = (mt) => {
22069
22069
  const Xe = w;
@@ -22779,8 +22779,8 @@ Receiver: ` + zd(s.element), E, g.data);
22779
22779
  const B = Vt(MC, R);
22780
22780
  return {
22781
22781
  offset: Bo(C, E),
22782
- classesOn: _e(R, p),
22783
- classesOff: _e(B, p)
22782
+ classesOn: ke(R, p),
22783
+ classesOff: ke(B, p)
22784
22784
  };
22785
22785
  };
22786
22786
  return {
@@ -23327,7 +23327,7 @@ Receiver: ` + zd(s.element), E, g.data);
23327
23327
  Ap(p) ? ch(t, p) : (t.getSystem().addToWorld(p), ch(t, p), io(t.element) && Dp(p));
23328
23328
  }), t.syncComponents();
23329
23329
  }, PE = (t, s, a) => {
23330
- const c = t.components(), d = _e(s, (w) => Jh(w).toArray());
23330
+ const c = t.components(), d = ke(s, (w) => Jh(w).toArray());
23331
23331
  vt(c, (w) => {
23332
23332
  nn(d, w) || Op(w);
23333
23333
  });
@@ -23657,7 +23657,7 @@ Known: [` + vs(c) + `]
23657
23657
  Namespace: ` + t.getOr("none") + `
23658
23658
  Spec: ` + JSON.stringify(a, null, 2));
23659
23659
  }, (d) => d.replace()), bv = (t, s, a, c) => gd(a) && a.uiType === hv ? pv(t, s, a, c) : d0.single(!1, se(a)), Bp = (t, s, a, c) => bv(t, s, a, c).fold((g, p) => {
23660
- const w = gd(a) ? p(s, a.config, a.validated) : p(s), C = yt(w, "components").getOr([]), E = _e(C, (R) => Bp(t, s, R, c));
23660
+ const w = gd(a) ? p(s, a.config, a.validated) : p(s), C = yt(w, "components").getOr([]), E = ke(C, (R) => Bp(t, s, R, c));
23661
23661
  return [{
23662
23662
  ...w,
23663
23663
  components: E
@@ -23668,7 +23668,7 @@ Spec: ` + JSON.stringify(a, null, 2));
23668
23668
  return a.validated.preprocess.getOr(Nn)(w);
23669
23669
  } else
23670
23670
  return p(s);
23671
- }), aS = (t, s, a, c) => _e(a, (d) => Bp(t, s, d, c)), m0 = (t, s) => {
23671
+ }), aS = (t, s, a, c) => ke(a, (d) => Bp(t, s, d, c)), m0 = (t, s) => {
23672
23672
  let a = !1;
23673
23673
  const c = () => a, d = () => {
23674
23674
  if (a)
@@ -23785,7 +23785,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
23785
23785
  name: s,
23786
23786
  config: a,
23787
23787
  validated: {}
23788
- }), mS = (t) => _e(t, (s) => s.fold(A.none, A.some, A.none, A.none).map((a) => Si(a.name, a.schema.concat([F1(xv())]))).toArray()), fS = (t) => tt(t, iS), Y2 = (t, s, a) => jE(t, s, a), Cv = (t, s, a) => G2(A.some(t), s, s.components, a), _s = (t, s, a) => {
23788
+ }), mS = (t) => ke(t, (s) => s.fold(A.none, A.some, A.none, A.none).map((a) => Si(a.name, a.schema.concat([F1(xv())]))).toArray()), fS = (t) => tt(t, iS), Y2 = (t, s, a) => jE(t, s, a), Cv = (t, s, a) => G2(A.some(t), s, s.components, a), _s = (t, s, a) => {
23789
23789
  const c = s.partUids[a];
23790
23790
  return t.getSystem().getByUid(c).toOptional();
23791
23791
  }, Qm = (t, s, a) => _s(t, s, a).getOrDie("Could not find part: " + a), gS = (t, s, a) => {
@@ -24936,7 +24936,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
24936
24936
  })))), B = (Xe, Ge) => {
24937
24937
  const wt = oo(xe(Xe).toArray(), (Et) => ue(Et).isSome());
24938
24938
  return yt(a.get(), Xe).bind((Et) => {
24939
- const Un = Go(wt.concat(Et)), Wt = _e(Un, (An, Sn) => R(An, Ge, Un.slice(0, Sn + 1)).fold(() => Aa(c.get(), An) ? [] : [A.none()], (Ko) => [A.some(Ko)]));
24939
+ const Un = Go(wt.concat(Et)), Wt = ke(Un, (An, Sn) => R(An, Ge, Un.slice(0, Sn + 1)).fold(() => Aa(c.get(), An) ? [] : [A.none()], (Ko) => [A.some(Ko)]));
24940
24940
  return es(Wt);
24941
24941
  });
24942
24942
  }, H = (Xe) => yt(t.get(), Xe).map((Ge) => {
@@ -25005,7 +25005,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
25005
25005
  return A.none();
25006
25006
  const vn = Lo.getCandidates(Mn);
25007
25007
  return qe(vn, (Fn) => p(Fn) === Dn);
25008
- }), C = (At) => qo(t.data.menus, (Xt, Dn) => _e(Xt.items, (Mn) => Mn.type === "separator" ? [] : [Mn.data.value])), E = Lo.highlight, R = (At, Xt) => {
25008
+ }), C = (At) => qo(t.data.menus, (Xt, Dn) => ke(Xt.items, (Mn) => Mn.type === "separator" ? [] : [Mn.data.value])), E = Lo.highlight, R = (At, Xt) => {
25009
25009
  E(At, Xt), Lo.getHighlighted(Xt).orThunk(() => Lo.getFirst(Xt)).each((Dn) => {
25010
25010
  t.fakeFocus ? Lo.highlight(Xt, Dn) : Cb(At, Dn.element, hr());
25011
25011
  });
@@ -28562,7 +28562,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
28562
28562
  for (let g = 0; g < c; g++)
28563
28563
  for (let p = 0; p < d; p++)
28564
28564
  qn.set(t[g][p], g <= s && p <= a);
28565
- }, nA = (t) => _e(t, (s) => tt(s, Ti)), oA = (t, s) => _r(`${s}x${t}`), IL = {
28565
+ }, nA = (t) => ke(t, (s) => tt(s, Ti)), oA = (t, s) => _r(`${s}x${t}`), IL = {
28566
28566
  inserttable: (t, s) => {
28567
28567
  const d = NL(s), g = D_(d, 10, 10), p = oA(0, 0), w = Xo({
28568
28568
  dom: {
@@ -29176,7 +29176,7 @@ Components: ` + JSON.stringify(s.components, null, 2));
29176
29176
  }
29177
29177
  }, E = () => ur.getContent(g).bind(($e) => bs($e.components(), 0)), R = () => t.execCommand("mceAutocompleterClose"), B = ($e) => {
29178
29178
  const xe = er($e, (be) => A.from(be.columns)).getOr(1);
29179
- return _e($e, (be) => {
29179
+ return ke($e, (be) => {
29180
29180
  const Oe = be.items;
29181
29181
  return dF(Oe, be.matchText, (mt, Xe) => {
29182
29182
  const Ge = t.selection.getRng();
@@ -32723,7 +32723,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
32723
32723
  R_(t, p(B), B, X, c, ue, Bc.HighlightMenuAndItem).get(fe);
32724
32724
  }
32725
32725
  }, g = d3(t), p = (B) => (H) => H.map((W) => {
32726
- const X = Gi(W.menus), ue = _e(X, (xe) => oo(xe.items, (be) => be.type === "item"));
32726
+ const X = Gi(W.menus), ue = ke(X, (xe) => oo(xe.items, (be) => be.type === "item"));
32727
32727
  return Ht.getState(B).update(tt(ue, (xe) => xe.data)), W;
32728
32728
  }), w = (B) => fo.getCurrent(B), C = "typeaheadevents", E = [
32729
32729
  Cn.config({}),
@@ -36000,7 +36000,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
36000
36000
  const c = Z4(a).split(/[ ,]/);
36001
36001
  return {
36002
36002
  text: t.title,
36003
- getItems: () => _e(t.items, (d) => {
36003
+ getItems: () => ke(t.items, (d) => {
36004
36004
  const g = d.toLowerCase();
36005
36005
  return g.trim().length === 0 ? [] : zo(c, (p) => p === g) ? [] : g === "separator" || g === "|" ? [{ type: "separator" }] : s.menuItems[g] ? [s.menuItems[g]] : [];
36006
36006
  })
@@ -36079,12 +36079,12 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
36079
36079
  text: R
36080
36080
  });
36081
36081
  if (p.type === "submenu") {
36082
- const B = _e(p.getStyleItems(), (H) => c(H, w, E));
36082
+ const B = ke(p.getStyleItems(), (H) => c(H, w, E));
36083
36083
  return w === 0 && B.length <= 0 ? A.none() : A.some({
36084
36084
  type: "nestedmenuitem",
36085
36085
  text: R,
36086
36086
  enabled: B.length > 0,
36087
- getSubmenuItems: () => _e(p.getStyleItems(), (H) => c(H, w, E))
36087
+ getSubmenuItems: () => ke(p.getStyleItems(), (H) => c(H, w, E))
36088
36088
  });
36089
36089
  } else
36090
36090
  return A.some({
@@ -36101,7 +36101,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
36101
36101
  return w === 0 ? E ? [] : a(p, w, !1, C).toArray() : a(p, w, E, C).toArray();
36102
36102
  }, d = (p) => {
36103
36103
  const w = s.getCurrentValue(), C = s.shouldHide ? 0 : 1;
36104
- return _e(p, (E) => c(E, C, w));
36104
+ return ke(p, (E) => c(E, C, w));
36105
36105
  };
36106
36106
  return {
36107
36107
  validateItems: d,
@@ -36613,10 +36613,10 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
36613
36613
  styles: t.dom.parseStyle(t.formatter.getCssText(p))
36614
36614
  }) : A.none();
36615
36615
  }, g = (p) => {
36616
- const w = (B) => AN(B) ? _e(B.items, w) : bx(B) ? [{
36616
+ const w = (B) => AN(B) ? ke(B.items, w) : bx(B) ? [{
36617
36617
  title: B.title,
36618
36618
  format: B.format
36619
- }] : [], C = _e(RN(t), w), R = JB(t, se(C)).fold(se(a), (B) => B.title);
36619
+ }] : [], C = ke(RN(t), w), R = JB(t, se(C)).fold(se(a), (B) => B.title);
36620
36620
  cn(p, Uu, { text: R }), pL(t, { value: R });
36621
36621
  };
36622
36622
  return {
@@ -37126,7 +37126,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
37126
37126
  return s === !1 ? [] : s === void 0 || s === !0 ? zk(a) : Q(s) ? Uk(s) : x6(s) ? s : (console.error("Toolbar type should be string, string[], boolean or ToolbarGroup[]"), []);
37127
37127
  }, tW = (t, s, a, c, d, g) => yt(s, a.toLowerCase()).orThunk(() => g.bind((p) => er(p, (w) => yt(s, w + a.toLowerCase())))).fold(() => yt(w6, a.toLowerCase()).map((p) => p(t, d)), (p) => p.type === "grouptoolbarbutton" && !c ? (console.warn(`Ignoring the '${a}' toolbar button. Group toolbar buttons are only supported when using floating toolbar mode and cannot be nested.`), A.none()) : Vk(p, d, t)), Wk = (t, s, a, c) => {
37128
37128
  const d = eW(s), g = tt(d, (p) => {
37129
- const w = _e(p.items, (C) => C.trim().length === 0 ? [] : tW(t, s.buttons, C, s.allowToolbarGroups, a, c).toArray());
37129
+ const w = ke(p.items, (C) => C.trim().length === 0 ? [] : tW(t, s.buttons, C, s.allowToolbarGroups, a, c).toArray());
37130
37130
  return {
37131
37131
  title: A.from(t.translate(p.name)),
37132
37132
  items: w
@@ -39966,7 +39966,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
39966
39966
  sa("onCancel", fe),
39967
39967
  sa("onClose", fe),
39968
39968
  sa("onMessage", fe)
39969
- ]), xt = (t) => Ys("dialog", st, t), Ft = (t) => He(t) ? [t].concat(_e(Gi(t), Ft)) : et(t) ? _e(t, Ft) : [], Ze = (t) => Q(t.type) && Q(t.name), Ve = {
39969
+ ]), xt = (t) => Ys("dialog", st, t), Ft = (t) => He(t) ? [t].concat(ke(Gi(t), Ft)) : et(t) ? ke(t, Ft) : [], Ze = (t) => Q(t.type) && Q(t.name), Ve = {
39970
39970
  checkbox: E8,
39971
39971
  colorinput: JZ,
39972
39972
  colorpicker: tj,
@@ -39985,7 +39985,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
39985
39985
  collection: XZ,
39986
39986
  togglemenuitem: iT
39987
39987
  }, ot = (t) => A.from(Ve[t.type]), Gt = (t) => oo(Ft(t), Ze), ln = (t) => {
39988
- const s = Gt(t), a = _e(s, (c) => ot(c).fold(() => [], (d) => [dc(c.name, d)]));
39988
+ const s = Gt(t), a = ke(s, (c) => ot(c).fold(() => [], (d) => [dc(c.name, d)]));
39989
39989
  return on(a);
39990
39990
  }, Kn = (t) => {
39991
39991
  var s;
@@ -41481,7 +41481,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
41481
41481
  }, te = (i) => {
41482
41482
  const m = typeof i;
41483
41483
  return i === null ? "null" : m === "object" && Array.isArray(i) ? "array" : m === "object" && ie(i, String, (h, v) => v.isPrototypeOf(h)) ? "string" : m;
41484
- }, ke = (i) => (m) => te(m) === i, ae = (i) => (m) => typeof m === i, G = (i) => (m) => i === m, Ae = ke("string"), Q = ke("object"), He = ke("array"), ht = G(null), et = ae("boolean"), yn = G(void 0), mn = (i) => i == null, No = (i) => !mn(i), us = ae("function"), Oo = ae("number"), Rt = () => {
41484
+ }, _e = (i) => (m) => te(m) === i, ae = (i) => (m) => typeof m === i, G = (i) => (m) => i === m, Ae = _e("string"), Q = _e("object"), He = _e("array"), ht = G(null), et = ae("boolean"), yn = G(void 0), mn = (i) => i == null, No = (i) => !mn(i), us = ae("function"), Oo = ae("number"), Rt = () => {
41485
41485
  }, pr = (i, m) => (...h) => i(m.apply(null, h)), dn = (i, m) => (h) => i(m(h)), fe = (i) => () => i, kt = (i) => i, Qr = (i, m) => i === m;
41486
41486
  function eo(i, ...m) {
41487
41487
  return (...h) => {
@@ -41657,7 +41657,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
41657
41657
  }, Ot = (i, m) => {
41658
41658
  const h = os.call(i, 0);
41659
41659
  return h.sort(m), h;
41660
- }, Ke = (i, m) => m >= 0 && m < i.length ? ge.some(i[m]) : ge.none(), _e = (i) => Ke(i, 0), wn = (i) => Ke(i, i.length - 1), Go = (i, m) => {
41660
+ }, Ke = (i, m) => m >= 0 && m < i.length ? ge.some(i[m]) : ge.none(), ke = (i) => Ke(i, 0), wn = (i) => Ke(i, i.length - 1), Go = (i, m) => {
41661
41661
  for (let h = 0; h < i.length; h++) {
41662
41662
  const v = m(i[h], h);
41663
41663
  if (v.isSome())
@@ -41925,7 +41925,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
41925
41925
  if (Ar(m) && Gu(m) && i.composed && i.composedPath) {
41926
41926
  const h = i.composedPath();
41927
41927
  if (h)
41928
- return _e(h);
41928
+ return ke(h);
41929
41929
  }
41930
41930
  }
41931
41931
  return ge.from(i.target);
@@ -42338,7 +42338,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
42338
42338
  }), h += _;
42339
42339
  }), m;
42340
42340
  }, jo = (i) => {
42341
- const m = {}, h = [], _ = _e(i).map((Pt) => Pt.element).bind(sl).bind(lr).getOr({});
42341
+ const m = {}, h = [], _ = ke(i).map((Pt) => Pt.element).bind(sl).bind(lr).getOr({});
42342
42342
  let D = 0, L = 0, Z = 0;
42343
42343
  const {
42344
42344
  pass: ee,
@@ -43117,7 +43117,7 @@ The conflicting element is` + (io(B.element) ? " " : " not ") + "already in the
43117
43117
  }), i.on("BeforeSetContent", (h) => {
43118
43118
  if (h.selection === !0 && h.paste === !0) {
43119
43119
  const v = iu(i);
43120
- _e(v).each((_) => {
43120
+ ke(v).each((_) => {
43121
43121
  sl(_).each((D) => {
43122
43122
  const L = no(k1(h.content), (ee) => es(ee) !== "meta"), Z = xr("table");
43123
43123
  if (hr(i) && L.length === 1 && Z(L[0])) {
@@ -44072,7 +44072,7 @@ Required: ` + m.join(", "));
44072
44072
  }
44073
44073
  }, de = (pc, dw) => dw.cursor.fold(() => {
44074
44074
  const k0 = ol(pc);
44075
- return _e(k0).filter(js).map((em) => {
44075
+ return ke(k0).filter(js).map((em) => {
44076
44076
  h.clearSelectedCells(pc.dom);
44077
44077
  const Ol = i.dom.createRng();
44078
44078
  return Ol.selectNode(em.dom), i.selection.setRng(Ol), Zs(em, "data-mce-selected", "1"), Ol;
@@ -45724,7 +45724,7 @@ Required: ` + m.join(", "));
45724
45724
  }, te = (S) => {
45725
45725
  const $ = typeof S;
45726
45726
  return S === null ? "null" : $ === "object" && Array.isArray(S) ? "array" : $ === "object" && ie(S, String, (U, le) => le.isPrototypeOf(U)) ? "string" : $;
45727
- }, ke = (S) => ($) => te($) === S, ae = (S) => ($) => typeof $ === S, G = ke("string"), Ae = ke("object"), Q = ke("array"), He = ae("boolean"), ht = (S) => S == null, et = (S) => !ht(S), yn = ae("function"), mn = ae("number"), No = () => {
45727
+ }, _e = (S) => ($) => te($) === S, ae = (S) => ($) => typeof $ === S, G = _e("string"), Ae = _e("object"), Q = _e("array"), He = ae("boolean"), ht = (S) => S == null, et = (S) => !ht(S), yn = ae("function"), mn = ae("number"), No = () => {
45728
45728
  }, us = (S, $) => (U) => S($(U)), Oo = (S) => () => S, Rt = (S, $) => S === $;
45729
45729
  function pr(S, ...$) {
45730
45730
  return (...U) => {
@@ -46872,7 +46872,7 @@ Required: ` + m.join(", "));
46872
46872
  }, te = (j) => {
46873
46873
  const me = typeof j;
46874
46874
  return j === null ? "null" : me === "object" && Array.isArray(j) ? "array" : me === "object" && ie(j, String, (Te, Be) => Be.isPrototypeOf(Te)) ? "string" : me;
46875
- }, ke = (j) => (me) => te(me) === j, ae = (j) => (me) => typeof me === j, G = (j) => (me) => j === me, Ae = ke("string"), Q = ke("object"), He = ke("array"), ht = G(null), et = ae("boolean"), yn = (j) => j == null, mn = (j) => !yn(j), No = ae("function"), us = (j, me) => {
46875
+ }, _e = (j) => (me) => te(me) === j, ae = (j) => (me) => typeof me === j, G = (j) => (me) => j === me, Ae = _e("string"), Q = _e("object"), He = _e("array"), ht = G(null), et = ae("boolean"), yn = (j) => j == null, mn = (j) => !yn(j), No = ae("function"), us = (j, me) => {
46876
46876
  if (He(j)) {
46877
46877
  for (let Te = 0, Be = j.length; Te < Be; ++Te)
46878
46878
  if (!me(j[Te]))
@@ -47064,8 +47064,8 @@ Required: ` + m.join(", "));
47064
47064
  items: Te
47065
47065
  }),
47066
47066
  getValue: oo
47067
- }, _e = Object.keys, wn = Object.hasOwnProperty, Go = (j, me) => {
47068
- const Te = _e(j);
47067
+ }, ke = Object.keys, wn = Object.hasOwnProperty, Go = (j, me) => {
47068
+ const Te = ke(j);
47069
47069
  for (let Be = 0, ft = Te.length; Be < ft; Be++) {
47070
47070
  const fn = Te[Be], Wo = j[fn];
47071
47071
  me(Wo, fn);
@@ -47626,10 +47626,10 @@ Required: ` + m.join(", "));
47626
47626
  const ie = Object.getPrototypeOf, te = (I, Y, re) => {
47627
47627
  var Le;
47628
47628
  return re(I, Y.prototype) ? !0 : ((Le = I.constructor) === null || Le === void 0 ? void 0 : Le.name) === Y.name;
47629
- }, ke = (I) => {
47629
+ }, _e = (I) => {
47630
47630
  const Y = typeof I;
47631
47631
  return I === null ? "null" : Y === "object" && Array.isArray(I) ? "array" : Y === "object" && te(I, String, (re, Le) => Le.isPrototypeOf(re)) ? "string" : Y;
47632
- }, ae = (I) => (Y) => ke(Y) === I, G = (I) => (Y) => typeof Y === I, Ae = (I) => (Y) => I === Y, Q = (I, Y) => ht(I) && te(I, Y, (re, Le) => ie(re) === Le), He = ae("string"), ht = ae("object"), et = (I) => Q(I, Object), yn = ae("array"), mn = Ae(null), No = G("boolean"), us = (I) => I == null, Oo = (I) => !us(I), Rt = G("function"), pr = G("number"), dn = (I, Y) => {
47632
+ }, ae = (I) => (Y) => _e(Y) === I, G = (I) => (Y) => typeof Y === I, Ae = (I) => (Y) => I === Y, Q = (I, Y) => ht(I) && te(I, Y, (re, Le) => ie(re) === Le), He = ae("string"), ht = ae("object"), et = (I) => Q(I, Object), yn = ae("array"), mn = Ae(null), No = G("boolean"), us = (I) => I == null, Oo = (I) => !us(I), Rt = G("function"), pr = G("number"), dn = (I, Y) => {
47633
47633
  if (yn(I)) {
47634
47634
  for (let re = 0, Le = I.length; re < Le; ++re)
47635
47635
  if (!Y(I[re]))
@@ -47812,7 +47812,7 @@ Required: ` + m.join(", "));
47812
47812
  },
47813
47813
  default: !1
47814
47814
  });
47815
- }, Uo = oo("image_dimensions"), Zi = oo("image_advtab"), qe = oo("image_uploadtab"), Ot = oo("image_prepend_url"), Ke = oo("image_class_list"), _e = oo("image_description"), wn = oo("image_title"), Go = oo("image_caption"), Vt = oo("image_list"), Tr = oo("a11y_advanced_options"), Fo = oo("automatic_uploads"), Va = (I) => el(I.options.get("images_upload_url")), bs = (I) => Oo(I.options.get("images_upload_handler")), vr = (I, Y) => Math.max(parseInt(I, 10), parseInt(Y, 10)), yc = (I) => new Promise((Y) => {
47815
+ }, Uo = oo("image_dimensions"), Zi = oo("image_advtab"), qe = oo("image_uploadtab"), Ot = oo("image_prepend_url"), Ke = oo("image_class_list"), ke = oo("image_description"), wn = oo("image_title"), Go = oo("image_caption"), Vt = oo("image_list"), Tr = oo("a11y_advanced_options"), Fo = oo("automatic_uploads"), Va = (I) => el(I.options.get("images_upload_url")), bs = (I) => Oo(I.options.get("images_upload_handler")), vr = (I, Y) => Math.max(parseInt(I, 10), parseInt(Y, 10)), yc = (I) => new Promise((Y) => {
47816
47816
  const re = document.createElement("img"), Le = (Yn) => {
47817
47817
  re.onload = re.onerror = null, re.parentNode && re.parentNode.removeChild(re), Y(Yn);
47818
47818
  };
@@ -48153,7 +48153,7 @@ Required: ` + m.join(", "));
48153
48153
  Us
48154
48154
  ])));
48155
48155
  });
48156
- }), Le = ua.sanitize(Ke(I)), $t = Zi(I), Yn = qe(I), qt = Va(I), Ps = bs(I), ct = fi(I), as = _e(I), Ua = wn(I), zs = Uo(I), Cr = Go(I), Uc = Tr(I), po = Fo(I), Wa = kt.some(Ot(I)).filter((Ns) => He(Ns) && Ns.length > 0);
48156
+ }), Le = ua.sanitize(Ke(I)), $t = Zi(I), Yn = qe(I), qt = Va(I), Ps = bs(I), ct = fi(I), as = ke(I), Ua = wn(I), zs = Uo(I), Cr = Go(I), Uc = Tr(I), po = Fo(I), Wa = kt.some(Ot(I)).filter((Ns) => He(Ns) && Ns.length > 0);
48157
48157
  return re.then((Ns) => ({
48158
48158
  image: ct,
48159
48159
  imageList: Ns,
@@ -48498,7 +48498,7 @@ Required: ` + m.join(", "));
48498
48498
  }, te = (x) => {
48499
48499
  const T = typeof x;
48500
48500
  return x === null ? "null" : T === "object" && Array.isArray(x) ? "array" : T === "object" && ie(x, String, (V, K) => K.isPrototypeOf(V)) ? "string" : T;
48501
- }, ke = (x) => (T) => te(T) === x, ae = (x) => (T) => typeof T === x, G = (x) => (T) => x === T, Ae = ke("string"), Q = ke("array"), He = ae("boolean"), ht = G(void 0), et = (x) => x == null, yn = (x) => !et(x), mn = ae("function"), No = ae("number"), us = () => {
48501
+ }, _e = (x) => (T) => te(T) === x, ae = (x) => (T) => typeof T === x, G = (x) => (T) => x === T, Ae = _e("string"), Q = _e("array"), He = ae("boolean"), ht = G(void 0), et = (x) => x == null, yn = (x) => !et(x), mn = ae("function"), No = ae("number"), us = () => {
48502
48502
  }, Oo = (x, T) => (V) => x(T(V)), Rt = (x) => () => x, pr = (x) => x, dn = (x, T) => x === T;
48503
48503
  function fe(x, ...T) {
48504
48504
  return (...V) => {
@@ -48672,7 +48672,7 @@ Required: ` + m.join(", "));
48672
48672
  nn.apply(T, x[V]);
48673
48673
  }
48674
48674
  return T;
48675
- }, _e = (x, T) => Ke(vt(x, T)), wn = (x, T) => {
48675
+ }, ke = (x, T) => Ke(vt(x, T)), wn = (x, T) => {
48676
48676
  for (let V = 0, K = x.length; V < K; ++V) {
48677
48677
  const ve = x[V];
48678
48678
  if (T(ve, V) !== !0)
@@ -48833,7 +48833,7 @@ Required: ` + m.join(", "));
48833
48833
  }, ft = (x, T) => {
48834
48834
  const V = x.dom;
48835
48835
  ju(V, T), Xi(Hs(x, "style").map(Zu), "") && ns(x, "style");
48836
- }, fn = (x, T, V = 0) => Hs(x, T).map((K) => parseInt(K, 10)).getOr(V), Wo = (x, T) => rs(x, T, eo), rs = (x, T, V) => _e(xr(x), (K) => ys(K, T) ? V(K) ? [K] : [] : rs(K, T, V)), Zo = [
48836
+ }, fn = (x, T, V = 0) => Hs(x, T).map((K) => parseInt(K, 10)).getOr(V), Wo = (x, T) => rs(x, T, eo), rs = (x, T, V) => ke(xr(x), (K) => ys(K, T) ? V(K) ? [K] : [] : rs(K, T, V)), Zo = [
48837
48837
  "tfoot",
48838
48838
  "thead",
48839
48839
  "tbody",
@@ -48878,7 +48878,7 @@ Required: ` + m.join(", "));
48878
48878
  }, Y = (x, T) => I([
48879
48879
  "td",
48880
48880
  "th"
48881
- ], x, T), re = (x) => Wo(x, "th,td"), Le = (x) => ys(x, "colgroup") ? Cc(x, "col") : _e(qt(x), (T) => Cc(T, "col")), $t = (x, T) => Ll(x, "table", T), Yn = (x) => Wo(x, "tr"), qt = (x) => $t(x).fold(Rt([]), (T) => Cc(T, "colgroup")), Ps = (x, T) => vt(x, (V) => {
48881
+ ], x, T), re = (x) => Wo(x, "th,td"), Le = (x) => ys(x, "colgroup") ? Cc(x, "col") : ke(qt(x), (T) => Cc(T, "col")), $t = (x, T) => Ll(x, "table", T), Yn = (x) => Wo(x, "tr"), qt = (x) => $t(x).fold(Rt([]), (T) => Cc(T, "colgroup")), Ps = (x, T) => vt(x, (V) => {
48882
48882
  if (yt(V) === "colgroup") {
48883
48883
  const K = vt(Le(V), (ve) => {
48884
48884
  const je = fn(ve, "span", 1);
@@ -48905,7 +48905,7 @@ Required: ` + m.join(", "));
48905
48905
  const K = Wa(x, (ve) => V(T, ve.element));
48906
48906
  return K.length > 0 ? se.some(K[0]) : se.none();
48907
48907
  }, Wa = (x, T) => {
48908
- const V = _e(x.all, (K) => K.cells);
48908
+ const V = ke(x.all, (K) => K.cells);
48909
48909
  return ss(V, T);
48910
48910
  }, Ns = (x) => {
48911
48911
  const T = {};
@@ -48965,7 +48965,7 @@ Required: ` + m.join(", "));
48965
48965
  getAt: Uc,
48966
48966
  findItem: po,
48967
48967
  filterItems: Wa,
48968
- justCells: (x) => _e(x.all, (T) => T.cells),
48968
+ justCells: (x) => ke(x.all, (T) => T.cells),
48969
48969
  justColumns: (x) => Dt(x.columns),
48970
48970
  hasColumns: (x) => Nn(x.columns).length > 0,
48971
48971
  getColumnAt: (x, T) => se.from(x.columns[T])
@@ -49402,7 +49402,7 @@ Required: ` + m.join(", "));
49402
49402
  };
49403
49403
  }), ll = (x, T) => (V) => {
49404
49404
  x.execCommand("mceTableApplyCellStyle", !1, { [T]: V });
49405
- }, Su = (x) => _e(x, (T) => jo(T) ? [{
49405
+ }, Su = (x) => ke(x, (T) => jo(T) ? [{
49406
49406
  ...T,
49407
49407
  menu: Su(T.menu)
49408
49408
  }] : wl(T.value) ? [T] : []), nu = (x, T, V, K) => (ve) => ve(xo(x, T, V, K)), Gn = (x, T, V) => {
@@ -50661,7 +50661,7 @@ Required: ` + T.join(", "));
50661
50661
  Q.focus(), Q.undoManager.transact(() => {
50662
50662
  Q.setContent(He);
50663
50663
  }), Q.selection.setCursorLocation(), Q.nodeChanged();
50664
- }, te = (Q) => Q.getContent({ source_view: !0 }), ke = (Q) => {
50664
+ }, te = (Q) => Q.getContent({ source_view: !0 }), _e = (Q) => {
50665
50665
  const He = te(Q);
50666
50666
  Q.windowManager.open({
50667
50667
  title: "Source Code",
@@ -50693,7 +50693,7 @@ Required: ` + T.join(", "));
50693
50693
  });
50694
50694
  }, ae = (Q) => {
50695
50695
  Q.addCommand("mceCodeEditor", () => {
50696
- ke(Q);
50696
+ _e(Q);
50697
50697
  });
50698
50698
  }, G = (Q) => {
50699
50699
  const He = () => Q.execCommand("mceCodeEditor");
@@ -50714,13 +50714,13 @@ Required: ` + T.join(", "));
50714
50714
  })();
50715
50715
  (function() {
50716
50716
  var O = tinymce.util.Tools.resolve("tinymce.PluginManager");
50717
- const te = ((qe) => (Ot) => qe === Ot)(null), ke = (qe) => qe, ae = (qe, Ot) => {
50718
- const Ke = qe.length, _e = new Array(Ke);
50717
+ const te = ((qe) => (Ot) => qe === Ot)(null), _e = (qe) => qe, ae = (qe, Ot) => {
50718
+ const Ke = qe.length, ke = new Array(Ke);
50719
50719
  for (let wn = 0; wn < Ke; wn++) {
50720
50720
  const Go = qe[wn];
50721
- _e[wn] = Ot(Go, wn);
50721
+ ke[wn] = Ot(Go, wn);
50722
50722
  }
50723
- return _e;
50723
+ return ke;
50724
50724
  }, Ae = {
50725
50725
  aletter: "[A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-׳ؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆༀཀ-ཇཉ-ཬྈ-ྌႠ-Ⴥა-ჺჼᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᨀ-ᨖᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᯀ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⒶ-ⓩⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⴀ-ⴥⴰ-ⵥⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〻〼ㄅ-ㄭㄱ-ㆎㆠ-ㆺꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐꞑꞠ-ꞩꟺ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ]",
50726
50726
  midnumlet: "[-'\\.‘’․﹒'.]",
@@ -50767,10 +50767,10 @@ Required: ` + T.join(", "));
50767
50767
  ], ht = "", et = new RegExp("^" + Ae.punctuation + "$"), yn = /^\s+$/, mn = He, No = Q.OTHER, us = (qe) => {
50768
50768
  let Ot = No;
50769
50769
  const Ke = mn.length;
50770
- for (let _e = 0; _e < Ke; ++_e) {
50771
- const wn = mn[_e];
50770
+ for (let ke = 0; ke < Ke; ++ke) {
50771
+ const wn = mn[ke];
50772
50772
  if (wn && wn.test(qe)) {
50773
- Ot = _e;
50773
+ Ot = ke;
50774
50774
  break;
50775
50775
  }
50776
50776
  }
@@ -50781,22 +50781,22 @@ Required: ` + T.join(", "));
50781
50781
  if (Ot[Ke])
50782
50782
  return Ot[Ke];
50783
50783
  {
50784
- const _e = qe(Ke);
50785
- return Ot[Ke] = _e, _e;
50784
+ const ke = qe(Ke);
50785
+ return Ot[Ke] = ke, ke;
50786
50786
  }
50787
50787
  };
50788
50788
  }, Rt = (qe) => {
50789
50789
  const Ot = Oo(us);
50790
50790
  return ae(qe, Ot);
50791
50791
  }, pr = (qe, Ot) => {
50792
- const Ke = qe[Ot], _e = qe[Ot + 1];
50793
- if (Ot < 0 || Ot > qe.length - 1 && Ot !== 0 || Ke === Q.ALETTER && _e === Q.ALETTER)
50792
+ const Ke = qe[Ot], ke = qe[Ot + 1];
50793
+ if (Ot < 0 || Ot > qe.length - 1 && Ot !== 0 || Ke === Q.ALETTER && ke === Q.ALETTER)
50794
50794
  return !1;
50795
50795
  const wn = qe[Ot + 2];
50796
- if (Ke === Q.ALETTER && (_e === Q.MIDLETTER || _e === Q.MIDNUMLET || _e === Q.AT) && wn === Q.ALETTER)
50796
+ if (Ke === Q.ALETTER && (ke === Q.MIDLETTER || ke === Q.MIDNUMLET || ke === Q.AT) && wn === Q.ALETTER)
50797
50797
  return !1;
50798
50798
  const Go = qe[Ot - 1];
50799
- return (Ke === Q.MIDLETTER || Ke === Q.MIDNUMLET || _e === Q.AT) && _e === Q.ALETTER && Go === Q.ALETTER || (Ke === Q.NUMERIC || Ke === Q.ALETTER) && (_e === Q.NUMERIC || _e === Q.ALETTER) || (Ke === Q.MIDNUM || Ke === Q.MIDNUMLET) && _e === Q.NUMERIC && Go === Q.NUMERIC || Ke === Q.NUMERIC && (_e === Q.MIDNUM || _e === Q.MIDNUMLET) && wn === Q.NUMERIC || (Ke === Q.EXTEND || Ke === Q.FORMAT) && (_e === Q.ALETTER || _e === Q.NUMERIC || _e === Q.KATAKANA || _e === Q.EXTEND || _e === Q.FORMAT) || (_e === Q.EXTEND || _e === Q.FORMAT && (wn === Q.ALETTER || wn === Q.NUMERIC || wn === Q.KATAKANA || wn === Q.EXTEND || wn === Q.FORMAT)) && (Ke === Q.ALETTER || Ke === Q.NUMERIC || Ke === Q.KATAKANA || Ke === Q.EXTEND || Ke === Q.FORMAT) || Ke === Q.CR && _e === Q.LF ? !1 : Ke === Q.NEWLINE || Ke === Q.CR || Ke === Q.LF || _e === Q.NEWLINE || _e === Q.CR || _e === Q.LF ? !0 : !(Ke === Q.KATAKANA && _e === Q.KATAKANA || _e === Q.EXTENDNUMLET && (Ke === Q.ALETTER || Ke === Q.NUMERIC || Ke === Q.KATAKANA || Ke === Q.EXTENDNUMLET) || Ke === Q.EXTENDNUMLET && (_e === Q.ALETTER || _e === Q.NUMERIC || _e === Q.KATAKANA) || Ke === Q.AT);
50799
+ return (Ke === Q.MIDLETTER || Ke === Q.MIDNUMLET || ke === Q.AT) && ke === Q.ALETTER && Go === Q.ALETTER || (Ke === Q.NUMERIC || Ke === Q.ALETTER) && (ke === Q.NUMERIC || ke === Q.ALETTER) || (Ke === Q.MIDNUM || Ke === Q.MIDNUMLET) && ke === Q.NUMERIC && Go === Q.NUMERIC || Ke === Q.NUMERIC && (ke === Q.MIDNUM || ke === Q.MIDNUMLET) && wn === Q.NUMERIC || (Ke === Q.EXTEND || Ke === Q.FORMAT) && (ke === Q.ALETTER || ke === Q.NUMERIC || ke === Q.KATAKANA || ke === Q.EXTEND || ke === Q.FORMAT) || (ke === Q.EXTEND || ke === Q.FORMAT && (wn === Q.ALETTER || wn === Q.NUMERIC || wn === Q.KATAKANA || wn === Q.EXTEND || wn === Q.FORMAT)) && (Ke === Q.ALETTER || Ke === Q.NUMERIC || Ke === Q.KATAKANA || Ke === Q.EXTEND || Ke === Q.FORMAT) || Ke === Q.CR && ke === Q.LF ? !1 : Ke === Q.NEWLINE || Ke === Q.CR || Ke === Q.LF || ke === Q.NEWLINE || ke === Q.CR || ke === Q.LF ? !0 : !(Ke === Q.KATAKANA && ke === Q.KATAKANA || ke === Q.EXTENDNUMLET && (Ke === Q.ALETTER || Ke === Q.NUMERIC || Ke === Q.KATAKANA || Ke === Q.EXTENDNUMLET) || Ke === Q.EXTENDNUMLET && (ke === Q.ALETTER || ke === Q.NUMERIC || ke === Q.KATAKANA) || Ke === Q.AT);
50800
50800
  }, dn = ht, fe = yn, kt = et, Qr = (qe) => qe === "http" || qe === "https", eo = (qe, Ot) => {
50801
50801
  let Ke;
50802
50802
  for (Ke = Ot; Ke < qe.length && !fe.test(qe[Ke]); Ke++)
@@ -50805,13 +50805,13 @@ Required: ` + T.join(", "));
50805
50805
  }, se = (qe, Ot) => {
50806
50806
  const Ke = eo(qe, Ot + 1);
50807
50807
  return qe.slice(Ot + 1, Ke).join(dn).substr(0, 3) === "://" ? Ke : Ot;
50808
- }, Nn = (qe, Ot, Ke, _e) => {
50808
+ }, Nn = (qe, Ot, Ke, ke) => {
50809
50809
  const wn = [], Go = [];
50810
50810
  let Vt = [];
50811
50811
  for (let Tr = 0; Tr < Ke.length; ++Tr)
50812
50812
  if (Vt.push(qe[Tr]), pr(Ke, Tr)) {
50813
50813
  const Fo = Ot[Tr];
50814
- if ((_e.includeWhitespace || !fe.test(Fo)) && (_e.includePunctuation || !kt.test(Fo))) {
50814
+ if ((ke.includeWhitespace || !fe.test(Fo)) && (ke.includePunctuation || !kt.test(Fo))) {
50815
50815
  const Va = Tr - Vt.length + 1, bs = Tr + 1, vr = Ot.slice(Va, bs).join(dn);
50816
50816
  if (Qr(vr)) {
50817
50817
  const yc = se(Ot, Tr), yr = qe.slice(bs, yc);
@@ -50836,12 +50836,12 @@ Required: ` + T.join(", "));
50836
50836
  ...ds(),
50837
50837
  ...Ke
50838
50838
  };
50839
- const _e = ae(qe, Ot), wn = Rt(_e);
50840
- return Nn(qe, _e, wn, Ke);
50839
+ const ke = ae(qe, Ot), wn = Rt(ke);
50840
+ return Nn(qe, ke, wn, Ke);
50841
50841
  }, ge = (qe, Ot, Ke) => In(qe, Ot, Ke).words, os = (qe) => qe.replace(/\uFEFF/g, "");
50842
50842
  var Bt = tinymce.util.Tools.resolve("tinymce.dom.TreeWalker");
50843
50843
  const Dt = (qe, Ot) => {
50844
- const Ke = Ot.getBlockElements(), _e = Ot.getVoidElements(), wn = (Va) => Ke[Va.nodeName] || _e[Va.nodeName], Go = [];
50844
+ const Ke = Ot.getBlockElements(), ke = Ot.getVoidElements(), wn = (Va) => Ke[Va.nodeName] || ke[Va.nodeName], Go = [];
50845
50845
  let Vt = "";
50846
50846
  const Tr = new Bt(qe, qe);
50847
50847
  let Fo;
@@ -50851,7 +50851,7 @@ Required: ` + T.join(", "));
50851
50851
  }, A = (qe) => qe.replace(/\u200B/g, ""), Xn = (qe) => qe.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g, "_").length, at = (qe, Ot) => {
50852
50852
  const Ke = A(Dt(qe, Ot).join(`
50853
50853
  `));
50854
- return ge(Ke.split(""), ke).length;
50854
+ return ge(Ke.split(""), _e).length;
50855
50855
  }, to = (qe, Ot) => {
50856
50856
  const Ke = Dt(qe, Ot).join("");
50857
50857
  return Xn(Ke);
@@ -50935,11 +50935,11 @@ Required: ` + T.join(", "));
50935
50935
  }, oo = (qe, Ot) => {
50936
50936
  el(qe, Ot);
50937
50937
  }, ss = (qe, Ot, Ke) => {
50938
- const _e = vt(() => oo(qe, Ot), Ke);
50938
+ const ke = vt(() => oo(qe, Ot), Ke);
50939
50939
  qe.on("init", () => {
50940
50940
  oo(qe, Ot), z.setEditorTimeout(qe, () => {
50941
- qe.on("SetContent BeforeAddUndo Undo Redo ViewUpdate keyup", _e.throttle);
50942
- }, 0), qe.on("remove", _e.cancel);
50941
+ qe.on("SetContent BeforeAddUndo Undo Redo ViewUpdate keyup", ke.throttle);
50942
+ }, 0), qe.on("remove", ke.cancel);
50943
50943
  });
50944
50944
  }, Uo = (qe) => {
50945
50945
  const Ot = () => qe.execCommand("mceWordCount");
@@ -50976,11 +50976,11 @@ const NQ = { class: "font-bold ptext-lg dark:text-white" }, BQ = ["id"], IQ = /*
50976
50976
  },
50977
50977
  emits: ["update:modelValue", "keydown"],
50978
50978
  setup(O, { expose: ie, emit: te }) {
50979
- const ke = O, ae = te, G = Eo(null);
50979
+ const _e = O, ae = te, G = Eo(null);
50980
50980
  let Ae = null;
50981
50981
  Rh(async () => {
50982
50982
  await Rj(), Ae && (Ae.destroy(), Ae = null), PQ.init({
50983
- selector: "#" + ke.field_name,
50983
+ selector: "#" + _e.field_name,
50984
50984
  height: 300,
50985
50985
  plugins: [
50986
50986
  "link",
@@ -50997,18 +50997,18 @@ const NQ = { class: "font-bold ptext-lg dark:text-white" }, BQ = ["id"], IQ = /*
50997
50997
  Ae = ht, ht.on("Change", () => {
50998
50998
  ae("update:modelValue", ht.getContent());
50999
50999
  }), ht.on("init", () => {
51000
- ht.setContent(ke.modelValue);
51000
+ ht.setContent(_e.modelValue);
51001
51001
  });
51002
51002
  }
51003
51003
  });
51004
51004
  }), Oj(() => {
51005
51005
  Ae && (Ae.destroy(), Ae = null);
51006
- }), Gx(() => ke.modelValue, (ht) => {
51006
+ }), Gx(() => _e.modelValue, (ht) => {
51007
51007
  Ae && Ae.getContent() !== ht && Ae.setContent(ht);
51008
51008
  });
51009
51009
  const He = vc({
51010
51010
  get() {
51011
- return ke.modelValue;
51011
+ return _e.modelValue;
51012
51012
  },
51013
51013
  set(ht) {
51014
51014
  ae("update:modelValue", ht);
@@ -51111,8 +51111,8 @@ const NQ = { class: "font-bold ptext-lg dark:text-white" }, BQ = ["id"], IQ = /*
51111
51111
  return 0;
51112
51112
  if (this.limit === 0)
51113
51113
  return this.lastPage;
51114
- for (var O = this.currentPage, ie = this.lastPage, te = this.limit, ke = O - te, ae = O + te + 1, G = [], Ae = [], Q, He = 1; He <= ie; He++)
51115
- (He === 1 || He === ie || He >= ke && He < ae) && G.push(He);
51114
+ for (var O = this.currentPage, ie = this.lastPage, te = this.limit, _e = O - te, ae = O + te + 1, G = [], Ae = [], Q, He = 1; He <= ie; He++)
51115
+ (He === 1 || He === ie || He >= _e && He < ae) && G.push(He);
51116
51116
  return G.forEach(function(ht) {
51117
51117
  Q && (ht - Q === 2 ? Ae.push(Q + 1) : ht - Q !== 1 && Ae.push("...")), Ae.push(ht), Q = ht;
51118
51118
  }), Ae;
@@ -51237,7 +51237,7 @@ const NQ = { class: "font-bold ptext-lg dark:text-white" }, BQ = ["id"], IQ = /*
51237
51237
  d: "m1 9 4-4-4-4"
51238
51238
  })
51239
51239
  ], -1);
51240
- function nee(O, ie, te, ke, ae, G) {
51240
+ function nee(O, ie, te, _e, ae, G) {
51241
51241
  const Ae = y1("RenderlessPagination");
51242
51242
  return pe(), vm(Ae, {
51243
51243
  data: te.data,
@@ -51347,7 +51347,7 @@ const sq = /* @__PURE__ */ qr(UQ, [["render", nee]]), oee = {
51347
51347
  filteredData() {
51348
51348
  const O = this.search.toLowerCase();
51349
51349
  return this.sortData(this.data).filter((te) => Object.values(te).some(
51350
- (ke) => ke.toString().toLowerCase().includes(O)
51350
+ (_e) => _e.toString().toLowerCase().includes(O)
51351
51351
  ));
51352
51352
  },
51353
51353
  customFilters() {
@@ -51476,7 +51476,7 @@ const sq = /* @__PURE__ */ qr(UQ, [["render", nee]]), oee = {
51476
51476
  ], -1), _ee = [
51477
51477
  See
51478
51478
  ], kee = ["data-label"], Tee = { class: "overflow-auto max-h-40" }, Eee = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" };
51479
- function Aee(O, ie, te, ke, ae, G) {
51479
+ function Aee(O, ie, te, _e, ae, G) {
51480
51480
  const Ae = y1("dropdown"), Q = y1("GlDropdown"), He = y1("GlTextInput"), ht = y1("TailwindPagination");
51481
51481
  return pe(), ye("div", see, [
51482
51482
  P("div", ree, [
@@ -51678,7 +51678,7 @@ const ele = /* @__PURE__ */ qr(oee, [["render", Aee]]), Dee = {
51678
51678
  filteredData() {
51679
51679
  const O = this.search.toLowerCase();
51680
51680
  return this.sortData(this.itemLists).filter((te) => Object.values(te).some(
51681
- (ke) => ke != null && ke.toString().toLowerCase().includes(O)
51681
+ (_e) => _e != null && _e.toString().toLowerCase().includes(O)
51682
51682
  ));
51683
51683
  },
51684
51684
  totalPages() {
@@ -51695,7 +51695,7 @@ const ele = /* @__PURE__ */ qr(oee, [["render", Aee]]), Dee = {
51695
51695
  ), ie = O + this.maxDisplayedPages - 1;
51696
51696
  return ie > this.totalPages && (ie = this.totalPages, O = Math.max(ie - this.maxDisplayedPages + 1, 1)), Array.from(
51697
51697
  { length: ie - O + 1 },
51698
- (te, ke) => O + ke
51698
+ (te, _e) => O + _e
51699
51699
  );
51700
51700
  },
51701
51701
  firstItemIndex() {
@@ -51863,7 +51863,7 @@ const ele = /* @__PURE__ */ qr(oee, [["render", Aee]]), Dee = {
51863
51863
  pte,
51864
51864
  bte
51865
51865
  ];
51866
- function yte(O, ie, te, ke, ae, G) {
51866
+ function yte(O, ie, te, _e, ae, G) {
51867
51867
  const Ae = y1("dropdown");
51868
51868
  return pe(), ye("div", Oee, [
51869
51869
  P("div", Ree, [
@@ -52057,7 +52057,7 @@ const tle = /* @__PURE__ */ qr(Dee, [["render", yte]]), wte = {
52057
52057
  filteredData() {
52058
52058
  const O = this.search.toLowerCase();
52059
52059
  return this.sortData(this.data).filter((te) => Object.values(te).some(
52060
- (ke) => ke.toString().toLowerCase().includes(O)
52060
+ (_e) => _e.toString().toLowerCase().includes(O)
52061
52061
  ));
52062
52062
  },
52063
52063
  groupedItems() {
@@ -52067,10 +52067,10 @@ const tle = /* @__PURE__ */ qr(Dee, [["render", yte]]), wte = {
52067
52067
  methods: {
52068
52068
  groupBy(O) {
52069
52069
  return this.itemLists.data ? this.itemLists.data.reduce((ie, te) => {
52070
- const ke = te[O];
52071
- ie[ke] || (ie[ke] = []);
52070
+ const _e = te[O];
52071
+ ie[_e] || (ie[_e] = []);
52072
52072
  const ae = { ...te };
52073
- return delete ae[O], ie[ke].push(ae), ie;
52073
+ return delete ae[O], ie[_e].push(ae), ie;
52074
52074
  }, {}) : [];
52075
52075
  },
52076
52076
  editAction(O) {
@@ -52184,7 +52184,7 @@ const tle = /* @__PURE__ */ qr(Dee, [["render", yte]]), wte = {
52184
52184
  ], -1), Hte = [
52185
52185
  Fte
52186
52186
  ], Vte = { class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500" }, zte = ["colspan"], Ute = ["data-label"], Wte = { class: "overflow-auto max-h-40" }, Zte = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" };
52187
- function jte(O, ie, te, ke, ae, G) {
52187
+ function jte(O, ie, te, _e, ae, G) {
52188
52188
  const Ae = y1("dropdown"), Q = y1("TailwindPagination");
52189
52189
  return pe(), ye("div", xte, [
52190
52190
  P("div", Cte, [
@@ -52312,7 +52312,7 @@ const nle = /* @__PURE__ */ qr(wte, [["render", jte]]), Gte = {
52312
52312
  filteredData() {
52313
52313
  const O = this.search.toLowerCase();
52314
52314
  return this.sortData(this.data).filter((te) => Object.values(te).some(
52315
- (ke) => ke != null && ke.toString().toLowerCase().includes(O)
52315
+ (_e) => _e != null && _e.toString().toLowerCase().includes(O)
52316
52316
  ));
52317
52317
  },
52318
52318
  totalPages() {
@@ -52329,7 +52329,7 @@ const nle = /* @__PURE__ */ qr(wte, [["render", jte]]), Gte = {
52329
52329
  ), ie = O + this.maxDisplayedPages - 1;
52330
52330
  return ie > this.totalPages && (ie = this.totalPages, O = Math.max(ie - this.maxDisplayedPages + 1, 1)), Array.from(
52331
52331
  { length: ie - O + 1 },
52332
- (te, ke) => O + ke
52332
+ (te, _e) => O + _e
52333
52333
  );
52334
52334
  },
52335
52335
  firstItemIndex() {
@@ -52433,7 +52433,7 @@ const nle = /* @__PURE__ */ qr(wte, [["render", jte]]), Gte = {
52433
52433
  One,
52434
52434
  Rne
52435
52435
  ];
52436
- function Mne(O, ie, te, ke, ae, G) {
52436
+ function Mne(O, ie, te, _e, ae, G) {
52437
52437
  const Ae = y1("dropdown");
52438
52438
  return pe(), ye("div", qte, [
52439
52439
  P("div", Kte, [
@@ -52579,10 +52579,10 @@ const ole = /* @__PURE__ */ qr(Gte, [["render", Mne]]), Pne = {
52579
52579
  props: ["field", "row", "tdProps"],
52580
52580
  methods: {
52581
52581
  convertCronToHuman(O) {
52582
- const [ie, te, ke, ae, G] = O.split(" ");
52583
- if (ie === "*" && te === "*" && ke === "*" && ae === "*" && G === "*")
52582
+ const [ie, te, _e, ae, G] = O.split(" ");
52583
+ if (ie === "*" && te === "*" && _e === "*" && ae === "*" && G === "*")
52584
52584
  return "Runs every minute.";
52585
- if (ie === "0" && te === "0" && ke === "*" && ae === "*" && G !== "*")
52585
+ if (ie === "0" && te === "0" && _e === "*" && ae === "*" && G !== "*")
52586
52586
  return `Runs at 12:00 AM every ${this.convertDayOfWeek(G)}.`;
52587
52587
  const Ae = {
52588
52588
  0: "Sunday",
@@ -52607,10 +52607,10 @@ const ole = /* @__PURE__ */ qr(Gte, [["render", Mne]]), Pne = {
52607
52607
  11: "November",
52608
52608
  12: "December",
52609
52609
  "*": "every month"
52610
- }, He = this.convertField(ie, "minute", 59), ht = this.convertField(te, "hour", 23), et = this.convertField(ke, "day of the month", 31), yn = this.convertField(ae, "month", 12, Q), mn = this.convertField(G, "day", 6, Ae);
52610
+ }, He = this.convertField(ie, "minute", 59), ht = this.convertField(te, "hour", 23), et = this.convertField(_e, "day of the month", 31), yn = this.convertField(ae, "month", 12, Q), mn = this.convertField(G, "day", 6, Ae);
52611
52611
  return `Runs ${He} ${ht} ${et} ${yn} on ${mn}.`;
52612
52612
  },
52613
- convertField(O, ie, te, ke = {}) {
52613
+ convertField(O, ie, te, _e = {}) {
52614
52614
  if (O === "*") return `every ${ie}`;
52615
52615
  if (O.includes("/")) {
52616
52616
  const [ae, G] = O.split("/");
@@ -52621,10 +52621,10 @@ const ole = /* @__PURE__ */ qr(Gte, [["render", Mne]]), Pne = {
52621
52621
  return `${ie}s from ${ae} to ${G}`;
52622
52622
  }
52623
52623
  if (O.includes(",")) {
52624
- const ae = O.split(",").map((G) => ke[G] || G);
52624
+ const ae = O.split(",").map((G) => _e[G] || G);
52625
52625
  return `${ie}s on ${ae.join(", ")}`;
52626
52626
  }
52627
- return ke[O] || `${ie} ${O}`;
52627
+ return _e[O] || `${ie} ${O}`;
52628
52628
  },
52629
52629
  convertDayOfWeek(O) {
52630
52630
  return {
@@ -52646,7 +52646,7 @@ const ole = /* @__PURE__ */ qr(Gte, [["render", Mne]]), Pne = {
52646
52646
  key: 0,
52647
52647
  class: "flex flex-wrap gap-2"
52648
52648
  }, Bne = { class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300" };
52649
- function Ine(O, ie, te, ke, ae, G) {
52649
+ function Ine(O, ie, te, _e, ae, G) {
52650
52650
  return te.row[te.field] ? (pe(), ye("div", Nne, [
52651
52651
  P("span", Bne, gt(G.convertCronToHuman(te.row[te.field])), 1)
52652
52652
  ])) : ut("", !0);
@@ -52671,7 +52671,7 @@ const sle = /* @__PURE__ */ qr(Pne, [["render", Ine]]), Lne = {
52671
52671
  }), {};
52672
52672
  }
52673
52673
  };
52674
- function Fne(O, ie, te, ke, ae, G) {
52674
+ function Fne(O, ie, te, _e, ae, G) {
52675
52675
  return pe(), ye("div", null, [
52676
52676
  yf(O.$slots, "default")
52677
52677
  ]);
@@ -52684,7 +52684,7 @@ const rle = /* @__PURE__ */ qr(Lne, [["render", Fne]]), Hne = {
52684
52684
  }
52685
52685
  },
52686
52686
  setup() {
52687
- const O = Eo(!1), ie = eq("accordionsWrapper"), ke = (() => {
52687
+ const O = Eo(!1), ie = eq("accordionsWrapper"), _e = (() => {
52688
52688
  var ht = (/* @__PURE__ */ new Date()).getTime();
52689
52689
  typeof performance < "u" && typeof performance.now == "function" && (ht += performance.now());
52690
52690
  var et = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(yn) {
@@ -52692,7 +52692,7 @@ const rle = /* @__PURE__ */ qr(Lne, [["render", Fne]]), Hne = {
52692
52692
  return ht = Math.floor(ht / 16), (yn === "x" ? mn : mn & 3 | 8).toString(16);
52693
52693
  });
52694
52694
  return et;
52695
- })(), ae = { isOpen: O, id: ke }, G = vc(() => ie.accordions.value), Ae = vc(() => G.value.length > 0 && G.value[0].id === ke), Q = vc(() => G.value.length > 0 && G.value[G.value.length - 1].id === ke);
52695
+ })(), ae = { isOpen: O, id: _e }, G = vc(() => ie.accordions.value), Ae = vc(() => G.value.length > 0 && G.value[0].id === _e), Q = vc(() => G.value.length > 0 && G.value[G.value.length - 1].id === _e);
52696
52696
  return Rh(() => {
52697
52697
  ie.registerAccordion(ae);
52698
52698
  }), Pq(() => {
@@ -52732,29 +52732,29 @@ const rle = /* @__PURE__ */ qr(Lne, [["render", Fne]]), Hne = {
52732
52732
  }, null, -1), Gne = [
52733
52733
  jne
52734
52734
  ];
52735
- function qne(O, ie, te, ke, ae, G) {
52735
+ function qne(O, ie, te, _e, ae, G) {
52736
52736
  return pe(), ye("div", null, [
52737
52737
  P("h2", null, [
52738
52738
  P("button", {
52739
- onClick: ie[0] || (ie[0] = (...Ae) => ke.toggle && ke.toggle(...Ae)),
52739
+ onClick: ie[0] || (ie[0] = (...Ae) => _e.toggle && _e.toggle(...Ae)),
52740
52740
  type: "button",
52741
52741
  class: an(["flex items-center justify-between w-full gap-3 p-5 font-medium text-gray-500 border border-gray-200 rtl:text-right dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800", {
52742
- "rounded-t-xl": ke.isFirstAccordion,
52743
- "border-b-0": !ke.isLastAccordion,
52744
- "bg-gray-100 dark:bg-gray-800": ke.isOpen
52742
+ "rounded-t-xl": _e.isFirstAccordion,
52743
+ "border-b-0": !_e.isLastAccordion,
52744
+ "bg-gray-100 dark:bg-gray-800": _e.isOpen
52745
52745
  }]),
52746
52746
  "aria-expanded": "true"
52747
52747
  }, [
52748
52748
  P("span", Vne, gt(te.title), 1),
52749
- ke.isOpen ? ut("", !0) : (pe(), ye("svg", zne, Wne)),
52750
- ke.isOpen ? (pe(), ye("svg", Zne, Gne)) : ut("", !0)
52749
+ _e.isOpen ? ut("", !0) : (pe(), ye("svg", zne, Wne)),
52750
+ _e.isOpen ? (pe(), ye("svg", Zne, Gne)) : ut("", !0)
52751
52751
  ], 2)
52752
52752
  ]),
52753
- ke.isOpen ? (pe(), ye("div", {
52753
+ _e.isOpen ? (pe(), ye("div", {
52754
52754
  key: 0,
52755
52755
  class: an([{
52756
- "border-b-0": !ke.isLastAccordion,
52757
- "border-t-0": ke.isLastAccordion
52756
+ "border-b-0": !_e.isLastAccordion,
52757
+ "border-t-0": _e.isLastAccordion
52758
52758
  }, "p-5 border border-gray-200 dark:border-gray-700 dark:bg-gray-900"])
52759
52759
  }, [
52760
52760
  yf(O.$slots, "default")
@@ -52838,16 +52838,16 @@ const ale = /* @__PURE__ */ qr(Hne, [["render", qne]]), Kne = {
52838
52838
  setup(O, { emit: ie }) {
52839
52839
  const te = O;
52840
52840
  Rh(() => {
52841
- setTimeout(() => ke("remove"), te.duration);
52841
+ setTimeout(() => _e("remove"), te.duration);
52842
52842
  });
52843
- const ke = ie;
52843
+ const _e = ie;
52844
52844
  return (ae, G) => (pe(), ye("div", Kne, [
52845
52845
  te.type === "success" ? (pe(), ye("div", Yne, Qne)) : ut("", !0),
52846
52846
  te.type === "error" ? (pe(), ye("div", eoe, ooe)) : ut("", !0),
52847
52847
  te.type === "warning" ? (pe(), ye("div", soe, loe)) : ut("", !0),
52848
52848
  P("div", coe, gt(te.message), 1),
52849
52849
  P("button", {
52850
- onClick: G[0] || (G[0] = (Ae) => ke("remove")),
52850
+ onClick: G[0] || (G[0] = (Ae) => _e("remove")),
52851
52851
  type: "button",
52852
52852
  class: "-mx-1.5 -my-1.5 ml-auto inline-flex h-8 w-8 rounded-lg bg-white p-1.5 text-gray-400 hover:bg-gray-100 hover:text-gray-900 focus:ring-2 focus:ring-gray-300 dark:bg-gray-800 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-white",
52853
52853
  "data-dismiss-target": "#toast-default",
@@ -52861,7 +52861,7 @@ const ale = /* @__PURE__ */ qr(Hne, [["render", qne]]), Kne = {
52861
52861
  function ie(te) {
52862
52862
  s5.methods.remove(te);
52863
52863
  }
52864
- return (te, ke) => (pe(), vm(Nq, {
52864
+ return (te, _e) => (pe(), vm(Nq, {
52865
52865
  tag: "div",
52866
52866
  "enter-from-class": "translate-x-full opacity-0",
52867
52867
  "enter-active-class": "duration-500",
@@ -52923,10 +52923,10 @@ const ale = /* @__PURE__ */ qr(Hne, [["render", qne]]), Kne = {
52923
52923
  },
52924
52924
  emits: ["deleteAction"],
52925
52925
  setup(O, { emit: ie }) {
52926
- const te = O, ke = Eo(!1), ae = Eo(!1), G = () => {
52927
- ke.value = !1;
52926
+ const te = O, _e = Eo(!1), ae = Eo(!1), G = () => {
52927
+ _e.value = !1;
52928
52928
  }, Ae = () => {
52929
- ke.value = !0;
52929
+ _e.value = !0;
52930
52930
  }, Q = () => {
52931
52931
  ae.value = !1;
52932
52932
  }, He = () => {
@@ -52979,7 +52979,7 @@ const ale = /* @__PURE__ */ qr(Hne, [["render", qne]]), Kne = {
52979
52979
  ])) : ut("", !0)
52980
52980
  ])
52981
52981
  ], 512), [
52982
- [n5, ke.value]
52982
+ [n5, _e.value]
52983
52983
  ])
52984
52984
  ])), [
52985
52985
  [No, G]
@@ -53029,10 +53029,10 @@ const ale = /* @__PURE__ */ qr(Hne, [["render", qne]]), Kne = {
53029
53029
  },
53030
53030
  emits: ["deleteAction"],
53031
53031
  setup(O, { emit: ie }) {
53032
- const te = O, ke = Eo(!1), ae = Eo(!1), G = () => {
53033
- ke.value = !1;
53032
+ const te = O, _e = Eo(!1), ae = Eo(!1), G = () => {
53033
+ _e.value = !1;
53034
53034
  }, Ae = () => {
53035
- ke.value = !0;
53035
+ _e.value = !0;
53036
53036
  }, Q = () => {
53037
53037
  ae.value = !1;
53038
53038
  }, He = () => {
@@ -53076,7 +53076,7 @@ const ale = /* @__PURE__ */ qr(Hne, [["render", qne]]), Kne = {
53076
53076
  ])) : ut("", !0)
53077
53077
  ])
53078
53078
  ], 512), [
53079
- [n5, ke.value]
53079
+ [n5, _e.value]
53080
53080
  ])
53081
53081
  ])), [
53082
53082
  [No, G]
@@ -53137,7 +53137,7 @@ const ale = /* @__PURE__ */ qr(Hne, [["render", qne]]), Kne = {
53137
53137
  "clip-rule": "evenodd"
53138
53138
  })
53139
53139
  ], -1);
53140
- function Boe(O, ie, te, ke, ae, G) {
53140
+ function Boe(O, ie, te, _e, ae, G) {
53141
53141
  return pe(), ye("div", null, [
53142
53142
  G.isArray ? (pe(!0), ye(Qn, { key: 0 }, sr(te.row, (Ae, Q) => (pe(), ye("div", {
53143
53143
  key: Q,
@@ -53213,7 +53213,7 @@ const ule = /* @__PURE__ */ qr(Ooe, [["render", Boe]]), Ioe = {
53213
53213
  "clip-rule": "evenodd"
53214
53214
  })
53215
53215
  ], -1);
53216
- function Uoe(O, ie, te, ke, ae, G) {
53216
+ function Uoe(O, ie, te, _e, ae, G) {
53217
53217
  return G.isArray ? (pe(!0), ye(Qn, { key: 0 }, sr(te.row[te.field], (Ae) => (pe(), ye("div", {
53218
53218
  key: Ae.id,
53219
53219
  class: "m-1 d-inline-block"
@@ -53242,7 +53242,7 @@ function Uoe(O, ie, te, ke, ae, G) {
53242
53242
  const dle = /* @__PURE__ */ qr(Ioe, [["render", Uoe]]), Woe = {
53243
53243
  props: ["field", "row", "tdProps"]
53244
53244
  }, Zoe = { key: 0 }, joe = ["innerHTML"];
53245
- function Goe(O, ie, te, ke, ae, G) {
53245
+ function Goe(O, ie, te, _e, ae, G) {
53246
53246
  return te.row[te.field] ? (pe(), ye("div", Zoe, [
53247
53247
  P("div", {
53248
53248
  class: "w-full",
@@ -53271,7 +53271,7 @@ const mle = /* @__PURE__ */ qr(Woe, [["render", Goe]]), qoe = {
53271
53271
  key: 1,
53272
53272
  class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
53273
53273
  };
53274
- function Xoe(O, ie, te, ke, ae, G) {
53274
+ function Xoe(O, ie, te, _e, ae, G) {
53275
53275
  return this.row[this.entry.key] ? (pe(), ye("div", Koe, [
53276
53276
  G.isArray ? (pe(!0), ye(Qn, { key: 0 }, sr(te.row[G.entry.key], (Ae, Q) => (pe(), ye("span", {
53277
53277
  key: Q,
@@ -53295,14 +53295,14 @@ const fle = /* @__PURE__ */ qr(qoe, [["render", Xoe]]), Joe = {
53295
53295
  },
53296
53296
  methods: {
53297
53297
  getNestedValue(O, ie) {
53298
- return ie.reduce((te, ke) => (te || {})[ke], O);
53298
+ return ie.reduce((te, _e) => (te || {})[_e], O);
53299
53299
  }
53300
53300
  }
53301
53301
  }, Qoe = { class: "flex flex-wrap gap-2" }, ese = {
53302
53302
  key: 1,
53303
53303
  class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
53304
53304
  };
53305
- function tse(O, ie, te, ke, ae, G) {
53305
+ function tse(O, ie, te, _e, ae, G) {
53306
53306
  return pe(), ye("div", Qoe, [
53307
53307
  G.isArray ? (pe(!0), ye(Qn, { key: 0 }, sr(G.getNestedValue(te.row, G.entry.keys), (Ae, Q) => (pe(), ye("span", {
53308
53308
  key: Q,
@@ -53313,7 +53313,7 @@ function tse(O, ie, te, ke, ae, G) {
53313
53313
  const gle = /* @__PURE__ */ qr(Joe, [["render", tse]]), nse = {
53314
53314
  props: ["field", "row", "tdProps"]
53315
53315
  }, ose = { key: 0 }, sse = { class: "m-1 d-inline-block" }, rse = ["href", "title"], ase = ["src", "alt", "title"];
53316
- function lse(O, ie, te, ke, ae, G) {
53316
+ function lse(O, ie, te, _e, ae, G) {
53317
53317
  return te.row[te.field] ? (pe(), ye("div", ose, [
53318
53318
  P("div", sse, [
53319
53319
  P("a", {
@@ -53344,7 +53344,7 @@ const hle = /* @__PURE__ */ qr(nse, [["render", lse], ["__scopeId", "data-v-3a28
53344
53344
  key: 0,
53345
53345
  class: "grid grid-cols-2 gap-4"
53346
53346
  }, use = ["src", "alt"], dse = { key: 1 }, mse = ["src", "alt"];
53347
- function fse(O, ie, te, ke, ae, G) {
53347
+ function fse(O, ie, te, _e, ae, G) {
53348
53348
  return G.isArray ? (pe(), ye("div", ise, [
53349
53349
  (pe(!0), ye(Qn, null, sr(te.row[te.field], (Ae) => (pe(), ye("div", {
53350
53350
  key: Ae.id
@@ -53377,7 +53377,7 @@ const ple = /* @__PURE__ */ qr(cse, [["render", fse]]), gse = {
53377
53377
  key: 1,
53378
53378
  class: "inline-flex items-center px-2 py-1 bg-red-100 text-red-800 text-xs font-medium rounded-full dark:bg-red-900 dark:text-red-300"
53379
53379
  }, yse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
53380
- function wse(O, ie, te, ke, ae, G) {
53380
+ function wse(O, ie, te, _e, ae, G) {
53381
53381
  return pe(), ye("div", hse, [
53382
53382
  G.isActive ? (pe(), ye("span", pse, [
53383
53383
  bse,
@@ -53417,7 +53417,7 @@ const ble = /* @__PURE__ */ qr(gse, [["render", wse]]), xse = {
53417
53417
  /* @__PURE__ */ P("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
53418
53418
  /* @__PURE__ */ P("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
53419
53419
  ], -1);
53420
- function Mse(O, ie, te, ke, ae, G) {
53420
+ function Mse(O, ie, te, _e, ae, G) {
53421
53421
  return pe(), ye("div", Cse, [
53422
53422
  G.hasLabelColor == "green" ? (pe(), ye("span", Sse, [
53423
53423
  _se,
@@ -53463,7 +53463,7 @@ const vle = /* @__PURE__ */ qr(xse, [["render", Mse]]), Pse = {
53463
53463
  }
53464
53464
  }
53465
53465
  }, Nse = { class: "flex flex-wrap gap-2 text-nowrap lg:justify-center" };
53466
- function Bse(O, ie, te, ke, ae, G) {
53466
+ function Bse(O, ie, te, _e, ae, G) {
53467
53467
  return pe(), ye("div", Nse, [
53468
53468
  G.hasLabelColor == "Default" ? (pe(), ye("span", {
53469
53469
  key: 0,
@@ -53527,6 +53527,11 @@ const yle = /* @__PURE__ */ qr(Pse, [["render", Bse]]), Ise = {
53527
53527
  );
53528
53528
  return O ? O.label : "";
53529
53529
  }
53530
+ },
53531
+ methods: {
53532
+ getNestedValue(O, ie) {
53533
+ return ie.reduce((te, _e) => (te || {})[_e], O);
53534
+ }
53530
53535
  }
53531
53536
  }, Lse = { class: "flex flex-wrap gap-2 text-nowrap" }, Fse = {
53532
53537
  key: 0,
@@ -53547,7 +53552,7 @@ const yle = /* @__PURE__ */ qr(Pse, [["render", Bse]]), Ise = {
53547
53552
  /* @__PURE__ */ P("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
53548
53553
  /* @__PURE__ */ P("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
53549
53554
  ], -1);
53550
- function Kse(O, ie, te, ke, ae, G) {
53555
+ function Kse(O, ie, te, _e, ae, G) {
53551
53556
  return pe(), ye("div", Lse, [
53552
53557
  G.hasLabelColor == "green" ? (pe(), ye("span", Fse, [
53553
53558
  Hse,
@@ -53577,14 +53582,14 @@ const wle = /* @__PURE__ */ qr(Ise, [["render", Kse]]), Yse = {
53577
53582
  formattedDate() {
53578
53583
  if (!this.row[this.field])
53579
53584
  return "";
53580
- const O = new Date(this.row[this.field]), ie = O.getFullYear(), te = O.toLocaleString("default", { month: "long" }), ke = O.getDate();
53585
+ const O = new Date(this.row[this.field]), ie = O.getFullYear(), te = O.toLocaleString("default", { month: "long" }), _e = O.getDate();
53581
53586
  let ae = O.getHours();
53582
53587
  const G = O.getMinutes(), Ae = O.getSeconds(), Q = ae >= 12 ? "pm" : "am";
53583
- return ae = ae % 12, ae = ae || 12, `${te} ${ke}, ${ie}, ${ae}:${G}:${Ae} ${Q}`;
53588
+ return ae = ae % 12, ae = ae || 12, `${te} ${_e}, ${ie}, ${ae}:${G}:${Ae} ${Q}`;
53584
53589
  }
53585
53590
  }
53586
53591
  }, Xse = { class: "w-full" };
53587
- function Jse(O, ie, te, ke, ae, G) {
53592
+ function Jse(O, ie, te, _e, ae, G) {
53588
53593
  return pe(), ye("div", Xse, gt(G.formattedDate), 1);
53589
53594
  }
53590
53595
  const xle = /* @__PURE__ */ qr(Yse, [["render", Jse]]), Qse = {
@@ -53593,12 +53598,12 @@ const xle = /* @__PURE__ */ qr(Yse, [["render", Jse]]), Qse = {
53593
53598
  formattedDate() {
53594
53599
  if (!this.row[this.field])
53595
53600
  return "";
53596
- const O = new Date(this.row[this.field]), ie = O.getFullYear(), te = O.toLocaleString("default", { month: "long" }), ke = O.getDate();
53597
- return `${te} ${ke}, ${ie}`;
53601
+ const O = new Date(this.row[this.field]), ie = O.getFullYear(), te = O.toLocaleString("default", { month: "long" }), _e = O.getDate();
53602
+ return `${te} ${_e}, ${ie}`;
53598
53603
  }
53599
53604
  }
53600
53605
  }, ere = { class: "w-full" };
53601
- function tre(O, ie, te, ke, ae, G) {
53606
+ function tre(O, ie, te, _e, ae, G) {
53602
53607
  return pe(), ye("div", ere, gt(G.formattedDate), 1);
53603
53608
  }
53604
53609
  const Cle = /* @__PURE__ */ qr(Qse, [["render", tre]]), nre = {
@@ -53616,7 +53621,7 @@ const Cle = /* @__PURE__ */ qr(Qse, [["render", tre]]), nre = {
53616
53621
  key: 2,
53617
53622
  class: "inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"
53618
53623
  }, ire = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1);
53619
- function ure(O, ie, te, ke, ae, G) {
53624
+ function ure(O, ie, te, _e, ae, G) {
53620
53625
  return pe(), ye("div", ore, [
53621
53626
  te.row[te.field] === 0 ? (pe(), ye("span", sre, [
53622
53627
  rre,
@@ -53638,7 +53643,7 @@ const Sle = /* @__PURE__ */ qr(nre, [["render", ure]]), dre = {
53638
53643
  key: 0,
53639
53644
  class: "text-nowrap w-full"
53640
53645
  }, fre = { class: "w-full h-full p-3 mx-0 mt-0 overflow-auto font-mono text-left break-words rounded cursor-default whitespace-nowrap console_styles" };
53641
- function gre(O, ie, te, ke, ae, G) {
53646
+ function gre(O, ie, te, _e, ae, G) {
53642
53647
  return te.row[te.field] ? (pe(), ye("div", mre, [
53643
53648
  P("pre", fre, " " + gt(te.row[te.field]) + `
53644
53649
  `, 1)
@@ -53666,7 +53671,7 @@ const _le = /* @__PURE__ */ qr(dre, [["render", gre]]), hre = {
53666
53671
  class: "hidden sm:inline-block sm:align-middle sm:h-screen",
53667
53672
  "aria-hidden": "true"
53668
53673
  }, "​", -1), wre = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white dark:bg-gray-800 rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, xre = { class: "px-4 pt-5 pb-4 sm:p-6 sm:pb-4" }, Cre = { class: "sm:flex sm:items-start" }, Sre = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, _re = { class: "text-lg font-medium leading-6" }, kre = { class: "mt-2" }, Tre = { class: "border-t border-gray-200 rounded-b dark:border-gray-600 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse" };
53669
- function Ere(O, ie, te, ke, ae, G) {
53674
+ function Ere(O, ie, te, _e, ae, G) {
53670
53675
  return te.isOpen ? (pe(), ye("div", pre, [
53671
53676
  P("div", bre, [
53672
53677
  vre,
@@ -53718,7 +53723,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
53718
53723
  }
53719
53724
  },
53720
53725
  setup(O, { expose: ie }) {
53721
- const te = Eo(""), ke = Eo(""), ae = Eo(""), G = Eo("Cancel"), Ae = Eo(!1), Q = Eo(void 0), He = Eo(void 0), ht = (mn = {}) => (te.value = mn.title, ke.value = mn.message, ae.value = mn.okButton, mn.cancelButton && (G.value = mn.cancelButton), Ae.value = !0, new Promise((No, us) => {
53726
+ const te = Eo(""), _e = Eo(""), ae = Eo(""), G = Eo("Cancel"), Ae = Eo(!1), Q = Eo(void 0), He = Eo(void 0), ht = (mn = {}) => (te.value = mn.title, _e.value = mn.message, ae.value = mn.okButton, mn.cancelButton && (G.value = mn.cancelButton), Ae.value = !0, new Promise((No, us) => {
53722
53727
  Q.value = No, He.value = us;
53723
53728
  })), et = () => {
53724
53729
  Ae.value = !1, Q.value(!0);
@@ -53737,7 +53742,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
53737
53742
  P("div", Nre, [
53738
53743
  P("h3", Bre, gt(te.value), 1),
53739
53744
  P("div", Ire, [
53740
- P("p", Lre, gt(ke.value), 1)
53745
+ P("p", Lre, gt(_e.value), 1)
53741
53746
  ])
53742
53747
  ])
53743
53748
  ])
@@ -53809,7 +53814,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
53809
53814
  }
53810
53815
  },
53811
53816
  setup(O) {
53812
- const ie = O, te = Eo(!1), ke = (G) => {
53817
+ const ie = O, te = Eo(!1), _e = (G) => {
53813
53818
  navigator.clipboard.writeText(G).then(function() {
53814
53819
  te.value = !0, setTimeout(() => {
53815
53820
  te.value = !1;
@@ -53828,7 +53833,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
53828
53833
  ]),
53829
53834
  P("div", jre, [
53830
53835
  P("button", {
53831
- onClick: Ae[0] || (Ae[0] = (Q) => ke(ae.value)),
53836
+ onClick: Ae[0] || (Ae[0] = (Q) => _e(ae.value)),
53832
53837
  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"
53833
53838
  }, [
53834
53839
  te.value ? ut("", !0) : (pe(), ye("span", Gre, Yre)),
@@ -53889,7 +53894,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
53889
53894
  }
53890
53895
  },
53891
53896
  setup(O) {
53892
- const ie = O, te = Eo(!1), ke = (G) => {
53897
+ const ie = O, te = Eo(!1), _e = (G) => {
53893
53898
  navigator.clipboard.writeText(G).then(function() {
53894
53899
  te.value = !0, setTimeout(() => {
53895
53900
  te.value = !1;
@@ -53916,7 +53921,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
53916
53921
  ]),
53917
53922
  P("button", {
53918
53923
  style: { padding: ".61rem" },
53919
- onClick: Ae[0] || (Ae[0] = (Q) => ke(ae.value)),
53924
+ onClick: Ae[0] || (Ae[0] = (Q) => _e(ae.value)),
53920
53925
  class: "flex-shrink-0 z-10 inline-flex items-center px-4 text-sm font-medium text-center text-white bg-blue-700 rounded-e-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 border border-blue-700 dark:border-blue-600 hover:border-blue-800 dark:hover:border-blue-700",
53921
53926
  type: "button"
53922
53927
  }, [
@@ -53997,7 +54002,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
53997
54002
  },
53998
54003
  emits: ["reconnect"],
53999
54004
  setup(O, { emit: ie }) {
54000
- const te = ie, ke = () => {
54005
+ const te = ie, _e = () => {
54001
54006
  te("reconnect");
54002
54007
  };
54003
54008
  return (ae, G) => (pe(), ye("div", Sae, [
@@ -54014,7 +54019,7 @@ const kle = /* @__PURE__ */ qr(hre, [["render", Ere]]), Are = {
54014
54019
  ko(" Disconnected ")
54015
54020
  ])) : ut("", !0),
54016
54021
  P("button", {
54017
- onClick: ke,
54022
+ onClick: _e,
54018
54023
  class: "ml-1"
54019
54024
  }, [
54020
54025
  (pe(), ye("svg", Oae, $ae))