@uva-glass/component-library 1.59.3 → 1.61.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-BhH9TCLN.js → Lexical.prod-qM_1BY0u.js} +63 -62
- package/dist/{Lexical.prod-BhH9TCLN.js.map → Lexical.prod-qM_1BY0u.js.map} +1 -1
- package/dist/{LexicalUtils.prod-Bsuvahba.js → LexicalUtils.prod-BFSPHHi1.js} +2 -2
- package/dist/{LexicalUtils.prod-Bsuvahba.js.map → LexicalUtils.prod-BFSPHHi1.js.map} +1 -1
- package/dist/ListPlugin-Bhkh3IBK.js +625 -0
- package/dist/ListPlugin-Bhkh3IBK.js.map +1 -0
- package/dist/RteEditor.module-Cku3JY-0.js +29 -0
- package/dist/RteEditor.module-Cku3JY-0.js.map +1 -0
- package/dist/TablePlugin-CLPV2OjO.js +294 -0
- package/dist/TablePlugin-CLPV2OjO.js.map +1 -0
- package/dist/assets/EditorHeader.css +1 -1
- package/dist/assets/Periods.css +1 -1
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/TableCellContextMenu.css +1 -1
- package/dist/assets/TablePlugin.css +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +2 -2
- package/dist/components/InputField/InputField.stories.js +2 -2
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +2 -2
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/Periods/Periods.js +19 -19
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +19 -19
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.d.ts +1 -6
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +34 -20
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +36 -31
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.d.ts +3 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js +4 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.d.ts +7 -6
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +157 -54
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.d.ts +1 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +5 -6
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/index.js +3 -2
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.d.ts +1 -6
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +10 -31
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.d.ts +2 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +104 -31
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +6 -5
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.d.ts +6 -7
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +43 -47
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/index.js +13 -12
- package/dist/components/RteEditor/RteEditor.d.ts +13 -4
- package/dist/components/RteEditor/RteEditor.js +408 -416
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
- package/dist/components/RteEditor/hooks/components/Flyout.js.map +1 -1
- package/dist/components/RteEditor/hooks/useTranslation.d.ts +98 -6
- package/dist/components/RteEditor/translations.d.ts +98 -6
- package/dist/components/RteEditor/translations.js +104 -12
- package/dist/components/RteEditor/translations.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/{helpers-BRIyyVa6.js → helpers-BB6Byf50.js} +88 -99
- package/dist/helpers-BB6Byf50.js.map +1 -0
- package/dist/{helpers-CaU5T9i-.js → helpers-D9T1Tgkj.js} +454 -427
- package/dist/helpers-D9T1Tgkj.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/LexicalList.prod-Czb3Osbz.js +0 -564
- package/dist/LexicalList.prod-Czb3Osbz.js.map +0 -1
- package/dist/RteEditor.module-Dz9a8vaK.js +0 -29
- package/dist/RteEditor.module-Dz9a8vaK.js.map +0 -1
- package/dist/TablePlugin-deK-rcE1.js +0 -249
- package/dist/TablePlugin-deK-rcE1.js.map +0 -1
- package/dist/helpers-BRIyyVa6.js.map +0 -1
- package/dist/helpers-CaU5T9i-.js.map +0 -1
|
@@ -3977,94 +3977,95 @@ Yt.version = "0.19.0+prod.esm";
|
|
|
3977
3977
|
export {
|
|
3978
3978
|
ro as $,
|
|
3979
3979
|
I as A,
|
|
3980
|
-
|
|
3980
|
+
_o as B,
|
|
3981
3981
|
br as C,
|
|
3982
3982
|
bn as D,
|
|
3983
|
-
|
|
3983
|
+
Kr as E,
|
|
3984
3984
|
ve as F,
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3985
|
+
xo as G,
|
|
3986
|
+
Mt as H,
|
|
3987
|
+
ao as I,
|
|
3988
3988
|
nt as J,
|
|
3989
3989
|
no as K,
|
|
3990
|
-
|
|
3990
|
+
po as L,
|
|
3991
3991
|
ot as M,
|
|
3992
3992
|
ji as N,
|
|
3993
3993
|
yo as O,
|
|
3994
3994
|
uo as P,
|
|
3995
|
-
|
|
3996
|
-
|
|
3995
|
+
Wt as Q,
|
|
3996
|
+
Bs as R,
|
|
3997
3997
|
Ht as S,
|
|
3998
3998
|
bi as T,
|
|
3999
3999
|
Ae as U,
|
|
4000
|
-
|
|
4001
|
-
|
|
4000
|
+
mo as V,
|
|
4001
|
+
Ws as W,
|
|
4002
4002
|
dr as X,
|
|
4003
|
-
|
|
4003
|
+
Ms as Y,
|
|
4004
4004
|
ze as Z,
|
|
4005
|
-
|
|
4005
|
+
Os as _,
|
|
4006
4006
|
Pe as a,
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4007
|
+
Is as a0,
|
|
4008
|
+
$s as a1,
|
|
4009
|
+
mt as a2,
|
|
4010
|
+
xt as a3,
|
|
4011
|
+
yt as a4,
|
|
4012
|
+
Ks as a5,
|
|
4013
|
+
Js as a6,
|
|
4014
|
+
$r as a7,
|
|
4015
|
+
Zi as a8,
|
|
4016
|
+
He as a9,
|
|
4017
|
+
to as aA,
|
|
4018
|
+
eo as aB,
|
|
4019
|
+
Us as aa,
|
|
4020
|
+
Qs as ab,
|
|
4021
|
+
ue as ac,
|
|
4022
|
+
ho as ad,
|
|
4023
|
+
V as ae,
|
|
4024
|
+
fo as af,
|
|
4025
|
+
ce as ag,
|
|
4026
|
+
yi as ah,
|
|
4027
|
+
lt as ai,
|
|
4028
|
+
ie as aj,
|
|
4029
|
+
vo as ak,
|
|
4030
|
+
Wr as al,
|
|
4031
|
+
Xr as am,
|
|
4032
|
+
Zn as an,
|
|
4033
|
+
io as ao,
|
|
4034
|
+
Hs as ap,
|
|
4035
|
+
js as aq,
|
|
4036
|
+
Vs as ar,
|
|
4037
|
+
dn as as,
|
|
4038
|
+
gt as at,
|
|
4039
|
+
Gi as au,
|
|
4040
|
+
Yi as av,
|
|
4041
|
+
Xi as aw,
|
|
4042
|
+
go as ax,
|
|
4043
|
+
Gn as ay,
|
|
4044
|
+
Yr as az,
|
|
4045
|
+
v as b,
|
|
4045
4046
|
N as c,
|
|
4046
4047
|
we as d,
|
|
4047
|
-
|
|
4048
|
+
wn as e,
|
|
4048
4049
|
$t as f,
|
|
4049
4050
|
Rr as g,
|
|
4050
4051
|
Br as h,
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4052
|
+
so as i,
|
|
4053
|
+
lo as j,
|
|
4054
|
+
A as k,
|
|
4054
4055
|
$ as l,
|
|
4055
|
-
|
|
4056
|
-
|
|
4056
|
+
oo as m,
|
|
4057
|
+
Y as n,
|
|
4057
4058
|
Yn as o,
|
|
4058
|
-
|
|
4059
|
-
|
|
4059
|
+
Ei as p,
|
|
4060
|
+
co as q,
|
|
4060
4061
|
Ls as r,
|
|
4061
|
-
|
|
4062
|
+
hr as s,
|
|
4062
4063
|
qi as t,
|
|
4063
|
-
|
|
4064
|
+
Un as u,
|
|
4064
4065
|
Jt as v,
|
|
4065
4066
|
G as w,
|
|
4066
4067
|
F as x,
|
|
4067
4068
|
Qt as y,
|
|
4068
|
-
|
|
4069
|
+
Qi as z
|
|
4069
4070
|
};
|
|
4070
|
-
//# sourceMappingURL=Lexical.prod-
|
|
4071
|
+
//# sourceMappingURL=Lexical.prod-qM_1BY0u.js.map
|