@blocklet/discuss-kit-ux 1.6.184 → 1.6.186
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/avatars/author-info.d.ts +2 -1
- package/dist/components/avatars/index.d.ts +0 -1
- package/dist/components/chat/channel-group.d.ts +9 -0
- package/dist/components/chat/context.d.ts +1 -0
- package/dist/components/chat/message.d.ts +3 -2
- package/dist/components/chat/time.d.ts +6 -0
- package/dist/components/chat/types.d.ts +4 -0
- package/dist/components/locale/en.d.ts +5 -0
- package/dist/components/locale/index.d.ts +10 -0
- package/dist/components/locale/zh.d.ts +5 -0
- package/dist/{editor-LUBMEeS4.mjs → editor-HUTb7nXS.mjs} +3 -3
- package/dist/{index-LsAi57M8.mjs → index-p8mA3-D0.mjs} +588 -311
- package/dist/index.es.js +53 -54
- package/dist/index.umd.js +537 -260
- package/package.json +4 -4
- package/dist/components/avatars/channel-group.d.ts +0 -7
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "@blocklet/labels";
|
|
2
|
-
import {
|
|
2
|
+
import { N, j, Q, A, h, a8, B, y, F, z, H, ak, U, T, W, Y, o, C, q, v, x, a0, a1, ac, a3, K, L, D, ab, aa, E, G, b, f, a9, M, P, aj, n, m, a7, R, S, a4, al, k, Z, $, ad, ag, af, ah, am, J, an, l, p, r, e, t, a5, O, c, X, w, a2, a6, u, ai, ao, _, ae, d } from "./index-p8mA3-D0.mjs";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import "@mui/material/Box";
|
|
@@ -40,10 +40,9 @@ import "@mui/material/Avatar";
|
|
|
40
40
|
import "@mui/icons-material/BrokenImage";
|
|
41
41
|
import "@iconify/react";
|
|
42
42
|
import "@arcblock/ux/lib/Empty";
|
|
43
|
-
import "@arcblock/did-connect/lib/Address";
|
|
44
43
|
import "@mui/icons-material/NotificationsActiveOutlined";
|
|
45
|
-
import "@mui/icons-material/Groups2Rounded";
|
|
46
44
|
import "@blocklet/editor/lib/ext/CheckboxPlugin";
|
|
45
|
+
import "@arcblock/did-connect/lib/Address";
|
|
47
46
|
import "@mui/material/MenuItem";
|
|
48
47
|
import "clsx";
|
|
49
48
|
import "@mui/material/IconButton";
|
|
@@ -59,6 +58,7 @@ import "mitt";
|
|
|
59
58
|
import "@mui/material/CircularProgress";
|
|
60
59
|
import "react-helmet";
|
|
61
60
|
import "react-flip-toolkit";
|
|
61
|
+
import "@mui/material/colors/grey";
|
|
62
62
|
import "@mui/material/Fab";
|
|
63
63
|
import "lodash/debounce";
|
|
64
64
|
import "@mui/material/TextField";
|
|
@@ -71,78 +71,77 @@ import "js-cookie";
|
|
|
71
71
|
import "@arcblock/ws";
|
|
72
72
|
import "@emotion/css";
|
|
73
73
|
export {
|
|
74
|
-
|
|
74
|
+
N as AccessControl,
|
|
75
75
|
j as AuthorInfo,
|
|
76
|
-
|
|
76
|
+
Q as AuthzProvider,
|
|
77
77
|
A as Avatar,
|
|
78
78
|
h as Avatars,
|
|
79
|
-
|
|
79
|
+
a8 as Back,
|
|
80
80
|
B as Badge,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
q as Comment,
|
|
81
|
+
y as BinaryThumb,
|
|
82
|
+
F as BlogCard,
|
|
83
|
+
z as BlogList,
|
|
84
|
+
H as BlogPermaLink,
|
|
85
|
+
ak as ButtonGroup,
|
|
86
|
+
U as Chat,
|
|
87
|
+
T as ChatClient,
|
|
88
|
+
W as ChatHeaderAddon,
|
|
89
|
+
Y as ChatProvider,
|
|
90
|
+
o as Comment,
|
|
92
91
|
C as CommentInput,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
92
|
+
q as CommentList,
|
|
93
|
+
v as CommentsContext,
|
|
94
|
+
x as CommentsProvider,
|
|
95
|
+
a0 as Confirm,
|
|
96
|
+
a1 as ConfirmContext,
|
|
97
|
+
ac as ConfirmNavigation,
|
|
98
|
+
a3 as ConfirmProvider,
|
|
99
|
+
K as CoverImage,
|
|
100
|
+
L as CoverImageUpload,
|
|
102
101
|
D as DefaultEditorConfigProvider,
|
|
103
|
-
|
|
104
|
-
|
|
102
|
+
ab as DirtyPromptContainer,
|
|
103
|
+
aa as EditorPreview,
|
|
105
104
|
E as EmptyStatus,
|
|
106
105
|
G as GithubReaction,
|
|
107
106
|
b as Input,
|
|
108
107
|
f as InternalThemeProvider,
|
|
109
|
-
|
|
108
|
+
a9 as LazyEditor,
|
|
110
109
|
M as Menu,
|
|
111
110
|
P as Pagination,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
111
|
+
aj as PointUpProvider,
|
|
112
|
+
n as Post,
|
|
113
|
+
m as PostContent,
|
|
114
|
+
a7 as PreviousLocationRecorder,
|
|
116
115
|
R as RelativeTime,
|
|
117
116
|
S as ScrollableEditorWrapper,
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
a4 as SecureLabelPicker,
|
|
118
|
+
al as SegmentedControl,
|
|
120
119
|
k as SystemUser,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
120
|
+
Z as UnreadNotificationContext,
|
|
121
|
+
$ as UnreadNotificationProvider,
|
|
122
|
+
ad as UploaderContext,
|
|
123
|
+
ag as UploaderProvider,
|
|
124
|
+
af as UploaderTrigger,
|
|
125
|
+
ah as composeImageUrl,
|
|
126
|
+
am as create,
|
|
127
|
+
J as getBlogLink,
|
|
128
|
+
an as getWsClient,
|
|
130
129
|
l as lexicalUtils,
|
|
131
130
|
p as preferences,
|
|
132
131
|
r as routes,
|
|
133
132
|
e as themeOverrides,
|
|
134
133
|
t as translations,
|
|
135
|
-
|
|
136
|
-
|
|
134
|
+
a5 as useApiErrorHandler,
|
|
135
|
+
O as useAuthzContext,
|
|
137
136
|
c as useChanged,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
137
|
+
X as useChatContext,
|
|
138
|
+
w as useCommentsContext,
|
|
139
|
+
a2 as useConfirm,
|
|
140
|
+
a6 as useDefaultApiErrorHandler,
|
|
142
141
|
u as useNow,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
142
|
+
ai as usePointUpContext,
|
|
143
|
+
ao as useSubscription,
|
|
144
|
+
_ as useUnreadNotification,
|
|
145
|
+
ae as useUploader,
|
|
147
146
|
d as utils
|
|
148
147
|
};
|