@sendbird/uikit-react 3.8.0 → 3.8.2
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 -59
- package/CHANGELOG.md +56 -0
- package/Channel/components/ChannelHeader.js +24 -24
- package/Channel/components/ChannelUI.js +55 -55
- package/Channel/components/FileViewer.js +23 -23
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +53 -53
- package/Channel/components/MessageInput.js +35 -35
- package/Channel/components/MessageList.js +52 -52
- package/Channel/components/RemoveMessageModal.js +23 -23
- package/Channel/components/SuggestedMentionList.js +84 -48
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +19 -19
- package/Channel/components/UnreadCount.js +9 -9
- package/Channel/context.js +16 -16
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +55 -55
- package/ChannelList/components/AddChannel.js +17 -17
- package/ChannelList/components/ChannelListHeader.js +8 -8
- package/ChannelList/components/ChannelListUI.js +33 -33
- package/ChannelList/components/ChannelPreview.js +31 -31
- package/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +33 -33
- 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 +11 -11
- package/ChannelSettings/components/ModerationPanel.js +16 -16
- package/ChannelSettings/components/UserListItem.js +12 -12
- package/ChannelSettings/components/UserPanel.js +15 -15
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +15 -15
- package/CreateChannel/components/InviteUsers.js +15 -15
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +15 -15
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +11 -11
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/MessageSearch/components/MessageSearchUI.js +14 -14
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +14 -14
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +14 -14
- package/OpenChannel/components/OpenChannelInput.js +21 -21
- package/OpenChannel/components/OpenChannelMessage.js +32 -32
- package/OpenChannel/components/OpenChannelMessageList.js +34 -34
- package/OpenChannel/components/OpenChannelUI.js +34 -34
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +34 -34
- package/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +14 -14
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +14 -14
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +18 -18
- package/OpenChannelSettings/components/ParticipantUI.js +16 -16
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/SendbirdProvider.js +24 -33
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +39 -39
- package/Thread/components/ParentMessageInfoItem.js +27 -26
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +43 -43
- package/Thread/components/ThreadListItem.js +45 -45
- package/Thread/components/ThreadMessageInput.js +35 -35
- package/Thread/components/ThreadUI.js +47 -47
- package/Thread/context.js +69 -49
- package/Thread/context.js.map +1 -1
- package/Thread.js +46 -46
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-dLuEa16_.js → bundle-0--XgUA7.js} +3 -3
- package/chunks/{bundle-dLuEa16_.js.map → bundle-0--XgUA7.js.map} +1 -1
- package/chunks/{bundle-bJrywUB-.js → bundle-0QcaQ8yA.js} +10 -10
- package/chunks/{bundle-TZXZa-F1.js.map → bundle-0QcaQ8yA.js.map} +1 -1
- package/chunks/{bundle-v0OWADVv.js → bundle-1O7rPYFy.js} +3 -3
- package/chunks/bundle-1O7rPYFy.js.map +1 -0
- package/chunks/{bundle-H2I60B2B.js → bundle-2zaLibl-.js} +2 -2
- package/chunks/bundle-2zaLibl-.js.map +1 -0
- package/chunks/{bundle-Q8dtkDOa.js → bundle-4yQvKOnq.js} +1 -1
- package/chunks/bundle-4yQvKOnq.js.map +1 -0
- package/chunks/{bundle-_YRJ7d9_.js → bundle-50blTGht.js} +26 -27
- package/chunks/{bundle-_YRJ7d9_.js.map → bundle-50blTGht.js.map} +1 -1
- package/chunks/{bundle-ubky9D9H.js → bundle-5WxplyP9.js} +1 -1
- package/chunks/bundle-5WxplyP9.js.map +1 -0
- package/chunks/{bundle-8zJE_DCx.js → bundle-5asq-E-v.js} +6 -6
- package/chunks/bundle-5asq-E-v.js.map +1 -0
- package/chunks/{bundle-NCqCEOuY.js → bundle-6Opy_RV-.js} +4 -4
- package/chunks/{bundle-NCqCEOuY.js.map → bundle-6Opy_RV-.js.map} +1 -1
- package/chunks/{bundle-YEttY5xG.js → bundle-8Ct4JuXG.js} +1 -1
- package/chunks/bundle-8Ct4JuXG.js.map +1 -0
- package/chunks/{bundle-M2ljBW6p.js → bundle-9AVOtanU.js} +4 -4
- package/chunks/bundle-9AVOtanU.js.map +1 -0
- package/chunks/{bundle-vnmGzWMt.js → bundle-9YazFOHk.js} +4 -4
- package/chunks/{bundle-vnmGzWMt.js.map → bundle-9YazFOHk.js.map} +1 -1
- package/chunks/{bundle-LUte5Kb5.js → bundle-BgGUA_Do.js} +91 -166
- package/chunks/{bundle-LUte5Kb5.js.map → bundle-BgGUA_Do.js.map} +1 -1
- package/chunks/{bundle-cviP1IM2.js → bundle-EaGyVrR8.js} +3 -3
- package/chunks/{bundle-cviP1IM2.js.map → bundle-EaGyVrR8.js.map} +1 -1
- package/chunks/{bundle-ZmvX8uZ5.js → bundle-EoW7JC-6.js} +5 -17
- package/chunks/bundle-EoW7JC-6.js.map +1 -0
- package/chunks/bundle-Ey2KFn-R.js +42 -0
- package/chunks/bundle-Ey2KFn-R.js.map +1 -0
- package/chunks/{bundle-FTgSGiKe.js → bundle-FxBVAeu9.js} +1 -1
- package/chunks/{bundle-FTgSGiKe.js.map → bundle-FxBVAeu9.js.map} +1 -1
- package/chunks/{bundle-qst5L6aH.js → bundle-GaBLtZQZ.js} +5 -3
- package/chunks/bundle-GaBLtZQZ.js.map +1 -0
- package/chunks/{bundle-btDN-R-c.js → bundle-HTP_W562.js} +3 -3
- package/chunks/bundle-HTP_W562.js.map +1 -0
- package/chunks/{bundle-hKtwSqbO.js → bundle-HUCZoqot.js} +1 -1
- package/chunks/{bundle-hKtwSqbO.js.map → bundle-HUCZoqot.js.map} +1 -1
- package/chunks/{bundle-khKXutc3.js → bundle-I0NSP9ei.js} +1 -1
- package/chunks/bundle-I0NSP9ei.js.map +1 -0
- package/chunks/{bundle-5yKxJk_M.js → bundle-JGL7ecyE.js} +1 -1
- package/chunks/{bundle-5yKxJk_M.js.map → bundle-JGL7ecyE.js.map} +1 -1
- package/chunks/{bundle-3mdR5HDw.js → bundle-JJDjO0bj.js} +2 -2
- package/chunks/{bundle-3mdR5HDw.js.map → bundle-JJDjO0bj.js.map} +1 -1
- package/chunks/{bundle-rYAZn3lj.js → bundle-KkDaqYo6.js} +2 -2
- package/chunks/{bundle-rYAZn3lj.js.map → bundle-KkDaqYo6.js.map} +1 -1
- package/chunks/{bundle-_qiqf8_l.js → bundle-L1jL1HlF.js} +1 -1
- package/chunks/bundle-L1jL1HlF.js.map +1 -0
- package/chunks/{bundle-bofQNMJb.js → bundle-LutukB6f.js} +1 -1
- package/chunks/bundle-LutukB6f.js.map +1 -0
- package/chunks/{bundle-sOjc_nNQ.js → bundle-NRuB0VyT.js} +1 -1
- package/chunks/bundle-NRuB0VyT.js.map +1 -0
- package/chunks/{bundle-ftY5T58h.js → bundle-RXyEKXFG.js} +4 -4
- package/chunks/{bundle-ftY5T58h.js.map → bundle-RXyEKXFG.js.map} +1 -1
- package/chunks/{bundle-EHReigfD.js → bundle-UW-TqfsF.js} +4 -4
- package/chunks/{bundle-EHReigfD.js.map → bundle-UW-TqfsF.js.map} +1 -1
- package/chunks/{bundle-mL_86Tua.js → bundle-UvPIovuO.js} +1 -1
- package/chunks/bundle-UvPIovuO.js.map +1 -0
- package/chunks/{bundle-ANPmLOz8.js → bundle-WJ4T7o4h.js} +4 -4
- package/chunks/{bundle-ANPmLOz8.js.map → bundle-WJ4T7o4h.js.map} +1 -1
- package/chunks/{bundle-kp1MMNMf.js → bundle-WiQweU5U.js} +1 -1
- package/chunks/bundle-WiQweU5U.js.map +1 -0
- package/chunks/{bundle-PgBVk3py.js → bundle-Zl59BqjG.js} +12 -12
- package/chunks/{bundle-PgBVk3py.js.map → bundle-Zl59BqjG.js.map} +1 -1
- package/chunks/{bundle-zoxfINxQ.js → bundle-atKtJDZx.js} +3 -3
- package/chunks/bundle-atKtJDZx.js.map +1 -0
- package/chunks/bundle-cTKDcBXH.js +77 -0
- package/chunks/bundle-cTKDcBXH.js.map +1 -0
- package/chunks/{bundle--F_1NyoU.js → bundle-dGdUFeGw.js} +1 -1
- package/chunks/bundle-dGdUFeGw.js.map +1 -0
- package/chunks/{bundle-v9a1_z0P.js → bundle-fBRojj0w.js} +1 -1
- package/chunks/bundle-fBRojj0w.js.map +1 -0
- package/chunks/{bundle-WCTKBopn.js → bundle-fRhlDZge.js} +2 -2
- package/chunks/bundle-fRhlDZge.js.map +1 -0
- package/chunks/{bundle-53PRRrlp.js → bundle-fiU7Tho8.js} +3 -3
- package/chunks/{bundle-53PRRrlp.js.map → bundle-fiU7Tho8.js.map} +1 -1
- package/chunks/{bundle-Zl1hrCWc.js → bundle-grxc9ClY.js} +4 -4
- package/chunks/bundle-grxc9ClY.js.map +1 -0
- package/chunks/{bundle-r_VxbiS3.js → bundle-iI1ssAAJ.js} +1 -1
- package/chunks/bundle-iI1ssAAJ.js.map +1 -0
- package/chunks/{bundle-zLBuOeRY.js → bundle-iTeulylJ.js} +7 -7
- package/chunks/bundle-iTeulylJ.js.map +1 -0
- package/chunks/{bundle-5iuNyt5M.js → bundle-j2oaAFR4.js} +1 -1
- package/chunks/{bundle-5iuNyt5M.js.map → bundle-j2oaAFR4.js.map} +1 -1
- package/chunks/{bundle-hjECCUV3.js → bundle-kdRMkp9s.js} +2 -2
- package/chunks/bundle-kdRMkp9s.js.map +1 -0
- package/chunks/{bundle-rLxuFUa1.js → bundle-mg_7Exot.js} +5 -5
- package/chunks/bundle-mg_7Exot.js.map +1 -0
- package/chunks/{bundle-w2v7oZ9G.js → bundle-mjC4Frm5.js} +2 -2
- package/chunks/bundle-mjC4Frm5.js.map +1 -0
- package/chunks/{bundle-prRsVvhT.js → bundle-moPxtvhk.js} +2 -2
- package/chunks/{bundle-prRsVvhT.js.map → bundle-moPxtvhk.js.map} +1 -1
- package/chunks/{bundle-TZXZa-F1.js → bundle-n3JTobCF.js} +13 -19
- package/chunks/bundle-n3JTobCF.js.map +1 -0
- package/chunks/{bundle-x-4ukZm_.js → bundle-nB9Rk0Vg.js} +1 -1
- package/chunks/bundle-nB9Rk0Vg.js.map +1 -0
- package/chunks/{bundle-h3JIYRTG.js → bundle-o_MR5zP9.js} +2 -2
- package/chunks/{bundle-h3JIYRTG.js.map → bundle-o_MR5zP9.js.map} +1 -1
- package/chunks/{bundle-wMgBBDf9.js → bundle-qJVzRD5Y.js} +3 -3
- package/chunks/bundle-qJVzRD5Y.js.map +1 -0
- package/chunks/{bundle-9KsbryQI.js → bundle-qReOreYH.js} +1 -1
- package/chunks/{bundle-9KsbryQI.js.map → bundle-qReOreYH.js.map} +1 -1
- package/chunks/{bundle-1P01-roD.js → bundle-rYiLt_kr.js} +7 -7
- package/chunks/{bundle-1P01-roD.js.map → bundle-rYiLt_kr.js.map} +1 -1
- package/chunks/{bundle-AI8e02c3.js → bundle-sTNKynXj.js} +1 -1
- package/chunks/bundle-sTNKynXj.js.map +1 -0
- package/chunks/bundle-tR2Ipjel.js +353 -0
- package/{cjs/chunks/bundle-kBUglm2K.js.map → chunks/bundle-tR2Ipjel.js.map} +1 -1
- package/chunks/{bundle-w9T6A0ez.js → bundle-u_gMIDNK.js} +9 -9
- package/{cjs/chunks/bundle-4q81wd8X.js.map → chunks/bundle-u_gMIDNK.js.map} +1 -1
- package/chunks/{bundle-7FyFbzI4.js → bundle-ybonwZPt.js} +1 -1
- package/chunks/bundle-ybonwZPt.js.map +1 -0
- package/chunks/{bundle-mpeh7m6z.js → bundle-zL8um0im.js} +1 -1
- package/chunks/bundle-zL8um0im.js.map +1 -0
- package/chunks/{bundle-qunsoajv.js → bundle-zz-E8ZLu.js} +5 -5
- package/chunks/{bundle-qunsoajv.js.map → bundle-zz-E8ZLu.js.map} +1 -1
- package/cjs/App.js +59 -59
- package/cjs/Channel/components/ChannelHeader.js +24 -24
- package/cjs/Channel/components/ChannelUI.js +55 -55
- package/cjs/Channel/components/FileViewer.js +24 -24
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +53 -53
- package/cjs/Channel/components/MessageInput.js +35 -35
- package/cjs/Channel/components/MessageList.js +52 -52
- package/cjs/Channel/components/RemoveMessageModal.js +23 -23
- package/cjs/Channel/components/SuggestedMentionList.js +85 -49
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +19 -19
- package/cjs/Channel/components/UnreadCount.js +9 -9
- package/cjs/Channel/context.js +16 -16
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
- package/cjs/Channel.js +55 -55
- package/cjs/ChannelList/components/AddChannel.js +17 -17
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
- package/cjs/ChannelList/components/ChannelListUI.js +33 -33
- package/cjs/ChannelList/components/ChannelPreview.js +31 -31
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +33 -33
- package/cjs/ChannelSettings/components/ChannelProfile.js +13 -13
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +16 -16
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +15 -15
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +15 -15
- package/cjs/CreateChannel/components/InviteUsers.js +15 -15
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +15 -15
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -12
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +11 -11
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -14
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +14 -14
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelInput.js +21 -21
- package/cjs/OpenChannel/components/OpenChannelMessage.js +32 -32
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +34 -34
- package/cjs/OpenChannel/components/OpenChannelUI.js +34 -34
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +34 -34
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +14 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +16 -16
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +14 -14
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +18 -18
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +16 -16
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/SendbirdProvider.js +24 -33
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +40 -40
- package/cjs/Thread/components/ParentMessageInfoItem.js +27 -26
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +43 -43
- package/cjs/Thread/components/ThreadListItem.js +46 -46
- package/cjs/Thread/components/ThreadMessageInput.js +35 -35
- package/cjs/Thread/components/ThreadUI.js +47 -47
- package/cjs/Thread/context.js +77 -57
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +46 -46
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-gMxOq93o.js → bundle--NEfAH1H.js} +1 -1
- package/cjs/chunks/bundle--NEfAH1H.js.map +1 -0
- package/cjs/chunks/{bundle-1yOirqug.js → bundle--OdfDOjY.js} +1 -1
- package/cjs/chunks/bundle--OdfDOjY.js.map +1 -0
- package/cjs/chunks/bundle-03qc56fX.js +81 -0
- package/cjs/chunks/bundle-03qc56fX.js.map +1 -0
- package/cjs/chunks/{bundle-iwsbhMUN.js → bundle-0ugulztA.js} +4 -4
- package/cjs/chunks/bundle-0ugulztA.js.map +1 -0
- package/cjs/chunks/{bundle-6ziaqiUd.js → bundle-1Rk5zlYY.js} +3 -3
- package/cjs/chunks/bundle-1Rk5zlYY.js.map +1 -0
- package/cjs/chunks/{bundle-41ZfOrRZ.js → bundle-1SeNKVYf.js} +4 -4
- package/cjs/chunks/{bundle-41ZfOrRZ.js.map → bundle-1SeNKVYf.js.map} +1 -1
- package/cjs/chunks/{bundle-hK4x7nmG.js → bundle-2s7rxLn3.js} +1 -1
- package/cjs/chunks/{bundle-hK4x7nmG.js.map → bundle-2s7rxLn3.js.map} +1 -1
- package/cjs/chunks/{bundle-QmSa90PC.js → bundle-3AvVQDMo.js} +3 -3
- package/cjs/chunks/bundle-3AvVQDMo.js.map +1 -0
- package/cjs/chunks/{bundle-lii4Ueh3.js → bundle-3PJj-XfK.js} +1 -1
- package/cjs/chunks/bundle-3PJj-XfK.js.map +1 -0
- package/cjs/chunks/{bundle-4DATo50q.js → bundle-4NrBnGEN.js} +95 -170
- package/cjs/chunks/{bundle-4DATo50q.js.map → bundle-4NrBnGEN.js.map} +1 -1
- package/cjs/chunks/{bundle-gS0bojlA.js → bundle-4ajshWV-.js} +1 -1
- package/cjs/chunks/bundle-4ajshWV-.js.map +1 -0
- package/cjs/chunks/{bundle-4q81wd8X.js → bundle-5SOWNViS.js} +4 -17
- package/{chunks/bundle-ZmvX8uZ5.js.map → cjs/chunks/bundle-5SOWNViS.js.map} +1 -1
- package/cjs/chunks/{bundle-UooP2IDU.js → bundle-6lAqYT4t.js} +5 -5
- package/cjs/chunks/bundle-6lAqYT4t.js.map +1 -0
- package/cjs/chunks/{bundle-tywVawyg.js → bundle-6upaSfL9.js} +3 -3
- package/cjs/chunks/bundle-6upaSfL9.js.map +1 -0
- package/cjs/chunks/{bundle-11ybpGNN.js → bundle-7kVSLQPz.js} +7 -7
- package/cjs/chunks/bundle-7kVSLQPz.js.map +1 -0
- package/cjs/chunks/{bundle-cttYM0DR.js → bundle-8YK4BV9m.js} +1 -1
- package/cjs/chunks/bundle-8YK4BV9m.js.map +1 -0
- package/cjs/chunks/{bundle-L9ushBZQ.js → bundle-9GSi_LkG.js} +1 -1
- package/cjs/chunks/bundle-9GSi_LkG.js.map +1 -0
- package/cjs/chunks/{bundle-YNHu-c84.js → bundle-DFBAN2Mi.js} +2 -2
- package/cjs/chunks/bundle-DFBAN2Mi.js.map +1 -0
- package/cjs/chunks/{bundle-B2MaAm21.js → bundle-DvBNc5Qi.js} +1 -1
- package/cjs/chunks/bundle-DvBNc5Qi.js.map +1 -0
- package/cjs/chunks/{bundle-p1cCW0sH.js → bundle-GJqVurdA.js} +3 -3
- package/cjs/chunks/bundle-GJqVurdA.js.map +1 -0
- package/cjs/chunks/{bundle-BN7IOLFq.js → bundle-IZeqjgE7.js} +2 -2
- package/cjs/chunks/bundle-IZeqjgE7.js.map +1 -0
- package/cjs/chunks/{bundle-DZeKHvMp.js → bundle-IpMpyY9U.js} +6 -6
- package/cjs/chunks/bundle-IpMpyY9U.js.map +1 -0
- package/cjs/chunks/{bundle-Y9TkHVI5.js → bundle-K0D5qG0j.js} +1 -1
- package/cjs/chunks/bundle-K0D5qG0j.js.map +1 -0
- package/cjs/chunks/{bundle-28p7K0N-.js → bundle-KQyVyq1q.js} +2 -2
- package/cjs/chunks/{bundle-28p7K0N-.js.map → bundle-KQyVyq1q.js.map} +1 -1
- package/cjs/chunks/{bundle-6o4fw0w0.js → bundle-L6ZM4yRd.js} +12 -18
- package/{chunks/bundle-Ael7hqI7.js.map → cjs/chunks/bundle-L6ZM4yRd.js.map} +1 -1
- package/cjs/chunks/{bundle-CUP2x37z.js → bundle-M4KuiFU1.js} +3 -3
- package/cjs/chunks/{bundle-CUP2x37z.js.map → bundle-M4KuiFU1.js.map} +1 -1
- package/cjs/chunks/{bundle-RaQV-Bpr.js → bundle-NS_si8Av.js} +1 -1
- package/cjs/chunks/bundle-NS_si8Av.js.map +1 -0
- package/cjs/chunks/{bundle-4rFcKXQa.js → bundle-NXDlGjOm.js} +2 -2
- package/cjs/chunks/{bundle-4rFcKXQa.js.map → bundle-NXDlGjOm.js.map} +1 -1
- package/cjs/chunks/bundle-ONpNGzUN.js +46 -0
- package/cjs/chunks/bundle-ONpNGzUN.js.map +1 -0
- package/cjs/chunks/{bundle-tmB_l3Q9.js → bundle-QkZHyxSs.js} +1 -1
- package/cjs/chunks/bundle-QkZHyxSs.js.map +1 -0
- package/cjs/chunks/{bundle-ELeM0_1Y.js → bundle-R4nsdVDF.js} +1 -1
- package/cjs/chunks/bundle-R4nsdVDF.js.map +1 -0
- package/cjs/chunks/{bundle-BJe68nS0.js → bundle-S6CVN67K.js} +3 -3
- package/{chunks/bundle-bJrywUB-.js.map → cjs/chunks/bundle-S6CVN67K.js.map} +1 -1
- package/cjs/chunks/{bundle-tRBVL0r6.js → bundle-UEKzL00k.js} +4 -4
- package/cjs/chunks/{bundle-tRBVL0r6.js.map → bundle-UEKzL00k.js.map} +1 -1
- package/cjs/chunks/{bundle-QfhZ2YNP.js → bundle-VQoPLYq1.js} +2 -2
- package/cjs/chunks/{bundle-QfhZ2YNP.js.map → bundle-VQoPLYq1.js.map} +1 -1
- package/cjs/chunks/{bundle-dXhGOQQM.js → bundle-X1dqH2Sm.js} +1 -1
- package/cjs/chunks/bundle-X1dqH2Sm.js.map +1 -0
- package/cjs/chunks/{bundle-n1yh-qDb.js → bundle-YXCUHkka.js} +1 -1
- package/cjs/chunks/{bundle-n1yh-qDb.js.map → bundle-YXCUHkka.js.map} +1 -1
- package/cjs/chunks/{bundle-P0kNl8GH.js → bundle-ajGnEkbH.js} +11 -11
- package/cjs/chunks/bundle-ajGnEkbH.js.map +1 -0
- package/cjs/chunks/{bundle-F7GEQVgT.js → bundle-cIQlPA4P.js} +12 -12
- package/cjs/chunks/{bundle-F7GEQVgT.js.map → bundle-cIQlPA4P.js.map} +1 -1
- package/cjs/chunks/{bundle-kBUglm2K.js → bundle-hBelyuMa.js} +4 -4
- package/cjs/chunks/bundle-hBelyuMa.js.map +1 -0
- package/cjs/chunks/{bundle-TEIqVGqn.js → bundle-iOLwSv4j.js} +2 -2
- package/cjs/chunks/bundle-iOLwSv4j.js.map +1 -0
- package/cjs/chunks/{bundle-b4fiCQuI.js → bundle-jl7T2kDZ.js} +5 -5
- package/cjs/chunks/bundle-jl7T2kDZ.js.map +1 -0
- package/cjs/chunks/{bundle-zr9ZXBrm.js → bundle-mLp_yP52.js} +2 -2
- package/cjs/chunks/bundle-mLp_yP52.js.map +1 -0
- package/cjs/chunks/{bundle-6OOGDxxE.js → bundle-mtATkaCS.js} +3 -3
- package/cjs/chunks/bundle-mtATkaCS.js.map +1 -0
- package/cjs/chunks/{bundle-P_B0eyVT.js → bundle-nsOL78qf.js} +1 -1
- package/cjs/chunks/bundle-nsOL78qf.js.map +1 -0
- package/cjs/chunks/{bundle-kWUEW1ZN.js → bundle-oCpY1j30.js} +1 -1
- package/cjs/chunks/bundle-oCpY1j30.js.map +1 -0
- package/cjs/chunks/{bundle-I_9_5a8a.js → bundle-qnGmz8ai.js} +1 -1
- package/cjs/chunks/{bundle-I_9_5a8a.js.map → bundle-qnGmz8ai.js.map} +1 -1
- package/cjs/chunks/{bundle-c6O8NjZI.js → bundle-qtVxG8eL.js} +5 -2
- package/cjs/chunks/bundle-qtVxG8eL.js.map +1 -0
- package/cjs/chunks/{bundle-RlFjml8m.js → bundle-r1UVi2ak.js} +4 -4
- package/{chunks/bundle-w9T6A0ez.js.map → cjs/chunks/bundle-r1UVi2ak.js.map} +1 -1
- package/cjs/chunks/{bundle-4bb_98h6.js → bundle-r81ddDqP.js} +1 -1
- package/cjs/chunks/bundle-r81ddDqP.js.map +1 -0
- package/cjs/chunks/{bundle-Dwrq46Xb.js → bundle-sVUGn8PI.js} +26 -27
- package/cjs/chunks/{bundle-Dwrq46Xb.js.map → bundle-sVUGn8PI.js.map} +1 -1
- package/cjs/chunks/{bundle-FHx0K-3z.js → bundle-tFwEElQ4.js} +3 -3
- package/cjs/chunks/{bundle-FHx0K-3z.js.map → bundle-tFwEElQ4.js.map} +1 -1
- package/cjs/chunks/{bundle-_fjTT1-g.js → bundle-uOWwkmAr.js} +7 -7
- package/cjs/chunks/bundle-uOWwkmAr.js.map +1 -0
- package/cjs/chunks/{bundle-g0lpRY8_.js → bundle-veamuCpa.js} +1 -1
- package/cjs/chunks/bundle-veamuCpa.js.map +1 -0
- package/cjs/chunks/{bundle-JggdKsJa.js → bundle-vvpfLay7.js} +10 -10
- package/cjs/chunks/bundle-vvpfLay7.js.map +1 -0
- package/cjs/chunks/{bundle-z-Bvsn0B.js → bundle-wvuQ096A.js} +1 -1
- package/cjs/chunks/bundle-wvuQ096A.js.map +1 -0
- package/cjs/chunks/{bundle-FLCJVplO.js → bundle-ww8_Dx5u.js} +3 -3
- package/cjs/chunks/bundle-ww8_Dx5u.js.map +1 -0
- package/cjs/chunks/bundle-xXG5L42q.js +356 -0
- package/cjs/chunks/bundle-xXG5L42q.js.map +1 -0
- package/cjs/chunks/{bundle-e-fvbugV.js → bundle-z8FhI7RF.js} +1 -1
- package/cjs/chunks/bundle-z8FhI7RF.js.map +1 -0
- package/cjs/chunks/{bundle-g_OXBrgT.js → bundle-zNIQydjM.js} +1 -1
- package/cjs/chunks/bundle-zNIQydjM.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +57 -57
- package/cjs/pubSub/topics.js +12 -17
- package/cjs/pubSub/topics.js.map +1 -1
- package/cjs/sendbirdSelectors.js +80 -65
- package/cjs/sendbirdSelectors.js.map +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +9 -75
- package/cjs/ui/Avatar.js.map +1 -1
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +9 -9
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +7 -7
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +6 -6
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +15 -15
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +14 -14
- package/cjs/ui/Icon.js +2 -2
- 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 +2 -2
- package/cjs/ui/MentionLabel.js +12 -12
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +162 -120
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +21 -21
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +15 -15
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +15 -15
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +9 -9
- package/cjs/ui/OpenchannelConversationHeader.js +9 -9
- package/cjs/ui/OpenchannelFileMessage.js +18 -18
- package/cjs/ui/OpenchannelOGMessage.js +20 -20
- package/cjs/ui/OpenchannelThumbnailMessage.js +17 -17
- package/cjs/ui/OpenchannelUserMessage.js +18 -18
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +15 -15
- package/cjs/ui/ThreadReplies.js +10 -10
- package/cjs/ui/ThumbnailMessageItemBody.js +7 -7
- package/cjs/ui/Toggle.js +1 -1
- 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 +13 -13
- package/cjs/ui/UserProfile.js +11 -11
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/VoiceMessgeInput.js +9 -9
- package/cjs/ui/Word.js +12 -12
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +663 -664
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +57 -57
- package/package.json +3 -3
- package/pubSub/topics.js +1 -17
- package/pubSub/topics.js.map +1 -1
- package/sendbirdSelectors.js +80 -65
- package/sendbirdSelectors.js.map +1 -1
- package/types/lib/Sendbird.d.ts +2 -2
- package/types/lib/pubSub/index.d.ts +16 -6
- package/types/lib/pubSub/topics.d.ts +84 -14
- package/types/lib/selectors.d.ts +13 -12
- package/types/lib/types.d.ts +2 -1
- package/types/modules/Channel/components/MessageInput/useHandleUploadFiles.d.ts +2 -2
- package/types/modules/Channel/components/SuggestedMentionList/utils.d.ts +3 -0
- package/types/modules/Channel/context/ChannelProvider.d.ts +2 -0
- package/types/modules/Channel/context/dux/actionTypes.d.ts +6 -0
- package/types/modules/Channel/context/dux/initialState.d.ts +2 -1
- package/types/modules/Channel/context/hooks/useHandleChannelPubsubEvents.d.ts +2 -1
- package/types/modules/Channel/context/hooks/useSendFileMessageCallback.d.ts +5 -5
- package/types/modules/Channel/context/hooks/useSendMessageCallback.d.ts +2 -2
- package/types/modules/Channel/context/hooks/useSendVoiceMessageCallback.d.ts +2 -1
- package/types/modules/Channel/context/hooks/useUpdateMessageCallback.d.ts +2 -2
- package/types/modules/ChannelList/utils.d.ts +2 -2
- package/types/modules/Thread/context/dux/actionTypes.d.ts +2 -1
- package/types/modules/Thread/context/dux/initialState.d.ts +2 -1
- package/types/modules/Thread/context/hooks/useHandleThreadPubsubEvents.d.ts +2 -1
- package/types/modules/Thread/context/hooks/useResendMessageCallback.d.ts +2 -1
- package/types/modules/Thread/context/hooks/useSendFileMessage.d.ts +2 -1
- package/types/modules/Thread/context/hooks/useSendUserMessageCallback.d.ts +2 -1
- package/types/modules/Thread/context/hooks/useSendVoiceMessageCallback.d.ts +2 -1
- package/types/modules/Thread/context/hooks/useUpdateMessageCallback.d.ts +2 -1
- package/types/modules/internalInterfaces.d.ts +2 -0
- package/types/ui/MessageContent/MessageBody/index.d.ts +18 -0
- package/types/ui/MessageContent/MessageHeader/index.d.ts +10 -0
- package/types/ui/MessageContent/MessageProfile/index.d.ts +15 -0
- package/types/ui/MessageContent/index.d.ts +9 -4
- package/types/ui/TypingIndicatorMessage/TypingDots.d.ts +4 -0
- package/types/ui/TypingIndicatorMessage/index.d.ts +6 -0
- package/types/utils/compressImages.d.ts +11 -0
- package/types/utils/pxToNumber.d.ts +2 -2
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +7 -77
- package/ui/Avatar.js.map +1 -1
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +6 -6
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +15 -15
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +14 -14
- package/ui/Icon.js +2 -2
- 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 +2 -2
- package/ui/MentionLabel.js +12 -12
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +163 -121
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +21 -21
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +14 -14
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +12 -12
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +15 -15
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +17 -17
- package/ui/OpenchannelOGMessage.js +19 -19
- package/ui/OpenchannelThumbnailMessage.js +16 -16
- package/ui/OpenchannelUserMessage.js +17 -17
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +15 -15
- package/ui/ThreadReplies.js +8 -8
- package/ui/ThumbnailMessageItemBody.js +7 -7
- package/ui/Toggle.js +1 -1
- 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/VoiceMessageItemBody.js +10 -10
- package/ui/VoiceMessgeInput.js +9 -9
- package/ui/Word.js +12 -12
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle--F_1NyoU.js.map +0 -1
- package/chunks/bundle-7FyFbzI4.js.map +0 -1
- package/chunks/bundle-8zJE_DCx.js.map +0 -1
- package/chunks/bundle-AI8e02c3.js.map +0 -1
- package/chunks/bundle-Ael7hqI7.js +0 -227
- package/chunks/bundle-H2I60B2B.js.map +0 -1
- package/chunks/bundle-M2ljBW6p.js.map +0 -1
- package/chunks/bundle-Q8dtkDOa.js.map +0 -1
- package/chunks/bundle-WCTKBopn.js.map +0 -1
- package/chunks/bundle-YEttY5xG.js.map +0 -1
- package/chunks/bundle-Zl1hrCWc.js.map +0 -1
- package/chunks/bundle-_qiqf8_l.js.map +0 -1
- package/chunks/bundle-bofQNMJb.js.map +0 -1
- package/chunks/bundle-btDN-R-c.js.map +0 -1
- package/chunks/bundle-hjECCUV3.js.map +0 -1
- package/chunks/bundle-khKXutc3.js.map +0 -1
- package/chunks/bundle-kp1MMNMf.js.map +0 -1
- package/chunks/bundle-mL_86Tua.js.map +0 -1
- package/chunks/bundle-mpeh7m6z.js.map +0 -1
- package/chunks/bundle-qst5L6aH.js.map +0 -1
- package/chunks/bundle-rLxuFUa1.js.map +0 -1
- package/chunks/bundle-r_VxbiS3.js.map +0 -1
- package/chunks/bundle-sOjc_nNQ.js.map +0 -1
- package/chunks/bundle-ubky9D9H.js.map +0 -1
- package/chunks/bundle-v0OWADVv.js.map +0 -1
- package/chunks/bundle-v9a1_z0P.js.map +0 -1
- package/chunks/bundle-w2v7oZ9G.js.map +0 -1
- package/chunks/bundle-wMgBBDf9.js.map +0 -1
- package/chunks/bundle-x-4ukZm_.js.map +0 -1
- package/chunks/bundle-zLBuOeRY.js.map +0 -1
- package/chunks/bundle-zoxfINxQ.js.map +0 -1
- package/cjs/chunks/bundle-11ybpGNN.js.map +0 -1
- package/cjs/chunks/bundle-1yOirqug.js.map +0 -1
- package/cjs/chunks/bundle-4bb_98h6.js.map +0 -1
- package/cjs/chunks/bundle-6OOGDxxE.js.map +0 -1
- package/cjs/chunks/bundle-6o4fw0w0.js.map +0 -1
- package/cjs/chunks/bundle-6ziaqiUd.js.map +0 -1
- package/cjs/chunks/bundle-B2MaAm21.js.map +0 -1
- package/cjs/chunks/bundle-BJe68nS0.js.map +0 -1
- package/cjs/chunks/bundle-BN7IOLFq.js.map +0 -1
- package/cjs/chunks/bundle-DZeKHvMp.js.map +0 -1
- package/cjs/chunks/bundle-ELeM0_1Y.js.map +0 -1
- package/cjs/chunks/bundle-FLCJVplO.js.map +0 -1
- package/cjs/chunks/bundle-JggdKsJa.js.map +0 -1
- package/cjs/chunks/bundle-L9ushBZQ.js.map +0 -1
- package/cjs/chunks/bundle-P0kNl8GH.js.map +0 -1
- package/cjs/chunks/bundle-P_B0eyVT.js.map +0 -1
- package/cjs/chunks/bundle-QmSa90PC.js.map +0 -1
- package/cjs/chunks/bundle-RaQV-Bpr.js.map +0 -1
- package/cjs/chunks/bundle-RlFjml8m.js.map +0 -1
- package/cjs/chunks/bundle-TEIqVGqn.js.map +0 -1
- package/cjs/chunks/bundle-UooP2IDU.js.map +0 -1
- package/cjs/chunks/bundle-Y9TkHVI5.js.map +0 -1
- package/cjs/chunks/bundle-YNHu-c84.js.map +0 -1
- package/cjs/chunks/bundle-_fjTT1-g.js.map +0 -1
- package/cjs/chunks/bundle-b4fiCQuI.js.map +0 -1
- package/cjs/chunks/bundle-c6O8NjZI.js.map +0 -1
- package/cjs/chunks/bundle-cttYM0DR.js.map +0 -1
- package/cjs/chunks/bundle-dXhGOQQM.js.map +0 -1
- package/cjs/chunks/bundle-e-fvbugV.js.map +0 -1
- package/cjs/chunks/bundle-e0il9C3T.js +0 -230
- package/cjs/chunks/bundle-e0il9C3T.js.map +0 -1
- package/cjs/chunks/bundle-g0lpRY8_.js.map +0 -1
- package/cjs/chunks/bundle-gMxOq93o.js.map +0 -1
- package/cjs/chunks/bundle-gS0bojlA.js.map +0 -1
- package/cjs/chunks/bundle-g_OXBrgT.js.map +0 -1
- package/cjs/chunks/bundle-iwsbhMUN.js.map +0 -1
- package/cjs/chunks/bundle-kWUEW1ZN.js.map +0 -1
- package/cjs/chunks/bundle-lii4Ueh3.js.map +0 -1
- package/cjs/chunks/bundle-p1cCW0sH.js.map +0 -1
- package/cjs/chunks/bundle-tmB_l3Q9.js.map +0 -1
- package/cjs/chunks/bundle-tywVawyg.js.map +0 -1
- package/cjs/chunks/bundle-z-Bvsn0B.js.map +0 -1
- package/cjs/chunks/bundle-zr9ZXBrm.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var _tslib = require('./bundle-
|
|
4
|
-
var index = require('./bundle-
|
|
3
|
+
var _tslib = require('./bundle-2s7rxLn3.js');
|
|
4
|
+
var index = require('./bundle-tFwEElQ4.js');
|
|
5
5
|
|
|
6
6
|
var USER_MENTION_PREFIX = '@';
|
|
7
7
|
|
|
@@ -134,4 +134,4 @@ exports.TOKEN_TYPES = TOKEN_TYPES;
|
|
|
134
134
|
exports.USER_MENTION_PREFIX = USER_MENTION_PREFIX;
|
|
135
135
|
exports.getWhiteSpacePreservedText = getWhiteSpacePreservedText;
|
|
136
136
|
exports.tokenizeMessage = tokenizeMessage;
|
|
137
|
-
//# sourceMappingURL=bundle-
|
|
137
|
+
//# sourceMappingURL=bundle-ww8_Dx5u.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ww8_Dx5u.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,356 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var LocalizationContext = require('./bundle-3AvVQDMo.js');
|
|
5
|
+
var VoicePlayer_useVoicePlayer = require('../VoicePlayer/useVoicePlayer.js');
|
|
6
|
+
var VoiceRecorder_useVoiceRecorder = require('../VoiceRecorder/useVoiceRecorder.js');
|
|
7
|
+
var utils = require('./bundle-5SOWNViS.js');
|
|
8
|
+
var ui_VoiceMessgeInput = require('./bundle-UEKzL00k.js');
|
|
9
|
+
var ui_Modal = require('./bundle-6lAqYT4t.js');
|
|
10
|
+
var ui_Button = require('../ui/Button.js');
|
|
11
|
+
var useSendbirdStateContext = require('../useSendbirdStateContext.js');
|
|
12
|
+
var consts = require('./bundle-9GSi_LkG.js');
|
|
13
|
+
var VoicePlayer_context = require('./bundle-S6CVN67K.js');
|
|
14
|
+
var uuid = require('./bundle--NEfAH1H.js');
|
|
15
|
+
var _tslib = require('./bundle-2s7rxLn3.js');
|
|
16
|
+
var index = require('./bundle-tFwEElQ4.js');
|
|
17
|
+
var hooks_useModal = require('../hooks/useModal.js');
|
|
18
|
+
require('./bundle-1Rk5zlYY.js');
|
|
19
|
+
var ui_Avatar = require('./bundle-03qc56fX.js');
|
|
20
|
+
|
|
21
|
+
var VoiceMessageInputWrapper = function (_a) {
|
|
22
|
+
var _b;
|
|
23
|
+
var channel = _a.channel, onCancelClick = _a.onCancelClick, onSubmitClick = _a.onSubmitClick;
|
|
24
|
+
var uuid$1 = React.useRef(uuid.uuidv4()).current;
|
|
25
|
+
var _c = React.useState(null), audioFile = _c[0], setAudioFile = _c[1];
|
|
26
|
+
var _d = React.useState(ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_RECORD), voiceInputState = _d[0], setVoiceInputState = _d[1];
|
|
27
|
+
var _e = React.useState(false), isSubmitted = _e[0], setSubmit = _e[1];
|
|
28
|
+
var _f = React.useState(false), isDisabled = _f[0], setDisabled = _f[1];
|
|
29
|
+
var _g = React.useState(false), showModal = _g[0], setShowModal = _g[1];
|
|
30
|
+
var stringSet = LocalizationContext.useLocalization().stringSet;
|
|
31
|
+
var config = useSendbirdStateContext.useSendbirdStateContext().config;
|
|
32
|
+
var minRecordingTime = ((_b = config === null || config === void 0 ? void 0 : config.voiceRecord) === null || _b === void 0 ? void 0 : _b.minRecordingTime) || consts.VOICE_RECORDER_DEFAULT_MIN;
|
|
33
|
+
var _h = VoiceRecorder_useVoiceRecorder.useVoiceRecorder({
|
|
34
|
+
onRecordingStarted: function () {
|
|
35
|
+
setVoiceInputState(ui_VoiceMessgeInput.VoiceMessageInputStatus.RECORDING);
|
|
36
|
+
},
|
|
37
|
+
onRecordingEnded: function (audioFile) {
|
|
38
|
+
setAudioFile(audioFile);
|
|
39
|
+
},
|
|
40
|
+
}), start = _h.start, stop = _h.stop, cancel = _h.cancel, recordingTime = _h.recordingTime, recordingStatus = _h.recordingStatus, recordingLimit = _h.recordingLimit;
|
|
41
|
+
var voicePlayer = VoicePlayer_useVoicePlayer.useVoicePlayer({
|
|
42
|
+
channelUrl: channel === null || channel === void 0 ? void 0 : channel.url,
|
|
43
|
+
key: uuid$1,
|
|
44
|
+
audioFile: audioFile,
|
|
45
|
+
});
|
|
46
|
+
var play = voicePlayer.play, pause = voicePlayer.pause, playbackTime = voicePlayer.playbackTime, playingStatus = voicePlayer.playingStatus;
|
|
47
|
+
var stopVoicePlayer = voicePlayer.stop;
|
|
48
|
+
// disabled state: muted & frozen
|
|
49
|
+
React.useEffect(function () {
|
|
50
|
+
if (utils.isDisabledBecauseFrozen(channel) || utils.isDisabledBecauseMuted(channel)) {
|
|
51
|
+
setDisabled(true);
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
setDisabled(false);
|
|
55
|
+
}
|
|
56
|
+
}, [channel === null || channel === void 0 ? void 0 : channel.myRole, channel === null || channel === void 0 ? void 0 : channel.isFrozen, channel === null || channel === void 0 ? void 0 : channel.myMutedState]);
|
|
57
|
+
// call onSubmitClick when submit button is clicked and recorded audio file is created
|
|
58
|
+
React.useEffect(function () {
|
|
59
|
+
if (isSubmitted && audioFile) {
|
|
60
|
+
onSubmitClick(audioFile, recordingTime);
|
|
61
|
+
setSubmit(false);
|
|
62
|
+
setAudioFile(null);
|
|
63
|
+
}
|
|
64
|
+
}, [isSubmitted, audioFile, recordingTime]);
|
|
65
|
+
// operate which control button should be displayed
|
|
66
|
+
React.useEffect(function () {
|
|
67
|
+
if (audioFile) {
|
|
68
|
+
if (recordingTime < minRecordingTime) {
|
|
69
|
+
setVoiceInputState(ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_RECORD);
|
|
70
|
+
setAudioFile(null);
|
|
71
|
+
}
|
|
72
|
+
else if (playingStatus === VoicePlayer_context.VOICE_PLAYER_STATUS.PLAYING) {
|
|
73
|
+
setVoiceInputState(ui_VoiceMessgeInput.VoiceMessageInputStatus.PLAYING);
|
|
74
|
+
}
|
|
75
|
+
else {
|
|
76
|
+
setVoiceInputState(ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_PLAY);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}, [audioFile, recordingTime, playingStatus]);
|
|
80
|
+
return (React.createElement("div", { className: "sendbird-voice-message-input-wrapper" },
|
|
81
|
+
React.createElement(ui_VoiceMessgeInput.VoiceMessageInput, { currentValue: recordingStatus === VoiceRecorder_useVoiceRecorder.VoiceRecorderStatus.COMPLETED ? playbackTime : recordingTime, maximumValue: recordingStatus === VoiceRecorder_useVoiceRecorder.VoiceRecorderStatus.COMPLETED ? recordingTime : recordingLimit, currentType: voiceInputState, onCancelClick: function () {
|
|
82
|
+
onCancelClick();
|
|
83
|
+
cancel();
|
|
84
|
+
stopVoicePlayer();
|
|
85
|
+
}, onSubmitClick: function () {
|
|
86
|
+
if (isDisabled) {
|
|
87
|
+
setShowModal(true);
|
|
88
|
+
setVoiceInputState(ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_RECORD);
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
stop();
|
|
92
|
+
pause();
|
|
93
|
+
setSubmit(true);
|
|
94
|
+
}
|
|
95
|
+
}, onControlClick: function (type) {
|
|
96
|
+
switch (type) {
|
|
97
|
+
case ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_RECORD: {
|
|
98
|
+
stopVoicePlayer();
|
|
99
|
+
start();
|
|
100
|
+
break;
|
|
101
|
+
}
|
|
102
|
+
case ui_VoiceMessgeInput.VoiceMessageInputStatus.RECORDING: {
|
|
103
|
+
if (recordingTime >= minRecordingTime && !isDisabled) {
|
|
104
|
+
stop();
|
|
105
|
+
}
|
|
106
|
+
else if (isDisabled) {
|
|
107
|
+
cancel();
|
|
108
|
+
setShowModal(true);
|
|
109
|
+
setVoiceInputState(ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_RECORD);
|
|
110
|
+
}
|
|
111
|
+
else {
|
|
112
|
+
cancel();
|
|
113
|
+
setVoiceInputState(ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_RECORD);
|
|
114
|
+
}
|
|
115
|
+
break;
|
|
116
|
+
}
|
|
117
|
+
case ui_VoiceMessgeInput.VoiceMessageInputStatus.READY_TO_PLAY: {
|
|
118
|
+
play();
|
|
119
|
+
break;
|
|
120
|
+
}
|
|
121
|
+
case ui_VoiceMessgeInput.VoiceMessageInputStatus.PLAYING: {
|
|
122
|
+
pause();
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
} }),
|
|
127
|
+
showModal && (React.createElement(ui_Modal.Modal, { className: "sendbird-voice-message-input-wrapper-alert", titleText: utils.isDisabledBecauseMuted(channel)
|
|
128
|
+
? stringSet.MODAL__VOICE_MESSAGE_INPUT_DISABLED__TITLE_MUTED
|
|
129
|
+
: stringSet.MODAL__VOICE_MESSAGE_INPUT_DISABLED__TITLE_FROZEN, hideFooter: true, isCloseOnClickOutside: true, onCancel: function () {
|
|
130
|
+
setShowModal(false);
|
|
131
|
+
onCancelClick();
|
|
132
|
+
} },
|
|
133
|
+
React.createElement("div", { className: "sendbird-voice-message-input-wrapper-alert__body" },
|
|
134
|
+
React.createElement(ui_Button.default, { className: "sendbird-voice-message-input-wrapper-alert__body__ok-button", type: ui_Button.ButtonTypes.PRIMARY, size: ui_Button.ButtonSizes.BIG, onClick: function () {
|
|
135
|
+
setShowModal(false);
|
|
136
|
+
onCancelClick();
|
|
137
|
+
} }, stringSet.BUTTON__OK))))));
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
var compressImage = function (_a) {
|
|
141
|
+
var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight;
|
|
142
|
+
var image = document.createElement('img');
|
|
143
|
+
return new Promise(function (resolve, reject) {
|
|
144
|
+
image.src = URL.createObjectURL(imageFile);
|
|
145
|
+
image.onerror = reject;
|
|
146
|
+
image.onload = function () {
|
|
147
|
+
URL.revokeObjectURL(image.src);
|
|
148
|
+
var canvas = document.createElement('canvas');
|
|
149
|
+
var originWidth = image.width;
|
|
150
|
+
var originHeight = image.height;
|
|
151
|
+
var widthRatio = originWidth / (resizingWidth || originWidth);
|
|
152
|
+
var heightRatio = originHeight / (resizingHeight || originHeight);
|
|
153
|
+
var targetResizingWidth = resizingWidth || originWidth;
|
|
154
|
+
var targetResizingHeight = resizingHeight || originHeight;
|
|
155
|
+
// Use the more impactful value, so the original images' ratio won't be broken
|
|
156
|
+
if (widthRatio > heightRatio) {
|
|
157
|
+
targetResizingHeight = originHeight / (resizingWidth ? widthRatio : 1);
|
|
158
|
+
}
|
|
159
|
+
else if (heightRatio > widthRatio) {
|
|
160
|
+
targetResizingWidth = originWidth / (resizingHeight ? heightRatio : 1);
|
|
161
|
+
}
|
|
162
|
+
canvas.width = targetResizingWidth;
|
|
163
|
+
canvas.height = targetResizingHeight;
|
|
164
|
+
var ctx = canvas.getContext('2d');
|
|
165
|
+
if (!ctx) {
|
|
166
|
+
reject(new Error('Failed to get canvas 2d context'));
|
|
167
|
+
return;
|
|
168
|
+
}
|
|
169
|
+
ctx.drawImage(image, 0, 0, targetResizingWidth, targetResizingHeight);
|
|
170
|
+
ctx.canvas.toBlob(function (blob) {
|
|
171
|
+
if (blob) {
|
|
172
|
+
var file = new File([blob], imageFile.name, { type: imageFile.type });
|
|
173
|
+
resolve(file);
|
|
174
|
+
}
|
|
175
|
+
else {
|
|
176
|
+
reject(new Error('Failed to compress image'));
|
|
177
|
+
}
|
|
178
|
+
}, imageFile.type, compressionRate);
|
|
179
|
+
};
|
|
180
|
+
});
|
|
181
|
+
};
|
|
182
|
+
var compressImages = function (_a) {
|
|
183
|
+
var files = _a.files, logger = _a.logger, imageCompression = _a.imageCompression;
|
|
184
|
+
return _tslib.__awaiter(void 0, void 0, void 0, function () {
|
|
185
|
+
var compressionRate, resizingWidth, resizingHeight, result;
|
|
186
|
+
return _tslib.__generator(this, function (_b) {
|
|
187
|
+
switch (_b.label) {
|
|
188
|
+
case 0:
|
|
189
|
+
compressionRate = imageCompression.compressionRate;
|
|
190
|
+
resizingWidth = ui_Avatar.pxToNumber(imageCompression.resizingWidth);
|
|
191
|
+
resizingHeight = ui_Avatar.pxToNumber(imageCompression.resizingHeight);
|
|
192
|
+
result = {
|
|
193
|
+
failedIndexes: [],
|
|
194
|
+
compressedFiles: [],
|
|
195
|
+
};
|
|
196
|
+
if (!(Array.isArray(files) && files.length > 0)) {
|
|
197
|
+
logger.warning('utils - compressImages: There are no files.', files);
|
|
198
|
+
return [2 /*return*/, result];
|
|
199
|
+
}
|
|
200
|
+
if (compressionRate < 0 || 1 < compressionRate) {
|
|
201
|
+
logger.warning('utils - compressImages: The compressionRate is not acceptable.', compressionRate);
|
|
202
|
+
return [2 /*return*/, result];
|
|
203
|
+
}
|
|
204
|
+
return [4 /*yield*/, Promise.all(files
|
|
205
|
+
.map(function (file, index) { return _tslib.__awaiter(void 0, void 0, void 0, function () {
|
|
206
|
+
var compressedImage, err_1;
|
|
207
|
+
return _tslib.__generator(this, function (_a) {
|
|
208
|
+
switch (_a.label) {
|
|
209
|
+
case 0:
|
|
210
|
+
if (!(file.type === 'image/jpg' || file.type === 'image/png' || file.type === 'image/jpeg')) {
|
|
211
|
+
logger.warning('utils - compressImages: The fileType is not compressible.', { file: file, index: index });
|
|
212
|
+
result.failedIndexes.push(index);
|
|
213
|
+
result.compressedFiles.push(file);
|
|
214
|
+
return [2 /*return*/];
|
|
215
|
+
}
|
|
216
|
+
_a.label = 1;
|
|
217
|
+
case 1:
|
|
218
|
+
_a.trys.push([1, 3, , 4]);
|
|
219
|
+
return [4 /*yield*/, compressImage({
|
|
220
|
+
imageFile: file,
|
|
221
|
+
compressionRate: compressionRate,
|
|
222
|
+
resizingWidth: resizingWidth,
|
|
223
|
+
resizingHeight: resizingHeight,
|
|
224
|
+
})];
|
|
225
|
+
case 2:
|
|
226
|
+
compressedImage = _a.sent();
|
|
227
|
+
result.compressedFiles.push(compressedImage);
|
|
228
|
+
return [3 /*break*/, 4];
|
|
229
|
+
case 3:
|
|
230
|
+
err_1 = _a.sent();
|
|
231
|
+
result.failedIndexes.push(index);
|
|
232
|
+
logger.warning('utils - compressImages: Failed to compress image file', { err: err_1 });
|
|
233
|
+
return [3 /*break*/, 4];
|
|
234
|
+
case 4: return [2 /*return*/];
|
|
235
|
+
}
|
|
236
|
+
});
|
|
237
|
+
}); }))];
|
|
238
|
+
case 1:
|
|
239
|
+
_b.sent();
|
|
240
|
+
logger.info('utils - compressImages: Finished compressing images', result);
|
|
241
|
+
return [2 /*return*/, result];
|
|
242
|
+
}
|
|
243
|
+
});
|
|
244
|
+
});
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
var useHandleUploadFiles = function (_a, _b) {
|
|
248
|
+
var sendFileMessage = _a.sendFileMessage, sendMultipleFilesMessage = _a.sendMultipleFilesMessage, quoteMessage = _a.quoteMessage;
|
|
249
|
+
var logger = _b.logger;
|
|
250
|
+
var stringSet = LocalizationContext.useLocalization().stringSet;
|
|
251
|
+
var config = useSendbirdStateContext.useSendbirdStateContext().config;
|
|
252
|
+
var imageCompression = config.imageCompression;
|
|
253
|
+
var uikitUploadSizeLimit = config === null || config === void 0 ? void 0 : config.uikitUploadSizeLimit;
|
|
254
|
+
var uikitMultipleFilesMessageLimit = config === null || config === void 0 ? void 0 : config.uikitMultipleFilesMessageLimit;
|
|
255
|
+
var openModal = hooks_useModal.useGlobalModalContext().openModal;
|
|
256
|
+
var handleUploadFiles = React.useCallback(function (files) { return _tslib.__awaiter(void 0, void 0, void 0, function () {
|
|
257
|
+
var ONE_MiB, compressedFiles, sendingFiles, file, imageFiles_1, otherFiles_1;
|
|
258
|
+
return _tslib.__generator(this, function (_a) {
|
|
259
|
+
switch (_a.label) {
|
|
260
|
+
case 0:
|
|
261
|
+
// Validate Parameters
|
|
262
|
+
if (!sendFileMessage || !sendMultipleFilesMessage) {
|
|
263
|
+
logger.warning('Channel|useHandleUploadFiles: required functions are undefined', { sendFileMessage: sendFileMessage, sendMultipleFilesMessage: sendMultipleFilesMessage });
|
|
264
|
+
return [2 /*return*/];
|
|
265
|
+
}
|
|
266
|
+
if (files.length === 0) {
|
|
267
|
+
logger.warning('Channel|useHandleUploadFiles: given file list is empty.', { files: files });
|
|
268
|
+
return [2 /*return*/];
|
|
269
|
+
}
|
|
270
|
+
if (files.length > uikitMultipleFilesMessageLimit) {
|
|
271
|
+
logger.info("Channel|useHandleUploadFiles: Cannot upload files more than ".concat(uikitMultipleFilesMessageLimit));
|
|
272
|
+
openModal({
|
|
273
|
+
modalProps: {
|
|
274
|
+
titleText: "Up to ".concat(uikitMultipleFilesMessageLimit, " files can be attached."),
|
|
275
|
+
hideFooter: true,
|
|
276
|
+
},
|
|
277
|
+
childElement: function (_a) {
|
|
278
|
+
var closeModal = _a.closeModal;
|
|
279
|
+
return (React.createElement(ui_Modal.ModalFooter, { type: ui_Button.ButtonTypes.PRIMARY, submitText: stringSet.BUTTON__OK, hideCancelButton: true, onCancel: closeModal, onSubmit: closeModal }));
|
|
280
|
+
},
|
|
281
|
+
});
|
|
282
|
+
return [2 /*return*/];
|
|
283
|
+
}
|
|
284
|
+
// Validate file sizes
|
|
285
|
+
if (files.some(function (file) { return file.size > uikitUploadSizeLimit; })) {
|
|
286
|
+
// The default value of uikitUploadSizeLimit is 26MB
|
|
287
|
+
logger.info("Channel|useHandleUploadFiles: Cannot upload file size exceeding ".concat(uikitUploadSizeLimit));
|
|
288
|
+
ONE_MiB = 1024 * 1024;
|
|
289
|
+
openModal({
|
|
290
|
+
modalProps: {
|
|
291
|
+
titleText: "The maximum size per file is ".concat(Math.floor(uikitUploadSizeLimit / ONE_MiB), " MB."),
|
|
292
|
+
hideFooter: true,
|
|
293
|
+
},
|
|
294
|
+
childElement: function (_a) {
|
|
295
|
+
var closeModal = _a.closeModal;
|
|
296
|
+
return (React.createElement(ui_Modal.ModalFooter, { type: ui_Button.ButtonTypes.PRIMARY, submitText: stringSet.BUTTON__OK, hideCancelButton: true, onCancel: closeModal, onSubmit: closeModal }));
|
|
297
|
+
},
|
|
298
|
+
});
|
|
299
|
+
return [2 /*return*/];
|
|
300
|
+
}
|
|
301
|
+
return [4 /*yield*/, compressImages({
|
|
302
|
+
files: files,
|
|
303
|
+
imageCompression: imageCompression,
|
|
304
|
+
logger: logger,
|
|
305
|
+
})];
|
|
306
|
+
case 1:
|
|
307
|
+
compressedFiles = (_a.sent()).compressedFiles;
|
|
308
|
+
sendingFiles = compressedFiles;
|
|
309
|
+
// Send File Message
|
|
310
|
+
if (sendingFiles.length === 1) {
|
|
311
|
+
logger.info('Channel|useHandleUploadFiles: sending one file.');
|
|
312
|
+
file = sendingFiles[0];
|
|
313
|
+
sendFileMessage(file, quoteMessage);
|
|
314
|
+
}
|
|
315
|
+
else if (sendingFiles.length > 1) {
|
|
316
|
+
logger.info('Channel|useHandleUploadFiles: sending multiple files.');
|
|
317
|
+
imageFiles_1 = [];
|
|
318
|
+
otherFiles_1 = [];
|
|
319
|
+
sendingFiles.forEach(function (file) {
|
|
320
|
+
if (index.isImage(file.type)) {
|
|
321
|
+
imageFiles_1.push(file);
|
|
322
|
+
}
|
|
323
|
+
else {
|
|
324
|
+
otherFiles_1.push(file);
|
|
325
|
+
}
|
|
326
|
+
});
|
|
327
|
+
return [2 /*return*/, otherFiles_1.reduce(function (previousPromise, item) {
|
|
328
|
+
return previousPromise.then(function () {
|
|
329
|
+
return sendFileMessage(item, quoteMessage);
|
|
330
|
+
});
|
|
331
|
+
}, (function () {
|
|
332
|
+
if (imageFiles_1.length === 0) {
|
|
333
|
+
return Promise.resolve();
|
|
334
|
+
}
|
|
335
|
+
else if (imageFiles_1.length === 1) {
|
|
336
|
+
return sendFileMessage(imageFiles_1[0], quoteMessage);
|
|
337
|
+
}
|
|
338
|
+
else {
|
|
339
|
+
return sendMultipleFilesMessage(imageFiles_1, quoteMessage);
|
|
340
|
+
}
|
|
341
|
+
})())];
|
|
342
|
+
}
|
|
343
|
+
return [2 /*return*/];
|
|
344
|
+
}
|
|
345
|
+
});
|
|
346
|
+
}); }, [
|
|
347
|
+
sendFileMessage,
|
|
348
|
+
sendMultipleFilesMessage,
|
|
349
|
+
quoteMessage,
|
|
350
|
+
]);
|
|
351
|
+
return handleUploadFiles;
|
|
352
|
+
};
|
|
353
|
+
|
|
354
|
+
exports.VoiceMessageInputWrapper = VoiceMessageInputWrapper;
|
|
355
|
+
exports.useHandleUploadFiles = useHandleUploadFiles;
|
|
356
|
+
//# sourceMappingURL=bundle-xXG5L42q.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-xXG5L42q.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -32,4 +32,4 @@ var generateDefaultAvatar = function (channel) {
|
|
|
32
32
|
exports.generateDefaultAvatar = generateDefaultAvatar;
|
|
33
33
|
exports.getChannelAvatarSource = getChannelAvatarSource;
|
|
34
34
|
exports.getOpenChannelAvatar = getOpenChannelAvatar;
|
|
35
|
-
//# sourceMappingURL=bundle-
|
|
35
|
+
//# sourceMappingURL=bundle-z8FhI7RF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-z8FhI7RF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -29,4 +29,4 @@ function getCaseResolvedThreadReplySelectType(threadReplySelectType) {
|
|
|
29
29
|
|
|
30
30
|
exports.getCaseResolvedReplyType = getCaseResolvedReplyType;
|
|
31
31
|
exports.getCaseResolvedThreadReplySelectType = getCaseResolvedThreadReplySelectType;
|
|
32
|
-
//# sourceMappingURL=bundle-
|
|
32
|
+
//# sourceMappingURL=bundle-zNIQydjM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-zNIQydjM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/cjs/hooks/useModal.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var _tslib = require('../chunks/bundle-
|
|
3
|
+
var _tslib = require('../chunks/bundle-2s7rxLn3.js');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
var index_module = require('../chunks/bundle-
|
|
6
|
-
var utils = require('../chunks/bundle
|
|
7
|
-
var ui_Modal = require('../chunks/bundle-
|
|
5
|
+
var index_module = require('../chunks/bundle-qnGmz8ai.js');
|
|
6
|
+
var utils = require('../chunks/bundle--OdfDOjY.js');
|
|
7
|
+
var ui_Modal = require('../chunks/bundle-6lAqYT4t.js');
|
|
8
8
|
require('react-dom');
|
|
9
|
-
require('../chunks/bundle-
|
|
10
|
-
require('../chunks/bundle-
|
|
11
|
-
require('../chunks/bundle-
|
|
12
|
-
require('../chunks/bundle-
|
|
9
|
+
require('../chunks/bundle-3AvVQDMo.js');
|
|
10
|
+
require('../chunks/bundle-wvuQ096A.js');
|
|
11
|
+
require('../chunks/bundle-YXCUHkka.js');
|
|
12
|
+
require('../chunks/bundle-K0D5qG0j.js');
|
|
13
13
|
require('../ui/IconButton.js');
|
|
14
14
|
require('../ui/Button.js');
|
|
15
|
-
require('../chunks/bundle-
|
|
15
|
+
require('../chunks/bundle-1Rk5zlYY.js');
|
|
16
16
|
require('../ui/Icon.js');
|
|
17
17
|
|
|
18
18
|
var GlobalModalContext = React.createContext({
|