@blocklet/discuss-kit-ux 1.6.243 → 1.6.244
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/chat/hooks.d.ts +6 -0
- package/dist/components/input/index.d.ts +1 -1
- package/dist/components/input/input.d.ts +1 -0
- package/dist/{editor-N32Ffdew.mjs → editor-T5YWV1te.mjs} +1 -1
- package/dist/{index-Cy-AzaWZ.mjs → index-C30pyzPN.mjs} +977 -66
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +62 -61
- package/dist/index.umd.js +1056 -147
- package/package.json +7 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from '@blocklet/labels';
|
|
2
2
|
export * from './theme';
|
|
3
|
-
export { Input, CommentInput, ScrollableEditorWrapper } from './components/input';
|
|
3
|
+
export { Input, CommentInput, preloadInput, ScrollableEditorWrapper } from './components/input';
|
|
4
4
|
export * from './components/avatars';
|
|
5
5
|
export * from './components/posts';
|
|
6
6
|
export * from './components/rating';
|
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "@blocklet/labels";
|
|
2
|
-
import {
|
|
2
|
+
import { T, n, W, A, m, ad, B, F, K, J, L, ap, Y, X, $, Z, _, a1, w, C, x, y, E, a5, a6, ah, a8, O, Q, ac, D, ag, af, H, G, b, k, ae, M, P, ao, v, q, R, S, a9, aq, o, a2, a4, ai, al, ak, am, ar, N, as, l, f, p, r, j, t, h, aa, U, c, a0, z, a7, ab, u, an, d, at, a3, aj, e } from "./index-C30pyzPN.mjs";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import "@mui/material/Box";
|
|
@@ -9,81 +9,82 @@ import "@mui/icons-material";
|
|
|
9
9
|
import "@arcblock/ux/lib/Locale/context";
|
|
10
10
|
import "@mui/material";
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
T as AccessControl,
|
|
13
|
+
n as AuthorInfo,
|
|
14
|
+
W as AuthzProvider,
|
|
15
15
|
A as Avatar,
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
m as Avatars,
|
|
17
|
+
ad as Back,
|
|
18
18
|
B as Badge,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
19
|
+
F as BinaryThumb,
|
|
20
|
+
K as BlogCard,
|
|
21
|
+
J as BlogList,
|
|
22
|
+
L as BlogPermaLink,
|
|
23
|
+
ap as ButtonGroup,
|
|
24
|
+
Y as Chat,
|
|
25
|
+
X as ChatClient,
|
|
26
|
+
$ as ChatHeaderAddon,
|
|
27
|
+
Z as ChatInWallet,
|
|
28
|
+
_ as ChatListInWallet,
|
|
29
|
+
a1 as ChatProvider,
|
|
30
|
+
w as Comment,
|
|
31
31
|
C as CommentInput,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
32
|
+
x as CommentList,
|
|
33
|
+
y as CommentsContext,
|
|
34
|
+
E as CommentsProvider,
|
|
35
|
+
a5 as Confirm,
|
|
36
|
+
a6 as ConfirmContext,
|
|
37
|
+
ah as ConfirmNavigation,
|
|
38
|
+
a8 as ConfirmProvider,
|
|
39
|
+
O as CoverImage,
|
|
40
|
+
Q as CoverImageUpload,
|
|
41
|
+
ac as DefaultApiErrorHandler,
|
|
42
42
|
D as DefaultEditorConfigProvider,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
ag as DirtyPromptContainer,
|
|
44
|
+
af as EditorPreview,
|
|
45
|
+
H as EmptyStatus,
|
|
46
46
|
G as GithubReaction,
|
|
47
47
|
b as Input,
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
k as InternalThemeProvider,
|
|
49
|
+
ae as LazyEditor,
|
|
50
50
|
M as Menu,
|
|
51
51
|
P as Pagination,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
ao as PointUpProvider,
|
|
53
|
+
v as Post,
|
|
54
|
+
q as PostContent,
|
|
55
55
|
R as RelativeTime,
|
|
56
56
|
S as ScrollableEditorWrapper,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
57
|
+
a9 as SecureLabelPicker,
|
|
58
|
+
aq as SegmentedControl,
|
|
59
|
+
o as SystemUser,
|
|
60
|
+
a2 as UnreadNotificationContext,
|
|
61
|
+
a4 as UnreadNotificationProvider,
|
|
62
|
+
ai as UploaderContext,
|
|
63
|
+
al as UploaderProvider,
|
|
64
|
+
ak as UploaderTrigger,
|
|
65
|
+
am as composeImageUrl,
|
|
66
|
+
ar as create,
|
|
67
|
+
N as getBlogLink,
|
|
68
|
+
as as getWsClient,
|
|
69
69
|
l as lexicalUtils,
|
|
70
|
-
|
|
70
|
+
f as preferences,
|
|
71
|
+
p as preloadInput,
|
|
71
72
|
r as routes,
|
|
72
|
-
|
|
73
|
+
j as themeOverrides,
|
|
73
74
|
t as translations,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
h as typography,
|
|
76
|
+
aa as useApiErrorHandler,
|
|
77
|
+
U as useAuthzContext,
|
|
77
78
|
c as useChanged,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
a0 as useChatContext,
|
|
80
|
+
z as useCommentsContext,
|
|
81
|
+
a7 as useConfirm,
|
|
82
|
+
ab as useDefaultApiErrorHandler,
|
|
82
83
|
u as useNow,
|
|
83
|
-
|
|
84
|
+
an as usePointUpContext,
|
|
84
85
|
d as useSessionContext,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
at as useSubscription,
|
|
87
|
+
a3 as useUnreadNotification,
|
|
88
|
+
aj as useUploader,
|
|
88
89
|
e as utils
|
|
89
90
|
};
|