@uva-glass/component-library 3.41.1 → 3.42.1

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 (100) hide show
  1. package/dist/{Lexical.prod-7x3WP3vd.js → Lexical.prod-C1B_JvcI.js} +100 -99
  2. package/dist/Lexical.prod-C1B_JvcI.js.map +1 -0
  3. package/dist/{LexicalClipboard.prod-BMLLh6JL.js → LexicalClipboard.prod-Dd64YQH0.js} +10 -10
  4. package/dist/{LexicalClipboard.prod-BMLLh6JL.js.map → LexicalClipboard.prod-Dd64YQH0.js.map} +1 -1
  5. package/dist/{LexicalLink.prod-Dr6L083o.js → LexicalLink.prod-ldhpNY9X.js} +3 -3
  6. package/dist/{LexicalLink.prod-Dr6L083o.js.map → LexicalLink.prod-ldhpNY9X.js.map} +1 -1
  7. package/dist/{LexicalList.prod-nl__pKjG.js → LexicalList.prod-7DmvPZ_J.js} +4 -4
  8. package/dist/{LexicalList.prod-nl__pKjG.js.map → LexicalList.prod-7DmvPZ_J.js.map} +1 -1
  9. package/dist/{LexicalSelection.prod-CB_xP0pP.js → LexicalSelection.prod-Dmiwka3x.js} +5 -5
  10. package/dist/{LexicalSelection.prod-CB_xP0pP.js.map → LexicalSelection.prod-Dmiwka3x.js.map} +1 -1
  11. package/dist/{LexicalTable.prod-CwkGGOke.js → LexicalTable.prod-iqHmKv_G.js} +666 -625
  12. package/dist/LexicalTable.prod-iqHmKv_G.js.map +1 -0
  13. package/dist/LexicalUtils.prod-w0fZ_Z8S.js +123 -0
  14. package/dist/{LexicalUtils.prod-CtYaCJNB.js.map → LexicalUtils.prod-w0fZ_Z8S.js.map} +1 -1
  15. package/dist/RteEditor.module-dE9wQTC9.js +42 -0
  16. package/dist/RteEditor.module-dE9wQTC9.js.map +1 -0
  17. package/dist/TableCellResizerPlugin-D6jjhYoD.js +239 -0
  18. package/dist/TableCellResizerPlugin-D6jjhYoD.js.map +1 -0
  19. package/dist/TablePlugin-cMMBdz-x.js +306 -0
  20. package/dist/TablePlugin-cMMBdz-x.js.map +1 -0
  21. package/dist/assets/RteEditor.css +1 -1
  22. package/dist/assets/TableCellResizerPlugin.css +1 -0
  23. package/dist/components/CheckboxTree/CheckboxTree.js +9 -8
  24. package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
  25. package/dist/components/FormInput/FormInput.js +4 -3
  26. package/dist/components/FormInput/FormInput.js.map +1 -1
  27. package/dist/components/InputField/InputField.stories.js +4 -3
  28. package/dist/components/InputField/InputField.stories.js.map +1 -1
  29. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  30. package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
  31. package/dist/components/MultiSelect/components/MultiSelectHeader.js +3 -2
  32. package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
  33. package/dist/components/MultiSelect/index.js +1 -1
  34. package/dist/components/PeriodSelector/PeriodSelector.js +4 -3
  35. package/dist/components/PeriodSelector/PeriodSelector.js.map +1 -1
  36. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +4 -3
  37. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
  38. package/dist/components/RadioTabSelector/RadioTabSelector.js +4 -3
  39. package/dist/components/RadioTabSelector/RadioTabSelector.js.map +1 -1
  40. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +4 -3
  41. package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
  42. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +2 -2
  43. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +14 -13
  44. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
  45. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +5 -4
  46. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js.map +1 -1
  47. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
  48. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +26 -25
  49. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
  50. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
  51. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +6 -6
  52. package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +3 -3
  53. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.d.ts +2 -0
  54. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.js +13 -0
  55. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.js.map +1 -0
  56. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.d.ts +1 -0
  57. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.js +5 -0
  58. package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.js.map +1 -0
  59. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +4 -3
  60. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -1
  61. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +9 -6
  62. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
  63. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.d.ts +9 -1
  64. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +73 -56
  65. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js.map +1 -1
  66. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  67. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +11 -9
  68. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
  69. package/dist/components/RteEditor/Plugins/index.d.ts +2 -0
  70. package/dist/components/RteEditor/Plugins/index.js +13 -9
  71. package/dist/components/RteEditor/Plugins/index.js.map +1 -1
  72. package/dist/components/RteEditor/RteEditor.js +307 -319
  73. package/dist/components/RteEditor/RteEditor.js.map +1 -1
  74. package/dist/components/RteEditor/UvaTheme/UvaTheme.d.ts +1 -0
  75. package/dist/components/RteEditor/UvaTheme/UvaTheme.js +2 -1
  76. package/dist/components/RteEditor/UvaTheme/UvaTheme.js.map +1 -1
  77. package/dist/components/RteEditor/helpers.d.ts +1 -0
  78. package/dist/components/RteEditor/helpers.js +22 -21
  79. package/dist/components/RteEditor/helpers.js.map +1 -1
  80. package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.d.ts +15 -0
  81. package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.js +69 -0
  82. package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.js.map +1 -0
  83. package/dist/components/RteEditor/nodes/TableWrapperNode/index.d.ts +1 -0
  84. package/dist/components/RteEditor/nodes/TableWrapperNode/index.js +10 -0
  85. package/dist/components/RteEditor/nodes/TableWrapperNode/index.js.map +1 -0
  86. package/dist/components/RteEditor/nodes/index.d.ts +1 -0
  87. package/dist/components/RteEditor/nodes/index.js +10 -0
  88. package/dist/components/RteEditor/nodes/index.js.map +1 -0
  89. package/dist/components/index.js +1 -1
  90. package/dist/{helpers-B0VCD9f3.js → helpers-BO6Gg9y6.js} +4 -4
  91. package/dist/{helpers-B0VCD9f3.js.map → helpers-BO6Gg9y6.js.map} +1 -1
  92. package/dist/index.js +1 -1
  93. package/package.json +2 -2
  94. package/dist/Lexical.prod-7x3WP3vd.js.map +0 -1
  95. package/dist/LexicalTable.prod-CwkGGOke.js.map +0 -1
  96. package/dist/LexicalUtils.prod-CtYaCJNB.js +0 -107
  97. package/dist/RteEditor.module-B_3uFnFu.js +0 -41
  98. package/dist/RteEditor.module-B_3uFnFu.js.map +0 -1
  99. package/dist/TablePlugin-DNGtPPjq.js +0 -301
  100. package/dist/TablePlugin-DNGtPPjq.js.map +0 -1
