@uva-glass/component-library 1.59.3 → 1.61.0

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.
Files changed (79) hide show
  1. package/dist/{Lexical.prod-BhH9TCLN.js → Lexical.prod-qM_1BY0u.js} +63 -62
  2. package/dist/{Lexical.prod-BhH9TCLN.js.map → Lexical.prod-qM_1BY0u.js.map} +1 -1
  3. package/dist/{LexicalUtils.prod-Bsuvahba.js → LexicalUtils.prod-BFSPHHi1.js} +2 -2
  4. package/dist/{LexicalUtils.prod-Bsuvahba.js.map → LexicalUtils.prod-BFSPHHi1.js.map} +1 -1
  5. package/dist/ListPlugin-Bhkh3IBK.js +625 -0
  6. package/dist/ListPlugin-Bhkh3IBK.js.map +1 -0
  7. package/dist/RteEditor.module-Cku3JY-0.js +29 -0
  8. package/dist/RteEditor.module-Cku3JY-0.js.map +1 -0
  9. package/dist/TablePlugin-CLPV2OjO.js +294 -0
  10. package/dist/TablePlugin-CLPV2OjO.js.map +1 -0
  11. package/dist/assets/EditorHeader.css +1 -1
  12. package/dist/assets/Periods.css +1 -1
  13. package/dist/assets/RteEditor.css +1 -1
  14. package/dist/assets/TableCellContextMenu.css +1 -1
  15. package/dist/assets/TablePlugin.css +1 -1
  16. package/dist/components/CheckboxTree/CheckboxTree.js +2 -2
  17. package/dist/components/InputField/InputField.stories.js +2 -2
  18. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  19. package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
  20. package/dist/components/MultiSelect/components/MultiSelectHeader.js +2 -2
  21. package/dist/components/MultiSelect/index.js +1 -1
  22. package/dist/components/Periods/Periods.js +19 -19
  23. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
  24. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +19 -19
  25. package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
  26. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.d.ts +1 -6
  27. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +34 -20
  28. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js.map +1 -1
  29. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +36 -31
  30. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
  31. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.d.ts +3 -3
  32. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js +4 -4
  33. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.d.ts +7 -6
  34. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +157 -54
  35. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
  36. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.d.ts +1 -3
  37. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +5 -6
  38. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js.map +1 -1
  39. package/dist/components/RteEditor/Plugins/LinkPlugin/index.js +3 -2
  40. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.d.ts +1 -6
  41. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +10 -31
  42. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js.map +1 -1
  43. package/dist/components/RteEditor/Plugins/ListPlugin/index.js +1 -1
  44. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
  45. package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.d.ts +2 -1
  46. package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +104 -31
  47. package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js.map +1 -1
  48. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +6 -5
  49. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
  50. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +1 -1
  51. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  52. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.d.ts +6 -7
  53. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +43 -47
  54. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
  55. package/dist/components/RteEditor/Plugins/index.js +13 -12
  56. package/dist/components/RteEditor/RteEditor.d.ts +13 -4
  57. package/dist/components/RteEditor/RteEditor.js +408 -416
  58. package/dist/components/RteEditor/RteEditor.js.map +1 -1
  59. package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
  60. package/dist/components/RteEditor/hooks/components/Flyout.js.map +1 -1
  61. package/dist/components/RteEditor/hooks/useTranslation.d.ts +98 -6
  62. package/dist/components/RteEditor/translations.d.ts +98 -6
  63. package/dist/components/RteEditor/translations.js +104 -12
  64. package/dist/components/RteEditor/translations.js.map +1 -1
  65. package/dist/components/index.js +1 -1
  66. package/dist/{helpers-BRIyyVa6.js → helpers-BB6Byf50.js} +88 -99
  67. package/dist/helpers-BB6Byf50.js.map +1 -0
  68. package/dist/{helpers-CaU5T9i-.js → helpers-D9T1Tgkj.js} +454 -427
  69. package/dist/helpers-D9T1Tgkj.js.map +1 -0
  70. package/dist/index.js +1 -1
  71. package/package.json +1 -1
  72. package/dist/LexicalList.prod-Czb3Osbz.js +0 -564
  73. package/dist/LexicalList.prod-Czb3Osbz.js.map +0 -1
  74. package/dist/RteEditor.module-Dz9a8vaK.js +0 -29
  75. package/dist/RteEditor.module-Dz9a8vaK.js.map +0 -1
  76. package/dist/TablePlugin-deK-rcE1.js +0 -249
  77. package/dist/TablePlugin-deK-rcE1.js.map +0 -1
  78. package/dist/helpers-BRIyyVa6.js.map +0 -1
  79. package/dist/helpers-CaU5T9i-.js.map +0 -1
@@ -1,18 +1,19 @@
1
- import { jsx as E, jsxs as I, Fragment as Me } from "react/jsx-runtime";
2
- import { l as Xe, o as Ye, u as P } from "../../LexicalComposerContext.prod-Dyvim1tK.js";
3
- import { ai as Oe, w as K, F as de, A as C, i as j, m as q, D as Qe, c as T, x as y, aj as Fe, ak as Ze, al as p, a4 as Ge, S as O, z as et, am as tt, an as nt, ao as rt, H as ne, ap as ot, aq as it, ad as st, af as at, aa as lt, W as ct, ar as dt, as as pe, o as ge, a3 as ut, a1 as re, a2 as ft, j as Ke, at as he, V as mt, R as pt, I as gt, X as ve, Q as ht, au as vt, av as Ct, aw as yt, q as Et, a5 as wt, d as bt, ax as $t, a6 as St, a0 as _t, Y as xt, r as kt, t as Lt, O as Ce, ay as Nt, e as Dt, K as J, $ as V, az as Tt, aA as Pt, g as Rt, h as It, ac as Mt } from "../../Lexical.prod-BhH9TCLN.js";
4
- import * as oe from "react";
5
- import { useMemo as H, useLayoutEffect as U, useEffect as _, useRef as Ot, useState as M, Suspense as Ft, forwardRef as Ae, useCallback as Kt } from "react";
6
- import { L as A, i as F, e as At, t as ue, r as zt, u as Ut } from "../../LexicalUtils.prod-Bsuvahba.js";
7
- import { r as ye } from "../../index-DsprzSCj.js";
8
- import { _ as Ee, O as we, L as be, $ as $e, u as ee, f as te, g as ze, K as Bt, n as Se, r as jt, h as qt, j as Ht, k as Wt, F as Jt, l as _e, o as Vt, U as Xt, m as Yt, p as Qt } from "../../helpers-CaU5T9i-.js";
9
- import { J as Ue, D as Be, Z as Zt } from "../../LexicalList.prod-Czb3Osbz.js";
10
- import { a as je, U as xe, m as ie, b as Gt, c as en, F as tn, M as nn, f as rn } from "../../helpers-BRIyyVa6.js";
1
+ import { jsx as y, jsxs as F, Fragment as Fe } from "react/jsx-runtime";
2
+ import { l as Xe, o as Ye, u as R } from "../../LexicalComposerContext.prod-Dyvim1tK.js";
3
+ import { ak as Ie, w as A, F as fe, A as v, k as q, b as W, D as Qe, c as P, x as C, al as Ke, am as Ze, L as p, a7 as Ge, S as I, E as et, an as tt, ao as nt, ap as rt, Q as re, aq as ot, ar as it, af as st, ah as at, ac as lt, a1 as ct, as as ut, at as ge, o as he, a6 as dt, a4 as ie, a5 as ft, n as Ae, au as ve, a0 as mt, Y as pt, R as gt, X as Ce, W as ht, av as vt, aw as Ct, ax as yt, u as Et, a8 as wt, d as bt, ay as $t, a9 as St, a3 as _t, a2 as xt, r as kt, t as Lt, O as ye, az as Nt, j as Dt, K as V, $ as X, aA as Tt, aB as Pt, g as Rt, h as Mt, ae as Ot } from "../../Lexical.prod-qM_1BY0u.js";
4
+ import * as se from "react";
5
+ import { useMemo as H, useLayoutEffect as U, useEffect as x, useRef as Ft, useState as M, Suspense as It, forwardRef as ze, useCallback as Kt } from "react";
6
+ import { L as z, i as K, e as At, t as me, r as zt, u as Ut } from "../../LexicalUtils.prod-BFSPHHi1.js";
7
+ import { r as Ee } from "../../index-DsprzSCj.js";
8
+ import { _ as we, O as be, L as $e, $ as Se, u as te, f as ne, h as Ue, K as Bt, n as _e, r as jt, j as qt, k as Wt, l as Ht, F as Jt, m as xe, o as Vt, U as Xt, p as Yt, q as Qt } from "../../helpers-D9T1Tgkj.js";
9
+ import { J as Be, D as je, Z as Zt } from "../../ListPlugin-Bhkh3IBK.js";
10
+ import { a as qe, U as ke, m as ae, g as Gt, b as en, F as tn, M as nn, f as rn } from "../../helpers-BB6Byf50.js";
11
11
  import { c as on } from "../../clsx-OuTLNxxd.js";
12
- import { s as D } from "../../RteEditor.module-Dz9a8vaK.js";
12
+ import { s as T } from "../../RteEditor.module-Cku3JY-0.js";
13
13
  import { ToolBarPlugin as sn } from "./Plugins/ToolbarPlugin/ToolbarPlugin.js";
14
14
  import { Icon as an } from "../Icon/Icon.js";
15
- import "../../TablePlugin-deK-rcE1.js";
15
+ import { useTranslation as ln } from "./hooks/useTranslation.js";
16
+ import "../../TablePlugin-CLPV2OjO.js";
16
17
  import "./hooks/components/Flyout.js";
17
18
  import "../Buttons/Button.js";
