@sendbird/uikit-react 3.3.4 → 3.3.5-rc.0
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-88cdca14.js} +28 -8
- package/ChannelListProvider-88cdca14.js.map +1 -0
- package/{ChannelProvider-0f023800.js → ChannelProvider-01c79c11.js} +9 -9
- package/{ChannelProvider-0f023800.js.map → ChannelProvider-01c79c11.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-86bd8f13.js} +1 -1
- package/{CreateChannelProvider-1bad158a.js.map → CreateChannelProvider-86bd8f13.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-2884fc26.js} +3 -3
- package/{LocalizationContext-0a81b301.js.map → LocalizationContext-2884fc26.js.map} +1 -1
- package/{MediaQueryContext-dbf82efb.js → MediaQueryContext-4b77fc65.js} +1 -1
- package/{MediaQueryContext-dbf82efb.js.map → MediaQueryContext-4b77fc65.js.map} +1 -1
- package/{MemberList-227fbdb3.js → MemberList-72872fdc.js} +6 -6
- package/MemberList-72872fdc.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-559bfc77.js} +3 -3
- package/{OpenChannelListProvider-e18c45c3.js.map → OpenChannelListProvider-559bfc77.js.map} +1 -1
- package/{OpenChannelProvider-0ce9c650.js → OpenChannelProvider-b0a05b47.js} +7 -7
- package/{OpenChannelProvider-0ce9c650.js.map → OpenChannelProvider-b0a05b47.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-a5901174.js} +3 -3
- package/{RemoveMessageModal-515ad099.js.map → RemoveMessageModal-a5901174.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- package/SendbirdProvider.js.map +1 -1
- 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-2e278d0b.js} +6 -6
- package/{ThreadProvider-bba0da1b.js.map → ThreadProvider-2e278d0b.js.map} +1 -1
- package/{UserProfileContext-8cec4652.js → UserProfileContext-f1df8507.js} +1 -1
- package/{UserProfileContext-8cec4652.js.map → UserProfileContext-f1df8507.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-1596259a.js → _rollupPluginBabelHelpers-c0cff13a.js} +1 -1
- package/_rollupPluginBabelHelpers-c0cff13a.js.map +1 -0
- package/{actionTypes-9fbd05b0.js → actionTypes-7a81aa4a.js} +1 -1
- package/{actionTypes-9fbd05b0.js.map → actionTypes-7a81aa4a.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-fca2402f.js} +28 -8
- package/cjs/ChannelListProvider-fca2402f.js.map +1 -0
- package/cjs/{ChannelProvider-5bf86efa.js → ChannelProvider-c69451a4.js} +9 -9
- package/cjs/{ChannelProvider-5bf86efa.js.map → ChannelProvider-c69451a4.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-4bc1d9c4.js} +1 -1
- package/cjs/{CreateChannelProvider-2f5c62a5.js.map → CreateChannelProvider-4bc1d9c4.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-d41b4430.js} +3 -3
- package/cjs/{LocalizationContext-8497bc78.js.map → LocalizationContext-d41b4430.js.map} +1 -1
- package/cjs/{MediaQueryContext-4225380b.js → MediaQueryContext-5b7eb39a.js} +1 -1
- package/cjs/{MediaQueryContext-4225380b.js.map → MediaQueryContext-5b7eb39a.js.map} +1 -1
- package/cjs/{MemberList-2256bcdf.js → MemberList-e26813a5.js} +6 -6
- package/cjs/MemberList-e26813a5.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-684443e8.js} +3 -3
- package/cjs/{OpenChannelListProvider-80f2b08b.js.map → OpenChannelListProvider-684443e8.js.map} +1 -1
- package/cjs/{OpenChannelProvider-e93c9633.js → OpenChannelProvider-b7318ef8.js} +7 -7
- package/cjs/{OpenChannelProvider-e93c9633.js.map → OpenChannelProvider-b7318ef8.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-6a6d56cd.js} +3 -3
- package/cjs/{RemoveMessageModal-46e89e67.js.map → RemoveMessageModal-6a6d56cd.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- package/cjs/SendbirdProvider.js.map +1 -1
- 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-960d9cfd.js} +6 -6
- package/cjs/{ThreadProvider-a3aff32f.js.map → ThreadProvider-960d9cfd.js.map} +1 -1
- package/cjs/{UserProfileContext-a0cd5b83.js → UserProfileContext-ac87948e.js} +1 -1
- package/cjs/{UserProfileContext-a0cd5b83.js.map → UserProfileContext-ac87948e.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-cf1a9aed.js → _rollupPluginBabelHelpers-0bb67a62.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-0bb67a62.js.map +1 -0
- package/cjs/{actionTypes-2dc34f6e.js → actionTypes-a06bbd4b.js} +1 -1
- package/cjs/{actionTypes-2dc34f6e.js.map → actionTypes-a06bbd4b.js.map} +1 -1
- package/cjs/{color-fbd6c374.js → color-1c4b0fb9.js} +1 -1
- package/cjs/{color-fbd6c374.js.map → color-1c4b0fb9.js.map} +1 -1
- package/cjs/{compareIds-76947865.js → compareIds-8341d8ea.js} +1 -1
- package/cjs/{compareIds-76947865.js.map → compareIds-8341d8ea.js.map} +1 -1
- package/cjs/{const-d51e19f4.js → const-4650f00a.js} +1 -1
- package/cjs/{const-d51e19f4.js.map → const-4650f00a.js.map} +1 -1
- package/cjs/{const-1d125f31.js → const-6257f116.js} +1 -1
- package/cjs/{const-1d125f31.js.map → const-6257f116.js.map} +1 -1
- package/cjs/{context-2bdb5172.js → context-796575c1.js} +2 -2
- package/cjs/{context-2bdb5172.js.map → context-796575c1.js.map} +1 -1
- package/cjs/dist/index.css +61 -56
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-d2f03436.js → index-04cf08cd.js} +2 -2
- package/cjs/{index-d2f03436.js.map → index-04cf08cd.js.map} +1 -1
- package/cjs/{index-d84834cb.js → index-06d4bb3b.js} +4 -4
- package/cjs/{index-d84834cb.js.map → index-06d4bb3b.js.map} +1 -1
- package/cjs/{index-f15a815b.js → index-23f93fb7.js} +2 -2
- package/cjs/{index-f15a815b.js.map → index-23f93fb7.js.map} +1 -1
- package/cjs/{index-a160e409.js → index-2c320718.js} +17 -15
- package/cjs/index-2c320718.js.map +1 -0
- package/cjs/{index-82ff89ee.js → index-2c50cf69.js} +2 -2
- package/cjs/{index-82ff89ee.js.map → index-2c50cf69.js.map} +1 -1
- package/cjs/{index-3cc13e66.js → index-6a01cb26.js} +3 -3
- package/cjs/{index-3cc13e66.js.map → index-6a01cb26.js.map} +1 -1
- package/cjs/{index-e7d3a41a.js → index-82932bfa.js} +5 -5
- package/cjs/{index-e7d3a41a.js.map → index-82932bfa.js.map} +1 -1
- package/cjs/{index-07e9d235.js → index-830ce6e4.js} +1 -1
- package/cjs/{index-07e9d235.js.map → index-830ce6e4.js.map} +1 -1
- package/cjs/{index-f058f9f9.js → index-916e04ab.js} +2 -2
- package/cjs/{index-f058f9f9.js.map → index-916e04ab.js.map} +1 -1
- package/cjs/{index-d3e46239.js → index-939a4e9f.js} +7 -7
- package/cjs/{index-d3e46239.js.map → index-939a4e9f.js.map} +1 -1
- package/cjs/{index-e9d4a3c3.js → index-ac938e96.js} +1 -1
- package/cjs/{index-e9d4a3c3.js.map → index-ac938e96.js.map} +1 -1
- package/cjs/{index-1e636630.js → index-b8bbd03a.js} +7 -7
- package/cjs/{index-1e636630.js.map → index-b8bbd03a.js.map} +1 -1
- package/cjs/index.js +38 -38
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-4dd3f71e.js → stringSet-ef1de13f.js} +4 -2
- package/cjs/stringSet-ef1de13f.js.map +1 -0
- package/cjs/{topics-a58ece2d.js → topics-79b8e481.js} +1 -1
- package/cjs/{topics-a58ece2d.js.map → topics-79b8e481.js.map} +1 -1
- package/cjs/{tslib.es6-565bcf25.js → tslib.es6-a0841755.js} +1 -1
- package/cjs/{tslib.es6-565bcf25.js.map → tslib.es6-a0841755.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-e9d33f8f.js} +3 -3
- package/cjs/{useLongPress-5dd4480a.js.map → useLongPress-e9d33f8f.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-eaf70168.js → utils-066ca1ea.js} +2 -2
- package/cjs/{utils-eaf70168.js.map → utils-066ca1ea.js.map} +1 -1
- package/cjs/{utils-7818d87a.js → utils-6626aa2e.js} +1 -1
- package/cjs/{utils-7818d87a.js.map → utils-6626aa2e.js.map} +1 -1
- package/cjs/{utils-4594064b.js → utils-7778b381.js} +1 -1
- package/cjs/{utils-4594064b.js.map → utils-7778b381.js.map} +1 -1
- package/cjs/{utils-4cce255c.js → utils-861ec4de.js} +1 -1
- package/cjs/{utils-4cce255c.js.map → utils-861ec4de.js.map} +1 -1
- package/cjs/{uuid-bea1faad.js → uuid-2027ed89.js} +1 -1
- package/cjs/{uuid-bea1faad.js.map → uuid-2027ed89.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-bf0c20dc.js → color-a3418d45.js} +1 -1
- package/{color-bf0c20dc.js.map → color-a3418d45.js.map} +1 -1
- package/{compareIds-8f9595bc.js → compareIds-473e9b83.js} +1 -1
- package/{compareIds-8f9595bc.js.map → compareIds-473e9b83.js.map} +1 -1
- package/{const-d3c760a4.js → const-ab1efff9.js} +1 -1
- package/{const-d3c760a4.js.map → const-ab1efff9.js.map} +1 -1
- package/{const-faf029e4.js → const-ce6aac84.js} +1 -1
- package/{const-faf029e4.js.map → const-ce6aac84.js.map} +1 -1
- package/{context-7e7aa145.js → context-c3839563.js} +2 -2
- package/{context-7e7aa145.js.map → context-c3839563.js.map} +1 -1
- package/dist/index.css +61 -56
- package/dist/index.css.map +1 -1
- package/{index-589ef7e7.js → index-12c40d25.js} +3 -3
- package/{index-589ef7e7.js.map → index-12c40d25.js.map} +1 -1
- package/{index-22146748.js → index-1542c9b8.js} +1 -1
- package/{index-22146748.js.map → index-1542c9b8.js.map} +1 -1
- package/{index-75c6845d.js → index-27fd8d9e.js} +17 -15
- package/index-27fd8d9e.js.map +1 -0
- package/{index-837130fb.js → index-358a7883.js} +2 -2
- package/{index-837130fb.js.map → index-358a7883.js.map} +1 -1
- package/{index-3e13540c.js → index-7cae08fd.js} +7 -7
- package/{index-3e13540c.js.map → index-7cae08fd.js.map} +1 -1
- package/{index-53f9dbdb.js → index-a1799197.js} +2 -2
- package/{index-53f9dbdb.js.map → index-a1799197.js.map} +1 -1
- package/{index-c4124d52.js → index-a88158af.js} +4 -4
- package/{index-c4124d52.js.map → index-a88158af.js.map} +1 -1
- package/{index-11069e08.js → index-c6c7ad47.js} +2 -2
- package/{index-11069e08.js.map → index-c6c7ad47.js.map} +1 -1
- package/{index-a682dd0a.js → index-e38e42b0.js} +1 -1
- package/{index-a682dd0a.js.map → index-e38e42b0.js.map} +1 -1
- package/{index-4052efb0.js → index-e525702f.js} +2 -2
- package/{index-4052efb0.js.map → index-e525702f.js.map} +1 -1
- package/{index-e7a5c308.js → index-eb51b11e.js} +7 -7
- package/{index-e7a5c308.js.map → index-eb51b11e.js.map} +1 -1
- package/{index-5665dd9a.js → index-f6887522.js} +5 -5
- package/{index-5665dd9a.js.map → index-f6887522.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-140ed862.js} +4 -2
- package/stringSet-140ed862.js.map +1 -0
- package/{topics-4353311c.js → topics-65e08b70.js} +1 -1
- package/{topics-4353311c.js.map → topics-65e08b70.js.map} +1 -1
- package/{tslib.es6-1d845c73.js → tslib.es6-bacd991d.js} +1 -1
- package/{tslib.es6-1d845c73.js.map → tslib.es6-bacd991d.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-952b34b2.js} +3 -3
- package/{useLongPress-f99b61d9.js.map → useLongPress-952b34b2.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-c7097024.js → utils-6fc7ca06.js} +1 -1
- package/{utils-c7097024.js.map → utils-6fc7ca06.js.map} +1 -1
- package/{utils-531c0ded.js → utils-796bbfd8.js} +1 -1
- package/{utils-531c0ded.js.map → utils-796bbfd8.js.map} +1 -1
- package/{utils-355daaf8.js → utils-ae7fe229.js} +1 -1
- package/{utils-355daaf8.js.map → utils-ae7fe229.js.map} +1 -1
- package/{utils-b2c3eeca.js → utils-d9ba26da.js} +2 -2
- package/{utils-b2c3eeca.js.map → utils-d9ba26da.js.map} +1 -1
- package/{uuid-1f647558.js → uuid-f376ea4b.js} +1 -1
- package/{uuid-1f647558.js.map → uuid-f376ea4b.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-2884fc26.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-e525702f.js';
|
|
8
8
|
import EditDetails from './EditDetailsModal.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-140ed862.js';
|
|
10
|
+
import '../../index-e38e42b0.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../../UserProfileContext-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-c0cff13a.js';
|
|
13
|
+
import '../../UserProfileContext-f1df8507.js';
|
|
14
14
|
import 'prop-types';
|
|
15
|
-
import '../../uuid-
|
|
15
|
+
import '../../uuid-f376ea4b.js';
|
|
16
16
|
import '../../ui/Avatar.js';
|
|
17
|
-
import '../../tslib.es6-
|
|
17
|
+
import '../../tslib.es6-bacd991d.js';
|
|
18
18
|
import '../../ui/ImageRenderer.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
|
-
import '../../utils-
|
|
21
|
-
import '../../color-
|
|
20
|
+
import '../../utils-6fc7ca06.js';
|
|
21
|
+
import '../../color-a3418d45.js';
|
|
22
22
|
import '../../ui/Modal.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-1542c9b8.js';
|
|
25
25
|
import '../../ui/Button.js';
|
|
26
26
|
import '../../ui/IconButton.js';
|
|
27
|
-
import '../../MediaQueryContext-
|
|
27
|
+
import '../../MediaQueryContext-4b77fc65.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-a88158af.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-e525702f.js';
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-2884fc26.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-c0cff13a.js';
|
|
15
|
+
import '../../UserProfileContext-f1df8507.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../tslib.es6-
|
|
17
|
+
import '../../uuid-f376ea4b.js';
|
|
18
|
+
import '../../tslib.es6-bacd991d.js';
|
|
19
19
|
import '../../ui/Loader.js';
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
20
|
+
import '../../stringSet-140ed862.js';
|
|
21
|
+
import '../../index-e38e42b0.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-6fc7ca06.js';
|
|
26
26
|
import '../../ui/TextButton.js';
|
|
27
|
-
import '../../color-
|
|
27
|
+
import '../../color-a3418d45.js';
|
|
28
28
|
import './EditDetailsModal.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-1542c9b8.js';
|
|
32
32
|
import '../../ui/Button.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-4b77fc65.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-c3839563.js';
|
|
38
|
+
import '../../utils-796bbfd8.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-27fd8d9e.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-65e08b70.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-72872fdc.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-2884fc26.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-e525702f.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-f376ea4b.js';
|
|
13
|
+
import '../../UserProfileContext-f1df8507.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-c0cff13a.js';
|
|
17
|
+
import '../../stringSet-140ed862.js';
|
|
18
|
+
import '../../index-e38e42b0.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-1542c9b8.js';
|
|
21
21
|
import '../../ui/Icon.js';
|
|
22
22
|
import '../../ui/IconButton.js';
|
|
23
|
-
import '../../tslib.es6-
|
|
24
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../tslib.es6-bacd991d.js';
|
|
24
|
+
import '../../MediaQueryContext-4b77fc65.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../color-
|
|
27
|
-
import '../../utils-
|
|
26
|
+
import '../../color-a3418d45.js';
|
|
27
|
+
import '../../utils-6fc7ca06.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-796bbfd8.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-2884fc26.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-4b77fc65.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-e525702f.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-c0cff13a.js';
|
|
12
|
+
import '../../UserProfileContext-f1df8507.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-f376ea4b.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-1542c9b8.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../tslib.es6-
|
|
18
|
+
import '../../tslib.es6-bacd991d.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-140ed862.js';
|
|
22
|
+
import '../../index-e38e42b0.js';
|
|
23
|
+
import '../../color-a3418d45.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-2884fc26.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-e525702f.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-bacd991d.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-72872fdc.js';
|
|
18
|
+
import { n as noop } from '../../utils-796bbfd8.js';
|
|
19
|
+
import '../../stringSet-140ed862.js';
|
|
20
|
+
import '../../index-e38e42b0.js';
|
|
21
21
|
import '../../ui/AccordionGroup.js';
|
|
22
|
-
import '../../context-
|
|
22
|
+
import '../../context-c3839563.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-f376ea4b.js';
|
|
27
|
+
import '../../index-27fd8d9e.js';
|
|
28
28
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-f1df8507.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-65e08b70.js';
|
|
36
|
+
import '../../index-1542c9b8.js';
|
|
37
|
+
import '../../MediaQueryContext-4b77fc65.js';
|
|
38
38
|
import '../../ui/Checkbox.js';
|
|
39
39
|
import '../../withSendbird.js';
|
|
40
|
-
import '../../_rollupPluginBabelHelpers-
|
|
40
|
+
import '../../_rollupPluginBabelHelpers-c0cff13a.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
|
}
|