@sendbird/uikit-react 3.0.0 → 3.0.1
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 +40 -32
- package/App.js.map +1 -1
- package/CHANGELOG.md +12 -0
- package/Channel/components/ChannelHeader.js +17 -17
- package/Channel/components/ChannelUI.js +24 -24
- package/Channel/components/FileViewer.js +16 -16
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +21 -21
- package/Channel/components/MessageInput.js +18 -18
- package/Channel/components/MessageList.js +23 -23
- package/Channel/components/RemoveMessageModal.js +19 -19
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +19 -17
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +5 -5
- package/Channel/context.js +15 -15
- package/Channel.js +24 -24
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +28 -28
- package/ChannelList/components/ChannelPreview.js +21 -21
- package/ChannelList/components/ChannelPreviewAction.js +16 -16
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +28 -28
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-bc1f14ac.js → ChannelListProvider-471abb8f.js} +9 -9
- package/{ChannelListProvider-bc1f14ac.js.map → ChannelListProvider-471abb8f.js.map} +1 -1
- package/{ChannelProvider-3d7434a2.js → ChannelProvider-01a680e0.js} +11 -11
- package/{ChannelProvider-3d7434a2.js.map → ChannelProvider-01a680e0.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +13 -13
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/ModerationPanel.js +15 -15
- package/ChannelSettings/components/UserListItem.js +12 -12
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +21 -17
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +17 -16
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-8464145a.js → CreateChannelProvider-efa959ed.js} +1 -1
- package/CreateChannelProvider-efa959ed.js.map +1 -0
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-4b1ec8b9.js → LocalizationContext-7f115178.js} +3 -3
- package/{LocalizationContext-4b1ec8b9.js.map → LocalizationContext-7f115178.js.map} +1 -1
- package/{MemberList-0f94f1c7.js → MemberList-9863866e.js} +17 -16
- package/MemberList-9863866e.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 +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +14 -14
- package/OpenChannel/components/OpenChannelInput.js +18 -18
- package/OpenChannel/components/OpenChannelMessage.js +23 -23
- package/OpenChannel/components/OpenChannelMessageList.js +25 -25
- package/OpenChannel/components/OpenChannelUI.js +25 -25
- package/OpenChannel/context.js +11 -11
- package/OpenChannel.js +25 -25
- package/{OpenChannelProvider-c9d83594.js → OpenChannelProvider-d11382d9.js} +9 -9
- package/{OpenChannelProvider-c9d83594.js.map → OpenChannelProvider-d11382d9.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +2 -2
- package/OpenChannelSettings.js +17 -17
- package/SendbirdProvider.js +25 -13
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-d0287bb6.js → UserProfileContext-eccdbd50.js} +1 -1
- package/{UserProfileContext-d0287bb6.js.map → UserProfileContext-eccdbd50.js.map} +1 -1
- package/{__bundle-7dfccc8c-36a58bd4.js → __bundle-7dfccc8c-62bd23b5.js} +1 -1
- package/{__bundle-7dfccc8c-36a58bd4.js.map → __bundle-7dfccc8c-62bd23b5.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-abbcef5e.js → _rollupPluginBabelHelpers-2a8797d8.js} +1 -1
- package/{_rollupPluginBabelHelpers-abbcef5e.js.map → _rollupPluginBabelHelpers-2a8797d8.js.map} +1 -1
- package/{actionTypes-d0ccd7e4.js → actionTypes-a992088f.js} +1 -1
- package/{actionTypes-d0ccd7e4.js.map → actionTypes-a992088f.js.map} +1 -1
- package/cjs/App.js +40 -32
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +17 -17
- package/cjs/Channel/components/ChannelUI.js +24 -24
- package/cjs/Channel/components/FileViewer.js +16 -16
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +21 -21
- package/cjs/Channel/components/MessageInput.js +18 -18
- package/cjs/Channel/components/MessageList.js +23 -23
- package/cjs/Channel/components/RemoveMessageModal.js +19 -19
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +19 -17
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +5 -5
- package/cjs/Channel/context.js +15 -15
- package/cjs/Channel.js +24 -24
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +28 -28
- package/cjs/ChannelList/components/ChannelPreview.js +21 -21
- package/cjs/ChannelList/components/ChannelPreviewAction.js +16 -16
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +28 -28
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-8157ae01.js → ChannelListProvider-8632f526.js} +9 -9
- package/cjs/{ChannelListProvider-8157ae01.js.map → ChannelListProvider-8632f526.js.map} +1 -1
- package/cjs/{ChannelProvider-793fddf5.js → ChannelProvider-5e683eb1.js} +11 -11
- package/cjs/{ChannelProvider-793fddf5.js.map → ChannelProvider-5e683eb1.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +13 -13
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
- package/cjs/ChannelSettings/components/UserListItem.js +12 -12
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +21 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +17 -16
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-b462ce84.js → CreateChannelProvider-7f6cf793.js} +1 -1
- package/cjs/CreateChannelProvider-7f6cf793.js.map +1 -0
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-855bfc31.js → LocalizationContext-0537da22.js} +3 -3
- package/cjs/{LocalizationContext-855bfc31.js.map → LocalizationContext-0537da22.js.map} +1 -1
- package/cjs/{MemberList-c446abed.js → MemberList-4efb8994.js} +17 -16
- package/cjs/MemberList-4efb8994.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 +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +14 -14
- package/cjs/OpenChannel/components/OpenChannelInput.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelMessage.js +23 -23
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +25 -25
- package/cjs/OpenChannel/components/OpenChannelUI.js +25 -25
- package/cjs/OpenChannel/context.js +11 -11
- package/cjs/OpenChannel.js +25 -25
- package/cjs/{OpenChannelProvider-2264dc27.js → OpenChannelProvider-7969a8c0.js} +9 -9
- package/cjs/{OpenChannelProvider-2264dc27.js.map → OpenChannelProvider-7969a8c0.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 +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +2 -2
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/SendbirdProvider.js +25 -13
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-627c1f20.js → UserProfileContext-e13859c2.js} +1 -1
- package/cjs/{UserProfileContext-627c1f20.js.map → UserProfileContext-e13859c2.js.map} +1 -1
- package/cjs/{__bundle-7dfccc8c-437d2fd3.js → __bundle-7dfccc8c-d812ccd2.js} +1 -1
- package/cjs/{__bundle-7dfccc8c-437d2fd3.js.map → __bundle-7dfccc8c-d812ccd2.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-89a197f1.js → _rollupPluginBabelHelpers-116d792d.js} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-89a197f1.js.map → _rollupPluginBabelHelpers-116d792d.js.map} +1 -1
- package/cjs/{actionTypes-3f5d873f.js → actionTypes-ce9861e1.js} +1 -1
- package/cjs/{actionTypes-3f5d873f.js.map → actionTypes-ce9861e1.js.map} +1 -1
- package/cjs/{color-894bd822.js → color-76e3ed0d.js} +1 -1
- package/cjs/{color-894bd822.js.map → color-76e3ed0d.js.map} +1 -1
- package/cjs/{compareIds-bc1f1524.js → compareIds-d11fdea7.js} +1 -1
- package/cjs/{compareIds-bc1f1524.js.map → compareIds-d11fdea7.js.map} +1 -1
- package/cjs/{const-8fdee18a.js → const-2da24989.js} +1 -1
- package/cjs/{const-8fdee18a.js.map → const-2da24989.js.map} +1 -1
- package/cjs/{const-bb23ef90.js → const-a6cfa3dc.js} +1 -1
- package/cjs/{const-bb23ef90.js.map → const-a6cfa3dc.js.map} +1 -1
- package/cjs/{context-f07caf29.js → context-7d13e92d.js} +2 -2
- package/cjs/{context-f07caf29.js.map → context-7d13e92d.js.map} +1 -1
- package/cjs/dist/index.css +93 -93
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{groupChannel-64ff0a33.js → groupChannel-3f4aaa32.js} +2 -2
- package/cjs/{groupChannel-64ff0a33.js.map → groupChannel-3f4aaa32.js.map} +1 -1
- package/cjs/{index-3298ba2f.js → index-0207af7d.js} +4 -4
- package/cjs/{index-3298ba2f.js.map → index-0207af7d.js.map} +1 -1
- package/cjs/{index-9bc1ab0f.js → index-2596c9f9.js} +2 -2
- package/cjs/{index-9bc1ab0f.js.map → index-2596c9f9.js.map} +1 -1
- package/cjs/{index-3dd33e71.js → index-2be8b3df.js} +2 -2
- package/cjs/{index-3dd33e71.js.map → index-2be8b3df.js.map} +1 -1
- package/cjs/{index-d85e4159.js → index-41b5e18c.js} +1 -1
- package/cjs/{index-d85e4159.js.map → index-41b5e18c.js.map} +1 -1
- package/cjs/{index-47e86329.js → index-62b2f3b4.js} +2 -2
- package/cjs/{index-47e86329.js.map → index-62b2f3b4.js.map} +1 -1
- package/cjs/{index-e844a017.js → index-691debed.js} +1 -1
- package/cjs/{index-e844a017.js.map → index-691debed.js.map} +1 -1
- package/cjs/{index-a7643049.js → index-86f7e77d.js} +3 -3
- package/cjs/{index-a7643049.js.map → index-86f7e77d.js.map} +1 -1
- package/cjs/{index-3bc84b64.js → index-8e975b91.js} +3 -3
- package/cjs/{index-3bc84b64.js.map → index-8e975b91.js.map} +1 -1
- package/cjs/{index-2ce368ff.js → index-a6cd696f.js} +4 -4
- package/cjs/{index-2ce368ff.js.map → index-a6cd696f.js.map} +1 -1
- package/cjs/{index-c730dbc7.js → index-eb6344e9.js} +6 -6
- package/cjs/{index-c730dbc7.js.map → index-eb6344e9.js.map} +1 -1
- package/cjs/index.js +35 -35
- package/cjs/{openChannel-1fe2127a.js → openChannel-7272b85b.js} +2 -2
- package/cjs/{openChannel-1fe2127a.js.map → openChannel-7272b85b.js.map} +1 -1
- package/cjs/{openChannelUtils-f64587d0.js → openChannelUtils-cede8a88.js} +1 -1
- package/cjs/{openChannelUtils-f64587d0.js.map → openChannelUtils-cede8a88.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-46fdf7f6.js → stringSet-2b4edf07.js} +1 -1
- package/cjs/{stringSet-46fdf7f6.js.map → stringSet-2b4edf07.js.map} +1 -1
- package/cjs/{topics-8365570f.js → topics-b910c620.js} +1 -1
- package/cjs/{topics-8365570f.js.map → topics-b910c620.js.map} +1 -1
- package/cjs/{tslib.es6-e6723880.js → tslib.es6-9a5d5697.js} +1 -1
- package/cjs/{tslib.es6-e6723880.js.map → tslib.es6-9a5d5697.js.map} +1 -1
- package/cjs/ui/Accordion.js +4 -4
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +3 -3
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +4 -4
- package/cjs/ui/ChannelAvatar.js +4 -4
- package/cjs/ui/ChannelPreview.js +12 -12
- package/cjs/ui/ChatHeader.js +8 -8
- package/cjs/ui/Checkbox.js +1 -1
- package/cjs/ui/ConnectionStatus.js +5 -5
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/Dropdown.js +3 -3
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +7 -7
- package/cjs/ui/Icon.js +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +14 -14
- package/cjs/ui/MessageInput.js +10 -10
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +10 -10
- package/cjs/ui/MessageStatus.js +8 -8
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +1 -1
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +4 -4
- package/cjs/ui/OpenChannelAvatar.js +7 -7
- package/cjs/ui/OpenchannelConversationHeader.js +7 -7
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +15 -15
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +7 -7
- package/cjs/ui/QuoteMessageInput.js +7 -7
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThumbnailMessageItemBody.js +3 -3
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +12 -12
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +45 -11
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-d961e3ec.js → utils-15274d9b.js} +1 -1
- package/cjs/{utils-d961e3ec.js.map → utils-15274d9b.js.map} +1 -1
- package/cjs/{utils-a807e55b.js → utils-4fadd220.js} +1 -1
- package/cjs/{utils-a807e55b.js.map → utils-4fadd220.js.map} +1 -1
- package/cjs/{utils-896260ad.js → utils-b6bcd345.js} +1 -1
- package/cjs/{utils-896260ad.js.map → utils-b6bcd345.js.map} +1 -1
- package/cjs/{uuid-f50c28bd.js → uuid-de92c01b.js} +1 -1
- package/cjs/{uuid-f50c28bd.js.map → uuid-de92c01b.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-61b0f496.js → color-1727a3fb.js} +1 -1
- package/{color-61b0f496.js.map → color-1727a3fb.js.map} +1 -1
- package/{compareIds-e48fb1d0.js → compareIds-ccf594a3.js} +1 -1
- package/{compareIds-e48fb1d0.js.map → compareIds-ccf594a3.js.map} +1 -1
- package/{const-d3857731.js → const-4674ec61.js} +1 -1
- package/{const-d3857731.js.map → const-4674ec61.js.map} +1 -1
- package/{const-6fe536c0.js → const-d3d5e7fc.js} +1 -1
- package/{const-6fe536c0.js.map → const-d3d5e7fc.js.map} +1 -1
- package/{context-178f9029.js → context-5db053f0.js} +2 -2
- package/{context-178f9029.js.map → context-5db053f0.js.map} +1 -1
- package/dist/index.css +93 -93
- package/dist/index.css.map +1 -1
- package/{groupChannel-009a07f0.js → groupChannel-9bc7ca19.js} +2 -2
- package/{groupChannel-009a07f0.js.map → groupChannel-9bc7ca19.js.map} +1 -1
- package/{index-39d43f7e.js → index-04458193.js} +4 -4
- package/{index-39d43f7e.js.map → index-04458193.js.map} +1 -1
- package/{index-87af3e7d.js → index-201c73a9.js} +1 -1
- package/{index-87af3e7d.js.map → index-201c73a9.js.map} +1 -1
- package/{index-d6e33a8d.js → index-33a103e9.js} +3 -3
- package/{index-d6e33a8d.js.map → index-33a103e9.js.map} +1 -1
- package/{index-7b2f13ef.js → index-4e2ac873.js} +2 -2
- package/{index-7b2f13ef.js.map → index-4e2ac873.js.map} +1 -1
- package/{index-4eddd935.js → index-64b4e22e.js} +4 -4
- package/{index-4eddd935.js.map → index-64b4e22e.js.map} +1 -1
- package/{index-75f9b6fc.js → index-9570e69e.js} +1 -1
- package/{index-75f9b6fc.js.map → index-9570e69e.js.map} +1 -1
- package/{index-aa13fe48.js → index-a355e1d8.js} +2 -2
- package/{index-aa13fe48.js.map → index-a355e1d8.js.map} +1 -1
- package/{index-1b5914a8.js → index-b188a276.js} +6 -6
- package/{index-1b5914a8.js.map → index-b188a276.js.map} +1 -1
- package/{index-cff868a8.js → index-e15303b6.js} +2 -2
- package/{index-cff868a8.js.map → index-e15303b6.js.map} +1 -1
- package/{index-a5b58199.js → index-eeac3879.js} +3 -3
- package/{index-a5b58199.js.map → index-eeac3879.js.map} +1 -1
- package/index.d.ts +11 -5
- package/index.js +35 -35
- package/{openChannel-0d900561.js → openChannel-a5d4b5d4.js} +2 -2
- package/{openChannel-0d900561.js.map → openChannel-a5d4b5d4.js.map} +1 -1
- package/{openChannelUtils-41763348.js → openChannelUtils-0ffa52be.js} +1 -1
- package/{openChannelUtils-41763348.js.map → openChannelUtils-0ffa52be.js.map} +1 -1
- package/package-lock.json +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-130b5cd9.js → stringSet-a6858154.js} +1 -1
- package/{stringSet-130b5cd9.js.map → stringSet-a6858154.js.map} +1 -1
- package/{topics-2773df5c.js → topics-58103dff.js} +1 -1
- package/{topics-2773df5c.js.map → topics-58103dff.js.map} +1 -1
- package/{tslib.es6-41c9b7f1.js → tslib.es6-28c0bd97.js} +1 -1
- package/{tslib.es6-41c9b7f1.js.map → tslib.es6-28c0bd97.js.map} +1 -1
- package/ui/Accordion.js +4 -4
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +3 -3
- package/ui/Badge.js +5 -5
- package/ui/Button.js +4 -4
- package/ui/ChannelAvatar.js +4 -4
- package/ui/ChannelPreview.js +12 -12
- package/ui/ChatHeader.js +8 -8
- package/ui/Checkbox.js +1 -1
- package/ui/ConnectionStatus.js +5 -5
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/Dropdown.js +3 -3
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +7 -7
- package/ui/Icon.js +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +3 -3
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +14 -14
- package/ui/MessageInput.js +10 -10
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +10 -10
- package/ui/MessageStatus.js +8 -8
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +1 -1
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +4 -4
- package/ui/OpenChannelAvatar.js +7 -7
- package/ui/OpenchannelConversationHeader.js +7 -7
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +15 -15
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +7 -7
- package/ui/QuoteMessageInput.js +7 -7
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThumbnailMessageItemBody.js +3 -3
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +12 -12
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +45 -11
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-ce5e300e.js → utils-5477ddbc.js} +1 -1
- package/{utils-ce5e300e.js.map → utils-5477ddbc.js.map} +1 -1
- package/{utils-24f3af49.js → utils-5fe76946.js} +1 -1
- package/{utils-24f3af49.js.map → utils-5fe76946.js.map} +1 -1
- package/{utils-c2b6ba56.js → utils-e2f16b69.js} +1 -1
- package/{utils-c2b6ba56.js.map → utils-e2f16b69.js.map} +1 -1
- package/{uuid-cd809c2c.js → uuid-38ace415.js} +1 -1
- package/{uuid-cd809c2c.js.map → uuid-38ace415.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/CreateChannelProvider-8464145a.js.map +0 -1
- package/MemberList-0f94f1c7.js.map +0 -1
- package/cjs/CreateChannelProvider-b462ce84.js.map +0 -1
- package/cjs/MemberList-c446abed.js.map +0 -1
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
import React__default, { useState, useMemo } from 'react';
|
|
2
|
-
import { i as isSameDay } from '../../index-
|
|
3
|
-
import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
2
|
+
import { i as isSameDay } from '../../index-4e2ac873.js';
|
|
3
|
+
import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-01a680e0.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-04458193.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Message from './Message.js';
|
|
7
|
-
import { u as uuidv4 } from '../../uuid-
|
|
8
|
-
import '../../index-
|
|
9
|
-
import '../../index-
|
|
10
|
-
import '../../UserProfileContext-
|
|
7
|
+
import { u as uuidv4 } from '../../uuid-38ace415.js';
|
|
8
|
+
import '../../index-e15303b6.js';
|
|
9
|
+
import '../../index-9570e69e.js';
|
|
10
|
+
import '../../UserProfileContext-eccdbd50.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import '../../useSendbirdStateContext.js';
|
|
13
13
|
import '../../withSendbird.js';
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
15
|
-
import '../../topics-
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../tslib.es6-
|
|
18
|
-
import '../../compareIds-
|
|
19
|
-
import '../../const-
|
|
20
|
-
import '../../groupChannel-
|
|
21
|
-
import '../../__bundle-7dfccc8c-
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
15
|
+
import '../../topics-58103dff.js';
|
|
16
|
+
import '../../index-a355e1d8.js';
|
|
17
|
+
import '../../tslib.es6-28c0bd97.js';
|
|
18
|
+
import '../../compareIds-ccf594a3.js';
|
|
19
|
+
import '../../const-4674ec61.js';
|
|
20
|
+
import '../../groupChannel-9bc7ca19.js';
|
|
21
|
+
import '../../__bundle-7dfccc8c-62bd23b5.js';
|
|
22
22
|
import '../../ui/ContextMenu.js';
|
|
23
|
-
import '../../index-
|
|
24
|
-
import '../../stringSet-
|
|
23
|
+
import '../../index-eeac3879.js';
|
|
24
|
+
import '../../stringSet-a6858154.js';
|
|
25
25
|
import 'react-dom';
|
|
26
26
|
import '../../ui/SortByRow.js';
|
|
27
27
|
import '../../ui/ReactionButton.js';
|
|
28
28
|
import '../../ui/ImageRenderer.js';
|
|
29
29
|
import '../../ui/Loader.js';
|
|
30
|
-
import '../../LocalizationContext-
|
|
30
|
+
import '../../LocalizationContext-7f115178.js';
|
|
31
31
|
import './SuggestedMentionList.js';
|
|
32
32
|
import '../../ui/Avatar.js';
|
|
33
|
-
import '../../const-
|
|
33
|
+
import '../../const-d3d5e7fc.js';
|
|
34
34
|
import '../../ui/DateSeparator.js';
|
|
35
|
-
import '../../color-
|
|
35
|
+
import '../../color-1727a3fb.js';
|
|
36
36
|
import '../../ui/MessageInput.js';
|
|
37
37
|
import '../../ui/IconButton.js';
|
|
38
|
-
import '../../index-
|
|
38
|
+
import '../../index-33a103e9.js';
|
|
39
39
|
import '../../ui/MentionUserLabel.js';
|
|
40
40
|
import '../../ui/MessageContent.js';
|
|
41
41
|
import '../../ui/UserProfile.js';
|
|
42
42
|
import '../../sendbirdSelectors.js';
|
|
43
|
-
import '../../utils-
|
|
43
|
+
import '../../utils-5477ddbc.js';
|
|
44
44
|
import '../../ui/MessageStatus.js';
|
|
45
45
|
import '../../ui/MessageItemMenu.js';
|
|
46
46
|
import '../../ui/MessageItemReactionMenu.js';
|
|
@@ -60,7 +60,7 @@ import '../../ui/OGMessageItemBody.js';
|
|
|
60
60
|
import '../../ui/UnknownMessageItemBody.js';
|
|
61
61
|
import '../../ui/QuoteMessage.js';
|
|
62
62
|
import './FileViewer.js';
|
|
63
|
-
import '../../index-
|
|
63
|
+
import '../../index-201c73a9.js';
|
|
64
64
|
import './RemoveMessageModal.js';
|
|
65
65
|
import '../../ui/Modal.js';
|
|
66
66
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Modal from '../../ui/Modal.js';
|
|
3
|
-
import { a as ButtonTypes } from '../../index-
|
|
4
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
5
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
3
|
+
import { a as ButtonTypes } from '../../index-33a103e9.js';
|
|
4
|
+
import { a as LocalizationContext } from '../../LocalizationContext-7f115178.js';
|
|
5
|
+
import { u as useChannelContext } from '../../ChannelProvider-01a680e0.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import 'react-dom';
|
|
8
|
-
import '../../index-
|
|
8
|
+
import '../../index-201c73a9.js';
|
|
9
9
|
import '../../ui/IconButton.js';
|
|
10
|
-
import '../../_rollupPluginBabelHelpers-
|
|
10
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
11
11
|
import '../../ui/Icon.js';
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../utils-
|
|
15
|
-
import '../../index-
|
|
16
|
-
import '../../UserProfileContext-
|
|
12
|
+
import '../../index-eeac3879.js';
|
|
13
|
+
import '../../stringSet-a6858154.js';
|
|
14
|
+
import '../../utils-5477ddbc.js';
|
|
15
|
+
import '../../index-9570e69e.js';
|
|
16
|
+
import '../../UserProfileContext-eccdbd50.js';
|
|
17
17
|
import '../../useSendbirdStateContext.js';
|
|
18
18
|
import '../../withSendbird.js';
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../topics-
|
|
21
|
-
import '../../index-
|
|
22
|
-
import '../../tslib.es6-
|
|
23
|
-
import '../../compareIds-
|
|
24
|
-
import '../../const-
|
|
25
|
-
import '../../groupChannel-
|
|
26
|
-
import '../../__bundle-7dfccc8c-
|
|
27
|
-
import '../../uuid-
|
|
19
|
+
import '../../index-e15303b6.js';
|
|
20
|
+
import '../../topics-58103dff.js';
|
|
21
|
+
import '../../index-a355e1d8.js';
|
|
22
|
+
import '../../tslib.es6-28c0bd97.js';
|
|
23
|
+
import '../../compareIds-ccf594a3.js';
|
|
24
|
+
import '../../const-4674ec61.js';
|
|
25
|
+
import '../../groupChannel-9bc7ca19.js';
|
|
26
|
+
import '../../__bundle-7dfccc8c-62bd23b5.js';
|
|
27
|
+
import '../../uuid-38ace415.js';
|
|
28
28
|
import '../../ui/ContextMenu.js';
|
|
29
29
|
import '../../ui/SortByRow.js';
|
|
30
30
|
import '../../ui/ReactionButton.js';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-eeac3879.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import Avatar from '../../ui/Avatar.js';
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { u as uuidv4 } from '../../uuid-
|
|
7
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-7f115178.js';
|
|
6
|
+
import { u as uuidv4 } from '../../uuid-38ace415.js';
|
|
7
|
+
import { u as useChannelContext } from '../../ChannelProvider-01a680e0.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-
|
|
10
|
-
import { M as MessageInputKeys } from '../../const-
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-4674ec61.js';
|
|
10
|
+
import { M as MessageInputKeys } from '../../const-d3d5e7fc.js';
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../stringSet-a6858154.js';
|
|
14
|
+
import '../../tslib.es6-28c0bd97.js';
|
|
15
15
|
import '../../ui/ImageRenderer.js';
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../UserProfileContext-
|
|
18
|
-
import '../../index-
|
|
19
|
-
import '../../topics-
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../compareIds-
|
|
22
|
-
import '../../groupChannel-
|
|
23
|
-
import '../../__bundle-7dfccc8c-
|
|
16
|
+
import '../../index-9570e69e.js';
|
|
17
|
+
import '../../UserProfileContext-eccdbd50.js';
|
|
18
|
+
import '../../index-e15303b6.js';
|
|
19
|
+
import '../../topics-58103dff.js';
|
|
20
|
+
import '../../index-a355e1d8.js';
|
|
21
|
+
import '../../compareIds-ccf594a3.js';
|
|
22
|
+
import '../../groupChannel-9bc7ca19.js';
|
|
23
|
+
import '../../__bundle-7dfccc8c-62bd23b5.js';
|
|
24
24
|
import '../../ui/ContextMenu.js';
|
|
25
25
|
import 'react-dom';
|
|
26
26
|
import '../../ui/SortByRow.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useContext, useState, useEffect } from 'react';
|
|
2
|
-
import { Y as Yr } from '../../groupChannel-
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { u as uuidv4 } from '../../uuid-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
2
|
+
import { Y as Yr } from '../../groupChannel-9bc7ca19.js';
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-7f115178.js';
|
|
4
|
+
import { u as uuidv4 } from '../../uuid-38ace415.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-eeac3879.js';
|
|
6
|
+
import { u as useChannelContext } from '../../ChannelProvider-01a680e0.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import '../../__bundle-7dfccc8c-
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
8
|
+
import '../../__bundle-7dfccc8c-62bd23b5.js';
|
|
9
|
+
import '../../stringSet-a6858154.js';
|
|
10
|
+
import '../../index-9570e69e.js';
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../UserProfileContext-
|
|
14
|
-
import '../../index-
|
|
15
|
-
import '../../topics-
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../tslib.es6-
|
|
18
|
-
import '../../compareIds-
|
|
19
|
-
import '../../const-
|
|
13
|
+
import '../../UserProfileContext-eccdbd50.js';
|
|
14
|
+
import '../../index-e15303b6.js';
|
|
15
|
+
import '../../topics-58103dff.js';
|
|
16
|
+
import '../../index-a355e1d8.js';
|
|
17
|
+
import '../../tslib.es6-28c0bd97.js';
|
|
18
|
+
import '../../compareIds-ccf594a3.js';
|
|
19
|
+
import '../../const-4674ec61.js';
|
|
20
20
|
import '../../ui/ContextMenu.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import '../../ui/SortByRow.js';
|
|
@@ -82,9 +82,11 @@ var TypingIndicator = function TypingIndicator() {
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
return function () {
|
|
85
|
+
var _a;
|
|
86
|
+
|
|
85
87
|
setTypingMembers([]);
|
|
86
88
|
|
|
87
|
-
if (sb) {
|
|
89
|
+
if ((_a = sb === null || sb === void 0 ? void 0 : sb.groupChannel) === null || _a === void 0 ? void 0 : _a.removeGroupChannelHandler) {
|
|
88
90
|
sb.groupChannel.removeGroupChannelHandler(handlerId);
|
|
89
91
|
}
|
|
90
92
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypingIndicator.js","sources":["../../../src/smart-components/Channel/components/TypingIndicator.tsx"],"sourcesContent":["import React, { useEffect, useState, useContext } from 'react';\nimport {\n GroupChannelHandler,\n Member,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\n\nimport { LocalizationContext } from '../../../lib/LocalizationContext';\nimport { uuidv4 } from '../../../utils/uuid';\nimport Label, { LabelTypography, LabelColors } from '../../../ui/Label';\nimport { useChannelContext } from '../context/ChannelProvider';\nimport useSendbirdStateContext from '../../../hooks/useSendbirdStateContext';\n\nexport interface TypingIndicatorTextProps {\n members: Member[];\n}\n\nexport const TypingIndicatorText: React.FC<TypingIndicatorTextProps> = ({ members }: TypingIndicatorTextProps) => {\n const { stringSet } = useContext(LocalizationContext);\n if (!members || members.length === 0) {\n return '';\n }\n\n if (members && members.length === 1) {\n return `${members[0].nickname} ${stringSet.TYPING_INDICATOR__IS_TYPING}`;\n }\n\n if (members && members.length === 2) {\n return `${members[0].nickname} ${stringSet.TYPING_INDICATOR__AND} ${members[1].nickname} ${stringSet.TYPING_INDICATOR__ARE_TYPING}`;\n }\n\n return stringSet.TYPING_INDICATOR__MULTIPLE_TYPING;\n};\n\nconst TypingIndicator: React.FC = () => {\n const { channelUrl } = useChannelContext();\n const globalStore = useSendbirdStateContext();\n const sb = globalStore?.stores?.sdkStore?.sdk as SendbirdGroupChat;\n const logger = globalStore?.config?.logger;\n const [handlerId, setHandlerId] = useState(uuidv4());\n const [typingMembers, setTypingMembers] = useState<Member[]>([]);\n\n useEffect(() => {\n if (sb?.groupChannel?.addGroupChannelHandler) {\n sb.groupChannel.removeGroupChannelHandler(handlerId);\n const newHandlerId = uuidv4();\n const handler = new GroupChannelHandler({\n onTypingStatusUpdated: (groupChannel) => {\n // there is a possible warning in here - setState called after unmount\n logger.info('Channel > Typing Indicator: onTypingStatusUpdated', groupChannel);\n if (groupChannel.url === channelUrl) {\n const members = groupChannel.getTypingUsers();\n setTypingMembers(members);\n }\n }\n });\n sb.groupChannel.addGroupChannelHandler(newHandlerId, handler);\n setHandlerId(newHandlerId);\n }\n\n return () => {\n setTypingMembers([]);\n if (sb) {\n sb.groupChannel.removeGroupChannelHandler(handlerId);\n }\n };\n }, [channelUrl]);\n\n return (\n <Label\n className=\"sendbird-conversation__footer__typing-indicator__text\"\n type={LabelTypography.CAPTION_2}\n color={LabelColors.ONBACKGROUND_2}\n >\n <TypingIndicatorText members={typingMembers} />\n </Label>\n );\n}\n\nexport default TypingIndicator;\n"],"names":["TypingIndicatorText","_a","members","stringSet","useContext","LocalizationContext","length","nickname","TYPING_INDICATOR__IS_TYPING","TYPING_INDICATOR__AND","TYPING_INDICATOR__ARE_TYPING","TYPING_INDICATOR__MULTIPLE_TYPING","TypingIndicator","channelUrl","useChannelContext","globalStore","useSendbirdStateContext","sb","stores","sdkStore","sdk","logger","config","_d","useState","uuidv4","handlerId","setHandlerId","_e","typingMembers","setTypingMembers","useEffect","groupChannel","addGroupChannelHandler","removeGroupChannelHandler","newHandlerId","handler","GroupChannelHandler","onTypingStatusUpdated","info","url","getTypingUsers","React","LabelTypography","CAPTION_2","LabelColors","ONBACKGROUND_2"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBaA,mBAAmB,GAAuC,SAA1DA,mBAA0D,CAACC,EAAD;MAAGC,OAAO;AACvE,MAAAC,SAAS,GAAKC,UAAU,CAACC,mBAAD,CAAV,UAAd;;AACR,MAAI,CAACH,OAAD,IAAYA,OAAO,CAACI,MAAR,KAAmB,CAAnC,EAAsC;AACpC,WAAO,EAAP;AACD;;AAED,MAAIJ,OAAO,IAAIA,OAAO,CAACI,MAAR,KAAmB,CAAlC,EAAqC;AACnC,WAAO,SAAA,CAAGJ,OAAO,CAAC,CAAD,CAAP,CAAWK,QAAd,KAAA,QAAA,CAA0BJ,SAAS,CAACK,2BAApC,CAAP;AACD;;AAED,MAAIN,OAAO,IAAIA,OAAO,CAACI,MAAR,KAAmB,CAAlC,EAAqC;AACnC,WAAO,SAAA,CAAGJ,OAAO,CAAC,CAAD,CAAP,CAAWK,QAAd,KAAA,QAAA,CAA0BJ,SAAS,CAACM,qBAApC,KAAA,QAAA,CAA6DP,OAAO,CAAC,CAAD,CAAP,CAAWK,QAAxE,KAAA,QAAA,CAAoFJ,SAAS,CAACO,4BAA9F,CAAP;AACD;;AAED,SAAOP,SAAS,CAACQ,iCAAjB;AACD;;IAEKC,eAAe,GAAa,SAA5BA,eAA4B;;;AACxB,MAAAC,UAAU,GAAKC,iBAAiB,aAAhC;AACR,MAAMC,WAAW,GAAGC,uBAAuB,EAA3C;AACA,MAAMC,EAAE,GAAG,MAAA,MAAAF,WAAW,SAAX,IAAAA,WAAW,WAAX,SAAA,GAAAA,WAAW,CAAEG,MAAb,UAAA,iBAAA,SAAA,MAAqBC,QAArB,UAAA,iBAAA,SAAA,MAA+BC,GAA1C;AACA,MAAMC,MAAM,GAAG,MAAAN,WAAW,SAAX,IAAAA,WAAW,WAAX,SAAA,GAAAA,WAAW,CAAEO,MAAb,UAAA,iBAAA,SAAA,MAAqBD,MAApC;;AACM,MAAAE,KAA4BC,QAAQ,CAACC,MAAM,EAAP,CAApC;AAAA,MAACC,SAAS,QAAV;AAAA,MAAYC,YAAY,QAAxB;;AACA,MAAAC,KAAoCJ,QAAQ,CAAW,EAAX,CAA5C;AAAA,MAACK,aAAa,QAAd;AAAA,MAAgBC,gBAAgB,QAAhC;;AAENC,EAAAA,SAAS,CAAC;;;AACR,QAAI,MAAAd,EAAE,SAAF,IAAAA,EAAE,WAAF,SAAA,GAAAA,EAAE,CAAEe,YAAJ,UAAA,iBAAA,SAAA,MAAkBC,sBAAtB,EAA8C;AAC5ChB,MAAAA,EAAE,CAACe,YAAH,CAAgBE,yBAAhB,CAA0CR,SAA1C;AACA,UAAMS,YAAY,GAAGV,MAAM,EAA3B;AACA,UAAMW,OAAO,GAAG,IAAIC,EAAJ,CAAwB;AACtCC,QAAAA,qBAAqB,EAAE,+BAACN,YAAD;AACrB;AACAX,UAAAA,MAAM,CAACkB,IAAP,CAAY,mDAAZ,EAAiEP,YAAjE;;AACA,cAAIA,YAAY,CAACQ,GAAb,KAAqB3B,UAAzB,EAAqC;AACnC,gBAAMX,OAAO,GAAG8B,YAAY,CAACS,cAAb,EAAhB;AACAX,YAAAA,gBAAgB,CAAC5B,OAAD,CAAhB;AACD;AACF;AARqC,OAAxB,CAAhB;AAUAe,MAAAA,EAAE,CAACe,YAAH,CAAgBC,sBAAhB,CAAuCE,YAAvC,EAAqDC,OAArD;AACAT,MAAAA,YAAY,CAACQ,YAAD,CAAZ;AACD;;AAED,WAAO
|
|
1
|
+
{"version":3,"file":"TypingIndicator.js","sources":["../../../src/smart-components/Channel/components/TypingIndicator.tsx"],"sourcesContent":["import React, { useEffect, useState, useContext } from 'react';\nimport {\n GroupChannelHandler,\n Member,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\n\nimport { LocalizationContext } from '../../../lib/LocalizationContext';\nimport { uuidv4 } from '../../../utils/uuid';\nimport Label, { LabelTypography, LabelColors } from '../../../ui/Label';\nimport { useChannelContext } from '../context/ChannelProvider';\nimport useSendbirdStateContext from '../../../hooks/useSendbirdStateContext';\n\nexport interface TypingIndicatorTextProps {\n members: Member[];\n}\n\nexport const TypingIndicatorText: React.FC<TypingIndicatorTextProps> = ({ members }: TypingIndicatorTextProps) => {\n const { stringSet } = useContext(LocalizationContext);\n if (!members || members.length === 0) {\n return '';\n }\n\n if (members && members.length === 1) {\n return `${members[0].nickname} ${stringSet.TYPING_INDICATOR__IS_TYPING}`;\n }\n\n if (members && members.length === 2) {\n return `${members[0].nickname} ${stringSet.TYPING_INDICATOR__AND} ${members[1].nickname} ${stringSet.TYPING_INDICATOR__ARE_TYPING}`;\n }\n\n return stringSet.TYPING_INDICATOR__MULTIPLE_TYPING;\n};\n\nconst TypingIndicator: React.FC = () => {\n const { channelUrl } = useChannelContext();\n const globalStore = useSendbirdStateContext();\n const sb = globalStore?.stores?.sdkStore?.sdk as SendbirdGroupChat;\n const logger = globalStore?.config?.logger;\n const [handlerId, setHandlerId] = useState(uuidv4());\n const [typingMembers, setTypingMembers] = useState<Member[]>([]);\n\n useEffect(() => {\n if (sb?.groupChannel?.addGroupChannelHandler) {\n sb.groupChannel.removeGroupChannelHandler(handlerId);\n const newHandlerId = uuidv4();\n const handler = new GroupChannelHandler({\n onTypingStatusUpdated: (groupChannel) => {\n // there is a possible warning in here - setState called after unmount\n logger.info('Channel > Typing Indicator: onTypingStatusUpdated', groupChannel);\n if (groupChannel.url === channelUrl) {\n const members = groupChannel.getTypingUsers();\n setTypingMembers(members);\n }\n }\n });\n sb.groupChannel.addGroupChannelHandler(newHandlerId, handler);\n setHandlerId(newHandlerId);\n }\n\n return () => {\n setTypingMembers([]);\n if (sb?.groupChannel?.removeGroupChannelHandler) {\n sb.groupChannel.removeGroupChannelHandler(handlerId);\n }\n };\n }, [channelUrl]);\n\n return (\n <Label\n className=\"sendbird-conversation__footer__typing-indicator__text\"\n type={LabelTypography.CAPTION_2}\n color={LabelColors.ONBACKGROUND_2}\n >\n <TypingIndicatorText members={typingMembers} />\n </Label>\n );\n}\n\nexport default TypingIndicator;\n"],"names":["TypingIndicatorText","_a","members","stringSet","useContext","LocalizationContext","length","nickname","TYPING_INDICATOR__IS_TYPING","TYPING_INDICATOR__AND","TYPING_INDICATOR__ARE_TYPING","TYPING_INDICATOR__MULTIPLE_TYPING","TypingIndicator","channelUrl","useChannelContext","globalStore","useSendbirdStateContext","sb","stores","sdkStore","sdk","logger","config","_d","useState","uuidv4","handlerId","setHandlerId","_e","typingMembers","setTypingMembers","useEffect","groupChannel","addGroupChannelHandler","removeGroupChannelHandler","newHandlerId","handler","GroupChannelHandler","onTypingStatusUpdated","info","url","getTypingUsers","React","LabelTypography","CAPTION_2","LabelColors","ONBACKGROUND_2"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBaA,mBAAmB,GAAuC,SAA1DA,mBAA0D,CAACC,EAAD;MAAGC,OAAO;AACvE,MAAAC,SAAS,GAAKC,UAAU,CAACC,mBAAD,CAAV,UAAd;;AACR,MAAI,CAACH,OAAD,IAAYA,OAAO,CAACI,MAAR,KAAmB,CAAnC,EAAsC;AACpC,WAAO,EAAP;AACD;;AAED,MAAIJ,OAAO,IAAIA,OAAO,CAACI,MAAR,KAAmB,CAAlC,EAAqC;AACnC,WAAO,SAAA,CAAGJ,OAAO,CAAC,CAAD,CAAP,CAAWK,QAAd,KAAA,QAAA,CAA0BJ,SAAS,CAACK,2BAApC,CAAP;AACD;;AAED,MAAIN,OAAO,IAAIA,OAAO,CAACI,MAAR,KAAmB,CAAlC,EAAqC;AACnC,WAAO,SAAA,CAAGJ,OAAO,CAAC,CAAD,CAAP,CAAWK,QAAd,KAAA,QAAA,CAA0BJ,SAAS,CAACM,qBAApC,KAAA,QAAA,CAA6DP,OAAO,CAAC,CAAD,CAAP,CAAWK,QAAxE,KAAA,QAAA,CAAoFJ,SAAS,CAACO,4BAA9F,CAAP;AACD;;AAED,SAAOP,SAAS,CAACQ,iCAAjB;AACD;;IAEKC,eAAe,GAAa,SAA5BA,eAA4B;;;AACxB,MAAAC,UAAU,GAAKC,iBAAiB,aAAhC;AACR,MAAMC,WAAW,GAAGC,uBAAuB,EAA3C;AACA,MAAMC,EAAE,GAAG,MAAA,MAAAF,WAAW,SAAX,IAAAA,WAAW,WAAX,SAAA,GAAAA,WAAW,CAAEG,MAAb,UAAA,iBAAA,SAAA,MAAqBC,QAArB,UAAA,iBAAA,SAAA,MAA+BC,GAA1C;AACA,MAAMC,MAAM,GAAG,MAAAN,WAAW,SAAX,IAAAA,WAAW,WAAX,SAAA,GAAAA,WAAW,CAAEO,MAAb,UAAA,iBAAA,SAAA,MAAqBD,MAApC;;AACM,MAAAE,KAA4BC,QAAQ,CAACC,MAAM,EAAP,CAApC;AAAA,MAACC,SAAS,QAAV;AAAA,MAAYC,YAAY,QAAxB;;AACA,MAAAC,KAAoCJ,QAAQ,CAAW,EAAX,CAA5C;AAAA,MAACK,aAAa,QAAd;AAAA,MAAgBC,gBAAgB,QAAhC;;AAENC,EAAAA,SAAS,CAAC;;;AACR,QAAI,MAAAd,EAAE,SAAF,IAAAA,EAAE,WAAF,SAAA,GAAAA,EAAE,CAAEe,YAAJ,UAAA,iBAAA,SAAA,MAAkBC,sBAAtB,EAA8C;AAC5ChB,MAAAA,EAAE,CAACe,YAAH,CAAgBE,yBAAhB,CAA0CR,SAA1C;AACA,UAAMS,YAAY,GAAGV,MAAM,EAA3B;AACA,UAAMW,OAAO,GAAG,IAAIC,EAAJ,CAAwB;AACtCC,QAAAA,qBAAqB,EAAE,+BAACN,YAAD;AACrB;AACAX,UAAAA,MAAM,CAACkB,IAAP,CAAY,mDAAZ,EAAiEP,YAAjE;;AACA,cAAIA,YAAY,CAACQ,GAAb,KAAqB3B,UAAzB,EAAqC;AACnC,gBAAMX,OAAO,GAAG8B,YAAY,CAACS,cAAb,EAAhB;AACAX,YAAAA,gBAAgB,CAAC5B,OAAD,CAAhB;AACD;AACF;AARqC,OAAxB,CAAhB;AAUAe,MAAAA,EAAE,CAACe,YAAH,CAAgBC,sBAAhB,CAAuCE,YAAvC,EAAqDC,OAArD;AACAT,MAAAA,YAAY,CAACQ,YAAD,CAAZ;AACD;;AAED,WAAO;;;AACLL,MAAAA,gBAAgB,CAAC,EAAD,CAAhB;;AACA,UAAI,MAAAb,EAAE,SAAF,IAAAA,EAAE,WAAF,SAAA,GAAAA,EAAE,CAAEe,YAAJ,UAAA,iBAAA,SAAA,MAAkBE,yBAAtB,EAAiD;AAC/CjB,QAAAA,EAAE,CAACe,YAAH,CAAgBE,yBAAhB,CAA0CR,SAA1C;AACD;AACF,KALD;AAMD,GAxBQ,EAwBN,CAACb,UAAD,CAxBM,CAAT;AA0BA,sBACE6B,6BAAC,KAAD;AACE,IAAA,SAAS,EAAC,uDADZ;AAEE,IAAA,IAAI,EAAEC,eAAe,CAACC,SAFxB;AAGE,IAAA,KAAK,EAAEC,WAAW,CAACC;AAHrB,kBAKEJ,6BAAC,mBAAD;AAAqB,IAAA,OAAO,EAAEb;AAA9B,IALF,CADF;AASD;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-7f115178.js';
|
|
3
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-eeac3879.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
|
-
import '../../stringSet-
|
|
6
|
-
import '../../index-
|
|
7
|
-
import '../../_rollupPluginBabelHelpers-
|
|
5
|
+
import '../../stringSet-a6858154.js';
|
|
6
|
+
import '../../index-9570e69e.js';
|
|
7
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
var UnreadCount = function UnreadCount(props) {
|
package/Channel/context.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
import '../UserProfileContext-
|
|
2
|
+
import '../UserProfileContext-eccdbd50.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { C as ChannelProvider, u as useChannelContext } from '../ChannelProvider-
|
|
4
|
+
export { C as ChannelProvider, u as useChannelContext } from '../ChannelProvider-01a680e0.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
-
import '../index-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../topics-
|
|
11
|
-
import '../index-
|
|
12
|
-
import '../tslib.es6-
|
|
13
|
-
import '../compareIds-
|
|
14
|
-
import '../const-
|
|
15
|
-
import '../groupChannel-
|
|
16
|
-
import '../__bundle-7dfccc8c-
|
|
17
|
-
import '../uuid-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
8
|
+
import '../index-e15303b6.js';
|
|
9
|
+
import '../index-9570e69e.js';
|
|
10
|
+
import '../topics-58103dff.js';
|
|
11
|
+
import '../index-a355e1d8.js';
|
|
12
|
+
import '../tslib.es6-28c0bd97.js';
|
|
13
|
+
import '../compareIds-ccf594a3.js';
|
|
14
|
+
import '../const-4674ec61.js';
|
|
15
|
+
import '../groupChannel-9bc7ca19.js';
|
|
16
|
+
import '../__bundle-7dfccc8c-62bd23b5.js';
|
|
17
|
+
import '../uuid-38ace415.js';
|
|
18
18
|
import '../ui/ContextMenu.js';
|
|
19
|
-
import '../index-
|
|
20
|
-
import '../stringSet-
|
|
19
|
+
import '../index-eeac3879.js';
|
|
20
|
+
import '../stringSet-a6858154.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import '../ui/SortByRow.js';
|
|
23
23
|
import '../ui/ReactionButton.js';
|
package/Channel.js
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as ChannelProvider } from './ChannelProvider-
|
|
2
|
+
import { C as ChannelProvider } from './ChannelProvider-01a680e0.js';
|
|
3
3
|
import ChannelUI from './Channel/components/ChannelUI.js';
|
|
4
|
-
import './UserProfileContext-
|
|
4
|
+
import './UserProfileContext-eccdbd50.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import './useSendbirdStateContext.js';
|
|
7
7
|
import './withSendbird.js';
|
|
8
|
-
import './_rollupPluginBabelHelpers-
|
|
9
|
-
import './index-
|
|
10
|
-
import './index-
|
|
11
|
-
import './topics-
|
|
12
|
-
import './index-
|
|
13
|
-
import './tslib.es6-
|
|
14
|
-
import './compareIds-
|
|
15
|
-
import './const-
|
|
16
|
-
import './groupChannel-
|
|
17
|
-
import './__bundle-7dfccc8c-
|
|
18
|
-
import './uuid-
|
|
8
|
+
import './_rollupPluginBabelHelpers-2a8797d8.js';
|
|
9
|
+
import './index-e15303b6.js';
|
|
10
|
+
import './index-9570e69e.js';
|
|
11
|
+
import './topics-58103dff.js';
|
|
12
|
+
import './index-a355e1d8.js';
|
|
13
|
+
import './tslib.es6-28c0bd97.js';
|
|
14
|
+
import './compareIds-ccf594a3.js';
|
|
15
|
+
import './const-4674ec61.js';
|
|
16
|
+
import './groupChannel-9bc7ca19.js';
|
|
17
|
+
import './__bundle-7dfccc8c-62bd23b5.js';
|
|
18
|
+
import './uuid-38ace415.js';
|
|
19
19
|
import './ui/ContextMenu.js';
|
|
20
|
-
import './index-
|
|
21
|
-
import './stringSet-
|
|
20
|
+
import './index-eeac3879.js';
|
|
21
|
+
import './stringSet-a6858154.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './ui/SortByRow.js';
|
|
24
24
|
import './ui/ReactionButton.js';
|
|
25
25
|
import './ui/ImageRenderer.js';
|
|
26
26
|
import './ui/Icon.js';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-04458193.js';
|
|
28
28
|
import './ui/Loader.js';
|
|
29
|
-
import './LocalizationContext-
|
|
29
|
+
import './LocalizationContext-7f115178.js';
|
|
30
30
|
import './ui/ConnectionStatus.js';
|
|
31
31
|
import './Channel/components/ChannelHeader.js';
|
|
32
32
|
import './ui/IconButton.js';
|
|
33
33
|
import './ui/ChannelAvatar.js';
|
|
34
34
|
import './ui/Avatar.js';
|
|
35
|
-
import './utils-
|
|
35
|
+
import './utils-5fe76946.js';
|
|
36
36
|
import './Channel/components/MessageList.js';
|
|
37
|
-
import './index-
|
|
37
|
+
import './index-4e2ac873.js';
|
|
38
38
|
import './Channel/components/Message.js';
|
|
39
39
|
import './Channel/components/SuggestedMentionList.js';
|
|
40
|
-
import './const-
|
|
40
|
+
import './const-d3d5e7fc.js';
|
|
41
41
|
import './ui/DateSeparator.js';
|
|
42
|
-
import './color-
|
|
42
|
+
import './color-1727a3fb.js';
|
|
43
43
|
import './ui/MessageInput.js';
|
|
44
|
-
import './index-
|
|
44
|
+
import './index-33a103e9.js';
|
|
45
45
|
import './ui/MentionUserLabel.js';
|
|
46
46
|
import './ui/MessageContent.js';
|
|
47
47
|
import './ui/UserProfile.js';
|
|
48
48
|
import './sendbirdSelectors.js';
|
|
49
|
-
import './utils-
|
|
49
|
+
import './utils-5477ddbc.js';
|
|
50
50
|
import './ui/MessageStatus.js';
|
|
51
51
|
import './ui/MessageItemMenu.js';
|
|
52
52
|
import './ui/MessageItemReactionMenu.js';
|
|
@@ -66,7 +66,7 @@ import './ui/OGMessageItemBody.js';
|
|
|
66
66
|
import './ui/UnknownMessageItemBody.js';
|
|
67
67
|
import './ui/QuoteMessage.js';
|
|
68
68
|
import './Channel/components/FileViewer.js';
|
|
69
|
-
import './index-
|
|
69
|
+
import './index-201c73a9.js';
|
|
70
70
|
import './Channel/components/RemoveMessageModal.js';
|
|
71
71
|
import './ui/Modal.js';
|
|
72
72
|
import './Channel/components/TypingIndicator.js';
|
|
@@ -3,34 +3,34 @@ import IconButton from '../../ui/IconButton.js';
|
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import CreateChannel from '../../CreateChannel.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
|
-
import '../../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
9
|
-
import '../../CreateChannelProvider-
|
|
9
|
+
import '../../CreateChannelProvider-efa959ed.js';
|
|
10
10
|
import '../../sendbirdSelectors.js';
|
|
11
|
-
import '../../topics-
|
|
12
|
-
import '../../utils-
|
|
11
|
+
import '../../topics-58103dff.js';
|
|
12
|
+
import '../../utils-5477ddbc.js';
|
|
13
13
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
14
|
-
import '../../tslib.es6-
|
|
15
|
-
import '../../LocalizationContext-
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
14
|
+
import '../../tslib.es6-28c0bd97.js';
|
|
15
|
+
import '../../LocalizationContext-7f115178.js';
|
|
16
|
+
import '../../stringSet-a6858154.js';
|
|
17
|
+
import '../../index-9570e69e.js';
|
|
18
18
|
import '../../ui/Modal.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../index-
|
|
22
|
-
import '../../index-
|
|
20
|
+
import '../../index-201c73a9.js';
|
|
21
|
+
import '../../index-33a103e9.js';
|
|
22
|
+
import '../../index-eeac3879.js';
|
|
23
23
|
import '../../ui/UserListItem.js';
|
|
24
|
-
import '../../UserProfileContext-
|
|
24
|
+
import '../../UserProfileContext-eccdbd50.js';
|
|
25
25
|
import '../../ui/Avatar.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
|
-
import '../../uuid-
|
|
27
|
+
import '../../uuid-38ace415.js';
|
|
28
28
|
import '../../ui/MutedAvatarOverlay.js';
|
|
29
29
|
import '../../ui/Checkbox.js';
|
|
30
30
|
import '../../ui/UserProfile.js';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
32
|
import '../../ui/ContextMenu.js';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-a355e1d8.js';
|
|
34
34
|
import '../../ui/SortByRow.js';
|
|
35
35
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
36
36
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-7f115178.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-eeac3879.js';
|
|
5
5
|
import IconButton from '../../ui/IconButton.js';
|
|
6
6
|
import Avatar from '../../ui/Avatar.js';
|
|
7
|
-
import '../../stringSet-
|
|
8
|
-
import '../../index-
|
|
7
|
+
import '../../stringSet-a6858154.js';
|
|
8
|
+
import '../../index-9570e69e.js';
|
|
9
9
|
import '../../withSendbird.js';
|
|
10
|
-
import '../../_rollupPluginBabelHelpers-
|
|
10
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../tslib.es6-
|
|
12
|
+
import '../../tslib.es6-28c0bd97.js';
|
|
13
13
|
import '../../ui/ImageRenderer.js';
|
|
14
14
|
import '../../ui/Icon.js';
|
|
15
|
-
import '../../uuid-
|
|
15
|
+
import '../../uuid-38ace415.js';
|
|
16
16
|
|
|
17
17
|
var ChannelListHeader = function ChannelListHeader(_a) {
|
|
18
18
|
var _b;
|
|
@@ -3,64 +3,64 @@ import ChannelListHeader from './ChannelListHeader.js';
|
|
|
3
3
|
import { AddChannel } from './AddChannel.js';
|
|
4
4
|
import ChannelPreview from './ChannelPreview.js';
|
|
5
5
|
import ChannelPreviewAction from './ChannelPreviewAction.js';
|
|
6
|
-
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-
|
|
6
|
+
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-471abb8f.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import EditProfile from '../../EditUserProfile.js';
|
|
9
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
10
|
-
import '../../LocalizationContext-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-04458193.js';
|
|
10
|
+
import '../../LocalizationContext-7f115178.js';
|
|
11
|
+
import '../../stringSet-a6858154.js';
|
|
12
|
+
import '../../index-9570e69e.js';
|
|
13
|
+
import '../../index-eeac3879.js';
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-2a8797d8.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import '../../ui/IconButton.js';
|
|
17
17
|
import '../../ui/Avatar.js';
|
|
18
|
-
import '../../tslib.es6-
|
|
18
|
+
import '../../tslib.es6-28c0bd97.js';
|
|
19
19
|
import '../../ui/ImageRenderer.js';
|
|
20
20
|
import '../../ui/Icon.js';
|
|
21
|
-
import '../../uuid-
|
|
21
|
+
import '../../uuid-38ace415.js';
|
|
22
22
|
import '../../CreateChannel.js';
|
|
23
23
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
24
|
-
import '../../CreateChannelProvider-
|
|
24
|
+
import '../../CreateChannelProvider-efa959ed.js';
|
|
25
25
|
import '../../sendbirdSelectors.js';
|
|
26
|
-
import '../../topics-
|
|
27
|
-
import '../../utils-
|
|
26
|
+
import '../../topics-58103dff.js';
|
|
27
|
+
import '../../utils-5477ddbc.js';
|
|
28
28
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
32
|
-
import '../../index-
|
|
31
|
+
import '../../index-201c73a9.js';
|
|
32
|
+
import '../../index-33a103e9.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-eccdbd50.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
37
37
|
import '../../ui/UserProfile.js';
|
|
38
38
|
import '../../withSendbird.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
|
-
import '../../index-
|
|
40
|
+
import '../../index-a355e1d8.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
42
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
43
43
|
import '../../ui/ChannelAvatar.js';
|
|
44
|
-
import '../../utils-
|
|
44
|
+
import '../../utils-5fe76946.js';
|
|
45
45
|
import '../../ui/Badge.js';
|
|
46
|
-
import '../../index-
|
|
47
|
-
import '../../index-
|
|
48
|
-
import '../../index-
|
|
46
|
+
import '../../index-64b4e22e.js';
|
|
47
|
+
import '../../index-4e2ac873.js';
|
|
48
|
+
import '../../index-e15303b6.js';
|
|
49
49
|
import '../../ui/MentionUserLabel.js';
|
|
50
50
|
import '../../Channel/components/TypingIndicator.js';
|
|
51
|
-
import '../../groupChannel-
|
|
52
|
-
import '../../__bundle-7dfccc8c-
|
|
53
|
-
import '../../ChannelProvider-
|
|
54
|
-
import '../../compareIds-
|
|
55
|
-
import '../../const-
|
|
51
|
+
import '../../groupChannel-9bc7ca19.js';
|
|
52
|
+
import '../../__bundle-7dfccc8c-62bd23b5.js';
|
|
53
|
+
import '../../ChannelProvider-01a680e0.js';
|
|
54
|
+
import '../../compareIds-ccf594a3.js';
|
|
55
|
+
import '../../const-4674ec61.js';
|
|
56
56
|
import '../../ui/ReactionButton.js';
|
|
57
57
|
import '../../ui/MessageStatus.js';
|
|
58
58
|
import '../../ui/Loader.js';
|
|
59
|
-
import '../../index-
|
|
59
|
+
import '../../index-b188a276.js';
|
|
60
60
|
import '../../ui/Input.js';
|
|
61
61
|
import '../../ui/TextButton.js';
|
|
62
|
-
import '../../color-
|
|
63
|
-
import '../../actionTypes-
|
|
62
|
+
import '../../color-1727a3fb.js';
|
|
63
|
+
import '../../actionTypes-a992088f.js';
|
|
64
64
|
|
|
65
65
|
var DELIVERY_RECIPT = 'delivery_receipt';
|
|
66
66
|
|