@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.
Files changed (95) hide show
  1. package/dist/{Lexical.prod-Dgzi-S1E.js → Lexical.prod-YJ1n9pVJ.js} +1334 -1305
  2. package/dist/Lexical.prod-YJ1n9pVJ.js.map +1 -0
  3. package/dist/{LexicalClipboard.prod-Dxc8c2F_.js → LexicalClipboard.prod-CDPAGlNs.js} +52 -52
  4. package/dist/{LexicalClipboard.prod-Dxc8c2F_.js.map → LexicalClipboard.prod-CDPAGlNs.js.map} +1 -1
  5. package/dist/{LexicalExtension.prod-CNBWjmfs.js → LexicalExtension.prod-2-giLTv9.js} +87 -88
  6. package/dist/LexicalExtension.prod-2-giLTv9.js.map +1 -0
  7. package/dist/LexicalLink.prod-u8L4ioQd.js +528 -0
  8. package/dist/LexicalLink.prod-u8L4ioQd.js.map +1 -0
  9. package/dist/LexicalList.prod-DMU0XSLO.js +630 -0
  10. package/dist/LexicalList.prod-DMU0XSLO.js.map +1 -0
  11. package/dist/{LexicalSelection.prod-B0uiXGSS.js → LexicalSelection.prod-CpZE7Sey.js} +41 -41
  12. package/dist/{LexicalSelection.prod-B0uiXGSS.js.map → LexicalSelection.prod-CpZE7Sey.js.map} +1 -1
  13. package/dist/LexicalTable.prod-BOlKc5zf.js +1846 -0
  14. package/dist/LexicalTable.prod-BOlKc5zf.js.map +1 -0
  15. package/dist/LexicalUtils.prod-BQnuAaA9.js +92 -0
  16. package/dist/LexicalUtils.prod-BQnuAaA9.js.map +1 -0
  17. package/dist/{TableCellResizerPlugin-9kvw_LpH.js → TableCellResizerPlugin-BTfuE_kM.js} +53 -53
  18. package/dist/{TableCellResizerPlugin-9kvw_LpH.js.map → TableCellResizerPlugin-BTfuE_kM.js.map} +1 -1
  19. package/dist/{TablePlugin-BlXaQ0U6.js → TablePlugin-bFqq2Yd9.js} +75 -75
  20. package/dist/{TablePlugin-BlXaQ0U6.js.map → TablePlugin-bFqq2Yd9.js.map} +1 -1
  21. package/dist/assets/variables.css +4 -4
  22. package/dist/{chunk-2N4WE3KZ-DQvXvHLf.js → chunk-2N4WE3KZ-DiBZ4E0Z.js} +2 -2
  23. package/dist/{chunk-2N4WE3KZ-DQvXvHLf.js.map → chunk-2N4WE3KZ-DiBZ4E0Z.js.map} +1 -1
  24. package/dist/components/Buttons/Button.stories.js +1 -1
  25. package/dist/components/Buttons/LinkButton.stories.js +1 -1
  26. package/dist/components/Buttons/MenuButton.stories.js +1 -1
  27. package/dist/components/Checkbox/Checkbox.stories.js +1 -1
  28. package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
  29. package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
  30. package/dist/components/CheckboxTree/CheckboxTree.stories.js +2 -2
  31. package/dist/components/Chip/Chip.stories.js +1 -1
  32. package/dist/components/ControlsButton/ControlsButton.stories.js +1 -1
  33. package/dist/components/Drawer/Drawer.stories.js +1 -1
  34. package/dist/components/FormInput/FormInput.js +1 -1
  35. package/dist/components/FormInput/FormInput.stories.js +1 -1
  36. package/dist/components/IconButton/IconButton.stories.js +1 -1
  37. package/dist/components/InputField/InputField.stories.js +2 -2
  38. package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
  39. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  40. package/dist/components/MultiSelect/MultiSelect.stories.js +2 -2
  41. package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
  42. package/dist/components/MultiSelect/index.js +1 -1
  43. package/dist/components/MultiSelectBox/MultiSelectBox.stories.js +1 -1
  44. package/dist/components/Notification/Notification.stories.js +1 -1
  45. package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
  46. package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
  47. package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
  48. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
  49. package/dist/components/RadioGroup/RadioGroup.stories.js +1 -1
  50. package/dist/components/RadioTabSelector/RadioTabSelector.js +1 -1
  51. package/dist/components/RadioTabSelector/RadioTabSelector.stories.js +1 -1
  52. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
  53. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +8 -8
  54. package/dist/components/RteEditor/Plugins/CourseCataloguePlugin/CourseCataloguePlugin.js +58 -58
  55. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +4 -4
  56. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +1 -1
  57. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +61 -61
  58. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
  59. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +25 -25
  60. package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +13 -13
  61. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.js +4 -4
  62. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.js +1 -1
  63. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
  64. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +4 -4
  65. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +24 -24
  66. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  67. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +29 -29
  68. package/dist/components/RteEditor/Plugins/index.js +2 -2
  69. package/dist/components/RteEditor/RteEditor.js +252 -252
  70. package/dist/components/RteEditor/RteEditor.js.map +1 -1
  71. package/dist/components/RteEditor/helpers.js +18 -18
  72. package/dist/components/RteEditor/nodes/CourseCatalogueNode/CourseCatalogueNode.js +19 -19
  73. package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.js +12 -12
  74. package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
  75. package/dist/components/Sortable/Sortable.stories.js +1 -1
  76. package/dist/components/TextArea/TextArea.stories.js +1 -1
  77. package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
  78. package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
  79. package/dist/components/index.js +1 -1
  80. package/dist/{index-1WwGCyua.js → index-B_q_4aBT.js} +89 -81
  81. package/dist/index-B_q_4aBT.js.map +1 -0
  82. package/dist/index.js +1 -1
  83. package/dist/storybook__react.d.js +2 -2
  84. package/package.json +30 -30
  85. package/dist/Lexical.prod-Dgzi-S1E.js.map +0 -1
  86. package/dist/LexicalExtension.prod-CNBWjmfs.js.map +0 -1
  87. package/dist/LexicalLink.prod-EEOzXxej.js +0 -502
  88. package/dist/LexicalLink.prod-EEOzXxej.js.map +0 -1
  89. package/dist/LexicalList.prod-DADZlhem.js +0 -627
  90. package/dist/LexicalList.prod-DADZlhem.js.map +0 -1
  91. package/dist/LexicalTable.prod-QpQxZNNH.js +0 -1814
  92. package/dist/LexicalTable.prod-QpQxZNNH.js.map +0 -1
  93. package/dist/LexicalUtils.prod-D1mwAww-.js +0 -114
  94. package/dist/LexicalUtils.prod-D1mwAww-.js.map +0 -1
  95. package/dist/index-1WwGCyua.js.map +0 -1