18
19
  import "../Buttons/LinkButton.js";
@@ -30,54 +31,53 @@ import "../SelectListbox/SelectListbox.js";
30
31
  import "../SelectListbox/SelectProvider.js";
31
32
  import "../Sortable/components/SortableItem.js";
32
33
  import "../../SortableProvider-BUsvniX7.js";
33
- import { useTranslation as ln } from "./hooks/useTranslation.js";
34
34
  import { UvaTheme as cn } from "./UvaTheme/UvaTheme.js";
35
- import { EditorHeader as dn } from "./EditorHeader/EditorHeader.js";
36
- import { useLanguage as un, LanguageProvider as fn } from "./Providers/LanguageProvider.js";
37
- const qe = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, mn = qe ? U : _, X = { tag: "history-merge" };
35
+ import { EditorHeader as un } from "./EditorHeader/EditorHeader.js";
36
+ import { useLanguage as dn, LanguageProvider as fn } from "./Providers/LanguageProvider.js";
37
+ const We = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, mn = We ? U : x, Y = { tag: "history-merge" };
38
38
  function pn({ initialConfig: e, children: t }) {
39
39
  const n = H(() => {
40
- const { theme: r, namespace: i, nodes: o, onError: s, editorState: a, html: l } = e, c = Ye(null, r), d = Oe({ editable: e.editable, html: l, namespace: i, nodes: o, onError: (u) => s(u, d), theme: r });
41
- return function(u, f) {
40
+ const { theme: r, namespace: i, nodes: o, onError: s, editorState: a, html: l } = e, c = Ye(null, r), u = Ie({ editable: e.editable, html: l, namespace: i, nodes: o, onError: (d) => s(d, u), theme: r });
41
+ return function(d, f) {
42
42
  if (f !== null) {
43
- if (f === void 0) u.update(() => {
44
- const m = K();
43
+ if (f === void 0) d.update(() => {
44
+ const m = A();
45
45
  if (m.isEmpty()) {
46
- const h = de();
47
- m.append(h);
48
- const v = qe ? document.activeElement : null;
49
- (C() !== null || v !== null && v === u.getRootElement()) && h.select();
46
+ const g = fe();
47
+ m.append(g);
48
+ const h = We ? document.activeElement : null;
49
+ (v() !== null || h !== null && h === d.getRootElement()) && g.select();
50
50
  }
51
- }, X);
51
+ }, Y);
52
52
  else if (f !== null) switch (typeof f) {
53
53
  case "string": {
54
- const m = u.parseEditorState(f);
55
- u.setEditorState(m, X);
54
+ const m = d.parseEditorState(f);
55
+ d.setEditorState(m, Y);
56
56
  break;
57
57
  }
58
58
  case "object":
59
- u.setEditorState(f, X);
59
+ d.setEditorState(f, Y);
60
60
  break;
61
61
  case "function":
62
- u.update(() => {
63
- K().isEmpty() && f(u);
64
- }, X);
62
+ d.update(() => {
63
+ A().isEmpty() && f(d);
64
+ }, Y);
65
65
  }
66
66
  }
67
- }(d, a), [d, c];
67
+ }(u, a), [u, c];
68
68
  }, []);
69
69
  return mn(() => {
70
70
  const r = e.editable, [i] = n;
71
71
  i.setEditable(r === void 0 || r);
72
- }, []), E(Xe.Provider, { value: n, children: t });
72
+ }, []), y(Xe.Provider, { value: n, children: t });
73
73
  }
74
- const gn = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : _;
74
+ const gn = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : x;
75
75
  function hn(e) {
76
76
  return { initialValueFn: () => e.isEditable(), subscribe: (t) => e.registerEditableListener(t) };
77
77
  }
