@logora/debate 0.3.1 → 0.3.3
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/components/auth/auth_modal/index.js +2 -2
- package/dist/components/hooks/use_auth_required/useAuthRequired.js +7 -7
- package/dist/components/input/argument_input/ArgumentInput.js +53 -53
- package/dist/components/modal/side_modal/index.js +2 -2
- package/dist/components/share/share_modal/index.js +2 -2
- package/dist/components/user_content/content_footer/ContentFooter.js +11 -11
- package/dist/index.js +305 -293
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useContext as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as i, Suspense as r, lazy as u } from "react";
|
|
3
3
|
import { ConfigContext as a } from "../../data/config_provider/ConfigProvider.js";
|
|
4
4
|
import { useModal as d } from "../../dialog/modal/useModal.js";
|
|
5
|
-
const
|
|
6
|
-
const { config:
|
|
7
|
-
return (
|
|
5
|
+
const l = u(() => import("../../auth/auth_modal/index.js").then((t) => ({ default: t.AuthModal }))), m = () => {
|
|
6
|
+
const { config: t } = i(a), { showModal: o } = d();
|
|
7
|
+
return (n = {}) => {
|
|
8
8
|
typeof window < "u" && (window.dispatchEvent(
|
|
9
9
|
new CustomEvent("LOGORA::authenticationRequired", {
|
|
10
10
|
detail: { redirectUrl: window.location.href }
|
|
@@ -13,8 +13,8 @@ const c = u(() => import("../../auth/auth_modal/index.js")), m = () => {
|
|
|
13
13
|
new CustomEvent("logora:authentication:requested", {
|
|
14
14
|
detail: { redirectUrl: window.location.href }
|
|
15
15
|
})
|
|
16
|
-
)),
|
|
17
|
-
/* @__PURE__ */
|
|
16
|
+
)), t?.auth?.disableLoginModal !== !0 && o(
|
|
17
|
+
/* @__PURE__ */ e(r, { fallback: null, children: /* @__PURE__ */ e(l, { ...n }) })
|
|
18
18
|
);
|
|
19
19
|
};
|
|
20
20
|
};
|
|
@@ -20,41 +20,41 @@ import { Avatar as et } from "../../user/avatar/Avatar.js";
|
|
|
20
20
|
import { AuthorBox as tt } from "../../user/author_box/AuthorBox.js";
|
|
21
21
|
import { TextEditor as nt } from "../text_editor/TextEditor.js";
|
|
22
22
|
import { Icon as at } from "../../icons/icon/Icon.js";
|
|
23
|
-
const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
24
|
-
argumentListId:
|
|
23
|
+
const it = Ye(() => import("../../modal/side_modal/index.js").then((I) => ({ default: I.SideModal }))), Nt = ({
|
|
24
|
+
argumentListId: I,
|
|
25
25
|
avatarSize: me = 48,
|
|
26
26
|
disabled: j = !1,
|
|
27
27
|
positions: a = [],
|
|
28
|
-
disabledPositions:
|
|
28
|
+
disabledPositions: S = [],
|
|
29
29
|
groupId: v,
|
|
30
30
|
groupName: fe,
|
|
31
31
|
groupType: z,
|
|
32
32
|
hideSourceAction: ge = !1,
|
|
33
33
|
isReply: r = !1,
|
|
34
34
|
onSubmit: O,
|
|
35
|
-
parentId:
|
|
35
|
+
parentId: y,
|
|
36
36
|
placeholder: he,
|
|
37
37
|
positionId: b,
|
|
38
38
|
focusOnInit: pe = !1,
|
|
39
|
-
activeOnInit:
|
|
39
|
+
activeOnInit: F = !1,
|
|
40
40
|
userGuideUrl: J,
|
|
41
41
|
hideUserGuideLink: _e = !1,
|
|
42
42
|
hideCharCount: Me = !1,
|
|
43
43
|
disableAutoActivate: ve = !1
|
|
44
44
|
}) => {
|
|
45
|
-
const s = $e(), K = Re(),
|
|
45
|
+
const s = $e(), K = Re(), x = je(), h = ze(), {
|
|
46
46
|
focus: G,
|
|
47
|
-
setFocus:
|
|
47
|
+
setFocus: N,
|
|
48
48
|
setReset: be,
|
|
49
|
-
inputContent:
|
|
49
|
+
inputContent: P,
|
|
50
50
|
setInputContent: Ae,
|
|
51
51
|
setInputRichContent: Ce
|
|
52
|
-
} = Oe(), { isLoggedIn: A, currentUser: u } = Je(), { errors:
|
|
52
|
+
} = Oe(), { isLoggedIn: A, currentUser: u } = Je(), { errors: B, validate: E } = Ke(), { isMobile: m } = Ge(), we = ke(), H = De(null), [V, U] = c([]), [q, D] = c(""), [Q, W] = c(null), [d, p] = c(null), [X, Z] = c(null), [ee, te] = c(!1), [C, ne] = c(!1), [ae, ie] = c({}), [f, Ie] = qe(
|
|
53
53
|
"userSide",
|
|
54
54
|
{}
|
|
55
55
|
), [g, Se] = c(
|
|
56
56
|
!A && h?.actions?.disableInputForVisitor
|
|
57
|
-
),
|
|
57
|
+
), Y = He(), { showModal: xe } = Qe(), { toast: $ } = Xe() || {}, se = new URLSearchParams(
|
|
58
58
|
typeof window < "u" ? window.location.search : we.search
|
|
59
59
|
);
|
|
60
60
|
M(() => {
|
|
@@ -62,28 +62,28 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
62
62
|
!A && h?.actions?.disableInputForVisitor
|
|
63
63
|
);
|
|
64
64
|
}, [A, h]);
|
|
65
|
-
const
|
|
65
|
+
const k = u?.role === "editor" || u?.role === "moderator", oe = u?.moderation_status === "banned";
|
|
66
66
|
M(() => {
|
|
67
67
|
let e = null;
|
|
68
68
|
typeof window < "u" && (e = se.get("positionId")), b && b != a[2]?.id && a?.find((t) => t.id === b) ? p(b) : e && e != a[2]?.id ? p(e) : f && f.groupId == v && f.positionId != a[2]?.id && p(f.positionId);
|
|
69
69
|
}, [b]), M(() => {
|
|
70
|
-
|
|
71
|
-
}, [
|
|
70
|
+
F && (R(), N(!0));
|
|
71
|
+
}, [F]), M(() => {
|
|
72
72
|
if (typeof window < "u") {
|
|
73
73
|
const e = pe || se.get("initArgument");
|
|
74
|
-
(e === !0 || e === "true") && (
|
|
74
|
+
(e === !0 || e === "true") && (N(!0), Ee());
|
|
75
75
|
}
|
|
76
76
|
}, []), M(() => {
|
|
77
|
-
G && (re(),
|
|
77
|
+
G && (re(), N(!1));
|
|
78
78
|
}, [G]), M(() => {
|
|
79
|
-
|
|
80
|
-
}, [
|
|
79
|
+
P?.id && (Ne(P), N(!0));
|
|
80
|
+
}, [P]);
|
|
81
81
|
const Ne = (e) => {
|
|
82
|
-
ie(e), ne(!0),
|
|
82
|
+
ie(e), ne(!0), U(e.sources), D(e.content), W(e.rich_content), Z(e.id), re(), p(e.position?.id), JSON.parse(e.rich_content).hasOwnProperty("root") ? Ce(e.rich_content) : Ae(e.content);
|
|
83
83
|
}, re = () => {
|
|
84
84
|
H.current.scrollIntoView(!1);
|
|
85
85
|
}, ue = () => {
|
|
86
|
-
|
|
86
|
+
D(""), W(null), ie({}), Z(null), U([]), be(!0);
|
|
87
87
|
}, Te = (e) => {
|
|
88
88
|
p(e), le(e);
|
|
89
89
|
}, Le = () => {
|
|
@@ -98,17 +98,17 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
98
98
|
onChooseSide: Te,
|
|
99
99
|
positions: a,
|
|
100
100
|
title: fe,
|
|
101
|
-
disabledPositions: !r &&
|
|
101
|
+
disabledPositions: !r && S,
|
|
102
102
|
isNeutral: f && f.groupId == v && f.positionId === a[2]?.id
|
|
103
103
|
}
|
|
104
104
|
) })
|
|
105
105
|
);
|
|
106
106
|
}, ye = () => {
|
|
107
|
-
A ? X ? Be() : !a || a?.length === 0 || !
|
|
107
|
+
A ? X ? Be() : !a || a?.length === 0 || !S?.find((e) => e?.id === d) && d || k && r ? le(r && k && a[0]?.id) : Le() : Y({ loginAction: "argument" });
|
|
108
108
|
}, Fe = (e, t) => {
|
|
109
|
-
g ?
|
|
109
|
+
g ? Y({ loginAction: "argument" }) : (D(e), W(t), E({ content: e }, [{ content: ["url", null] }]));
|
|
110
110
|
}, Pe = (e) => {
|
|
111
|
-
|
|
111
|
+
U(e);
|
|
112
112
|
}, de = [
|
|
113
113
|
{ content: ["length", 3] },
|
|
114
114
|
{ content: ["required", null] },
|
|
@@ -116,22 +116,22 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
116
116
|
...!a || a?.length === 0 ? [] : [{ position_id: ["required", null] }]
|
|
117
117
|
], le = (e) => {
|
|
118
118
|
const t = e || d, l = {
|
|
119
|
-
content:
|
|
119
|
+
content: q,
|
|
120
120
|
rich_content: Q,
|
|
121
121
|
group_id: v,
|
|
122
122
|
...z && { group_type: z },
|
|
123
123
|
...t && { position_id: t },
|
|
124
|
-
is_reply: !!
|
|
125
|
-
message_id:
|
|
126
|
-
source_ids:
|
|
124
|
+
is_reply: !!y,
|
|
125
|
+
message_id: y || null,
|
|
126
|
+
source_ids: V?.map((o) => o.id)
|
|
127
127
|
};
|
|
128
|
-
|
|
128
|
+
E(l, de) && (t && a && a.map((o) => o.id).includes(t) && Ie({
|
|
129
129
|
groupId: v,
|
|
130
130
|
positionId: t
|
|
131
131
|
}), ue(), K.create("messages", l).then((o) => {
|
|
132
132
|
if (o.data.success) {
|
|
133
|
-
if (
|
|
134
|
-
O(o.data.data.resource),
|
|
133
|
+
if (y)
|
|
134
|
+
O(o.data.data.resource), $(
|
|
135
135
|
s.formatMessage({
|
|
136
136
|
id: "alert.argument_create",
|
|
137
137
|
defaultMessage: "Your contribution has been sent !"
|
|
@@ -145,12 +145,12 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
145
145
|
}
|
|
146
146
|
);
|
|
147
147
|
else {
|
|
148
|
-
const
|
|
149
|
-
let
|
|
150
|
-
t && !m && (
|
|
151
|
-
|
|
148
|
+
const T = o.data.data.resource;
|
|
149
|
+
let L = I;
|
|
150
|
+
t && !m && (L = `argumentList${T.position.id}`), O?.(
|
|
151
|
+
q,
|
|
152
152
|
a.find((Ue) => Ue.id === t) || null
|
|
153
|
-
),
|
|
153
|
+
), x.add(L, [T]), $(
|
|
154
154
|
s.formatMessage({
|
|
155
155
|
id: "alert.argument_create",
|
|
156
156
|
defaultMessage: "Your contribution has been sent !"
|
|
@@ -177,21 +177,21 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
177
177
|
}));
|
|
178
178
|
}, Be = () => {
|
|
179
179
|
const e = {
|
|
180
|
-
content:
|
|
180
|
+
content: q,
|
|
181
181
|
rich_content: Q,
|
|
182
|
-
source_ids:
|
|
182
|
+
source_ids: V?.map((t) => t.id),
|
|
183
183
|
...d && { position_id: d }
|
|
184
184
|
};
|
|
185
|
-
|
|
185
|
+
E(e, de) && K.update("messages", X, e).then((t) => {
|
|
186
186
|
if (t.data.success) {
|
|
187
187
|
const l = t.data.data.resource;
|
|
188
|
-
let o =
|
|
188
|
+
let o = I;
|
|
189
189
|
if (d && !m && (o = `argumentList${l.position?.id}`), ae?.position?.id != l.position?.id && !m && !l.is_reply) {
|
|
190
|
-
const
|
|
191
|
-
|
|
190
|
+
const T = `argumentList${ae.position.id}`, L = `argumentList${l.position.id}`;
|
|
191
|
+
x.remove(T, [l]), x.add(L, [l]);
|
|
192
192
|
} else
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
x.update(o, [l]);
|
|
194
|
+
$(s.formatMessage({ id: "alert.argument_modify" }), {
|
|
195
195
|
type: "success"
|
|
196
196
|
}), ue();
|
|
197
197
|
}
|
|
@@ -204,10 +204,10 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
204
204
|
}, 2e3);
|
|
205
205
|
return () => clearTimeout(e);
|
|
206
206
|
}
|
|
207
|
-
},
|
|
208
|
-
g ?
|
|
207
|
+
}, R = () => {
|
|
208
|
+
g ? Y({ loginAction: "argument" }) : ne(!0);
|
|
209
209
|
}, Ve = () => {
|
|
210
|
-
const e =
|
|
210
|
+
const e = S.find(
|
|
211
211
|
(t) => t.id === d
|
|
212
212
|
);
|
|
213
213
|
if (e)
|
|
@@ -235,7 +235,7 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
235
235
|
[n.replyInputContainer]: r
|
|
236
236
|
}),
|
|
237
237
|
children: /* @__PURE__ */ i("div", { "data-tid": "action_add_argument", ref: H, children: /* @__PURE__ */ _("div", { className: n.argumentInputBox, children: [
|
|
238
|
-
a.length > 0 && A && (!r ||
|
|
238
|
+
a.length > 0 && A && (!r || !k) && /* @__PURE__ */ _("div", { className: n.userPosition, children: [
|
|
239
239
|
/* @__PURE__ */ i("div", { children: s.formatMessage({
|
|
240
240
|
id: "input.position",
|
|
241
241
|
defaultMessage: "Your position"
|
|
@@ -286,7 +286,7 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
286
286
|
/* @__PURE__ */ _(
|
|
287
287
|
"div",
|
|
288
288
|
{
|
|
289
|
-
onClick:
|
|
289
|
+
onClick: R,
|
|
290
290
|
"data-testid": "argument-input",
|
|
291
291
|
className: w(n.textEditorBox, {
|
|
292
292
|
[n.replyTextEditorBox]: r
|
|
@@ -307,10 +307,10 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
307
307
|
defaultMessage: "Message input field"
|
|
308
308
|
}),
|
|
309
309
|
onSubmit: ye,
|
|
310
|
-
sources:
|
|
310
|
+
sources: V,
|
|
311
311
|
hideSourceAction: ge || g,
|
|
312
312
|
uid: `Argument${v}`,
|
|
313
|
-
onActivation:
|
|
313
|
+
onActivation: R,
|
|
314
314
|
showStylesControls: C,
|
|
315
315
|
disabled: j || g || oe,
|
|
316
316
|
maxLength: g ? !1 : h?.actions?.argumentMaxLength,
|
|
@@ -318,13 +318,13 @@ const it = Ye(() => import("../../modal/side_modal/index.js")), Nt = ({
|
|
|
318
318
|
shortBar: r,
|
|
319
319
|
hideSubmit: g,
|
|
320
320
|
allowedDomains: h?.allowed_sources,
|
|
321
|
-
active:
|
|
321
|
+
active: F,
|
|
322
322
|
hideCharCount: Me,
|
|
323
323
|
disableAutoActivate: ve
|
|
324
324
|
}
|
|
325
325
|
),
|
|
326
|
-
|
|
327
|
-
C &&
|
|
326
|
+
B?.content && /* @__PURE__ */ i("div", { className: n.argumentInputWarning, children: B && Object.values(B).map((e, t) => /* @__PURE__ */ i("div", { children: e }, t)) }),
|
|
327
|
+
C && S?.find(
|
|
328
328
|
(e) => e.id === d
|
|
329
329
|
) && /* @__PURE__ */ _(
|
|
330
330
|
"div",
|
|
@@ -14,7 +14,7 @@ import { Link as nt } from "../../action/link/Link.js";
|
|
|
14
14
|
import { Icon as l } from "../../icons/icon/Icon.js";
|
|
15
15
|
import { ShareButton as ot } from "../../share/share_button/ShareButton.js";
|
|
16
16
|
import { Dropdown as at } from "../../dialog/dropdown/Dropdown.js";
|
|
17
|
-
const rt = O(() => import("../../share/share_modal/index.js")), vt = ({
|
|
17
|
+
const rt = O(() => import("../../share/share_modal/index.js").then((n) => ({ default: n.ShareModal }))), vt = ({
|
|
18
18
|
resource: n,
|
|
19
19
|
reportType: I,
|
|
20
20
|
deleteType: k,
|
|
@@ -22,8 +22,8 @@ const rt = O(() => import("../../share/share_modal/index.js")), vt = ({
|
|
|
22
22
|
softDelete: x = !1,
|
|
23
23
|
disabled: m = !1,
|
|
24
24
|
children: C,
|
|
25
|
-
enableReply:
|
|
26
|
-
handleReplyTo:
|
|
25
|
+
enableReply: S,
|
|
26
|
+
handleReplyTo: A,
|
|
27
27
|
showActions: K = !0,
|
|
28
28
|
showShareButton: E = !0,
|
|
29
29
|
shareModal: R,
|
|
@@ -31,8 +31,8 @@ const rt = O(() => import("../../share/share_modal/index.js")), vt = ({
|
|
|
31
31
|
shareTitle: u,
|
|
32
32
|
shareText: f,
|
|
33
33
|
shareModalTitle: z,
|
|
34
|
-
showShareCode:
|
|
35
|
-
shareCode:
|
|
34
|
+
showShareCode: h,
|
|
35
|
+
shareCode: _,
|
|
36
36
|
showShareText: T,
|
|
37
37
|
enableEdition: j = !0,
|
|
38
38
|
enableDeletion: F = !0,
|
|
@@ -67,8 +67,8 @@ const rt = O(() => import("../../share/share_modal/index.js")), vt = ({
|
|
|
67
67
|
shareTitle: u,
|
|
68
68
|
shareText: f,
|
|
69
69
|
title: z,
|
|
70
|
-
showShareCode:
|
|
71
|
-
shareCode:
|
|
70
|
+
showShareCode: h,
|
|
71
|
+
shareCode: _
|
|
72
72
|
}
|
|
73
73
|
) })
|
|
74
74
|
);
|
|
@@ -87,7 +87,7 @@ const rt = O(() => import("../../share/share_modal/index.js")), vt = ({
|
|
|
87
87
|
children: C
|
|
88
88
|
}
|
|
89
89
|
),
|
|
90
|
-
!m &&
|
|
90
|
+
!m && S && /* @__PURE__ */ t("div", { "data-tid": "action_reply_argument", "data-testid": "reply-button", children: g ? /* @__PURE__ */ r(
|
|
91
91
|
nt,
|
|
92
92
|
{
|
|
93
93
|
to: g,
|
|
@@ -115,7 +115,7 @@ const rt = O(() => import("../../share/share_modal/index.js")), vt = ({
|
|
|
115
115
|
{
|
|
116
116
|
type: "button",
|
|
117
117
|
className: e.replyAction,
|
|
118
|
-
onClick:
|
|
118
|
+
onClick: A,
|
|
119
119
|
"data-testid": "action-reply-button",
|
|
120
120
|
children: [
|
|
121
121
|
/* @__PURE__ */ t(
|
|
@@ -140,8 +140,8 @@ const rt = O(() => import("../../share/share_modal/index.js")), vt = ({
|
|
|
140
140
|
shareUrl: p,
|
|
141
141
|
shareTitle: u,
|
|
142
142
|
shareText: f,
|
|
143
|
-
showShareCode:
|
|
144
|
-
shareCode:
|
|
143
|
+
showShareCode: h,
|
|
144
|
+
shareCode: _,
|
|
145
145
|
showText: !(c < 768) && T,
|
|
146
146
|
iconSize: 17
|
|
147
147
|
}
|
package/dist/index.js
CHANGED
|
@@ -9,148 +9,154 @@ import { AnnouncementDialog as s } from "./components/dialog/announcement_dialog
|
|
|
9
9
|
import { Argument as d } from "./components/argument/argument/Argument.js";
|
|
10
10
|
import { ArgumentInput as g } from "./components/input/argument_input/ArgumentInput.js";
|
|
11
11
|
import { ArgumentSummaryBox as B } from "./components/summary/argument_summary_box/ArgumentSummaryBox.js";
|
|
12
|
-
import { AuthContext as
|
|
13
|
-
import { AuthInitializer as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
12
|
+
import { AuthContext as C } from "./components/auth/use_auth/AuthContext.js";
|
|
13
|
+
import { AuthInitializer as h } from "./components/auth/auth_initializer/AuthInitializer.js";
|
|
14
|
+
import { AuthModal as T } from "./components/auth/auth_modal/AuthModal.js";
|
|
15
|
+
import { AuthProvider as v, withAuth as L } from "./components/auth/use_auth/AuthProvider.js";
|
|
16
|
+
import { AuthProviderFactory as F } from "./components/auth/providers/AuthProviderFactory.js";
|
|
17
|
+
import { AuthorBox as D } from "./components/user/author_box/AuthorBox.js";
|
|
18
|
+
import { Avatar as U } from "./components/user/avatar/Avatar.js";
|
|
19
|
+
import { AvatarSelector as E } from "./components/user/avatar_selector/AvatarSelector.js";
|
|
20
|
+
import { BackLink as b } from "./components/action/back_link/BackLink.js";
|
|
21
|
+
import { BadgeBox as N } from "./components/gamification/badge_box/BadgeBox.js";
|
|
22
|
+
import { BoxSkeleton as G } from "./components/skeleton/box_skeleton/BoxSkeleton.js";
|
|
23
|
+
import { Button as $ } from "./components/action/button/Button.js";
|
|
24
|
+
import { ConfigContext as q, ConfigProvider as K } from "./components/data/config_provider/ConfigProvider.js";
|
|
25
|
+
import { ConfirmModal as W } from "./components/dialog/confirm_modal/ConfirmModal.js";
|
|
26
|
+
import { ConsultationBox as j } from "./components/consultation/consultation_box/ConsultationBox.js";
|
|
27
|
+
import { ContentFooter as Q } from "./components/user_content/content_footer/ContentFooter.js";
|
|
28
|
+
import { ContentHeader as Z } from "./components/user_content/content_header/ContentHeader.js";
|
|
29
|
+
import { ContextSourceBox as ro } from "./components/source/context_source_box/ContextSourceBox.js";
|
|
30
|
+
import { ContextSourceList as to } from "./components/source/context_source_list/ContextSourceList.js";
|
|
31
|
+
import { Countdown as mo } from "./components/dialog/countdown/Countdown.js";
|
|
32
|
+
import { DataProviderContext as fo } from "./components/data/data_provider/DataProviderContext.js";
|
|
33
|
+
import { DebateBox as ao } from "./components/debate/debate_box/DebateBox.js";
|
|
34
|
+
import { DialogBox as so } from "./components/dialog/dialog_box/DialogBox.js";
|
|
35
|
+
import { Drawer as lo } from "./components/dialog/drawer/Drawer.js";
|
|
36
|
+
import { Dropdown as co } from "./components/dialog/dropdown/Dropdown.js";
|
|
37
|
+
import { EMAIL_CONSENT_STORAGE_KEY as So, useAuthActions as Co } from "./components/auth/use_auth/useAuthActions.js";
|
|
38
|
+
import { EmbedHeader as ho } from "./components/embed/embed_header/EmbedHeader.js";
|
|
39
|
+
import { ExpandableText as To } from "./components/text/expandable_text/ExpandableText.js";
|
|
40
|
+
import { FacebookLoginButton as vo } from "./components/auth/facebook_login_button/FacebookLoginButton.js";
|
|
41
|
+
import { FollowButton as Mo } from "./components/follow/follow_button/FollowButton.js";
|
|
42
|
+
import { Form as ko } from "./components/forms/form/form.js";
|
|
43
|
+
import { FormContext as Ro } from "./components/forms/form/form-context.js";
|
|
44
|
+
import { GoogleLoginButton as wo } from "./components/auth/google_login_button/GoogleLoginButton.js";
|
|
45
|
+
import { HashScroll as Vo } from "./components/tools/hash_scroll/HashScroll.js";
|
|
46
|
+
import { Icon as yo } from "./components/icons/icon/Icon.js";
|
|
47
|
+
import { IconContext as Ho, IconProvider as Go } from "./components/icons/icon_provider/IconProvider.js";
|
|
48
|
+
import { IconTextLink as $o } from "./components/action/icon_text_link/IconTextLink.js";
|
|
49
|
+
import { InformationBox as qo } from "./components/information/information_box/InformationBox.js";
|
|
50
|
+
import { HiddenCheckbox as zo } from "./components/input/checkbox/hidden/hidden-checkbox.js";
|
|
51
|
+
import { InputProvider as Yo } from "./components/input/input_provider/InputProvider.js";
|
|
52
|
+
import { IntlContext as Jo } from "./components/intl/intl_provider/IntlContext.js";
|
|
53
|
+
import { IntlProvider as Xo } from "./components/intl/intl_provider/IntlProvider.js";
|
|
54
|
+
import { KeywordBox as or } from "./components/summary/keyword_box/KeywordBox.js";
|
|
55
|
+
import { LANGUAGES as er, getLocaleIcon as tr, getLocaleName as xr } from "./components/util/lang_emojis/langEmojis.js";
|
|
56
|
+
import { LineChart as pr } from "./components/chart/line_chart/LineChart.js";
|
|
57
|
+
import { Link as nr } from "./components/action/link/Link.js";
|
|
58
|
+
import { ListProvider as ir } from "./components/list/list_provider/ListProvider.js";
|
|
59
|
+
import { Loader as ur } from "./components/progress/loader/Loader.js";
|
|
60
|
+
import { Location as lr } from "./components/util/location/Location.js";
|
|
61
|
+
import { LoginForm as cr } from "./components/auth/login_form/LoginForm.js";
|
|
62
|
+
import { Message as Sr } from "./components/input/text_input/message.js";
|
|
63
|
+
import { Modal as Ar } from "./components/dialog/modal/Modal.js";
|
|
64
|
+
import { ModalContext as Ir, ModalProvider as Tr } from "./components/dialog/modal/ModalProvider.js";
|
|
65
|
+
import { NavbarButton as vr } from "./components/navbar/navbar_button/NavbarButton.js";
|
|
66
|
+
import { NavbarModal as Mr } from "./components/navbar/navbar_modal/NavbarModal.js";
|
|
67
|
+
import { NotificationItem as kr } from "./components/notification/notification_item/NotificationItem.js";
|
|
68
|
+
import { NotificationMenu as Rr } from "./components/notification/notification_menu/NotificationMenu.js";
|
|
69
|
+
import { OAuth2Button as wr } from "./components/auth/oauth2_button/OAuth2Button.js";
|
|
70
|
+
import { PaginatedList as Vr } from "./components/list/paginated_list/PaginatedList.js";
|
|
71
|
+
import { Pagination as yr } from "./components/list/pagination/Pagination.js";
|
|
72
|
+
import { PieChart as Hr } from "./components/chart/pie_chart/PieChart.js";
|
|
73
|
+
import { PointBox as Or } from "./components/gamification/point_box/PointBox.js";
|
|
74
|
+
import { ProgressBar as _r } from "./components/progress/progress_bar/ProgressBar.js";
|
|
75
|
+
import { ProposalBox as Kr } from "./components/proposal/proposal_box/ProposalBox.js";
|
|
76
|
+
import { ReadMore as Wr } from "./components/text/read_more/ReadMore.js";
|
|
77
|
+
import { ReportBox as jr } from "./components/report/report_box/ReportBox.js";
|
|
78
|
+
import { ReportModal as Qr } from "./components/user_content/use_report_content/ReportModal.js";
|
|
79
|
+
import { ResponsiveProvider as Zr } from "./components/hooks/use_responsive/ResponsiveProvider.js";
|
|
80
|
+
import { SSOForm as re } from "./components/auth/sso_form/SSOForm.js";
|
|
81
|
+
import { ScrollToTop as te } from "./components/tools/scroll_to_top/ScrollToTop.js";
|
|
82
|
+
import { SearchInput as me } from "./components/input/search_input/SearchInput.js";
|
|
83
|
+
import { SectionBox as fe } from "./components/section/section_box/SectionBox.js";
|
|
84
|
+
import { Select as ae } from "./components/input/select/Select.js";
|
|
85
|
+
import { ShareBox as se } from "./components/share/share_box/ShareBox.js";
|
|
86
|
+
import { ShareButton as de } from "./components/share/share_button/ShareButton.js";
|
|
87
|
+
import { ShareModal as ge } from "./components/share/share_modal/ShareModal.js";
|
|
88
|
+
import { SideModal as Be } from "./components/modal/side_modal/SideModal.js";
|
|
89
|
+
import { SignupForm as Ce } from "./components/auth/signup_form/SignupForm.js";
|
|
90
|
+
import { SocialAuthForm as he } from "./components/auth/social_auth_form/SocialAuthForm.js";
|
|
91
|
+
import { SourceBox as Te } from "./components/source/source_box/SourceBox.js";
|
|
92
|
+
import { SourceListItem as ve } from "./components/source/source_list_item/SourceListItem.js";
|
|
93
|
+
import { SourceModal as Me } from "./components/source/source_modal/SourceModal.js";
|
|
94
|
+
import { StandardErrorBoundary as ke } from "./components/error/standard_error_boundary/StandardErrorBoundary.js";
|
|
95
|
+
import { SuggestionBanner as Re } from "./components/suggestion/suggestion_banner/SuggestionBanner.js";
|
|
96
|
+
import { SuggestionBox as we } from "./components/suggestion/suggestion_box/SuggestionBox.js";
|
|
97
|
+
import { SuggestionInput as Ve } from "./components/suggestion/suggestion_input/SuggestionInput.js";
|
|
98
|
+
import { SuggestionVoteBox as ye } from "./components/vote/suggestion_vote_box/SuggestionVoteBox.js";
|
|
99
|
+
import { Summary as He } from "./components/summary/summary/Summary.js";
|
|
100
|
+
import { SummaryBox as Oe } from "./components/summary/summary_box/SummaryBox.js";
|
|
101
|
+
import { SummaryContentBox as _e } from "./components/user_content/summary_content_box/SummaryContentBox.js";
|
|
102
|
+
import { Tag as Ke } from "./components/tag/tag/Tag.js";
|
|
103
|
+
import { TextEditor as We } from "./components/input/text_editor/TextEditor.js";
|
|
104
|
+
import { TextInput as je } from "./components/input/text_input/TextInput.js";
|
|
105
|
+
import { Toast as Qe } from "./components/dialog/toast/Toast.js";
|
|
106
|
+
import { ToastProvider as Ze } from "./components/dialog/toast_provider/ToastProvider.js";
|
|
107
|
+
import { Toggle as rt } from "./components/input/toggle/Toggle.js";
|
|
108
|
+
import { TogglePosition as tt } from "./components/input/toggle_position/TogglePosition.js";
|
|
109
|
+
import { Tooltip as mt } from "./components/dialog/tooltip/Tooltip.js";
|
|
110
|
+
import { TopArguments as ft } from "./components/argument/top_arguments/TopArguments.js";
|
|
111
|
+
import { TranslatedContent as at } from "./components/translation/translated_content/TranslatedContent.js";
|
|
112
|
+
import { TranslationButton as st } from "./components/translation/translation_button/TranslationButton.js";
|
|
113
|
+
import { UpDownVoteBox as dt } from "./components/vote/up_down_vote_box/UpDownVoteBox.js";
|
|
114
|
+
import { UpdateUserInfoModal as gt } from "./components/user/update_user_info_modal/UpdateUserInfoModal.js";
|
|
115
|
+
import { UserBox as Bt } from "./components/user/user_box/UserBox.js";
|
|
116
|
+
import { UserBoxSmall as Ct } from "./components/user/user_box_small/UserBoxSmall.js";
|
|
117
|
+
import { UserContentSkeleton as ht } from "./components/skeleton/user_content_skeleton/UserContentSkeleton.js";
|
|
118
|
+
import { VoteBox as Tt } from "./components/vote/vote_box/VoteBox.js";
|
|
119
|
+
import { VoteButton as vt } from "./components/vote/vote_button/VoteButton.js";
|
|
120
|
+
import { VoteContext as Mt, VoteProvider as Ft } from "./components/vote/vote_provider/VoteProvider.js";
|
|
121
|
+
import { VotePaginatedList as Dt } from "./components/list/paginated_list/VotePaginatedList.js";
|
|
122
|
+
import { WithAd as Ut } from "./components/ad/with_ad/WithAd.js";
|
|
123
|
+
import { authTokenHandler as Et } from "./components/auth/use_auth/authTokenHandler.js";
|
|
124
|
+
import { classes as bt, getAccent as yt } from "./components/input/text_input/color-accent.js";
|
|
125
|
+
import { dataProvider as Ht } from "./components/data/data_provider/DataProvider.js";
|
|
126
|
+
import { extractFormData as Ot } from "./components/forms/form/extract-form-data.js";
|
|
127
|
+
import { getTranslatedContent as _t, useTranslatedContent as qt } from "./components/translation/translated_content/useTranslatedContent.js";
|
|
128
|
+
import { httpClient as zt } from "./components/data/axios_client/httpClient.js";
|
|
129
|
+
import { lexicalToHtml as Yt } from "./components/input/text_editor/lexicalToHtml.js";
|
|
130
|
+
import { makeStorage as Jt } from "./components/auth/use_auth/AuthStorage.js";
|
|
131
|
+
import { uniqueBy as Xt } from "./components/util/unique_by/uniqueBy.js";
|
|
132
|
+
import { useAuth as ox } from "./components/auth/use_auth/useAuth.js";
|
|
133
|
+
import { useAuthInterceptor as ex } from "./components/auth/use_auth/useAuthInterceptor.js";
|
|
134
|
+
import { useAuthRequired as xx } from "./components/hooks/use_auth_required/useAuthRequired.js";
|
|
135
|
+
import { useConfig as px } from "./components/data/config_provider/useConfig.js";
|
|
136
|
+
import { useCssTheme as nx } from "./components/hooks/use_css_theme/useCssTheme.js";
|
|
137
|
+
import { useData as ix } from "./components/data/data_provider/useData.js";
|
|
138
|
+
import { useDataProvider as ux } from "./components/data/data_provider/useDataProvider.js";
|
|
139
|
+
import { useDeleteContent as lx } from "./components/user_content/use_delete_content/useDeleteContent.js";
|
|
140
|
+
import { useFollow as cx } from "./components/follow/use_follow/useFollow.js";
|
|
141
|
+
import { useFontLoader as Sx } from "./components/hooks/use_font_loader/useFontLoader.js";
|
|
142
|
+
import { useForm as Ax } from "./components/forms/form/use-form.js";
|
|
143
|
+
import { useFormContext as Ix } from "./components/forms/form/use-form-context.js";
|
|
144
|
+
import { useFormValidation as Px } from "./components/forms/use_form_validation/useFormValidation.js";
|
|
145
|
+
import { useGoogleAdManager as Lx } from "./components/ad/use_google_ad_manager/useGoogleAdManager.js";
|
|
146
|
+
import { useInput as Fx } from "./components/input/input_provider/useInput.js";
|
|
147
|
+
import { useList as Dx } from "./components/list/list_provider/useList.js";
|
|
148
|
+
import { useLocale as Ux } from "./components/intl/intl_provider/useLocale.js";
|
|
149
|
+
import { useMatomo as Ex } from "./components/hooks/use_matomo/useMatomo.js";
|
|
150
|
+
import { useModal as bx } from "./components/dialog/modal/useModal.js";
|
|
151
|
+
import { useRelativeTime as Nx } from "./components/hooks/use_relative_time/useRelativeTime.js";
|
|
152
|
+
import { useReportContent as Gx } from "./components/user_content/use_report_content/useReportContent.js";
|
|
153
|
+
import { useResponsive as $x } from "./components/hooks/use_responsive/useResponsive.js";
|
|
154
|
+
import { useRichContent as qx } from "./components/argument/argument/useRichContent.js";
|
|
155
|
+
import { useRoutes as zx } from "./components/data/config_provider/useRoutes.js";
|
|
156
|
+
import { useToast as Yx } from "./components/dialog/toast_provider/useToast.js";
|
|
157
|
+
import { useUpdateUserInfo as Jx } from "./components/user/update_user_info_modal/useUpdateUserInfo.js";
|
|
158
|
+
import { useVote as Xx } from "./components/vote/use_vote/useVote.js";
|
|
159
|
+
import { withConfig as om } from "./components/data/config_provider/withConfig.js";
|
|
154
160
|
export {
|
|
155
161
|
f as ActionBar,
|
|
156
162
|
a as AdUnit,
|
|
@@ -158,161 +164,167 @@ export {
|
|
|
158
164
|
d as Argument,
|
|
159
165
|
g as ArgumentInput,
|
|
160
166
|
B as ArgumentSummaryBox,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
T as
|
|
164
|
-
v as
|
|
165
|
-
|
|
166
|
-
D as
|
|
167
|
-
U as
|
|
168
|
-
E as
|
|
169
|
-
b as
|
|
170
|
-
N as
|
|
171
|
-
G as
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
K as
|
|
175
|
-
W as
|
|
176
|
-
j as
|
|
177
|
-
Q as
|
|
178
|
-
Z as
|
|
179
|
-
ro as
|
|
180
|
-
to as
|
|
181
|
-
mo as
|
|
182
|
-
fo as
|
|
183
|
-
ao as
|
|
184
|
-
so as
|
|
185
|
-
lo as
|
|
186
|
-
|
|
187
|
-
So as
|
|
188
|
-
|
|
189
|
-
To as
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
ko as
|
|
193
|
-
Ro as
|
|
194
|
-
wo as
|
|
195
|
-
Vo as
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
Go as
|
|
199
|
-
$o as
|
|
200
|
-
qo as
|
|
201
|
-
zo as
|
|
202
|
-
Yo as
|
|
203
|
-
Jo as
|
|
204
|
-
Xo as
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
pr as
|
|
208
|
-
nr as
|
|
209
|
-
ir as
|
|
210
|
-
ur as
|
|
211
|
-
lr as
|
|
212
|
-
cr as
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
Ir as
|
|
216
|
-
Tr as
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
kr as
|
|
220
|
-
Rr as
|
|
221
|
-
wr as
|
|
222
|
-
Vr as
|
|
223
|
-
yr as
|
|
224
|
-
Hr as
|
|
225
|
-
Or as
|
|
226
|
-
_r as
|
|
227
|
-
Kr as
|
|
228
|
-
Wr as
|
|
229
|
-
jr as
|
|
230
|
-
Qr as
|
|
231
|
-
Zr as
|
|
232
|
-
re as
|
|
233
|
-
te as
|
|
234
|
-
me as
|
|
235
|
-
fe as
|
|
236
|
-
ae as
|
|
237
|
-
se as
|
|
238
|
-
de as
|
|
239
|
-
ge as
|
|
240
|
-
Be as
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
Te as
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
ke as
|
|
247
|
-
Re as
|
|
248
|
-
we as
|
|
249
|
-
Ve as
|
|
250
|
-
ye as
|
|
251
|
-
He as
|
|
252
|
-
Oe as
|
|
253
|
-
_e as
|
|
254
|
-
Ke as
|
|
255
|
-
We as
|
|
256
|
-
je as
|
|
257
|
-
Qe as
|
|
258
|
-
Ze as
|
|
259
|
-
rt as
|
|
260
|
-
tt as
|
|
261
|
-
mt as
|
|
262
|
-
ft as
|
|
263
|
-
at as
|
|
264
|
-
st as
|
|
265
|
-
dt as
|
|
266
|
-
gt as
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
167
|
+
C as AuthContext,
|
|
168
|
+
h as AuthInitializer,
|
|
169
|
+
T as AuthModal,
|
|
170
|
+
v as AuthProvider,
|
|
171
|
+
F as AuthProviderFactory,
|
|
172
|
+
D as AuthorBox,
|
|
173
|
+
U as Avatar,
|
|
174
|
+
E as AvatarSelector,
|
|
175
|
+
b as BackLink,
|
|
176
|
+
N as BadgeBox,
|
|
177
|
+
G as BoxSkeleton,
|
|
178
|
+
$ as Button,
|
|
179
|
+
q as ConfigContext,
|
|
180
|
+
K as ConfigProvider,
|
|
181
|
+
W as ConfirmModal,
|
|
182
|
+
j as ConsultationBox,
|
|
183
|
+
Q as ContentFooter,
|
|
184
|
+
Z as ContentHeader,
|
|
185
|
+
ro as ContextSourceBox,
|
|
186
|
+
to as ContextSourceList,
|
|
187
|
+
mo as Countdown,
|
|
188
|
+
fo as DataProviderContext,
|
|
189
|
+
ao as DebateBox,
|
|
190
|
+
so as DialogBox,
|
|
191
|
+
lo as Drawer,
|
|
192
|
+
co as Dropdown,
|
|
193
|
+
So as EMAIL_CONSENT_STORAGE_KEY,
|
|
194
|
+
ho as EmbedHeader,
|
|
195
|
+
To as ExpandableText,
|
|
196
|
+
vo as FacebookLoginButton,
|
|
197
|
+
Mo as FollowButton,
|
|
198
|
+
ko as Form,
|
|
199
|
+
Ro as FormContext,
|
|
200
|
+
wo as GoogleLoginButton,
|
|
201
|
+
Vo as HashScroll,
|
|
202
|
+
yo as Icon,
|
|
203
|
+
Ho as IconContext,
|
|
204
|
+
Go as IconProvider,
|
|
205
|
+
$o as IconTextLink,
|
|
206
|
+
qo as InformationBox,
|
|
207
|
+
zo as Input,
|
|
208
|
+
Yo as InputProvider,
|
|
209
|
+
Jo as IntlContext,
|
|
210
|
+
Xo as IntlProvider,
|
|
211
|
+
or as KeywordBox,
|
|
212
|
+
er as LANGUAGES,
|
|
213
|
+
pr as LineChart,
|
|
214
|
+
nr as Link,
|
|
215
|
+
ir as ListProvider,
|
|
216
|
+
ur as Loader,
|
|
217
|
+
lr as Location,
|
|
218
|
+
cr as LoginForm,
|
|
219
|
+
Sr as Message,
|
|
220
|
+
Ar as Modal,
|
|
221
|
+
Ir as ModalContext,
|
|
222
|
+
Tr as ModalProvider,
|
|
223
|
+
vr as NavbarButton,
|
|
224
|
+
Mr as NavbarModal,
|
|
225
|
+
kr as NotificationItem,
|
|
226
|
+
Rr as NotificationMenu,
|
|
227
|
+
wr as OAuth2Button,
|
|
228
|
+
Vr as PaginatedList,
|
|
229
|
+
yr as Pagination,
|
|
230
|
+
Hr as PieChart,
|
|
231
|
+
Or as PointBox,
|
|
232
|
+
_r as ProgressBar,
|
|
233
|
+
Kr as ProposalBox,
|
|
234
|
+
Wr as ReadMore,
|
|
235
|
+
jr as ReportBox,
|
|
236
|
+
Qr as ReportModal,
|
|
237
|
+
Zr as ResponsiveProvider,
|
|
238
|
+
re as SSOForm,
|
|
239
|
+
te as ScrollToTop,
|
|
240
|
+
me as SearchInput,
|
|
241
|
+
fe as SectionBox,
|
|
242
|
+
ae as Select,
|
|
243
|
+
se as ShareBox,
|
|
244
|
+
de as ShareButton,
|
|
245
|
+
ge as ShareModal,
|
|
246
|
+
Be as SideModal,
|
|
247
|
+
Ce as SignupForm,
|
|
248
|
+
he as SocialAuthForm,
|
|
249
|
+
Te as SourceBox,
|
|
250
|
+
ve as SourceListItem,
|
|
251
|
+
Me as SourceModal,
|
|
252
|
+
ke as StandardErrorBoundary,
|
|
253
|
+
Re as SuggestionBanner,
|
|
254
|
+
we as SuggestionBox,
|
|
255
|
+
Ve as SuggestionInput,
|
|
256
|
+
ye as SuggestionVoteBox,
|
|
257
|
+
He as Summary,
|
|
258
|
+
Oe as SummaryBox,
|
|
259
|
+
_e as SummaryContentBox,
|
|
260
|
+
Ke as Tag,
|
|
261
|
+
We as TextEditor,
|
|
262
|
+
je as TextInput,
|
|
263
|
+
Qe as Toast,
|
|
264
|
+
Ze as ToastProvider,
|
|
265
|
+
rt as Toggle,
|
|
266
|
+
tt as TogglePosition,
|
|
267
|
+
mt as Tooltip,
|
|
268
|
+
ft as TopArguments,
|
|
269
|
+
at as TranslatedContent,
|
|
270
|
+
st as TranslationButton,
|
|
271
|
+
dt as UpDownVoteBox,
|
|
272
|
+
gt as UpdateUserInfoModal,
|
|
273
|
+
Bt as UserBox,
|
|
274
|
+
Ct as UserBoxSmall,
|
|
275
|
+
ht as UserContentSkeleton,
|
|
276
|
+
Tt as VoteBox,
|
|
277
|
+
vt as VoteButton,
|
|
278
|
+
Mt as VoteContext,
|
|
279
|
+
Dt as VotePaginatedList,
|
|
280
|
+
Ft as VoteProvider,
|
|
281
|
+
Ut as WithAd,
|
|
282
|
+
Et as authTokenHandler,
|
|
271
283
|
r as bildIcons,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
284
|
+
bt as classes,
|
|
285
|
+
Ht as dataProvider,
|
|
286
|
+
Ot as extractFormData,
|
|
287
|
+
yt as getAccent,
|
|
288
|
+
tr as getLocaleIcon,
|
|
289
|
+
xr as getLocaleName,
|
|
290
|
+
_t as getTranslatedContent,
|
|
279
291
|
t as heroIcons,
|
|
280
|
-
|
|
292
|
+
zt as httpClient,
|
|
281
293
|
x as kroneIcons,
|
|
282
|
-
|
|
283
|
-
|
|
294
|
+
Yt as lexicalToHtml,
|
|
295
|
+
Jt as makeStorage,
|
|
284
296
|
o as regularIcons,
|
|
285
297
|
e as spiegelIcons,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
298
|
+
Xt as uniqueBy,
|
|
299
|
+
ox as useAuth,
|
|
300
|
+
Co as useAuthActions,
|
|
301
|
+
ex as useAuthInterceptor,
|
|
302
|
+
xx as useAuthRequired,
|
|
303
|
+
px as useConfig,
|
|
304
|
+
nx as useCssTheme,
|
|
305
|
+
ix as useData,
|
|
306
|
+
ux as useDataProvider,
|
|
307
|
+
lx as useDeleteContent,
|
|
308
|
+
cx as useFollow,
|
|
309
|
+
Sx as useFontLoader,
|
|
310
|
+
Ax as useForm,
|
|
311
|
+
Ix as useFormContext,
|
|
312
|
+
Px as useFormValidation,
|
|
313
|
+
Lx as useGoogleAdManager,
|
|
314
|
+
Fx as useInput,
|
|
315
|
+
Dx as useList,
|
|
316
|
+
Ux as useLocale,
|
|
317
|
+
Ex as useMatomo,
|
|
318
|
+
bx as useModal,
|
|
319
|
+
Nx as useRelativeTime,
|
|
320
|
+
Gx as useReportContent,
|
|
321
|
+
$x as useResponsive,
|
|
322
|
+
qx as useRichContent,
|
|
323
|
+
zx as useRoutes,
|
|
324
|
+
Yx as useToast,
|
|
325
|
+
qt as useTranslatedContent,
|
|
326
|
+
Jx as useUpdateUserInfo,
|
|
327
|
+
Xx as useVote,
|
|
316
328
|
L as withAuth,
|
|
317
|
-
|
|
329
|
+
om as withConfig
|
|
318
330
|
};
|