@@ -3569,14 +3569,14 @@ function Oe() {
3569
3569
  function Gl(n) {
3570
3570
  return n instanceof Ft;
3571
3571
  }
3572
- const Xl = 0, Ql = 1, Zl = 3, ea = 4;
3572
+ const Xl = 0, Ql = 1, Zl = 2, ea = 3, ta = 4;
3573
3573
  function Ts(n, e, t, r) {
3574
3574
  const i = n._keyToDOMMap;
3575
3575
  i.clear(), n._editorState = Cr(), n._pendingEditorState = r, n._compositionKey = null, n._dirtyType = Je, n._cloneNotNeeded.clear(), n._dirtyLeaves = /* @__PURE__ */ new Set(), n._dirtyElements.clear(), n._normalizedNodes = /* @__PURE__ */ new Set(), n._updateTags = /* @__PURE__ */ new Set(), n._updates = [], n._blockCursorElement = null;
3576
3576
  const s = n._observer;
3577
3577
  s !== null && (s.disconnect(), n._observer = null), e !== null && (e.textContent = ""), t !== null && (t.textContent = "", i.set("root", t));
3578
3578
  }
3579
- function ta(n) {
3579
+ function na(n) {
3580
3580
  const e = n || {}, t = qo(), r = e.theme || {}, i = n === void 0 ? t : e.parentEditor || null, s = e.disableEvents || !1, o = Cr(), l = e.namespace || (i !== null ? i._config.namespace : Fs()), a = e.editorState, c = [Pt, ut, Mt, Ot, Ft, Zo, ...e.nodes || []], { onError: u, html: d } = e, f = e.editable === void 0 || e.editable;
3581
3581
  let g;
3582
3582
  if (n === void 0 && t !== null) g = t._nodes;
@@ -3907,7 +3907,7 @@ function hn(n, e, t) {
3907
3907
  let i = n ^ r;
3908
3908
  return e === "subscript" ? i &= -65 : e === "superscript" ? i &= -33 : e === "lowercase" ? (i &= -513, i &= -1025) : e === "uppercase" ? (i &= -257, i &= -1025) : e === "capitalize" && (i &= -257, i &= -513), i;
3909
3909
  }
3910
- function na(n) {
3910
+ function ra(n) {
3911
3911
  return M(n) || nt(n) || z(n);
3912
3912
  }
3913
3913
  function Ms(n, e) {
@@ -4099,7 +4099,7 @@ function Ni(n) {
4099
4099
  function bi(n) {
4100
4100
  return I(n, "a", Ce);
4101
4101
  }
4102
- function ra(n) {
4102
+ function ia(n) {
4103
4103
  const e = re();
4104
4104
  if (A(n)) {
4105
4105
  const t = n.anchor, r = n.focus, i = t.getNode().getTopLevelElementOrThrow().getParentOrThrow();
@@ -4208,7 +4208,7 @@ function oe(n) {
4208
4208
  const e = n._window;
4209
4209
  return e === null && T(78), e;
4210
4210
  }
4211
- function ia(n) {
4211
+ function sa(n) {
4212
4212
  return v(n) && n.isInline() || z(n) && n.isInline();
4213
4213
  }
4214
4214
  function al(n) {
@@ -4258,7 +4258,7 @@ function fl(n) {
4258
4258
  const e = Er(n);
4259
4259
  return e ? e.getSelection() : null;
4260
4260
  }
4261
- function sa(n) {
4261
+ function oa(n) {
4262
4262
  return ee(n) && n.tagName === "A";
4263
4263
  }
4264
4264
  function ee(n) {
@@ -4315,7 +4315,7 @@ function yl(n, e) {
4315
4315
  const t = parseInt(n.style.paddingInlineStart, 10) || 0, r = Math.round(t / 40);
4316
4316
  e.setIndent(r);
4317
4317
  }
4318
- function oa(n) {
4318
+ function la(n) {
4319
4319
  n.__lexicalUnmanaged = !0;
4320
4320
  }
4321
4321
  function ml(n) {
@@ -4820,7 +4820,7 @@ function Al(n) {
4820
4820
  function Dl(n, e) {
4821
4821
  return !0;
4822
4822
  }
4823
- function la(n, { $copyElementNode: e = cl, $splitTextPointCaretNext: t = Al, rootMode: r = "shadowRoot", $shouldSplit: i = Dl } = {}) {
4823
+ function aa(n, { $copyElementNode: e = cl, $splitTextPointCaretNext: t = Al, rootMode: r = "shadowRoot", $shouldSplit: i = Dl } = {}) {
4824
4824
  if (Ae(n)) return t(n);
4825
4825
  const s = n.getParentCaret(r);
4826
4826
  if (s) {
@@ -4837,126 +4837,127 @@ function la(n, { $copyElementNode: e = cl, $splitTextPointCaretNext: t = Al, roo
4837
4837
  }
4838
4838
  export {
4839
4839
  Ql as $,
4840
- cn as A,
4840
+ ea as A,
4841
4841
  Oe as B,
4842
- ln as C,
4842
+ an as C,
4843
4843
  ko as D,
4844
4844
  Un as E,
4845
4845
  ft as F,
4846
- bo as G,
4847
- Eo as H,
4846
+ cn as G,
4847
+ ln as H,
4848
4848
  Jl as I,
4849
4849
  Xl as J,
4850
4850
  wo as K,
4851
- ts as L,
4851
+ bo as L,
4852
4852
  ie as M,
4853
- ze as N,
4853
+ Eo as N,
4854
4854
  de as O,
4855
4855
  L as P,
4856
- Kl as Q,
4857
- yt as R,
4856
+ At as Q,
4857
+ ts as R,
4858
4858
  U as S,
4859
4859
  kr as T,
4860
- Zl as U,
4861
- ea as V,
4860
+ je as U,
4861
+ ta as V,
4862
4862
  Gl as W,
4863
- Mo as X,
4864
- Fo as Y,
4865
- Gi as Z,
4863
+ ze as X,
4864
+ Kl as Y,
4865
+ yt as Z,
4866
4866
  A as _,
4867
4867
  Hr as a,
4868
- Es as a$,
4869
- Te as a0,
4870
- $l as a1,
4871
- Vo as a2,
4872
- ne as a3,
4873
- _e as a4,
4874
- qe as a5,
4875
- Ml as a6,
4876
- zs as a7,
4877
- at as a8,
4878
- he as a9,
4879
- hl as aA,
4880
- pl as aB,
4881
- bs as aC,
4882
- dl as aD,
4883
- yr as aE,
4884
- es as aF,
4885
- He as aG,
4886
- Vl as aH,
4887
- vn as aI,
4888
- ta as aJ,
4889
- Bn as aK,
4890
- No as aL,
4891
- ws as aM,
4892
- ql as aN,
4893
- Gr as aO,
4894
- ra as aP,
4895
- Do as aQ,
4896
- Ao as aR,
4897
- Oo as aS,
4898
- Qn as aT,
4899
- Yt as aU,
4900
- Il as aV,
4901
- sl as aW,
4902
- Ll as aX,
4903
- Fl as aY,
4904
- Ul as aZ,
4905
- qr as a_,
4906
- H as aa,
4907
- Dr as ab,
4908
- At as ac,
4909
- je as ad,
4868
+ qr as a$,
4869
+ Mo as a0,
4870
+ Fo as a1,
4871
+ Gi as a2,
4872
+ Te as a3,
4873
+ $l as a4,
4874
+ Vo as a5,
4875
+ ne as a6,
4876
+ qe as a7,
4877
+ Ml as a8,
4878
+ zs as a9,
4879
+ Ei as aA,
4880
+ hl as aB,
4881
+ pl as aC,
4882
+ bs as aD,
4883
+ dl as aE,
4884
+ yr as aF,
4885
+ es as aG,
4886
+ He as aH,
4887
+ Vl as aI,
4888
+ vn as aJ,
4889
+ na as aK,
4890
+ Bn as aL,
4891
+ No as aM,
4892
+ ws as aN,
4893
+ ql as aO,
4894
+ Gr as aP,
4895
+ ia as aQ,
4896
+ Do as aR,
4897
+ Ao as aS,
4898
+ Oo as aT,
4899
+ Qn as aU,
4900
+ Yt as aV,
4901
+ Il as aW,
4902
+ sl as aX,
4903
+ Ll as aY,
4904
+ Fl as aZ,
4905
+ Ul as a_,
4906
+ at as aa,
4907
+ he as ab,
4908
+ H as ac,
4909
+ Dr as ad,
4910
4910
  Ft as ae,
4911
4911
  Xi as af,
4912
- re as ag,
4913
- Bs as ah,
4914
- wl as ai,
4915
- bl as aj,
4916
- Ge as ak,
4917
- la as al,
4918
- Ae as am,
4919
- z as an,
4920
- we as ao,
4921
- oi as ap,
4922
- Ee as aq,
4923
- mo as ar,
4924
- Wl as as,
4925
- Rl as at,
4926
- Qi as au,
4927
- Zi as av,
4928
- Zo as aw,
4929
- bt as ax,
4930
- jl as ay,
4931
- Ei as az,
4932
- na as b,
4933
- Bl as b0,
4934
- zl as b1,
4935
- Yl as b2,
4936
- Hl as b3,
4937
- sa as c,
4912
+ Zl as ag,
4913
+ re as ah,
4914
+ Bs as ai,
4915
+ wl as aj,
4916
+ bl as ak,
4917
+ Ge as al,
4918
+ aa as am,
4919
+ Ae as an,
4920
+ z as ao,
4921
+ we as ap,
4922
+ oi as aq,
4923
+ Ee as ar,
4924
+ mo as as,
4925
+ Wl as at,
4926
+ Rl as au,
4927
+ Qi as av,
4928
+ Zi as aw,
4929
+ Zo as ax,
4930
+ bt as ay,
4931
+ jl as az,
4932
+ ra as b,
4933
+ Es as b0,
4934
+ Bl as b1,
4935
+ zl as b2,
4936
+ Yl as b3,
4937
+ Hl as b4,
4938
+ oa as c,
4938
4939
  D as d,
4939
- ia as e,
4940
+ sa as e,
4940
4941
  Le as f,
4941
4942
  bn as g,
4942
4943
  nt as h,
4943
4944
  V as i,
4944
- oa as j,
4945
+ la as j,
4945
4946
  ee as k,
4946
4947
  gl as l,
4947
4948
  Dt as m,
4948
- yo as n,
4949
+ _e as n,
4949
4950
  Pe as o,
4950
- Pl as p,
4951
+ yo as p,
4951
4952
  ut as q,
4952
- It as r,
4953
+ Pl as r,
4953
4954
  M as s,
4954
- To as t,
4955
- So as u,
4955
+ It as t,
4956
+ To as u,
4956
4957
  Et as v,
4957
- xo as w,
4958
+ So as w,
4958
4959
  v as x,
4959
4960
  mr as y,
4960
- an as z
4961
+ xo as z
4961
4962
  };
4962
- //# sourceMappingURL=Lexical.prod-7x3WP3vd.js.map
4963
+ //# sourceMappingURL=Lexical.prod-C1B_JvcI.js.map