@uva-glass/component-library 3.41.1 → 3.42.0
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-7x3WP3vd.js → Lexical.prod-C1B_JvcI.js} +100 -99
- package/dist/Lexical.prod-C1B_JvcI.js.map +1 -0
- package/dist/{LexicalClipboard.prod-BMLLh6JL.js → LexicalClipboard.prod-Dd64YQH0.js} +10 -10
- package/dist/{LexicalClipboard.prod-BMLLh6JL.js.map → LexicalClipboard.prod-Dd64YQH0.js.map} +1 -1
- package/dist/{LexicalLink.prod-Dr6L083o.js → LexicalLink.prod-ldhpNY9X.js} +3 -3
- package/dist/{LexicalLink.prod-Dr6L083o.js.map → LexicalLink.prod-ldhpNY9X.js.map} +1 -1
- package/dist/{LexicalList.prod-nl__pKjG.js → LexicalList.prod-7DmvPZ_J.js} +4 -4
- package/dist/{LexicalList.prod-nl__pKjG.js.map → LexicalList.prod-7DmvPZ_J.js.map} +1 -1
- package/dist/{LexicalSelection.prod-CB_xP0pP.js → LexicalSelection.prod-Dmiwka3x.js} +5 -5
- package/dist/{LexicalSelection.prod-CB_xP0pP.js.map → LexicalSelection.prod-Dmiwka3x.js.map} +1 -1
- package/dist/{LexicalTable.prod-CwkGGOke.js → LexicalTable.prod-iqHmKv_G.js} +666 -625
- package/dist/LexicalTable.prod-iqHmKv_G.js.map +1 -0
- package/dist/LexicalUtils.prod-w0fZ_Z8S.js +123 -0
- package/dist/{LexicalUtils.prod-CtYaCJNB.js.map → LexicalUtils.prod-w0fZ_Z8S.js.map} +1 -1
- package/dist/RteEditor.module-dE9wQTC9.js +42 -0
- package/dist/RteEditor.module-dE9wQTC9.js.map +1 -0
- package/dist/TableCellResizerPlugin-D6jjhYoD.js +239 -0
- package/dist/TableCellResizerPlugin-D6jjhYoD.js.map +1 -0
- package/dist/TablePlugin-cMMBdz-x.js +306 -0
- package/dist/TablePlugin-cMMBdz-x.js.map +1 -0
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/TableCellResizerPlugin.css +1 -0
- package/dist/components/CheckboxTree/CheckboxTree.js +9 -8
- package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
- package/dist/components/FormInput/FormInput.js +4 -3
- package/dist/components/FormInput/FormInput.js.map +1 -1
- package/dist/components/InputField/InputField.stories.js +4 -3
- package/dist/components/InputField/InputField.stories.js.map +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 +3 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +4 -3
- package/dist/components/PeriodSelector/PeriodSelector.js.map +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +4 -3
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +4 -3
- package/dist/components/RadioTabSelector/RadioTabSelector.js.map +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +4 -3
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +14 -13
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +5 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +26 -25
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +6 -6
- package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.d.ts +2 -0
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.js +13 -0
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +4 -3
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +9 -6
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.d.ts +9 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +73 -56
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +11 -9
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/index.d.ts +2 -0
- package/dist/components/RteEditor/Plugins/index.js +13 -9
- package/dist/components/RteEditor/Plugins/index.js.map +1 -1
- package/dist/components/RteEditor/RteEditor.js +275 -287
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/UvaTheme/UvaTheme.d.ts +1 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +2 -1
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js.map +1 -1
- package/dist/components/RteEditor/helpers.js +4 -4
- package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.d.ts +15 -0
- package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.js +69 -0
- package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.js.map +1 -0
- package/dist/components/RteEditor/nodes/TableWrapperNode/index.d.ts +1 -0
- package/dist/components/RteEditor/nodes/TableWrapperNode/index.js +10 -0
- package/dist/components/RteEditor/nodes/TableWrapperNode/index.js.map +1 -0
- package/dist/components/RteEditor/nodes/index.d.ts +1 -0
- package/dist/components/RteEditor/nodes/index.js +10 -0
- package/dist/components/RteEditor/nodes/index.js.map +1 -0
- package/dist/components/index.js +1 -1
- package/dist/{helpers-B0VCD9f3.js → helpers-BO6Gg9y6.js} +4 -4
- package/dist/{helpers-B0VCD9f3.js.map → helpers-BO6Gg9y6.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/Lexical.prod-7x3WP3vd.js.map +0 -1
- package/dist/LexicalTable.prod-CwkGGOke.js.map +0 -1
- package/dist/LexicalUtils.prod-CtYaCJNB.js +0 -107
- package/dist/RteEditor.module-B_3uFnFu.js +0 -41
- package/dist/RteEditor.module-B_3uFnFu.js.map +0 -1
- package/dist/TablePlugin-DNGtPPjq.js +0 -301
- 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 =
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
4840
|
+
ea as A,
|
|
4841
4841
|
Oe as B,
|
|
4842
|
-
|
|
4842
|
+
an as C,
|
|
4843
4843
|
ko as D,
|
|
4844
4844
|
Un as E,
|
|
4845
4845
|
ft as F,
|
|
4846
|
-
|
|
4847
|
-
|
|
4846
|
+
cn as G,
|
|
4847
|
+
ln as H,
|
|
4848
4848
|
Jl as I,
|
|
4849
4849
|
Xl as J,
|
|
4850
4850
|
wo as K,
|
|
4851
|
-
|
|
4851
|
+
bo as L,
|
|
4852
4852
|
ie as M,
|
|
4853
|
-
|
|
4853
|
+
Eo as N,
|
|
4854
4854
|
de as O,
|
|
4855
4855
|
L as P,
|
|
4856
|
-
|
|
4857
|
-
|
|
4856
|
+
At as Q,
|
|
4857
|
+
ts as R,
|
|
4858
4858
|
U as S,
|
|
4859
4859
|
kr as T,
|
|
4860
|
-
|
|
4861
|
-
|
|
4860
|
+
je as U,
|
|
4861
|
+
ta as V,
|
|
4862
4862
|
Gl as W,
|
|
4863
|
-
|
|
4864
|
-
|
|
4865
|
-
|
|
4863
|
+
ze as X,
|
|
4864
|
+
Kl as Y,
|
|
4865
|
+
yt as Z,
|
|
4866
4866
|
A as _,
|
|
4867
4867
|
Hr as a,
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
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
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4945
|
+
la as j,
|
|
4945
4946
|
ee as k,
|
|
4946
4947
|
gl as l,
|
|
4947
4948
|
Dt as m,
|
|
4948
|
-
|
|
4949
|
+
_e as n,
|
|
4949
4950
|
Pe as o,
|
|
4950
|
-
|
|
4951
|
+
yo as p,
|
|
4951
4952
|
ut as q,
|
|
4952
|
-
|
|
4953
|
+
Pl as r,
|
|
4953
4954
|
M as s,
|
|
4954
|
-
|
|
4955
|
-
|
|
4955
|
+
It as t,
|
|
4956
|
+
To as u,
|
|
4956
4957
|
Et as v,
|
|
4957
|
-
|
|
4958
|
+
So as w,
|
|
4958
4959
|
v as x,
|
|
4959
4960
|
mr as y,
|
|
4960
|
-
|
|
4961
|
+
xo as z
|
|
4961
4962
|
};
|
|
4962
|
-
//# sourceMappingURL=Lexical.prod-
|
|
4963
|
+
//# sourceMappingURL=Lexical.prod-C1B_JvcI.js.map
|