@uva-glass/component-library 3.33.1 → 3.33.2
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-B84LhBo3.js → Lexical.prod-BjpEXQJZ.js} +1440 -1365
- package/dist/Lexical.prod-BjpEXQJZ.js.map +1 -0
- package/dist/LexicalClipboard.prod-B4j0EyWx.js +276 -0
- package/dist/LexicalClipboard.prod-B4j0EyWx.js.map +1 -0
- package/dist/{LexicalLink.prod-DoU9RL94.js → LexicalLink.prod-CYNCWmMx.js} +38 -38
- package/dist/{LexicalLink.prod-DoU9RL94.js.map → LexicalLink.prod-CYNCWmMx.js.map} +1 -1
- package/dist/{LexicalList.prod-Cw2TK1jY.js → LexicalList.prod-BRwEushm.js} +189 -204
- package/dist/LexicalList.prod-BRwEushm.js.map +1 -0
- package/dist/{LexicalSelection.prod-TB5pn9xc.js → LexicalSelection.prod-DYo5_Y2k.js} +25 -25
- package/dist/{LexicalSelection.prod-TB5pn9xc.js.map → LexicalSelection.prod-DYo5_Y2k.js.map} +1 -1
- package/dist/{LexicalTable.prod-9xjyWB0C.js → LexicalTable.prod-BArw8Dt5.js} +458 -457
- package/dist/LexicalTable.prod-BArw8Dt5.js.map +1 -0
- package/dist/{LexicalUtils.prod-CD3xGFhm.js → LexicalUtils.prod-DJRX2pwP.js} +48 -48
- package/dist/{LexicalUtils.prod-CD3xGFhm.js.map → LexicalUtils.prod-DJRX2pwP.js.map} +1 -1
- package/dist/{TablePlugin-oF-gInNx.js → TablePlugin-BWCcF8z9.js} +63 -63
- package/dist/{TablePlugin-oF-gInNx.js.map → TablePlugin-BWCcF8z9.js.map} +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +1 -1
- package/dist/components/FormInput/FormInput.js +1 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +9 -9
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +8 -8
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +40 -40
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +25 -25
- package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +5 -5
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +8 -8
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +14 -14
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +171 -171
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/helpers.js +6 -6
- package/dist/components/index.js +1 -1
- package/dist/{helpers-CMG0anwr.js → helpers-DM8qHaKY.js} +54 -54
- package/dist/helpers-DM8qHaKY.js.map +1 -0
- package/dist/{index-KJPw-7za.js → index-Ccsg2cb2.js} +285 -284
- package/dist/index-Ccsg2cb2.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/storybook__react.d.js +1 -1
- package/package.json +14 -14
- package/dist/Lexical.prod-B84LhBo3.js.map +0 -1
- package/dist/LexicalClipboard.prod-DLgWWXys.js +0 -255
- package/dist/LexicalClipboard.prod-DLgWWXys.js.map +0 -1
- package/dist/LexicalList.prod-Cw2TK1jY.js.map +0 -1
- package/dist/LexicalTable.prod-9xjyWB0C.js.map +0 -1
- package/dist/helpers-CMG0anwr.js.map +0 -1
- package/dist/index-KJPw-7za.js.map +0 -1
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { o as u } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
|
|
3
3
|
import { c as f } from "../../../../clsx-OuTLNxxd.js";
|
|
4
|
-
import {
|
|
4
|
+
import { D as _, g as p, Q as h } from "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
5
5
|
import { useState as l, useEffect as k } from "react";
|
|
6
6
|
import { Icon as I } from "../../../Icon/Icon.js";
|
|
7
7
|
import { s as a } from "../../../../RteEditor.module-B_3uFnFu.js";
|
|
8
8
|
import { useTranslation as B } from "../../hooks/useTranslation.js";
|
|
9
|
-
const
|
|
9
|
+
const T = {
|
|
10
10
|
bold: "Bold",
|
|
11
11
|
italic: "Italic"
|
|
12
|
-
},
|
|
13
|
-
const t = B(), [i] = u(), [
|
|
12
|
+
}, g = ["bold", "italic"], D = () => {
|
|
13
|
+
const t = B(), [i] = u(), [e, c] = l(!1), [n, m] = l(!1), d = (o) => {
|
|
14
14
|
i.dispatchCommand(h, o);
|
|
15
15
|
};
|
|
16
16
|
return k(() => {
|
|
17
17
|
const o = i.registerUpdateListener(({ editorState: b }) => {
|
|
18
18
|
b.read(() => {
|
|
19
19
|
const r = _();
|
|
20
|
-
p(r) && (
|
|
20
|
+
p(r) && (c(r.hasFormat("bold")), m(r.hasFormat("italic")));
|
|
21
21
|
});
|
|
22
22
|
});
|
|
23
23
|
return () => {
|
|
24
24
|
o();
|
|
25
25
|
};
|
|
26
|
-
}, [i]), /* @__PURE__ */ s("div", { className: a["editor__toolbar-button-group"], children:
|
|
26
|
+
}, [i]), /* @__PURE__ */ s("div", { className: a["editor__toolbar-button-group"], children: g.map((o) => /* @__PURE__ */ s(
|
|
27
27
|
"button",
|
|
28
28
|
{
|
|
29
29
|
onClick: () => d(o),
|
|
@@ -31,18 +31,18 @@ const C = {
|
|
|
31
31
|
className: f(
|
|
32
32
|
a["editor__toolbar-button"],
|
|
33
33
|
a[`editor__toolbar-button--${o}`],
|
|
34
|
-
o === "bold" &&
|
|
34
|
+
o === "bold" && e && a["editor__toolbar-button--active"],
|
|
35
35
|
o === "italic" && n && a["editor__toolbar-button--active"]
|
|
36
36
|
),
|
|
37
37
|
"aria-label": `${o === "bold" ? t.aria.labels.bold : t.aria.labels.italic}`,
|
|
38
38
|
"aria-keyshortcuts": `${o === "bold" ? t.aria.keyshortcuts.bold : t.aria.keyshortcuts.italic}`,
|
|
39
39
|
type: "button",
|
|
40
|
-
children: /* @__PURE__ */ s(I, { name:
|
|
40
|
+
children: /* @__PURE__ */ s(I, { name: T[o], size: 24 })
|
|
41
41
|
},
|
|
42
42
|
o
|
|
43
43
|
)) });
|
|
44
44
|
};
|
|
45
45
|
export {
|
|
46
|
-
|
|
46
|
+
D as BlockFormatPlugin
|
|
47
47
|
};
|
|
48
48
|
//# sourceMappingURL=BlockFormatPlugin.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as f, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { o as h } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
|
|
4
|
-
import {
|
|
4
|
+
import { as as _, at as k, au as y, av as C } from "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
5
5
|
import { useState as s, useEffect as m } from "react";
|
|
6
6
|
import { Icon as n } from "../../../Icon/Icon.js";
|
|
7
7
|
import "../../../Buttons/Button.js";
|
|
@@ -17,9 +17,9 @@ import "../../../IconButton/IconButton.js";
|
|
|
17
17
|
import "../../../Input/Input.js";
|
|
18
18
|
import "../../../InputField/InputField.js";
|
|
19
19
|
import "react-router";
|
|
20
|
-
import "../../../../TablePlugin-
|
|
20
|
+
import "../../../../TablePlugin-BWCcF8z9.js";
|
|
21
21
|
import { s as r } from "../../../../RteEditor.module-B_3uFnFu.js";
|
|
22
|
-
import { useTranslation as
|
|
22
|
+
import { useTranslation as g } from "../../hooks/useTranslation.js";
|
|
23
23
|
import "../LinkPlugin/LinkContextMenu/LinkContextMenu.js";
|
|
24
24
|
import "../../hooks/components/Flyout.js";
|
|
25
25
|
import "../../Providers/LanguageProvider.js";
|
|
@@ -28,18 +28,18 @@ import "../../../SelectListbox/SelectListbox.js";
|
|
|
28
28
|
import "../../../SelectListbox/SelectProvider.js";
|
|
29
29
|
import "../../../Sortable/components/SortableItem.js";
|
|
30
30
|
import "../../../../SortableProvider-DisCfTTN.js";
|
|
31
|
-
const
|
|
32
|
-
const o =
|
|
31
|
+
const Y = () => {
|
|
32
|
+
const o = g(), [t] = h(), [p, d] = s(!1), [l, c] = s(!1), u = () => {
|
|
33
33
|
t.dispatchCommand(y, void 0);
|
|
34
34
|
}, b = () => {
|
|
35
|
-
t.dispatchCommand(
|
|
35
|
+
t.dispatchCommand(C, void 0);
|
|
36
36
|
};
|
|
37
37
|
return m(() => t.registerCommand(
|
|
38
38
|
_,
|
|
39
39
|
(e) => (d(e), !1),
|
|
40
40
|
1
|
|
41
41
|
), [t]), m(() => t.registerCommand(
|
|
42
|
-
|
|
42
|
+
k,
|
|
43
43
|
(e) => (c(e), !1),
|
|
44
44
|
1
|
|
45
45
|
), [t]), /* @__PURE__ */ f("div", { className: r["editor__toolbar-button-group"], children: [
|
|
@@ -72,6 +72,6 @@ const Z = () => {
|
|
|
72
72
|
] });
|
|
73
73
|
};
|
|
74
74
|
export {
|
|
75
|
-
|
|
75
|
+
Y as HistoryPlugin
|
|
76
76
|
};
|
|
77
77
|
//# sourceMappingURL=HistoryPlugin.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { A as D } from "../../../../../TablePlugin-
|
|
4
|
-
import "../../../../../helpers-
|
|
3
|
+
import { A as D } from "../../../../../TablePlugin-BWCcF8z9.js";
|
|
4
|
+
import "../../../../../helpers-DM8qHaKY.js";
|
|
5
5
|
import "../../../../Icon/Icon.js";
|
|
6
6
|
import "../../../../Buttons/Button.js";
|
|
7
7
|
import "../../../../Buttons/LinkButton.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as u, Fragment as L, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as K, useState as d, useRef as N, useImperativeHandle as T, useLayoutEffect as g } from "react";
|
|
3
|
-
import { e as E } from "../../../../../helpers-
|
|
3
|
+
import { e as E } from "../../../../../helpers-DM8qHaKY.js";
|
|
4
4
|
import { Icon as k } from "../../../../Icon/Icon.js";
|
|
5
5
|
import { useTranslation as R } from "../../../hooks/useTranslation.js";
|
|
6
6
|
import { Button as b } from "../../../../Buttons/Button.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as k, jsxs as
|
|
2
|
-
import { o as
|
|
3
|
-
import { c as
|
|
4
|
-
import { p as O, k as
|
|
1
|
+
import { jsx as k, jsxs as j } from "react/jsx-runtime";
|
|
2
|
+
import { o as Y } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
|
|
3
|
+
import { c as Z } from "../../../../clsx-OuTLNxxd.js";
|
|
4
|
+
import { p as O, k as q, v as G } from "../../../../LexicalLink.prod-CYNCWmMx.js";
|
|
5
5
|
import { useRef as a, useState as J, useEffect as m } from "react";
|
|
6
|
-
import {
|
|
7
|
-
import { A as rt } from "../../../../TablePlugin-
|
|
8
|
-
import { e as nt } from "../../../../helpers-
|
|
6
|
+
import { Z as Q, D as f, l as X, ar as $, g as w, W as tt, E as et, r as ot } from "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
7
|
+
import { A as rt } from "../../../../TablePlugin-BWCcF8z9.js";
|
|
8
|
+
import { e as nt } from "../../../../helpers-DM8qHaKY.js";
|
|
9
9
|
import { LinkContextMenu as it } from "./LinkContextMenu/LinkContextMenu.js";
|
|
10
10
|
import { useFlyout as st } from "../../hooks/useFlyout.js";
|
|
11
11
|
import { Icon as ct } from "../../../Icon/Icon.js";
|
|
@@ -51,18 +51,18 @@ const ut = 200, z = (p) => {
|
|
|
51
51
|
n = n.getParent();
|
|
52
52
|
}
|
|
53
53
|
return !1;
|
|
54
|
-
},
|
|
55
|
-
const n = at(), [c] =
|
|
54
|
+
}, Wt = ({ parentScrollPosition: p }) => {
|
|
55
|
+
const n = at(), [c] = Y(), { flyout: U, showFlyout: _, hideFlyout: C, isVisible: u } = st(), d = a(void 0), N = a(!1), v = a(""), g = a(""), [y, A] = J({ active: !1, url: "", linktext: "" }), P = a(u), x = a(null), S = a(null), T = a(void 0), L = () => {
|
|
56
56
|
c.update(() => {
|
|
57
57
|
const o = f();
|
|
58
58
|
x.current = o;
|
|
59
59
|
});
|
|
60
|
-
},
|
|
60
|
+
}, D = () => {
|
|
61
61
|
c.update(() => {
|
|
62
62
|
x.current && et(x.current);
|
|
63
63
|
});
|
|
64
64
|
}, H = (o, t) => {
|
|
65
|
-
|
|
65
|
+
_({
|
|
66
66
|
position: t,
|
|
67
67
|
children: /* @__PURE__ */ k(
|
|
68
68
|
it,
|
|
@@ -70,31 +70,31 @@ const ut = 200, z = (p) => {
|
|
|
70
70
|
url: o,
|
|
71
71
|
onSave: (e) => K(e, ""),
|
|
72
72
|
onDelete: () => M(),
|
|
73
|
-
onClose:
|
|
73
|
+
onClose: R,
|
|
74
74
|
ref: T
|
|
75
75
|
}
|
|
76
76
|
)
|
|
77
77
|
});
|
|
78
|
-
},
|
|
79
|
-
T.current?.clearForm(), C(),
|
|
80
|
-
},
|
|
78
|
+
}, R = () => {
|
|
79
|
+
T.current?.clearForm(), C(), D();
|
|
80
|
+
}, E = () => {
|
|
81
81
|
const o = S.current?.getBoundingClientRect();
|
|
82
|
-
!
|
|
82
|
+
!N.current && o && (L(), _({ position: { top: o.bottom, left: o.left }, ...V }), setTimeout(() => d.current?.setDefaults("", g.current), 0));
|
|
83
83
|
}, b = () => {
|
|
84
|
-
C(),
|
|
84
|
+
C(), D();
|
|
85
85
|
}, K = (o, t) => {
|
|
86
86
|
c.update(() => {
|
|
87
87
|
const e = f();
|
|
88
|
-
if (
|
|
88
|
+
if (w(e)) {
|
|
89
89
|
const i = e.anchor.getNode(), s = z(i);
|
|
90
90
|
if (t && t !== "") {
|
|
91
91
|
if (s) {
|
|
92
92
|
const l = ot(t);
|
|
93
93
|
s.replace(l), l.select();
|
|
94
94
|
}
|
|
95
|
-
if (t !==
|
|
96
|
-
const { anchor: l, focus:
|
|
97
|
-
e.insertText(t), l.offset -= t.length,
|
|
95
|
+
if (t !== v.current && v.current === "") {
|
|
96
|
+
const { anchor: l, focus: F } = e;
|
|
97
|
+
e.insertText(t), l.offset -= t.length, F.offset = l.offset + t.length;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
G(nt(o), { target: "_blank" });
|
|
@@ -102,12 +102,12 @@ const ut = 200, z = (p) => {
|
|
|
102
102
|
b();
|
|
103
103
|
});
|
|
104
104
|
}, M = () => {
|
|
105
|
-
c.dispatchCommand(
|
|
105
|
+
c.dispatchCommand(q, null), R();
|
|
106
106
|
}, V = {
|
|
107
107
|
children: /* @__PURE__ */ k(
|
|
108
108
|
rt,
|
|
109
109
|
{
|
|
110
|
-
isLink:
|
|
110
|
+
isLink: y,
|
|
111
111
|
onCloseHandler: b,
|
|
112
112
|
onSaveHandler: (o, t) => K(o, t),
|
|
113
113
|
ref: d
|
|
@@ -115,10 +115,10 @@ const ut = 200, z = (p) => {
|
|
|
115
115
|
)
|
|
116
116
|
};
|
|
117
117
|
return m(() => {
|
|
118
|
-
u ? (
|
|
118
|
+
u ? (N.current = !0, d.current?.focusFirstField()) : (d.current?.clearForm(), v.current = g.current = "", setTimeout(() => N.current = !1, ut));
|
|
119
119
|
}, [d, u]), m(() => {
|
|
120
120
|
const o = (r) => {
|
|
121
|
-
if (
|
|
121
|
+
if (w(r) && r.isCollapsed()) {
|
|
122
122
|
const i = I(r.anchor.getNode());
|
|
123
123
|
if (i) {
|
|
124
124
|
const s = c.getElementByKey(r.anchor.getNode().getKey()), l = s ? { top: s.getBoundingClientRect().bottom, left: s.getBoundingClientRect().left } : { top: 0, left: 0 };
|
|
@@ -134,10 +134,10 @@ const ut = 200, z = (p) => {
|
|
|
134
134
|
},
|
|
135
135
|
0
|
|
136
136
|
), e = c.registerCommand(
|
|
137
|
-
|
|
137
|
+
X,
|
|
138
138
|
(r) => {
|
|
139
139
|
const i = f();
|
|
140
|
-
return
|
|
140
|
+
return L(), r.preventDefault(), r.stopPropagation(), r.stopImmediatePropagation(), o(i), !1;
|
|
141
141
|
},
|
|
142
142
|
0
|
|
143
143
|
);
|
|
@@ -150,15 +150,15 @@ const ut = 200, z = (p) => {
|
|
|
150
150
|
(e) => {
|
|
151
151
|
if (e.ctrlKey && e.shiftKey && e.key === "U") {
|
|
152
152
|
const r = f();
|
|
153
|
-
if (
|
|
153
|
+
if (L(), !w(r))
|
|
154
154
|
return !1;
|
|
155
|
-
const i = I(r.anchor.getNode()), s = (
|
|
156
|
-
|
|
155
|
+
const i = I(r.anchor.getNode()), s = (F = "", W = "") => {
|
|
156
|
+
E(), setTimeout(() => d.current?.setDefaults(F, W), 0);
|
|
157
157
|
};
|
|
158
158
|
if (i)
|
|
159
|
-
return e.preventDefault(), e.stopPropagation(), e.stopImmediatePropagation(),
|
|
159
|
+
return e.preventDefault(), e.stopPropagation(), e.stopImmediatePropagation(), v.current = i.linktext, s(i.url, i.linktext), !0;
|
|
160
160
|
const l = r.getTextContent();
|
|
161
|
-
return l !== "" ? (g.current = l, s("", g.current), !0) : (
|
|
161
|
+
return l !== "" ? (g.current = l, s("", g.current), !0) : (E(), !0);
|
|
162
162
|
}
|
|
163
163
|
return !1;
|
|
164
164
|
},
|
|
@@ -167,7 +167,7 @@ const ut = 200, z = (p) => {
|
|
|
167
167
|
A(
|
|
168
168
|
e.read(() => {
|
|
169
169
|
const r = f();
|
|
170
|
-
if (
|
|
170
|
+
if (L(), w(r)) {
|
|
171
171
|
const i = r.anchor.getNode(), s = z(i);
|
|
172
172
|
if (s)
|
|
173
173
|
return {
|
|
@@ -192,8 +192,8 @@ const ut = 200, z = (p) => {
|
|
|
192
192
|
}, [u]), m(() => {
|
|
193
193
|
u && b();
|
|
194
194
|
}, [p]), m(() => {
|
|
195
|
-
|
|
196
|
-
}, [
|
|
195
|
+
y.active || C();
|
|
196
|
+
}, [y]), m(() => {
|
|
197
197
|
const o = (e) => (B(t), e.key === "Escape" && P.current && (e.preventDefault(), e.stopPropagation(), b()), !0);
|
|
198
198
|
window.addEventListener("keydown", o, { capture: !0 });
|
|
199
199
|
const t = () => {
|
|
@@ -202,16 +202,16 @@ const ut = 200, z = (p) => {
|
|
|
202
202
|
return B(t), window.addEventListener("scroll", t), window.addEventListener("resize", t), () => {
|
|
203
203
|
window.removeEventListener("keydown", o), window.removeEventListener("scroll", t), window.removeEventListener("resize", t), lt(t);
|
|
204
204
|
};
|
|
205
|
-
}, []), /* @__PURE__ */ k("div", { className: h["editor__toolbar-button-group"], children: /* @__PURE__ */
|
|
205
|
+
}, []), /* @__PURE__ */ k("div", { className: h["editor__toolbar-button-group"], children: /* @__PURE__ */ j("div", { className: h["editor__toolbar-button-flyoutwrapper"], children: [
|
|
206
206
|
/* @__PURE__ */ k(
|
|
207
207
|
"button",
|
|
208
208
|
{
|
|
209
|
-
onClick:
|
|
209
|
+
onClick: E,
|
|
210
210
|
title: n.links.linkTooltip,
|
|
211
|
-
className:
|
|
211
|
+
className: Z(
|
|
212
212
|
h["editor__toolbar-button"],
|
|
213
213
|
h["editor__toolbar-button--link"],
|
|
214
|
-
|
|
214
|
+
y.active && h["editor__toolbar-button--active"]
|
|
215
215
|
),
|
|
216
216
|
"aria-label": n.aria.labels.link,
|
|
217
217
|
"aria-keyshortcuts": n.aria.keyshortcuts.link,
|
|
@@ -224,7 +224,7 @@ const ut = 200, z = (p) => {
|
|
|
224
224
|
] }) });
|
|
225
225
|
};
|
|
226
226
|
export {
|
|
227
|
-
|
|
227
|
+
Wt as LinkPlugin,
|
|
228
228
|
I as getLinkNodeTag
|
|
229
229
|
};
|
|
230
230
|
//# sourceMappingURL=LinkPlugin.js.map
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import { o as
|
|
3
|
-
import {
|
|
4
|
-
import { _ as x } from "../../../../LexicalSelection.prod-
|
|
5
|
-
import { useState as p, useEffect as
|
|
2
|
+
import { o as K } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
|
|
3
|
+
import { T as N, C as v, y as D, n as I, a as f, c as S } from "../../../../LexicalList.prod-BRwEushm.js";
|
|
4
|
+
import { _ as x } from "../../../../LexicalSelection.prod-DYo5_Y2k.js";
|
|
5
|
+
import { useState as p, useEffect as P } from "react";
|
|
6
6
|
import { c as O } from "../../../../clsx-OuTLNxxd.js";
|
|
7
|
-
import {
|
|
8
|
-
import { Icon as
|
|
7
|
+
import { ar as U, W as w, X as B, D as b, g, J as E, R as J } from "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
8
|
+
import { Icon as R } from "../../../Icon/Icon.js";
|
|
9
9
|
import { s as l } from "../../../../RteEditor.module-B_3uFnFu.js";
|
|
10
|
-
import { useTranslation as
|
|
11
|
-
const
|
|
10
|
+
import { useTranslation as T } from "../../hooks/useTranslation.js";
|
|
11
|
+
const W = {
|
|
12
12
|
bullet: "BulletList",
|
|
13
13
|
number: "NumberedList"
|
|
14
|
-
},
|
|
15
|
-
const u =
|
|
14
|
+
}, $ = ["bullet", "number"], Q = () => {
|
|
15
|
+
const u = T(), [e] = K(), [h, s] = p("paragraph"), [c, L] = p(!1), [m, _] = p(!1), k = () => {
|
|
16
16
|
e.update(() => {
|
|
17
17
|
const t = b();
|
|
18
|
-
|
|
18
|
+
g(t) && x(t, () => J());
|
|
19
19
|
});
|
|
20
|
-
},
|
|
21
|
-
t === "number" &&
|
|
20
|
+
}, y = (t) => {
|
|
21
|
+
t === "number" && h !== "number" ? (e.dispatchCommand(v, void 0), s("number")) : t === "bullet" && h !== "bullet" ? (e.dispatchCommand(D, void 0), s("bullet")) : (k(), s("paragraph"));
|
|
22
22
|
};
|
|
23
|
-
return
|
|
23
|
+
return P(() => {
|
|
24
24
|
const t = e.registerCommand(
|
|
25
25
|
U,
|
|
26
|
-
(r) => r.ctrlKey && r.shiftKey && r.code === "Digit7" ? (r.preventDefault(), m ? e.dispatchCommand(
|
|
26
|
+
(r) => r.ctrlKey && r.shiftKey && r.code === "Digit7" ? (r.preventDefault(), m ? e.dispatchCommand(N, void 0) : e.dispatchCommand(v, void 0), !0) : r.ctrlKey && r.shiftKey && r.code === "Digit8" ? (r.preventDefault(), c ? e.dispatchCommand(N, void 0) : e.dispatchCommand(D, void 0), !0) : !1,
|
|
27
27
|
w
|
|
28
28
|
);
|
|
29
29
|
return () => {
|
|
30
30
|
t();
|
|
31
31
|
};
|
|
32
|
-
}, [e, m, c]),
|
|
32
|
+
}, [e, m, c]), P(() => {
|
|
33
33
|
e.registerCommand(
|
|
34
34
|
B,
|
|
35
35
|
(r) => (r.preventDefault(), e.update(() => {
|
|
36
36
|
const n = b();
|
|
37
|
-
if (!
|
|
37
|
+
if (!g(n))
|
|
38
38
|
return;
|
|
39
39
|
const o = n.anchor.getNode(), i = o.getParent();
|
|
40
|
-
if (!
|
|
40
|
+
if (!I(i))
|
|
41
41
|
return;
|
|
42
42
|
const a = i.getParent();
|
|
43
43
|
if (f(a)) {
|
|
44
|
-
const
|
|
45
|
-
i.append(
|
|
44
|
+
const C = S(f(a) ? a.getListType() : "bullet");
|
|
45
|
+
i.append(C), C.append(o);
|
|
46
46
|
}
|
|
47
47
|
}), !0),
|
|
48
48
|
E
|
|
@@ -50,7 +50,7 @@ const q = {
|
|
|
50
50
|
const t = e.registerUpdateListener(({ editorState: r }) => {
|
|
51
51
|
r.read(() => {
|
|
52
52
|
const n = b();
|
|
53
|
-
if (
|
|
53
|
+
if (g(n)) {
|
|
54
54
|
let o = n.anchor.getNode();
|
|
55
55
|
for (; o !== null; ) {
|
|
56
56
|
if (f(o)) {
|
|
@@ -70,10 +70,10 @@ const q = {
|
|
|
70
70
|
return () => {
|
|
71
71
|
t();
|
|
72
72
|
};
|
|
73
|
-
}, [e]), /* @__PURE__ */ d("div", { className: l["editor__toolbar-button-group"], children:
|
|
73
|
+
}, [e]), /* @__PURE__ */ d("div", { className: l["editor__toolbar-button-group"], children: $.map((t) => /* @__PURE__ */ d(
|
|
74
74
|
"button",
|
|
75
75
|
{
|
|
76
|
-
onClick: () =>
|
|
76
|
+
onClick: () => y(t),
|
|
77
77
|
title: u.format[`${t}Tooltip`],
|
|
78
78
|
className: O(
|
|
79
79
|
l["editor__toolbar-button"],
|
|
@@ -84,12 +84,12 @@ const q = {
|
|
|
84
84
|
"aria-label": u.aria.labels[t],
|
|
85
85
|
"aria-keyshortcuts": u.aria.keyshortcuts[t],
|
|
86
86
|
type: "button",
|
|
87
|
-
children: /* @__PURE__ */ d(
|
|
87
|
+
children: /* @__PURE__ */ d(R, { name: W[t], size: 24 })
|
|
88
88
|
},
|
|
89
89
|
t
|
|
90
90
|
)) });
|
|
91
91
|
};
|
|
92
92
|
export {
|
|
93
|
-
|
|
93
|
+
Q as ListPlugin
|
|
94
94
|
};
|
|
95
95
|
//# sourceMappingURL=ListPlugin.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { o as m } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
|
|
2
2
|
import { useEffect as c } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { L as i } from "../../../../LexicalUtils.prod-
|
|
5
|
-
import {
|
|
3
|
+
import { af as f, U as p, D as u } from "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
4
|
+
import { L as i } from "../../../../LexicalUtils.prod-DJRX2pwP.js";
|
|
5
|
+
import { A as d } from "../../../../LexicalClipboard.prod-B4j0EyWx.js";
|
|
6
6
|
import { d as D } from "../../../../index-nrPtQ1dv.js";
|
|
7
|
-
const
|
|
7
|
+
const P = () => {
|
|
8
8
|
const [e] = m(), l = (t) => {
|
|
9
9
|
t.preventDefault(), e.update(() => {
|
|
10
10
|
const r = u(), a = i(t, InputEvent) || i(t, KeyboardEvent) ? null : t.clipboardData;
|
|
@@ -26,6 +26,6 @@ const N = () => {
|
|
|
26
26
|
}, [e]), null;
|
|
27
27
|
};
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
P as PasteHandlerPlugin
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=PasteHandlerPlugin.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { b as B } from "../../../../TablePlugin-
|
|
3
|
+
import { b as B } from "../../../../TablePlugin-BWCcF8z9.js";
|
|
4
4
|
import "../../../Buttons/Button.js";
|
|
5
5
|
import "../../../Buttons/LinkButton.js";
|
|
6
6
|
import "@react-aria/button";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
|
|
3
3
|
import "../../../../clsx-OuTLNxxd.js";
|
|
4
|
-
import "../../../../LexicalTable.prod-
|
|
5
|
-
import "../../../../Lexical.prod-
|
|
4
|
+
import "../../../../LexicalTable.prod-BArw8Dt5.js";
|
|
5
|
+
import "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
6
6
|
import "react";
|
|
7
|
-
import { T as F } from "../../../../TablePlugin-
|
|
7
|
+
import { T as F } from "../../../../TablePlugin-BWCcF8z9.js";
|
|
8
8
|
import "./helpers.js";
|
|
9
9
|
import "../../hooks/useFlyout.js";
|
|
10
10
|
import "../../../Icon/Icon.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { H as d, R as h, B as m, Z as x, z as w, P as S, v as C, K as p, L as E } from "../../../../LexicalTable.prod-
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
1
|
+
import { H as d, R as h, B as m, Z as x, z as w, P as S, v as C, K as p, L as E } from "../../../../LexicalTable.prod-BArw8Dt5.js";
|
|
2
|
+
import { R as u } from "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
3
|
+
const R = 100, P = (e, n) => {
|
|
4
4
|
const t = E(0, 0, !1);
|
|
5
5
|
for (let o = 0; o < e; o++) {
|
|
6
6
|
const s = p();
|
|
7
7
|
for (let l = 0; l < n; l++) {
|
|
8
|
-
const r = C(0, void 0,
|
|
8
|
+
const r = C(0, void 0, R / n);
|
|
9
9
|
r.append(u()), s.append(r);
|
|
10
10
|
}
|
|
11
11
|
t.append(s);
|
|
@@ -34,14 +34,14 @@ const b = 100, D = (e, n) => {
|
|
|
34
34
|
throw new Error("Selected node is not a TableCellNode");
|
|
35
35
|
const o = S(e), s = t.getChildren().length, l = d(e);
|
|
36
36
|
let r = m(e);
|
|
37
|
-
const c = l.getChildren(),
|
|
38
|
-
for (let i = 0; i <
|
|
37
|
+
const c = l.getChildren(), b = c.length;
|
|
38
|
+
for (let i = 0; i < b; i++) {
|
|
39
39
|
const a = C(0);
|
|
40
40
|
a.append(u());
|
|
41
41
|
const f = c[i].getChildren()[r];
|
|
42
42
|
f && (n === "insertColumnLeft" ? f.insertBefore(a) : f.insertAfter(a)), c.forEach((T) => {
|
|
43
43
|
T.getChildren().forEach((v) => {
|
|
44
|
-
v.setWidth(
|
|
44
|
+
v.setWidth(R / s);
|
|
45
45
|
});
|
|
46
46
|
});
|
|
47
47
|
}
|
|
@@ -55,7 +55,7 @@ const b = 100, D = (e, n) => {
|
|
|
55
55
|
t === 1 ? I(e) : x(n, o);
|
|
56
56
|
};
|
|
57
57
|
export {
|
|
58
|
-
|
|
58
|
+
P as createTable,
|
|
59
59
|
O as deleteColumn,
|
|
60
60
|
A as deleteRow,
|
|
61
61
|
I as deleteTable,
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { o as
|
|
3
|
-
import {
|
|
4
|
-
import { useState as
|
|
5
|
-
import { W as
|
|
6
|
-
import { BlockFormatPlugin as
|
|
1
|
+
import { jsxs as E, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { o as P } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
|
|
3
|
+
import { D as p, g, E as y } from "../../../../Lexical.prod-BjpEXQJZ.js";
|
|
4
|
+
import { useState as C, useRef as L, useCallback as T, useEffect as c } from "react";
|
|
5
|
+
import { W as h } from "../../../../LexicalTable.prod-BArw8Dt5.js";
|
|
6
|
+
import { BlockFormatPlugin as N } from "../BlockFormatPlugin/BlockFormatPlugin.js";
|
|
7
7
|
import { ListPlugin as k } from "../ListPlugin/ListPlugin.js";
|
|
8
8
|
import { LinkPlugin as x } from "../LinkPlugin/LinkPlugin.js";
|
|
9
9
|
import { HistoryPlugin as B } from "../HistoryPlugin/HistoryPlugin.js";
|
|
10
|
-
import { T as S } from "../../../../TablePlugin-
|
|
10
|
+
import { T as S } from "../../../../TablePlugin-BWCcF8z9.js";
|
|
11
11
|
import { TableCellContextMenu as z } from "../TablePlugin/TableCellContextMenu/TableCellContextMenu.js";
|
|
12
12
|
import { s as A } from "../../../../RteEditor.module-B_3uFnFu.js";
|
|
13
13
|
import { setScrollableContainers as b, removeScrollableContainers as K } from "../../helpers.js";
|
|
14
14
|
const O = ({ editorScrollPosition: m }) => {
|
|
15
|
-
const [t] =
|
|
15
|
+
const [t] = P(), [r, i] = C(null), d = L(null), u = T(() => {
|
|
16
16
|
const e = p();
|
|
17
|
-
if (
|
|
18
|
-
const s = e.anchor.getNode(), l =
|
|
17
|
+
if (g(e)) {
|
|
18
|
+
const s = e.anchor.getNode(), l = h(s);
|
|
19
19
|
if (l) {
|
|
20
20
|
const f = t.getElementByKey(l.getKey()), a = f ? f.getBoundingClientRect() : { right: 0, bottom: 0, height: 0 };
|
|
21
21
|
i({ xPos: a.right, yPos: a.bottom, height: a.height });
|
|
@@ -27,9 +27,9 @@ const O = ({ editorScrollPosition: m }) => {
|
|
|
27
27
|
}, o = () => {
|
|
28
28
|
t.update(() => {
|
|
29
29
|
const e = p();
|
|
30
|
-
if (
|
|
30
|
+
if (g(e)) {
|
|
31
31
|
const s = e.anchor.getNode();
|
|
32
|
-
|
|
32
|
+
h(s) && (y(null), i(null));
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
35
|
};
|
|
@@ -48,8 +48,8 @@ const O = ({ editorScrollPosition: m }) => {
|
|
|
48
48
|
return window.addEventListener("keydown", e, { capture: !0 }), () => {
|
|
49
49
|
window.removeEventListener("keydown", e);
|
|
50
50
|
};
|
|
51
|
-
}, []), /* @__PURE__ */
|
|
52
|
-
/* @__PURE__ */ n(
|
|
51
|
+
}, []), /* @__PURE__ */ E("div", { className: A.editor__toolbar, children: [
|
|
52
|
+
/* @__PURE__ */ n(N, {}),
|
|
53
53
|
/* @__PURE__ */ n(k, {}),
|
|
54
54
|
/* @__PURE__ */ n(S, { isActive: !!r, ref: d }),
|
|
55
55
|
r && /* @__PURE__ */ n(
|
|
@@ -3,7 +3,7 @@ import { BlockFormatPlugin as l } from "./BlockFormatPlugin/BlockFormatPlugin.js
|
|
|
3
3
|
import { ListPlugin as n } from "./ListPlugin/ListPlugin.js";
|
|
4
4
|
import { LinkPlugin as m, getLinkNodeTag as x } from "./LinkPlugin/LinkPlugin.js";
|
|
5
5
|
import { HistoryPlugin as p } from "./HistoryPlugin/HistoryPlugin.js";
|
|
6
|
-
import { T as a } from "../../../TablePlugin-
|
|
6
|
+
import { T as a } from "../../../TablePlugin-BWCcF8z9.js";
|
|
7
7
|
import { TableCellContextMenu as T } from "./TablePlugin/TableCellContextMenu/TableCellContextMenu.js";
|
|
8
8
|
export {
|
|
9
9
|
l as BlockFormatPlugin,
|