@sendbird/uikit-react 3.5.0-mobile-rc-3 → 3.5.0-mobile-rc-4
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 +59 -55
- package/App.js.map +1 -1
- package/Channel/components/ChannelHeader.js +19 -18
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +41 -40
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +15 -14
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +37 -35
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +29 -27
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +37 -36
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -16
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +17 -16
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +15 -14
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -11
- package/Channel/context.js.map +1 -1
- package/Channel.js +41 -40
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +30 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +26 -25
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +30 -29
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-16d506e3.js → ChannelListProvider-f765be02.js} +7 -7
- package/{ChannelListProvider-16d506e3.js.map → ChannelListProvider-f765be02.js.map} +1 -1
- package/{ChannelProvider-f39a427f.js → ChannelProvider-fa290b6f.js} +17 -20
- package/ChannelProvider-fa290b6f.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-5ad9445d.js → CreateChannelProvider-121560fb.js} +1 -1
- package/{CreateChannelProvider-5ad9445d.js.map → CreateChannelProvider-121560fb.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-674efe64.js → LocalizationContext-98d0f9ef.js} +3 -3
- package/{LocalizationContext-674efe64.js.map → LocalizationContext-98d0f9ef.js.map} +1 -1
- package/{MediaQueryContext-c2b754b4.js → MediaQueryContext-08f242eb.js} +1 -1
- package/{MediaQueryContext-c2b754b4.js.map → MediaQueryContext-08f242eb.js.map} +1 -1
- package/{MemberList-0a820146.js → MemberList-aa2b532d.js} +5 -5
- package/{MemberList-0a820146.js.map → MemberList-aa2b532d.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +22 -20
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +29 -28
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +33 -33
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-f71260c9.js → OpenChannelListProvider-f73b2d55.js} +3 -3
- package/{OpenChannelListProvider-f71260c9.js.map → OpenChannelListProvider-f73b2d55.js.map} +1 -1
- package/{OpenChannelProvider-6f8c231a.js → OpenChannelProvider-f7a70c1c.js} +7 -7
- package/{OpenChannelProvider-6f8c231a.js.map → OpenChannelProvider-f7a70c1c.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- 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 +3 -3
- package/OpenChannelSettings.js +17 -17
- package/{RemoveMessageModal-3fd74511.js → RemoveMessageModal-d00083f8.js} +3 -3
- package/{RemoveMessageModal-3fd74511.js.map → RemoveMessageModal-d00083f8.js.map} +1 -1
- package/SendbirdProvider.js +21 -36
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +34 -32
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +36 -35
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +37 -35
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +30 -28
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +40 -39
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +40 -39
- package/Thread.js.map +1 -1
- package/{ThreadProvider-da0112d8.js → ThreadProvider-29ee3fd4.js} +7 -7
- package/{ThreadProvider-da0112d8.js.map → ThreadProvider-29ee3fd4.js.map} +1 -1
- package/{UserProfileContext-ca6e2310.js → UserProfileContext-876edecc.js} +1 -1
- package/{UserProfileContext-ca6e2310.js.map → UserProfileContext-876edecc.js.map} +1 -1
- package/{VoiceMessageInputWrapper-ceba20ae.js → VoiceMessageInputWrapper-0edc0592.js} +7 -7
- package/{VoiceMessageInputWrapper-ceba20ae.js.map → VoiceMessageInputWrapper-0edc0592.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +9 -9
- package/VoiceRecorder/context.js +9 -9
- package/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/{WebAudioUtils-086599ab.js → WebAudioUtils-77bc634e.js} +1 -1
- package/{WebAudioUtils-086599ab.js.map → WebAudioUtils-77bc634e.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-fba60f75.js → _rollupPluginBabelHelpers-67b8fcb1.js} +1 -1
- package/_rollupPluginBabelHelpers-67b8fcb1.js.map +1 -0
- package/{actionTypes-5e5dfc97.js → actionTypes-f6ad76a3.js} +1 -1
- package/{actionTypes-5e5dfc97.js.map → actionTypes-f6ad76a3.js.map} +1 -1
- package/cjs/App.js +59 -55
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +19 -18
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +41 -40
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +15 -14
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +37 -35
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +29 -27
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +37 -36
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -16
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +17 -16
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +15 -14
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +41 -40
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +30 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +26 -25
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +30 -29
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-21ef123f.js → ChannelListProvider-bb4a7d35.js} +7 -7
- package/cjs/{ChannelListProvider-21ef123f.js.map → ChannelListProvider-bb4a7d35.js.map} +1 -1
- package/cjs/{ChannelProvider-1599fb99.js → ChannelProvider-29c98b93.js} +16 -20
- package/cjs/ChannelProvider-29c98b93.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-5d628a3f.js → CreateChannelProvider-e7a69d9e.js} +1 -1
- package/cjs/{CreateChannelProvider-5d628a3f.js.map → CreateChannelProvider-e7a69d9e.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-a584fa55.js → LocalizationContext-5077fe4a.js} +3 -3
- package/cjs/{LocalizationContext-a584fa55.js.map → LocalizationContext-5077fe4a.js.map} +1 -1
- package/cjs/{MediaQueryContext-baafb1bb.js → MediaQueryContext-734ae1c9.js} +1 -1
- package/cjs/{MediaQueryContext-baafb1bb.js.map → MediaQueryContext-734ae1c9.js.map} +1 -1
- package/cjs/{MemberList-2e6f8eb2.js → MemberList-e2cecad9.js} +5 -5
- package/cjs/{MemberList-2e6f8eb2.js.map → MemberList-e2cecad9.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +22 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +29 -28
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +33 -33
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-4c7e2916.js → OpenChannelListProvider-fd66f73c.js} +3 -3
- package/cjs/{OpenChannelListProvider-4c7e2916.js.map → OpenChannelListProvider-fd66f73c.js.map} +1 -1
- package/cjs/{OpenChannelProvider-e515e831.js → OpenChannelProvider-26aa8a5b.js} +7 -7
- package/cjs/{OpenChannelProvider-e515e831.js.map → OpenChannelProvider-26aa8a5b.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- 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 +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/{RemoveMessageModal-46ba7070.js → RemoveMessageModal-38dcf5d3.js} +3 -3
- package/cjs/{RemoveMessageModal-46ba7070.js.map → RemoveMessageModal-38dcf5d3.js.map} +1 -1
- package/cjs/SendbirdProvider.js +22 -37
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +34 -32
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +36 -35
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +37 -35
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +30 -28
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +40 -39
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +40 -39
- package/cjs/Thread.js.map +1 -1
- package/cjs/{ThreadProvider-c79aceb3.js → ThreadProvider-4c69290e.js} +7 -7
- package/cjs/{ThreadProvider-c79aceb3.js.map → ThreadProvider-4c69290e.js.map} +1 -1
- package/cjs/{UserProfileContext-0308bb46.js → UserProfileContext-c4f05bb0.js} +1 -1
- package/cjs/{UserProfileContext-0308bb46.js.map → UserProfileContext-c4f05bb0.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-4d17462c.js → VoiceMessageInputWrapper-df54ab5c.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-4d17462c.js.map → VoiceMessageInputWrapper-df54ab5c.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +9 -9
- package/cjs/VoiceRecorder/context.js +9 -9
- package/cjs/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/cjs/{WebAudioUtils-0b2ff03e.js → WebAudioUtils-8d1d54b9.js} +1 -1
- package/cjs/{WebAudioUtils-0b2ff03e.js.map → WebAudioUtils-8d1d54b9.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-17f53083.js → _rollupPluginBabelHelpers-adf1aba0.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-adf1aba0.js.map +1 -0
- package/cjs/{actionTypes-9b5d9ddf.js → actionTypes-9bcfb089.js} +1 -1
- package/cjs/{actionTypes-9b5d9ddf.js.map → actionTypes-9bcfb089.js.map} +1 -1
- package/cjs/{color-f5216e6a.js → color-baf4f7ac.js} +1 -1
- package/cjs/{color-f5216e6a.js.map → color-baf4f7ac.js.map} +1 -1
- package/cjs/{compareIds-c9b9dfbc.js → compareIds-1cba4056.js} +1 -1
- package/cjs/{compareIds-c9b9dfbc.js.map → compareIds-1cba4056.js.map} +1 -1
- package/cjs/{const-a9f20831.js → const-66f2367d.js} +1 -1
- package/cjs/{const-a9f20831.js.map → const-66f2367d.js.map} +1 -1
- package/cjs/{const-75f8d9ae.js → const-7dbc9e4e.js} +1 -1
- package/cjs/{const-75f8d9ae.js.map → const-7dbc9e4e.js.map} +1 -1
- package/cjs/{consts-8f76585f.js → consts-016d7043.js} +1 -1
- package/cjs/{consts-8f76585f.js.map → consts-016d7043.js.map} +1 -1
- package/cjs/{consts-6a102338.js → consts-117364e2.js} +1 -1
- package/cjs/{consts-6a102338.js.map → consts-117364e2.js.map} +1 -1
- package/cjs/{consts-78675c0f.js → consts-a96b7d38.js} +1 -1
- package/cjs/{consts-78675c0f.js.map → consts-a96b7d38.js.map} +1 -1
- package/cjs/{consts-b90134e3.js → consts-b8abaa6f.js} +1 -1
- package/cjs/{consts-b90134e3.js.map → consts-b8abaa6f.js.map} +1 -1
- package/cjs/{context-a04985ac.js → context-2a4c2d22.js} +2 -2
- package/cjs/{context-a04985ac.js.map → context-2a4c2d22.js.map} +1 -1
- package/cjs/dist/index.css +120 -120
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-de824ad7.js → index-147cf333.js} +2 -2
- package/cjs/{index-de824ad7.js.map → index-147cf333.js.map} +1 -1
- package/cjs/{index-5012370d.js → index-16555e69.js} +4 -4
- package/cjs/{index-5012370d.js.map → index-16555e69.js.map} +1 -1
- package/cjs/{index-be531e8c.js → index-17d4f887.js} +3 -3
- package/cjs/{index-be531e8c.js.map → index-17d4f887.js.map} +1 -1
- package/cjs/{index-3606d178.js → index-36f8250f.js} +2 -2
- package/cjs/{index-3606d178.js.map → index-36f8250f.js.map} +1 -1
- package/cjs/{index-36b49ef5.js → index-53273d37.js} +1 -1
- package/cjs/{index-36b49ef5.js.map → index-53273d37.js.map} +1 -1
- package/cjs/{index-98dc0da4.js → index-549994d9.js} +4 -4
- package/cjs/{index-98dc0da4.js.map → index-549994d9.js.map} +1 -1
- package/cjs/{index-91cd09c7.js → index-621e3015.js} +1 -1
- package/cjs/{index-91cd09c7.js.map → index-621e3015.js.map} +1 -1
- package/cjs/{index-77a6e8f7.js → index-a47e4fd8.js} +6 -6
- package/cjs/{index-77a6e8f7.js.map → index-a47e4fd8.js.map} +1 -1
- package/cjs/{index-70ee1e87.js → index-bde9599e.js} +2 -2
- package/cjs/{index-70ee1e87.js.map → index-bde9599e.js.map} +1 -1
- package/cjs/{index-0546aff2.js → index-d4e18bf9.js} +2 -2
- package/cjs/{index-0546aff2.js.map → index-d4e18bf9.js.map} +1 -1
- package/cjs/{index-63a06f37.js → index-e7a4c994.js} +2 -2
- package/cjs/{index-63a06f37.js.map → index-e7a4c994.js.map} +1 -1
- package/cjs/{index-c3b543df.js → index-eb15a4ee.js} +6 -6
- package/cjs/{index-c3b543df.js.map → index-eb15a4ee.js.map} +1 -1
- package/cjs/{index-a039da1f.js → index-eb9a1faa.js} +3 -3
- package/cjs/{index-a039da1f.js.map → index-eb9a1faa.js.map} +1 -1
- package/cjs/{index-d947b675.js → index-f14cc718.js} +5 -5
- package/cjs/{index-d947b675.js.map → index-f14cc718.js.map} +1 -1
- package/cjs/{index-93ba8e85.js → index-f530a2c2.js} +4 -4
- package/cjs/{index-93ba8e85.js.map → index-f530a2c2.js.map} +1 -1
- package/cjs/{index-ab691428.js → index-f74334ce.js} +3 -3
- package/cjs/{index-ab691428.js.map → index-f74334ce.js.map} +1 -1
- package/cjs/{index-3f50b745.js → index-fc4eaae0.js} +2 -2
- package/cjs/{index-3f50b745.js.map → index-fc4eaae0.js.map} +1 -1
- package/cjs/index.js +52 -51
- package/cjs/index.js.map +1 -1
- package/cjs/{index.module-6fa7f09a.js → index.module-d0516000.js} +1 -1
- package/cjs/{index.module-6fa7f09a.js.map → index.module-d0516000.js.map} +1 -1
- package/cjs/resolvedReplyType-96f32c03.js +32 -0
- package/cjs/resolvedReplyType-96f32c03.js.map +1 -0
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-d6f2a33a.js → stringSet-69ca82fa.js} +1 -1
- package/cjs/{stringSet-d6f2a33a.js.map → stringSet-69ca82fa.js.map} +1 -1
- package/cjs/{tokenize-0df4eb21.js → tokenize-2bf879b9.js} +2 -2
- package/cjs/{tokenize-0df4eb21.js.map → tokenize-2bf879b9.js.map} +1 -1
- package/cjs/{topics-c7ef77ef.js → topics-0c78e863.js} +1 -1
- package/cjs/{topics-c7ef77ef.js.map → topics-0c78e863.js.map} +1 -1
- package/cjs/{types-edd094e8.js → types-0c970a08.js} +1 -1
- package/cjs/types-0c970a08.js.map +1 -0
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +2 -2
- package/cjs/ui/Avatar.js +1 -1
- package/cjs/ui/Badge.js +4 -4
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +2 -2
- package/cjs/ui/ChannelAvatar.js +2 -2
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +13 -13
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.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/MentionLabel.js +10 -10
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +28 -28
- package/cjs/ui/MessageInput.js +70 -17
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +8 -8
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +14 -14
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +18 -18
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +5 -5
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +9 -9
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useDirtyGetMentions-527f80ca.js → useDirtyGetMentions-80611147.js} +1 -1
- package/cjs/{useDirtyGetMentions-527f80ca.js.map → useDirtyGetMentions-80611147.js.map} +1 -1
- package/cjs/{useLongPress-a31543ee.js → useLongPress-d1ebf7be.js} +3 -3
- package/cjs/{useLongPress-a31543ee.js.map → useLongPress-d1ebf7be.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-fbb85607.js → utils-26f6ba66.js} +1 -1
- package/cjs/{utils-fbb85607.js.map → utils-26f6ba66.js.map} +1 -1
- package/cjs/{utils-721f4b6c.js → utils-399e42e0.js} +1 -1
- package/cjs/{utils-721f4b6c.js.map → utils-399e42e0.js.map} +1 -1
- package/cjs/{utils-98335f41.js → utils-4123016b.js} +2 -2
- package/cjs/{utils-98335f41.js.map → utils-4123016b.js.map} +1 -1
- package/cjs/{utils-ad2cc973.js → utils-863d8360.js} +1 -1
- package/cjs/{utils-ad2cc973.js.map → utils-863d8360.js.map} +1 -1
- package/cjs/{uuid-10926ed0.js → uuid-415e7036.js} +1 -1
- package/cjs/{uuid-10926ed0.js.map → uuid-415e7036.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-f9212f23.js → color-69f6e789.js} +1 -1
- package/{color-f9212f23.js.map → color-69f6e789.js.map} +1 -1
- package/{compareIds-1bcdf748.js → compareIds-38edfc55.js} +1 -1
- package/{compareIds-1bcdf748.js.map → compareIds-38edfc55.js.map} +1 -1
- package/{const-735145c8.js → const-37554925.js} +1 -1
- package/{const-735145c8.js.map → const-37554925.js.map} +1 -1
- package/{const-877bea22.js → const-a243b539.js} +1 -1
- package/{const-877bea22.js.map → const-a243b539.js.map} +1 -1
- package/{consts-383d4a75.js → consts-2569b193.js} +1 -1
- package/{consts-383d4a75.js.map → consts-2569b193.js.map} +1 -1
- package/{consts-d545cae2.js → consts-3a3fab91.js} +1 -1
- package/{consts-d545cae2.js.map → consts-3a3fab91.js.map} +1 -1
- package/{consts-67559ec4.js → consts-5cbbba56.js} +1 -1
- package/{consts-67559ec4.js.map → consts-5cbbba56.js.map} +1 -1
- package/{consts-d45ca387.js → consts-ca67a8bb.js} +1 -1
- package/{consts-d45ca387.js.map → consts-ca67a8bb.js.map} +1 -1
- package/{context-8bd9e132.js → context-20f34f21.js} +2 -2
- package/{context-8bd9e132.js.map → context-20f34f21.js.map} +1 -1
- package/dist/index.css +120 -120
- package/dist/index.css.map +1 -1
- package/{index-3cffa0b8.js → index-1fa6dddb.js} +3 -3
- package/{index-3cffa0b8.js.map → index-1fa6dddb.js.map} +1 -1
- package/{index-f86cd2f7.js → index-31460208.js} +4 -4
- package/{index-f86cd2f7.js.map → index-31460208.js.map} +1 -1
- package/{index-10f046cd.js → index-315dcf0d.js} +4 -4
- package/{index-10f046cd.js.map → index-315dcf0d.js.map} +1 -1
- package/{index-200e4585.js → index-3884739d.js} +2 -2
- package/{index-200e4585.js.map → index-3884739d.js.map} +1 -1
- package/{index-cfa2cf64.js → index-4142b9b8.js} +5 -5
- package/{index-cfa2cf64.js.map → index-4142b9b8.js.map} +1 -1
- package/{index-d4617078.js → index-50634013.js} +2 -2
- package/{index-d4617078.js.map → index-50634013.js.map} +1 -1
- package/{index-f0e93243.js → index-9d36647d.js} +6 -6
- package/{index-f0e93243.js.map → index-9d36647d.js.map} +1 -1
- package/{index-fc6960aa.js → index-a4584e34.js} +2 -2
- package/{index-fc6960aa.js.map → index-a4584e34.js.map} +1 -1
- package/{index-efad9427.js → index-a5c6db93.js} +3 -3
- package/{index-efad9427.js.map → index-a5c6db93.js.map} +1 -1
- package/{index-9118a2a4.js → index-ae663bfa.js} +1 -1
- package/{index-9118a2a4.js.map → index-ae663bfa.js.map} +1 -1
- package/{index-6716e8aa.js → index-b42c0eb1.js} +4 -4
- package/{index-6716e8aa.js.map → index-b42c0eb1.js.map} +1 -1
- package/{index-092e70e5.js → index-c13a345e.js} +2 -2
- package/{index-092e70e5.js.map → index-c13a345e.js.map} +1 -1
- package/{index-ff4bc2bb.js → index-d9e61250.js} +2 -2
- package/{index-ff4bc2bb.js.map → index-d9e61250.js.map} +1 -1
- package/{index-d029f899.js → index-eb5489b5.js} +6 -6
- package/{index-d029f899.js.map → index-eb5489b5.js.map} +1 -1
- package/{index-c165d519.js → index-f697fbcb.js} +1 -1
- package/{index-c165d519.js.map → index-f697fbcb.js.map} +1 -1
- package/{index-96b80cca.js → index-f6e1c352.js} +3 -3
- package/{index-96b80cca.js.map → index-f6e1c352.js.map} +1 -1
- package/{index-b179de93.js → index-fdfe6417.js} +2 -2
- package/{index-b179de93.js.map → index-fdfe6417.js.map} +1 -1
- package/index.d.ts +4 -1
- package/index.js +52 -51
- package/index.js.map +1 -1
- package/{index.module-a01d7416.js → index.module-7ee52842.js} +1 -1
- package/{index.module-a01d7416.js.map → index.module-7ee52842.js.map} +1 -1
- package/package.json +1 -1
- package/resolvedReplyType-db634471.js +29 -0
- package/resolvedReplyType-db634471.js.map +1 -0
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-b7fd994d.js → stringSet-48003663.js} +1 -1
- package/{stringSet-b7fd994d.js.map → stringSet-48003663.js.map} +1 -1
- package/{tokenize-537ba1e5.js → tokenize-d4044e1f.js} +2 -2
- package/{tokenize-537ba1e5.js.map → tokenize-d4044e1f.js.map} +1 -1
- package/{topics-abeef9b5.js → topics-913cf30c.js} +1 -1
- package/{topics-abeef9b5.js.map → topics-913cf30c.js.map} +1 -1
- package/{types-256ac544.js → types-406698d9.js} +1 -1
- package/types-406698d9.js.map +1 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +13 -13
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/MentionLabel.js +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +28 -28
- package/ui/MessageInput.js +71 -18
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +8 -8
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +14 -14
- package/ui/OpenChannelAdminMessage.js +2 -2
- package/ui/OpenChannelAvatar.js +5 -5
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +2 -2
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +1 -1
- package/ui/TextMessageItemBody.js +14 -14
- package/ui/ThreadReplies.js +5 -5
- package/ui/ThumbnailMessageItemBody.js +5 -5
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +9 -9
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useDirtyGetMentions-af15b9c7.js → useDirtyGetMentions-19f30317.js} +1 -1
- package/{useDirtyGetMentions-af15b9c7.js.map → useDirtyGetMentions-19f30317.js.map} +1 -1
- package/{useLongPress-d6ae865b.js → useLongPress-84190b3e.js} +3 -3
- package/{useLongPress-d6ae865b.js.map → useLongPress-84190b3e.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-b9abb204.js → utils-06f531b7.js} +1 -1
- package/{utils-b9abb204.js.map → utils-06f531b7.js.map} +1 -1
- package/{utils-b1338a23.js → utils-12b3e12b.js} +1 -1
- package/{utils-b1338a23.js.map → utils-12b3e12b.js.map} +1 -1
- package/{utils-9d1564a9.js → utils-49d7b734.js} +2 -2
- package/{utils-9d1564a9.js.map → utils-49d7b734.js.map} +1 -1
- package/{utils-28649e5d.js → utils-5248be17.js} +1 -1
- package/{utils-28649e5d.js.map → utils-5248be17.js.map} +1 -1
- package/{uuid-d20d317b.js → uuid-91cc1b9f.js} +1 -1
- package/{uuid-d20d317b.js.map → uuid-91cc1b9f.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelProvider-f39a427f.js.map +0 -1
- package/_rollupPluginBabelHelpers-fba60f75.js.map +0 -1
- package/cjs/ChannelProvider-1599fb99.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-17f53083.js.map +0 -1
- package/cjs/types-edd094e8.js.map +0 -1
- package/types-256ac544.js.map +0 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { P as PUBSUB_TOPICS } from '../../topics-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
3
|
+
import { P as PUBSUB_TOPICS } from '../../topics-913cf30c.js';
|
|
4
4
|
import Modal from '../../ui/Modal.js';
|
|
5
5
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
6
6
|
import Avatar from '../../ui/Avatar.js';
|
|
7
7
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
11
11
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
12
12
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-48003663.js';
|
|
14
|
+
import '../../index-ae663bfa.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-f697fbcb.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
21
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
21
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-91cc1b9f.js';
|
|
24
|
+
import '../../color-69f6e789.js';
|
|
25
|
+
import '../../utils-06f531b7.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-876edecc.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
29
|
|
|
30
30
|
const EditDetails = props => {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React__default, { useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
4
4
|
import TextButton from '../../ui/TextButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
6
6
|
import EditDetails from './EditDetailsModal.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-48003663.js';
|
|
10
|
+
import '../../index-ae663bfa.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../color-
|
|
12
|
+
import '../../color-69f6e789.js';
|
|
13
13
|
import '../../ui/Avatar.js';
|
|
14
14
|
import '../../ui/ImageRenderer.js';
|
|
15
15
|
import '../../ui/Icon.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../utils-
|
|
18
|
-
import '../../topics-
|
|
16
|
+
import '../../uuid-91cc1b9f.js';
|
|
17
|
+
import '../../utils-06f531b7.js';
|
|
18
|
+
import '../../topics-913cf30c.js';
|
|
19
19
|
import '../../ui/Modal.js';
|
|
20
20
|
import 'react-dom';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-f697fbcb.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
23
|
import '../../ui/IconButton.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
25
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
25
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
28
|
import '@sendbird/chat/openChannel';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-876edecc.js';
|
|
30
30
|
|
|
31
31
|
function ChannelProfile() {
|
|
32
32
|
var _globalState$config, _globalState$config2;
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../../UserProfileContext-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { U as UserProfileProvider } from '../../UserProfileContext-876edecc.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
7
7
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
8
|
-
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-
|
|
8
|
+
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-a5c6db93.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-9d36647d.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-91cc1b9f.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../stringSet-48003663.js';
|
|
17
|
+
import '../../index-ae663bfa.js';
|
|
18
18
|
import '../../ui/Loader.js';
|
|
19
19
|
import './OpenChannelProfile.js';
|
|
20
20
|
import '../../ui/TextButton.js';
|
|
21
|
-
import '../../color-
|
|
21
|
+
import '../../color-69f6e789.js';
|
|
22
22
|
import '../../ui/OpenChannelAvatar.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../utils-
|
|
25
|
+
import '../../utils-06f531b7.js';
|
|
26
26
|
import './EditDetailsModal.js';
|
|
27
|
-
import '../../topics-
|
|
27
|
+
import '../../topics-913cf30c.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-f697fbcb.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import '../../ui/IconButton.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-08f242eb.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-20f34f21.js';
|
|
38
|
+
import '../../utils-5248be17.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
40
|
import '../../ui/SortByRow.js';
|
|
41
|
-
import '../../index-
|
|
41
|
+
import '../../index-3884739d.js';
|
|
42
42
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
43
43
|
import '../../ui/UserListItem.js';
|
|
44
44
|
import '../../ui/MutedAvatarOverlay.js';
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-98d0f9ef.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c13a345e.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
6
6
|
import ChannelProfile from './OpenChannelProfile.js';
|
|
7
7
|
import Modal from '../../ui/Modal.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as UserListItem$1, P as ParticipantList } from '../../index-
|
|
9
|
+
import { U as UserListItem$1, P as ParticipantList } from '../../index-9d36647d.js';
|
|
10
10
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
11
11
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
12
12
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
13
13
|
import IconButton from '../../ui/IconButton.js';
|
|
14
14
|
import UserListItem from '../../ui/UserListItem.js';
|
|
15
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
16
|
-
import { n as noop } from '../../utils-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
15
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
16
|
+
import { n as noop } from '../../utils-5248be17.js';
|
|
17
|
+
import '../../stringSet-48003663.js';
|
|
18
|
+
import '../../index-ae663bfa.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-876edecc.js';
|
|
22
|
+
import '../../uuid-91cc1b9f.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
24
|
import '../../ui/TextButton.js';
|
|
25
|
-
import '../../color-
|
|
25
|
+
import '../../color-69f6e789.js';
|
|
26
26
|
import '../../ui/OpenChannelAvatar.js';
|
|
27
27
|
import '../../ui/Avatar.js';
|
|
28
28
|
import '../../ui/ImageRenderer.js';
|
|
29
|
-
import '../../utils-
|
|
29
|
+
import '../../utils-06f531b7.js';
|
|
30
30
|
import './EditDetailsModal.js';
|
|
31
|
-
import '../../topics-
|
|
31
|
+
import '../../topics-913cf30c.js';
|
|
32
32
|
import '../../ui/Input.js';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import '../../index-
|
|
35
|
-
import '../../MediaQueryContext-
|
|
36
|
-
import '../../context-
|
|
34
|
+
import '../../index-f697fbcb.js';
|
|
35
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
36
|
+
import '../../context-20f34f21.js';
|
|
37
37
|
import '../../ui/MutedAvatarOverlay.js';
|
|
38
38
|
import '../../ui/UserProfile.js';
|
|
39
39
|
import '../../sendbirdSelectors.js';
|
|
40
40
|
import '../../ui/AccordionGroup.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-3884739d.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/Checkbox.js';
|
|
45
45
|
|
|
@@ -3,34 +3,34 @@ import '../../ui/Button.js';
|
|
|
3
3
|
import '../../ui/ContextMenu.js';
|
|
4
4
|
import '../../ui/Icon.js';
|
|
5
5
|
import '../../ui/IconButton.js';
|
|
6
|
-
import '../../index-
|
|
7
|
-
export { P as default } from '../../index-
|
|
8
|
-
import '../../LocalizationContext-
|
|
6
|
+
import '../../index-c13a345e.js';
|
|
7
|
+
export { P as default } from '../../index-9d36647d.js';
|
|
8
|
+
import '../../LocalizationContext-98d0f9ef.js';
|
|
9
9
|
import '../context.js';
|
|
10
10
|
import '../../useSendbirdStateContext.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../stringSet-48003663.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-91cc1b9f.js';
|
|
17
|
+
import '../../index-3884739d.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-876edecc.js';
|
|
20
|
+
import '../../context-20f34f21.js';
|
|
21
|
+
import '../../utils-5248be17.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/MutedAvatarOverlay.js';
|
|
25
25
|
import '../../ui/UserProfile.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../index-
|
|
27
|
+
import '../../topics-913cf30c.js';
|
|
28
|
+
import '../../index-ae663bfa.js';
|
|
29
29
|
import '../../withSendbird.js';
|
|
30
30
|
import '@sendbird/chat/openChannel';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-f697fbcb.js';
|
|
33
|
+
import '../../MediaQueryContext-08f242eb.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
36
36
|
//# sourceMappingURL=ParticipantUI.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { U as UserProfileProvider } from '../UserProfileContext-876edecc.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-91cc1b9f.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
const OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,41 +3,41 @@ import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsU
|
|
|
3
3
|
import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './UserProfileContext-
|
|
6
|
+
import './_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
7
|
+
import './UserProfileContext-876edecc.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-98d0f9ef.js';
|
|
10
|
+
import './stringSet-48003663.js';
|
|
11
|
+
import './index-ae663bfa.js';
|
|
12
|
+
import './index-c13a345e.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-a5c6db93.js';
|
|
15
15
|
import './ui/Loader.js';
|
|
16
16
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
17
17
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
18
18
|
import './ui/TextButton.js';
|
|
19
|
-
import './color-
|
|
19
|
+
import './color-69f6e789.js';
|
|
20
20
|
import './ui/OpenChannelAvatar.js';
|
|
21
21
|
import './ui/Avatar.js';
|
|
22
22
|
import './ui/ImageRenderer.js';
|
|
23
|
-
import './uuid-
|
|
24
|
-
import './utils-
|
|
23
|
+
import './uuid-91cc1b9f.js';
|
|
24
|
+
import './utils-06f531b7.js';
|
|
25
25
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
26
|
-
import './topics-
|
|
26
|
+
import './topics-913cf30c.js';
|
|
27
27
|
import './ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-f697fbcb.js';
|
|
30
30
|
import './ui/Button.js';
|
|
31
31
|
import './ui/IconButton.js';
|
|
32
|
-
import './MediaQueryContext-
|
|
32
|
+
import './MediaQueryContext-08f242eb.js';
|
|
33
33
|
import './ui/Input.js';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-9d36647d.js';
|
|
35
35
|
import './ui/ContextMenu.js';
|
|
36
36
|
import './ui/SortByRow.js';
|
|
37
|
-
import './index-
|
|
37
|
+
import './index-3884739d.js';
|
|
38
38
|
import './utils/message/getOutgoingMessageState.js';
|
|
39
|
-
import './context-
|
|
40
|
-
import './utils-
|
|
39
|
+
import './context-20f34f21.js';
|
|
40
|
+
import './utils-5248be17.js';
|
|
41
41
|
import './ui/MutedAvatarOverlay.js';
|
|
42
42
|
import './ui/UserProfile.js';
|
|
43
43
|
import './sendbirdSelectors.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Modal from './ui/Modal.js';
|
|
3
3
|
import { ButtonTypes } from './ui/Button.js';
|
|
4
|
-
import { a as LocalizationContext } from './LocalizationContext-
|
|
5
|
-
import { u as useThreadContext } from './ThreadProvider-
|
|
4
|
+
import { a as LocalizationContext } from './LocalizationContext-98d0f9ef.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-29ee3fd4.js';
|
|
6
6
|
|
|
7
7
|
const RemoveMessage = props => {
|
|
8
8
|
var _message$threadInfo;
|
|
@@ -33,4 +33,4 @@ const RemoveMessage = props => {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { RemoveMessage as R };
|
|
36
|
-
//# sourceMappingURL=RemoveMessageModal-
|
|
36
|
+
//# sourceMappingURL=RemoveMessageModal-d00083f8.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-d00083f8.js","sources":["../src/modules/Thread/components/RemoveMessageModal.tsx"],"sourcesContent":["import React, { useContext } from 'react';\n\nimport Modal from '../../../ui/Modal';\nimport { ButtonTypes } from '../../../ui/Button';\nimport { LocalizationContext } from '../../../lib/LocalizationContext';\nimport { useThreadContext } from '../context/ThreadProvider';\nimport { FileMessage, UserMessage } from '@sendbird/chat/message';\n\nexport interface RemoveMessageProps {\n onCancel: () => void; // rename to onClose\n onSubmit?: () => void;\n message: UserMessage | FileMessage;\n}\n\nconst RemoveMessage: React.FC<RemoveMessageProps> = (props: RemoveMessageProps) => {\n const {\n onCancel,\n onSubmit,\n message,\n } = props;\n const { stringSet } = useContext(LocalizationContext);\n const {\n deleteMessage,\n } = useThreadContext();\n return (\n <Modal\n type={ButtonTypes.DANGER}\n disabled={message?.threadInfo?.replyCount > 0}\n onCancel={onCancel}\n onSubmit={() => {\n deleteMessage(message).then(() => {\n onCancel?.();\n onSubmit?.();\n });\n }}\n submitText={stringSet.MESSAGE_MENU__DELETE}\n titleText={stringSet.MODAL__DELETE_MESSAGE__TITLE}\n />\n );\n};\n\nexport default RemoveMessage;\n"],"names":["RemoveMessage","props","_message$threadInfo","onCancel","onSubmit","message","stringSet","useContext","LocalizationContext","deleteMessage","useThreadContext","React","createElement","Modal","type","ButtonTypes","DANGER","disabled","threadInfo","replyCount","then","submitText","MESSAGE_MENU__DELETE","titleText","MODAL__DELETE_MESSAGE__TITLE"],"mappings":";;;;;;AAcMA,MAAAA,aAA2C,GAAIC,KAAyB,IAAK;AAAA,EAAA,IAAAC,mBAAA,CAAA;EACjF,MAAM;IACJC,QAAQ;IACRC,QAAQ;AACRC,IAAAA,OAAAA;AACF,GAAC,GAAGJ,KAAK,CAAA;EACT,MAAM;AAAEK,IAAAA,SAAAA;AAAU,GAAC,GAAGC,UAAU,CAACC,mBAAmB,CAAC,CAAA;EACrD,MAAM;AACJC,IAAAA,aAAAA;GACD,GAAGC,gBAAgB,EAAE,CAAA;AACtB,EAAA,oBACEC,cAAA,CAAAC,aAAA,CAACC,KAAK,EAAA;IACJC,IAAI,EAAEC,WAAW,CAACC,MAAO;AACzBC,IAAAA,QAAQ,EAAE,CAAAZ,OAAO,aAAPA,OAAO,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,CAAAH,mBAAA,GAAPG,OAAO,CAAEa,UAAU,cAAAhB,mBAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAnBA,mBAAA,CAAqBiB,UAAU,IAAG,CAAE;AAC9ChB,IAAAA,QAAQ,EAAEA,QAAS;IACnBC,QAAQ,EAAEA,MAAM;AACdK,MAAAA,aAAa,CAACJ,OAAO,CAAC,CAACe,IAAI,CAAC,MAAM;AAChCjB,QAAAA,QAAQ,KAARA,IAAAA,IAAAA,QAAQ,KAARA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,QAAQ,EAAI,CAAA;AACZC,QAAAA,QAAQ,KAARA,IAAAA,IAAAA,QAAQ,KAARA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,QAAQ,EAAI,CAAA;AACd,OAAC,CAAC,CAAA;KACF;IACFiB,UAAU,EAAEf,SAAS,CAACgB,oBAAqB;IAC3CC,SAAS,EAAEjB,SAAS,CAACkB,4BAAAA;GACrB,CAAA,CAAA;AAEN;;;;"}
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-67b8fcb1.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useCallback, useMemo, useReducer } from 'react';
|
|
3
3
|
import { SendbirdSdkContext } from './withSendbird.js';
|
|
4
4
|
import cssVars from 'css-vars-ponyfill';
|
|
5
|
-
import { K } from './index.module-
|
|
6
|
-
import { U as USER_ACTIONS } from './actionTypes-
|
|
5
|
+
import { K } from './index.module-7ee52842.js';
|
|
6
|
+
import { U as USER_ACTIONS } from './actionTypes-f6ad76a3.js';
|
|
7
7
|
import SendbirdChat, { ConnectionHandler } from '@sendbird/chat';
|
|
8
|
-
import { u as uuidv4 } from './uuid-
|
|
8
|
+
import { u as uuidv4 } from './uuid-91cc1b9f.js';
|
|
9
9
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
10
10
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
11
|
-
import { i as isTextuallyNull } from './index-
|
|
11
|
+
import { i as isTextuallyNull } from './index-3884739d.js';
|
|
12
12
|
import { UIKitConfigProvider, initialConfig, useUIKitConfig } from '@sendbird/uikit-tools';
|
|
13
|
-
import { V as VoicePlayerProvider } from './index-
|
|
13
|
+
import { V as VoicePlayerProvider } from './index-f6e1c352.js';
|
|
14
14
|
import { VoiceRecorderProvider } from './VoiceRecorder/context.js';
|
|
15
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
16
|
-
import { M as MediaQueryProvider } from './MediaQueryContext-
|
|
17
|
-
import { g as getStringSet } from './stringSet-
|
|
18
|
-
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-
|
|
15
|
+
import { L as LocalizationProvider } from './LocalizationContext-98d0f9ef.js';
|
|
16
|
+
import { M as MediaQueryProvider } from './MediaQueryContext-08f242eb.js';
|
|
17
|
+
import { g as getStringSet } from './stringSet-48003663.js';
|
|
18
|
+
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-5cbbba56.js';
|
|
19
|
+
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './resolvedReplyType-db634471.js';
|
|
19
20
|
import './utils/message/getOutgoingMessageState.js';
|
|
20
21
|
import './useSendbirdStateContext.js';
|
|
21
22
|
import './ui/Modal.js';
|
|
22
23
|
import 'react-dom';
|
|
23
|
-
import './index-
|
|
24
|
+
import './index-f697fbcb.js';
|
|
24
25
|
import './ui/Button.js';
|
|
25
|
-
import './index-
|
|
26
|
+
import './index-c13a345e.js';
|
|
26
27
|
import 'prop-types';
|
|
27
28
|
import './ui/Icon.js';
|
|
28
29
|
import './ui/IconButton.js';
|
|
29
|
-
import './index-
|
|
30
|
+
import './index-ae663bfa.js';
|
|
30
31
|
|
|
31
32
|
const isEmpty = obj => {
|
|
32
33
|
if (obj === null || obj === undefined) {
|
|
@@ -331,7 +332,7 @@ async function disconnectSdk(_ref) {
|
|
|
331
332
|
});
|
|
332
333
|
}
|
|
333
334
|
|
|
334
|
-
const APP_VERSION_STRING = '3.5.0-mobile-rc-
|
|
335
|
+
const APP_VERSION_STRING = '3.5.0-mobile-rc-4';
|
|
335
336
|
const {
|
|
336
337
|
INIT_SDK,
|
|
337
338
|
SET_SDK_LOADING,
|
|
@@ -911,13 +912,6 @@ function useMarkAsDeliveredScheduler(_ref, _ref2) {
|
|
|
911
912
|
return markAsDeliveredScheduler;
|
|
912
913
|
}
|
|
913
914
|
|
|
914
|
-
function getCaseResolvedReplyType(replyType) {
|
|
915
|
-
return {
|
|
916
|
-
lowerCase: replyType.toLowerCase(),
|
|
917
|
-
upperCase: replyType.toUpperCase()
|
|
918
|
-
};
|
|
919
|
-
}
|
|
920
|
-
|
|
921
915
|
function Sendbird(props) {
|
|
922
916
|
const {
|
|
923
917
|
replyType,
|
|
@@ -939,11 +933,6 @@ function Sendbird(props) {
|
|
|
939
933
|
enableReactions: isReactionEnabled,
|
|
940
934
|
enableMention: isMentionEnabled,
|
|
941
935
|
enableVoiceMessage: isVoiceMessageEnabled,
|
|
942
|
-
/**
|
|
943
|
-
* Since dashbord UIKit Configuration's replyType is consisted of all lowercase letters,
|
|
944
|
-
* we convert it from here.
|
|
945
|
-
* i.e. 'THREAD' -> 'thread'
|
|
946
|
-
*/
|
|
947
936
|
replyType: getCaseResolvedReplyType(replyType !== null && replyType !== void 0 ? replyType : initialConfig.groupChannel.channel.replyType).lowerCase
|
|
948
937
|
},
|
|
949
938
|
channelList: {
|
|
@@ -1113,24 +1102,20 @@ const SendbirdSDK = _ref => {
|
|
|
1113
1102
|
isReactionEnabled: configs.groupChannel.channel.enableReactions,
|
|
1114
1103
|
isMentionEnabled: configs.groupChannel.channel.enableMention,
|
|
1115
1104
|
isVoiceMessageEnabled: configs.groupChannel.channel.enableVoiceMessage,
|
|
1116
|
-
replyType:
|
|
1117
|
-
/**
|
|
1118
|
-
* Since UIKitConfigContext's replyType is consisted of all lowercase letters,
|
|
1119
|
-
* we need to convert it into all uppercase ones like
|
|
1120
|
-
* - 'thread' -> 'THREAD'
|
|
1121
|
-
* - 'quote_reply' -> 'QUOTE_REPLY'
|
|
1122
|
-
*/
|
|
1123
|
-
getCaseResolvedReplyType(configs.groupChannel.channel.replyType).upperCase,
|
|
1105
|
+
replyType: getCaseResolvedReplyType(configs.groupChannel.channel.replyType).upperCase,
|
|
1124
1106
|
isTypingIndicatorEnabledOnChannelList: configs.groupChannel.channelList.enableTypingIndicator,
|
|
1125
1107
|
isMessageReceiptStatusEnabledOnChannelList: configs.groupChannel.channelList.enableMessageReceiptStatus,
|
|
1126
1108
|
showSearchIcon: configs.groupChannel.setting.enableMessageSearch,
|
|
1127
1109
|
// Remote configs set from dashboard by UIKit feature configuration
|
|
1128
1110
|
groupChannel: {
|
|
1129
1111
|
enableOgtag: configs.groupChannel.channel.enableOgtag,
|
|
1130
|
-
enableTypingIndicator: configs.groupChannel.channel.enableTypingIndicator
|
|
1112
|
+
enableTypingIndicator: configs.groupChannel.channel.enableTypingIndicator,
|
|
1113
|
+
enableDocument: configs.groupChannel.channel.input.enableDocument,
|
|
1114
|
+
threadReplySelectType: getCaseResolvedThreadReplySelectType(configs.groupChannel.channel.threadReplySelectType).upperCase
|
|
1131
1115
|
},
|
|
1132
1116
|
openChannel: {
|
|
1133
|
-
enableOgtag: configs.openChannel.channel.enableOgtag
|
|
1117
|
+
enableOgtag: configs.openChannel.channel.enableOgtag,
|
|
1118
|
+
enableDocument: configs.openChannel.channel.input.enableDocument
|
|
1134
1119
|
}
|
|
1135
1120
|
}
|
|
1136
1121
|
}
|