@uva-glass/component-library 3.53.13 → 3.53.15
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-Dgzi-S1E.js → Lexical.prod-YJ1n9pVJ.js} +1334 -1305
- package/dist/Lexical.prod-YJ1n9pVJ.js.map +1 -0
- package/dist/{LexicalClipboard.prod-Dxc8c2F_.js → LexicalClipboard.prod-CDPAGlNs.js} +52 -52
- package/dist/{LexicalClipboard.prod-Dxc8c2F_.js.map → LexicalClipboard.prod-CDPAGlNs.js.map} +1 -1
- package/dist/{LexicalExtension.prod-CNBWjmfs.js → LexicalExtension.prod-2-giLTv9.js} +87 -88
- package/dist/LexicalExtension.prod-2-giLTv9.js.map +1 -0
- package/dist/LexicalLink.prod-u8L4ioQd.js +528 -0
- package/dist/LexicalLink.prod-u8L4ioQd.js.map +1 -0
- package/dist/LexicalList.prod-DMU0XSLO.js +630 -0
- package/dist/LexicalList.prod-DMU0XSLO.js.map +1 -0
- package/dist/{LexicalSelection.prod-B0uiXGSS.js → LexicalSelection.prod-CpZE7Sey.js} +41 -41
- package/dist/{LexicalSelection.prod-B0uiXGSS.js.map → LexicalSelection.prod-CpZE7Sey.js.map} +1 -1
- package/dist/LexicalTable.prod-BOlKc5zf.js +1846 -0
- package/dist/LexicalTable.prod-BOlKc5zf.js.map +1 -0
- package/dist/LexicalUtils.prod-BQnuAaA9.js +92 -0
- package/dist/LexicalUtils.prod-BQnuAaA9.js.map +1 -0
- package/dist/{TableCellResizerPlugin-9kvw_LpH.js → TableCellResizerPlugin-BTfuE_kM.js} +53 -53
- package/dist/{TableCellResizerPlugin-9kvw_LpH.js.map → TableCellResizerPlugin-BTfuE_kM.js.map} +1 -1
- package/dist/{TablePlugin-BlXaQ0U6.js → TablePlugin-bFqq2Yd9.js} +75 -75
- package/dist/{TablePlugin-BlXaQ0U6.js.map → TablePlugin-bFqq2Yd9.js.map} +1 -1
- package/dist/assets/variables.css +4 -4
- package/dist/{chunk-2N4WE3KZ-DQvXvHLf.js → chunk-2N4WE3KZ-DiBZ4E0Z.js} +2 -2
- package/dist/{chunk-2N4WE3KZ-DQvXvHLf.js.map → chunk-2N4WE3KZ-DiBZ4E0Z.js.map} +1 -1
- package/dist/components/Buttons/Button.stories.js +1 -1
- package/dist/components/Buttons/LinkButton.stories.js +1 -1
- package/dist/components/Buttons/MenuButton.stories.js +1 -1
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- 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/FormInput/FormInput.js +1 -1
- 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 +2 -2
- package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +2 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.stories.js +1 -1
- package/dist/components/Notification/Notification.stories.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.stories.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.stories.js +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +8 -8
- package/dist/components/RteEditor/Plugins/CourseCataloguePlugin/CourseCataloguePlugin.js +58 -58
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +4 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +61 -61
- 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 +13 -13
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.js +4 -4
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +4 -4
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +24 -24
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +29 -29
- package/dist/components/RteEditor/Plugins/index.js +2 -2
- package/dist/components/RteEditor/RteEditor.js +252 -252
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/helpers.js +18 -18
- package/dist/components/RteEditor/nodes/CourseCatalogueNode/CourseCatalogueNode.js +19 -19
- package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.js +12 -12
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Sortable/Sortable.stories.js +1 -1
- package/dist/components/TextArea/TextArea.stories.js +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
- package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/{index-1WwGCyua.js → index-B_q_4aBT.js} +89 -81
- package/dist/index-B_q_4aBT.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/storybook__react.d.js +2 -2
- package/package.json +30 -30
- package/dist/Lexical.prod-Dgzi-S1E.js.map +0 -1
- package/dist/LexicalExtension.prod-CNBWjmfs.js.map +0 -1
- package/dist/LexicalLink.prod-EEOzXxej.js +0 -502
- package/dist/LexicalLink.prod-EEOzXxej.js.map +0 -1
- package/dist/LexicalList.prod-DADZlhem.js +0 -627
- package/dist/LexicalList.prod-DADZlhem.js.map +0 -1
- package/dist/LexicalTable.prod-QpQxZNNH.js +0 -1814
- package/dist/LexicalTable.prod-QpQxZNNH.js.map +0 -1
- package/dist/LexicalUtils.prod-D1mwAww-.js +0 -114
- package/dist/LexicalUtils.prod-D1mwAww-.js.map +0 -1
- package/dist/index-1WwGCyua.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as f, jsxs as
|
|
2
|
-
import { o as
|
|
3
|
-
import { c as
|
|
4
|
-
import {
|
|
5
|
-
import { useRef as a, useState as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { A as rt } from "../../../../TablePlugin-
|
|
1
|
+
import { jsx as f, jsxs as J } from "react/jsx-runtime";
|
|
2
|
+
import { o as W } from "../../../../LexicalComposerContext.prod-DOyoZx0P.js";
|
|
3
|
+
import { c as Y } from "../../../../clsx-OuTLNxxd.js";
|
|
4
|
+
import { N as b, E as q, J as G } from "../../../../LexicalLink.prod-u8L4ioQd.js";
|
|
5
|
+
import { useRef as a, useState as Q, useEffect as u } from "react";
|
|
6
|
+
import { aa as X, a as p, x as Z, aK as $, N, an as tt, r as et, g as ot } from "../../../../Lexical.prod-YJ1n9pVJ.js";
|
|
7
|
+
import { v as w } from "../../../../LexicalUtils.prod-BQnuAaA9.js";
|
|
8
|
+
import { A as rt } from "../../../../TablePlugin-bFqq2Yd9.js";
|
|
9
9
|
import { ensureHttps as nt } from "./helpers.js";
|
|
10
10
|
import { LinkContextMenu as it } from "./LinkContextMenu/LinkContextMenu.js";
|
|
11
11
|
import { useFlyout as st } from "../../hooks/useFlyout.js";
|
|
@@ -24,7 +24,7 @@ import "../../../IconButton/IconButton.js";
|
|
|
24
24
|
import "../../../Input/Input.js";
|
|
25
25
|
import "../../../InputField/InputField.js";
|
|
26
26
|
import "react-router";
|
|
27
|
-
import { setScrollableContainers as
|
|
27
|
+
import { setScrollableContainers as U, removeScrollableContainers as at } from "../../helpers.js";
|
|
28
28
|
import { s as g } from "../../../../RteEditor.module-DaBh86FK.js";
|
|
29
29
|
import { useTranslation as lt } from "../../hooks/useTranslation.js";
|
|
30
30
|
import "../../Providers/LanguageProvider.js";
|
|
@@ -36,42 +36,42 @@ import "../../../SelectListbox/SelectProvider.js";
|
|
|
36
36
|
import "../../../Sortable/components/SortableItem.js";
|
|
37
37
|
import "../../../../SortableProvider-BbwlEPIr.js";
|
|
38
38
|
import "../../../WeekSelector/components/WeekSelectorOptionContainer.js";
|
|
39
|
-
const ut = 200,
|
|
40
|
-
const
|
|
39
|
+
const ut = 200, Gt = ({ parentScrollPosition: z }) => {
|
|
40
|
+
const T = lt(), [i] = W(), { flyout: H, showFlyout: S, hideFlyout: h, isVisible: l } = st(), m = a(void 0), x = a(!1), C = a(""), d = a(""), [k, I] = Q({ active: !1, url: "", linktext: "" }), R = a(l), E = a(null), P = a(null), F = a(void 0), v = () => {
|
|
41
41
|
i.update(() => {
|
|
42
42
|
const r = p();
|
|
43
|
-
|
|
43
|
+
E.current = r;
|
|
44
44
|
});
|
|
45
45
|
}, D = () => {
|
|
46
46
|
i.update(() => {
|
|
47
|
-
|
|
47
|
+
E.current && et(E.current);
|
|
48
48
|
});
|
|
49
|
-
},
|
|
50
|
-
|
|
49
|
+
}, O = (r, t) => {
|
|
50
|
+
S({
|
|
51
51
|
position: t,
|
|
52
52
|
children: /* @__PURE__ */ f(
|
|
53
53
|
it,
|
|
54
54
|
{
|
|
55
55
|
url: r,
|
|
56
56
|
onSave: (e) => B(e, ""),
|
|
57
|
-
onDelete: () =>
|
|
57
|
+
onDelete: () => j(),
|
|
58
58
|
onClose: K,
|
|
59
|
-
ref:
|
|
59
|
+
ref: F
|
|
60
60
|
}
|
|
61
61
|
)
|
|
62
62
|
});
|
|
63
63
|
}, K = () => {
|
|
64
|
-
|
|
65
|
-
},
|
|
66
|
-
const r =
|
|
67
|
-
!
|
|
68
|
-
},
|
|
64
|
+
F.current?.clearForm(), h(), D();
|
|
65
|
+
}, _ = () => {
|
|
66
|
+
const r = P.current?.getBoundingClientRect();
|
|
67
|
+
!x.current && r && (v(), S({ position: { top: r.bottom, left: r.left }, ...A }), setTimeout(() => m.current?.setDefaults("", d.current), 0));
|
|
68
|
+
}, y = () => {
|
|
69
69
|
h(), D();
|
|
70
70
|
}, B = (r, t) => {
|
|
71
71
|
i.update(() => {
|
|
72
72
|
const e = p();
|
|
73
|
-
if (
|
|
74
|
-
const o = e.anchor.getNode(), s =
|
|
73
|
+
if (N(e)) {
|
|
74
|
+
const o = e.anchor.getNode(), s = w(o, b);
|
|
75
75
|
if (t && t !== "") {
|
|
76
76
|
if (s) {
|
|
77
77
|
const n = ot(t);
|
|
@@ -82,47 +82,47 @@ const ut = 200, $t = ({ parentScrollPosition: U }) => {
|
|
|
82
82
|
e.insertText(t), n.offset -= t.length, c.offset = n.offset + t.length;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
|
|
85
|
+
G(nt(r), { target: "_blank" });
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
y();
|
|
88
88
|
});
|
|
89
|
-
},
|
|
90
|
-
i.dispatchCommand(
|
|
91
|
-
},
|
|
89
|
+
}, j = () => {
|
|
90
|
+
i.dispatchCommand(q, null), K();
|
|
91
|
+
}, A = {
|
|
92
92
|
children: /* @__PURE__ */ f(
|
|
93
93
|
rt,
|
|
94
94
|
{
|
|
95
95
|
isLink: k,
|
|
96
|
-
onCloseHandler:
|
|
96
|
+
onCloseHandler: y,
|
|
97
97
|
onSaveHandler: (r, t) => B(r, t),
|
|
98
98
|
ref: m
|
|
99
99
|
}
|
|
100
100
|
)
|
|
101
101
|
};
|
|
102
102
|
return u(() => {
|
|
103
|
-
l ? (
|
|
103
|
+
l ? (x.current = !0, m.current?.focusFirstField()) : (m.current?.clearForm(), C.current = d.current = "", setTimeout(() => x.current = !1, ut));
|
|
104
104
|
}, [m, l]), u(() => {
|
|
105
105
|
const r = (o) => {
|
|
106
|
-
if (
|
|
107
|
-
const s = o.anchor.getNode(), n =
|
|
106
|
+
if (N(o) && o.isCollapsed()) {
|
|
107
|
+
const s = o.anchor.getNode(), n = w(s, b);
|
|
108
108
|
if (n) {
|
|
109
|
-
const c = i.getElementByKey(o.anchor.getNode().getKey()),
|
|
110
|
-
return
|
|
109
|
+
const c = i.getElementByKey(o.anchor.getNode().getKey()), L = c ? { top: c.getBoundingClientRect().bottom, left: c.getBoundingClientRect().left } : { top: 0, left: 0 };
|
|
110
|
+
return O(n.getURL(), L), !0;
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
return !1;
|
|
114
114
|
}, t = i.registerCommand(
|
|
115
|
-
|
|
115
|
+
X,
|
|
116
116
|
() => {
|
|
117
117
|
const o = p();
|
|
118
118
|
return d.current = o?.getTextContent() ?? "", r(o), !1;
|
|
119
119
|
},
|
|
120
120
|
0
|
|
121
121
|
), e = i.registerCommand(
|
|
122
|
-
|
|
122
|
+
Z,
|
|
123
123
|
(o) => {
|
|
124
124
|
const s = p();
|
|
125
|
-
return
|
|
125
|
+
return v(), o.preventDefault(), o.stopPropagation(), o.stopImmediatePropagation(), r(s), !1;
|
|
126
126
|
},
|
|
127
127
|
0
|
|
128
128
|
);
|
|
@@ -131,29 +131,29 @@ const ut = 200, $t = ({ parentScrollPosition: U }) => {
|
|
|
131
131
|
};
|
|
132
132
|
}, [i]), u(() => {
|
|
133
133
|
const r = i.registerCommand(
|
|
134
|
-
|
|
134
|
+
$,
|
|
135
135
|
(e) => {
|
|
136
136
|
if (e.ctrlKey && e.shiftKey && e.key === "U") {
|
|
137
137
|
const o = p();
|
|
138
|
-
if (
|
|
138
|
+
if (v(), !N(o))
|
|
139
139
|
return !1;
|
|
140
|
-
const s = o.anchor.getNode(), n =
|
|
141
|
-
|
|
140
|
+
const s = o.anchor.getNode(), n = w(s, b), c = (M = "", V = "") => {
|
|
141
|
+
_(), setTimeout(() => m.current?.setDefaults(M, V), 0);
|
|
142
142
|
};
|
|
143
143
|
if (n)
|
|
144
144
|
return e.preventDefault(), e.stopPropagation(), e.stopImmediatePropagation(), C.current = n.getTextContent(), c(n.getURL(), n.getTextContent()), !0;
|
|
145
|
-
const
|
|
146
|
-
return
|
|
145
|
+
const L = o.getTextContent();
|
|
146
|
+
return L !== "" ? (d.current = L, c("", d.current), !0) : (_(), !0);
|
|
147
147
|
}
|
|
148
148
|
return !1;
|
|
149
149
|
},
|
|
150
150
|
tt
|
|
151
151
|
), t = i.registerUpdateListener(({ editorState: e }) => {
|
|
152
|
-
|
|
152
|
+
I(
|
|
153
153
|
e.read(() => {
|
|
154
154
|
const o = p();
|
|
155
|
-
if (
|
|
156
|
-
const s = o.anchor.getNode(), n =
|
|
155
|
+
if (v(), N(o)) {
|
|
156
|
+
const s = o.anchor.getNode(), n = w(s, b);
|
|
157
157
|
if (n)
|
|
158
158
|
return {
|
|
159
159
|
active: !0,
|
|
@@ -173,42 +173,42 @@ const ut = 200, $t = ({ parentScrollPosition: U }) => {
|
|
|
173
173
|
r(), t();
|
|
174
174
|
};
|
|
175
175
|
}, [i]), u(() => {
|
|
176
|
-
R.current = l, l ||
|
|
176
|
+
R.current = l, l || F.current?.clearForm();
|
|
177
177
|
}, [l]), u(() => {
|
|
178
|
-
l &&
|
|
179
|
-
}, [
|
|
178
|
+
l && y();
|
|
179
|
+
}, [z]), u(() => {
|
|
180
180
|
k.active || h();
|
|
181
181
|
}, [k]), u(() => {
|
|
182
|
-
const r = (e) => (
|
|
182
|
+
const r = (e) => (U(t), e.key === "Escape" && R.current && (e.preventDefault(), e.stopPropagation(), y()), !0);
|
|
183
183
|
window.addEventListener("keydown", r, { capture: !0 });
|
|
184
184
|
const t = () => {
|
|
185
185
|
h();
|
|
186
186
|
};
|
|
187
|
-
return
|
|
187
|
+
return U(t), window.addEventListener("scroll", t), window.addEventListener("resize", t), () => {
|
|
188
188
|
window.removeEventListener("keydown", r), window.removeEventListener("scroll", t), window.removeEventListener("resize", t), at(t);
|
|
189
189
|
};
|
|
190
|
-
}, []), /* @__PURE__ */ f("div", { className: g["editor__toolbar-button-group"], children: /* @__PURE__ */
|
|
190
|
+
}, []), /* @__PURE__ */ f("div", { className: g["editor__toolbar-button-group"], children: /* @__PURE__ */ J("div", { className: g["editor__toolbar-button-flyoutwrapper"], children: [
|
|
191
191
|
/* @__PURE__ */ f(
|
|
192
192
|
"button",
|
|
193
193
|
{
|
|
194
|
-
onClick:
|
|
195
|
-
title:
|
|
196
|
-
className:
|
|
194
|
+
onClick: _,
|
|
195
|
+
title: T.links.linkTooltip,
|
|
196
|
+
className: Y(
|
|
197
197
|
g["editor__toolbar-button"],
|
|
198
198
|
g["editor__toolbar-button--link"],
|
|
199
199
|
k.active && g["editor__toolbar-button--active"]
|
|
200
200
|
),
|
|
201
|
-
"aria-label":
|
|
202
|
-
"aria-keyshortcuts":
|
|
201
|
+
"aria-label": T.aria.labels.link,
|
|
202
|
+
"aria-keyshortcuts": T.aria.keyshortcuts.link,
|
|
203
203
|
type: "button",
|
|
204
|
-
ref:
|
|
204
|
+
ref: P,
|
|
205
205
|
children: /* @__PURE__ */ f(ct, { name: "Link", size: 20 })
|
|
206
206
|
}
|
|
207
207
|
),
|
|
208
|
-
|
|
208
|
+
H
|
|
209
209
|
] }) });
|
|
210
210
|
};
|
|
211
211
|
export {
|
|
212
|
-
|
|
212
|
+
Gt as LinkPlugin
|
|
213
213
|
};
|
|
214
214
|
//# sourceMappingURL=LinkPlugin.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { H as w } from "../../../../LexicalLink.prod-
|
|
1
|
+
import { H as w } from "../../../../LexicalLink.prod-u8L4ioQd.js";
|
|
2
2
|
const a = /^(http|https):\/\//, s = /(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]+\.[^\s]{2,}|www\.[a-zA-Z0-9]+\.[^\s]{2,})/, A = /(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/, z = /^(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]+\.[^\s]{2,}|www\.[a-zA-Z0-9]+\.[^\s]{2,})?$/, n = (t) => t === "https://" || s.test(t), o = (t) => t === "https://" || z.test(t), r = [
|
|
3
3
|
w(s, (t) => a.test(t) ? t : `//${t}`),
|
|
4
4
|
w(A, (t) => `mailto:${t}`)
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { o as
|
|
3
|
-
import { k as b, x as _, S as v, o as
|
|
4
|
-
import { useState as p, useEffect as
|
|
5
|
-
import { c as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { Icon as
|
|
2
|
+
import { o as x } from "../../../../LexicalComposerContext.prod-DOyoZx0P.js";
|
|
3
|
+
import { k as b, x as _, S as v, o as I, d as N, h as P, l as y } from "../../../../LexicalList.prod-DMU0XSLO.js";
|
|
4
|
+
import { useState as p, useEffect as S } from "react";
|
|
5
|
+
import { c as O } from "../../../../clsx-OuTLNxxd.js";
|
|
6
|
+
import { aK as U, an as $, a8 as j, a as k, N as D, V as B } from "../../../../Lexical.prod-YJ1n9pVJ.js";
|
|
7
|
+
import { v as E } from "../../../../LexicalUtils.prod-BQnuAaA9.js";
|
|
8
|
+
import { Icon as V } from "../../../Icon/Icon.js";
|
|
9
9
|
import { s as n } from "../../../../RteEditor.module-DaBh86FK.js";
|
|
10
|
-
import { useTranslation as
|
|
11
|
-
const
|
|
10
|
+
import { useTranslation as w } from "../../hooks/useTranslation.js";
|
|
11
|
+
const z = {
|
|
12
12
|
bullet: "BulletList",
|
|
13
13
|
number: "NumberedList"
|
|
14
|
-
},
|
|
15
|
-
const m =
|
|
14
|
+
}, H = ["bullet", "number"], W = () => {
|
|
15
|
+
const m = w(), [e] = x(), [h, s] = p(null), [u, g] = p(!1), [c, L] = p(!1), K = (t) => {
|
|
16
16
|
t === "number" && h !== "number" ? (e.dispatchCommand(_, void 0), s("number")) : t === "bullet" && h !== "bullet" ? (e.dispatchCommand(v, void 0), s("bullet")) : (e.dispatchCommand(b, void 0), s(null));
|
|
17
17
|
};
|
|
18
|
-
return
|
|
18
|
+
return S(() => {
|
|
19
19
|
const t = e.registerCommand(
|
|
20
|
-
|
|
20
|
+
U,
|
|
21
21
|
(o) => o.ctrlKey && o.shiftKey && o.code === "Digit7" ? (o.preventDefault(), c ? e.dispatchCommand(b, void 0) : e.dispatchCommand(_, void 0), !0) : o.ctrlKey && o.shiftKey && o.code === "Digit8" ? (o.preventDefault(), u ? e.dispatchCommand(b, void 0) : e.dispatchCommand(v, void 0), !0) : !1,
|
|
22
|
-
|
|
22
|
+
$
|
|
23
23
|
);
|
|
24
24
|
return () => {
|
|
25
25
|
t();
|
|
26
26
|
};
|
|
27
|
-
}, [e, c, u]),
|
|
27
|
+
}, [e, c, u]), S(() => {
|
|
28
28
|
const t = e.registerCommand(
|
|
29
|
-
|
|
29
|
+
j,
|
|
30
30
|
(d) => (d.preventDefault(), e.update(() => {
|
|
31
|
-
const i =
|
|
32
|
-
if (!
|
|
31
|
+
const i = k();
|
|
32
|
+
if (!D(i))
|
|
33
33
|
return;
|
|
34
34
|
const l = i.anchor.getNode(), a = l.getParent();
|
|
35
|
-
if (!
|
|
35
|
+
if (!I(a))
|
|
36
36
|
return;
|
|
37
37
|
const r = a.getParent();
|
|
38
38
|
if (N(r)) {
|
|
@@ -43,8 +43,8 @@ const w = {
|
|
|
43
43
|
B
|
|
44
44
|
), o = e.registerUpdateListener(({ editorState: d }) => {
|
|
45
45
|
d.read(() => {
|
|
46
|
-
const i =
|
|
47
|
-
if (
|
|
46
|
+
const i = k();
|
|
47
|
+
if (D(i)) {
|
|
48
48
|
const l = i.anchor.getNode(), a = E(l, y);
|
|
49
49
|
if (a) {
|
|
50
50
|
const r = a.getTag();
|
|
@@ -59,12 +59,12 @@ const w = {
|
|
|
59
59
|
return () => {
|
|
60
60
|
o(), t();
|
|
61
61
|
};
|
|
62
|
-
}, [e]), /* @__PURE__ */ f("div", { className: n["editor__toolbar-button-group"], children:
|
|
62
|
+
}, [e]), /* @__PURE__ */ f("div", { className: n["editor__toolbar-button-group"], children: H.map((t) => /* @__PURE__ */ f(
|
|
63
63
|
"button",
|
|
64
64
|
{
|
|
65
|
-
onClick: () =>
|
|
65
|
+
onClick: () => K(t),
|
|
66
66
|
title: m.format[`${t}Tooltip`],
|
|
67
|
-
className:
|
|
67
|
+
className: O(
|
|
68
68
|
n["editor__toolbar-button"],
|
|
69
69
|
n[`editor__toolbar-button--${t}`],
|
|
70
70
|
t === "bullet" && u && n["editor__toolbar-button--active"],
|
|
@@ -73,7 +73,7 @@ const w = {
|
|
|
73
73
|
"aria-label": m.aria.labels[t],
|
|
74
74
|
"aria-keyshortcuts": m.aria.keyshortcuts[t],
|
|
75
75
|
type: "button",
|
|
76
|
-
children: /* @__PURE__ */ f(
|
|
76
|
+
children: /* @__PURE__ */ f(V, { name: z[t], size: 24 })
|
|
77
77
|
},
|
|
78
78
|
t
|
|
79
79
|
)) });
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { o as m } from "../../../../LexicalComposerContext.prod-DOyoZx0P.js";
|
|
2
2
|
import { useEffect as c } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { R as d } from "../../../../LexicalClipboard.prod-
|
|
3
|
+
import { s as f, an as p, a as u } from "../../../../Lexical.prod-YJ1n9pVJ.js";
|
|
4
|
+
import { A as i } from "../../../../LexicalUtils.prod-BQnuAaA9.js";
|
|
5
|
+
import { R as d } from "../../../../LexicalClipboard.prod-CDPAGlNs.js";
|
|
6
6
|
import { d as D } from "../../../../index-yEhaxKq-.js";
|
|
7
|
-
const
|
|
8
|
-
const [
|
|
9
|
-
t.preventDefault(),
|
|
10
|
-
const r = u(),
|
|
11
|
-
if (
|
|
12
|
-
const o =
|
|
13
|
-
n.setData("text/html", o), s.isActive(o) && n.setData("text/html", s.normalize(o)), d(n, r,
|
|
7
|
+
const P = () => {
|
|
8
|
+
const [a] = m(), l = (t) => {
|
|
9
|
+
t.preventDefault(), a.update(() => {
|
|
10
|
+
const r = u(), e = i(t, InputEvent) || i(t, KeyboardEvent) ? null : t.clipboardData;
|
|
11
|
+
if (e != null && r !== null) {
|
|
12
|
+
const o = e.getData("text/html") || e.getData("text/plain"), n = new DataTransfer(), s = new D.MSWordNormalizer();
|
|
13
|
+
n.setData("text/html", o), s.isActive(o) && n.setData("text/html", s.normalize(o)), d(n, r, a);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
16
|
};
|
|
17
17
|
return c(() => {
|
|
18
|
-
const t =
|
|
18
|
+
const t = a.registerCommand(
|
|
19
19
|
f,
|
|
20
20
|
(r) => r instanceof ClipboardEvent ? (l(r), !0) : !1,
|
|
21
21
|
p
|
|
@@ -23,9 +23,9 @@ const w = () => {
|
|
|
23
23
|
return () => {
|
|
24
24
|
t();
|
|
25
25
|
};
|
|
26
|
-
}, [
|
|
26
|
+
}, [a]), null;
|
|
27
27
|
};
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
P as PasteHandlerPlugin
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=PasteHandlerPlugin.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../LexicalComposerContext.prod-DOyoZx0P.js";
|
|
4
|
-
import { T as b } from "../../../../TableCellResizerPlugin-
|
|
5
|
-
import "../../../../LexicalTable.prod-
|
|
6
|
-
import "../../../../LexicalUtils.prod-
|
|
7
|
-
import "../../../../Lexical.prod-
|
|
4
|
+
import { T as b } from "../../../../TableCellResizerPlugin-BTfuE_kM.js";
|
|
5
|
+
import "../../../../LexicalTable.prod-BOlKc5zf.js";
|
|
6
|
+
import "../../../../LexicalUtils.prod-BQnuAaA9.js";
|
|
7
|
+
import "../../../../Lexical.prod-YJ1n9pVJ.js";
|
|
8
8
|
import "react-dom";
|
|
9
9
|
import "../TablePlugin/helpers.js";
|
|
10
10
|
import "../../nodes/TableWrapperNode/TableWrapperNode.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { b as G } from "../../../../TablePlugin-
|
|
3
|
+
import { b as G } from "../../../../TablePlugin-bFqq2Yd9.js";
|
|
4
4
|
import "../../../Accordion/Accordion.js";
|
|
5
5
|
import "../../../Buttons/Button.js";
|
|
6
6
|
import "../../../Buttons/LinkButton.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../../LexicalComposerContext.prod-DOyoZx0P.js";
|
|
3
3
|
import "../../../../clsx-OuTLNxxd.js";
|
|
4
|
-
import "../../../../LexicalTable.prod-
|
|
5
|
-
import "../../../../Lexical.prod-
|
|
6
|
-
import "../../../../LexicalUtils.prod-
|
|
4
|
+
import "../../../../LexicalTable.prod-BOlKc5zf.js";
|
|
5
|
+
import "../../../../Lexical.prod-YJ1n9pVJ.js";
|
|
6
|
+
import "../../../../LexicalUtils.prod-BQnuAaA9.js";
|
|
7
7
|
import "react";
|
|
8
|
-
import { T as L } from "../../../../TablePlugin-
|
|
8
|
+
import { T as L } from "../../../../TablePlugin-bFqq2Yd9.js";
|
|
9
9
|
import "./helpers.js";
|
|
10
10
|
import "../../nodes/TableWrapperNode/TableWrapperNode.js";
|
|
11
11
|
import "../../hooks/useFlyout.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { n as p, E as i, Y as w, a as T, q as u, X as b, o as E, J as I, H as g, Z as D, I as R, k as x } from "../../../../LexicalTable.prod-BOlKc5zf.js";
|
|
2
|
+
import { j as S } from "../../../../Lexical.prod-YJ1n9pVJ.js";
|
|
3
3
|
import { TableWrapperNode as N } from "../../nodes/TableWrapperNode/TableWrapperNode.js";
|
|
4
4
|
import "react";
|
|
5
|
-
const F = 32, a = 48, W = 1,
|
|
5
|
+
const F = 32, a = 48, W = 1, H = 200, P = 320, B = (t, e) => {
|
|
6
6
|
const n = R(0, 0, !1);
|
|
7
7
|
for (let o = 0; o < t; o++) {
|
|
8
8
|
const r = g();
|
|
@@ -13,26 +13,26 @@ const F = 32, a = 48, W = 1, B = 200, P = 320, A = (t, e) => {
|
|
|
13
13
|
n.append(r);
|
|
14
14
|
}
|
|
15
15
|
return n;
|
|
16
|
-
},
|
|
17
|
-
const e =
|
|
16
|
+
}, M = (t) => {
|
|
17
|
+
const e = I(t), n = e.getNextSibling() || e.getPreviousSibling(), o = e.getParentOrThrow();
|
|
18
18
|
if (o.getChildrenSize() > 1 ? e.remove() : o.remove(), n !== null) {
|
|
19
19
|
const r = n.getFirstDescendant();
|
|
20
20
|
r && r.select();
|
|
21
21
|
}
|
|
22
|
-
},
|
|
22
|
+
}, _ = (t) => {
|
|
23
23
|
const e = p(t);
|
|
24
24
|
if (!e)
|
|
25
25
|
throw new Error("Selected node is not a TableCellNode");
|
|
26
26
|
const n = e.getParent();
|
|
27
27
|
n instanceof N ? n.remove() : e.remove();
|
|
28
|
-
},
|
|
28
|
+
}, A = (t, e) => {
|
|
29
29
|
if (!i(t))
|
|
30
30
|
throw new Error("Selected node is not a TableCellNode");
|
|
31
31
|
const n = g();
|
|
32
|
-
|
|
32
|
+
D(e === "insertRowBelow");
|
|
33
33
|
const o = n.getFirstDescendant();
|
|
34
34
|
o && o.select();
|
|
35
|
-
},
|
|
35
|
+
}, U = (t, e) => {
|
|
36
36
|
if (!i(t))
|
|
37
37
|
throw new Error("Selected node is not a TableCellNode");
|
|
38
38
|
const n = w(t);
|
|
@@ -49,22 +49,22 @@ const F = 32, a = 48, W = 1, B = 200, P = 320, A = (t, e) => {
|
|
|
49
49
|
n.setColWidths(C), o = e === "insertColumnLeft" ? o : o + 1;
|
|
50
50
|
const f = r[s].getChildren()[o];
|
|
51
51
|
f && f.select();
|
|
52
|
-
},
|
|
52
|
+
}, X = (t) => {
|
|
53
53
|
if (!i(t))
|
|
54
54
|
throw new Error("Selected node is not a TableCellNode");
|
|
55
|
-
(w(t).getFirstChild()?.getChildrenSize() || 0) === 1 ?
|
|
56
|
-
},
|
|
55
|
+
(w(t).getFirstChild()?.getChildrenSize() || 0) === 1 ? _(t) : T();
|
|
56
|
+
}, Y = (t) => {
|
|
57
57
|
const e = t.getRootElement();
|
|
58
58
|
if (!e || typeof window > "u") return 0;
|
|
59
59
|
const n = e.getBoundingClientRect(), o = window.getComputedStyle(e), r = parseFloat(o.paddingLeft || "0") + parseFloat(o.paddingRight || "0") + a;
|
|
60
60
|
return Math.max(0, n.width - r);
|
|
61
|
-
},
|
|
61
|
+
}, j = (t, e, n) => {
|
|
62
62
|
if (!t) return 0;
|
|
63
63
|
const o = n.getElementByKey(t.getKey());
|
|
64
64
|
if (!o) return 0;
|
|
65
65
|
const r = window.getComputedStyle(o);
|
|
66
66
|
return parseInt(r.width) - e * W - 1;
|
|
67
|
-
},
|
|
67
|
+
}, k = (t) => {
|
|
68
68
|
const e = t.getChildren();
|
|
69
69
|
for (const n of e) {
|
|
70
70
|
const o = n.getChildren();
|
|
@@ -79,15 +79,15 @@ export {
|
|
|
79
79
|
a as DEFAULT_COL_WIDTH,
|
|
80
80
|
P as DEFAULT_EDITOR_WIDTH,
|
|
81
81
|
F as MIN_COLUMN_WIDTH,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
82
|
+
H as PREVENT_OPEN_DELAY,
|
|
83
|
+
B as createTable,
|
|
84
|
+
X as deleteColumn,
|
|
85
|
+
M as deleteRow,
|
|
86
|
+
_ as deleteTable,
|
|
87
|
+
Y as getEditorContentWidth,
|
|
88
|
+
j as getEditorParrentCellWidth,
|
|
89
|
+
U as insertColumn,
|
|
90
|
+
A as insertRow,
|
|
91
|
+
k as tableHasContent
|
|
92
92
|
};
|
|
93
93
|
//# sourceMappingURL=helpers.js.map
|