@uva-glass/component-library 3.53.10 → 3.53.12
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/{chunk-MDLQUVZN-BSRMHXbx.js → chunk-MDLQUVZN-Dk02kWJ8.js} +2 -5
- package/dist/{chunk-MDLQUVZN-BSRMHXbx.js.map → chunk-MDLQUVZN-Dk02kWJ8.js.map} +1 -1
- package/dist/{client-DdSuZDnt.js → client-3XNwBsl7.js} +43 -111
- package/dist/{client-DdSuZDnt.js.map → client-3XNwBsl7.js.map} +1 -1
- package/dist/components/Accordion/Accordion.test.js +3 -3
- package/dist/components/AccordionCard/AccordionCard.test.js +3 -3
- package/dist/components/ActionList/ActionList.test.js +3 -3
- package/dist/components/AppStatusBar/AppStatusBar.test.js +2 -2
- package/dist/components/Attention/Attention.test.js +2 -2
- package/dist/components/Backdrop/Backdrop.test.js +2 -2
- package/dist/components/Buttons/Button.stories.js +1 -1
- package/dist/components/Buttons/Button.test.js +2 -2
- package/dist/components/Buttons/LinkButton.stories.js +1 -1
- package/dist/components/Buttons/LinkButton.test.js +2 -2
- package/dist/components/Buttons/MenuButton.stories.js +1 -1
- package/dist/components/Buttons/MenuButton.test.js +2 -2
- package/dist/components/Card/Card.test.js +2 -2
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/Checkbox/Checkbox.test.js +3 -3
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.test.js +2 -2
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +2 -2
- package/dist/components/Chip/Chip.stories.js +1 -1
- package/dist/components/ControlsButton/ControlsButton.stories.js +1 -1
- package/dist/components/Drawer/Drawer.stories.js +1 -1
- package/dist/components/FeedbackBar/FeedbackBar.test.js +2 -2
- package/dist/components/FormInput/FormInput.stories.js +1 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/Label/Label.test.js +2 -2
- package/dist/components/MetaDataBar/MetaDataBar.test.js +1 -1
- package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.stories.js +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.test.js +2 -2
- package/dist/components/Notification/Notification.stories.js +1 -1
- package/dist/components/Notification/Notification.test.js +2 -2
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.js.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.stories.js +1 -1
- package/dist/components/RadioGroup/Radiogroup.test.js +2 -2
- package/dist/components/RadioTabSelector/RadioTabSelector.stories.js +1 -1
- package/dist/components/RteEditor/Plugins/CourseCataloguePlugin/CourseCataloguePlugin.js +135 -125
- package/dist/components/RteEditor/Plugins/CourseCataloguePlugin/CourseCataloguePlugin.js.map +1 -1
- package/dist/components/RteEditor/RteEditor.js +128 -150
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/translations.js +4 -4
- package/dist/components/RteEditor/translations.js.map +1 -1
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Sortable/Sortable.stories.js +1 -1
- package/dist/components/StatusBadge/StatusBadge.test.js +2 -2
- package/dist/components/TextArea/TextArea.stories.js +1 -1
- package/dist/components/TextArea/TextArea.test.js +3 -3
- package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
- package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
- package/dist/components/VarIndicator/VarIndicator.test.js +3 -3
- package/dist/{index-DcECbqp4.js → index-CLNHDZVV.js} +2 -2
- package/dist/{index-DcECbqp4.js.map → index-CLNHDZVV.js.map} +1 -1
- package/dist/{index-ApPj4mI1.js → index-CULNJwuI.js} +5 -13
- package/dist/{index-ApPj4mI1.js.map → index-CULNJwuI.js.map} +1 -1
- package/dist/{index-Cfzi-sRQ.js → index-CdPMY4ux.js} +8 -19
- package/dist/{index-Cfzi-sRQ.js.map → index-CdPMY4ux.js.map} +1 -1
- package/dist/{react-18-plvLTuyc.js → react-18-D3e2aqkg.js} +2 -2
- package/dist/{react-18-plvLTuyc.js.map → react-18-D3e2aqkg.js.map} +1 -1
- package/dist/{react.esm-BpII5CMY.js → react.esm-QW7uOFDD.js} +5 -8
- package/dist/{react.esm-BpII5CMY.js.map → react.esm-QW7uOFDD.js.map} +1 -1
- package/dist/setupTests.js +1 -1
- package/dist/storybook__react.d.js +6 -9
- package/dist/storybook__react.d.js.map +1 -1
- package/package.json +9 -9
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsx as f, jsxs as
|
|
2
|
-
import { t as Ye, r as qe, o as
|
|
3
|
-
import { ar as Pe, al as
|
|
1
|
+
import { jsx as f, jsxs as F, Fragment as $e } from "react/jsx-runtime";
|
|
2
|
+
import { t as Ye, r as qe, o as L } from "../../LexicalComposerContext.prod-DOyoZx0P.js";
|
|
3
|
+
import { ar as Pe, al as A, $ as Ge, c as p, az as oe, at as ae, aA as H, M as se, U as Ve, p as I, b as g, a2 as Ze, V as c, aX as Qe, n as et, r as tt, i as rt, aY as nt, aZ as ot, X as at, k as T, aG as st, a_ as it, a$ as lt, b0 as ut, A as re, b1 as dt, b2 as ct, a7 as ft, S as mt, l as Le, P as pt, b3 as gt, b4 as ue, h as de, W as ht, G as Z, T as vt, a8 as De, b5 as ce, B as yt, N as Ct, y as bt, b6 as fe, z as Et, b7 as wt, b8 as St, aj as Te, aT as xt, a0 as _t, d as Be, Z as Nt, b9 as kt, a1 as $t, F as Pt, D as Lt, u as Dt, aI as Y, aH as q, ba as Tt, bb as Bt, aK as It, bc as ne, aJ as Rt, bd as Mt, be as Ft, ax as At } from "../../Lexical.prod-Dgzi-S1E.js";
|
|
4
4
|
import * as Ut from "react";
|
|
5
5
|
import { useMemo as O, useLayoutEffect as j, useEffect as b, useState as M, Suspense as zt, forwardRef as Ie, useCallback as Kt, Component as Ht, createElement as me, createContext as Ot, useId as jt } from "react";
|
|
6
6
|
import { a as Wt, T as Jt } from "../../TableCellResizerPlugin-9kvw_LpH.js";
|
|
@@ -9,8 +9,8 @@ import { flushSync as Vt, createPortal as Zt } from "react-dom";
|
|
|
9
9
|
import { U as W, P as z, E as Qt } from "../../LexicalUtils.prod-D1mwAww-.js";
|
|
10
10
|
import { R as pe, F as ge, m as er, g as tr } from "../../LexicalClipboard.prod-Dxc8c2F_.js";
|
|
11
11
|
import { A as he, Z as ve, n as ye } from "../../LexicalSelection.prod-B0uiXGSS.js";
|
|
12
|
-
import { l as Me, n as
|
|
13
|
-
import { y as
|
|
12
|
+
import { l as Me, n as Fe, L as rr, b as nr } from "../../LexicalList.prod-DADZlhem.js";
|
|
13
|
+
import { y as Ae, F as or, A as Ue, l as ar, z as sr } from "../../LexicalLink.prod-EEOzXxej.js";
|
|
14
14
|
import { u as ir, h as lr, d as ze, N as ur, y as dr, b as cr, T as Ke, E as fr } from "../../LexicalTable.prod-QpQxZNNH.js";
|
|
15
15
|
import { c as Ce } from "../../clsx-OuTLNxxd.js";
|
|
16
16
|
import { exportMap as mr, mergeBoldStrongTags as pr, cleanUpTable as gr } from "./helpers.js";
|
|
@@ -45,17 +45,17 @@ import "../WeekSelector/components/WeekSelectorOptionContainer.js";
|
|
|
45
45
|
import { PasteHandlerPlugin as Er } from "./Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js";
|
|
46
46
|
import { UvaTheme as wr } from "./UvaTheme/UvaTheme.js";
|
|
47
47
|
import { EditorHeader as Sr } from "./EditorHeader/EditorHeader.js";
|
|
48
|
-
import { LanguageProvider as xr, useLanguage as
|
|
49
|
-
import { TableWrapperNode as
|
|
50
|
-
import { CourseCatalogueNode as kr, CourseCatalogueLinkPlugin as
|
|
48
|
+
import { LanguageProvider as xr, useLanguage as _r } from "./Providers/LanguageProvider.js";
|
|
49
|
+
import { TableWrapperNode as Nr } from "./nodes/TableWrapperNode/TableWrapperNode.js";
|
|
50
|
+
import { CourseCatalogueNode as kr, CourseCatalogueLinkPlugin as $r } from "./nodes/CourseCatalogueNode/CourseCatalogueNode.js";
|
|
51
51
|
const He = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, Pr = He ? j : b, G = { tag: oe };
|
|
52
|
-
function
|
|
52
|
+
function Lr({ initialConfig: r, children: e }) {
|
|
53
53
|
const t = O(() => {
|
|
54
54
|
const { theme: n, namespace: o, nodes: a, onError: s, editorState: i, html: l } = r, d = Ye(null, n), u = Pe({ editable: r.editable, html: l, namespace: o, nodes: a, onError: (m) => s(m, u), theme: n });
|
|
55
55
|
return (function(m, h) {
|
|
56
56
|
if (h !== null) {
|
|
57
57
|
if (h === void 0) m.update(() => {
|
|
58
|
-
const S =
|
|
58
|
+
const S = A();
|
|
59
59
|
if (S.isEmpty()) {
|
|
60
60
|
const y = Ge();
|
|
61
61
|
S.append(y);
|
|
@@ -74,7 +74,7 @@ function Dr({ initialConfig: r, children: e }) {
|
|
|
74
74
|
break;
|
|
75
75
|
case "function":
|
|
76
76
|
m.update(() => {
|
|
77
|
-
|
|
77
|
+
A().isEmpty() && h(m);
|
|
78
78
|
}, G);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
@@ -85,18 +85,18 @@ function Dr({ initialConfig: r, children: e }) {
|
|
|
85
85
|
o.setEditable(n === void 0 || n);
|
|
86
86
|
}, []), f(qe.Provider, { value: t, children: e });
|
|
87
87
|
}
|
|
88
|
-
const
|
|
89
|
-
function
|
|
90
|
-
return
|
|
88
|
+
const Dr = ae({ name: "@lexical/react/ReactProvider" });
|
|
89
|
+
function Tr() {
|
|
90
|
+
return A().getTextContent();
|
|
91
91
|
}
|
|
92
92
|
function Br(r, e = !0) {
|
|
93
93
|
if (r) return !1;
|
|
94
|
-
let t =
|
|
94
|
+
let t = Tr();
|
|
95
95
|
return e && (t = t.trim()), t === "";
|
|
96
96
|
}
|
|
97
97
|
function Ir(r) {
|
|
98
98
|
if (!Br(r, !1)) return !1;
|
|
99
|
-
const e =
|
|
99
|
+
const e = A().getChildren(), t = e.length;
|
|
100
100
|
if (t > 1) return !1;
|
|
101
101
|
for (let n = 0; n < t; n++) {
|
|
102
102
|
const o = e[n];
|
|
@@ -141,8 +141,8 @@ function Rr(r) {
|
|
|
141
141
|
let E = x.getNode(), C = 0, v = 0;
|
|
142
142
|
if (I(E) && d >= 0 && u >= 0 && (C = d, v = d + u, y.setTextNodeRange(E, C, E, v)), C === v && m === "" || (y.insertRawText(m), E = x.getNode()), I(E)) {
|
|
143
143
|
C = h, v = h + S;
|
|
144
|
-
const
|
|
145
|
-
C = C >
|
|
144
|
+
const _ = E.getTextContentSize();
|
|
145
|
+
C = C > _ ? _ : C, v = v > _ ? _ : v, y.setTextNodeRange(E, C, E, v);
|
|
146
146
|
}
|
|
147
147
|
n.stopImmediatePropagation();
|
|
148
148
|
}
|
|
@@ -167,7 +167,7 @@ function be(r, e) {
|
|
|
167
167
|
}
|
|
168
168
|
return null;
|
|
169
169
|
}
|
|
170
|
-
const U = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, Mr = U && "documentMode" in document ? document.documentMode : null,
|
|
170
|
+
const U = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, Mr = U && "documentMode" in document ? document.documentMode : null, Fr = U && /Mac|iPod|iPhone|iPad/.test(navigator.platform), Ar = !(!U || !("InputEvent" in window) || Mr) && "getTargetRanges" in new window.InputEvent("input"), Ur = U && /Version\/[\d.]+.*Safari/.test(navigator.userAgent), Ee = U && /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream, zr = U && /^(?=.*Chrome).*/i.test(navigator.userAgent), Kr = U && /AppleWebKit\/[\d.]+/.test(navigator.userAgent) && Fr && !zr, we = tt("DRAG_DROP_PASTE_FILE");
|
|
171
171
|
function V(r) {
|
|
172
172
|
let e = null;
|
|
173
173
|
if (z(r, DragEvent) ? e = r.dataTransfer : z(r, ClipboardEvent) && (e = r.clipboardData), e === null) return [!1, [], !1];
|
|
@@ -196,19 +196,19 @@ function Q(r) {
|
|
|
196
196
|
for (const e of ["lowercase", "uppercase", "capitalize"]) r.hasFormat(e) && r.toggleFormat(e);
|
|
197
197
|
}
|
|
198
198
|
function Hr(r) {
|
|
199
|
-
return W(r.registerCommand(
|
|
199
|
+
return W(r.registerCommand(Dt, (e) => {
|
|
200
200
|
const t = p();
|
|
201
|
-
return
|
|
201
|
+
return !!T(t) && (t.clear(), !0);
|
|
202
202
|
}, c), r.registerCommand(Z, (e) => {
|
|
203
203
|
const t = p();
|
|
204
|
-
return g(t) ? (t.deleteCharacter(e), !0) :
|
|
205
|
-
}, c), r.registerCommand(
|
|
204
|
+
return g(t) ? (t.deleteCharacter(e), !0) : !!T(t) && (t.deleteNodes(), !0);
|
|
205
|
+
}, c), r.registerCommand(Lt, (e) => {
|
|
206
206
|
const t = p();
|
|
207
207
|
return !!g(t) && (t.deleteWord(e), !0);
|
|
208
208
|
}, c), r.registerCommand(Pt, (e) => {
|
|
209
209
|
const t = p();
|
|
210
210
|
return !!g(t) && (t.deleteLine(e), !0);
|
|
211
|
-
}, c), r.registerCommand(
|
|
211
|
+
}, c), r.registerCommand($t, (e) => {
|
|
212
212
|
const t = p();
|
|
213
213
|
if (typeof e == "string") t !== null && t.insertText(e);
|
|
214
214
|
else {
|
|
@@ -224,12 +224,12 @@ function Hr(r) {
|
|
|
224
224
|
}, c), r.registerCommand(kt, () => {
|
|
225
225
|
const e = p();
|
|
226
226
|
return !!g(e) && (e.removeText(), !0);
|
|
227
|
-
}, c), r.registerCommand(
|
|
227
|
+
}, c), r.registerCommand(Nt, (e) => {
|
|
228
228
|
const t = p();
|
|
229
229
|
return !!g(t) && (t.formatText(e), !0);
|
|
230
|
-
}, c), r.registerCommand(
|
|
230
|
+
}, c), r.registerCommand(_t, (e) => {
|
|
231
231
|
const t = p();
|
|
232
|
-
if (!g(t) &&
|
|
232
|
+
if (!g(t) && !T(t)) return !1;
|
|
233
233
|
const n = t.getNodes();
|
|
234
234
|
for (const o of n) {
|
|
235
235
|
const a = Be(o, (s) => se(s) && !s.isInline());
|
|
@@ -242,7 +242,7 @@ function Hr(r) {
|
|
|
242
242
|
}, c), r.registerCommand(de, () => {
|
|
243
243
|
const e = p();
|
|
244
244
|
return !!g(e) && (e.insertParagraph(), !0);
|
|
245
|
-
}, c), r.registerCommand(St, () => (
|
|
245
|
+
}, c), r.registerCommand(St, () => (Te([xt()]), !0), c), r.registerCommand(wt, () => Se((e) => {
|
|
246
246
|
const t = e.getIndent();
|
|
247
247
|
e.setIndent(t + 1);
|
|
248
248
|
}), c), r.registerCommand(ce, () => Se((e) => {
|
|
@@ -250,7 +250,7 @@ function Hr(r) {
|
|
|
250
250
|
t > 0 && e.setIndent(Math.max(0, t - 1));
|
|
251
251
|
}), c), r.registerCommand(Et, (e) => {
|
|
252
252
|
const t = p();
|
|
253
|
-
if (
|
|
253
|
+
if (T(t)) {
|
|
254
254
|
const n = t.getNodes();
|
|
255
255
|
if (n.length > 0) return e.preventDefault(), n[0].selectPrevious(), !0;
|
|
256
256
|
} else if (g(t)) {
|
|
@@ -260,13 +260,13 @@ function Hr(r) {
|
|
|
260
260
|
return !1;
|
|
261
261
|
}, c), r.registerCommand(bt, (e) => {
|
|
262
262
|
const t = p();
|
|
263
|
-
if (
|
|
263
|
+
if (T(t)) {
|
|
264
264
|
const n = t.getNodes();
|
|
265
265
|
if (n.length > 0) return e.preventDefault(), n[0].selectNext(0, 0), !0;
|
|
266
266
|
} else if (g(t)) {
|
|
267
267
|
if ((function(o) {
|
|
268
268
|
const a = o.focus;
|
|
269
|
-
return a.key === "root" && a.offset ===
|
|
269
|
+
return a.key === "root" && a.offset === A().getChildrenSize();
|
|
270
270
|
})(t)) return e.preventDefault(), !0;
|
|
271
271
|
const n = fe(t.focus, !1);
|
|
272
272
|
if (!e.shiftKey && H(n) && !n.isIsolated() && !n.isInline()) return n.selectNext(), e.preventDefault(), !0;
|
|
@@ -274,7 +274,7 @@ function Hr(r) {
|
|
|
274
274
|
return !1;
|
|
275
275
|
}, c), r.registerCommand(Ct, (e) => {
|
|
276
276
|
const t = p();
|
|
277
|
-
if (
|
|
277
|
+
if (T(t)) {
|
|
278
278
|
const n = t.getNodes();
|
|
279
279
|
if (n.length > 0) return e.preventDefault(), he(n[0]) ? n[0].selectNext(0, 0) : n[0].selectPrevious(), !0;
|
|
280
280
|
}
|
|
@@ -286,7 +286,7 @@ function Hr(r) {
|
|
|
286
286
|
return !1;
|
|
287
287
|
}, c), r.registerCommand(yt, (e) => {
|
|
288
288
|
const t = p();
|
|
289
|
-
if (
|
|
289
|
+
if (T(t)) {
|
|
290
290
|
const o = t.getNodes();
|
|
291
291
|
if (o.length > 0) return e.preventDefault(), he(o[0]) ? o[0].selectPrevious() : o[0].selectNext(0, 0), !0;
|
|
292
292
|
}
|
|
@@ -302,22 +302,22 @@ function Hr(r) {
|
|
|
302
302
|
const { anchor: o } = n;
|
|
303
303
|
if (o.offset !== 0) return !1;
|
|
304
304
|
const a = o.getNode();
|
|
305
|
-
if (
|
|
305
|
+
if (De(a)) return !1;
|
|
306
306
|
const s = Qt(a);
|
|
307
307
|
return s.getIndent() > 0 && (s.is(a) || a.is(s.getFirstDescendant()));
|
|
308
308
|
})(t)) return e.preventDefault(), r.dispatchCommand(ce, void 0);
|
|
309
309
|
if (Ee && navigator.language === "ko-KR") return !1;
|
|
310
|
-
} else if (
|
|
310
|
+
} else if (!T(t)) return !1;
|
|
311
311
|
return e.preventDefault(), r.dispatchCommand(Z, !0);
|
|
312
312
|
}, c), r.registerCommand(ht, (e) => {
|
|
313
313
|
if (xe(e.target)) return !1;
|
|
314
314
|
const t = p();
|
|
315
|
-
return !(!g(t) &&
|
|
315
|
+
return !(!g(t) && !T(t)) && (e.preventDefault(), r.dispatchCommand(Z, !1));
|
|
316
316
|
}, c), r.registerCommand(gt, (e) => {
|
|
317
317
|
const t = p();
|
|
318
318
|
if (!g(t)) return !1;
|
|
319
319
|
if (Q(t), e !== null) {
|
|
320
|
-
if ((Ee || Ur || Kr) &&
|
|
320
|
+
if ((Ee || Ur || Kr) && Ar) return !1;
|
|
321
321
|
if (e.preventDefault(), e.shiftKey) return r.dispatchCommand(ue, !1);
|
|
322
322
|
}
|
|
323
323
|
return r.dispatchCommand(de, void 0);
|
|
@@ -338,7 +338,7 @@ function Hr(r) {
|
|
|
338
338
|
l.anchor.set(u, m, "element"), l.focus.set(u, m, "element");
|
|
339
339
|
}
|
|
340
340
|
const d = mt(l);
|
|
341
|
-
|
|
341
|
+
Le(d);
|
|
342
342
|
}
|
|
343
343
|
r.dispatchCommand(we, t);
|
|
344
344
|
}
|
|
@@ -361,7 +361,7 @@ function Hr(r) {
|
|
|
361
361
|
}, c), r.registerCommand(it, () => (lt(), !0), c), r.registerCommand(st, (e) => (ge(r, z(e, ClipboardEvent) ? e : null), !0), c), r.registerCommand(at, (e) => ((async function(t, n) {
|
|
362
362
|
await ge(n, z(t, ClipboardEvent) ? t : null), n.update(() => {
|
|
363
363
|
const o = p();
|
|
364
|
-
g(o) ? o.removeText() :
|
|
364
|
+
g(o) ? o.removeText() : T(o) && o.getNodes().forEach((a) => a.remove());
|
|
365
365
|
});
|
|
366
366
|
})(e, r), !0), c), r.registerCommand(et, (e) => {
|
|
367
367
|
const [, t, n] = V(e);
|
|
@@ -408,28 +408,28 @@ function jr({ editor: r, ErrorBoundary: e }) {
|
|
|
408
408
|
function Wr({ editor: r, ErrorBoundary: e }) {
|
|
409
409
|
return (function(t) {
|
|
410
410
|
const n = Xt.maybeFromEditor(t);
|
|
411
|
-
if (n && n.hasExtensionByName(
|
|
411
|
+
if (n && n.hasExtensionByName(Dr.name)) {
|
|
412
412
|
for (const o of ["@lexical/plain-text", "@lexical/rich-text"]) n.hasExtensionByName(o) && Or(320, o);
|
|
413
413
|
return !0;
|
|
414
414
|
}
|
|
415
415
|
return !1;
|
|
416
416
|
})(r) ? null : f(jr, { editor: r, ErrorBoundary: e });
|
|
417
417
|
}
|
|
418
|
-
function
|
|
418
|
+
function _e(r) {
|
|
419
419
|
return r.getEditorState().read(Oe(r.isComposing()));
|
|
420
420
|
}
|
|
421
421
|
function Jr({ contentEditable: r, placeholder: e = null, ErrorBoundary: t }) {
|
|
422
|
-
const [n] =
|
|
422
|
+
const [n] = L();
|
|
423
423
|
return (function(o) {
|
|
424
424
|
le(() => W(Hr(o), Rr(o)), [o]);
|
|
425
|
-
})(n),
|
|
425
|
+
})(n), F($e, { children: [r, f(Xr, { content: e }), f(Wr, { editor: n, ErrorBoundary: t })] });
|
|
426
426
|
}
|
|
427
427
|
function Xr({ content: r }) {
|
|
428
|
-
const [e] =
|
|
429
|
-
const [a, s] = M(() =>
|
|
428
|
+
const [e] = L(), t = (function(o) {
|
|
429
|
+
const [a, s] = M(() => _e(o));
|
|
430
430
|
return le(() => {
|
|
431
431
|
function i() {
|
|
432
|
-
const l =
|
|
432
|
+
const l = _e(o);
|
|
433
433
|
s(l);
|
|
434
434
|
}
|
|
435
435
|
return i(), W(o.registerUpdateListener(() => {
|
|
@@ -442,33 +442,33 @@ function Xr({ content: r }) {
|
|
|
442
442
|
return t ? typeof r == "function" ? r(n) : r : null;
|
|
443
443
|
}
|
|
444
444
|
const je = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? j : b;
|
|
445
|
-
function Yr({ editor: r, ariaActiveDescendant: e, ariaAutoComplete: t, ariaControls: n, ariaDescribedBy: o, ariaErrorMessage: a, ariaExpanded: s, ariaInvalid: i, ariaLabel: l, ariaLabelledBy: d, ariaMultiline: u, ariaOwns: m, ariaRequired: h, autoCapitalize: S, className: y, id: x, role: E = "textbox", spellCheck: C = !0, style: v, tabIndex:
|
|
446
|
-
const [w, R] = M(r.isEditable()),
|
|
445
|
+
function Yr({ editor: r, ariaActiveDescendant: e, ariaAutoComplete: t, ariaControls: n, ariaDescribedBy: o, ariaErrorMessage: a, ariaExpanded: s, ariaInvalid: i, ariaLabel: l, ariaLabelledBy: d, ariaMultiline: u, ariaOwns: m, ariaRequired: h, autoCapitalize: S, className: y, id: x, role: E = "textbox", spellCheck: C = !0, style: v, tabIndex: _, "data-testid": D, ...P }, $) {
|
|
446
|
+
const [w, R] = M(r.isEditable()), N = Kt((k) => {
|
|
447
447
|
k && k.ownerDocument && k.ownerDocument.defaultView ? r.setRootElement(k) : r.setRootElement(null);
|
|
448
448
|
}, [r]), J = O(() => /* @__PURE__ */ (function(...k) {
|
|
449
449
|
return (X) => {
|
|
450
450
|
for (const K of k) typeof K == "function" ? K(X) : K != null && (K.current = X);
|
|
451
451
|
};
|
|
452
|
-
})(
|
|
452
|
+
})($, N), [N, $]);
|
|
453
453
|
return je(() => (R(r.isEditable()), r.registerEditableListener((k) => {
|
|
454
454
|
R(k);
|
|
455
|
-
})), [r]), f("div", { "aria-activedescendant": w ? e : void 0, "aria-autocomplete": w ? t : "none", "aria-controls": w ? n : void 0, "aria-describedby": o, ...a != null ? { "aria-errormessage": a } : {}, "aria-expanded": w && E === "combobox" ? !!s : void 0, ...i != null ? { "aria-invalid": i } : {}, "aria-label": l, "aria-labelledby": d, "aria-multiline": u, "aria-owns": w ? m : void 0, "aria-readonly": !w || void 0, "aria-required": h, autoCapitalize: S, className: y, contentEditable: w, "data-testid":
|
|
455
|
+
})), [r]), f("div", { "aria-activedescendant": w ? e : void 0, "aria-autocomplete": w ? t : "none", "aria-controls": w ? n : void 0, "aria-describedby": o, ...a != null ? { "aria-errormessage": a } : {}, "aria-expanded": w && E === "combobox" ? !!s : void 0, ...i != null ? { "aria-invalid": i } : {}, "aria-label": l, "aria-labelledby": d, "aria-multiline": u, "aria-owns": w ? m : void 0, "aria-readonly": !w || void 0, "aria-required": h, autoCapitalize: S, className: y, contentEditable: w, "data-testid": D, id: x, ref: J, role: E, spellCheck: C, style: v, tabIndex: _, ...P });
|
|
456
456
|
}
|
|
457
457
|
const qr = Ie(Yr);
|
|
458
|
-
function
|
|
458
|
+
function Ne(r) {
|
|
459
459
|
return r.getEditorState().read(Oe(r.isComposing()));
|
|
460
460
|
}
|
|
461
461
|
const Gr = Ie(Vr);
|
|
462
462
|
function Vr(r, e) {
|
|
463
|
-
const { placeholder: t, ...n } = r, [o] =
|
|
464
|
-
return
|
|
463
|
+
const { placeholder: t, ...n } = r, [o] = L();
|
|
464
|
+
return F($e, { children: [f(qr, { editor: o, ...n, ref: e }), t != null && f(Zr, { editor: o, content: t })] });
|
|
465
465
|
}
|
|
466
466
|
function Zr({ content: r, editor: e }) {
|
|
467
467
|
const t = (function(s) {
|
|
468
|
-
const [i, l] = M(() =>
|
|
468
|
+
const [i, l] = M(() => Ne(s));
|
|
469
469
|
return je(() => {
|
|
470
470
|
function d() {
|
|
471
|
-
const u =
|
|
471
|
+
const u = Ne(s);
|
|
472
472
|
l(u);
|
|
473
473
|
}
|
|
474
474
|
return d(), W(s.registerUpdateListener(() => {
|
|
@@ -493,53 +493,28 @@ class en extends Ht {
|
|
|
493
493
|
super(e), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = ee;
|
|
494
494
|
}
|
|
495
495
|
static getDerivedStateFromError(e) {
|
|
496
|
-
return {
|
|
497
|
-
didCatch: !0,
|
|
498
|
-
error: e
|
|
499
|
-
};
|
|
496
|
+
return { didCatch: !0, error: e };
|
|
500
497
|
}
|
|
501
|
-
resetErrorBoundary() {
|
|
502
|
-
const {
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
a[s] = arguments[s];
|
|
508
|
-
(t = (n = this.props).onReset) === null || t === void 0 || t.call(n, {
|
|
509
|
-
args: a,
|
|
510
|
-
reason: "imperative-api"
|
|
511
|
-
}), this.setState(ee);
|
|
512
|
-
}
|
|
498
|
+
resetErrorBoundary(...e) {
|
|
499
|
+
const { error: t } = this.state;
|
|
500
|
+
t !== null && (this.props.onReset?.({
|
|
501
|
+
args: e,
|
|
502
|
+
reason: "imperative-api"
|
|
503
|
+
}), this.setState(ee));
|
|
513
504
|
}
|
|
514
505
|
componentDidCatch(e, t) {
|
|
515
|
-
|
|
516
|
-
(n = (o = this.props).onError) === null || n === void 0 || n.call(o, e, t);
|
|
506
|
+
this.props.onError?.(e, t);
|
|
517
507
|
}
|
|
518
508
|
componentDidUpdate(e, t) {
|
|
519
|
-
const {
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
var a, s;
|
|
526
|
-
(a = (s = this.props).onReset) === null || a === void 0 || a.call(s, {
|
|
527
|
-
next: o,
|
|
528
|
-
prev: e.resetKeys,
|
|
529
|
-
reason: "keys"
|
|
530
|
-
}), this.setState(ee);
|
|
531
|
-
}
|
|
509
|
+
const { didCatch: n } = this.state, { resetKeys: o } = this.props;
|
|
510
|
+
n && t.error !== null && tn(e.resetKeys, o) && (this.props.onReset?.({
|
|
511
|
+
next: o,
|
|
512
|
+
prev: e.resetKeys,
|
|
513
|
+
reason: "keys"
|
|
514
|
+
}), this.setState(ee));
|
|
532
515
|
}
|
|
533
516
|
render() {
|
|
534
|
-
const {
|
|
535
|
-
children: e,
|
|
536
|
-
fallbackRender: t,
|
|
537
|
-
FallbackComponent: n,
|
|
538
|
-
fallback: o
|
|
539
|
-
} = this.props, {
|
|
540
|
-
didCatch: a,
|
|
541
|
-
error: s
|
|
542
|
-
} = this.state;
|
|
517
|
+
const { children: e, fallbackRender: t, FallbackComponent: n, fallback: o } = this.props, { didCatch: a, error: s } = this.state;
|
|
543
518
|
let i = e;
|
|
544
519
|
if (a) {
|
|
545
520
|
const l = {
|
|
@@ -555,17 +530,20 @@ class en extends Ht {
|
|
|
555
530
|
else
|
|
556
531
|
throw s;
|
|
557
532
|
}
|
|
558
|
-
return me(
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
533
|
+
return me(
|
|
534
|
+
Qr.Provider,
|
|
535
|
+
{
|
|
536
|
+
value: {
|
|
537
|
+
didCatch: a,
|
|
538
|
+
error: s,
|
|
539
|
+
resetErrorBoundary: this.resetErrorBoundary
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
i
|
|
543
|
+
);
|
|
565
544
|
}
|
|
566
545
|
}
|
|
567
|
-
function tn() {
|
|
568
|
-
let r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
546
|
+
function tn(r = [], e = []) {
|
|
569
547
|
return r.length !== e.length || r.some((t, n) => !Object.is(t, e[n]));
|
|
570
548
|
}
|
|
571
549
|
function rn({ children: r, onError: e }) {
|
|
@@ -573,7 +551,7 @@ function rn({ children: r, onError: e }) {
|
|
|
573
551
|
}
|
|
574
552
|
const nn = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? j : b;
|
|
575
553
|
function on({ ignoreHistoryMergeTagChange: r = !0, ignoreSelectionChange: e = !1, onChange: t }) {
|
|
576
|
-
const [n] =
|
|
554
|
+
const [n] = L();
|
|
577
555
|
return nn(() => {
|
|
578
556
|
if (t) return n.registerUpdateListener(({ editorState: o, dirtyElements: a, dirtyLeaves: s, prevEditorState: i, tags: l }) => {
|
|
579
557
|
e && a.size === 0 && s.size === 0 || r && l.has(oe) || i.isEmpty() || t(o, n, l);
|
|
@@ -581,9 +559,9 @@ function on({ ignoreHistoryMergeTagChange: r = !0, ignoreSelectionChange: e = !1
|
|
|
581
559
|
}, [n, r, e, t]), null;
|
|
582
560
|
}
|
|
583
561
|
function an({ hasStrictIndent: r = !1 }) {
|
|
584
|
-
const [e] =
|
|
562
|
+
const [e] = L();
|
|
585
563
|
return b(() => {
|
|
586
|
-
if (!e.hasNodes([Me,
|
|
564
|
+
if (!e.hasNodes([Me, Fe])) throw new Error("ListPlugin: ListNode and/or ListItemNode not registered on editor");
|
|
587
565
|
}, [e]), b(() => {
|
|
588
566
|
if (r) return rr(e);
|
|
589
567
|
}, [e, r]), (function(t) {
|
|
@@ -591,9 +569,9 @@ function an({ hasStrictIndent: r = !1 }) {
|
|
|
591
569
|
})(e), null;
|
|
592
570
|
}
|
|
593
571
|
function sn({ validateUrl: r, attributes: e }) {
|
|
594
|
-
const [t] =
|
|
572
|
+
const [t] = L();
|
|
595
573
|
return b(() => {
|
|
596
|
-
if (!t.hasNodes([
|
|
574
|
+
if (!t.hasNodes([Ae])) throw new Error("LinkPlugin: LinkNode not registered on editor");
|
|
597
575
|
}), b(() => or(t, ie({ attributes: e, validateUrl: r })), [t, r, e]), null;
|
|
598
576
|
}
|
|
599
577
|
function ln(r, e, t) {
|
|
@@ -607,11 +585,11 @@ function ln(r, e, t) {
|
|
|
607
585
|
}), b(() => ar(r, { changeHandlers: t ? [t] : [], matchers: e }), [r, e, t]);
|
|
608
586
|
}
|
|
609
587
|
function un({ matchers: r, onChange: e }) {
|
|
610
|
-
const [t] =
|
|
588
|
+
const [t] = L();
|
|
611
589
|
return ln(t, r, e), null;
|
|
612
590
|
}
|
|
613
591
|
function dn({ newTab: r = !0, disabled: e = !1 }) {
|
|
614
|
-
const [t] =
|
|
592
|
+
const [t] = L();
|
|
615
593
|
return b(() => sr(t, ie({ disabled: e, newTab: r })), [t, r, e]), null;
|
|
616
594
|
}
|
|
617
595
|
function cn(r, e, t, n, o) {
|
|
@@ -619,23 +597,23 @@ function cn(r, e, t, n, o) {
|
|
|
619
597
|
const a = e._selection, s = r._selection;
|
|
620
598
|
if (o) return 1;
|
|
621
599
|
if (!(g(a) && g(s) && s.isCollapsed() && a.isCollapsed())) return 0;
|
|
622
|
-
const i = (function(C, v,
|
|
623
|
-
const
|
|
624
|
-
for (const
|
|
625
|
-
const w =
|
|
600
|
+
const i = (function(C, v, _) {
|
|
601
|
+
const D = C._nodeMap, P = [];
|
|
602
|
+
for (const $ of v) {
|
|
603
|
+
const w = D.get($);
|
|
626
604
|
w !== void 0 && P.push(w);
|
|
627
605
|
}
|
|
628
|
-
for (const [
|
|
606
|
+
for (const [$, w] of _) {
|
|
629
607
|
if (!w) continue;
|
|
630
|
-
const R =
|
|
631
|
-
R === void 0 ||
|
|
608
|
+
const R = D.get($);
|
|
609
|
+
R === void 0 || De(R) || P.push(R);
|
|
632
610
|
}
|
|
633
611
|
return P;
|
|
634
612
|
})(e, t, n);
|
|
635
613
|
if (i.length === 0) return 0;
|
|
636
614
|
if (i.length > 1) {
|
|
637
|
-
const C = e._nodeMap, v = C.get(a.anchor.key),
|
|
638
|
-
return v &&
|
|
615
|
+
const C = e._nodeMap, v = C.get(a.anchor.key), _ = C.get(s.anchor.key);
|
|
616
|
+
return v && _ && !r._nodeMap.has(v.__key) && I(v) && v.__text.length === 1 && a.anchor.offset === 1 ? 2 : 0;
|
|
639
617
|
}
|
|
640
618
|
const l = i[0], d = r._nodeMap.get(l.__key);
|
|
641
619
|
if (!I(d) || !I(l) || d.__mode !== l.__mode) return 0;
|
|
@@ -658,9 +636,9 @@ function fn(r, e) {
|
|
|
658
636
|
const x = a._selection;
|
|
659
637
|
if (!(i.size > 0 || l.size > 0)) return x !== null ? 0 : 2;
|
|
660
638
|
const E = typeof e == "number" ? e : e.peek();
|
|
661
|
-
return y === !1 && m !== 0 && m === n && u < t + E && S || i.size === 1 && (function(C, v,
|
|
662
|
-
const
|
|
663
|
-
return !(g(
|
|
639
|
+
return y === !1 && m !== 0 && m === n && u < t + E && S || i.size === 1 && (function(C, v, _) {
|
|
640
|
+
const D = v._nodeMap.get(C), P = _._nodeMap.get(C), $ = v._selection, w = _._selection;
|
|
641
|
+
return !(g($) && g(w) && $.anchor.type === "element" && $.focus.type === "element" && w.anchor.type === "text" && w.focus.type === "text" || !I(D) || !I(P) || D.__parent !== P.__parent) && JSON.stringify(v.read(() => D.exportJSON())) === JSON.stringify(_.read(() => P.exportJSON()));
|
|
664
642
|
})(Array.from(i)[0], o, a) ? 0 : 1;
|
|
665
643
|
})();
|
|
666
644
|
return t = u, n = m, h;
|
|
@@ -685,7 +663,7 @@ function We(r, e, t) {
|
|
|
685
663
|
const u = i.pop();
|
|
686
664
|
i.length === 0 && a.dispatchCommand(Y, !1), s.current = u || null, u && u.editor.setEditorState(u.editorState, { tag: ne });
|
|
687
665
|
}
|
|
688
|
-
})(r, e), !0), c), r.registerCommand(Bt, () => (ke(e), !1), c), r.registerCommand(
|
|
666
|
+
})(r, e), !0), c), r.registerCommand(Bt, () => (ke(e), !1), c), r.registerCommand(Tt, () => (ke(e), r.dispatchCommand(Y, !1), r.dispatchCommand(q, !1), !0), c), r.registerUpdateListener(({ editorState: a, prevEditorState: s, dirtyLeaves: i, dirtyElements: l, tags: d }) => {
|
|
689
667
|
const u = e.current, m = e.redoStack, h = e.undoStack, S = u === null ? null : u.editorState;
|
|
690
668
|
if (u !== null && a === S) return;
|
|
691
669
|
const y = n(s, a, u, i, l, d);
|
|
@@ -697,11 +675,11 @@ function We(r, e, t) {
|
|
|
697
675
|
function Je() {
|
|
698
676
|
return { current: null, redoStack: [], undoStack: [] };
|
|
699
677
|
}
|
|
700
|
-
const te = ae({ build: (r, { delay: e, createInitialHistoryState: t, disabled: n }) => ie({ delay: e, disabled: n, historyState: t(r) }), config:
|
|
678
|
+
const te = ae({ build: (r, { delay: e, createInitialHistoryState: t, disabled: n }) => ie({ delay: e, disabled: n, historyState: t(r) }), config: At({ createInitialHistoryState: Je, delay: 300, disabled: typeof window > "u" }), name: "@lexical/history/History", register: (r, e, t) => {
|
|
701
679
|
const n = t.getOutput();
|
|
702
680
|
return Re(() => n.disabled.value ? void 0 : We(r, n.historyState.value, n.delay));
|
|
703
681
|
} });
|
|
704
|
-
ae({ dependencies: [
|
|
682
|
+
ae({ dependencies: [Ft(te, { createInitialHistoryState: () => {
|
|
705
683
|
throw new Error("SharedHistory did not inherit parent history");
|
|
706
684
|
}, disabled: !0 })], name: "@lexical/history/SharedHistory", register(r, e, t) {
|
|
707
685
|
const { output: n } = t.getDependency(te), o = (function(s) {
|
|
@@ -715,14 +693,14 @@ ae({ dependencies: [At(te, { createInitialHistoryState: () => {
|
|
|
715
693
|
}));
|
|
716
694
|
} });
|
|
717
695
|
function mn({ delay: r, externalHistoryState: e }) {
|
|
718
|
-
const [t] =
|
|
696
|
+
const [t] = L();
|
|
719
697
|
return (function(n, o, a = 1e3) {
|
|
720
698
|
const s = O(() => o || Je(), [o]);
|
|
721
699
|
b(() => We(n, s, a), [a, n, s]);
|
|
722
700
|
})(t, e, r), null;
|
|
723
701
|
}
|
|
724
702
|
function pn({ hasCellMerge: r = !0, hasCellBackgroundColor: e = !0, hasTabHandler: t = !0, hasHorizontalScroll: n = !1, hasNestedTables: o = !1 }) {
|
|
725
|
-
const [a] =
|
|
703
|
+
const [a] = L();
|
|
726
704
|
b(() => {
|
|
727
705
|
ir(a) !== n && (lr(a, n), a.registerNodeTransform(ze, () => {
|
|
728
706
|
})());
|
|
@@ -737,7 +715,7 @@ function pn({ hasCellMerge: r = !0, hasCellBackgroundColor: e = !0, hasTabHandle
|
|
|
737
715
|
}, [a, e, r]), null;
|
|
738
716
|
}
|
|
739
717
|
function gn({ editorRef: r }) {
|
|
740
|
-
const [e] =
|
|
718
|
+
const [e] = L();
|
|
741
719
|
return Ut.useEffect(() => {
|
|
742
720
|
typeof r == "function" ? r(e) : typeof r == "object" && (r.current = e);
|
|
743
721
|
}, [e]), null;
|
|
@@ -758,46 +736,46 @@ const Xe = 200, hn = ({
|
|
|
758
736
|
onCatalogueLinkSearch: h,
|
|
759
737
|
catalogueSearchResponse: S = { state: "idle", results: [] }
|
|
760
738
|
}) => {
|
|
761
|
-
const { switchLanguage: y } =
|
|
739
|
+
const { switchLanguage: y } = _r(), x = Cr(), [E] = M(() => Pe()), [C, v] = M(0), [_, D] = M(0), P = jt(), $ = {
|
|
762
740
|
html: {
|
|
763
741
|
export: mr
|
|
764
742
|
},
|
|
765
743
|
namespace: "UvaRte",
|
|
766
744
|
editor: E,
|
|
767
745
|
theme: wr,
|
|
768
|
-
onError(
|
|
769
|
-
throw
|
|
746
|
+
onError(N) {
|
|
747
|
+
throw N;
|
|
770
748
|
},
|
|
771
749
|
nodes: [
|
|
772
750
|
Me,
|
|
773
|
-
Ae,
|
|
774
751
|
Fe,
|
|
752
|
+
Ae,
|
|
775
753
|
Ue,
|
|
776
754
|
Ke,
|
|
777
755
|
fr,
|
|
778
756
|
ze,
|
|
779
|
-
|
|
757
|
+
Nr,
|
|
780
758
|
kr
|
|
781
759
|
],
|
|
782
|
-
editorState: (
|
|
783
|
-
const k = new DOMParser().parseFromString(e, "text/html"), X = er(
|
|
784
|
-
|
|
760
|
+
editorState: (N) => {
|
|
761
|
+
const k = new DOMParser().parseFromString(e, "text/html"), X = er(N, k);
|
|
762
|
+
A().clear(), Te(X), Le(null);
|
|
785
763
|
}
|
|
786
|
-
}, w = (
|
|
787
|
-
|
|
764
|
+
}, w = (N) => N.trim().length === 0 ? 0 : N.split(" ").length, R = (N, J) => {
|
|
765
|
+
N.read(() => {
|
|
788
766
|
let k = "";
|
|
789
|
-
v(w(
|
|
767
|
+
v(w(A().getTextContent().replace(/\s+/g, " ").trim())), k = pr(tr(J)), k = gr(k), m(k);
|
|
790
768
|
});
|
|
791
769
|
};
|
|
792
770
|
return b(() => {
|
|
793
771
|
y(r.toUpperCase());
|
|
794
772
|
}, [r, y]), b(() => {
|
|
795
|
-
const
|
|
796
|
-
v(w(
|
|
797
|
-
}, [e]), /* @__PURE__ */
|
|
798
|
-
/* @__PURE__ */
|
|
773
|
+
const N = e.replace(/<br\s*\/?>| /gi, " ").replace(/<\/?[^>]+(>|$)|&[a-z]+;/g, "").replace(/\s+/g, " ").trim();
|
|
774
|
+
v(w(N));
|
|
775
|
+
}, [e]), /* @__PURE__ */ F("div", { className: B.editor__container, children: [
|
|
776
|
+
/* @__PURE__ */ F("div", { className: B.editor__header, children: [
|
|
799
777
|
/* @__PURE__ */ f(Sr, { label: n, info: o, required: a }),
|
|
800
|
-
/* @__PURE__ */
|
|
778
|
+
/* @__PURE__ */ F("div", { className: B["editor__header-word-count"], children: [
|
|
801
779
|
/* @__PURE__ */ f("span", { className: Ce({ [B["editor__header-word-count--alert"]]: C > d }), children: C }),
|
|
802
780
|
" / ",
|
|
803
781
|
d
|
|
@@ -809,16 +787,16 @@ const Xe = 200, hn = ({
|
|
|
809
787
|
className: Ce(B.editor, {
|
|
810
788
|
[B["not-valid"]]: s
|
|
811
789
|
}),
|
|
812
|
-
children: /* @__PURE__ */
|
|
790
|
+
children: /* @__PURE__ */ F(Lr, { initialConfig: $, children: [
|
|
813
791
|
/* @__PURE__ */ f(
|
|
814
792
|
yr,
|
|
815
793
|
{
|
|
816
|
-
editorScrollPosition:
|
|
794
|
+
editorScrollPosition: _,
|
|
817
795
|
onCatalogueLinkSearch: h,
|
|
818
796
|
catalogueSearchResponse: S
|
|
819
797
|
}
|
|
820
798
|
),
|
|
821
|
-
/* @__PURE__ */
|
|
799
|
+
/* @__PURE__ */ F("div", { className: B["editor__field-wrapper"], children: [
|
|
822
800
|
/* @__PURE__ */ f(
|
|
823
801
|
Jr,
|
|
824
802
|
{
|
|
@@ -833,7 +811,7 @@ const Xe = 200, hn = ({
|
|
|
833
811
|
spellCheck: !1,
|
|
834
812
|
id: `${P}_rteEditor`,
|
|
835
813
|
style: { height: `${l}`, maxHeight: `${l}` },
|
|
836
|
-
onScroll: (
|
|
814
|
+
onScroll: (N) => D(N.currentTarget.scrollTop)
|
|
837
815
|
}
|
|
838
816
|
),
|
|
839
817
|
placeholder: /* @__PURE__ */ f("div", { className: B.editor__placeholder, children: t }),
|
|
@@ -849,7 +827,7 @@ const Xe = 200, hn = ({
|
|
|
849
827
|
/* @__PURE__ */ f(dn, {}),
|
|
850
828
|
/* @__PURE__ */ f(on, { onChange: R }),
|
|
851
829
|
/* @__PURE__ */ f(Er, {}),
|
|
852
|
-
/* @__PURE__ */ f(
|
|
830
|
+
/* @__PURE__ */ f($r, {}),
|
|
853
831
|
u && /* @__PURE__ */ f(gn, { editorRef: u })
|
|
854
832
|
] })
|
|
855
833
|
] })
|