@sendbird/uikit-react 3.3.4 → 3.3.5
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/App.js +34 -34
- package/CHANGELOG.md +25 -0
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +27 -27
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +24 -24
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +25 -25
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +27 -27
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +28 -28
- package/ChannelList/components/ChannelPreview.js +24 -24
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +28 -28
- package/{ChannelListProvider-29e939e1.js → ChannelListProvider-18fd6872.js} +28 -8
- package/ChannelListProvider-18fd6872.js.map +1 -0
- package/{ChannelProvider-0f023800.js → ChannelProvider-e50a1789.js} +9 -9
- package/{ChannelProvider-0f023800.js.map → ChannelProvider-e50a1789.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +12 -12
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/ChannelSettings/components/LeaveChannel.js +12 -12
- package/ChannelSettings/components/ModerationPanel.js +28 -24
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-1bad158a.js → CreateChannelProvider-6f5eec3d.js} +1 -1
- package/{CreateChannelProvider-1bad158a.js.map → CreateChannelProvider-6f5eec3d.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -10
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-0a81b301.js → LocalizationContext-299b1d45.js} +3 -3
- package/{LocalizationContext-0a81b301.js.map → LocalizationContext-299b1d45.js.map} +1 -1
- package/{MediaQueryContext-dbf82efb.js → MediaQueryContext-84b087e0.js} +1 -1
- package/{MediaQueryContext-dbf82efb.js.map → MediaQueryContext-84b087e0.js.map} +1 -1
- package/{MemberList-227fbdb3.js → MemberList-5f71656b.js} +6 -6
- package/MemberList-5f71656b.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-e18c45c3.js → OpenChannelListProvider-a70a09f8.js} +3 -3
- package/{OpenChannelListProvider-e18c45c3.js.map → OpenChannelListProvider-a70a09f8.js.map} +1 -1
- package/{OpenChannelProvider-0ce9c650.js → OpenChannelProvider-a0d666c6.js} +7 -7
- package/{OpenChannelProvider-0ce9c650.js.map → OpenChannelProvider-a0d666c6.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/README.md +1 -1
- package/{RemoveMessageModal-515ad099.js → RemoveMessageModal-2f571cc3.js} +3 -3
- package/{RemoveMessageModal-515ad099.js.map → RemoveMessageModal-2f571cc3.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +24 -24
- package/Thread/components/ThreadListItem.js +24 -24
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +26 -26
- package/Thread/context.js +8 -8
- package/Thread.js +26 -26
- package/{ThreadProvider-bba0da1b.js → ThreadProvider-b6a76698.js} +6 -6
- package/{ThreadProvider-bba0da1b.js.map → ThreadProvider-b6a76698.js.map} +1 -1
- package/{UserProfileContext-8cec4652.js → UserProfileContext-53d89b5e.js} +1 -1
- package/{UserProfileContext-8cec4652.js.map → UserProfileContext-53d89b5e.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-1596259a.js → _rollupPluginBabelHelpers-d746227b.js} +1 -1
- package/_rollupPluginBabelHelpers-d746227b.js.map +1 -0
- package/{actionTypes-9fbd05b0.js → actionTypes-77c96dff.js} +1 -1
- package/{actionTypes-9fbd05b0.js.map → actionTypes-77c96dff.js.map} +1 -1
- package/cjs/App.js +34 -34
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +27 -27
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +24 -24
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +25 -25
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +27 -27
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +28 -28
- package/cjs/ChannelList/components/ChannelPreview.js +24 -24
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +28 -28
- package/cjs/{ChannelListProvider-40537146.js → ChannelListProvider-f2606052.js} +28 -8
- package/cjs/ChannelListProvider-f2606052.js.map +1 -0
- package/cjs/{ChannelProvider-5bf86efa.js → ChannelProvider-beea5a02.js} +9 -9
- package/cjs/{ChannelProvider-5bf86efa.js.map → ChannelProvider-beea5a02.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
- package/cjs/ChannelSettings/components/ModerationPanel.js +28 -24
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-2f5c62a5.js → CreateChannelProvider-c123ffbb.js} +1 -1
- package/cjs/{CreateChannelProvider-2f5c62a5.js.map → CreateChannelProvider-c123ffbb.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -10
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-8497bc78.js → LocalizationContext-caedb682.js} +3 -3
- package/cjs/{LocalizationContext-8497bc78.js.map → LocalizationContext-caedb682.js.map} +1 -1
- package/cjs/{MediaQueryContext-4225380b.js → MediaQueryContext-cdba25c1.js} +1 -1
- package/cjs/{MediaQueryContext-4225380b.js.map → MediaQueryContext-cdba25c1.js.map} +1 -1
- package/cjs/{MemberList-2256bcdf.js → MemberList-45fcb966.js} +6 -6
- package/cjs/MemberList-45fcb966.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-80f2b08b.js → OpenChannelListProvider-133cc0e6.js} +3 -3
- package/cjs/{OpenChannelListProvider-80f2b08b.js.map → OpenChannelListProvider-133cc0e6.js.map} +1 -1
- package/cjs/{OpenChannelProvider-e93c9633.js → OpenChannelProvider-ee813f9e.js} +7 -7
- package/cjs/{OpenChannelProvider-e93c9633.js.map → OpenChannelProvider-ee813f9e.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-46e89e67.js → RemoveMessageModal-497e1a76.js} +3 -3
- package/cjs/{RemoveMessageModal-46e89e67.js.map → RemoveMessageModal-497e1a76.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +24 -24
- package/cjs/Thread/components/ThreadListItem.js +24 -24
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +26 -26
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +26 -26
- package/cjs/{ThreadProvider-a3aff32f.js → ThreadProvider-8b5092ee.js} +6 -6
- package/cjs/{ThreadProvider-a3aff32f.js.map → ThreadProvider-8b5092ee.js.map} +1 -1
- package/cjs/{UserProfileContext-a0cd5b83.js → UserProfileContext-80409a4d.js} +1 -1
- package/cjs/{UserProfileContext-a0cd5b83.js.map → UserProfileContext-80409a4d.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-cf1a9aed.js → _rollupPluginBabelHelpers-41d3db2d.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-41d3db2d.js.map +1 -0
- package/cjs/{actionTypes-2dc34f6e.js → actionTypes-697b5dfb.js} +1 -1
- package/cjs/{actionTypes-2dc34f6e.js.map → actionTypes-697b5dfb.js.map} +1 -1
- package/cjs/{color-fbd6c374.js → color-d7217651.js} +1 -1
- package/cjs/{color-fbd6c374.js.map → color-d7217651.js.map} +1 -1
- package/cjs/{compareIds-76947865.js → compareIds-caa9f926.js} +1 -1
- package/cjs/{compareIds-76947865.js.map → compareIds-caa9f926.js.map} +1 -1
- package/cjs/{const-d51e19f4.js → const-4235b5b5.js} +1 -1
- package/cjs/{const-d51e19f4.js.map → const-4235b5b5.js.map} +1 -1
- package/cjs/{const-1d125f31.js → const-4ba60f84.js} +1 -1
- package/cjs/{const-1d125f31.js.map → const-4ba60f84.js.map} +1 -1
- package/cjs/{context-2bdb5172.js → context-867cb427.js} +2 -2
- package/cjs/{context-2bdb5172.js.map → context-867cb427.js.map} +1 -1
- package/cjs/dist/index.css +6 -1
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-f058f9f9.js → index-06816ee5.js} +2 -2
- package/cjs/{index-f058f9f9.js.map → index-06816ee5.js.map} +1 -1
- package/cjs/{index-82ff89ee.js → index-230cddde.js} +2 -2
- package/cjs/{index-82ff89ee.js.map → index-230cddde.js.map} +1 -1
- package/cjs/{index-d3e46239.js → index-29e1117f.js} +7 -7
- package/cjs/{index-d3e46239.js.map → index-29e1117f.js.map} +1 -1
- package/cjs/{index-a160e409.js → index-476f089f.js} +17 -15
- package/cjs/index-476f089f.js.map +1 -0
- package/cjs/{index-3cc13e66.js → index-50984f15.js} +3 -3
- package/cjs/{index-3cc13e66.js.map → index-50984f15.js.map} +1 -1
- package/cjs/{index-f15a815b.js → index-942c3f15.js} +2 -2
- package/cjs/{index-f15a815b.js.map → index-942c3f15.js.map} +1 -1
- package/cjs/{index-1e636630.js → index-bec34de9.js} +7 -7
- package/cjs/{index-1e636630.js.map → index-bec34de9.js.map} +1 -1
- package/cjs/{index-d84834cb.js → index-c6abe71b.js} +4 -4
- package/cjs/{index-d84834cb.js.map → index-c6abe71b.js.map} +1 -1
- package/cjs/{index-d2f03436.js → index-ceb058fa.js} +2 -2
- package/cjs/{index-d2f03436.js.map → index-ceb058fa.js.map} +1 -1
- package/cjs/{index-e9d4a3c3.js → index-d47bc642.js} +1 -1
- package/cjs/{index-e9d4a3c3.js.map → index-d47bc642.js.map} +1 -1
- package/cjs/{index-07e9d235.js → index-e01cd4a9.js} +1 -1
- package/cjs/{index-07e9d235.js.map → index-e01cd4a9.js.map} +1 -1
- package/cjs/{index-e7d3a41a.js → index-f0df9942.js} +5 -5
- package/cjs/{index-e7d3a41a.js.map → index-f0df9942.js.map} +1 -1
- package/cjs/index.js +38 -38
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-4dd3f71e.js → stringSet-af541fde.js} +4 -2
- package/cjs/stringSet-af541fde.js.map +1 -0
- package/cjs/{topics-a58ece2d.js → topics-33f5f434.js} +1 -1
- package/cjs/{topics-a58ece2d.js.map → topics-33f5f434.js.map} +1 -1
- package/cjs/{tslib.es6-565bcf25.js → tslib.es6-f1d22d7f.js} +1 -1
- package/cjs/{tslib.es6-565bcf25.js.map → tslib.es6-f1d22d7f.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +20 -20
- package/cjs/ui/MessageInput.js +18 -13
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +33 -25
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +21 -15
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-5dd4480a.js → useLongPress-72c5c822.js} +3 -3
- package/cjs/{useLongPress-5dd4480a.js.map → useLongPress-72c5c822.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-7818d87a.js → utils-33e5dfc7.js} +1 -1
- package/cjs/{utils-7818d87a.js.map → utils-33e5dfc7.js.map} +1 -1
- package/cjs/{utils-4594064b.js → utils-68a6f93a.js} +1 -1
- package/cjs/{utils-4594064b.js.map → utils-68a6f93a.js.map} +1 -1
- package/cjs/{utils-eaf70168.js → utils-b01aea7a.js} +2 -2
- package/cjs/{utils-eaf70168.js.map → utils-b01aea7a.js.map} +1 -1
- package/cjs/{utils-4cce255c.js → utils-d652183b.js} +1 -1
- package/cjs/{utils-4cce255c.js.map → utils-d652183b.js.map} +1 -1
- package/cjs/{uuid-bea1faad.js → uuid-2c11c530.js} +1 -1
- package/cjs/{uuid-bea1faad.js.map → uuid-2c11c530.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-bf0c20dc.js → color-a6ad5b2f.js} +1 -1
- package/{color-bf0c20dc.js.map → color-a6ad5b2f.js.map} +1 -1
- package/{compareIds-8f9595bc.js → compareIds-4e3d3f6c.js} +1 -1
- package/{compareIds-8f9595bc.js.map → compareIds-4e3d3f6c.js.map} +1 -1
- package/{const-faf029e4.js → const-40f65aaf.js} +1 -1
- package/{const-faf029e4.js.map → const-40f65aaf.js.map} +1 -1
- package/{const-d3c760a4.js → const-c982283f.js} +1 -1
- package/{const-d3c760a4.js.map → const-c982283f.js.map} +1 -1
- package/{context-7e7aa145.js → context-fa809401.js} +2 -2
- package/{context-7e7aa145.js.map → context-fa809401.js.map} +1 -1
- package/dist/index.css +6 -1
- package/dist/index.css.map +1 -1
- package/{index-3e13540c.js → index-098867a9.js} +7 -7
- package/{index-3e13540c.js.map → index-098867a9.js.map} +1 -1
- package/{index-a682dd0a.js → index-14786153.js} +1 -1
- package/{index-a682dd0a.js.map → index-14786153.js.map} +1 -1
- package/{index-4052efb0.js → index-256d00f1.js} +2 -2
- package/{index-4052efb0.js.map → index-256d00f1.js.map} +1 -1
- package/{index-11069e08.js → index-4da1ff3b.js} +2 -2
- package/{index-11069e08.js.map → index-4da1ff3b.js.map} +1 -1
- package/{index-53f9dbdb.js → index-58485e08.js} +2 -2
- package/{index-53f9dbdb.js.map → index-58485e08.js.map} +1 -1
- package/{index-589ef7e7.js → index-856dc0bd.js} +3 -3
- package/{index-589ef7e7.js.map → index-856dc0bd.js.map} +1 -1
- package/{index-c4124d52.js → index-924f6629.js} +4 -4
- package/{index-c4124d52.js.map → index-924f6629.js.map} +1 -1
- package/{index-837130fb.js → index-a8115de7.js} +2 -2
- package/{index-837130fb.js.map → index-a8115de7.js.map} +1 -1
- package/{index-75c6845d.js → index-b16ab63e.js} +17 -15
- package/index-b16ab63e.js.map +1 -0
- package/{index-e7a5c308.js → index-b714065b.js} +7 -7
- package/{index-e7a5c308.js.map → index-b714065b.js.map} +1 -1
- package/{index-5665dd9a.js → index-eff254f0.js} +5 -5
- package/{index-5665dd9a.js.map → index-eff254f0.js.map} +1 -1
- package/{index-22146748.js → index-f0cb5427.js} +1 -1
- package/{index-22146748.js.map → index-f0cb5427.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +38 -38
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-522716ae.js → stringSet-8039f73a.js} +4 -2
- package/stringSet-8039f73a.js.map +1 -0
- package/{topics-4353311c.js → topics-948f8346.js} +1 -1
- package/{topics-4353311c.js.map → topics-948f8346.js.map} +1 -1
- package/{tslib.es6-1d845c73.js → tslib.es6-ea477498.js} +1 -1
- package/{tslib.es6-1d845c73.js.map → tslib.es6-ea477498.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +20 -20
- package/ui/MessageInput.js +18 -13
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +34 -26
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +16 -16
- package/ui/OpenchannelOGMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +21 -15
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +6 -6
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-f99b61d9.js → useLongPress-2fbbada1.js} +3 -3
- package/{useLongPress-f99b61d9.js.map → useLongPress-2fbbada1.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-b2c3eeca.js → utils-119c0f8a.js} +2 -2
- package/{utils-b2c3eeca.js.map → utils-119c0f8a.js.map} +1 -1
- package/{utils-531c0ded.js → utils-437f34f2.js} +1 -1
- package/{utils-531c0ded.js.map → utils-437f34f2.js.map} +1 -1
- package/{utils-355daaf8.js → utils-51dfc7e7.js} +1 -1
- package/{utils-355daaf8.js.map → utils-51dfc7e7.js.map} +1 -1
- package/{utils-c7097024.js → utils-9b75cf2c.js} +1 -1
- package/{utils-c7097024.js.map → utils-9b75cf2c.js.map} +1 -1
- package/{uuid-1f647558.js → uuid-2d756af4.js} +1 -1
- package/{uuid-1f647558.js.map → uuid-2d756af4.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-29e939e1.js.map +0 -1
- package/MemberList-227fbdb3.js.map +0 -1
- package/_rollupPluginBabelHelpers-1596259a.js.map +0 -1
- package/cjs/ChannelListProvider-40537146.js.map +0 -1
- package/cjs/MemberList-2256bcdf.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-cf1a9aed.js.map +0 -1
- package/cjs/index-a160e409.js.map +0 -1
- package/cjs/stringSet-4dd3f71e.js.map +0 -1
- package/index-75c6845d.js.map +0 -1
- package/stringSet-522716ae.js.map +0 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-299b1d45.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
4
|
import { useChannelSettingsContext } from '../context.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
6
6
|
import TextButton from '../../ui/TextButton.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-256d00f1.js';
|
|
8
8
|
import EditDetails from './EditDetailsModal.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-8039f73a.js';
|
|
10
|
+
import '../../index-14786153.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../../UserProfileContext-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-d746227b.js';
|
|
13
|
+
import '../../UserProfileContext-53d89b5e.js';
|
|
14
14
|
import 'prop-types';
|
|
15
|
-
import '../../uuid-
|
|
15
|
+
import '../../uuid-2d756af4.js';
|
|
16
16
|
import '../../ui/Avatar.js';
|
|
17
|
-
import '../../tslib.es6-
|
|
17
|
+
import '../../tslib.es6-ea477498.js';
|
|
18
18
|
import '../../ui/ImageRenderer.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
|
-
import '../../utils-
|
|
21
|
-
import '../../color-
|
|
20
|
+
import '../../utils-9b75cf2c.js';
|
|
21
|
+
import '../../color-a6ad5b2f.js';
|
|
22
22
|
import '../../ui/Modal.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-f0cb5427.js';
|
|
25
25
|
import '../../ui/Button.js';
|
|
26
26
|
import '../../ui/IconButton.js';
|
|
27
|
-
import '../../MediaQueryContext-
|
|
27
|
+
import '../../MediaQueryContext-84b087e0.js';
|
|
28
28
|
import '../../ui/Input.js';
|
|
29
29
|
|
|
30
30
|
var ChannelProfile = function () {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-924f6629.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-256d00f1.js';
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-299b1d45.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import IconButton from '../../ui/IconButton.js';
|
|
9
9
|
import ChannelProfile from './ChannelProfile.js';
|
|
@@ -11,45 +11,45 @@ import AdminPannel from './ModerationPanel.js';
|
|
|
11
11
|
import LeaveChannel from './LeaveChannel.js';
|
|
12
12
|
import UserPanel from './UserPanel.js';
|
|
13
13
|
import '../../withSendbird.js';
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
15
|
-
import '../../UserProfileContext-
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-d746227b.js';
|
|
15
|
+
import '../../UserProfileContext-53d89b5e.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../tslib.es6-
|
|
17
|
+
import '../../uuid-2d756af4.js';
|
|
18
|
+
import '../../tslib.es6-ea477498.js';
|
|
19
19
|
import '../../ui/Loader.js';
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
20
|
+
import '../../stringSet-8039f73a.js';
|
|
21
|
+
import '../../index-14786153.js';
|
|
22
22
|
import '../../ui/ChannelAvatar.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../utils-
|
|
25
|
+
import '../../utils-9b75cf2c.js';
|
|
26
26
|
import '../../ui/TextButton.js';
|
|
27
|
-
import '../../color-
|
|
27
|
+
import '../../color-a6ad5b2f.js';
|
|
28
28
|
import './EditDetailsModal.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-f0cb5427.js';
|
|
32
32
|
import '../../ui/Button.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-84b087e0.js';
|
|
34
34
|
import '../../ui/Input.js';
|
|
35
35
|
import '../../ui/Accordion.js';
|
|
36
36
|
import '../../ui/AccordionGroup.js';
|
|
37
|
-
import '../../context-
|
|
38
|
-
import '../../utils-
|
|
37
|
+
import '../../context-fa809401.js';
|
|
38
|
+
import '../../utils-437f34f2.js';
|
|
39
39
|
import '../../ui/Badge.js';
|
|
40
40
|
import '../../ui/ContextMenu.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-b16ab63e.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import './UserListItem.js';
|
|
45
45
|
import '../../ui/MutedAvatarOverlay.js';
|
|
46
46
|
import '../../ui/UserProfile.js';
|
|
47
47
|
import '../../sendbirdSelectors.js';
|
|
48
|
-
import '../../topics-
|
|
48
|
+
import '../../topics-948f8346.js';
|
|
49
49
|
import '../../ui/UserListItem.js';
|
|
50
50
|
import '../../ui/Checkbox.js';
|
|
51
51
|
import '@sendbird/chat/groupChannel';
|
|
52
|
-
import '../../MemberList-
|
|
52
|
+
import '../../MemberList-5f71656b.js';
|
|
53
53
|
|
|
54
54
|
var ChannelSettingsUI = function (props) {
|
|
55
55
|
var _a, _b;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
2
|
import { useChannelSettingsContext } from '../context.js';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-299b1d45.js';
|
|
4
4
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
6
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
7
7
|
import Avatar from '../../ui/Avatar.js';
|
|
8
8
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-256d00f1.js';
|
|
10
10
|
import TextButton from '../../ui/TextButton.js';
|
|
11
11
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
12
|
-
import { u as uuidv4 } from '../../uuid-
|
|
13
|
-
import '../../UserProfileContext-
|
|
12
|
+
import { u as uuidv4 } from '../../uuid-2d756af4.js';
|
|
13
|
+
import '../../UserProfileContext-53d89b5e.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-d746227b.js';
|
|
17
|
+
import '../../stringSet-8039f73a.js';
|
|
18
|
+
import '../../index-14786153.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-f0cb5427.js';
|
|
21
21
|
import '../../ui/Icon.js';
|
|
22
22
|
import '../../ui/IconButton.js';
|
|
23
|
-
import '../../tslib.es6-
|
|
24
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../tslib.es6-ea477498.js';
|
|
24
|
+
import '../../MediaQueryContext-84b087e0.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../color-
|
|
27
|
-
import '../../utils-
|
|
26
|
+
import '../../color-a6ad5b2f.js';
|
|
27
|
+
import '../../utils-9b75cf2c.js';
|
|
28
28
|
|
|
29
29
|
var EditDetails = function (props) {
|
|
30
30
|
var _a, _b, _c;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { n as noop } from '../../utils-
|
|
4
|
+
import { n as noop } from '../../utils-437f34f2.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
7
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
6
|
+
import { u as useLocalization } from '../../LocalizationContext-299b1d45.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-84b087e0.js';
|
|
8
8
|
import TextButton from '../../ui/TextButton.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-256d00f1.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-d746227b.js';
|
|
12
|
+
import '../../UserProfileContext-53d89b5e.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-2d756af4.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-f0cb5427.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../tslib.es6-
|
|
18
|
+
import '../../tslib.es6-ea477498.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../stringSet-
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../color-
|
|
21
|
+
import '../../stringSet-8039f73a.js';
|
|
22
|
+
import '../../index-14786153.js';
|
|
23
|
+
import '../../color-a6ad5b2f.js';
|
|
24
24
|
|
|
25
25
|
var LeaveChannel = function (props) {
|
|
26
26
|
var _a, _b;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-299b1d45.js';
|
|
3
3
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
4
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
4
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-256d00f1.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Badge from '../../ui/Badge.js';
|
|
7
7
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
8
8
|
import IconButton from '../../ui/IconButton.js';
|
|
9
9
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
10
10
|
import UserListItem$1 from './UserListItem.js';
|
|
11
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
11
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-ea477498.js';
|
|
12
12
|
import Modal from '../../ui/Modal.js';
|
|
13
13
|
import UserListItem from '../../ui/UserListItem.js';
|
|
14
14
|
import { useChannelSettingsContext } from '../context.js';
|
|
15
15
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
16
16
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
17
|
-
import { M as MemberList } from '../../MemberList-
|
|
18
|
-
import { n as noop } from '../../utils-
|
|
19
|
-
import '../../stringSet-
|
|
20
|
-
import '../../index-
|
|
17
|
+
import { M as MemberList } from '../../MemberList-5f71656b.js';
|
|
18
|
+
import { n as noop } from '../../utils-437f34f2.js';
|
|
19
|
+
import '../../stringSet-8039f73a.js';
|
|
20
|
+
import '../../index-14786153.js';
|
|
21
21
|
import '../../ui/AccordionGroup.js';
|
|
22
|
-
import '../../context-
|
|
22
|
+
import '../../context-fa809401.js';
|
|
23
23
|
import 'prop-types';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../uuid-
|
|
27
|
-
import '../../index-
|
|
26
|
+
import '../../uuid-2d756af4.js';
|
|
27
|
+
import '../../index-b16ab63e.js';
|
|
28
28
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-53d89b5e.js';
|
|
30
30
|
import '../../ui/Avatar.js';
|
|
31
31
|
import '../../ui/ImageRenderer.js';
|
|
32
32
|
import '../../ui/MutedAvatarOverlay.js';
|
|
33
33
|
import '../../ui/UserProfile.js';
|
|
34
34
|
import '../../sendbirdSelectors.js';
|
|
35
|
-
import '../../topics-
|
|
36
|
-
import '../../index-
|
|
37
|
-
import '../../MediaQueryContext-
|
|
35
|
+
import '../../topics-948f8346.js';
|
|
36
|
+
import '../../index-f0cb5427.js';
|
|
37
|
+
import '../../MediaQueryContext-84b087e0.js';
|
|
38
38
|
import '../../ui/Checkbox.js';
|
|
39
39
|
import '../../withSendbird.js';
|
|
40
|
-
import '../../_rollupPluginBabelHelpers-
|
|
40
|
+
import '../../_rollupPluginBabelHelpers-d746227b.js';
|
|
41
41
|
|
|
42
42
|
function OperatorsModal(_a) {
|
|
43
43
|
var _b;
|
|
@@ -164,7 +164,7 @@ function AddOperatorsModal(_a) {
|
|
|
164
164
|
return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(Modal, {
|
|
165
165
|
isFullScreenOnMobile: true,
|
|
166
166
|
type: ButtonTypes.PRIMARY,
|
|
167
|
-
submitText:
|
|
167
|
+
submitText: stringSet.CHANNEL_SETTING__OPERATORS__ADD_BUTTON,
|
|
168
168
|
onCancel: onCancel,
|
|
169
169
|
onSubmit: function () {
|
|
170
170
|
var members = Object.keys(selectedMembers).filter(function (m) {
|
|
@@ -419,7 +419,7 @@ function BannedUsersModal(_a) {
|
|
|
419
419
|
}));
|
|
420
420
|
});
|
|
421
421
|
}
|
|
422
|
-
},
|
|
422
|
+
}, stringSet.CHANNEL_SETTING__MODERATION__BAN));
|
|
423
423
|
}
|
|
424
424
|
});
|
|
425
425
|
}
|
|
@@ -440,14 +440,18 @@ var BannedMemberList = function () {
|
|
|
440
440
|
showModal = _c[0],
|
|
441
441
|
setShowModal = _c[1];
|
|
442
442
|
|
|
443
|
+
var stringSet = useContext(LocalizationContext).stringSet;
|
|
443
444
|
var channel = useChannelSettingsContext().channel;
|
|
445
|
+
var bannedUserListQueryParams = {
|
|
446
|
+
limit: 10
|
|
447
|
+
};
|
|
444
448
|
useEffect(function () {
|
|
445
449
|
if (!channel) {
|
|
446
450
|
setMembers([]);
|
|
447
451
|
return;
|
|
448
452
|
}
|
|
449
453
|
|
|
450
|
-
var bannedUserListQuery = channel === null || channel === void 0 ? void 0 : channel.createBannedUserListQuery();
|
|
454
|
+
var bannedUserListQuery = channel === null || channel === void 0 ? void 0 : channel.createBannedUserListQuery(bannedUserListQueryParams);
|
|
451
455
|
bannedUserListQuery.next().then(function (users) {
|
|
452
456
|
setMembers(users);
|
|
453
457
|
setHasNext(bannedUserListQuery.hasNext);
|
|
@@ -459,7 +463,7 @@ var BannedMemberList = function () {
|
|
|
459
463
|
return;
|
|
460
464
|
}
|
|
461
465
|
|
|
462
|
-
var bannedUserListQuery = channel === null || channel === void 0 ? void 0 : channel.createBannedUserListQuery();
|
|
466
|
+
var bannedUserListQuery = channel === null || channel === void 0 ? void 0 : channel.createBannedUserListQuery(bannedUserListQueryParams);
|
|
463
467
|
bannedUserListQuery.next().then(function (users) {
|
|
464
468
|
setMembers(users);
|
|
465
469
|
setHasNext(bannedUserListQuery.hasNext);
|
|
@@ -500,7 +504,7 @@ var BannedMemberList = function () {
|
|
|
500
504
|
refreshList();
|
|
501
505
|
});
|
|
502
506
|
}
|
|
503
|
-
},
|
|
507
|
+
}, stringSet.CHANNEL_SETTING__MODERATION__UNBAN));
|
|
504
508
|
}
|
|
505
509
|
});
|
|
506
510
|
}
|
|
@@ -509,7 +513,7 @@ var BannedMemberList = function () {
|
|
|
509
513
|
className: "sendbird-channel-settings__empty-list",
|
|
510
514
|
type: LabelTypography.SUBTITLE_2,
|
|
511
515
|
color: LabelColors.ONBACKGROUND_3
|
|
512
|
-
},
|
|
516
|
+
}, stringSet.CHANNEL_SETTING__MODERATION__EMPTY_BAN), hasNext && /*#__PURE__*/React__default.createElement("div", {
|
|
513
517
|
className: "sendbird-channel-settings-accordion__footer"
|
|
514
518
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
515
519
|
type: ButtonTypes.SECONDARY,
|
|
@@ -517,7 +521,7 @@ var BannedMemberList = function () {
|
|
|
517
521
|
onClick: function () {
|
|
518
522
|
setShowModal(true);
|
|
519
523
|
}
|
|
520
|
-
},
|
|
524
|
+
}, stringSet.CHANNEL_SETTING__MODERATION__ALL_BAN)), showModal && /*#__PURE__*/React__default.createElement(BannedUsersModal, {
|
|
521
525
|
onCancel: function () {
|
|
522
526
|
setShowModal(false);
|
|
523
527
|
refreshList();
|
|
@@ -612,7 +616,7 @@ function MutedMembersModal(_a) {
|
|
|
612
616
|
}));
|
|
613
617
|
});
|
|
614
618
|
}
|
|
615
|
-
},
|
|
619
|
+
}, stringSet.CHANNEL_SETTING__MODERATION__UNMUTE));
|
|
616
620
|
}
|
|
617
621
|
});
|
|
618
622
|
}
|
|
@@ -707,7 +711,7 @@ var MutedMemberList = function () {
|
|
|
707
711
|
closeDropdown();
|
|
708
712
|
});
|
|
709
713
|
}
|
|
710
|
-
}, /*#__PURE__*/React__default.createElement(React__default.Fragment, null, stringSet.CHANNEL_SETTING__UNMUTE)));
|
|
714
|
+
}, /*#__PURE__*/React__default.createElement(React__default.Fragment, null, (stringSet === null || stringSet === void 0 ? void 0 : stringSet.CHANNEL_SETTING__UNMUTE) || stringSet.CHANNEL_SETTING__MODERATION__UNMUTE)));
|
|
711
715
|
}
|
|
712
716
|
});
|
|
713
717
|
}
|