@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.
- package/dist/{Lexical.prod-BhH9TCLN.js → Lexical.prod-qM_1BY0u.js} +63 -62
- package/dist/{Lexical.prod-BhH9TCLN.js.map → Lexical.prod-qM_1BY0u.js.map} +1 -1
- package/dist/{LexicalUtils.prod-Bsuvahba.js → LexicalUtils.prod-BFSPHHi1.js} +2 -2
- package/dist/{LexicalUtils.prod-Bsuvahba.js.map → LexicalUtils.prod-BFSPHHi1.js.map} +1 -1
- package/dist/ListPlugin-Bhkh3IBK.js +625 -0
- package/dist/ListPlugin-Bhkh3IBK.js.map +1 -0
- package/dist/RteEditor.module-Cku3JY-0.js +29 -0
- package/dist/RteEditor.module-Cku3JY-0.js.map +1 -0
- package/dist/TablePlugin-CLPV2OjO.js +294 -0
- package/dist/TablePlugin-CLPV2OjO.js.map +1 -0
- package/dist/assets/EditorHeader.css +1 -1
- package/dist/assets/Periods.css +1 -1
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/TableCellContextMenu.css +1 -1
- package/dist/assets/TablePlugin.css +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +2 -2
- package/dist/components/InputField/InputField.stories.js +2 -2
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +2 -2
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/Periods/Periods.js +19 -19
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +19 -19
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.d.ts +1 -6
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +34 -20
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +36 -31
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.d.ts +3 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js +4 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.d.ts +7 -6
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +157 -54
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.d.ts +1 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +5 -6
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/index.js +3 -2
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.d.ts +1 -6
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +10 -31
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.d.ts +2 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +104 -31
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +6 -5
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.d.ts +6 -7
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +43 -47
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/index.js +13 -12
- package/dist/components/RteEditor/RteEditor.d.ts +13 -4
- package/dist/components/RteEditor/RteEditor.js +408 -416
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
- package/dist/components/RteEditor/hooks/components/Flyout.js.map +1 -1
- package/dist/components/RteEditor/hooks/useTranslation.d.ts +98 -6
- package/dist/components/RteEditor/translations.d.ts +98 -6
- package/dist/components/RteEditor/translations.js +104 -12
- package/dist/components/RteEditor/translations.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/{helpers-BRIyyVa6.js → helpers-BB6Byf50.js} +88 -99
- package/dist/helpers-BB6Byf50.js.map +1 -0
- package/dist/{helpers-CaU5T9i-.js → helpers-D9T1Tgkj.js} +454 -427
- package/dist/helpers-D9T1Tgkj.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/LexicalList.prod-Czb3Osbz.js +0 -564
- package/dist/LexicalList.prod-Czb3Osbz.js.map +0 -1
- package/dist/RteEditor.module-Dz9a8vaK.js +0 -29
- package/dist/RteEditor.module-Dz9a8vaK.js.map +0 -1
- package/dist/TablePlugin-deK-rcE1.js +0 -249
- package/dist/TablePlugin-deK-rcE1.js.map +0 -1
- package/dist/helpers-BRIyyVa6.js.map +0 -1
- package/dist/helpers-CaU5T9i-.js.map +0 -1
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { l as Xe, o as Ye, u as
|
|
3
|
-
import {
|
|
4
|
-
import * as
|
|
5
|
-
import { useMemo as H, useLayoutEffect as U, useEffect as
|
|
6
|
-
import { L as
|
|
7
|
-
import { r as
|
|
8
|
-
import { _ as
|
|
9
|
-
import { J as
|
|
10
|
-
import { a as
|
|
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
|
|
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 "
|
|
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
|
|
36
|
-
import { useLanguage as
|
|
37
|
-
const
|
|
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),
|
|
41
|
-
return function(
|
|
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)
|
|
44
|
-
const m =
|
|
43
|
+
if (f === void 0) d.update(() => {
|
|
44
|
+
const m = A();
|
|
45
45
|
if (m.isEmpty()) {
|
|
46
|
-
const
|
|
47
|
-
m.append(
|
|
48
|
-
const
|
|
49
|
-
(
|
|
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
|
-
},
|
|
51
|
+
}, Y);
|
|
52
52
|
else if (f !== null) switch (typeof f) {
|
|
53
53
|
case "string": {
|
|
54
|
-
const m =
|
|
55
|
-
|
|
54
|
+
const m = d.parseEditorState(f);
|
|
55
|
+
d.setEditorState(m, Y);
|
|
56
56
|
break;
|
|
57
57
|
}
|
|
58
58
|
case "object":
|
|
59
|
-
|
|
59
|
+
d.setEditorState(f, Y);
|
|
60
60
|
break;
|
|
61
61
|
case "function":
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
},
|
|
62
|
+
d.update(() => {
|
|
63
|
+
A().isEmpty() && f(d);
|
|
64
|
+
}, Y);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
}(
|
|
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
|
-
}, []),
|
|
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] =
|
|
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
|
|
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 =
|
|
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 (
|
|
104
|
-
if (
|
|
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 (!
|
|
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,
|
|
145
|
+
const [c, u, d, f, m, g] = l;
|
|
146
146
|
e.update(() => {
|
|
147
|
-
const
|
|
148
|
-
if (
|
|
149
|
-
const $ =
|
|
150
|
-
let
|
|
151
|
-
if (
|
|
152
|
-
|
|
153
|
-
const
|
|
154
|
-
|
|
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
|
|
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,
|
|
180
|
-
function
|
|
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 (
|
|
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
|
|
187
|
-
const t =
|
|
188
|
-
if (!
|
|
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 =
|
|
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
|
|
201
|
-
const t =
|
|
202
|
-
return
|
|
200
|
+
function Z(e) {
|
|
201
|
+
const t = re(e);
|
|
202
|
+
return q(t);
|
|
203
203
|
}
|
|
204
204
|
function Nn(e) {
|
|
205
|
-
return
|
|
206
|
-
const n =
|
|
207
|
-
return !!
|
|
208
|
-
}, 0), e.registerCommand(
|
|
209
|
-
const n =
|
|
210
|
-
return !!
|
|
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 =
|
|
213
|
-
return !!
|
|
212
|
+
const n = v();
|
|
213
|
+
return !!C(n) && (n.deleteWord(t), !0);
|
|
214
214
|
}, p), e.registerCommand(_t, (t) => {
|
|
215
|
-
const n =
|
|
216
|
-
return !!
|
|
215
|
+
const n = v();
|
|
216
|
+
return !!C(n) && (n.deleteLine(t), !0);
|
|
217
217
|
}, p), e.registerCommand(St, (t) => {
|
|
218
|
-
const n =
|
|
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)
|
|
224
|
-
else if (
|
|
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 =
|
|
232
|
-
return !!
|
|
231
|
+
const t = v();
|
|
232
|
+
return !!C(t) && (t.removeText(), !0);
|
|
233
233
|
}, p), e.registerCommand(bt, (t) => {
|
|
234
|
-
const n =
|
|
235
|
-
return !!
|
|
234
|
+
const n = v();
|
|
235
|
+
return !!C(n) && (n.formatText(t), !0);
|
|
236
236
|
}, p), e.registerCommand(wt, (t) => {
|
|
237
|
-
const n =
|
|
238
|
-
if (!
|
|
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 =
|
|
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(
|
|
246
|
-
const n =
|
|
247
|
-
return !!
|
|
248
|
-
}, p), e.registerCommand(
|
|
249
|
-
const t =
|
|
250
|
-
return !!
|
|
251
|
-
}, p), e.registerCommand(Ct, () => (yt([Et()]), !0), p), e.registerCommand(vt, () =>
|
|
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(
|
|
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 =
|
|
259
|
-
if (
|
|
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 (
|
|
263
|
-
const r =
|
|
264
|
-
if (!t.shiftKey &&
|
|
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 =
|
|
269
|
-
if (
|
|
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 (
|
|
272
|
+
} else if (C(n)) {
|
|
273
273
|
if (function(i) {
|
|
274
274
|
const o = i.focus;
|
|
275
|
-
return o.key === "root" && o.offset ===
|
|
275
|
+
return o.key === "root" && o.offset === A().getChildrenSize();
|
|
276
276
|
}(n)) return t.preventDefault(), !0;
|
|
277
|
-
const r =
|
|
278
|
-
if (!t.shiftKey &&
|
|
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 =
|
|
283
|
-
if (
|
|
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 (!
|
|
288
|
-
if (
|
|
287
|
+
if (!C(n)) return !1;
|
|
288
|
+
if ($e(n, !0)) {
|
|
289
289
|
const r = t.shiftKey;
|
|
290
|
-
return t.preventDefault(),
|
|
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 =
|
|
295
|
-
if (
|
|
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 (!
|
|
299
|
+
if (!C(n)) return !1;
|
|
300
300
|
const r = t.shiftKey;
|
|
301
|
-
return
|
|
301
|
+
return !!$e(n, !1) && (t.preventDefault(), Se(n, r, !1), !0);
|
|
302
302
|
}, p), e.registerCommand(ft, (t) => {
|
|
303
|
-
if (
|
|
304
|
-
const n =
|
|
305
|
-
if (!
|
|
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 && !
|
|
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
|
-
|
|
315
|
-
|
|
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(
|
|
318
|
+
if (t.preventDefault(), t.shiftKey) return e.dispatchCommand(ge, !1);
|
|
319
319
|
}
|
|
320
|
-
return e.dispatchCommand(
|
|
320
|
+
return e.dispatchCommand(he, void 0);
|
|
321
321
|
}, p), e.registerCommand(ct, () => {
|
|
322
|
-
const t =
|
|
323
|
-
return !!
|
|
322
|
+
const t = v();
|
|
323
|
+
return !!C(t) && (e.blur(), !0);
|
|
324
324
|
}, p), e.registerCommand(it, (t) => {
|
|
325
|
-
const [, n] =
|
|
325
|
+
const [, n] = Q(t);
|
|
326
326
|
if (n.length > 0) {
|
|
327
|
-
const i =
|
|
327
|
+
const i = Le(t.clientX, t.clientY);
|
|
328
328
|
if (i !== null) {
|
|
329
|
-
const { offset: o, node: s } = i, a =
|
|
329
|
+
const { offset: o, node: s } = i, a = re(s);
|
|
330
330
|
if (a !== null) {
|
|
331
331
|
const l = st();
|
|
332
|
-
if (
|
|
332
|
+
if (P(a)) l.anchor.set(a.getKey(), o, "text"), l.focus.set(a.getKey(), o, "text");
|
|
333
333
|
else {
|
|
334
|
-
const
|
|
335
|
-
l.anchor.set(
|
|
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(
|
|
340
|
+
e.dispatchCommand(Ne, n);
|
|
341
341
|
}
|
|
342
342
|
return t.preventDefault(), !0;
|
|
343
343
|
}
|
|
344
|
-
const r =
|
|
345
|
-
return !!
|
|
344
|
+
const r = v();
|
|
345
|
+
return !!C(r);
|
|
346
346
|
}, p), e.registerCommand(ot, (t) => {
|
|
347
|
-
const [n] =
|
|
348
|
-
return !(n && !
|
|
347
|
+
const [n] = Q(t), r = v();
|
|
348
|
+
return !(n && !C(r));
|
|
349
349
|
}, p), e.registerCommand(rt, (t) => {
|
|
350
|
-
const [n] =
|
|
351
|
-
if (n && !
|
|
352
|
-
const i =
|
|
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 =
|
|
355
|
-
|
|
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) => (
|
|
359
|
-
await
|
|
360
|
-
const i =
|
|
361
|
-
|
|
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(
|
|
364
|
-
const [, n, r] =
|
|
365
|
-
return n.length > 0 && !r ? (e.dispatchCommand(
|
|
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 =
|
|
368
|
-
a != null && s !== null &&
|
|
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
|
|
374
|
-
function
|
|
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] =
|
|
378
|
+
const [r] = R(), i = function(o, s) {
|
|
379
379
|
const [a, l] = M(() => o.getDecorators());
|
|
380
|
-
return
|
|
381
|
-
|
|
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 = [],
|
|
388
|
-
for (let
|
|
389
|
-
const f = d
|
|
390
|
-
|
|
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
|
-
|
|
397
|
-
}(r),
|
|
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] =
|
|
401
|
-
const [o, s] = M(() =>
|
|
402
|
-
return
|
|
400
|
+
const [t] = R(), n = function(i) {
|
|
401
|
+
const [o, s] = M(() => Te(i));
|
|
402
|
+
return le(() => {
|
|
403
403
|
function a() {
|
|
404
|
-
const l =
|
|
404
|
+
const l = Te(i);
|
|
405
405
|
s(l);
|
|
406
406
|
}
|
|
407
|
-
return a(),
|
|
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
|
|
417
|
-
function Pn({ editor: e, ariaActiveDescendant: t, ariaAutoComplete: n, ariaControls: r, ariaDescribedBy: i, ariaErrorMessage: o, ariaExpanded: s, ariaInvalid: a, ariaLabel: l, ariaLabelledBy: c, ariaMultiline:
|
|
418
|
-
const [
|
|
419
|
-
|
|
420
|
-
}, [e]),
|
|
421
|
-
return (
|
|
422
|
-
|
|
423
|
-
typeof
|
|
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
|
-
}(
|
|
427
|
-
return
|
|
428
|
-
|
|
429
|
-
})), [e]),
|
|
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 =
|
|
432
|
-
function
|
|
431
|
+
const Rn = ze(Pn);
|
|
432
|
+
function Pe(e) {
|
|
433
433
|
return e.getEditorState().read(He(e.isComposing()));
|
|
434
434
|
}
|
|
435
|
-
const
|
|
436
|
-
function
|
|
437
|
-
const { placeholder: n, ...r } = e, [i] =
|
|
438
|
-
return
|
|
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
|
|
440
|
+
function Fn({ content: e, editor: t }) {
|
|
441
441
|
const n = function(s) {
|
|
442
|
-
const [a, l] = M(() =>
|
|
443
|
-
return
|
|
442
|
+
const [a, l] = M(() => Pe(s));
|
|
443
|
+
return Je(() => {
|
|
444
444
|
function c() {
|
|
445
|
-
const
|
|
446
|
-
l(
|
|
445
|
+
const u = Pe(s);
|
|
446
|
+
l(u);
|
|
447
447
|
}
|
|
448
|
-
return c(),
|
|
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 :
|
|
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
|
|
462
|
-
return
|
|
461
|
+
function ce(e, t) {
|
|
462
|
+
return ce = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(n, r) {
|
|
463
463
|
return n.__proto__ = r, n;
|
|
464
|
-
},
|
|
464
|
+
}, ce(e, t);
|
|
465
465
|
}
|
|
466
|
-
var
|
|
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 =
|
|
471
|
-
for (var c,
|
|
472
|
-
o.props.onReset == null || (c = o.props).onReset.apply(c,
|
|
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,
|
|
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(
|
|
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,
|
|
486
|
-
|
|
487
|
-
return !Object.is(m,
|
|
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
|
|
493
|
-
if (
|
|
494
|
-
if (typeof a == "function") return a(
|
|
495
|
-
if (l) return
|
|
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
|
-
}(
|
|
500
|
+
}(se.Component);
|
|
501
501
|
function Kn({ children: e, onError: t }) {
|
|
502
|
-
return
|
|
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] =
|
|
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] =
|
|
515
|
-
return
|
|
516
|
-
if (!e.hasNodes([
|
|
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
|
-
|
|
518
|
+
x(() => Zt(t), [t]);
|
|
519
519
|
}(e), null;
|
|
520
520
|
}
|
|
521
521
|
function Bn({ validateUrl: e, attributes: t }) {
|
|
522
|
-
const [n] =
|
|
523
|
-
return
|
|
524
|
-
if (!n.hasNodes([
|
|
525
|
-
return
|
|
526
|
-
if (r === null) return
|
|
527
|
-
if (typeof r == "string") return !(e !== void 0 && !e(r)) && (
|
|
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
|
|
530
|
+
return ae(i, { ...t, rel: s, target: o, title: a }), !0;
|
|
531
531
|
}
|
|
532
|
-
},
|
|
533
|
-
const i =
|
|
534
|
-
if (!
|
|
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) =>
|
|
539
|
-
},
|
|
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] =
|
|
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 =
|
|
553
|
+
const f = re(s);
|
|
554
554
|
if (f !== null) {
|
|
555
|
-
const m =
|
|
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
|
|
559
|
-
let
|
|
560
|
-
for (;
|
|
561
|
-
if ($(
|
|
562
|
-
|
|
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
|
-
|
|
566
|
+
g !== null && (l = g.href, c = g.target);
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
}), l === null || l === "") return;
|
|
570
|
-
const
|
|
571
|
-
if (
|
|
572
|
-
const
|
|
573
|
-
window.open(l, e ||
|
|
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
|
|
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
|
|
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 (!(
|
|
588
|
-
const a = function(
|
|
589
|
-
const
|
|
590
|
-
for (const
|
|
591
|
-
const
|
|
592
|
-
|
|
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 [
|
|
595
|
-
if (!
|
|
596
|
-
const
|
|
597
|
-
|
|
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
|
|
601
|
+
if (a.length === 0) return D;
|
|
602
602
|
if (a.length > 1) {
|
|
603
|
-
const
|
|
604
|
-
return
|
|
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 (!
|
|
608
|
-
const
|
|
609
|
-
if (
|
|
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
|
|
612
|
-
const
|
|
613
|
-
return $ === 1 &&
|
|
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 =
|
|
616
|
+
let n = Date.now(), r = D;
|
|
617
617
|
return (i, o, s, a, l, c) => {
|
|
618
|
-
const
|
|
619
|
-
if (c.has("historic")) return r =
|
|
620
|
-
const
|
|
621
|
-
const m = s === null || s.editor === e,
|
|
622
|
-
if (!
|
|
623
|
-
if (i === null) return
|
|
624
|
-
const
|
|
625
|
-
return a.size > 0 || l.size > 0 ?
|
|
626
|
-
const
|
|
627
|
-
return !(
|
|
628
|
-
}(Array.from(a)[0], i, o) ?
|
|
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 =
|
|
630
|
+
return n = u, r = d, f;
|
|
631
631
|
};
|
|
632
632
|
}
|
|
633
|
-
function
|
|
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
|
|
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,
|
|
642
|
-
c !== null && (a.push(c), o.dispatchCommand(
|
|
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(
|
|
649
|
-
const
|
|
650
|
-
a.length === 0 && o.dispatchCommand(
|
|
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, () => (
|
|
653
|
-
const
|
|
654
|
-
if (
|
|
655
|
-
const
|
|
656
|
-
if (
|
|
657
|
-
else if (
|
|
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] =
|
|
665
|
+
const [n] = R();
|
|
666
666
|
return function(r, i, o = 1e3) {
|
|
667
667
|
const s = H(() => i || Yn(), [i]);
|
|
668
|
-
|
|
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
|
|
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] =
|
|
682
|
-
return
|
|
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
|
|
687
|
-
}, p), r.registerNodeTransform(
|
|
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
|
|
693
|
-
if (
|
|
694
|
-
const f =
|
|
695
|
-
f.append(
|
|
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
|
|
701
|
-
i.set(l, [
|
|
702
|
-
}, s = r.registerMutationListener(
|
|
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
|
|
705
|
-
|
|
706
|
-
const f =
|
|
707
|
-
|
|
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
|
|
711
|
-
|
|
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(
|
|
718
|
+
}, [r, n]), x(() => {
|
|
719
|
+
if (!e) return r.registerNodeTransform(ne, (i) => {
|
|
720
720
|
if (i.getColSpan() > 1 || i.getRowSpan() > 1) {
|
|
721
|
-
const [, , o] =
|
|
721
|
+
const [, , o] = Ht(i), [s] = Jt(o, i, i), a = s.length, l = s[0].length;
|
|
722
722
|
let c = o.getFirstChild();
|
|
723
|
-
|
|
724
|
-
const
|
|
725
|
-
for (let
|
|
726
|
-
|
|
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
|
|
730
|
-
if (
|
|
731
|
-
else if (
|
|
732
|
-
Vt(
|
|
733
|
-
const $ =
|
|
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
|
|
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(
|
|
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
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
maxWords: l =
|
|
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:
|
|
760
|
-
namespace:
|
|
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(
|
|
764
|
-
throw
|
|
763
|
+
onError(w) {
|
|
764
|
+
throw w;
|
|
765
765
|
},
|
|
766
|
-
nodes: [
|
|
767
|
-
editorState: (
|
|
768
|
-
const
|
|
769
|
-
if (
|
|
770
|
-
|
|
771
|
-
|
|
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
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
})
|
|
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
|
-
},
|
|
781
|
-
|
|
782
|
-
const
|
|
783
|
-
|
|
784
|
-
const
|
|
785
|
-
c(
|
|
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
|
-
|
|
790
|
-
}, [
|
|
791
|
-
/* @__PURE__ */
|
|
792
|
-
/* @__PURE__ */
|
|
793
|
-
m !== 0 && /* @__PURE__ */
|
|
794
|
-
"
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
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__ */
|
|
808
|
-
/* @__PURE__ */
|
|
809
|
-
/* @__PURE__ */
|
|
810
|
-
/* @__PURE__ */
|
|
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__ */
|
|
814
|
-
|
|
805
|
+
contentEditable: /* @__PURE__ */ y(
|
|
806
|
+
Mn,
|
|
815
807
|
{
|
|
816
|
-
className:
|
|
817
|
-
"aria-label":
|
|
818
|
-
"aria-placeholder":
|
|
819
|
-
title:
|
|
820
|
-
placeholder: /* @__PURE__ */
|
|
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__ */
|
|
819
|
+
placeholder: /* @__PURE__ */ y("div", { className: T.editor__placeholder, children: n }),
|
|
826
820
|
ErrorBoundary: Kn
|
|
827
821
|
}
|
|
828
822
|
),
|
|
829
|
-
/* @__PURE__ */
|
|
830
|
-
/* @__PURE__ */
|
|
831
|
-
/* @__PURE__ */
|
|
832
|
-
/* @__PURE__ */
|
|
833
|
-
/* @__PURE__ */
|
|
834
|
-
/* @__PURE__ */
|
|
835
|
-
/* @__PURE__ */
|
|
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
|
-
|
|
839
|
-
/* @__PURE__ */
|
|
840
|
-
|
|
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
|
-
},
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
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
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
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
|
-
|
|
863
|
+
Ir as RteEditor
|
|
872
864
|
};
|
|
873
865
|
//# sourceMappingURL=RteEditor.js.map
|