@@ -1,11 +1,11 @@
1
- import { jsx as f, jsxs as G } from "react/jsx-runtime";
2
- import { o as J } from "../../../../LexicalComposerContext.prod-DOyoZx0P.js";
3
- import { c as W } from "../../../../clsx-OuTLNxxd.js";
4
- import { y as L, P as Y, J as $ } from "../../../../LexicalLink.prod-EEOzXxej.js";
5
- import { useRef as a, useState as q, useEffect as u } from "react";
6
- import { a4 as Q, c as p, u as X, aF as Z, b as w, ah as tt, l as et, _ as ot } from "../../../../Lexical.prod-Dgzi-S1E.js";
7
- import { x as N } from "../../../../LexicalUtils.prod-D1mwAww-.js";
8
- import { A as rt } from "../../../../TablePlugin-BlXaQ0U6.js";
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 I, removeScrollableContainers as at } from "../../helpers.js";
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, $t = ({ parentScrollPosition: U }) => {
40
- const x = lt(), [i] = J(), { flyout: z, showFlyout: P, hideFlyout: h, isVisible: l } = st(), m = a(void 0), T = a(!1), C = a(""), d = a(""), [k, O] = q({ active: !1, url: "", linktext: "" }), R = a(l), F = a(null), S = a(null), _ = a(void 0), y = () => {
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
- F.current = r;
43
+ E.current = r;
44
44
  });
45
45
  }, D = () => {
46
46
  i.update(() => {
47
- F.current && et(F.current);
47
+ E.current && et(E.current);
48
48
  });
49
- }, A = (r, t) => {
50
- P({
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: () => H(),
57
+ onDelete: () => j(),
58
58
  onClose: K,
59
- ref: _
59
+ ref: F
60
60
  }
61
61
  )
62
62
  });
63
63
  }, K = () => {
64
- _.current?.clearForm(), h(), D();
65
- }, E = () => {
66
- const r = S.current?.getBoundingClientRect();
67
- !T.current && r && (y(), P({ position: { top: r.bottom, left: r.left }, ...M }), setTimeout(() => m.current?.setDefaults("", d.current), 0));
68
- }, b = () => {
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 (w(e)) {
74
- const o = e.anchor.getNode(), s = N(o, L);
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
- $(nt(r), { target: "_blank" });
85
+ G(nt(r), { target: "_blank" });
86
86
  }
87
- b();
87
+ y();
88
88
  });