78
78
  function vn() {
79
79
  return function(e) {
80
- const [t] = P(), n = H(() => e(t), [t, e]), r = Ot(n.initialValueFn()), [i, o] = M(r.current);
80
+ const [t] = R(), n = H(() => e(t), [t, e]), r = Ft(n.initialValueFn()), [i, o] = M(r.current);
81
81
  return gn(() => {
82
82
  const { initialValueFn: s, subscribe: a } = n, l = s();
83
83
  return r.current !== l && (r.current = l, o(l)), a((c) => {
@@ -87,7 +87,7 @@ function vn() {
87
87
  }(hn);
88
88
  }
89
89
  function Cn() {
90
- return K().getTextContent();
90
+ return A().getTextContent();
91
91
  }
92
92
  function yn(e, t = !0) {
93
93
  if (e) return !1;
@@ -96,17 +96,17 @@ function yn(e, t = !0) {
96
96
  }
97
97
  function En(e) {
98
98
  if (!yn(e, !1)) return !1;
99
- const t = K().getChildren(), n = t.length;
99
+ const t = A().getChildren(), n = t.length;
100
100
  if (n > 1) return !1;
101
101
  for (let r = 0; r < n; r++) {
102
102
  const i = t[r];
103
- if (j(i)) return !1;
104
- if (q(i)) {
103
+ if (q(i)) return !1;
104
+ if (W(i)) {
105
105
  if (!Qe(i) || i.__indent !== 0) return !1;
106
106
  const o = i.getChildren(), s = o.length;
107
107
  for (let a = 0; a < s; a++) {
108
108
  const l = o[r];
109
- if (!T(l)) return !1;
109
+ if (!P(l)) return !1;
110
110
  }
111
111
  }
112
112
  }
@@ -142,16 +142,16 @@ function bn(e) {
142
142
  if (a && a.functionId === "makeChanges") {
143
143
  const l = a.args;
144
144
  if (l) {
145
- const [c, d, u, f, m, h] = l;
145
+ const [c, u, d, f, m, g] = l;
146
146
  e.update(() => {
147
- const v = C();
148
- if (y(v)) {
149
- const $ = v.anchor;
150
- let g = $.getNode(), w = 0, b = 0;
151
- if (T(g) && c >= 0 && d >= 0 && (w = c, b = c + d, v.setTextNodeRange(g, w, g, b)), w === b && u === "" || (v.insertRawText(u), g = $.getNode()), T(g)) {
152
- w = f, b = f + m;
153
- const S = g.getTextContentSize();
154
- w = w > S ? S : w, b = b > S ? S : b, v.setTextNodeRange(g, w, g, b);
147
+ const h = v();
148
+ if (C(h)) {
149
+ const $ = h.anchor;
150
+ let E = $.getNode(), b = 0, w = 0;
151
+ if (P(E) && c >= 0 && u >= 0 && (b = c, w = c + u, h.setTextNodeRange(E, b, E, w)), b === w && d === "" || (h.insertRawText(d), E = $.getNode()), P(E)) {
152
+ b = f, w = f + m;
153
+ const _ = E.getTextContentSize();
154
+ b = b > _ ? _ : b, w = w > _ ? _ : w, h.setTextNodeRange(E, b, E, w);
155
155
  }
156
156
  r.stopImmediatePropagation();
157
157
  }
@@ -165,7 +165,7 @@ function bn(e) {
165
165
  window.removeEventListener("message", n, !0);
166
166
  };
167
167
  }
168
- function ke(e, t) {
168
+ function Le(e, t) {
169
169
  if (document.caretRangeFromPoint !== void 0) {
170
170
  const n = document.caretRangeFromPoint(e, t);
171
171
  return n === null ? null : { node: n.startContainer, offset: n.startOffset };
@@ -176,235 +176,235 @@ function ke(e, t) {
176
176
  }
177
177
  return null;
178
178
  }
179
- const B = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, $n = B && "documentMode" in document ? document.documentMode : null, Sn = !(!B || !("InputEvent" in window) || $n) && "getTargetRanges" in new window.InputEvent("input"), _n = B && /Version\/[\d.]+.*Safari/.test(navigator.userAgent), xn = B && /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream, kn = B && /^(?=.*Chrome).*/i.test(navigator.userAgent), Ln = B && /AppleWebKit\/[\d.]+/.test(navigator.userAgent) && !kn, Le = Lt();
180
- function Y(e) {
179
+ const B = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, $n = B && "documentMode" in document ? document.documentMode : null, Sn = !(!B || !("InputEvent" in window) || $n) && "getTargetRanges" in new window.InputEvent("input"), _n = B && /Version\/[\d.]+.*Safari/.test(navigator.userAgent), xn = B && /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream, kn = B && /^(?=.*Chrome).*/i.test(navigator.userAgent), Ln = B && /AppleWebKit\/[\d.]+/.test(navigator.userAgent) && !kn, Ne = Lt();
180
+ function Q(e) {
181
181
  let t = null;
182
- if (F(e, DragEvent) ? t = e.dataTransfer : F(e, ClipboardEvent) && (t = e.clipboardData), t === null) return [!1, [], !1];
182
+ if (K(e, DragEvent) ? t = e.dataTransfer : K(e, ClipboardEvent) && (t = e.clipboardData), t === null) return [!1, [], !1];
183
183
  const n = t.types, r = n.includes("Files"), i = n.includes("text/html") || n.includes("text/plain");
184
184
  return [r, Array.from(t.files), i];
185
185
  }
186
- function Ne(e) {
187
- const t = C();
188
- if (!y(t)) return !1;
186
+ function De(e) {
187
+ const t = v();
188
+ if (!C(t)) return !1;
189
189
  const n = /* @__PURE__ */ new Set(), r = t.getNodes();
190
190
  for (let i = 0; i < r.length; i++) {
191
191
  const o = r[i], s = o.getKey();
192
192
  if (n.has(s)) continue;
193
- const a = ue(o, (c) => q(c) && !c.isInline());
193
+ const a = me(o, (c) => W(c) && !c.isInline());
194
194
  if (a === null) continue;
195
195
  const l = a.getKey();
196
196
  a.canIndent() && !n.has(l) && (n.add(l), e(a));
197
197
  }
198
198
  return n.size > 0;
199
199
  }
200
- function Q(e) {
201
- const t = ne(e);
202
- return j(t);
200
+ function Z(e) {
201
+ const t = re(e);
202
+ return q(t);
203
203
  }
204
204
  function Nn(e) {
205
- return A(e.registerCommand(kt, (t) => {
206
- const n = C();
207
- return !!O(n) && (n.clear(), !0);
208
- }, 0), e.registerCommand(re, (t) => {
209
- const n = C();
210
- return !!y(n) && (n.deleteCharacter(t), !0);
205
+ return z(e.registerCommand(kt, (t) => {
206
+ const n = v();
207
+ return !!I(n) && (n.clear(), !0);
208
+ }, 0), e.registerCommand(ie, (t) => {
209
+ const n = v();
210
+ return !!C(n) && (n.deleteCharacter(t), !0);
211
211
  }, p), e.registerCommand(xt, (t) => {
212
- const n = C();
213
- return !!y(n) && (n.deleteWord(t), !0);
212
+ const n = v();
213
+ return !!C(n) && (n.deleteWord(t), !0);
214
214
  }, p), e.registerCommand(_t, (t) => {
215
- const n = C();
216
- return !!y(n) && (n.deleteLine(t), !0);
215
+ const n = v();
216
+ return !!C(n) && (n.deleteLine(t), !0);
217
217
  }, p), e.registerCommand(St, (t) => {
218
- const n = C();
218
+ const n = v();
219
219
  if (typeof t == "string") n !== null && n.insertText(t);
220
220
  else {
221
221
  if (n === null) return !1;
222
222
  const r = t.dataTransfer;
223
- if (r != null) Ee(r, n, e);
224
- else if (y(n)) {
223
+ if (r != null) we(r, n, e);
224
+ else if (C(n)) {
225
225
  const i = t.data;
226
226
  return i && n.insertText(i), !0;
227
227
  }
228
228
  }
229
229
  return !0;
230
230
  }, p), e.registerCommand($t, () => {
231
- const t = C();
232
- return !!y(t) && (t.removeText(), !0);
231
+ const t = v();
232
+ return !!C(t) && (t.removeText(), !0);
233
233
  }, p), e.registerCommand(bt, (t) => {
234
- const n = C();
235
- return !!y(n) && (n.formatText(t), !0);
234
+ const n = v();
235
+ return !!C(n) && (n.formatText(t), !0);
236
236
  }, p), e.registerCommand(wt, (t) => {
237
- const n = C();
238
- if (!y(n) && !O(n)) return !1;
237
+ const n = v();
238
+ if (!C(n) && !I(n)) return !1;
239
239
  const r = n.getNodes();
240
240
  for (const i of r) {
241
- const o = ue(i, (s) => q(s) && !s.isInline());
241
+ const o = me(i, (s) => W(s) && !s.isInline());
242
242
  o !== null && o.setFormat(t);
243
243
  }
244
244
  return !0;
245
- }, p), e.registerCommand(pe, (t) => {
246
- const n = C();
247
- return !!y(n) && (n.insertLineBreak(t), !0);
248
- }, p), e.registerCommand(ge, () => {
249
- const t = C();
250
- return !!y(t) && (t.insertParagraph(), !0);
251
- }, p), e.registerCommand(Ct, () => (yt([Et()]), !0), p), e.registerCommand(vt, () => Ne((t) => {
245
+ }, p), e.registerCommand(ge, (t) => {
246
+ const n = v();
247
+ return !!C(n) && (n.insertLineBreak(t), !0);
248
+ }, p), e.registerCommand(he, () => {
249
+ const t = v();
250
+ return !!C(t) && (t.insertParagraph(), !0);
251
+ }, p), e.registerCommand(Ct, () => (yt([Et()]), !0), p), e.registerCommand(vt, () => De((t) => {
252
252
  const n = t.getIndent();
253
253
  t.setIndent(n + 1);
254
- }), p), e.registerCommand(he, () => Ne((t) => {
254
+ }), p), e.registerCommand(ve, () => De((t) => {
255
255
  const n = t.getIndent();
256
256
  n > 0 && t.setIndent(n - 1);
257
257
  }), p), e.registerCommand(ht, (t) => {
258
- const n = C();
259
- if (O(n) && !Q(t.target)) {
258
+ const n = v();
259
+ if (I(n) && !Z(t.target)) {
260
260
  const r = n.getNodes();
261
261
  if (r.length > 0) return r[0].selectPrevious(), !0;
262
- } else if (y(n)) {
263
- const r = ve(n.focus, !0);
264
- if (!t.shiftKey && j(r) && !r.isIsolated() && !r.isInline()) return r.selectPrevious(), t.preventDefault(), !0;
262
+ } else if (C(n)) {
263
+ const r = Ce(n.focus, !0);
264
+ if (!t.shiftKey && q(r) && !r.isIsolated() && !r.isInline()) return r.selectPrevious(), t.preventDefault(), !0;
265
265
  }
266
266
  return !1;
267
267
  }, p), e.registerCommand(gt, (t) => {
268
- const n = C();
269
- if (O(n)) {
268
+ const n = v();
269
+ if (I(n)) {
270
270
  const r = n.getNodes();
271
271
  if (r.length > 0) return r[0].selectNext(0, 0), !0;
272
- } else if (y(n)) {
272
+ } else if (C(n)) {
273
273
  if (function(i) {
274
274
  const o = i.focus;
275
- return o.key === "root" && o.offset === K().getChildrenSize();
275
+ return o.key === "root" && o.offset === A().getChildrenSize();
276
276
  }(n)) return t.preventDefault(), !0;
277
- const r = ve(n.focus, !1);
278
- if (!t.shiftKey && j(r) && !r.isIsolated() && !r.isInline()) return r.selectNext(), t.preventDefault(), !0;
277
+ const r = Ce(n.focus, !1);
278
+ if (!t.shiftKey && q(r) && !r.isIsolated() && !r.isInline()) return r.selectNext(), t.preventDefault(), !0;
279
279
  }
280
280
  return !1;
281
281
  }, p), e.registerCommand(pt, (t) => {
282
- const n = C();
283
- if (O(n)) {
282
+ const n = v();
283
+ if (I(n)) {
284
284
  const r = n.getNodes();
285
285
  if (r.length > 0) return t.preventDefault(), r[0].selectPrevious(), !0;
286
286
  }
287
- if (!y(n)) return !1;
288
- if (be(n, !0)) {
287
+ if (!C(n)) return !1;
288
+ if ($e(n, !0)) {
289
289
  const r = t.shiftKey;
290
- return t.preventDefault(), $e(n, r, !0), !0;
290
+ return t.preventDefault(), Se(n, r, !0), !0;
291
291
  }
292
292
  return !1;
293
293
  }, p), e.registerCommand(mt, (t) => {
294
- const n = C();
295
- if (O(n) && !Q(t.target)) {
294
+ const n = v();
295
+ if (I(n) && !Z(t.target)) {
296
296
  const i = n.getNodes();
297
297
  if (i.length > 0) return t.preventDefault(), i[0].selectNext(0, 0), !0;
298
298
  }
299
- if (!y(n)) return !1;
299
+ if (!C(n)) return !1;
300
300
  const r = t.shiftKey;
301
- return !!be(n, !1) && (t.preventDefault(), $e(n, r, !1), !0);
301
+ return !!$e(n, !1) && (t.preventDefault(), Se(n, r, !1), !0);
302
302
  }, p), e.registerCommand(ft, (t) => {
303
- if (Q(t.target)) return !1;
304
- const n = C();
305
- if (!y(n)) return !1;
303
+ if (Z(t.target)) return !1;
304
+ const n = v();
305
+ if (!C(n)) return !1;
306
306
  t.preventDefault();
307
307
  const { anchor: r } = n, i = r.getNode();
308
- return n.isCollapsed() && r.offset === 0 && !Ke(i) && At(i).getIndent() > 0 ? e.dispatchCommand(he, void 0) : e.dispatchCommand(re, !0);
309
- }, p), e.registerCommand(ut, (t) => {
310
- if (Q(t.target)) return !1;
311
- const n = C();
312
- return !!y(n) && (t.preventDefault(), e.dispatchCommand(re, !1));
308
+ return n.isCollapsed() && r.offset === 0 && !Ae(i) && At(i).getIndent() > 0 ? e.dispatchCommand(ve, void 0) : e.dispatchCommand(ie, !0);
313
309
  }, p), e.registerCommand(dt, (t) => {
314
- const n = C();
315
- if (!y(n)) return !1;
310
+ if (Z(t.target)) return !1;
311
+ const n = v();
312
+ return !!C(n) && (t.preventDefault(), e.dispatchCommand(ie, !1));
313
+ }, p), e.registerCommand(ut, (t) => {
314
+ const n = v();
315
+ if (!C(n)) return !1;
316
316
  if (t !== null) {
317
317
  if ((xn || _n || Ln) && Sn) return !1;
318
- if (t.preventDefault(), t.shiftKey) return e.dispatchCommand(pe, !1);
318
+ if (t.preventDefault(), t.shiftKey) return e.dispatchCommand(ge, !1);
319
319
  }
320
- return e.dispatchCommand(ge, void 0);
320
+ return e.dispatchCommand(he, void 0);
321
321
  }, p), e.registerCommand(ct, () => {
322
- const t = C();
323
- return !!y(t) && (e.blur(), !0);
322
+ const t = v();
323
+ return !!C(t) && (e.blur(), !0);
324
324
  }, p), e.registerCommand(it, (t) => {
325
- const [, n] = Y(t);
325
+ const [, n] = Q(t);
326
326
  if (n.length > 0) {
327
- const i = ke(t.clientX, t.clientY);
327
+ const i = Le(t.clientX, t.clientY);
328
328
  if (i !== null) {
329
- const { offset: o, node: s } = i, a = ne(s);
329
+ const { offset: o, node: s } = i, a = re(s);
330
330
  if (a !== null) {
331
331
  const l = st();
332
- if (T(a)) l.anchor.set(a.getKey(), o, "text"), l.focus.set(a.getKey(), o, "text");
332
+ if (P(a)) l.anchor.set(a.getKey(), o, "text"), l.focus.set(a.getKey(), o, "text");
333
333
  else {
334
- const d = a.getParentOrThrow().getKey(), u = a.getIndexWithinParent() + 1;
335
- l.anchor.set(d, u, "element"), l.focus.set(d, u, "element");
334
+ const u = a.getParentOrThrow().getKey(), d = a.getIndexWithinParent() + 1;
335
+ l.anchor.set(u, d, "element"), l.focus.set(u, d, "element");
336
336
  }
337
337
  const c = at(l);
338
338
  lt(c);
339
339
  }
340
- e.dispatchCommand(Le, n);
340
+ e.dispatchCommand(Ne, n);
341
341
  }
342
342
  return t.preventDefault(), !0;
343
343
  }
344
- const r = C();
345
- return !!y(r);
344
+ const r = v();
345
+ return !!C(r);
346
346
  }, p), e.registerCommand(ot, (t) => {
347
- const [n] = Y(t), r = C();
348
- return !(n && !y(r));
347
+ const [n] = Q(t), r = v();
348
+ return !(n && !C(r));
349
349
  }, p), e.registerCommand(rt, (t) => {
350
- const [n] = Y(t), r = C();
351
- if (n && !y(r)) return !1;
352
- const i = ke(t.clientX, t.clientY);
350
+ const [n] = Q(t), r = v();
351
+ if (n && !C(r)) return !1;
352
+ const i = Le(t.clientX, t.clientY);
353
353
  if (i !== null) {
354
- const o = ne(i.node);
355
- j(o) && t.preventDefault();
354
+ const o = re(i.node);
355
+ q(o) && t.preventDefault();
356
356
  }
357
357
  return !0;
358
- }, p), e.registerCommand(tt, () => (nt(), !0), p), e.registerCommand(et, (t) => (we(e, F(t, ClipboardEvent) ? t : null), !0), p), e.registerCommand(Ge, (t) => (async function(n, r) {
359
- await we(r, F(n, ClipboardEvent) ? n : null), r.update(() => {
360
- const i = C();
361
- y(i) ? i.removeText() : O(i) && i.getNodes().forEach((o) => o.remove());
358
+ }, p), e.registerCommand(tt, () => (nt(), !0), p), e.registerCommand(et, (t) => (be(e, K(t, ClipboardEvent) ? t : null), !0), p), e.registerCommand(Ge, (t) => (async function(n, r) {
359
+ await be(r, K(n, ClipboardEvent) ? n : null), r.update(() => {
360
+ const i = v();
361
+ C(i) ? i.removeText() : I(i) && i.getNodes().forEach((o) => o.remove());
362
362
  });
363
- }(t, e), !0), p), e.registerCommand(Fe, (t) => {
364
- const [, n, r] = Y(t);
365
- return n.length > 0 && !r ? (e.dispatchCommand(Le, n), !0) : Ze(t.target) ? !1 : C() !== null && (function(i, o) {
363
+ }(t, e), !0), p), e.registerCommand(Ke, (t) => {
364
+ const [, n, r] = Q(t);
365
+ return n.length > 0 && !r ? (e.dispatchCommand(Ne, n), !0) : Ze(t.target) ? !1 : v() !== null && (function(i, o) {
366
366
  i.preventDefault(), o.update(() => {
367
- const s = C(), a = F(i, InputEvent) || F(i, KeyboardEvent) ? null : i.clipboardData;
368
- a != null && s !== null && Ee(a, s, o);
367
+ const s = v(), a = K(i, InputEvent) || K(i, KeyboardEvent) ? null : i.clipboardData;
368
+ a != null && s !== null && we(a, s, o);
369
369
  }, { tag: "paste" });
370
370
  }(t, e), !0);
371
371
  }, p));
372
372
  }
373
- const se = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : _;
374
- function De(e) {
373
+ const le = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : x;
374
+ function Te(e) {
375
375
  return e.getEditorState().read(He(e.isComposing()));
376
376
  }
377
377
  function Dn({ contentEditable: e, placeholder: t = null, ErrorBoundary: n }) {
378
- const [r] = P(), i = function(o, s) {
378
+ const [r] = R(), i = function(o, s) {
379
379
  const [a, l] = M(() => o.getDecorators());
380
- return se(() => o.registerDecoratorListener((c) => {
381
- ye.flushSync(() => {
380
+ return le(() => o.registerDecoratorListener((c) => {
381
+ Ee.flushSync(() => {
382
382
  l(c);
383
383
  });
384
- }), [o]), _(() => {
384
+ }), [o]), x(() => {
385
385
  l(o.getDecorators());
386
386
  }, [o]), H(() => {
387
- const c = [], d = Object.keys(a);
388
- for (let u = 0; u < d.length; u++) {
389
- const f = d[u], m = E(s, { onError: (v) => o._onError(v), children: E(Ft, { fallback: null, children: a[f] }) }), h = o.getElementByKey(f);
390
- h !== null && c.push(ye.createPortal(m, h, f));
387
+ const c = [], u = Object.keys(a);
388
+ for (let d = 0; d < u.length; d++) {
389
+ const f = u[d], m = y(s, { onError: (h) => o._onError(h), children: y(It, { fallback: null, children: a[f] }) }), g = o.getElementByKey(f);
390
+ g !== null && c.push(Ee.createPortal(m, g, f));
391
391
  }
392
392
  return c;
393
393
  }, [s, a, o]);
394
394
  }(r, n);
395
395
  return function(o) {
396
- se(() => A(Nn(o), bn(o)), [o]);
397
- }(r), I(Me, { children: [e, E(Tn, { content: t }), i] });
396
+ le(() => z(Nn(o), bn(o)), [o]);
397
+ }(r), F(Fe, { children: [e, y(Tn, { content: t }), i] });
398
398
  }
399
399
  function Tn({ content: e }) {
400
- const [t] = P(), n = function(i) {
401
- const [o, s] = M(() => De(i));
402
- return se(() => {
400
+ const [t] = R(), n = function(i) {
401
+ const [o, s] = M(() => Te(i));
402
+ return le(() => {
403
403
  function a() {
404
- const l = De(i);
404
+ const l = Te(i);
405
405
  s(l);
406
406
  }
407
- return a(), A(i.registerUpdateListener(() => {
407
+ return a(), z(i.registerUpdateListener(() => {
408
408
  a();
409
409
  }), i.registerEditableListener(() => {
410
410
  a();
@@ -413,39 +413,39 @@ function Tn({ content: e }) {
413
413
  }(t), r = vn();
414
414
  return n ? typeof e == "function" ? e(r) : e : null;
415
415
  }
416
- const We = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : _;
417
- function Pn({ editor: e, ariaActiveDescendant: t, ariaAutoComplete: n, ariaControls: r, ariaDescribedBy: i, ariaErrorMessage: o, ariaExpanded: s, ariaInvalid: a, ariaLabel: l, ariaLabelledBy: c, ariaMultiline: d, ariaOwns: u, ariaRequired: f, autoCapitalize: m, className: h, id: v, role: $ = "textbox", spellCheck: g = !0, style: w, tabIndex: b, "data-testid": S, ...L }, x) {
418
- const [k, z] = M(e.isEditable()), fe = Kt((R) => {
419
- R && R.ownerDocument && R.ownerDocument.defaultView ? e.setRootElement(R) : e.setRootElement(null);
420
- }, [e]), Ve = H(() => /* @__PURE__ */ function(...R) {
421
- return (me) => {
422
- R.forEach((W) => {
423
- typeof W == "function" ? W(me) : W != null && (W.current = me);
416
+ const Je = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : x;
417
+ function Pn({ editor: e, ariaActiveDescendant: t, ariaAutoComplete: n, ariaControls: r, ariaDescribedBy: i, ariaErrorMessage: o, ariaExpanded: s, ariaInvalid: a, ariaLabel: l, ariaLabelledBy: c, ariaMultiline: u, ariaOwns: d, ariaRequired: f, autoCapitalize: m, className: g, id: h, role: $ = "textbox", spellCheck: E = !0, style: b, tabIndex: w, "data-testid": _, ...L }, k) {
418
+ const [S, N] = M(e.isEditable()), j = Kt((O) => {
419
+ O && O.ownerDocument && O.ownerDocument.defaultView ? e.setRootElement(O) : e.setRootElement(null);
420
+ }, [e]), oe = H(() => /* @__PURE__ */ function(...O) {
421
+ return (pe) => {
422
+ O.forEach((J) => {
423
+ typeof J == "function" ? J(pe) : J != null && (J.current = pe);
424
424
  });
425
425
  };
426
- }(x, fe), [fe, x]);
427
- return We(() => (z(e.isEditable()), e.registerEditableListener((R) => {
428
- z(R);
429
- })), [e]), E("div", { ...L, "aria-activedescendant": k ? t : void 0, "aria-autocomplete": k ? n : "none", "aria-controls": k ? r : void 0, "aria-describedby": i, ...o != null ? { "aria-errormessage": o } : {}, "aria-expanded": k && $ === "combobox" ? !!s : void 0, ...a != null ? { "aria-invalid": a } : {}, "aria-label": l, "aria-labelledby": c, "aria-multiline": d, "aria-owns": k ? u : void 0, "aria-readonly": !k || void 0, "aria-required": f, autoCapitalize: m, className: h, contentEditable: k, "data-testid": S, id: v, ref: Ve, role: k ? $ : void 0, spellCheck: g, style: w, tabIndex: b });
426
+ }(k, j), [j, k]);
427
+ return Je(() => (N(e.isEditable()), e.registerEditableListener((O) => {
428
+ N(O);
429
+ })), [e]), y("div", { ...L, "aria-activedescendant": S ? t : void 0, "aria-autocomplete": S ? n : "none", "aria-controls": S ? r : void 0, "aria-describedby": i, ...o != null ? { "aria-errormessage": o } : {}, "aria-expanded": S && $ === "combobox" ? !!s : void 0, ...a != null ? { "aria-invalid": a } : {}, "aria-label": l, "aria-labelledby": c, "aria-multiline": u, "aria-owns": S ? d : void 0, "aria-readonly": !S || void 0, "aria-required": f, autoCapitalize: m, className: g, contentEditable: S, "data-testid": _, id: h, ref: oe, role: S ? $ : void 0, spellCheck: E, style: b, tabIndex: w });
430
430
  }
431
- const Rn = Ae(Pn);
432
- function Te(e) {
431
+ const Rn = ze(Pn);
432
+ function Pe(e) {
433
433
  return e.getEditorState().read(He(e.isComposing()));
434
434
  }
435
- const In = Ae(Mn);
436
- function Mn(e, t) {
437
- const { placeholder: n, ...r } = e, [i] = P();
438
- return I(Me, { children: [E(Rn, { editor: i, ...r, ref: t }), n != null && E(On, { editor: i, content: n })] });
435
+ const Mn = ze(On);
436
+ function On(e, t) {
437
+ const { placeholder: n, ...r } = e, [i] = R();
438
+ return F(Fe, { children: [y(Rn, { editor: i, ...r, ref: t }), n != null && y(Fn, { editor: i, content: n })] });
439
439
  }
440
- function On({ content: e, editor: t }) {
440
+ function Fn({ content: e, editor: t }) {
441
441
  const n = function(s) {
442
- const [a, l] = M(() => Te(s));
443
- return We(() => {
442
+ const [a, l] = M(() => Pe(s));
443
+ return Je(() => {
444
444
  function c() {
445
- const d = Te(s);
446
- l(d);
445
+ const u = Pe(s);
446
+ l(u);
447
447
  }
448
- return c(), A(s.registerUpdateListener(() => {
448
+ return c(), z(s.registerUpdateListener(() => {
449
449
  c();
450
450
  }), s.registerEditableListener(() => {
451
451
  c();
@@ -456,54 +456,54 @@ function On({ content: e, editor: t }) {
456
456
  i(s);
457
457
  })), [t]), !n) return null;
458
458
  let o = null;
459
- return typeof e == "function" ? o = e(r) : e !== null && (o = e), o === null ? null : E("div", { "aria-hidden": !0, children: o });
459
+ return typeof e == "function" ? o = e(r) : e !== null && (o = e), o === null ? null : y("div", { "aria-hidden": !0, children: o });
460
460
  }
461
- function ae(e, t) {
462
- return ae = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(n, r) {
461
+ function ce(e, t) {
462
+ return ce = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(n, r) {
463
463
  return n.__proto__ = r, n;
464
- }, ae(e, t);
464
+ }, ce(e, t);
465
465
  }
466
- var Pe = { error: null }, Fn = function(e) {
466
+ var Re = { error: null }, In = function(e) {
467
467
  var t, n;
468
468
  function r() {
469
469
  for (var o, s = arguments.length, a = new Array(s), l = 0; l < s; l++) a[l] = arguments[l];
470
- return (o = e.call.apply(e, [this].concat(a)) || this).state = Pe, o.resetErrorBoundary = function() {
471
- for (var c, d = arguments.length, u = new Array(d), f = 0; f < d; f++) u[f] = arguments[f];
472
- o.props.onReset == null || (c = o.props).onReset.apply(c, u), o.reset();
470
+ return (o = e.call.apply(e, [this].concat(a)) || this).state = Re, o.resetErrorBoundary = function() {
471
+ for (var c, u = arguments.length, d = new Array(u), f = 0; f < u; f++) d[f] = arguments[f];
472
+ o.props.onReset == null || (c = o.props).onReset.apply(c, d), o.reset();
473
473
  }, o;
474
474
  }
475
- n = e, (t = r).prototype = Object.create(n.prototype), t.prototype.constructor = t, ae(t, n), r.getDerivedStateFromError = function(o) {
475
+ n = e, (t = r).prototype = Object.create(n.prototype), t.prototype.constructor = t, ce(t, n), r.getDerivedStateFromError = function(o) {
476
476
  return { error: o };
477
477
  };
478
478
  var i = r.prototype;
479
479
  return i.reset = function() {
480
- this.setState(Pe);
480
+ this.setState(Re);
481
481
  }, i.componentDidCatch = function(o, s) {
482
482
  var a, l;
483
483
  (a = (l = this.props).onError) == null || a.call(l, o, s);
484
484
  }, i.componentDidUpdate = function(o, s) {
485
- var a, l, c, d, u = this.state.error, f = this.props.resetKeys;
486
- u !== null && s.error !== null && ((c = o.resetKeys) === void 0 && (c = []), (d = f) === void 0 && (d = []), c.length !== d.length || c.some(function(m, h) {
487
- return !Object.is(m, d[h]);
485
+ var a, l, c, u, d = this.state.error, f = this.props.resetKeys;
486
+ d !== null && s.error !== null && ((c = o.resetKeys) === void 0 && (c = []), (u = f) === void 0 && (u = []), c.length !== u.length || c.some(function(m, g) {
487
+ return !Object.is(m, u[g]);
488
488
  })) && ((a = (l = this.props).onResetKeysChange) == null || a.call(l, o.resetKeys, f), this.reset());
489
489
  }, i.render = function() {
490
490
  var o = this.state.error, s = this.props, a = s.fallbackRender, l = s.FallbackComponent, c = s.fallback;
491
491
  if (o !== null) {
492
- var d = { error: o, resetErrorBoundary: this.resetErrorBoundary };
493
- if (oe.isValidElement(c)) return c;
494
- if (typeof a == "function") return a(d);
495
- if (l) return oe.createElement(l, d);
492
+ var u = { error: o, resetErrorBoundary: this.resetErrorBoundary };
493
+ if (se.isValidElement(c)) return c;
494
+ if (typeof a == "function") return a(u);
495
+ if (l) return se.createElement(l, u);
496
496
  throw new Error("react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop");
497
497
  }
498
498
  return this.props.children;
499
499
  }, r;
500
- }(oe.Component);
500
+ }(se.Component);
501
501
  function Kn({ children: e, onError: t }) {
502
- return E(Fn, { fallback: E("div", { style: { border: "1px solid #f00", color: "#f00", padding: "8px" }, children: "An error was thrown." }), onError: t, children: e });
502
+ return y(In, { fallback: y("div", { style: { border: "1px solid #f00", color: "#f00", padding: "8px" }, children: "An error was thrown." }), onError: t, children: e });
503
503
  }
504
- const An = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : _;
504
+ const An = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? U : x;
505
505
  function zn({ ignoreHistoryMergeTagChange: e = !0, ignoreSelectionChange: t = !1, onChange: n }) {
506
- const [r] = P();
506
+ const [r] = R();
507
507
  return An(() => {
508
508
  if (n) return r.registerUpdateListener(({ editorState: i, dirtyElements: o, dirtyLeaves: s, prevEditorState: a, tags: l }) => {
509
509
  t && o.size === 0 && s.size === 0 || e && l.has("history-merge") || a.isEmpty() || n(i, r, l);
@@ -511,38 +511,38 @@ function zn({ ignoreHistoryMergeTagChange: e = !0, ignoreSelectionChange: t = !1
511
511
  }, [r, e, t, n]), null;
512
512
  }
513
513
  function Un() {
514
- const [e] = P();
515
- return _(() => {
516
- if (!e.hasNodes([Ue, Be])) throw new Error("ListPlugin: ListNode and/or ListItemNode not registered on editor");
514
+ const [e] = R();
515
+ return x(() => {
516
+ if (!e.hasNodes([Be, je])) throw new Error("ListPlugin: ListNode and/or ListItemNode not registered on editor");
517
517
  }, [e]), function(t) {
518
- _(() => Zt(t), [t]);
518
+ x(() => Zt(t), [t]);
519
519
  }(e), null;
520
520
  }
521
521
  function Bn({ validateUrl: e, attributes: t }) {
522
- const [n] = P();
523
- return _(() => {
524
- if (!n.hasNodes([je])) throw new Error("LinkPlugin: LinkNode not registered on editor");
525
- return A(n.registerCommand(xe, (r) => {
526
- if (r === null) return ie(r), !0;
527
- if (typeof r == "string") return !(e !== void 0 && !e(r)) && (ie(r, t), !0);
522
+ const [n] = R();
523
+ return x(() => {
524
+ if (!n.hasNodes([qe])) throw new Error("LinkPlugin: LinkNode not registered on editor");
525
+ return z(n.registerCommand(ke, (r) => {
526
+ if (r === null) return ae(r), !0;
527
+ if (typeof r == "string") return !(e !== void 0 && !e(r)) && (ae(r, t), !0);
528
528
  {
529
529
  const { url: i, target: o, rel: s, title: a } = r;
530
- return ie(i, { ...t, rel: s, target: o, title: a }), !0;
530
+ return ae(i, { ...t, rel: s, target: o, title: a }), !0;
531
531
  }
532
- }, Ce), e !== void 0 ? n.registerCommand(Fe, (r) => {
533
- const i = C();
534
- if (!y(i) || i.isCollapsed() || !F(r, ClipboardEvent)) return !1;
532
+ }, ye), e !== void 0 ? n.registerCommand(Ke, (r) => {
533
+ const i = v();
534
+ if (!C(i) || i.isCollapsed() || !K(r, ClipboardEvent)) return !1;
535
535
  const o = r;
536
536
  if (o.clipboardData === null) return !1;
537
537
  const s = o.clipboardData.getData("text");
538
- return !!e(s) && !i.getNodes().some((a) => q(a)) && (n.dispatchCommand(xe, { ...t, url: s }), r.preventDefault(), !0);
539
- }, Ce) : () => {
538
+ return !!e(s) && !i.getNodes().some((a) => W(a)) && (n.dispatchCommand(ke, { ...t, url: s }), r.preventDefault(), !0);
539
+ }, ye) : () => {
540
540
  });
541
541
  }, [n, e, t]), null;
542
542
  }
543
543
  function jn({ newTab: e = !0, disabled: t = !1 }) {
544
- const [n] = P();
545
- return _(() => {
544
+ const [n] = R();
545
+ return x(() => {
546
546
  const r = (o) => {
547
547
  const s = o.target;
548
548
  if (!(s instanceof Node)) return;
@@ -550,27 +550,27 @@ function jn({ newTab: e = !0, disabled: t = !1 }) {
550
550
  if (a === null) return;
551
551
  let l = null, c = null;
552
552
  if (a.update(() => {
553
- const f = ne(s);
553
+ const f = re(s);
554
554
  if (f !== null) {
555
- const m = ue(f, q);
555
+ const m = me(f, W);
556
556
  if (!t) if (Gt(m)) l = m.sanitizeUrl(m.getURL()), c = m.getTarget();
557
557
  else {
558
- const h = function(v, $) {
559
- let g = v;
560
- for (; g != null; ) {
561
- if ($(g)) return g;
562
- g = g.parentNode;
558
+ const g = function(h, $) {
559
+ let E = h;
560
+ for (; E != null; ) {
561
+ if ($(E)) return E;
562
+ E = E.parentNode;
563
563
  }
564
564
  return null;
565
565
  }(s, Dt);
566
- h !== null && (l = h.href, c = h.target);
566
+ g !== null && (l = g.href, c = g.target);
567
567
  }
568
568
  }
569
569
  }), l === null || l === "") return;
570
- const d = n.getEditorState().read(C);
571
- if (y(d) && !d.isCollapsed()) return void o.preventDefault();
572
- const u = o.type === "auxclick" && o.button === 1;
573
- window.open(l, e || u || o.metaKey || o.ctrlKey || c === "_blank" ? "_blank" : "_self"), o.preventDefault();
570
+ const u = n.getEditorState().read(v);
571
+ if (C(u) && !u.isCollapsed()) return void o.preventDefault();
572
+ const d = o.type === "auxclick" && o.button === 1;
573
+ window.open(l, e || d || o.metaKey || o.ctrlKey || c === "_blank" ? "_blank" : "_self"), o.preventDefault();
574
574
  }, i = (o) => {
575
575
  o.button === 1 && r(o);
576
576
  };
@@ -579,82 +579,82 @@ function jn({ newTab: e = !0, disabled: t = !1 }) {
579
579
  });
580
580
  }, [n, e, t]), null;
581
581
  }
582
- const Z = 0, le = 1, ce = 2, N = 0, qn = 1, Re = 2, Hn = 3, Wn = 4;
582
+ const G = 0, ue = 1, de = 2, D = 0, qn = 1, Me = 2, Wn = 3, Hn = 4;
583
583
  function Jn(e, t, n, r, i) {
584
- if (e === null || n.size === 0 && r.size === 0 && !i) return N;
584
+ if (e === null || n.size === 0 && r.size === 0 && !i) return D;
585
585
  const o = t._selection, s = e._selection;
586
586
  if (i) return qn;
587
- if (!(y(o) && y(s) && s.isCollapsed() && o.isCollapsed())) return N;
588
- const a = function(g, w, b) {
589
- const S = g._nodeMap, L = [];
590
- for (const x of w) {
591
- const k = S.get(x);
592
- k !== void 0 && L.push(k);
587
+ if (!(C(o) && C(s) && s.isCollapsed() && o.isCollapsed())) return D;
588
+ const a = function(E, b, w) {
589
+ const _ = E._nodeMap, L = [];
590
+ for (const k of b) {
591
+ const S = _.get(k);
592
+ S !== void 0 && L.push(S);
593
593
  }
594
- for (const [x, k] of b) {
595
- if (!k) continue;
596
- const z = S.get(x);
597
- z === void 0 || Ke(z) || L.push(z);
594
+ for (const [k, S] of w) {
595
+ if (!S) continue;
596
+ const N = _.get(k);
597
+ N === void 0 || Ae(N) || L.push(N);
598
598
  }
599
599
  return L;
600
600
  }(t, n, r);
601
- if (a.length === 0) return N;
601
+ if (a.length === 0) return D;
602
602
  if (a.length > 1) {
603
- const g = t._nodeMap, w = g.get(o.anchor.key), b = g.get(s.anchor.key);
604
- return w && b && !e._nodeMap.has(w.__key) && T(w) && w.__text.length === 1 && o.anchor.offset === 1 ? Re : N;
603
+ const E = t._nodeMap, b = E.get(o.anchor.key), w = E.get(s.anchor.key);
604
+ return b && w && !e._nodeMap.has(b.__key) && P(b) && b.__text.length === 1 && o.anchor.offset === 1 ? Me : D;
605
605
  }
606
606
  const l = a[0], c = e._nodeMap.get(l.__key);
607
- if (!T(c) || !T(l) || c.__mode !== l.__mode) return N;
608
- const d = c.__text, u = l.__text;
609
- if (d === u) return N;
607
+ if (!P(c) || !P(l) || c.__mode !== l.__mode) return D;
608
+ const u = c.__text, d = l.__text;
609
+ if (u === d) return D;
610
610
  const f = o.anchor, m = s.anchor;
611
- if (f.key !== m.key || f.type !== "text") return N;
612
- const h = f.offset, v = m.offset, $ = u.length - d.length;
613
- return $ === 1 && v === h - 1 ? Re : $ === -1 && v === h + 1 ? Hn : $ === -1 && v === h ? Wn : N;
611
+ if (f.key !== m.key || f.type !== "text") return D;
612
+ const g = f.offset, h = m.offset, $ = d.length - u.length;
613
+ return $ === 1 && h === g - 1 ? Me : $ === -1 && h === g + 1 ? Wn : $ === -1 && h === g ? Hn : D;
614
614
  }
615
615
  function Vn(e, t) {
616
- let n = Date.now(), r = N;
616
+ let n = Date.now(), r = D;
617
617
  return (i, o, s, a, l, c) => {
618
- const d = Date.now();
619
- if (c.has("historic")) return r = N, n = d, ce;
620
- const u = Jn(i, o, a, l, e.isComposing()), f = (() => {
621
- const m = s === null || s.editor === e, h = c.has("history-push");
622
- if (!h && m && c.has("history-merge")) return Z;
623
- if (i === null) return le;
624
- const v = o._selection;
625
- return a.size > 0 || l.size > 0 ? h === !1 && u !== N && u === r && d < n + t && m || a.size === 1 && function($, g, w) {
626
- const b = g._nodeMap.get($), S = w._nodeMap.get($), L = g._selection, x = w._selection;
627
- return !(y(L) && y(x) && L.anchor.type === "element" && L.focus.type === "element" && x.anchor.type === "text" && x.focus.type === "text" || !T(b) || !T(S) || b.__parent !== S.__parent) && JSON.stringify(g.read(() => b.exportJSON())) === JSON.stringify(w.read(() => S.exportJSON()));
628
- }(Array.from(a)[0], i, o) ? Z : le : v !== null ? Z : ce;
618
+ const u = Date.now();
619
+ if (c.has("historic")) return r = D, n = u, de;
620
+ const d = Jn(i, o, a, l, e.isComposing()), f = (() => {
621
+ const m = s === null || s.editor === e, g = c.has("history-push");
622
+ if (!g && m && c.has("history-merge")) return G;
623
+ if (i === null) return ue;
624
+ const h = o._selection;
625
+ return a.size > 0 || l.size > 0 ? g === !1 && d !== D && d === r && u < n + t && m || a.size === 1 && function($, E, b) {
626
+ const w = E._nodeMap.get($), _ = b._nodeMap.get($), L = E._selection, k = b._selection;
627
+ return !(C(L) && C(k) && L.anchor.type === "element" && L.focus.type === "element" && k.anchor.type === "text" && k.focus.type === "text" || !P(w) || !P(_) || w.__parent !== _.__parent) && JSON.stringify(E.read(() => w.exportJSON())) === JSON.stringify(b.read(() => _.exportJSON()));
628
+ }(Array.from(a)[0], i, o) ? G : ue : h !== null ? G : de;
629
629
  })();
630
- return n = d, r = u, f;
630
+ return n = u, r = d, f;
631
631
  };
632
632
  }
633
- function Ie(e) {
633
+ function Oe(e) {
634
634
  e.undoStack = [], e.redoStack = [], e.current = null;
635
635
  }
636
636
  function Xn(e, t, n) {
637
637
  const r = Vn(e, n);
638
- return A(e.registerCommand(It, () => (function(o, s) {
638
+ return z(e.registerCommand(Mt, () => (function(o, s) {
639
639
  const a = s.redoStack, l = s.undoStack;
640
640
  if (l.length !== 0) {
641
- const c = s.current, d = l.pop();
642
- c !== null && (a.push(c), o.dispatchCommand(J, !0)), l.length === 0 && o.dispatchCommand(V, !1), s.current = d || null, d && d.editor.setEditorState(d.editorState, { tag: "historic" });
641
+ const c = s.current, u = l.pop();
642
+ c !== null && (a.push(c), o.dispatchCommand(V, !0)), l.length === 0 && o.dispatchCommand(X, !1), s.current = u || null, u && u.editor.setEditorState(u.editorState, { tag: "historic" });
643
643
  }
644
644
  }(e, t), !0), p), e.registerCommand(Rt, () => (function(o, s) {
645
645
  const a = s.redoStack, l = s.undoStack;
646
646
  if (a.length !== 0) {
647
647
  const c = s.current;
648
- c !== null && (l.push(c), o.dispatchCommand(V, !0));
649
- const d = a.pop();
650
- a.length === 0 && o.dispatchCommand(J, !1), s.current = d || null, d && d.editor.setEditorState(d.editorState, { tag: "historic" });
648
+ c !== null && (l.push(c), o.dispatchCommand(X, !0));
649
+ const u = a.pop();
650
+ a.length === 0 && o.dispatchCommand(V, !1), s.current = u || null, u && u.editor.setEditorState(u.editorState, { tag: "historic" });
651
651
  }
652
- }(e, t), !0), p), e.registerCommand(Pt, () => (Ie(t), !1), p), e.registerCommand(Tt, () => (Ie(t), e.dispatchCommand(J, !1), e.dispatchCommand(V, !1), !0), p), e.registerUpdateListener(({ editorState: o, prevEditorState: s, dirtyLeaves: a, dirtyElements: l, tags: c }) => {
653
- const d = t.current, u = t.redoStack, f = t.undoStack, m = d === null ? null : d.editorState;
654
- if (d !== null && o === m) return;
655
- const h = r(s, o, d, a, l, c);
656
- if (h === le) u.length !== 0 && (t.redoStack = [], e.dispatchCommand(J, !1)), d !== null && (f.push({ ...d }), e.dispatchCommand(V, !0));
657
- else if (h === ce) return;
652
+ }(e, t), !0), p), e.registerCommand(Pt, () => (Oe(t), !1), p), e.registerCommand(Tt, () => (Oe(t), e.dispatchCommand(V, !1), e.dispatchCommand(X, !1), !0), p), e.registerUpdateListener(({ editorState: o, prevEditorState: s, dirtyLeaves: a, dirtyElements: l, tags: c }) => {
653
+ const u = t.current, d = t.redoStack, f = t.undoStack, m = u === null ? null : u.editorState;
654
+ if (u !== null && o === m) return;
655
+ const g = r(s, o, u, a, l, c);
656
+ if (g === ue) d.length !== 0 && (t.redoStack = [], e.dispatchCommand(V, !1)), u !== null && (f.push({ ...u }), e.dispatchCommand(X, !0));
657
+ else if (g === de) return;
658
658
  t.current = { editor: e, editorState: o };
659
659
  }));
660
660
  }
@@ -662,212 +662,204 @@ function Yn() {
662
662
  return { current: null, redoStack: [], undoStack: [] };
663
663
  }
664
664
  function Qn({ delay: e, externalHistoryState: t }) {
665
- const [n] = P();
665
+ const [n] = R();
666
666
  return function(r, i, o = 1e3) {
667
667
  const s = H(() => i || Yn(), [i]);
668
- _(() => Xn(r, s, o), [o, r, s]);
668
+ x(() => Xn(r, s, o), [o, r, s]);
669
669
  }(n, t, e), null;
670
670
  }
671
671
  function Zn(e) {
672
672
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
673
673
  }
674
- var G = Zn(function(e) {
674
+ var ee = Zn(function(e) {
675
675
  const t = new URLSearchParams();
676
676
  t.append("code", e);
677
677
  for (let n = 1; n < arguments.length; n++) t.append("v", arguments[n]);
678
678
  throw Error(`Minified Lexical error #${e}; visit https://lexical.dev/docs/error?${t} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`);
679
679
  });
680
680
  function Gn({ hasCellMerge: e = !0, hasCellBackgroundColor: t = !0, hasTabHandler: n = !0 }) {
681
- const [r] = P();
682
- return _(() => (r.hasNodes([ee, te, ze]) || G(10), A(r.registerCommand(jt, ({ columns: i, rows: o, includeHeaders: s }) => {
681
+ const [r] = R();
682
+ return x(() => (r.hasNodes([te, ne, Ue]) || ee(10), z(r.registerCommand(jt, ({ columns: i, rows: o, includeHeaders: s }) => {
683
683
  const a = qt(Number(o), Number(i), s);
684
684
  zt(a);
685
685
  const l = a.getFirstDescendant();
686
- return T(l) && l.select(), !0;
687
- }, p), r.registerNodeTransform(ee, (i) => {
686
+ return P(l) && l.select(), !0;
687
+ }, p), r.registerNodeTransform(te, (i) => {
688
688
  const [o] = Bt(i, null, null), s = o.reduce((l, c) => Math.max(l, c.length), 0), a = i.getChildren();
689
689
  for (let l = 0; l < o.length; ++l) {
690
690
  const c = a[l];
691
691
  if (!c) continue;
692
- const d = o[l].reduce((u, f) => f ? 1 + u : u, 0);
693
- if (d !== s) for (let u = d; u < s; ++u) {
694
- const f = Se(0);
695
- f.append(de()), c.append(f);
692
+ const u = o[l].reduce((d, f) => f ? 1 + d : d, 0);
693
+ if (u !== s) for (let d = u; d < s; ++d) {
694
+ const f = _e(0);
695
+ f.append(fe()), c.append(f);
696
696
  }
697
697
  }
698
- }))), [r]), _(() => {
698
+ }))), [r]), x(() => {
699
699
  const i = /* @__PURE__ */ new Map(), o = (a, l, c) => {
700
- const d = c, u = Xt(a, d, r, n);
701
- i.set(l, [u, d]);
702
- }, s = r.registerMutationListener(ee, (a) => {
700
+ const u = c, d = Xt(a, u, r, n);
701
+ i.set(l, [d, u]);
702
+ }, s = r.registerMutationListener(te, (a) => {
703
703
  for (const [l, c] of a) if (c === "created" || c === "updated") {
704
- const d = i.get(l), u = r.getElementByKey(l);
705
- d && u === d[1] || (d && (d[0].removeListeners(), i.delete(l)), u !== null && r.getEditorState().read(() => {
706
- const f = Mt(l);
707
- Ht(f) && o(f, l, u);
704
+ const u = i.get(l), d = r.getElementByKey(l);
705
+ u && d === u[1] || (u && (u[0].removeListeners(), i.delete(l)), d !== null && r.getEditorState().read(() => {
706
+ const f = Ot(l);
707
+ Wt(f) && o(f, l, d);
708
708
  }));
709
709
  } else if (c === "destroyed") {
710
- const d = i.get(l);
711
- d !== void 0 && (d[0].removeListeners(), i.delete(l));
710
+ const u = i.get(l);
711
+ u !== void 0 && (u[0].removeListeners(), i.delete(l));
712
712
  }
713
713
  }, { skipInitialization: !1 });
714
714
  return () => {
715
715
  s();
716
716
  for (const [, [a]] of i) a.removeListeners();
717
717
  };
718
- }, [r, n]), _(() => {
719
- if (!e) return r.registerNodeTransform(te, (i) => {
718
+ }, [r, n]), x(() => {
719
+ if (!e) return r.registerNodeTransform(ne, (i) => {
720
720
  if (i.getColSpan() > 1 || i.getRowSpan() > 1) {
721
- const [, , o] = Wt(i), [s] = Jt(o, i, i), a = s.length, l = s[0].length;
721
+ const [, , o] = Ht(i), [s] = Jt(o, i, i), a = s.length, l = s[0].length;
722
722
  let c = o.getFirstChild();
723
- _e(c) || G(175);
724
- const d = [];
725
- for (let u = 0; u < a; u++) {
726
- u !== 0 && (c = c.getNextSibling(), _e(c) || G(175));
723
+ xe(c) || ee(175);
724
+ const u = [];
725
+ for (let d = 0; d < a; d++) {
726
+ d !== 0 && (c = c.getNextSibling(), xe(c) || ee(175));
727
727
  let f = null;
728
728
  for (let m = 0; m < l; m++) {
729
- const h = s[u][m], v = h.cell;
730
- if (h.startRow === u && h.startColumn === m) f = v, d.push(v);
731
- else if (v.getColSpan() > 1 || v.getRowSpan() > 1) {
732
- Vt(v) || G(176);
733
- const $ = Se(v.__headerState);
729
+ const g = s[d][m], h = g.cell;
730
+ if (g.startRow === d && g.startColumn === m) f = h, u.push(h);
731
+ else if (h.getColSpan() > 1 || h.getRowSpan() > 1) {
732
+ Vt(h) || ee(176);
733
+ const $ = _e(h.__headerState);
734
734
  f !== null ? f.insertAfter($) : Ut(c, $);
735
735
  }
736
736
  }
737
737
  }
738
- for (const u of d) u.setColSpan(1), u.setRowSpan(1);
738
+ for (const d of u) d.setColSpan(1), d.setRowSpan(1);
739
739
  }
740
740
  });
741
- }, [r, e]), _(() => {
742
- if (!t) return r.registerNodeTransform(te, (i) => {
741
+ }, [r, e]), x(() => {
742
+ if (!t) return r.registerNodeTransform(ne, (i) => {
743
743
  i.getBackgroundColor() !== null && i.setBackgroundColor(null);
744
744
  });
745
745
  }, [r, t, e]), null;
746
746
  }
747
- const Je = 200, er = (e) => /^<(b|i|u|strong|em|mark|small|del|ins|sub|sup|div|p|span|h[1-6]|a|img|table|tr|td|th|ul|ol|li|blockquote|pre|code|br)(\s+[^>]*)?>/i.test(e.trim()), tr = ({
748
- namespace: e = "UvaEditor",
749
- currentLanguage: t = "NL",
750
- initialValue: n = "",
751
- placeholder: r = "",
752
- label: i = "",
753
- info: o = "",
754
- required: s = !1,
755
- notValidatedText: a = "",
756
- maxWords: l = Je,
747
+ const Ve = 200, er = (e) => /^<(b|i|u|strong|em|mark|small|del|ins|sub|sup|div|p|span|h[1-6]|a|img|table|tr|td|th|ul|ol|li|blockquote|pre|code|br)(\s+[^>]*)?>/i.test(e.trim()), tr = ({
748
+ currentLanguage: e = "NL",
749
+ initialValue: t = "",
750
+ placeholder: n = "",
751
+ label: r = "",
752
+ info: i = "",
753
+ required: o = !1,
754
+ notValidatedText: s = "",
755
+ maxHeightInRem: a = "20rem",
756
+ maxWords: l = Ve,
757
757
  onChange: c
758
758
  }) => {
759
- const { switchLanguage: d } = un(), u = ln(), [f] = M(() => Oe()), [m, h] = M(0), v = {
760
- namespace: e,
759
+ const { switchLanguage: u } = dn(), d = ln(), [f] = M(() => Ie()), [m, g] = M(0), [h, $] = M(0), E = {
760
+ namespace: "UvaEditor",
761
761
  editor: f,
762
762
  theme: cn,
763
- onError(g) {
764
- throw g;
763
+ onError(w) {
764
+ throw w;
765
765
  },
766
- nodes: [Ue, Be, je, rn, te, ze, ee],
767
- editorState: (g) => {
768
- const b = new DOMParser().parseFromString(n, "text/html"), S = Yt(g, b), L = K();
769
- if (L.clear(), er(n))
770
- S.forEach((x) => {
771
- L.append(x);
766
+ nodes: [Be, je, qe, rn, ne, Ue, te],
767
+ editorState: (w) => {
768
+ const L = new DOMParser().parseFromString(t, "text/html"), k = Yt(w, L), S = A();
769
+ if (S.clear(), er(t))
770
+ k.forEach((N) => {
771
+ S.append(N);
772
772
  });
773
773
  else {
774
- const x = de();
775
- S.forEach((k) => {
776
- x.append(k);
777
- }), L.append(x);
774
+ const N = fe();
775
+ k.forEach((j, oe) => {
776
+ oe === 0 ? (N.append(j), S.append(N)) : S.append(j);
777
+ });
778
778
  }
779
779
  }
780
- }, $ = (g, w) => {
781
- g.read(() => {
782
- const b = K().getTextContent().replace(/\s+/g, " ").trim();
783
- h(b.split(" ").length);
784
- const S = Qt(w);
785
- c(S);
780
+ }, b = (w, _) => {
781
+ w.read(() => {
782
+ const L = A().getTextContent().replace(/\s+/g, " ").trim();
783
+ g(L.split(" ").length);
784
+ const k = Qt(_);
785
+ c(k);
786
786
  });
787
787
  };
788
- return _(() => {
789
- d(t.toLocaleLowerCase());
790
- }, [t, d]), /* @__PURE__ */ I("div", { className: D.editor__container, children: [
791
- /* @__PURE__ */ I("div", { className: D.editor__header, children: [
792
- /* @__PURE__ */ E(dn, { label: i, info: o, required: s }),
793
- m !== 0 && /* @__PURE__ */ I(
794
- "div",
795
- {
796
- className: on(D["editor__header-word-count"], {
797
- [D["editor__header-word-count--alert"]]: m > l
798
- }),
799
- children: [
800
- m,
801
- " / ",
802
- l
803
- ]
804
- }
805
- )
788
+ return x(() => {
789
+ u(e.toLocaleLowerCase());
790
+ }, [e, u]), /* @__PURE__ */ F("div", { className: T.editor__container, children: [
791
+ /* @__PURE__ */ F("div", { className: T.editor__header, children: [
792
+ /* @__PURE__ */ y(un, { label: r, info: i, required: o }),
793
+ m !== 0 && /* @__PURE__ */ F("div", { className: T["editor__header-word-count"], children: [
794
+ /* @__PURE__ */ y("span", { className: on({ [T["editor__header-word-count--alert"]]: m > l }), children: m }),
795
+ " / ",
796
+ l
797
+ ] })
806
798
  ] }),
807
- /* @__PURE__ */ E("div", { className: D.editor, children: /* @__PURE__ */ I(pn, { initialConfig: v, children: [
808
- /* @__PURE__ */ E(sn, {}),
809
- /* @__PURE__ */ I("div", { className: D["editor__field-wrapper"], children: [
810
- /* @__PURE__ */ E(
799
+ /* @__PURE__ */ y("div", { className: T.editor, children: /* @__PURE__ */ F(pn, { initialConfig: E, children: [
800
+ /* @__PURE__ */ y(sn, { editorScrollPosition: h }),
801
+ /* @__PURE__ */ F("div", { className: T["editor__field-wrapper"], children: [
802
+ /* @__PURE__ */ y(
811
803
  Dn,
812
804
  {
813
- contentEditable: /* @__PURE__ */ E(
814
- In,
805
+ contentEditable: /* @__PURE__ */ y(
806
+ Mn,
815
807
  {
816
- className: D.editor__field,
817
- "aria-label": u.common.rteAriaLabel,
818
- "aria-placeholder": r,
819
- title: u.common.rteTitle,
820
- placeholder: /* @__PURE__ */ E("div", { className: D.editor__placeholder, children: r }),
808
+ className: T.editor__field,
809
+ "aria-label": d.common.rteAriaLabel,
810
+ "aria-placeholder": n,
811
+ title: d.common.rteTitle,
812
+ placeholder: /* @__PURE__ */ y("div", { className: T.editor__placeholder, children: n }),
821
813
  spellCheck: !1,
822
- id: "rteEditor"
814
+ id: "rteEditor",
815
+ style: { height: `${a}`, maxHeight: `${a}` },
816
+ onScroll: (w) => $(w.currentTarget.scrollTop)
823
817
  }
824
818
  ),
825
- placeholder: /* @__PURE__ */ E("div", { className: D.editor__placeholder, children: r }),
819
+ placeholder: /* @__PURE__ */ y("div", { className: T.editor__placeholder, children: n }),
826
820
  ErrorBoundary: Kn
827
821
  }
828
822
  ),
829
- /* @__PURE__ */ E(Gn, {}),
830
- /* @__PURE__ */ E(Qn, {}),
831
- /* @__PURE__ */ E(Un, {}),
832
- /* @__PURE__ */ E(Bn, { validateUrl: en }),
833
- /* @__PURE__ */ E(tn, { matchers: nn }),
834
- /* @__PURE__ */ E(jn, {}),
835
- /* @__PURE__ */ E(zn, { onChange: $ })
823
+ /* @__PURE__ */ y(Gn, {}),
824
+ /* @__PURE__ */ y(Qn, {}),
825
+ /* @__PURE__ */ y(Un, {}),
826
+ /* @__PURE__ */ y(Bn, { validateUrl: en }),
827
+ /* @__PURE__ */ y(tn, { matchers: nn }),
828
+ /* @__PURE__ */ y(jn, {}),
829
+ /* @__PURE__ */ y(zn, { onChange: b })
836
830
  ] })
837
831
  ] }) }),
838
- a !== "" && /* @__PURE__ */ I("div", { className: D.editor__error, children: [
839
- /* @__PURE__ */ E(an, { name: "ExclamationTriangleFill", size: 24 }),
840
- a
832
+ s !== "" && /* @__PURE__ */ F("div", { className: T.editor__error, children: [
833
+ /* @__PURE__ */ y(an, { name: "ExclamationTriangleFill", size: 24 }),
834
+ s
841
835
  ] })
842
836
  ] });
843
- }, Fr = ({
844
- namespace: e = "UvaEditor",
845
- currentLanguage: t = "NL",
846
- initialValue: n = "",
847
- placeholder: r = "",
848
- label: i = "",
849
- info: o = "",
850
- required: s = !1,
851
- notValidatedText: a = "",
852
- maxWords: l = Je,
853
- onChange: c
854
- }) => /* @__PURE__ */ E(fn, { children: /* @__PURE__ */ E(
837
+ }, Ir = ({
838
+ currentLanguage: e = "NL",
839
+ initialValue: t = "",
840
+ placeholder: n = "",
841
+ label: r = "",
842
+ info: i = "",
843
+ required: o = !1,
844
+ notValidatedText: s = "",
845
+ maxWords: a = Ve,
846
+ onChange: l
847
+ }) => /* @__PURE__ */ y(fn, { children: /* @__PURE__ */ y(
855
848
  tr,
856
849
  {
857
- namespace: e,
858
- currentLanguage: t,
859
- initialValue: n,
860
- placeholder: r,
861
- label: i,
862
- info: o,
863
- required: s,
864
- notValidatedText: a,
865
- maxWords: l,
866
- onChange: c
850
+ currentLanguage: e,
851
+ initialValue: t,
852
+ placeholder: n,
853
+ label: r,
854
+ info: i,
855
+ required: o,
856
+ notValidatedText: s,
857
+ maxWords: a,
858
+ onChange: l
867
859
  }
868
860
  ) });
869
861
  export {
870
862
  tr as Rte,
871
- Fr as RteEditor
863
+ Ir as RteEditor
872
864
  };
873
865
  //# sourceMappingURL=RteEditor.js.map