@uva-glass/component-library 3.0.9 → 3.0.11
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-BqkvGy5o.js → Lexical.prod-pVkgOp1j.js} +1501 -1485
- package/dist/Lexical.prod-pVkgOp1j.js.map +1 -0
- package/dist/LexicalClipboard.prod-DIvwPtmL.js +255 -0
- package/dist/LexicalClipboard.prod-DIvwPtmL.js.map +1 -0
- package/dist/LexicalComposerContext.prod-DLlRM5wP.js +22 -0
- package/dist/LexicalComposerContext.prod-DLlRM5wP.js.map +1 -0
- package/dist/{LexicalLink.prod-D-CG9yYv.js → LexicalLink.prod-NMeHB9CR.js} +67 -71
- package/dist/LexicalLink.prod-NMeHB9CR.js.map +1 -0
- package/dist/{LexicalList.prod-CDTuG8cz.js → LexicalList.prod-CicvwkCx.js} +121 -122
- package/dist/LexicalList.prod-CicvwkCx.js.map +1 -0
- package/dist/LexicalSelection.prod-mQvH0_ap.js +85 -0
- package/dist/LexicalSelection.prod-mQvH0_ap.js.map +1 -0
- package/dist/LexicalTable.prod-Bb6g8CAC.js +1542 -0
- package/dist/LexicalTable.prod-Bb6g8CAC.js.map +1 -0
- package/dist/LexicalUtils.prod-C_aSRWfh.js +109 -0
- package/dist/LexicalUtils.prod-C_aSRWfh.js.map +1 -0
- package/dist/{TablePlugin-BBgBJKsb.js → TablePlugin-o1MveXq2.js} +63 -63
- package/dist/{TablePlugin-BBgBJKsb.js.map → TablePlugin-o1MveXq2.js.map} +1 -1
- package/dist/TimelineItem-v4zDdKUz.js +52 -0
- package/dist/TimelineItem-v4zDdKUz.js.map +1 -0
- package/dist/__mocks__/svgrMock.js.map +1 -1
- package/dist/assets/TimelineItem.css +1 -0
- package/dist/assets/VarIndicator.css +1 -1
- package/dist/assets/variables.css +3 -3
- package/dist/components/Accordion/Accordion.test.js.map +1 -1
- package/dist/components/AccordionCard/AccordionCard.test.js.map +1 -1
- package/dist/components/ActionList/ActionList.test.js.map +1 -1
- package/dist/components/AppStatusBar/AppStatusBar.test.js.map +1 -1
- package/dist/components/Attention/Attention.test.js.map +1 -1
- package/dist/components/Backdrop/Backdrop.test.js.map +1 -1
- package/dist/components/Buttons/Button.test.js.map +1 -1
- package/dist/components/Buttons/LinkButton.test.js +1 -1
- package/dist/components/Buttons/LinkButton.test.js.map +1 -1
- package/dist/components/Buttons/MenuButton.test.js +1 -1
- package/dist/components/Buttons/MenuButton.test.js.map +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- package/dist/components/FormInput/FormInput.js +1 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/Label/Label.test.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 +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/OverlayStepBar/OverlayStepBar.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +11 -11
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +7 -7
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +39 -39
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +17 -17
- package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +12 -12
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +4 -4
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +22 -22
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +17 -17
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +483 -492
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/helpers.js +5 -5
- package/dist/components/Timeline/Timeline.d.ts +28 -0
- package/dist/components/Timeline/Timeline.js +29 -0
- package/dist/components/Timeline/Timeline.js.map +1 -0
- package/dist/components/Timeline/Timeline.stories.d.ts +5 -0
- package/dist/components/Timeline/Timeline.stories.js +43 -0
- package/dist/components/Timeline/Timeline.stories.js.map +1 -0
- package/dist/components/Timeline/Timeline.test.d.ts +0 -0
- package/dist/components/Timeline/Timeline.test.js +80 -0
- package/dist/components/Timeline/Timeline.test.js.map +1 -0
- package/dist/components/Timeline/TimelineItem.d.ts +2 -0
- package/dist/components/Timeline/TimelineItem.js +7 -0
- package/dist/components/Timeline/TimelineItem.js.map +1 -0
- package/dist/components/Timeline/index.d.ts +1 -0
- package/dist/components/Timeline/index.js +5 -0
- package/dist/components/Timeline/index.js.map +1 -0
- package/dist/components/Timeline/mockTimelineItem.d.ts +30 -0
- package/dist/components/Timeline/mockTimelineItem.js +95 -0
- package/dist/components/Timeline/mockTimelineItem.js.map +1 -0
- package/dist/components/VarIndicator/VarIndicator.js +11 -11
- package/dist/components/VarIndicator/VarIndicator.js.map +1 -1
- package/dist/components/VarIndicator/VarIndicator.stories.js.map +1 -1
- package/dist/components/VarIndicator/VarIndicator.test.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +23 -21
- package/dist/components/index.js.map +1 -1
- package/dist/helpers-CtrLGKFA.js +164 -0
- package/dist/helpers-CtrLGKFA.js.map +1 -0
- package/dist/index.js +23 -21
- package/dist/index.js.map +1 -1
- package/dist/setupTests.js.map +1 -1
- package/package.json +20 -20
- package/dist/Lexical.prod-BqkvGy5o.js.map +0 -1
- package/dist/LexicalClipboard.prod-BSR9LEVL.js +0 -258
- package/dist/LexicalClipboard.prod-BSR9LEVL.js.map +0 -1
- package/dist/LexicalComposerContext.prod--Rm7-Z9o.js +0 -26
- package/dist/LexicalComposerContext.prod--Rm7-Z9o.js.map +0 -1
- package/dist/LexicalLink.prod-D-CG9yYv.js.map +0 -1
- package/dist/LexicalList.prod-CDTuG8cz.js.map +0 -1
- package/dist/LexicalSelection.prod-BxYY0fGG.js +0 -86
- package/dist/LexicalSelection.prod-BxYY0fGG.js.map +0 -1
- package/dist/LexicalTable.prod-Ckge-lZb.js +0 -1515
- package/dist/LexicalTable.prod-Ckge-lZb.js.map +0 -1
- package/dist/LexicalUtils.prod-CIQUUsvA.js +0 -112
- package/dist/LexicalUtils.prod-CIQUUsvA.js.map +0 -1
- package/dist/helpers-CzeCSkV-.js +0 -168
- package/dist/helpers-CzeCSkV-.js.map +0 -1
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { p as _, O as y, U as x, d as F, m as G } from "./LexicalLink.prod-NMeHB9CR.js";
|
|
2
|
+
import { o as M } from "./LexicalComposerContext.prod-DLlRM5wP.js";
|
|
3
|
+
import { $ as H } from "./LexicalUtils.prod-C_aSRWfh.js";
|
|
4
|
+
import { a as v, l as E, E as Q, R as j, X as T, Q as L, aA as B, O as N, d as P } from "./Lexical.prod-pVkgOp1j.js";
|
|
5
|
+
import { useEffect as K } from "react";
|
|
6
|
+
function b(t, e = (n) => n) {
|
|
7
|
+
return (n) => {
|
|
8
|
+
const i = t.exec(n);
|
|
9
|
+
return i === null ? null : { index: i.index, length: i[0].length, text: i[0], url: e(i[0]) };
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
function $(t, e) {
|
|
13
|
+
for (let n = 0; n < e.length; n++) {
|
|
14
|
+
const i = e[n](t);
|
|
15
|
+
if (i) return i;
|
|
16
|
+
}
|
|
17
|
+
return null;
|
|
18
|
+
}
|
|
19
|
+
const W = /[.,;\s]/;
|
|
20
|
+
function U(t) {
|
|
21
|
+
return W.test(t);
|
|
22
|
+
}
|
|
23
|
+
function D(t) {
|
|
24
|
+
return U(t[t.length - 1]);
|
|
25
|
+
}
|
|
26
|
+
function Z(t) {
|
|
27
|
+
return U(t[0]);
|
|
28
|
+
}
|
|
29
|
+
function I(t) {
|
|
30
|
+
let e = t.getPreviousSibling();
|
|
31
|
+
return P(e) && (e = e.getLastDescendant()), e === null || N(e) || T(e) && D(e.getTextContent());
|
|
32
|
+
}
|
|
33
|
+
function O(t) {
|
|
34
|
+
let e = t.getNextSibling();
|
|
35
|
+
return P(e) && (e = e.getFirstDescendant()), e === null || N(e) || T(e) && Z(e.getTextContent());
|
|
36
|
+
}
|
|
37
|
+
function q(t, e, n, i) {
|
|
38
|
+
return (t > 0 ? U(n[t - 1]) : I(i[0])) ? e < n.length ? U(n[e]) : O(i[i.length - 1]) : !1;
|
|
39
|
+
}
|
|
40
|
+
function J(t, e, n) {
|
|
41
|
+
const i = [], u = [], l = [];
|
|
42
|
+
let s = 0, r = 0;
|
|
43
|
+
const a = [...t];
|
|
44
|
+
for (; a.length > 0; ) {
|
|
45
|
+
const g = a[0], o = g.getTextContent().length, c = r;
|
|
46
|
+
r + o <= e ? (i.push(g), s += o) : c >= n ? l.push(g) : u.push(g), r += o, a.shift();
|
|
47
|
+
}
|
|
48
|
+
return [s, i, u, l];
|
|
49
|
+
}
|
|
50
|
+
function V(t, e, n, i) {
|
|
51
|
+
const u = G(i.url, i.attributes);
|
|
52
|
+
if (t.length === 1) {
|
|
53
|
+
let l, s = t[0];
|
|
54
|
+
e === 0 ? [l, s] = s.splitText(n) : [, l, s] = s.splitText(e, n);
|
|
55
|
+
const r = L(i.text);
|
|
56
|
+
return r.setFormat(l.getFormat()), r.setDetail(l.getDetail()), r.setStyle(l.getStyle()), u.append(r), l.replace(u), s;
|
|
57
|
+
}
|
|
58
|
+
if (t.length > 1) {
|
|
59
|
+
const l = t[0];
|
|
60
|
+
let s, r = l.getTextContent().length;
|
|
61
|
+
e === 0 ? s = l : [, s] = l.splitText(e);
|
|
62
|
+
const a = [];
|
|
63
|
+
let g;
|
|
64
|
+
for (let h = 1; h < t.length; h++) {
|
|
65
|
+
const w = t[h], p = w.getTextContent().length, d = r;
|
|
66
|
+
if (d < n) if (r + p <= n) a.push(w);
|
|
67
|
+
else {
|
|
68
|
+
const [m, A] = w.splitText(n - d);
|
|
69
|
+
a.push(m), g = A;
|
|
70
|
+
}
|
|
71
|
+
r += p;
|
|
72
|
+
}
|
|
73
|
+
const o = v(), c = o ? o.getNodes().find(T) : void 0, f = L(s.getTextContent());
|
|
74
|
+
return f.setFormat(s.getFormat()), f.setDetail(s.getDetail()), f.setStyle(s.getStyle()), u.append(f, ...a), c && c === s && (E(o) ? f.select(o.anchor.offset, o.focus.offset) : B(o) && f.select(0, f.getTextContent().length)), s.replace(u), g;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
function z(t, e, n) {
|
|
78
|
+
const i = t.getChildren(), u = i.length;
|
|
79
|
+
for (let a = 0; a < u; a++) {
|
|
80
|
+
const g = i[a];
|
|
81
|
+
if (!T(g) || !g.isSimpleText()) return R(t), void n(null, t.getURL());
|
|
82
|
+
}
|
|
83
|
+
const l = t.getTextContent(), s = $(l, e);
|
|
84
|
+
if (s === null || s.text !== l || !I(t) || !O(t)) return R(t), void n(null, t.getURL());
|
|
85
|
+
const r = t.getURL();
|
|
86
|
+
if (r !== s.url && (t.setURL(s.url), n(s.url, r)), s.attributes) {
|
|
87
|
+
const a = t.getRel();
|
|
88
|
+
a !== s.attributes.rel && (t.setRel(s.attributes.rel || null), n(s.attributes.rel || null, a));
|
|
89
|
+
const g = t.getTarget();
|
|
90
|
+
g !== s.attributes.target && (t.setTarget(s.attributes.target || null), n(s.attributes.target || null, g));
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
function R(t) {
|
|
94
|
+
const e = t.getChildren();
|
|
95
|
+
for (let n = e.length - 1; n >= 0; n--) t.insertAfter(e[n]);
|
|
96
|
+
return t.remove(), e.map((n) => n.getLatest());
|
|
97
|
+
}
|
|
98
|
+
function Y(t, e, n) {
|
|
99
|
+
K(() => {
|
|
100
|
+
t.hasNodes([_]) || function(u, ...l) {
|
|
101
|
+
const s = new URL("https://lexical.dev/docs/error"), r = new URLSearchParams();
|
|
102
|
+
r.append("code", u);
|
|
103
|
+
for (const a of l) r.append("v", a);
|
|
104
|
+
throw s.search = r.toString(), Error(`Minified Lexical error #${u}; visit ${s.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`);
|
|
105
|
+
}(77);
|
|
106
|
+
const i = (u, l) => {
|
|
107
|
+
n && n(u, l);
|
|
108
|
+
};
|
|
109
|
+
return H(t.registerNodeTransform(j, (u) => {
|
|
110
|
+
const l = u.getParentOrThrow(), s = u.getPreviousSibling();
|
|
111
|
+
if (x(l) && !l.getIsUnlinked()) z(l, e, i);
|
|
112
|
+
else if (!F(l)) {
|
|
113
|
+
if (u.isSimpleText() && (Z(u.getTextContent()) || !x(s))) {
|
|
114
|
+
const r = function(a) {
|
|
115
|
+
const g = [a];
|
|
116
|
+
let o = a.getNextSibling();
|
|
117
|
+
for (; o !== null && T(o) && o.isSimpleText() && (g.push(o), !/[\s]/.test(o.getTextContent())); ) o = o.getNextSibling();
|
|
118
|
+
return g;
|
|
119
|
+
}(u);
|
|
120
|
+
(function(a, g, o) {
|
|
121
|
+
let c = [...a];
|
|
122
|
+
const f = c.map((d) => d.getTextContent()).join("");
|
|
123
|
+
let h, w = f, p = 0;
|
|
124
|
+
for (; (h = $(w, g)) && h !== null; ) {
|
|
125
|
+
const d = h.index, m = d + h.length;
|
|
126
|
+
if (q(p + d, p + m, f, c)) {
|
|
127
|
+
const [A, , X, C] = J(c, p + d, p + m), S = V(X, p + d - A, p + m - A, h);
|
|
128
|
+
c = S ? [S, ...C] : C, o(h.url, null), p = 0;
|
|
129
|
+
} else p += m;
|
|
130
|
+
w = w.substring(m);
|
|
131
|
+
}
|
|
132
|
+
})(r, e, i);
|
|
133
|
+
}
|
|
134
|
+
(function(r, a, g) {
|
|
135
|
+
const o = r.getPreviousSibling(), c = r.getNextSibling(), f = r.getTextContent();
|
|
136
|
+
var h;
|
|
137
|
+
!x(o) || o.getIsUnlinked() || Z(f) && (h = f, !(o.isEmailURI() ? /^\.[a-zA-Z]{2,}/.test(h) : /^\.[a-zA-Z0-9]{1,}/.test(h))) || (o.append(r), z(o, a, g), g(null, o.getURL())), !x(c) || c.getIsUnlinked() || D(f) || (R(c), z(c, a, g), g(null, c.getURL()));
|
|
138
|
+
})(u, e, i);
|
|
139
|
+
}
|
|
140
|
+
}), t.registerCommand(y, (u) => {
|
|
141
|
+
const l = v();
|
|
142
|
+
return u !== null || !E(l) || l.extract().forEach((s) => {
|
|
143
|
+
const r = s.getParent();
|
|
144
|
+
if (x(r)) return r.setIsUnlinked(!r.getIsUnlinked()), r.markDirty(), !0;
|
|
145
|
+
}), !1;
|
|
146
|
+
}, Q));
|
|
147
|
+
}, [t, e, n]);
|
|
148
|
+
}
|
|
149
|
+
function at({ matchers: t, onChange: e }) {
|
|
150
|
+
const [n] = M();
|
|
151
|
+
return Y(n, t, e), null;
|
|
152
|
+
}
|
|
153
|
+
const tt = /^(http|https):\/\//, k = /(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,})/, et = /(([^<>()[\]\\.,;:\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,}))/, nt = /^(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,})?$/, ut = (t) => t === "https://" || k.test(t), gt = (t) => t === "https://" || nt.test(t), ct = [
|
|
154
|
+
b(k, (t) => tt.test(t) ? t : `//${t}`),
|
|
155
|
+
b(et, (t) => `mailto:${t}`)
|
|
156
|
+
], ft = (t) => /^https?:\/\//i.test(t) ? t : `https://${t}`;
|
|
157
|
+
export {
|
|
158
|
+
ct as M,
|
|
159
|
+
ut as a,
|
|
160
|
+
ft as e,
|
|
161
|
+
gt as v,
|
|
162
|
+
at as w
|
|
163
|
+
};
|
|
164
|
+
//# sourceMappingURL=helpers-CtrLGKFA.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers-CtrLGKFA.js","sources":["../node_modules/@lexical/react/LexicalAutoLinkPlugin.prod.mjs","../src/components/RteEditor/Plugins/LinkPlugin/helpers.ts"],"sourcesContent":["/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nimport{AutoLinkNode as t,$isAutoLinkNode as e,$isLinkNode as n,TOGGLE_LINK_COMMAND as r,$createAutoLinkNode as l}from\"@lexical/link\";import{useLexicalComposerContext as i}from\"@lexical/react/LexicalComposerContext\";import{mergeRegister as o}from\"@lexical/utils\";import{TextNode as s,$getSelection as u,$isRangeSelection as g,COMMAND_PRIORITY_LOW as c,$isTextNode as a,$isElementNode as f,$isLineBreakNode as x,$createTextNode as h,$isNodeSelection as p}from\"lexical\";import{useEffect as d}from\"react\";function m(t,e=(t=>t)){return n=>{const r=t.exec(n);return null===r?null:{index:r.index,length:r[0].length,text:r[0],url:e(r[0])}}}function T(t,e){for(let n=0;n<e.length;n++){const r=e[n](t);if(r)return r}return null}const C=/[.,;\\s]/;function S(t){return C.test(t)}function b(t){return S(t[t.length-1])}function U(t){return S(t[0])}function v(t){let e=t.getPreviousSibling();return f(e)&&(e=e.getLastDescendant()),null===e||x(e)||a(e)&&b(e.getTextContent())}function L(t){let e=t.getNextSibling();return f(e)&&(e=e.getFirstDescendant()),null===e||x(e)||a(e)&&U(e.getTextContent())}function R(t,e,n,r){if(!(t>0?S(n[t-1]):v(r[0])))return!1;return e<n.length?S(n[e]):L(r[r.length-1])}function k(t,e,n){const r=[],l=[],i=[];let o=0,s=0;const u=[...t];for(;u.length>0;){const t=u[0],g=t.getTextContent().length,c=s;s+g<=e?(r.push(t),o+=g):c>=n?i.push(t):l.push(t),s+=g,u.shift()}return[o,r,l,i]}function D(t,e,n,r){const i=l(r.url,r.attributes);if(1===t.length){let l,o=t[0];0===e?[l,o]=o.splitText(n):[,l,o]=o.splitText(e,n);const s=h(r.text);return s.setFormat(l.getFormat()),s.setDetail(l.getDetail()),s.setStyle(l.getStyle()),i.append(s),l.replace(i),o}if(t.length>1){const r=t[0];let l,o=r.getTextContent().length;0===e?l=r:[,l]=r.splitText(e);const s=[];let c;for(let e=1;e<t.length;e++){const r=t[e],l=r.getTextContent().length,i=o;if(i<n)if(o+l<=n)s.push(r);else{const[t,e]=r.splitText(n-i);s.push(t),c=e}o+=l}const f=u(),x=f?f.getNodes().find(a):void 0,d=h(l.getTextContent());return d.setFormat(l.getFormat()),d.setDetail(l.getDetail()),d.setStyle(l.getStyle()),i.append(d,...s),x&&x===l&&(g(f)?d.select(f.anchor.offset,f.focus.offset):p(f)&&d.select(0,d.getTextContent().length)),l.replace(i),c}}function N(t,e,n){const r=t.getChildren(),l=r.length;for(let e=0;e<l;e++){const l=r[e];if(!a(l)||!l.isSimpleText())return I(t),void n(null,t.getURL())}const i=t.getTextContent(),o=T(i,e);if(null===o||o.text!==i)return I(t),void n(null,t.getURL());if(!v(t)||!L(t))return I(t),void n(null,t.getURL());const s=t.getURL();if(s!==o.url&&(t.setURL(o.url),n(o.url,s)),o.attributes){const e=t.getRel();e!==o.attributes.rel&&(t.setRel(o.attributes.rel||null),n(o.attributes.rel||null,e));const r=t.getTarget();r!==o.attributes.target&&(t.setTarget(o.attributes.target||null),n(o.attributes.target||null,r))}}function I(t){const e=t.getChildren();for(let n=e.length-1;n>=0;n--)t.insertAfter(e[n]);return t.remove(),e.map((t=>t.getLatest()))}function P(l,i,f){d((()=>{l.hasNodes([t])||function(t,...e){const n=new URL(\"https://lexical.dev/docs/error\"),r=new URLSearchParams;r.append(\"code\",t);for(const t of e)r.append(\"v\",t);throw n.search=r.toString(),Error(`Minified Lexical error #${t}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}(77);const x=(t,e)=>{f&&f(t,e)};return o(l.registerNodeTransform(s,(t=>{const r=t.getParentOrThrow(),l=t.getPreviousSibling();if(e(r)&&!r.getIsUnlinked())N(r,i,x);else if(!n(r)){if(t.isSimpleText()&&(U(t.getTextContent())||!e(l))){const e=function(t){const e=[t];let n=t.getNextSibling();for(;null!==n&&a(n)&&n.isSimpleText()&&(e.push(n),!/[\\s]/.test(n.getTextContent()));)n=n.getNextSibling();return e}(t);!function(t,e,n){let r=[...t];const l=r.map((t=>t.getTextContent())).join(\"\");let i,o=l,s=0;for(;(i=T(o,e))&&null!==i;){const t=i.index,e=t+i.length;if(R(s+t,s+e,l,r)){const[l,,o,u]=k(r,s+t,s+e),g=D(o,s+t-l,s+e-l,i);r=g?[g,...u]:u,n(i.url,null),s=0}else s+=e;o=o.substring(e)}}(e,i,x)}!function(t,n,r){const l=t.getPreviousSibling(),i=t.getNextSibling(),o=t.getTextContent();var s;!e(l)||l.getIsUnlinked()||U(o)&&(s=o,!(l.isEmailURI()?/^\\.[a-zA-Z]{2,}/.test(s):/^\\.[a-zA-Z0-9]{1,}/.test(s)))||(l.append(t),N(l,n,r),r(null,l.getURL())),!e(i)||i.getIsUnlinked()||b(o)||(I(i),N(i,n,r),r(null,i.getURL()))}(t,i,x)}})),l.registerCommand(r,(t=>{const n=u();if(null!==t||!g(n))return!1;return n.extract().forEach((t=>{const n=t.getParent();if(e(n))return n.setIsUnlinked(!n.getIsUnlinked()),n.markDirty(),!0})),!1}),c))}),[l,i,f])}function w({matchers:t,onChange:e}){const[n]=i();return P(n,t,e),null}export{w as AutoLinkPlugin,m as createLinkMatcherWithRegExp};\n","import { createLinkMatcherWithRegExp } from '@lexical/react/LexicalAutoLinkPlugin';\n\nconst PROTOCOL_REGEX = /^(http|https):\\/\\//;\n\nconst URL_REGEX =\n /(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\nconst EMAIL_REGEX =\n /(([^<>()[\\]\\\\.,;:\\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,}))/;\n\nconst URL_REGEX_OR_BLANK =\n /^(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\nexport const validateUrl = (url: string): boolean => {\n return url === 'https://' || URL_REGEX.test(url);\n};\n\nexport const validateUrlWithProtocol = (url: string): boolean => {\n return url === 'https://' || URL_REGEX_OR_BLANK.test(url);\n};\n\nexport const MATCHERS = [\n createLinkMatcherWithRegExp(URL_REGEX, (text: string): string => {\n return !PROTOCOL_REGEX.test(text) ? `//${text}` : text;\n }),\n createLinkMatcherWithRegExp(EMAIL_REGEX, (text) => {\n return `mailto:${text}`;\n }),\n];\n\nexport const ensureHttps = (url: string) => {\n if (!/^https?:\\/\\//i.test(url)) {\n return `https://${url}`;\n }\n return url;\n};\n"],"names":["m","t","r","T","C","S","b","U","v","f","x","a","L","R","k","l","i","o","s","u","g","D","h","c","e","d","p","N","I","P","n","w","PROTOCOL_REGEX","URL_REGEX","EMAIL_REGEX","URL_REGEX_OR_BLANK","validateUrl","url","validateUrlWithProtocol","MATCHERS","createLinkMatcherWithRegExp","text","ensureHttps"],"mappings":"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","x_google_ignoreList":[0]}
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Accordion as t } from "./components/Accordion/Accordion.js";
|
|
2
2
|
import { AccordionCard as p } from "./components/AccordionCard/AccordionCard.js";
|
|
3
|
-
import { ActionList as
|
|
4
|
-
import { AppStatusBar as
|
|
3
|
+
import { ActionList as x } from "./components/ActionList/ActionList.js";
|
|
4
|
+
import { AppStatusBar as i } from "./components/AppStatusBar/AppStatusBar.js";
|
|
5
5
|
import { Attention as n } from "./components/Attention/Attention.js";
|
|
6
6
|
import { Backdrop as c } from "./components/Backdrop/Backdrop.js";
|
|
7
7
|
import { ButtonGroup as u } from "./components/ButtonGroup/ButtonGroup.js";
|
|
@@ -14,7 +14,7 @@ import { CheckboxButton as h } from "./components/CheckboxButton/CheckboxButton.
|
|
|
14
14
|
import { CheckboxButtonBar as y } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
|
|
15
15
|
import { CheckboxTree as D } from "./components/CheckboxTree/CheckboxTree.js";
|
|
16
16
|
import { Chip as v } from "./components/Chip/Chip.js";
|
|
17
|
-
import { Drawer as
|
|
17
|
+
import { Drawer as w } from "./components/Drawer/Drawer.js";
|
|
18
18
|
import { EmptyStateDataDisplay as E } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
19
19
|
import { FeedbackBox as H } from "./components/FeedbackBox/FeedbackBox.js";
|
|
20
20
|
import { FieldHint as N } from "./components/FieldHint/FieldHint.js";
|
|
@@ -27,12 +27,12 @@ import { Icon as _ } from "./components/Icon/Icon.js";
|
|
|
27
27
|
import { IconButton as oo } from "./components/IconButton/IconButton.js";
|
|
28
28
|
import { InfoMessage as to } from "./components/InfoMessage/InfoMessage.js";
|
|
29
29
|
import { Input as po } from "./components/Input/Input.js";
|
|
30
|
-
import { InputField as
|
|
31
|
-
import { Label as
|
|
30
|
+
import { InputField as xo } from "./components/InputField/InputField.js";
|
|
31
|
+
import { Label as io } from "./components/Label/Label.js";
|
|
32
32
|
import { MenuLink as no } from "./components/MenuLink/MenuLink.js";
|
|
33
33
|
import { MetaDataList as co } from "./components/MetaDataList/MetaDataList.js";
|
|
34
34
|
import { ModalDialog as so } from "./components/ModalDialog/ModalDialog.js";
|
|
35
|
-
import { M as So } from "./TablePlugin-
|
|
35
|
+
import { M as So } from "./TablePlugin-o1MveXq2.js";
|
|
36
36
|
import { OverlayCloseButton as bo } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
37
37
|
import { OverlayStepBar as Fo } from "./components/OverlayStepBar/OverlayStepBar.js";
|
|
38
38
|
import { PageOverlay as Lo } from "./components/PageOverlay/PageOverlay.js";
|
|
@@ -40,22 +40,23 @@ import { Periods as go } from "./components/Periods/Periods.js";
|
|
|
40
40
|
import { PeriodSelector as Po } from "./components/PeriodSelector/PeriodSelector.js";
|
|
41
41
|
import { ProgrammeCard as Ao } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
42
42
|
import { RadioButton as Ro } from "./components/RadioButton/RadioButton.js";
|
|
43
|
-
import { Repeater as
|
|
44
|
-
import { Rte as
|
|
43
|
+
import { Repeater as To } from "./components/Repeater/Repeater.js";
|
|
44
|
+
import { Rte as Oo, RteEditor as Eo } from "./components/RteEditor/RteEditor.js";
|
|
45
45
|
import { SectionNotification as Ho } from "./components/SectionNotification/SectionNotification.js";
|
|
46
46
|
import { SelectListbox as No } from "./components/SelectListbox/SelectListbox.js";
|
|
47
47
|
import { SelectProvider as jo, useSelect as qo } from "./components/SelectListbox/SelectProvider.js";
|
|
48
48
|
import { Sortable as Ko } from "./components/Sortable/Sortable.js";
|
|
49
49
|
import { Spinner as Uo } from "./components/Spinner/Spinner.js";
|
|
50
50
|
import { StatusPill as Xo } from "./components/StatusPill/StatusPill.js";
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
51
|
+
import { Timeline as Zo } from "./components/Timeline/Timeline.js";
|
|
52
|
+
import { ToggleSwitch as $o } from "./components/ToggleSwitch/ToggleSwitch.js";
|
|
53
|
+
import { Tooltip as rr } from "./components/Tooltip/Tooltip.js";
|
|
54
|
+
import { VarIndicator as er } from "./components/VarIndicator/VarIndicator.js";
|
|
54
55
|
export {
|
|
55
56
|
t as Accordion,
|
|
56
57
|
p as AccordionCard,
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
x as ActionList,
|
|
59
|
+
i as AppStatusBar,
|
|
59
60
|
n as Attention,
|
|
60
61
|
c as Backdrop,
|
|
61
62
|
B as Button,
|
|
@@ -66,7 +67,7 @@ export {
|
|
|
66
67
|
y as CheckboxButtonBar,
|
|
67
68
|
D as CheckboxTree,
|
|
68
69
|
v as Chip,
|
|
69
|
-
|
|
70
|
+
w as Drawer,
|
|
70
71
|
E as EmptyStateDataDisplay,
|
|
71
72
|
H as FeedbackBox,
|
|
72
73
|
N as FieldHint,
|
|
@@ -79,8 +80,8 @@ export {
|
|
|
79
80
|
oo as IconButton,
|
|
80
81
|
to as InfoMessage,
|
|
81
82
|
po as Input,
|
|
82
|
-
|
|
83
|
-
|
|
83
|
+
xo as InputField,
|
|
84
|
+
io as Label,
|
|
84
85
|
C as LinkButton,
|
|
85
86
|
k as MenuButton,
|
|
86
87
|
no as MenuLink,
|
|
@@ -94,8 +95,8 @@ export {
|
|
|
94
95
|
go as Periods,
|
|
95
96
|
Ao as ProgrammeCard,
|
|
96
97
|
Ro as RadioButton,
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
To as Repeater,
|
|
99
|
+
Oo as Rte,
|
|
99
100
|
Eo as RteEditor,
|
|
100
101
|
Ho as SectionNotification,
|
|
101
102
|
No as SelectListbox,
|
|
@@ -103,9 +104,10 @@ export {
|
|
|
103
104
|
Ko as Sortable,
|
|
104
105
|
Uo as Spinner,
|
|
105
106
|
Xo as StatusPill,
|
|
106
|
-
Zo as
|
|
107
|
-
$o as
|
|
108
|
-
rr as
|
|
107
|
+
Zo as Timeline,
|
|
108
|
+
$o as ToggleSwitch,
|
|
109
|
+
rr as Tooltip,
|
|
110
|
+
er as VarIndicator,
|
|
109
111
|
qo as useSelect
|
|
110
112
|
};
|
|
111
113
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|