89
- }, H = () => {
90
- i.dispatchCommand(Y, null), K();
91
- }, M = {
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: b,
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 ? (T.current = !0, m.current?.focusFirstField()) : (m.current?.clearForm(), C.current = d.current = "", setTimeout(() => T.current = !1, ut));
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 (w(o) && o.isCollapsed()) {
107
- const s = o.anchor.getNode(), n = N(s, L);
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()), v = c ? { top: c.getBoundingClientRect().bottom, left: c.getBoundingClientRect().left } : { top: 0, left: 0 };
110
- return A(n.getURL(), v), !0;
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
- Q,
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
- X,
122
+ Z,
123
123
  (o) => {
124
124
  const s = p();
125
- return y(), o.preventDefault(), o.stopPropagation(), o.stopImmediatePropagation(), r(s), !1;
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
- Z,
134
+ $,
135
135
  (e) => {
136
136
  if (e.ctrlKey && e.shiftKey && e.key === "U") {
137
137
  const o = p();
138
- if (y(), !w(o))
138
+ if (v(), !N(o))
139
139
  return !1;
140
- const s = o.anchor.getNode(), n = N(s, L), c = (V = "", j = "") => {
141
- E(), setTimeout(() => m.current?.setDefaults(V, j), 0);
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 v = o.getTextContent();
146
- return v !== "" ? (d.current = v, c("", d.current), !0) : (E(), !0);
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
- O(
152
+ I(
153
153
  e.read(() => {
154
154
  const o = p();
155
- if (y(), w(o)) {
156
- const s = o.anchor.getNode(), n = N(s, L);
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 || _.current?.clearForm();
176
+ R.current = l, l || F.current?.clearForm();
177
177
  }, [l]), u(() => {
178
- l && b();
179
- }, [U]), u(() => {
178
+ l && y();
179
+ }, [z]), u(() => {
180
180
  k.active || h();
181
181
  }, [k]), u(() => {
182
- const r = (e) => (I(t), e.key === "Escape" && R.current && (e.preventDefault(), e.stopPropagation(), b()), !0);
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 I(t), window.addEventListener("scroll", t), window.addEventListener("resize", t), () => {
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__ */ G("div", { className: g["editor__toolbar-button-flyoutwrapper"], children: [
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: E,
195
- title: x.links.linkTooltip,
196
- className: W(
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": x.aria.labels.link,
202
- "aria-keyshortcuts": x.aria.keyshortcuts.link,
201
+ "aria-label": T.aria.labels.link,
202
+ "aria-keyshortcuts": T.aria.keyshortcuts.link,
203
203
  type: "button",
204
- ref: S,
204
+ ref: P,
205
205
  children: /* @__PURE__ */ f(ct, { name: "Link", size: 20 })
206
206
  }
207
207
  ),
208
- z
208
+ H
209
209
  ] }) });
210
210
  };
211
211
  export {
212
- $t as LinkPlugin
212
+ Gt as LinkPlugin
213
213
  };
214
214
  //# sourceMappingURL=LinkPlugin.js.map
@@ -1,4 +1,4 @@
1
- import { H as w } from "../../../../LexicalLink.prod-EEOzXxej.js";
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 I } from "../../../../LexicalComposerContext.prod-DOyoZx0P.js";
3
- import { k as b, x as _, S as v, o as K, d as N, h as P, l as y } from "../../../../LexicalList.prod-DADZlhem.js";
4
- import { useState as p, useEffect as k } from "react";
5
- import { c as $ } from "../../../../clsx-OuTLNxxd.js";
6
- import { aF as O, ah as U, a2 as Y, c as x, b as S, Y as B } from "../../../../Lexical.prod-Dgzi-S1E.js";
7
- import { x as E } from "../../../../LexicalUtils.prod-D1mwAww-.js";
8
- import { Icon as F } from "../../../Icon/Icon.js";
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 j } from "../../hooks/useTranslation.js";
11
- const w = {
10
+ import { useTranslation as w } from "../../hooks/useTranslation.js";
11
+ const z = {
12
12
  bullet: "BulletList",
13
13
  number: "NumberedList"
14
- }, z = ["bullet", "number"], W = () => {
15
- const m = j(), [e] = I(), [h, s] = p(null), [u, g] = p(!1), [c, L] = p(!1), D = (t) => {
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 k(() => {
18
+ return S(() => {
19
19
  const t = e.registerCommand(
20
- O,
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
- U
22
+ $
23
23
  );
24
24
  return () => {
25
25
  t();
26
26
  };
27
- }, [e, c, u]), k(() => {
27
+ }, [e, c, u]), S(() => {
28
28
  const t = e.registerCommand(
29
- Y,
29
+ j,
30
30
  (d) => (d.preventDefault(), e.update(() => {
31
- const i = x();
32
- if (!S(i))
31
+ const i = k();
32
+ if (!D(i))
33
33
  return;
34
34
  const l = i.anchor.getNode(), a = l.getParent();
35
- if (!K(a))
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 = x();
47
- if (S(i)) {
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: z.map((t) => /* @__PURE__ */ f(
62
+ }, [e]), /* @__PURE__ */ f("div", { className: n["editor__toolbar-button-group"], children: H.map((t) => /* @__PURE__ */ f(
63
63
  "button",
64
64
  {
65
- onClick: () => D(t),
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(F, { name: w[t], size: 24 })
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 { n as f, ah as p, c as u } from "../../../../Lexical.prod-Dgzi-S1E.js";
4
- import { P as i } from "../../../../LexicalUtils.prod-D1mwAww-.js";
5
- import { R as d } from "../../../../LexicalClipboard.prod-Dxc8c2F_.js";
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 w = () => {
8
- const [e] = m(), l = (t) => {
9
- t.preventDefault(), e.update(() => {
10
- const r = u(), a = i(t, InputEvent) || i(t, KeyboardEvent) ? null : t.clipboardData;
11
- if (a != null && r !== null) {
12
- const o = a.getData("text/html") || a.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, e);
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 = e.registerCommand(
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
- }, [e]), null;
26
+ }, [a]), null;
27
27
  };
28
28
  export {
29
- w as PasteHandlerPlugin
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-9kvw_LpH.js";
5
- import "../../../../LexicalTable.prod-QpQxZNNH.js";
6
- import "../../../../LexicalUtils.prod-D1mwAww-.js";
7
- import "../../../../Lexical.prod-Dgzi-S1E.js";
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,4 +1,4 @@
1
- import { T as r } from "../../../../TableCellResizerPlugin-9kvw_LpH.js";
1
+ import { T as r } from "../../../../TableCellResizerPlugin-BTfuE_kM.js";
2
2
  export {
3
3
  r as TableCellResizerPlugin
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { b as G } from "../../../../TablePlugin-BlXaQ0U6.js";
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-QpQxZNNH.js";
5
- import "../../../../Lexical.prod-Dgzi-S1E.js";
6
- import "../../../../LexicalUtils.prod-D1mwAww-.js";
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-BlXaQ0U6.js";
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 { Z as p, A as i, I as w, s as T, J as u, U as b, e as E, D, $ as g, V as I, B as R, O as x } from "../../../../LexicalTable.prod-QpQxZNNH.js";
2
- import { $ as S } from "../../../../Lexical.prod-Dgzi-S1E.js";
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, B = 200, P = 320, A = (t, e) => {
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
- }, H = (t) => {
17
- const e = D(t), n = e.getNextSibling() || e.getPreviousSibling(), o = e.getParentOrThrow();
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
- }, O = (t) => {
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
- }, U = (t, e) => {
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
- I(e === "insertRowBelow");
32
+ D(e === "insertRowBelow");
33
33
  const o = n.getFirstDescendant();
34
34
  o && o.select();
35
- }, M = (t, e) => {
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
- }, $ = (t) => {
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 ? O(t) : T();
56
- }, V = (t) => {
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
- }, z = (t, e, n) => {
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
- }, J = (t) => {
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
- B as PREVENT_OPEN_DELAY,
83
- A as createTable,
84
- $ as deleteColumn,
85
- H as deleteRow,
86
- O as deleteTable,
87
- V as getEditorContentWidth,
88
- z as getEditorParrentCellWidth,
89
- M as insertColumn,
90
- U as insertRow,
91
- J as tableHasContent
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
@@ -1,4 +1,4 @@
1
- import { T as o } from "../../../../TablePlugin-BlXaQ0U6.js";
1
+ import { T as o } from "../../../../TablePlugin-bFqq2Yd9.js";
2
2
  import { TableCellContextMenu as t } from "./TableCellContextMenu/TableCellContextMenu.js";
3
3
  export {
4
4
  t as TableCellContextMenu,