forked from sendbird/sendbird-uikit-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexports.js
177 lines (161 loc) · 11.7 KB
/
exports.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
export default {
// legacy
index: 'src/index.js',
// Easy to use app
App: 'src/smart-components/App/index.jsx',
// SendbirdProvider
SendbirdProvider: 'src/lib/Sendbird.jsx',
sendbirdSelectors: 'src/lib/selectors.ts',
useSendbirdStateContext: 'src/hooks/useSendbirdStateContext.tsx',
withSendbird: 'src/lib/SendbirdSdkContext.jsx',
// handlers - experimental
'handlers/ConnectionHandler': 'src/lib/handlers/ConnectionHandler.ts',
'handlers/GroupChannelHandler': 'src/lib/handlers/GroupChannelHandler.ts',
'handlers/OpenChannelHandler': 'src/lib/handlers/OpenChannelHandler.ts',
'handlers/UserEventHandler': 'src/lib/handlers/UserEventHandler.ts',
'handlers/SessionHandler': 'src/lib/handlers/SessionHandler.ts',
// utils
'utils/message/getOutgoingMessageState': 'src/utils/exports/getOutgoingMessageState.ts',
// ChannelList
ChannelList: 'src/smart-components/ChannelList/index.tsx',
'ChannelList/context': 'src/smart-components/ChannelList/context/ChannelListProvider.tsx',
'ChannelList/components/AddChannel': 'src/smart-components/ChannelList/components/AddChannel/index.tsx',
'ChannelList/components/ChannelListUI': 'src/smart-components/ChannelList/components/ChannelListUI/index.tsx',
'ChannelList/components/ChannelListHeader': 'src/smart-components/ChannelList/components/ChannelListHeader/index.tsx',
'ChannelList/components/ChannelPreview': 'src/smart-components/ChannelList/components/ChannelPreview/index.tsx',
'ChannelList/components/ChannelPreviewAction': 'src/smart-components/ChannelList/components/ChannelPreviewAction.jsx',
// ChannelSettings
ChannelSettings: 'src/smart-components/ChannelSettings/index.tsx',
'ChannelSettings/context': 'src/smart-components/ChannelSettings/context/ChannelSettingsProvider.tsx',
'ChannelSettings/components/ModerationPanel': 'src/smart-components/ChannelSettings/components/ModerationPanel/index.tsx',
'ChannelSettings/components/ChannelProfile': 'src/smart-components/ChannelSettings/components/ChannelProfile/index.tsx',
'ChannelSettings/components/ChannelSettingsUI': 'src/smart-components/ChannelSettings/components/ChannelSettingsUI/index.tsx',
'ChannelSettings/components/EditDetailsModal': 'src/smart-components/ChannelSettings/components/EditDetailsModal/index.tsx',
'ChannelSettings/components/LeaveChannel': 'src/smart-components/ChannelSettings/components/LeaveChannel/index.tsx',
'ChannelSettings/components/UserListItem': 'src/smart-components/ChannelSettings/components/UserListItem/index.tsx',
'ChannelSettings/components/UserPanel': 'src/smart-components/ChannelSettings/components/UserPanel/index.tsx',
// Channel
Channel: 'src/smart-components/Channel/index.tsx',
'Channel/context': 'src/smart-components/Channel/context/ChannelProvider.tsx',
'Channel/components/ChannelHeader': 'src/smart-components/Channel/components/ChannelHeader/index.tsx',
'Channel/components/ChannelUI': 'src/smart-components/Channel/components/ChannelUI/index.tsx',
'Channel/components/FileViewer': 'src/smart-components/Channel/components/FileViewer/index.tsx',
'Channel/components/FrozenNotification': 'src/smart-components/Channel/components/FrozenNotification/index.tsx',
'Channel/components/Message': 'src/smart-components/Channel/components/Message/index.tsx',
'Channel/components/MessageInput': 'src/smart-components/Channel/components/MessageInput/index.tsx',
'Channel/components/MessageList': 'src/smart-components/Channel/components/MessageList/index.tsx',
'Channel/components/RemoveMessageModal': 'src/smart-components/Channel/components/RemoveMessageModal.tsx',
'Channel/components/TypingIndicator': 'src/smart-components/Channel/components/TypingIndicator.tsx',
'Channel/components/UnreadCount': 'src/smart-components/Channel/components/UnreadCount/index.tsx',
'Channel/components/SuggestedMentionList': 'src/smart-components/Channel/components/SuggestedMentionList/index.tsx',
// OpenChannel
OpenChannel: 'src/smart-components/OpenChannel/index.tsx',
'OpenChannel/context': 'src/smart-components/OpenChannel/context/OpenChannelProvider.tsx',
'OpenChannel/components/FrozenChannelNotification': 'src/smart-components/OpenChannel/components/FrozenChannelNotification/index.tsx',
'OpenChannel/components/OpenChannelHeader': 'src/smart-components/OpenChannel/components/OpenChannelHeader/index.tsx',
'OpenChannel/components/OpenChannelInput': 'src/smart-components/OpenChannel/components/OpenChannelInput/index.tsx',
'OpenChannel/components/OpenChannelMessage': 'src/smart-components/OpenChannel/components/OpenChannelMessage/index.tsx',
'OpenChannel/components/OpenChannelMessageList': 'src/smart-components/OpenChannel/components/OpenChannelMessageList/index.tsx',
'OpenChannel/components/OpenChannelUI': 'src/smart-components/OpenChannel/components/OpenChannelUI/index.tsx',
// OpenChannelList
OpenChannelList: 'src/smart-components/OpenChannelList/index.tsx',
'OpenChannelList/context': 'src/smart-components/OpenChannelList/context/OpenChannelListProvider.tsx',
'OpenChannelList/components/OpenChannelListUI': 'src/smart-components/OpenChannelList/components/OpenChannelListUI/index.tsx',
'OpenChannelList/components/OpenChannelPreview': 'src/smart-components/OpenChannelList/components/OpenChannelPreview/index.tsx',
// CreateOpenChannel
CreateOpenChannel: 'src/smart-components/CreateOpenChannel/index.tsx',
'CreateOpenChannel/context': 'src/smart-components/CreateOpenChannel/context/CreateOpenChannelProvider.tsx',
'CreateOpenChannel/components/CreateOpenChannelUI': 'src/smart-components/CreateOpenChannel/components/CreateOpenChannelUI/index.tsx',
// OpenChannelSettings
OpenChannelSettings: 'src/smart-components/OpenChannelSettings/index.tsx',
'OpenChannelSettings/context': 'src/smart-components/OpenChannelSettings/context/OpenChannelSettingsProvider.tsx',
'OpenChannelSettings/components/EditDetailsModal': 'src/smart-components/OpenChannelSettings/components/EditDetailsModal.tsx',
'OpenChannelSettings/components/OpenChannelProfile': 'src/smart-components/OpenChannelSettings/components/OpenChannelProfile/index.tsx',
'OpenChannelSettings/components/OpenChannelSettingsUI': 'src/smart-components/OpenChannelSettings/components/OpenChannelSettingsUI/index.tsx',
'OpenChannelSettings/components/OperatorUI': 'src/smart-components/OpenChannelSettings/components/OperatorUI/index.tsx',
'OpenChannelSettings/components/ParticipantUI': 'src/smart-components/OpenChannelSettings/components/ParticipantUI/index.tsx',
// MessageSearch
MessageSearch: 'src/smart-components/MessageSearch/index.tsx',
'MessageSearch/context': 'src/smart-components/MessageSearch/context/MessageSearchProvider.tsx',
'MessageSearch/components/MessageSearchUI': 'src/smart-components/MessageSearch/components/MessageSearchUI/index.tsx',
// Thread
Thread: 'src/smart-components/Thread/index.tsx',
'Thread/context': 'src/smart-components/Thread/context/ThreadProvider.tsx',
'Thread/context/types': 'src/smart-components/Thread/types.tsx',
'Thread/components/ThreadUI': 'src/smart-components/Thread/components/ThreadUI/index.tsx',
'Thread/components/ThreadHeader': 'src/smart-components/Thread/components/ThreadHeader/index.tsx',
'Thread/components/ParentMessageInfo': 'src/smart-components/Thread/components/ParentMessageInfo/index.tsx',
'Thread/components/ParentMessageInfoItem': 'src/smart-components/Thread/components/ParentMessageInfo/ParentMessageInfoItem.tsx',
'Thread/components/ThreadList': 'src/smart-components/Thread/components/ThreadList/index.tsx',
'Thread/components/ThreadListItem': 'src/smart-components/Thread/components/ThreadList/ThreadListItem.tsx',
'Thread/components/ThreadMessageInput': 'src/smart-components/Thread/components/ThreadMessageInput/index.tsx',
// CreateChannel
CreateChannel: 'src/smart-components/CreateChannel/index.tsx',
'CreateChannel/context': 'src/smart-components/CreateChannel/context/CreateChannelProvider.tsx',
'CreateChannel/components/CreateChannelUI': 'src/smart-components/CreateChannel/components/CreateChannelUI/index.tsx',
'CreateChannel/components/InviteUsers': 'src/smart-components/CreateChannel/components/InviteUsers/index.tsx',
'CreateChannel/components/SelectChannelType': 'src/smart-components/CreateChannel/components/SelectChannelType.tsx',
// EditUserProfile
EditUserProfile: 'src/smart-components/EditUserProfile/index.tsx',
'EditUserProfile/context': 'src/smart-components/EditUserProfile/context/EditUserProfileProvider.tsx',
'EditUserProfile/components/EditUserProfileUI': 'src/smart-components/EditUserProfile/components/EditUserProfileUI/index.tsx',
// UI Components
'ui/Accordion': 'src/ui/Accordion/index.tsx',
'ui/AccordionGroup': 'src/ui/Accordion/AccordionGroup.tsx',
'ui/AdminMessage': 'src/ui/AdminMessage/index.tsx',
'ui/Avatar': 'src/ui/Avatar/index.tsx',
'ui/MutedAvatarOverlay': 'src/ui/Avatar/MutedAvatarOverlay.tsx',
'ui/Button': 'src/ui/Button/index.tsx',
'ui/Badge': 'src/ui/Badge/index.tsx',
'ui/BottomSheet': 'src/ui/BottomSheet/index.tsx',
'ui/ChannelAvatar': 'src/ui/ChannelAvatar/index.tsx',
'ui/OpenChannelAvatar': 'src/ui/ChannelAvatar/OpenChannelAvatar.tsx',
'ui/Checkbox': 'src/ui/Checkbox/index.tsx',
'ui/ConnectionStatus': 'src/ui/ConnectionStatus/index.tsx',
'ui/ContextMenu': 'src/ui/ContextMenu/index.tsx',
'ui/DateSeparator': 'src/ui/DateSeparator/index.tsx',
'ui/EmojiReactions': 'src/ui/EmojiReactions/index.tsx',
'ui/FileMessageItemBody': 'src/ui/FileMessageItemBody/index.tsx',
'ui/FileViewer': 'src/ui/FileViewer/index.tsx',
'ui/Icon': 'src/ui/Icon/index.jsx',
'ui/IconButton': 'src/ui/IconButton/index.tsx',
'ui/ImageRenderer': 'src/ui/ImageRenderer/index.tsx',
'ui/Input': 'src/ui/Input/index.tsx',
'ui/Label': 'src/ui/Label/index.jsx',
'ui/LinkLabel': 'src/ui/LinkLabel/index.jsx',
'ui/Loader': 'src/ui/Loader/index.tsx',
'ui/MentionUserLabel': 'src/ui/MentionUserLabel/index.tsx',
'ui/MentionLabel': 'src/ui/MentionLabel/index.tsx',
'ui/MessageContent': 'src/ui/MessageContent/index.tsx',
'ui/MessageInput': 'src/ui/MessageInput/index.jsx',
'ui/MessageItemMenu': 'src/ui/MessageItemMenu/index.tsx',
'ui/MessageItemReactionMenu': 'src/ui/MessageItemReactionMenu/index.tsx',
'ui/MessageSearchFileItem': 'src/ui/MessageSearchFileItem/index.tsx',
'ui/MessageSearchItem': 'src/ui/MessageSearchItem/index.tsx',
'ui/MessageStatus': 'src/ui/MessageStatus/index.tsx',
'ui/Modal': 'src/ui/Modal/index.tsx',
'ui/OGMessageItemBody': 'src/ui/OGMessageItemBody/index.tsx',
'ui/OpenChannelAdminMessage': 'src/ui/OpenChannelAdminMessage/index.tsx',
// should we rename it to OpenChannel?
'ui/OpenchannelConversationHeader': 'src/ui/OpenchannelConversationHeader/index.tsx',
'ui/OpenchannelFileMessage': 'src/ui/OpenchannelFileMessage/index.tsx',
'ui/OpenchannelOGMessage': 'src/ui/OpenchannelOGMessage/index.tsx',
'ui/OpenchannelThumbnailMessage': 'src/ui/OpenchannelThumbnailMessage/index.tsx',
'ui/OpenchannelUserMessage': 'src/ui/OpenchannelUserMessage/index.tsx',
'ui/PlaceHolder': 'src/ui/PlaceHolder/index.tsx',
'ui/QuoteMessage': 'src/ui/QuoteMessage/index.tsx',
'ui/QuoteMessageInput': 'src/ui/QuoteMessageInput/index.tsx',
'ui/ReactionBadge': 'src/ui/ReactionBadge/index.tsx',
'ui/ReactionButton': 'src/ui/ReactionButton/index.tsx',
'ui/SortByRow': 'src/ui/SortByRow/index.tsx',
'ui/TextButton': 'src/ui/TextButton/index.tsx',
'ui/TextMessageItemBody': 'src/ui/TextMessageItemBody/index.tsx',
'ui/ThreadReplies': 'src/ui/ThreadReplies/index.tsx',
'ui/ThumbnailMessageItemBody': 'src/ui/ThumbnailMessageItemBody/index.tsx',
'ui/Tooltip': 'src/ui/Tooltip/index.tsx',
'ui/TooltipWrapper': 'src/ui/TooltipWrapper/index.tsx',
'ui/UnknownMessageItemBody': 'src/ui/UnknownMessageItemBody/index.tsx',
'ui/UserListItem': 'src/ui/UserListItem/index.tsx',
'ui/UserProfile': 'src/ui/UserProfile/index.tsx',
'ui/Word': 'src/ui/Word/index.tsx',
};