@sendbird/uikit-react 3.15.13 → 3.15.14
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 +115 -270
- package/App.js.map +1 -1
- package/CHANGELOG.md +39 -0
- package/Channel/components/ChannelHeader.js +32 -40
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +77 -76
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +31 -35
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +6 -5
- package/Channel/components/FrozenNotification.js.map +1 -1
- package/Channel/components/Message.js +68 -67
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +48 -50
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageInputWrapper.js +48 -50
- package/Channel/components/MessageInputWrapper.js.map +1 -1
- package/Channel/components/MessageList.js +74 -70
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +31 -36
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +31 -41
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +11 -7
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +8 -7
- package/Channel/components/UnreadCount.js.map +1 -1
- package/Channel/context.js +71 -39
- package/Channel/context.js.map +1 -1
- package/Channel/hooks/useHandleUploadFiles.js +20 -22
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +16 -18
- package/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/Channel/utils/getMessagePartsInfo.js +13 -14
- package/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/Channel.js +77 -76
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +214 -45
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +16 -11
- package/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/ChannelList/components/ChannelListUI.js +205 -138
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +39 -41
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +17 -18
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +14 -27
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +212 -81
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +28 -32
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingMenuList.js +15 -28
- package/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsHeader.js +16 -10
- package/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/ChannelSettings/components/ChannelSettingsUI.js +49 -50
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +23 -31
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +25 -28
- package/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/ChannelSettings/components/ModerationPanel.js +33 -33
- package/ChannelSettings/components/UserListItem.js +26 -29
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +35 -35
- package/ChannelSettings/context.js +11 -173
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings/hooks/useMenuList.js +33 -33
- package/ChannelSettings.js +52 -52
- package/CreateChannel/components/CreateChannelUI.js +214 -45
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +215 -153
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +216 -85
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +221 -6
- package/CreateChannel/context.js.map +1 -1
- package/CreateChannel.js +213 -39
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +16 -24
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +9 -4
- package/CreateOpenChannel/context.js.map +1 -1
- package/CreateOpenChannel.js +16 -24
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +27 -35
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +16 -25
- package/EditUserProfile.js.map +1 -1
- package/GroupChannel/components/FileViewer.js +34 -36
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +6 -5
- package/GroupChannel/components/FrozenNotification.js.map +1 -1
- package/GroupChannel/components/GroupChannelHeader.js +31 -37
- package/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/GroupChannel/components/GroupChannelUI.js +73 -70
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +67 -63
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +49 -48
- package/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/GroupChannel/components/MessageList.js +76 -71
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +32 -34
- package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/GroupChannel/components/SuggestedMentionList.js +18 -13
- package/GroupChannel/components/SuggestedMentionList.js.map +1 -1
- package/GroupChannel/components/TypingIndicator.js +14 -10
- package/GroupChannel/components/TypingIndicator.js.map +1 -1
- package/GroupChannel/components/UnreadCount.js +8 -7
- package/GroupChannel/components/UnreadCount.js.map +1 -1
- package/GroupChannel/context.js +19 -513
- package/GroupChannel/context.js.map +1 -1
- package/GroupChannel.js +71 -68
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +214 -45
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +17 -13
- package/GroupChannelList/components/GroupChannelListHeader.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListItem.js +39 -40
- package/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListUI.js +211 -115
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +18 -20
- package/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/GroupChannelList/context.js +13 -118
- package/GroupChannelList/context.js.map +1 -1
- package/GroupChannelList.js +209 -72
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +24 -23
- package/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/MessageSearch/context.js +9 -280
- package/MessageSearch/context.js.map +1 -1
- package/MessageSearch.js +24 -20
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +5 -4
- package/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/OpenChannel/components/OpenChannelHeader.js +23 -29
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +31 -33
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +45 -44
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +54 -52
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +49 -48
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +21 -27
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +47 -46
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +20 -28
- package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +9 -5
- package/OpenChannelList/context.js.map +1 -1
- package/OpenChannelList.js +18 -26
- package/OpenChannelList.js.map +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +23 -31
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +24 -32
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +33 -34
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +37 -41
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +22 -23
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +16 -35
- package/OpenChannelSettings/context.js.map +1 -1
- package/OpenChannelSettings.js +27 -28
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +486 -914
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +71 -68
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +42 -39
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +8 -7
- package/Thread/components/ThreadHeader.js.map +1 -1
- package/Thread/components/ThreadList.js +67 -63
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +77 -76
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +67 -67
- package/Thread/components/ThreadUI.js +74 -72
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context/types.js +0 -1
- package/Thread/context/types.js.map +1 -1
- package/Thread/context.js +20 -1335
- package/Thread/context.js.map +1 -1
- package/Thread.js +70 -68
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +9 -6
- package/VoicePlayer/context.js.map +1 -1
- package/VoicePlayer/useVoicePlayer.js +17 -22
- package/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/VoiceRecorder/context.js +127 -22
- package/VoiceRecorder/context.js.map +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +16 -22
- package/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/chunks/{bundle-MkyS3j4-.js → bundle--1cImOGd.js} +1 -1
- package/chunks/bundle--1cImOGd.js.map +1 -0
- package/chunks/{bundle-BBowfNDO.js → bundle-4w9Y7uxA.js} +1 -1
- package/chunks/bundle-4w9Y7uxA.js.map +1 -0
- package/chunks/{bundle-ryUmMhVP.js → bundle-B5_aP8LE.js} +1 -1
- package/chunks/{bundle-ryUmMhVP.js.map → bundle-B5_aP8LE.js.map} +1 -1
- package/chunks/{bundle-C7jYHvwG.js → bundle-B8Grfnrx.js} +2 -2
- package/chunks/{bundle-C7jYHvwG.js.map → bundle-B8Grfnrx.js.map} +1 -1
- package/chunks/{bundle-BP1DBRft.js → bundle-BCGcsRu2.js} +5 -5
- package/chunks/{bundle-BP1DBRft.js.map → bundle-BCGcsRu2.js.map} +1 -1
- package/chunks/{bundle-Crm9sJrW.js → bundle-BFJ4ctRk.js} +8 -8
- package/chunks/{bundle-Crm9sJrW.js.map → bundle-BFJ4ctRk.js.map} +1 -1
- package/chunks/{bundle-LWpHaUiZ.js → bundle-BGj68IUE.js} +9 -7
- package/chunks/bundle-BGj68IUE.js.map +1 -0
- package/chunks/{bundle-V4PrrT67.js → bundle-BQnpPj5l.js} +13 -13
- package/chunks/bundle-BQnpPj5l.js.map +1 -0
- package/chunks/{bundle-CDjVXDOc.js → bundle-BTxw_tIt.js} +1 -1
- package/chunks/bundle-BTxw_tIt.js.map +1 -0
- package/{cjs/chunks/bundle-DE5YH8Q-.js → chunks/bundle-BYOddwmS.js} +2 -32
- package/chunks/{bundle-CIN9yQRB.js.map → bundle-BYOddwmS.js.map} +1 -1
- package/chunks/{bundle-gQ2a8Eki.js → bundle-BYqblmEM.js} +4 -19
- package/chunks/bundle-BYqblmEM.js.map +1 -0
- package/chunks/bundle-Bc6hXWJF.js +190 -0
- package/chunks/bundle-Bc6hXWJF.js.map +1 -0
- package/chunks/{bundle-Dpdq7qeD.js → bundle-BciLDE6M.js} +1 -1
- package/chunks/bundle-BciLDE6M.js.map +1 -0
- package/chunks/bundle-BfEYq-V8.js +9 -0
- package/chunks/bundle-BfEYq-V8.js.map +1 -0
- package/chunks/bundle-BkZBhjs8.js +209 -0
- package/chunks/bundle-BkZBhjs8.js.map +1 -0
- package/chunks/{bundle-JYgg9UJ5.js → bundle-BoZwl2OL.js} +23 -23
- package/chunks/{bundle-JYgg9UJ5.js.map → bundle-BoZwl2OL.js.map} +1 -1
- package/chunks/{bundle-CMuwfYDs.js → bundle-BqREbgmR.js} +17 -17
- package/chunks/{bundle-CMuwfYDs.js.map → bundle-BqREbgmR.js.map} +1 -1
- package/chunks/{bundle-Dskg5qjd.js → bundle-BqjbaVLO.js} +1 -1
- package/chunks/bundle-BqjbaVLO.js.map +1 -0
- package/chunks/{bundle-DjgT6gu4.js → bundle-C3VM5eS8.js} +1 -1
- package/chunks/bundle-C3VM5eS8.js.map +1 -0
- package/chunks/bundle-C4OmfIXk.js +2920 -0
- package/chunks/bundle-C4OmfIXk.js.map +1 -0
- package/chunks/bundle-C5Pz6wMm.js +38 -0
- package/chunks/bundle-C5Pz6wMm.js.map +1 -0
- package/chunks/{bundle-Dvg19muo.js → bundle-C60pq62Y.js} +6 -6
- package/chunks/bundle-C60pq62Y.js.map +1 -0
- package/chunks/{bundle-LPNnEgGp.js → bundle-C6Hk5xTT.js} +1 -1
- package/chunks/bundle-C6Hk5xTT.js.map +1 -0
- package/chunks/{bundle-yLTgHCRG.js → bundle-C8TP-mjp.js} +2 -2
- package/chunks/{bundle-yLTgHCRG.js.map → bundle-C8TP-mjp.js.map} +1 -1
- package/chunks/{bundle-DLlgZtQy.js → bundle-CBOpPuMW.js} +5 -5
- package/chunks/{bundle-DLlgZtQy.js.map → bundle-CBOpPuMW.js.map} +1 -1
- package/chunks/{bundle-DUTyBaXr.js → bundle-CDcu1I4f.js} +7 -2
- package/chunks/bundle-CDcu1I4f.js.map +1 -0
- package/chunks/{bundle-BXE5p6Kc.js → bundle-CEE3GJSk.js} +14 -13
- package/chunks/{bundle-BXE5p6Kc.js.map → bundle-CEE3GJSk.js.map} +1 -1
- package/chunks/{bundle-BL_0pgq0.js → bundle-CF8V-ET_.js} +17 -16
- package/chunks/{bundle-BL_0pgq0.js.map → bundle-CF8V-ET_.js.map} +1 -1
- package/chunks/{bundle-DaKZZ13Y.js → bundle-CFXaZ31h.js} +1 -1
- package/chunks/bundle-CFXaZ31h.js.map +1 -0
- package/chunks/{bundle-D5-VMB5f.js → bundle-CGOt5cwH.js} +13 -12
- package/chunks/{bundle-D5-VMB5f.js.map → bundle-CGOt5cwH.js.map} +1 -1
- package/chunks/{bundle-eYHtE5ry.js → bundle-CJmXP56m.js} +3 -3
- package/chunks/bundle-CJmXP56m.js.map +1 -0
- package/chunks/{bundle-3aUfVJHj.js → bundle-CQAiZVNS.js} +8 -9
- package/chunks/bundle-CQAiZVNS.js.map +1 -0
- package/chunks/{bundle-2kzSicIw.js → bundle-CSDZhWAY.js} +3 -3
- package/chunks/{bundle-2kzSicIw.js.map → bundle-CSDZhWAY.js.map} +1 -1
- package/chunks/{bundle-4W3uBGU3.js → bundle-CTkGIdt8.js} +1 -1
- package/chunks/bundle-CTkGIdt8.js.map +1 -0
- package/chunks/bundle-CVS5Kfg_.js +1108 -0
- package/chunks/bundle-CVS5Kfg_.js.map +1 -0
- package/chunks/{bundle-DrHsf0sP.js → bundle-CYGowmbA.js} +4 -4
- package/chunks/bundle-CYGowmbA.js.map +1 -0
- package/chunks/{bundle-CZsW3iP9.js → bundle-CYXfk28D.js} +2 -2
- package/chunks/bundle-CYXfk28D.js.map +1 -0
- package/chunks/{bundle-BR3O1lZq.js → bundle-C_ngoQD_.js} +1 -1
- package/chunks/bundle-C_ngoQD_.js.map +1 -0
- package/chunks/{bundle-DYeeW5nS.js → bundle-CgLhYjm5.js} +7 -14
- package/chunks/bundle-CgLhYjm5.js.map +1 -0
- package/chunks/bundle-CinANGYQ.js +260 -0
- package/chunks/bundle-CinANGYQ.js.map +1 -0
- package/chunks/{bundle-P-vXuw8U.js → bundle-Cn2czFA-.js} +1 -1
- package/chunks/bundle-Cn2czFA-.js.map +1 -0
- package/chunks/{bundle-5-21Jk06.js → bundle-CrQTAewk.js} +16 -20
- package/chunks/bundle-CrQTAewk.js.map +1 -0
- package/chunks/{bundle-CJBs1h8R.js → bundle-CuP5OWwY.js} +16 -16
- package/chunks/{bundle-CJBs1h8R.js.map → bundle-CuP5OWwY.js.map} +1 -1
- package/chunks/{bundle-Er6ifVzM.js → bundle-CwHldvb8.js} +1 -1
- package/chunks/{bundle-Er6ifVzM.js.map → bundle-CwHldvb8.js.map} +1 -1
- package/chunks/bundle-D4BlmM5H.js +661 -0
- package/chunks/bundle-D4BlmM5H.js.map +1 -0
- package/chunks/{bundle-BE58pe-0.js → bundle-D6CBeFkE.js} +8 -8
- package/chunks/bundle-D6CBeFkE.js.map +1 -0
- package/chunks/{bundle-C1U8wE49.js → bundle-D8xAej93.js} +2 -2
- package/chunks/bundle-D8xAej93.js.map +1 -0
- package/chunks/{bundle-DCbJaskZ.js → bundle-DDZn5buS.js} +3 -2
- package/chunks/bundle-DDZn5buS.js.map +1 -0
- package/chunks/{bundle-Ci2fMtNJ.js → bundle-DED6q4Ti.js} +1 -2
- package/chunks/bundle-DED6q4Ti.js.map +1 -0
- package/chunks/{bundle-TGosz9cX.js → bundle-DS6Kt7YS.js} +1 -1
- package/chunks/bundle-DS6Kt7YS.js.map +1 -0
- package/chunks/{bundle-_-FiwcfQ.js → bundle-DT1VcdMs.js} +2 -2
- package/chunks/{bundle-_-FiwcfQ.js.map → bundle-DT1VcdMs.js.map} +1 -1
- package/chunks/{bundle-DvcOxLrR.js → bundle-DTYj03OD.js} +3 -3
- package/chunks/bundle-DTYj03OD.js.map +1 -0
- package/chunks/{bundle-C9dF4QVS.js → bundle-DXneAdAp.js} +1 -1
- package/chunks/bundle-DXneAdAp.js.map +1 -0
- package/chunks/{bundle-Dl9NVsui.js → bundle-DYBTopZK.js} +1 -1
- package/chunks/{bundle-Dl9NVsui.js.map → bundle-DYBTopZK.js.map} +1 -1
- package/chunks/{bundle-BP1CB0js.js → bundle-DZJe3dCn.js} +1 -1
- package/chunks/bundle-DZJe3dCn.js.map +1 -0
- package/chunks/{bundle-_sFl37fA.js → bundle-D_SH0JG9.js} +6 -7
- package/chunks/{bundle-CTE4m7bC.js.map → bundle-D_SH0JG9.js.map} +1 -1
- package/chunks/{bundle-Deel9XzY.js → bundle-D_tSqvX6.js} +3 -3
- package/chunks/bundle-D_tSqvX6.js.map +1 -0
- package/chunks/{bundle-BH8ohfFx.js → bundle-Dd7rgmeQ.js} +8 -8
- package/chunks/{bundle-BH8ohfFx.js.map → bundle-Dd7rgmeQ.js.map} +1 -1
- package/chunks/bundle-De-3zaYV.js +4 -0
- package/chunks/bundle-De-3zaYV.js.map +1 -0
- package/chunks/{bundle-CbEyAimK.js → bundle-DgFzcADJ.js} +4 -4
- package/chunks/bundle-DgFzcADJ.js.map +1 -0
- package/chunks/{bundle-BiPxcZtH.js → bundle-DgpfIrde.js} +1 -1
- package/chunks/bundle-DgpfIrde.js.map +1 -0
- package/chunks/{bundle-Bzt5nDi4.js → bundle-Dhf37wzM.js} +4 -4
- package/chunks/{bundle-Bzt5nDi4.js.map → bundle-Dhf37wzM.js.map} +1 -1
- package/chunks/{bundle-CTE4m7bC.js → bundle-DhzrKzt2.js} +5 -5
- package/{cjs/chunks/bundle-ChVeqDIG.js.map → chunks/bundle-DhzrKzt2.js.map} +1 -1
- package/chunks/{bundle-CzdrQ_Yq.js → bundle-Djq12iSf.js} +1 -1
- package/chunks/bundle-Djq12iSf.js.map +1 -0
- package/chunks/bundle-Dkmv9H3b.js +149 -0
- package/chunks/bundle-Dkmv9H3b.js.map +1 -0
- package/chunks/{bundle-k6zcGkBp.js → bundle-Do9UFGCD.js} +4 -4
- package/chunks/bundle-Do9UFGCD.js.map +1 -0
- package/chunks/{bundle-BMygDCXK.js → bundle-Dp_oW1ks.js} +1 -1
- package/chunks/bundle-Dp_oW1ks.js.map +1 -0
- package/chunks/{bundle-DWrM1EW4.js → bundle-DqR5RvpV.js} +4 -4
- package/chunks/bundle-DqR5RvpV.js.map +1 -0
- package/chunks/bundle-Dupd7RPQ.js +740 -0
- package/chunks/bundle-Dupd7RPQ.js.map +1 -0
- package/chunks/{bundle-BAQj91eb.js → bundle-DvsR4u7y.js} +9 -8
- package/chunks/bundle-DvsR4u7y.js.map +1 -0
- package/chunks/{bundle-DCX2mqfp.js → bundle-DwLTEVMK.js} +8 -22
- package/{cjs/chunks/bundle-DpyxKl7F.js.map → chunks/bundle-DwLTEVMK.js.map} +1 -1
- package/chunks/{bundle-90vsNbxW.js → bundle-Dx4-1s0A.js} +1 -1
- package/chunks/bundle-Dx4-1s0A.js.map +1 -0
- package/chunks/{bundle-BeUKuH7h.js → bundle-Dy1IZ181.js} +3 -3
- package/chunks/{bundle-BeUKuH7h.js.map → bundle-Dy1IZ181.js.map} +1 -1
- package/chunks/{bundle-DImSV9VW.js → bundle-HspRRkmy.js} +3 -3
- package/chunks/bundle-HspRRkmy.js.map +1 -0
- package/chunks/bundle-I25ah_Bv.js +257 -0
- package/chunks/{bundle-DCX2mqfp.js.map → bundle-I25ah_Bv.js.map} +1 -1
- package/chunks/{bundle-CDvvzlad.js → bundle-L60pJMdf.js} +6 -5
- package/chunks/bundle-L60pJMdf.js.map +1 -0
- package/chunks/bundle-LnGQMQVt.js +65 -0
- package/chunks/bundle-LnGQMQVt.js.map +1 -0
- package/chunks/{bundle-DkviGBGz.js → bundle-Ob7Cw3V-.js} +2 -2
- package/chunks/bundle-Ob7Cw3V-.js.map +1 -0
- package/chunks/{bundle-C6-Ix-Lk.js → bundle-QCH8CZT8.js} +8 -7
- package/{cjs/chunks/bundle-DUanoG7J.js.map → chunks/bundle-QCH8CZT8.js.map} +1 -1
- package/chunks/bundle-WJtiC3BL.js +12 -0
- package/chunks/bundle-WJtiC3BL.js.map +1 -0
- package/chunks/{bundle-Cq6wCLlD.js → bundle-WsWZ-SJW.js} +15 -15
- package/chunks/{bundle-Cq6wCLlD.js.map → bundle-WsWZ-SJW.js.map} +1 -1
- package/chunks/{bundle-pOZPN8hk.js → bundle-Y2KBbxRr.js} +1 -1
- package/chunks/{bundle-pOZPN8hk.js.map → bundle-Y2KBbxRr.js.map} +1 -1
- package/chunks/{bundle-BI2YMBw_.js → bundle-YbXrJewH.js} +60 -6
- package/chunks/bundle-YbXrJewH.js.map +1 -0
- package/chunks/{bundle-CcHvUx-a.js → bundle-fYlljM7o.js} +11 -10
- package/chunks/{bundle-CcHvUx-a.js.map → bundle-fYlljM7o.js.map} +1 -1
- package/chunks/{bundle-BFqR1X1Q.js → bundle-jhdKInOw.js} +1 -1
- package/chunks/bundle-jhdKInOw.js.map +1 -0
- package/chunks/bundle-l_QLKq1Y.js +24 -0
- package/chunks/bundle-l_QLKq1Y.js.map +1 -0
- package/chunks/{bundle-B2dhmpsj.js → bundle-nmIRAkKg.js} +14 -14
- package/chunks/{bundle-B2dhmpsj.js.map → bundle-nmIRAkKg.js.map} +1 -1
- package/chunks/{bundle-jw_xHmHg.js → bundle-tFnb24Id.js} +3 -2
- package/chunks/bundle-tFnb24Id.js.map +1 -0
- package/chunks/{bundle-DRyEkedz.js → bundle-uthnB1Zu.js} +28 -24
- package/chunks/{bundle-DRyEkedz.js.map → bundle-uthnB1Zu.js.map} +1 -1
- package/chunks/{bundle-DfDrbjM5.js → bundle-yKqHFFfz.js} +1 -1
- package/chunks/bundle-yKqHFFfz.js.map +1 -0
- package/chunks/{bundle-CLonR-iH.js → bundle-zOZq2Vpt.js} +8 -7
- package/chunks/{bundle-CLonR-iH.js.map → bundle-zOZq2Vpt.js.map} +1 -1
- package/cjs/App.js +116 -271
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +32 -40
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +77 -76
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +31 -35
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +6 -5
- package/cjs/Channel/components/FrozenNotification.js.map +1 -1
- package/cjs/Channel/components/Message.js +68 -67
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +48 -50
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +48 -50
- package/cjs/Channel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +74 -70
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +31 -36
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +31 -41
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +11 -7
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +8 -7
- package/cjs/Channel/components/UnreadCount.js.map +1 -1
- package/cjs/Channel/context.js +153 -121
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel/hooks/useHandleUploadFiles.js +21 -23
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +16 -18
- package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/cjs/Channel/utils/getMessagePartsInfo.js +13 -14
- package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/cjs/Channel.js +77 -76
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +216 -47
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +16 -11
- package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListUI.js +206 -139
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +39 -41
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +17 -18
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +14 -27
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +213 -82
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +28 -32
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +15 -28
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +16 -10
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +48 -49
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +23 -31
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +25 -28
- package/cjs/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/cjs/ChannelSettings/components/ModerationPanel.js +33 -33
- package/cjs/ChannelSettings/components/UserListItem.js +26 -29
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +34 -34
- package/cjs/ChannelSettings/context.js +14 -175
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings/hooks/useMenuList.js +33 -33
- package/cjs/ChannelSettings.js +53 -53
- package/cjs/CreateChannel/components/CreateChannelUI.js +215 -46
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +216 -154
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +217 -86
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +225 -8
- package/cjs/CreateChannel/context.js.map +1 -1
- package/cjs/CreateChannel.js +214 -40
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +16 -24
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +9 -4
- package/cjs/CreateOpenChannel/context.js.map +1 -1
- package/cjs/CreateOpenChannel.js +16 -24
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +27 -35
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +16 -25
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/GroupChannel/components/FileViewer.js +34 -36
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +6 -5
- package/cjs/GroupChannel/components/FrozenNotification.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelHeader.js +32 -38
- package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelUI.js +74 -71
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +67 -63
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +48 -47
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +75 -70
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +32 -34
- package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/GroupChannel/components/SuggestedMentionList.js +18 -13
- package/cjs/GroupChannel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/GroupChannel/components/TypingIndicator.js +14 -10
- package/cjs/GroupChannel/components/TypingIndicator.js.map +1 -1
- package/cjs/GroupChannel/components/UnreadCount.js +8 -7
- package/cjs/GroupChannel/components/UnreadCount.js.map +1 -1
- package/cjs/GroupChannel/context.js +25 -520
- package/cjs/GroupChannel/context.js.map +1 -1
- package/cjs/GroupChannel.js +72 -69
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +216 -47
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +17 -13
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +39 -40
- package/cjs/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +213 -117
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +18 -20
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/cjs/GroupChannelList/context.js +19 -121
- package/cjs/GroupChannelList/context.js.map +1 -1
- package/cjs/GroupChannelList.js +211 -74
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +24 -23
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +17 -285
- package/cjs/MessageSearch/context.js.map +1 -1
- package/cjs/MessageSearch.js +25 -21
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -4
- package/cjs/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelHeader.js +23 -29
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +31 -33
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +45 -44
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +54 -52
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +49 -48
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +21 -27
- package/cjs/OpenChannel/context.js.map +1 -1
- package/cjs/OpenChannel.js +47 -46
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +20 -28
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +9 -5
- package/cjs/OpenChannelList/context.js.map +1 -1
- package/cjs/OpenChannelList.js +18 -26
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +23 -31
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +24 -32
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +33 -34
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +37 -41
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -23
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +16 -35
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +27 -28
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +486 -915
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +71 -68
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +42 -39
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +8 -7
- package/cjs/Thread/components/ThreadHeader.js.map +1 -1
- package/cjs/Thread/components/ThreadList.js +67 -63
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +77 -76
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +67 -67
- package/cjs/Thread/components/ThreadUI.js +74 -72
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context/types.js +0 -1
- package/cjs/Thread/context/types.js.map +1 -1
- package/cjs/Thread/context.js +26 -1337
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +71 -69
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +9 -6
- package/cjs/VoicePlayer/context.js.map +1 -1
- package/cjs/VoicePlayer/useVoicePlayer.js +18 -23
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/cjs/VoiceRecorder/context.js +130 -25
- package/cjs/VoiceRecorder/context.js.map +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +17 -23
- package/cjs/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/cjs/chunks/{bundle-BpThX3wu.js → bundle-4kO4nPo9.js} +5 -5
- package/{chunks/bundle-BI2YMBw_.js.map → cjs/chunks/bundle-4kO4nPo9.js.map} +1 -1
- package/cjs/chunks/bundle-AAO7jUU2.js +2932 -0
- package/cjs/chunks/bundle-AAO7jUU2.js.map +1 -0
- package/cjs/chunks/{bundle-ChDTEa9-.js → bundle-B-Smxy4L.js} +1 -1
- package/cjs/chunks/bundle-B-Smxy4L.js.map +1 -0
- package/cjs/chunks/{bundle-BA6Cum_9.js → bundle-B0UICprZ.js} +3 -3
- package/cjs/chunks/{bundle-BA6Cum_9.js.map → bundle-B0UICprZ.js.map} +1 -1
- package/cjs/chunks/{bundle-BOCivP7e.js → bundle-B1NPGl_q.js} +2 -2
- package/cjs/chunks/bundle-B1NPGl_q.js.map +1 -0
- package/cjs/chunks/{bundle-Bu4cmOCm.js → bundle-B2KoWBOt.js} +1 -1
- package/cjs/chunks/bundle-B2KoWBOt.js.map +1 -0
- package/cjs/chunks/{bundle-D30swLTX.js → bundle-B2xIXbEG.js} +3 -3
- package/cjs/chunks/bundle-B2xIXbEG.js.map +1 -0
- package/cjs/chunks/bundle-B7URG8PR.js +1119 -0
- package/cjs/chunks/bundle-B7URG8PR.js.map +1 -0
- package/cjs/chunks/{bundle-BOSyMutC.js → bundle-B9BY1g5d.js} +2 -2
- package/cjs/chunks/{bundle-BOSyMutC.js.map → bundle-B9BY1g5d.js.map} +1 -1
- package/cjs/chunks/{bundle-DpyxKl7F.js → bundle-BEbBkdwl.js} +16 -20
- package/{chunks/bundle-3aUfVJHj.js.map → cjs/chunks/bundle-BEbBkdwl.js.map} +1 -1
- package/cjs/chunks/{bundle-D6fimwV5.js → bundle-BFKxvlzn.js} +8 -8
- package/cjs/chunks/bundle-BFKxvlzn.js.map +1 -0
- package/cjs/chunks/{bundle-XANrnOqB.js → bundle-BIrmQghI.js} +1 -2
- package/cjs/chunks/bundle-BIrmQghI.js.map +1 -0
- package/cjs/chunks/{bundle-R7sVfaA9.js → bundle-BLQ7t6yE.js} +9 -8
- package/cjs/chunks/bundle-BLQ7t6yE.js.map +1 -0
- package/cjs/chunks/{bundle-BFFRQpby.js → bundle-BOb4newg.js} +8 -8
- package/cjs/chunks/bundle-BOb4newg.js.map +1 -0
- package/cjs/chunks/{bundle-Dq5LRxGL.js → bundle-BPGU6BH2.js} +11 -10
- package/cjs/chunks/bundle-BPGU6BH2.js.map +1 -0
- package/cjs/chunks/{bundle-DWfeFlxG.js → bundle-BPWJgESF.js} +1 -1
- package/cjs/chunks/bundle-BPWJgESF.js.map +1 -0
- package/cjs/chunks/{bundle-s1cLz65w.js → bundle-BUGwK1WK.js} +1 -1
- package/cjs/chunks/bundle-BUGwK1WK.js.map +1 -0
- package/{chunks/bundle-CIN9yQRB.js → cjs/chunks/bundle-BV7y6VDn.js} +3 -22
- package/cjs/chunks/{bundle-DE5YH8Q-.js.map → bundle-BV7y6VDn.js.map} +1 -1
- package/cjs/chunks/{bundle-D4NkDFD-.js → bundle-BWtBhW43.js} +11 -10
- package/cjs/chunks/{bundle-sZREfKpL.js.map → bundle-BWtBhW43.js.map} +1 -1
- package/cjs/chunks/{bundle-Bua7cUR6.js → bundle-BX4VESNC.js} +16 -16
- package/cjs/chunks/{bundle-Bua7cUR6.js.map → bundle-BX4VESNC.js.map} +1 -1
- package/cjs/chunks/{bundle-BL1sGjVd.js → bundle-BXvzT2m9.js} +1 -1
- package/cjs/chunks/bundle-BXvzT2m9.js.map +1 -0
- package/cjs/chunks/{bundle-n_Z6yPjx.js → bundle-BcgWN8U2.js} +6 -7
- package/cjs/chunks/bundle-BcgWN8U2.js.map +1 -0
- package/cjs/chunks/{bundle-BSfpBazH.js → bundle-Bd-cNaJc.js} +3 -3
- package/cjs/chunks/bundle-Bd-cNaJc.js.map +1 -0
- package/cjs/chunks/{bundle-LNbeYHuL.js → bundle-BeI9AozB.js} +24 -24
- package/cjs/chunks/{bundle-LNbeYHuL.js.map → bundle-BeI9AozB.js.map} +1 -1
- package/cjs/chunks/{bundle-bfd2VoyQ.js → bundle-BfhkRB7U.js} +26 -25
- package/cjs/chunks/{bundle-bfd2VoyQ.js.map → bundle-BfhkRB7U.js.map} +1 -1
- package/cjs/chunks/{bundle-JpIugjtL.js → bundle-BqAUDzGx.js} +3 -3
- package/cjs/chunks/bundle-BqAUDzGx.js.map +1 -0
- package/cjs/chunks/{bundle-QF_AmnwV.js → bundle-Bqahh-7Q.js} +8 -7
- package/cjs/chunks/{bundle-D4NkDFD-.js.map → bundle-Bqahh-7Q.js.map} +1 -1
- package/cjs/chunks/{bundle-m5OpCHlj.js → bundle-Bx1_cAVo.js} +8 -22
- package/cjs/chunks/bundle-Bx1_cAVo.js.map +1 -0
- package/cjs/chunks/{bundle-CuWm0vby.js → bundle-C1G0SKDq.js} +1 -1
- package/cjs/chunks/{bundle-CuWm0vby.js.map → bundle-C1G0SKDq.js.map} +1 -1
- package/cjs/chunks/{bundle-B3LOu7kN.js → bundle-C4t_1F0C.js} +4 -3
- package/cjs/chunks/bundle-C4t_1F0C.js.map +1 -0
- package/cjs/chunks/{bundle-C3_KfqSN.js → bundle-C8MACRPO.js} +1 -1
- package/cjs/chunks/bundle-C8MACRPO.js.map +1 -0
- package/cjs/chunks/{bundle-COBYaK8T.js → bundle-CBLzrxjV.js} +4 -4
- package/cjs/chunks/{bundle-COBYaK8T.js.map → bundle-CBLzrxjV.js.map} +1 -1
- package/cjs/chunks/{bundle-DX3sBwvt.js → bundle-CCXodf32.js} +29 -25
- package/{chunks/bundle-MyLy9AIu.js.map → cjs/chunks/bundle-CCXodf32.js.map} +1 -1
- package/cjs/chunks/{bundle-BZd597ep.js → bundle-CG2rv5Ij.js} +1 -1
- package/cjs/chunks/bundle-CG2rv5Ij.js.map +1 -0
- package/cjs/chunks/{bundle-DHPSwRDh.js → bundle-CLL-nCFU.js} +4 -4
- package/cjs/chunks/bundle-CLL-nCFU.js.map +1 -0
- package/cjs/chunks/bundle-CLXojdVj.js +761 -0
- package/cjs/chunks/bundle-CLXojdVj.js.map +1 -0
- package/cjs/chunks/bundle-CMpha6Ac.js +152 -0
- package/cjs/chunks/bundle-CMpha6Ac.js.map +1 -0
- package/cjs/chunks/{bundle-B2zio8XF.js → bundle-CPeZ4wPf.js} +1 -1
- package/cjs/chunks/bundle-CPeZ4wPf.js.map +1 -0
- package/cjs/chunks/{bundle-BbpZ1Xe-.js → bundle-CXHWkhsI.js} +2 -2
- package/cjs/chunks/{bundle-BbpZ1Xe-.js.map → bundle-CXHWkhsI.js.map} +1 -1
- package/cjs/chunks/{bundle-DYjhaLRW.js → bundle-CaNXlSAv.js} +9 -7
- package/cjs/chunks/bundle-CaNXlSAv.js.map +1 -0
- package/cjs/chunks/bundle-CcVLRLk8.js +217 -0
- package/{chunks/bundle-5-21Jk06.js.map → cjs/chunks/bundle-CcVLRLk8.js.map} +1 -1
- package/cjs/chunks/{bundle-vf5ayidG.js → bundle-CdtZVJ6y.js} +17 -17
- package/cjs/chunks/{bundle-vf5ayidG.js.map → bundle-CdtZVJ6y.js.map} +1 -1
- package/cjs/chunks/{bundle-Aw-PHA-I.js → bundle-CgCnWqE5.js} +1 -1
- package/cjs/chunks/bundle-CgCnWqE5.js.map +1 -0
- package/cjs/chunks/bundle-ChpcAmBg.js +40 -0
- package/cjs/chunks/bundle-ChpcAmBg.js.map +1 -0
- package/cjs/chunks/bundle-CpzjjrHg.js +201 -0
- package/cjs/chunks/bundle-CpzjjrHg.js.map +1 -0
- package/cjs/chunks/{bundle-Khwf-z37.js → bundle-Cq2Y8hPN.js} +9 -9
- package/cjs/chunks/bundle-Cq2Y8hPN.js.map +1 -0
- package/cjs/chunks/{bundle-nWxq3V_Q.js → bundle-CqFqMb6S.js} +3 -3
- package/cjs/chunks/bundle-CqFqMb6S.js.map +1 -0
- package/cjs/chunks/{bundle-YTiDKoON.js → bundle-CvQwksvR.js} +1 -1
- package/cjs/chunks/bundle-CvQwksvR.js.map +1 -0
- package/cjs/chunks/{bundle-CNvRk1Z6.js → bundle-Cwboa2Wr.js} +1 -1
- package/cjs/chunks/bundle-Cwboa2Wr.js.map +1 -0
- package/cjs/chunks/{bundle-D1slQ3hS.js → bundle-CxoFSSXv.js} +1 -1
- package/cjs/chunks/bundle-CxoFSSXv.js.map +1 -0
- package/cjs/chunks/{bundle-B5aEwfu1.js → bundle-CyQD5TkW.js} +1 -1
- package/cjs/chunks/bundle-CyQD5TkW.js.map +1 -0
- package/cjs/chunks/{bundle-S-XkXH4q.js → bundle-CzJX13Yl.js} +2 -2
- package/cjs/chunks/bundle-CzJX13Yl.js.map +1 -0
- package/cjs/chunks/{bundle-DkDRIPJe.js → bundle-CzdU1g3S.js} +6 -5
- package/cjs/chunks/bundle-CzdU1g3S.js.map +1 -0
- package/cjs/chunks/{bundle-XxCVYLKy.js → bundle-D2TXT2xX.js} +8 -9
- package/cjs/chunks/bundle-D2TXT2xX.js.map +1 -0
- package/cjs/chunks/{bundle-DuSS5Dmw.js → bundle-D4Il5UXX.js} +1 -1
- package/cjs/chunks/bundle-D4Il5UXX.js.map +1 -0
- package/cjs/chunks/{bundle-CfUeEOi0.js → bundle-D5wxUmg4.js} +14 -14
- package/cjs/chunks/bundle-D5wxUmg4.js.map +1 -0
- package/cjs/chunks/{bundle-DTD48j2K.js → bundle-D7YiKR6i.js} +7 -17
- package/cjs/chunks/bundle-D7YiKR6i.js.map +1 -0
- package/cjs/chunks/{bundle-DL3fuSPu.js → bundle-DAVPwIxJ.js} +1 -1
- package/cjs/chunks/bundle-DAVPwIxJ.js.map +1 -0
- package/cjs/chunks/bundle-DDNdw3A9.js +32 -0
- package/cjs/chunks/bundle-DDNdw3A9.js.map +1 -0
- package/cjs/chunks/bundle-DJOukqkN.js +672 -0
- package/cjs/chunks/bundle-DJOukqkN.js.map +1 -0
- package/cjs/chunks/{bundle-sZREfKpL.js → bundle-DK39NcVd.js} +7 -6
- package/{chunks/bundle-C6-Ix-Lk.js.map → cjs/chunks/bundle-DK39NcVd.js.map} +1 -1
- package/cjs/chunks/{bundle-D-kYFL1Z.js → bundle-DNjcGEfJ.js} +1 -1
- package/cjs/chunks/bundle-DNjcGEfJ.js.map +1 -0
- package/cjs/chunks/{bundle-Cq5LKFhE.js → bundle-DQNu-S6D.js} +7 -1
- package/cjs/chunks/bundle-DQNu-S6D.js.map +1 -0
- package/cjs/chunks/{bundle-Clz7RiTn.js → bundle-Da973hrK.js} +1 -1
- package/cjs/chunks/bundle-Da973hrK.js.map +1 -0
- package/cjs/chunks/{bundle-B0uIbH1T.js → bundle-DeyX1dvY.js} +4 -19
- package/cjs/chunks/bundle-DeyX1dvY.js.map +1 -0
- package/cjs/chunks/bundle-DlOFss3p.js +11 -0
- package/cjs/chunks/bundle-DlOFss3p.js.map +1 -0
- package/cjs/chunks/bundle-Dn0hi6OJ.js +7 -0
- package/cjs/chunks/bundle-Dn0hi6OJ.js.map +1 -0
- package/cjs/chunks/bundle-Dn7m9LzR.js +187 -0
- package/cjs/chunks/bundle-Dn7m9LzR.js.map +1 -0
- package/cjs/chunks/{bundle-B5-vaN7x.js → bundle-DptJHWLW.js} +17 -16
- package/cjs/chunks/{bundle-DeLEOQNO.js.map → bundle-DptJHWLW.js.map} +1 -1
- package/cjs/chunks/{bundle-BcIrmepz.js → bundle-DsZL8mH-.js} +1 -1
- package/cjs/chunks/bundle-DsZL8mH-.js.map +1 -0
- package/cjs/chunks/{bundle-A5UoPEJO.js → bundle-DwVBqZFY.js} +4 -4
- package/cjs/chunks/bundle-DwVBqZFY.js.map +1 -0
- package/cjs/chunks/{bundle-DzEGN4bG.js → bundle-EhtiN7UV.js} +1 -1
- package/cjs/chunks/bundle-EhtiN7UV.js.map +1 -0
- package/cjs/chunks/{bundle-WqJcr9PX.js → bundle-FJtjwZwh.js} +4 -4
- package/cjs/chunks/{bundle-WqJcr9PX.js.map → bundle-FJtjwZwh.js.map} +1 -1
- package/cjs/chunks/{bundle-BBgc3koD.js → bundle-G4J-OWth.js} +15 -14
- package/cjs/chunks/{bundle-BBgc3koD.js.map → bundle-G4J-OWth.js.map} +1 -1
- package/cjs/chunks/{bundle-qMxPIH0k.js → bundle-L8U6SolV.js} +6 -6
- package/cjs/chunks/bundle-L8U6SolV.js.map +1 -0
- package/cjs/chunks/bundle-LI9JjqG2.js +263 -0
- package/cjs/chunks/bundle-LI9JjqG2.js.map +1 -0
- package/cjs/chunks/{bundle-DeLEOQNO.js → bundle-THfLGJxy.js} +5 -5
- package/cjs/chunks/{bundle-B5-vaN7x.js.map → bundle-THfLGJxy.js.map} +1 -1
- package/cjs/chunks/{bundle-Bhf_RRfA.js → bundle-UKqK7ytZ.js} +1 -1
- package/cjs/chunks/bundle-UKqK7ytZ.js.map +1 -0
- package/cjs/chunks/{bundle-ChVeqDIG.js → bundle-Y1fPW7ES.js} +13 -13
- package/{chunks/bundle-_sFl37fA.js.map → cjs/chunks/bundle-Y1fPW7ES.js.map} +1 -1
- package/cjs/chunks/bundle-YeW89zsR.js +76 -0
- package/cjs/chunks/bundle-YeW89zsR.js.map +1 -0
- package/cjs/chunks/{bundle-DmO3Qtot.js → bundle-aMt_60_o.js} +1 -1
- package/cjs/chunks/{bundle-DmO3Qtot.js.map → bundle-aMt_60_o.js.map} +1 -1
- package/cjs/chunks/{bundle-Bc_sQb3i.js → bundle-de2DEYPS.js} +5 -5
- package/cjs/chunks/bundle-de2DEYPS.js.map +1 -0
- package/cjs/chunks/{bundle-BAF8GaDh.js → bundle-dfqZUdij.js} +1 -1
- package/cjs/chunks/bundle-dfqZUdij.js.map +1 -0
- package/cjs/chunks/bundle-j0RMwIZ5.js +270 -0
- package/cjs/chunks/bundle-j0RMwIZ5.js.map +1 -0
- package/cjs/chunks/{bundle-DHZYT5M_.js → bundle-kPv1Olqr.js} +1 -1
- package/cjs/chunks/bundle-kPv1Olqr.js.map +1 -0
- package/cjs/chunks/{bundle-DUanoG7J.js → bundle-nPNv9ATU.js} +5 -5
- package/cjs/chunks/bundle-nPNv9ATU.js.map +1 -0
- package/cjs/chunks/{bundle-BfjugOIp.js → bundle-swpo7Z_P.js} +4 -4
- package/cjs/chunks/bundle-swpo7Z_P.js.map +1 -0
- package/cjs/chunks/{bundle-DVc6YedH.js → bundle-vEi_Cfco.js} +4 -4
- package/cjs/chunks/bundle-vEi_Cfco.js.map +1 -0
- package/cjs/chunks/{bundle-BloKh_k7.js → bundle-yU9Mr2pS.js} +1 -1
- package/cjs/chunks/bundle-yU9Mr2pS.js.map +1 -0
- package/cjs/chunks/{bundle-6UD0H-nz.js → bundle-ys65nyET.js} +14 -14
- package/cjs/chunks/bundle-ys65nyET.js.map +1 -0
- package/cjs/chunks/{bundle-ByQJ042a.js → bundle-za5uPkdP.js} +1 -1
- package/cjs/chunks/bundle-za5uPkdP.js.map +1 -0
- package/cjs/hooks/useConnectionState.js +8 -5
- package/cjs/hooks/useConnectionState.js.map +1 -1
- package/cjs/hooks/useLocalization.js +4 -3
- package/cjs/hooks/useLocalization.js.map +1 -1
- package/cjs/hooks/useModal.js +56 -24
- package/cjs/hooks/useModal.js.map +1 -1
- package/cjs/index.js +119 -127
- package/cjs/index.js.map +1 -1
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +1 -1
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -4
- package/cjs/ui/Badge.js.map +1 -1
- package/cjs/ui/BottomSheet.js +19 -25
- package/cjs/ui/BottomSheet.js.map +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -5
- package/cjs/ui/ConnectionStatus.js.map +1 -1
- package/cjs/ui/ContextMenu.js +16 -14
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +27 -28
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +10 -8
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +20 -16
- package/cjs/ui/FileMessageItemBody.js.map +1 -1
- package/cjs/ui/FileViewer.js +22 -23
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Header.js +6 -6
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +4 -4
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/cjs/ui/MentionLabel.js +24 -27
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +48 -45
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +15 -22
- package/cjs/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/cjs/ui/MessageFeedbackModal.js +15 -22
- package/cjs/ui/MessageFeedbackModal.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +26 -22
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +15 -13
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +16 -14
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageMenu.js +17 -15
- package/cjs/ui/MessageMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +17 -15
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +12 -11
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- package/cjs/ui/MessageStatus.js +15 -13
- package/cjs/ui/MessageStatus.js.map +1 -1
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +15 -21
- package/cjs/ui/MobileFeedbackMenu.js.map +1 -1
- package/cjs/ui/MobileMenu.js +21 -23
- package/cjs/ui/MobileMenu.js.map +1 -1
- package/cjs/ui/Modal.js +13 -21
- package/cjs/ui/Modal.js.map +1 -1
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +24 -26
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -7
- package/cjs/ui/OpenChannelAvatar.js.map +1 -1
- package/cjs/ui/OpenchannelConversationHeader.js +8 -7
- package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
- package/cjs/ui/OpenchannelFileMessage.js +24 -26
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +26 -28
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +23 -25
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +25 -27
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +6 -5
- package/cjs/ui/PlaceHolder.js.map +1 -1
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +12 -10
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +12 -10
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +21 -17
- package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +24 -27
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +8 -7
- package/cjs/ui/ThreadReplies.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +10 -9
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/cjs/ui/Toggle.js +8 -5
- package/cjs/ui/Toggle.js.map +1 -1
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +10 -8
- package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
- package/cjs/ui/UserListItem.js +28 -31
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserListItemMenu.js +17 -15
- package/cjs/ui/UserListItemMenu.js.map +1 -1
- package/cjs/ui/UserProfile.js +19 -32
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/VoiceMessageInput.js +9 -8
- package/cjs/ui/VoiceMessageInput.js.map +1 -1
- package/cjs/ui/VoiceMessageItemBody.js +16 -21
- package/cjs/ui/VoiceMessageItemBody.js.map +1 -1
- package/cjs/ui/Word.js +21 -24
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/utils/message/isVoiceMessage.js +6 -5
- package/cjs/utils/message/isVoiceMessage.js.map +1 -1
- package/dist/index.css +113 -113
- package/hooks/useConnectionState.js +8 -5
- package/hooks/useConnectionState.js.map +1 -1
- package/hooks/useLocalization.js +4 -3
- package/hooks/useLocalization.js.map +1 -1
- package/hooks/useModal.js +55 -22
- package/hooks/useModal.js.map +1 -1
- package/index.js +116 -125
- package/index.js.map +1 -1
- package/package.json +15 -33
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +3 -3
- package/types/hooks/useDeepCompareEffect.d.ts +24 -0
- package/types/hooks/useStore.d.ts +14 -0
- package/types/hooks/useThrottleCallback.d.ts +0 -7
- package/types/index.d.ts +3 -2
- package/types/lib/MediaQueryContext.d.ts +1 -1
- package/types/lib/Sendbird/context/SendbirdContext.d.ts +18 -0
- package/types/lib/Sendbird/context/SendbirdProvider.d.ts +4 -0
- package/types/lib/Sendbird/context/hooks/useSendbird.d.ts +32 -0
- package/types/lib/Sendbird/context/hooks/useSendbirdStateContext.d.ts +3 -0
- package/types/lib/Sendbird/context/initialState.d.ts +2 -0
- package/types/lib/Sendbird/index.d.ts +16 -0
- package/types/lib/{types.d.ts → Sendbird/types.d.ts} +167 -102
- package/types/lib/Sendbird/utils.d.ts +28 -0
- package/types/lib/emojiManager.d.ts +2 -3
- package/types/lib/hooks/schedulerFactory.d.ts +1 -1
- package/types/lib/hooks/useMarkAsDeliveredScheduler.d.ts +1 -1
- package/types/lib/hooks/useMarkAsReadScheduler.d.ts +1 -1
- package/types/lib/hooks/useMessageTemplateUtils.d.ts +10 -5
- package/types/lib/selectors.d.ts +37 -37
- package/types/lib/utils/uikitConfigMapper.d.ts +1 -1
- package/types/modules/App/types.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useGetChannel.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useHandleChannelEvents.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useHandleReconnect.d.ts +1 -2
- package/types/modules/Channel/context/hooks/useHandleReconnectForChannelList.d.ts +1 -2
- package/types/modules/Channel/context/hooks/useHandleUploadFiles.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useScrollCallback.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useScrollDownCallback.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useSendFileMessageCallback.d.ts +2 -2
- package/types/modules/Channel/context/hooks/useSendMultipleFilesMessage.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useSendVoiceMessageCallback.d.ts +1 -1
- package/types/modules/Channel/context/hooks/useToggleReactionCallback.d.ts +16 -8
- package/types/modules/Channel/context/utils.d.ts +1 -1
- package/types/modules/ChannelList/context/hooks/useActiveChannelUrl.d.ts +1 -2
- package/types/modules/ChannelList/context/hooks/useFetchChannelList.d.ts +1 -1
- package/types/modules/ChannelList/utils.d.ts +1 -1
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/index.d.ts +2 -1
- package/types/modules/ChannelSettings/components/ModerationPanel/BannedUsersModal.d.ts +1 -1
- package/types/modules/ChannelSettings/components/ModerationPanel/MutedMembersModal.d.ts +1 -1
- package/types/modules/ChannelSettings/context/ChannelSettingsProvider.d.ts +23 -38
- package/types/modules/ChannelSettings/context/hooks/useChannelHandler.d.ts +10 -0
- package/types/modules/ChannelSettings/context/hooks/useSetChannel.d.ts +10 -0
- package/types/modules/ChannelSettings/context/index.d.ts +3 -0
- package/types/modules/ChannelSettings/context/types.d.ts +40 -0
- package/types/modules/ChannelSettings/context/useChannelSettings.d.ts +11 -0
- package/types/modules/ChannelSettings/index.d.ts +1 -1
- package/types/modules/CreateChannel/components/InviteUsers/utils.d.ts +1 -1
- package/types/modules/CreateChannel/context/CreateChannelProvider.d.ts +36 -9
- package/types/modules/CreateChannel/context/index.d.ts +2 -0
- package/types/modules/CreateChannel/context/useCreateChannel.d.ts +11 -0
- package/types/modules/CreateChannel/utils.d.ts +1 -1
- package/types/modules/CreateOpenChannel/context/CreateOpenChannelProvider.d.ts +1 -2
- package/types/modules/GroupChannel/components/Message/MessageView.d.ts +1 -1
- package/types/modules/GroupChannel/components/MessageInputWrapper/useHandleUploadFiles.d.ts +1 -1
- package/types/modules/GroupChannel/components/MessageList/getMessagePartsInfo.d.ts +3 -1
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +64 -55
- package/types/modules/GroupChannel/context/hooks/useGroupChannel.d.ts +23 -0
- package/types/modules/GroupChannel/context/hooks/useMessageActions.d.ts +4 -10
- package/types/modules/GroupChannel/context/hooks/useMessageListScroll.d.ts +0 -2
- package/types/modules/GroupChannel/context/index.d.ts +2 -0
- package/types/modules/GroupChannel/context/types.d.ts +80 -0
- package/types/modules/GroupChannel/index.d.ts +1 -1
- package/types/modules/GroupChannelList/context/GroupChannelListProvider.d.ts +36 -4
- package/types/modules/GroupChannelList/context/index.d.ts +2 -0
- package/types/modules/GroupChannelList/context/useGroupChannelList.d.ts +8 -0
- package/types/modules/Message/hooks/useDirtyGetMentions.d.ts +1 -1
- package/types/modules/MessageSearch/context/MessageSearchProvider.d.ts +51 -24
- package/types/modules/MessageSearch/context/hooks/useGetSearchedMessages.d.ts +2 -8
- package/types/modules/MessageSearch/context/hooks/useMessageSearch.d.ts +21 -0
- package/types/modules/MessageSearch/context/hooks/useScrollCallback.d.ts +2 -9
- package/types/modules/MessageSearch/context/hooks/useSearchStringEffect.d.ts +1 -7
- package/types/modules/MessageSearch/context/hooks/useSetChannel.d.ts +2 -7
- package/types/modules/MessageSearch/context/index.d.ts +2 -0
- package/types/modules/OpenChannel/context/hooks/useDeleteMessageCallback.d.ts +1 -1
- package/types/modules/OpenChannel/context/hooks/useFileUploadCallback.d.ts +1 -3
- package/types/modules/OpenChannel/context/hooks/useHandleChannelEvents.d.ts +1 -2
- package/types/modules/OpenChannel/context/hooks/useInitialMessagesFetch.d.ts +1 -1
- package/types/modules/OpenChannel/context/hooks/useResendMessageCallback.d.ts +1 -1
- package/types/modules/OpenChannel/context/hooks/useScrollCallback.d.ts +1 -2
- package/types/modules/OpenChannel/context/hooks/useSendMessageCallback.d.ts +1 -2
- package/types/modules/OpenChannel/context/hooks/useSetChannel.d.ts +1 -2
- package/types/modules/OpenChannel/context/hooks/useUpdateMessageCallback.d.ts +1 -1
- package/types/modules/OpenChannel/context/utils.d.ts +1 -1
- package/types/modules/OpenChannelList/context/OpenChannelListInterfaces.d.ts +1 -1
- package/types/modules/OpenChannelList/context/hooks/createChannelListQuery.d.ts +1 -2
- package/types/modules/OpenChannelList/context/hooks/useFetchNextCallback.d.ts +1 -1
- package/types/modules/OpenChannelList/context/hooks/useRefreshOpenChannelList.d.ts +1 -2
- package/types/modules/OpenChannelList/context/hooks/useSetupOpenChannelList.d.ts +1 -2
- package/types/modules/Thread/components/ParentMessageInfo/ParentMessageInfoItem.d.ts +1 -1
- package/types/modules/Thread/context/ThreadProvider.d.ts +110 -22
- package/types/modules/Thread/context/hooks/useDeleteMessageCallback.d.ts +4 -3
- package/types/modules/Thread/context/hooks/useGetAllEmoji.d.ts +2 -4
- package/types/modules/Thread/context/hooks/useGetChannel.d.ts +2 -7
- package/types/modules/Thread/context/hooks/useGetParentMessage.d.ts +2 -4
- package/types/modules/Thread/context/hooks/useHandleChannelEvents.d.ts +2 -4
- package/types/modules/Thread/context/hooks/useHandleThreadPubsubEvents.d.ts +2 -3
- package/types/modules/Thread/context/hooks/useResendMessageCallback.d.ts +5 -3
- package/types/modules/Thread/context/hooks/useSendFileMessage.d.ts +4 -3
- package/types/modules/Thread/context/hooks/useSendUserMessageCallback.d.ts +4 -3
- package/types/modules/Thread/context/hooks/useSendVoiceMessageCallback.d.ts +4 -3
- package/types/modules/Thread/context/hooks/useSetCurrentUserId.d.ts +6 -0
- package/types/modules/Thread/context/hooks/useThreadFetchers.d.ts +14 -7
- package/types/modules/Thread/context/hooks/useToggleReactionsCallback.d.ts +1 -1
- package/types/modules/Thread/context/hooks/useUpdateMessageCallback.d.ts +4 -3
- package/types/modules/Thread/context/index.d.ts +2 -0
- package/types/modules/Thread/context/useThread.d.ts +64 -0
- package/types/modules/Thread/types.d.ts +8 -0
- package/types/ui/FileMessageItemBody/index.d.ts +1 -1
- package/types/ui/MessageContent/MessageBody/index.d.ts +3 -3
- package/types/ui/MessageContent/index.d.ts +1 -1
- package/types/ui/MessageInput/messageInputUtils.d.ts +3 -3
- package/types/ui/MultipleFilesMessageItemBody/index.d.ts +1 -1
- package/types/utils/color.d.ts +0 -1
- package/types/utils/compressImages.d.ts +1 -2
- package/types/utils/getIsReactionEnabled.d.ts +2 -2
- package/types/utils/index.d.ts +2 -26
- package/types/utils/messages.d.ts +7 -6
- package/types/utils/storeManager.d.ts +10 -0
- package/types/utils/utils.d.ts +5 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -4
- package/ui/Badge.js.map +1 -1
- package/ui/BottomSheet.js +19 -25
- package/ui/BottomSheet.js.map +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -5
- package/ui/ConnectionStatus.js.map +1 -1
- package/ui/ContextMenu.js +16 -14
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +26 -27
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FallbackTemplateMessageItemBody.tsx.js +10 -8
- package/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
- package/ui/FileMessageItemBody.js +20 -16
- package/ui/FileMessageItemBody.js.map +1 -1
- package/ui/FileViewer.js +22 -23
- package/ui/FileViewer.js.map +1 -1
- package/ui/Header.js +6 -6
- package/ui/Icon.js +2 -2
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +4 -4
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/ui/MentionLabel.js +24 -27
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +48 -45
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +15 -22
- package/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/ui/MessageFeedbackModal.js +15 -22
- package/ui/MessageFeedbackModal.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +24 -20
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +15 -13
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +16 -14
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageMenu.js +17 -15
- package/ui/MessageMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +17 -15
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +12 -11
- package/ui/MessageSearchItem.js.map +1 -1
- package/ui/MessageStatus.js +15 -13
- package/ui/MessageStatus.js.map +1 -1
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +15 -21
- package/ui/MobileFeedbackMenu.js.map +1 -1
- package/ui/MobileMenu.js +21 -23
- package/ui/MobileMenu.js.map +1 -1
- package/ui/Modal.js +13 -21
- package/ui/Modal.js.map +1 -1
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +24 -26
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -7
- package/ui/OpenChannelAvatar.js.map +1 -1
- package/ui/OpenchannelConversationHeader.js +8 -7
- package/ui/OpenchannelConversationHeader.js.map +1 -1
- package/ui/OpenchannelFileMessage.js +24 -26
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +26 -28
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +23 -25
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +25 -27
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +6 -5
- package/ui/PlaceHolder.js.map +1 -1
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +12 -10
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +12 -10
- package/ui/QuoteMessageInput.js.map +1 -1
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +21 -17
- package/ui/TemplateMessageItemBody.js.map +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +24 -27
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +8 -7
- package/ui/ThreadReplies.js.map +1 -1
- package/ui/ThumbnailMessageItemBody.js +10 -9
- package/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/ui/Toggle.js +8 -5
- package/ui/Toggle.js.map +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +10 -8
- package/ui/UnknownMessageItemBody.js.map +1 -1
- package/ui/UserListItem.js +28 -31
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserListItemMenu.js +18 -16
- package/ui/UserListItemMenu.js.map +1 -1
- package/ui/UserProfile.js +19 -32
- package/ui/UserProfile.js.map +1 -1
- package/ui/VoiceMessageInput.js +9 -8
- package/ui/VoiceMessageInput.js.map +1 -1
- package/ui/VoiceMessageItemBody.js +16 -21
- package/ui/VoiceMessageItemBody.js.map +1 -1
- package/ui/Word.js +21 -24
- package/ui/Word.js.map +1 -1
- package/utils/message/isVoiceMessage.js +6 -5
- package/utils/message/isVoiceMessage.js.map +1 -1
- package/chunks/bundle-4W3uBGU3.js.map +0 -1
- package/chunks/bundle-90vsNbxW.js.map +0 -1
- package/chunks/bundle-BAQj91eb.js.map +0 -1
- package/chunks/bundle-BBowfNDO.js.map +0 -1
- package/chunks/bundle-BE58pe-0.js.map +0 -1
- package/chunks/bundle-BFqR1X1Q.js.map +0 -1
- package/chunks/bundle-BMygDCXK.js.map +0 -1
- package/chunks/bundle-BP1CB0js.js.map +0 -1
- package/chunks/bundle-BR3O1lZq.js.map +0 -1
- package/chunks/bundle-BWM5xqIs.js +0 -57
- package/chunks/bundle-BWM5xqIs.js.map +0 -1
- package/chunks/bundle-BiPxcZtH.js.map +0 -1
- package/chunks/bundle-Bk5X1tDl.js +0 -8
- package/chunks/bundle-Bk5X1tDl.js.map +0 -1
- package/chunks/bundle-C1U8wE49.js.map +0 -1
- package/chunks/bundle-C9dF4QVS.js.map +0 -1
- package/chunks/bundle-CB5ZFhrW.js +0 -9
- package/chunks/bundle-CB5ZFhrW.js.map +0 -1
- package/chunks/bundle-CDjVXDOc.js.map +0 -1
- package/chunks/bundle-CDvvzlad.js.map +0 -1
- package/chunks/bundle-CHzQIw7_.js +0 -43
- package/chunks/bundle-CHzQIw7_.js.map +0 -1
- package/chunks/bundle-CZsW3iP9.js.map +0 -1
- package/chunks/bundle-CbEyAimK.js.map +0 -1
- package/chunks/bundle-Ci2fMtNJ.js.map +0 -1
- package/chunks/bundle-Ctm0h0rU.js +0 -12
- package/chunks/bundle-Ctm0h0rU.js.map +0 -1
- package/chunks/bundle-Cu4bYcMG.js +0 -67
- package/chunks/bundle-Cu4bYcMG.js.map +0 -1
- package/chunks/bundle-CzdrQ_Yq.js.map +0 -1
- package/chunks/bundle-DCbJaskZ.js.map +0 -1
- package/chunks/bundle-DImSV9VW.js.map +0 -1
- package/chunks/bundle-DUTyBaXr.js.map +0 -1
- package/chunks/bundle-DWrM1EW4.js.map +0 -1
- package/chunks/bundle-DYeeW5nS.js.map +0 -1
- package/chunks/bundle-DaKZZ13Y.js.map +0 -1
- package/chunks/bundle-Deel9XzY.js.map +0 -1
- package/chunks/bundle-DfDrbjM5.js.map +0 -1
- package/chunks/bundle-DjgT6gu4.js.map +0 -1
- package/chunks/bundle-DkviGBGz.js.map +0 -1
- package/chunks/bundle-Dpdq7qeD.js.map +0 -1
- package/chunks/bundle-DrHsf0sP.js.map +0 -1
- package/chunks/bundle-Dskg5qjd.js.map +0 -1
- package/chunks/bundle-DtycZWOo.js +0 -20
- package/chunks/bundle-DtycZWOo.js.map +0 -1
- package/chunks/bundle-DvcOxLrR.js.map +0 -1
- package/chunks/bundle-Dvg19muo.js.map +0 -1
- package/chunks/bundle-LPNnEgGp.js.map +0 -1
- package/chunks/bundle-LWpHaUiZ.js.map +0 -1
- package/chunks/bundle-MkyS3j4-.js.map +0 -1
- package/chunks/bundle-MrMJJXf2.js +0 -34
- package/chunks/bundle-MrMJJXf2.js.map +0 -1
- package/chunks/bundle-MyLy9AIu.js +0 -367
- package/chunks/bundle-P-vXuw8U.js.map +0 -1
- package/chunks/bundle-TGosz9cX.js.map +0 -1
- package/chunks/bundle-V4PrrT67.js.map +0 -1
- package/chunks/bundle-eYHtE5ry.js.map +0 -1
- package/chunks/bundle-gQ2a8Eki.js.map +0 -1
- package/chunks/bundle-jw_xHmHg.js.map +0 -1
- package/chunks/bundle-k6zcGkBp.js.map +0 -1
- package/cjs/chunks/bundle-4i5ybSGL.js +0 -107
- package/cjs/chunks/bundle-4i5ybSGL.js.map +0 -1
- package/cjs/chunks/bundle-6UD0H-nz.js.map +0 -1
- package/cjs/chunks/bundle-A5UoPEJO.js.map +0 -1
- package/cjs/chunks/bundle-Aw-PHA-I.js.map +0 -1
- package/cjs/chunks/bundle-B0uIbH1T.js.map +0 -1
- package/cjs/chunks/bundle-B2zio8XF.js.map +0 -1
- package/cjs/chunks/bundle-B3LOu7kN.js.map +0 -1
- package/cjs/chunks/bundle-B5aEwfu1.js.map +0 -1
- package/cjs/chunks/bundle-BAF8GaDh.js.map +0 -1
- package/cjs/chunks/bundle-BFFRQpby.js.map +0 -1
- package/cjs/chunks/bundle-BFPhV1oD.js +0 -10
- package/cjs/chunks/bundle-BFPhV1oD.js.map +0 -1
- package/cjs/chunks/bundle-BFXyNnQ0.js +0 -11
- package/cjs/chunks/bundle-BFXyNnQ0.js.map +0 -1
- package/cjs/chunks/bundle-BL1sGjVd.js.map +0 -1
- package/cjs/chunks/bundle-BOCivP7e.js.map +0 -1
- package/cjs/chunks/bundle-BSfpBazH.js.map +0 -1
- package/cjs/chunks/bundle-BUuEhLl0.js +0 -26
- package/cjs/chunks/bundle-BUuEhLl0.js.map +0 -1
- package/cjs/chunks/bundle-BZd597ep.js.map +0 -1
- package/cjs/chunks/bundle-BcIrmepz.js.map +0 -1
- package/cjs/chunks/bundle-Bc_sQb3i.js.map +0 -1
- package/cjs/chunks/bundle-BfjugOIp.js.map +0 -1
- package/cjs/chunks/bundle-Bhf_RRfA.js.map +0 -1
- package/cjs/chunks/bundle-BloKh_k7.js.map +0 -1
- package/cjs/chunks/bundle-BpThX3wu.js.map +0 -1
- package/cjs/chunks/bundle-Bu4cmOCm.js.map +0 -1
- package/cjs/chunks/bundle-ByQJ042a.js.map +0 -1
- package/cjs/chunks/bundle-C3_KfqSN.js.map +0 -1
- package/cjs/chunks/bundle-CNvRk1Z6.js.map +0 -1
- package/cjs/chunks/bundle-CT3qZJLT.js +0 -36
- package/cjs/chunks/bundle-CT3qZJLT.js.map +0 -1
- package/cjs/chunks/bundle-CYAm3mYC.js +0 -50
- package/cjs/chunks/bundle-CYAm3mYC.js.map +0 -1
- package/cjs/chunks/bundle-CfUeEOi0.js.map +0 -1
- package/cjs/chunks/bundle-ChDTEa9-.js.map +0 -1
- package/cjs/chunks/bundle-Clz7RiTn.js.map +0 -1
- package/cjs/chunks/bundle-Cq5LKFhE.js.map +0 -1
- package/cjs/chunks/bundle-D-kYFL1Z.js.map +0 -1
- package/cjs/chunks/bundle-D1slQ3hS.js.map +0 -1
- package/cjs/chunks/bundle-D30swLTX.js.map +0 -1
- package/cjs/chunks/bundle-D6fimwV5.js.map +0 -1
- package/cjs/chunks/bundle-D7uROwt_.js +0 -73
- package/cjs/chunks/bundle-D7uROwt_.js.map +0 -1
- package/cjs/chunks/bundle-DHPSwRDh.js.map +0 -1
- package/cjs/chunks/bundle-DHZYT5M_.js.map +0 -1
- package/cjs/chunks/bundle-DL3fuSPu.js.map +0 -1
- package/cjs/chunks/bundle-DQy9DqFO.js +0 -84
- package/cjs/chunks/bundle-DQy9DqFO.js.map +0 -1
- package/cjs/chunks/bundle-DTD48j2K.js.map +0 -1
- package/cjs/chunks/bundle-DVc6YedH.js.map +0 -1
- package/cjs/chunks/bundle-DWfeFlxG.js.map +0 -1
- package/cjs/chunks/bundle-DX3sBwvt.js.map +0 -1
- package/cjs/chunks/bundle-DYjhaLRW.js.map +0 -1
- package/cjs/chunks/bundle-DkDRIPJe.js.map +0 -1
- package/cjs/chunks/bundle-Dq5LRxGL.js.map +0 -1
- package/cjs/chunks/bundle-DuSS5Dmw.js.map +0 -1
- package/cjs/chunks/bundle-DzEGN4bG.js.map +0 -1
- package/cjs/chunks/bundle-JpIugjtL.js.map +0 -1
- package/cjs/chunks/bundle-Khwf-z37.js.map +0 -1
- package/cjs/chunks/bundle-Ol1CxgYk.js +0 -385
- package/cjs/chunks/bundle-Ol1CxgYk.js.map +0 -1
- package/cjs/chunks/bundle-QF_AmnwV.js.map +0 -1
- package/cjs/chunks/bundle-R7sVfaA9.js.map +0 -1
- package/cjs/chunks/bundle-S-XkXH4q.js.map +0 -1
- package/cjs/chunks/bundle-XANrnOqB.js.map +0 -1
- package/cjs/chunks/bundle-XxCVYLKy.js.map +0 -1
- package/cjs/chunks/bundle-YTiDKoON.js.map +0 -1
- package/cjs/chunks/bundle-m5OpCHlj.js.map +0 -1
- package/cjs/chunks/bundle-nWxq3V_Q.js.map +0 -1
- package/cjs/chunks/bundle-n_Z6yPjx.js.map +0 -1
- package/cjs/chunks/bundle-qMxPIH0k.js.map +0 -1
- package/cjs/chunks/bundle-s1cLz65w.js.map +0 -1
- package/cjs/useSendbirdStateContext.js +0 -27
- package/cjs/useSendbirdStateContext.js.map +0 -1
- package/cjs/withSendbird.js +0 -33
- package/cjs/withSendbird.js.map +0 -1
- package/types/hooks/useAppendDomNode.d.ts +0 -2
- package/types/hooks/useSendbirdStateContext.d.ts +0 -3
- package/types/lib/Sendbird.d.ts +0 -67
- package/types/lib/SendbirdSdkContext.d.ts +0 -12
- package/types/lib/SendbirdState.d.ts +0 -7
- package/types/lib/dux/appInfo/actionTypes.d.ts +0 -26
- package/types/lib/dux/appInfo/initialState.d.ts +0 -23
- package/types/lib/dux/appInfo/reducers.d.ts +0 -3
- package/types/lib/dux/appInfo/utils.d.ts +0 -7
- package/types/lib/dux/sdk/actionTypes.d.ts +0 -16
- package/types/lib/dux/sdk/initialState.d.ts +0 -9
- package/types/lib/dux/sdk/reducers.d.ts +0 -3
- package/types/lib/dux/user/actionTypes.d.ts +0 -14
- package/types/lib/dux/user/initialState.d.ts +0 -8
- package/types/lib/dux/user/reducers.d.ts +0 -3
- package/types/lib/hooks/useConnect/__test__/data.mocks.d.ts +0 -16
- package/types/lib/hooks/useConnect/connect.d.ts +0 -2
- package/types/lib/hooks/useConnect/disconnectSdk.d.ts +0 -2
- package/types/lib/hooks/useConnect/index.d.ts +0 -2
- package/types/lib/hooks/useConnect/setupConnection.d.ts +0 -22
- package/types/lib/hooks/useConnect/types.d.ts +0 -47
- package/types/modules/GroupChannel/context/hooks/useToggleReactionCallback.d.ts +0 -4
- package/types/modules/MessageSearch/context/dux/actionTypes.d.ts +0 -8
- package/types/modules/MessageSearch/context/dux/initialState.d.ts +0 -14
- package/types/modules/MessageSearch/context/dux/reducers.d.ts +0 -7
- package/types/modules/Thread/context/dux/actionTypes.d.ts +0 -38
- package/types/modules/Thread/context/dux/initialState.d.ts +0 -22
- package/types/modules/Thread/context/dux/reducer.d.ts +0 -8
- package/useSendbirdStateContext.js +0 -22
- package/useSendbirdStateContext.js.map +0 -1
- package/withSendbird.js +0 -24
- package/withSendbird.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __spreadArray } from './bundle-B8Grfnrx.js';
|
|
2
2
|
import React__default, { forwardRef } from 'react';
|
|
3
|
-
import { g as getStringSet } from './bundle-
|
|
3
|
+
import { g as getStringSet } from './bundle-Y2KBbxRr.js';
|
|
4
4
|
|
|
5
5
|
var Typography = {
|
|
6
6
|
H_1: 'H_1',
|
|
@@ -83,4 +83,4 @@ var LabelColors = Colors;
|
|
|
83
83
|
var LabelStringSet = getStringSet('en');
|
|
84
84
|
|
|
85
85
|
export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
|
|
86
|
-
//# sourceMappingURL=bundle-
|
|
86
|
+
//# sourceMappingURL=bundle-HspRRkmy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-HspRRkmy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
import { _ as __assign, b as __awaiter, c as __generator } from './bundle-B8Grfnrx.js';
|
|
2
|
+
import { S as SendbirdContext, s as shimExports } from './bundle-C4OmfIXk.js';
|
|
3
|
+
import { useContext, useMemo } from 'react';
|
|
4
|
+
import SendbirdChat, { SendbirdProduct, SendbirdPlatform, DeviceOsPlatform } from '@sendbird/chat';
|
|
5
|
+
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
6
|
+
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
7
|
+
|
|
8
|
+
var updateAppInfoStore = function (state, payload) {
|
|
9
|
+
return __assign(__assign({}, state), { stores: __assign(__assign({}, state.stores), { appInfoStore: __assign(__assign({}, state.stores.appInfoStore), payload) }) });
|
|
10
|
+
};
|
|
11
|
+
var updateSdkStore = function (state, payload) {
|
|
12
|
+
return __assign(__assign({}, state), { stores: __assign(__assign({}, state.stores), { sdkStore: __assign(__assign({}, state.stores.sdkStore), payload) }) });
|
|
13
|
+
};
|
|
14
|
+
var updateUserStore = function (state, payload) {
|
|
15
|
+
return __assign(__assign({}, state), { stores: __assign(__assign({}, state.stores), { userStore: __assign(__assign({}, state.stores.userStore), payload) }) });
|
|
16
|
+
};
|
|
17
|
+
function initSDK(_a) {
|
|
18
|
+
var appId = _a.appId, customApiHost = _a.customApiHost, customWebSocketHost = _a.customWebSocketHost, _b = _a.sdkInitParams, sdkInitParams = _b === void 0 ? {} : _b;
|
|
19
|
+
var params = Object.assign(sdkInitParams, {
|
|
20
|
+
appId: appId,
|
|
21
|
+
modules: [new GroupChannelModule(), new OpenChannelModule()],
|
|
22
|
+
// newInstance: isNewApp,
|
|
23
|
+
localCacheEnabled: true,
|
|
24
|
+
});
|
|
25
|
+
if (customApiHost)
|
|
26
|
+
params.customApiHost = customApiHost;
|
|
27
|
+
if (customWebSocketHost)
|
|
28
|
+
params.customWebSocketHost = customWebSocketHost;
|
|
29
|
+
return SendbirdChat.init(params);
|
|
30
|
+
}
|
|
31
|
+
var APP_VERSION_STRING = '3.15.14';
|
|
32
|
+
/**
|
|
33
|
+
* Sets up the Sendbird SDK after initialization.
|
|
34
|
+
* Configures necessary settings, adds extensions, sets the platform, and configures the session handler if provided.
|
|
35
|
+
*/
|
|
36
|
+
function setupSDK(sdk, params) {
|
|
37
|
+
var _a, _b;
|
|
38
|
+
var logger = params.logger, sessionHandler = params.sessionHandler, isMobile = params.isMobile, customExtensionParams = params.customExtensionParams;
|
|
39
|
+
(_a = logger.info) === null || _a === void 0 ? void 0 : _a.call(logger, 'SendbirdProvider | useConnect/setupConnection/setVersion', { version: APP_VERSION_STRING });
|
|
40
|
+
sdk.addExtension('sb_uikit', APP_VERSION_STRING);
|
|
41
|
+
sdk.addSendbirdExtensions([{ product: SendbirdProduct.UIKIT_CHAT, version: APP_VERSION_STRING, platform: SendbirdPlatform === null || SendbirdPlatform === void 0 ? void 0 : SendbirdPlatform.JS }], { platform: isMobile ? DeviceOsPlatform.MOBILE_WEB : DeviceOsPlatform.WEB }, customExtensionParams);
|
|
42
|
+
if (sessionHandler) {
|
|
43
|
+
(_b = logger.info) === null || _b === void 0 ? void 0 : _b.call(logger, 'SendbirdProvider | useConnect/setupConnection/configureSession', sessionHandler);
|
|
44
|
+
sdk.setSessionHandler(sessionHandler);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
var NO_CONTEXT_ERROR = 'No sendbird state value available. Make sure you are rendering `<SendbirdProvider>` at the top of your app.';
|
|
49
|
+
var useSendbird = function () {
|
|
50
|
+
var store = useContext(SendbirdContext);
|
|
51
|
+
if (!store)
|
|
52
|
+
throw new Error(NO_CONTEXT_ERROR);
|
|
53
|
+
var state = shimExports.useSyncExternalStore(store.subscribe, store.getState);
|
|
54
|
+
var actions = useMemo(function () { return ({
|
|
55
|
+
/* Example: How to set the state basically */
|
|
56
|
+
// exampleAction: () => {
|
|
57
|
+
// store.setState((state): SendbirdState => ({
|
|
58
|
+
// ...state,
|
|
59
|
+
// example: true,
|
|
60
|
+
// })),
|
|
61
|
+
// },
|
|
62
|
+
/* AppInfo */
|
|
63
|
+
initMessageTemplateInfo: function (_a) {
|
|
64
|
+
var payload = _a.payload;
|
|
65
|
+
store.setState(function (state) { return (updateAppInfoStore(state, {
|
|
66
|
+
messageTemplatesInfo: payload,
|
|
67
|
+
waitingTemplateKeysMap: {},
|
|
68
|
+
})); });
|
|
69
|
+
},
|
|
70
|
+
upsertMessageTemplates: function (_a) {
|
|
71
|
+
var payload = _a.payload;
|
|
72
|
+
var appInfoStore = state.stores.appInfoStore;
|
|
73
|
+
var templatesInfo = appInfoStore.messageTemplatesInfo;
|
|
74
|
+
if (!templatesInfo)
|
|
75
|
+
return state; // Not initialized. Ignore.
|
|
76
|
+
var waitingTemplateKeysMap = __assign({}, appInfoStore.waitingTemplateKeysMap);
|
|
77
|
+
payload.forEach(function (templatesMapData) {
|
|
78
|
+
var key = templatesMapData.key, template = templatesMapData.template;
|
|
79
|
+
templatesInfo.templatesMap[key] = template;
|
|
80
|
+
delete waitingTemplateKeysMap[key];
|
|
81
|
+
});
|
|
82
|
+
store.setState(function (state) { return (updateAppInfoStore(state, {
|
|
83
|
+
waitingTemplateKeysMap: waitingTemplateKeysMap,
|
|
84
|
+
messageTemplatesInfo: templatesInfo,
|
|
85
|
+
})); });
|
|
86
|
+
},
|
|
87
|
+
upsertWaitingTemplateKeys: function (_a) {
|
|
88
|
+
var payload = _a.payload;
|
|
89
|
+
var appInfoStore = state.stores.appInfoStore;
|
|
90
|
+
var keys = payload.keys, requestedAt = payload.requestedAt;
|
|
91
|
+
var waitingTemplateKeysMap = __assign({}, appInfoStore.waitingTemplateKeysMap);
|
|
92
|
+
keys.forEach(function (key) {
|
|
93
|
+
var _a, _b;
|
|
94
|
+
waitingTemplateKeysMap[key] = {
|
|
95
|
+
erroredMessageIds: (_b = (_a = waitingTemplateKeysMap[key]) === null || _a === void 0 ? void 0 : _a.erroredMessageIds) !== null && _b !== void 0 ? _b : [],
|
|
96
|
+
requestedAt: requestedAt,
|
|
97
|
+
};
|
|
98
|
+
});
|
|
99
|
+
store.setState(function (state) { return (updateAppInfoStore(state, {
|
|
100
|
+
waitingTemplateKeysMap: waitingTemplateKeysMap,
|
|
101
|
+
})); });
|
|
102
|
+
},
|
|
103
|
+
markErrorWaitingTemplateKeys: function (_a) {
|
|
104
|
+
var payload = _a.payload;
|
|
105
|
+
var appInfoStore = state.stores.appInfoStore;
|
|
106
|
+
var keys = payload.keys, messageId = payload.messageId;
|
|
107
|
+
var waitingTemplateKeysMap = __assign({}, appInfoStore.waitingTemplateKeysMap);
|
|
108
|
+
keys.forEach(function (key) {
|
|
109
|
+
var waitingTemplateKeyData = waitingTemplateKeysMap[key];
|
|
110
|
+
if (waitingTemplateKeyData && waitingTemplateKeyData.erroredMessageIds.indexOf(messageId) === -1) {
|
|
111
|
+
waitingTemplateKeyData.erroredMessageIds.push(messageId);
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
store.setState(function (state) { return (updateAppInfoStore(state, {
|
|
115
|
+
waitingTemplateKeysMap: waitingTemplateKeysMap,
|
|
116
|
+
})); });
|
|
117
|
+
},
|
|
118
|
+
/* SDK */
|
|
119
|
+
setSdkLoading: function (payload) {
|
|
120
|
+
store.setState(function (state) { return (updateSdkStore(state, {
|
|
121
|
+
initialized: false,
|
|
122
|
+
loading: payload,
|
|
123
|
+
})); });
|
|
124
|
+
},
|
|
125
|
+
sdkError: function () {
|
|
126
|
+
store.setState(function (state) { return (updateSdkStore(state, {
|
|
127
|
+
initialized: false,
|
|
128
|
+
loading: false,
|
|
129
|
+
error: true,
|
|
130
|
+
})); });
|
|
131
|
+
},
|
|
132
|
+
initSdk: function (payload) {
|
|
133
|
+
store.setState(function (state) { return (updateSdkStore(state, {
|
|
134
|
+
sdk: payload,
|
|
135
|
+
initialized: true,
|
|
136
|
+
loading: false,
|
|
137
|
+
error: false,
|
|
138
|
+
})); });
|
|
139
|
+
},
|
|
140
|
+
resetSdk: function () {
|
|
141
|
+
store.setState(function (state) { return (updateSdkStore(state, {
|
|
142
|
+
sdk: null,
|
|
143
|
+
initialized: false,
|
|
144
|
+
loading: false,
|
|
145
|
+
error: false,
|
|
146
|
+
})); });
|
|
147
|
+
},
|
|
148
|
+
/* User */
|
|
149
|
+
initUser: function (payload) {
|
|
150
|
+
store.setState(function (state) { return (updateUserStore(state, {
|
|
151
|
+
initialized: true,
|
|
152
|
+
loading: false,
|
|
153
|
+
user: payload,
|
|
154
|
+
})); });
|
|
155
|
+
},
|
|
156
|
+
resetUser: function () {
|
|
157
|
+
store.setState(function (state) { return (updateUserStore(state, {
|
|
158
|
+
initialized: false,
|
|
159
|
+
loading: false,
|
|
160
|
+
user: null,
|
|
161
|
+
})); });
|
|
162
|
+
},
|
|
163
|
+
updateUserInfo: function (payload) {
|
|
164
|
+
store.setState(function (state) { return (updateUserStore(state, {
|
|
165
|
+
user: payload,
|
|
166
|
+
})); });
|
|
167
|
+
},
|
|
168
|
+
/* Connection */
|
|
169
|
+
connect: function (params) { return __awaiter(void 0, void 0, void 0, function () {
|
|
170
|
+
var logger, userId, appId, accessToken, nickname, profileUrl, isMobile, sdkInitParams, customApiHost, customWebSocketHost, customExtensionParams, eventHandlers, initializeMessageTemplatesInfo, configureSession, initDashboardConfigs, sdk, user, error_1, sendbirdError;
|
|
171
|
+
var _a, _b, _c, _d, _e;
|
|
172
|
+
return __generator(this, function (_f) {
|
|
173
|
+
switch (_f.label) {
|
|
174
|
+
case 0:
|
|
175
|
+
logger = params.logger, userId = params.userId, appId = params.appId, accessToken = params.accessToken, nickname = params.nickname, profileUrl = params.profileUrl, isMobile = params.isMobile, sdkInitParams = params.sdkInitParams, customApiHost = params.customApiHost, customWebSocketHost = params.customWebSocketHost, customExtensionParams = params.customExtensionParams, eventHandlers = params.eventHandlers, initializeMessageTemplatesInfo = params.initializeMessageTemplatesInfo, configureSession = params.configureSession, initDashboardConfigs = params.initDashboardConfigs;
|
|
176
|
+
// clean up previous ws connection
|
|
177
|
+
return [4 /*yield*/, actions.disconnect({ logger: logger })];
|
|
178
|
+
case 1:
|
|
179
|
+
// clean up previous ws connection
|
|
180
|
+
_f.sent();
|
|
181
|
+
sdk = initSDK({
|
|
182
|
+
appId: appId,
|
|
183
|
+
customApiHost: customApiHost,
|
|
184
|
+
customWebSocketHost: customWebSocketHost,
|
|
185
|
+
sdkInitParams: sdkInitParams,
|
|
186
|
+
});
|
|
187
|
+
setupSDK(sdk, {
|
|
188
|
+
logger: logger,
|
|
189
|
+
isMobile: isMobile,
|
|
190
|
+
customExtensionParams: customExtensionParams,
|
|
191
|
+
sessionHandler: configureSession ? configureSession(sdk) : undefined,
|
|
192
|
+
});
|
|
193
|
+
actions.setSdkLoading(true);
|
|
194
|
+
_f.label = 2;
|
|
195
|
+
case 2:
|
|
196
|
+
_f.trys.push([2, 8, , 9]);
|
|
197
|
+
return [4 /*yield*/, sdk.connect(userId, accessToken)];
|
|
198
|
+
case 3:
|
|
199
|
+
user = _f.sent();
|
|
200
|
+
actions.initUser(user);
|
|
201
|
+
if (!(nickname || profileUrl)) return [3 /*break*/, 5];
|
|
202
|
+
return [4 /*yield*/, sdk.updateCurrentUserInfo({
|
|
203
|
+
nickname: nickname || user.nickname || '',
|
|
204
|
+
profileUrl: profileUrl || user.profileUrl,
|
|
205
|
+
})];
|
|
206
|
+
case 4:
|
|
207
|
+
_f.sent();
|
|
208
|
+
_f.label = 5;
|
|
209
|
+
case 5: return [4 /*yield*/, (initializeMessageTemplatesInfo === null || initializeMessageTemplatesInfo === void 0 ? void 0 : initializeMessageTemplatesInfo(sdk))];
|
|
210
|
+
case 6:
|
|
211
|
+
_f.sent();
|
|
212
|
+
return [4 /*yield*/, (initDashboardConfigs === null || initDashboardConfigs === void 0 ? void 0 : initDashboardConfigs(sdk))];
|
|
213
|
+
case 7:
|
|
214
|
+
_f.sent();
|
|
215
|
+
actions.initSdk(sdk);
|
|
216
|
+
(_b = (_a = eventHandlers === null || eventHandlers === void 0 ? void 0 : eventHandlers.connection) === null || _a === void 0 ? void 0 : _a.onConnected) === null || _b === void 0 ? void 0 : _b.call(_a, user);
|
|
217
|
+
return [3 /*break*/, 9];
|
|
218
|
+
case 8:
|
|
219
|
+
error_1 = _f.sent();
|
|
220
|
+
sendbirdError = error_1;
|
|
221
|
+
actions.resetSdk();
|
|
222
|
+
actions.resetUser();
|
|
223
|
+
(_c = logger.error) === null || _c === void 0 ? void 0 : _c.call(logger, 'SendbirdProvider | useSendbird/connect failed', sendbirdError);
|
|
224
|
+
(_e = (_d = eventHandlers === null || eventHandlers === void 0 ? void 0 : eventHandlers.connection) === null || _d === void 0 ? void 0 : _d.onFailed) === null || _e === void 0 ? void 0 : _e.call(_d, sendbirdError);
|
|
225
|
+
return [3 /*break*/, 9];
|
|
226
|
+
case 9: return [2 /*return*/];
|
|
227
|
+
}
|
|
228
|
+
});
|
|
229
|
+
}); },
|
|
230
|
+
disconnect: function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
231
|
+
var sdk;
|
|
232
|
+
var _c;
|
|
233
|
+
var logger = _b.logger;
|
|
234
|
+
return __generator(this, function (_d) {
|
|
235
|
+
switch (_d.label) {
|
|
236
|
+
case 0:
|
|
237
|
+
actions.setSdkLoading(true);
|
|
238
|
+
sdk = state.stores.sdkStore.sdk;
|
|
239
|
+
if (!(sdk === null || sdk === void 0 ? void 0 : sdk.disconnectWebSocket)) return [3 /*break*/, 2];
|
|
240
|
+
return [4 /*yield*/, sdk.disconnectWebSocket()];
|
|
241
|
+
case 1:
|
|
242
|
+
_d.sent();
|
|
243
|
+
_d.label = 2;
|
|
244
|
+
case 2:
|
|
245
|
+
actions.resetSdk();
|
|
246
|
+
actions.resetUser();
|
|
247
|
+
(_c = logger.info) === null || _c === void 0 ? void 0 : _c.call(logger, 'SendbirdProvider | useSendbird/disconnect completed');
|
|
248
|
+
return [2 /*return*/];
|
|
249
|
+
}
|
|
250
|
+
});
|
|
251
|
+
}); },
|
|
252
|
+
}); }, [store, state.stores.appInfoStore]);
|
|
253
|
+
return { state: state, actions: actions };
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
export { useSendbird as u };
|
|
257
|
+
//# sourceMappingURL=bundle-I25ah_Bv.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-I25ah_Bv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
3
2
|
import { TypingIndicator } from '../GroupChannel/components/TypingIndicator.js';
|
|
4
|
-
import { T as TypingIndicatorType } from './bundle-
|
|
3
|
+
import { T as TypingIndicatorType } from './bundle-DZJe3dCn.js';
|
|
5
4
|
import ConnectionStatus from '../ui/ConnectionStatus.js';
|
|
6
5
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
7
|
-
import { d as deleteNullish } from './bundle-
|
|
6
|
+
import { d as deleteNullish } from './bundle-CDcu1I4f.js';
|
|
7
|
+
import { u as useSendbird } from './bundle-I25ah_Bv.js';
|
|
8
8
|
|
|
9
9
|
var GroupChannelUIView = function (props) {
|
|
10
10
|
var _a, _b, _c, _d;
|
|
11
11
|
var isLoading = props.isLoading, isInvalid = props.isInvalid, channelUrl = props.channelUrl;
|
|
12
12
|
var _e = deleteNullish(props), renderChannelHeader = _e.renderChannelHeader, renderMessageList = _e.renderMessageList, renderMessageInput = _e.renderMessageInput, renderTypingIndicator = _e.renderTypingIndicator, renderPlaceholderLoader = _e.renderPlaceholderLoader, renderPlaceholderInvalid = _e.renderPlaceholderInvalid;
|
|
13
|
-
var
|
|
13
|
+
var state = useSendbird().state;
|
|
14
|
+
var stores = state.stores, config = state.config;
|
|
14
15
|
var sdkError = (_a = stores === null || stores === void 0 ? void 0 : stores.sdkStore) === null || _a === void 0 ? void 0 : _a.error;
|
|
15
16
|
var logger = config.logger, isOnline = config.isOnline;
|
|
16
17
|
// Note: This is not a loading status of the message list.
|
|
@@ -42,4 +43,4 @@ var GroupChannelUIView = function (props) {
|
|
|
42
43
|
};
|
|
43
44
|
|
|
44
45
|
export { GroupChannelUIView as G };
|
|
45
|
-
//# sourceMappingURL=bundle-
|
|
46
|
+
//# sourceMappingURL=bundle-L60pJMdf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-L60pJMdf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { a as __spreadArray } from './bundle-B8Grfnrx.js';
|
|
2
|
+
import React__default, { useContext, useState, useEffect } from 'react';
|
|
3
|
+
import { createPortal } from 'react-dom';
|
|
4
|
+
import { c as classnames, n as noop } from './bundle-CDcu1I4f.js';
|
|
5
|
+
import { L as LocalizationContext } from './bundle-l_QLKq1Y.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-yKqHFFfz.js';
|
|
7
|
+
import IconButton from '../ui/IconButton.js';
|
|
8
|
+
import Button, { ButtonTypes } from '../ui/Button.js';
|
|
9
|
+
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-HspRRkmy.js';
|
|
11
|
+
import { u as uuidv4 } from './bundle-CTkGIdt8.js';
|
|
12
|
+
import { u as useSendbird } from './bundle-I25ah_Bv.js';
|
|
13
|
+
|
|
14
|
+
// simple component to be used as modal root
|
|
15
|
+
var MODAL_ROOT = 'sendbird-modal-root';
|
|
16
|
+
var ModalRoot = function () { return (React__default.createElement("div", { id: MODAL_ROOT, className: MODAL_ROOT })); };
|
|
17
|
+
|
|
18
|
+
var ModalHeader = function (_a) {
|
|
19
|
+
var titleText = _a.titleText, onCloseClick = _a.onCloseClick;
|
|
20
|
+
return (React__default.createElement("div", { className: "sendbird-modal__header" },
|
|
21
|
+
React__default.createElement(Label, { type: LabelTypography.H_1, color: LabelColors.ONBACKGROUND_1 }, titleText),
|
|
22
|
+
React__default.createElement("div", { className: "sendbird-modal__close" },
|
|
23
|
+
React__default.createElement(IconButton, { width: "32px", height: "32px", onClick: onCloseClick },
|
|
24
|
+
React__default.createElement(Icon, { type: IconTypes.CLOSE, fillColor: IconColors.DEFAULT, width: "24px", height: "24px" })))));
|
|
25
|
+
};
|
|
26
|
+
var ModalBody = function (_a) {
|
|
27
|
+
var children = _a.children;
|
|
28
|
+
return (React__default.createElement("div", { className: "sendbird-modal__body" },
|
|
29
|
+
React__default.createElement(Label, { type: LabelTypography.SUBTITLE_1, color: LabelColors.ONBACKGROUND_2 }, children)));
|
|
30
|
+
};
|
|
31
|
+
var ModalFooter = function (_a) {
|
|
32
|
+
var submitText = _a.submitText, _b = _a.disabled, disabled = _b === void 0 ? false : _b, _c = _a.hideCancelButton, hideCancelButton = _c === void 0 ? false : _c, _d = _a.type, type = _d === void 0 ? ButtonTypes.DANGER : _d, onSubmit = _a.onSubmit, onCancel = _a.onCancel;
|
|
33
|
+
var stringSet = useContext(LocalizationContext).stringSet;
|
|
34
|
+
return (React__default.createElement("div", { className: "sendbird-modal__footer" },
|
|
35
|
+
!hideCancelButton && (React__default.createElement(Button, { type: ButtonTypes.SECONDARY, onClick: onCancel },
|
|
36
|
+
React__default.createElement(Label, { type: LabelTypography.BUTTON_1, color: LabelColors.ONBACKGROUND_1 }, stringSet.BUTTON__CANCEL))),
|
|
37
|
+
React__default.createElement(Button, { type: type, disabled: disabled, onClick: onSubmit }, submitText)));
|
|
38
|
+
};
|
|
39
|
+
function Modal(props) {
|
|
40
|
+
var _a;
|
|
41
|
+
var _b = props.children, children = _b === void 0 ? null : _b, _c = props.className, className = _c === void 0 ? '' : _c, _d = props.contentClassName, contentClassName = _d === void 0 ? '' : _d, _e = props.isCloseOnClickOutside, isCloseOnClickOutside = _e === void 0 ? false : _e, _f = props.isFullScreenOnMobile, isFullScreenOnMobile = _f === void 0 ? false : _f, titleText = props.titleText, submitText = props.submitText, _g = props.disabled, disabled = _g === void 0 ? false : _g, _h = props.hideFooter, hideFooter = _h === void 0 ? false : _h, _j = props.type, type = _j === void 0 ? ButtonTypes.DANGER : _j, renderHeader = props.renderHeader, _k = props.onSubmit, onSubmit = _k === void 0 ? noop : _k, onClose = props.onClose, onCancel = props.onCancel, customFooter = props.customFooter;
|
|
42
|
+
var handleClose = (_a = onClose !== null && onClose !== void 0 ? onClose : onCancel) !== null && _a !== void 0 ? _a : noop;
|
|
43
|
+
var eventHandlers = useSendbird().state.eventHandlers;
|
|
44
|
+
var id = useState(function () { return "sbu-modal-".concat(uuidv4()); })[0];
|
|
45
|
+
useEffect(function () {
|
|
46
|
+
var _a, _b;
|
|
47
|
+
return (_b = (_a = eventHandlers === null || eventHandlers === void 0 ? void 0 : eventHandlers.modal) === null || _a === void 0 ? void 0 : _a.onMounted) === null || _b === void 0 ? void 0 : _b.call(_a, { close: handleClose, id: id });
|
|
48
|
+
}, []);
|
|
49
|
+
var isMobile = useMediaQueryContext().isMobile;
|
|
50
|
+
return createPortal(React__default.createElement("div", { className: classnames('sendbird-modal', className, isFullScreenOnMobile && isMobile && 'sendbird-modal--full-mobile') },
|
|
51
|
+
React__default.createElement("div", { className: classnames.apply(void 0, __spreadArray(['sendbird-modal__content'], (Array.isArray(contentClassName) ? contentClassName : [contentClassName]), false)) },
|
|
52
|
+
(renderHeader === null || renderHeader === void 0 ? void 0 : renderHeader()) || React__default.createElement(ModalHeader, { titleText: titleText !== null && titleText !== void 0 ? titleText : '', onCloseClick: handleClose }),
|
|
53
|
+
React__default.createElement(ModalBody, null, children),
|
|
54
|
+
!hideFooter
|
|
55
|
+
&& (customFooter !== null && customFooter !== void 0 ? customFooter : (React__default.createElement(ModalFooter, { disabled: disabled, onCancel: handleClose, onSubmit: onSubmit, submitText: submitText !== null && submitText !== void 0 ? submitText : '', type: type })))),
|
|
56
|
+
React__default.createElement("div", { className: classnames('sendbird-modal__backdrop', isCloseOnClickOutside && 'sendbird-modal__backdrop--clickoutside'), onClick: function (e) {
|
|
57
|
+
e === null || e === void 0 ? void 0 : e.stopPropagation();
|
|
58
|
+
if (isCloseOnClickOutside) {
|
|
59
|
+
handleClose();
|
|
60
|
+
}
|
|
61
|
+
} })), document.getElementById(MODAL_ROOT));
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export { Modal as M, MODAL_ROOT as a, ModalRoot as b, ModalFooter as c, ModalHeader as d, ModalBody as e };
|
|
65
|
+
//# sourceMappingURL=bundle-LnGQMQVt.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-LnGQMQVt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -37,5 +37,5 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
37
37
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
38
38
|
var MESSAGE_TEMPLATE_KEY = 'message_template';
|
|
39
39
|
|
|
40
|
-
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DELIVERY_RECEIPT as D,
|
|
41
|
-
//# sourceMappingURL=bundle-
|
|
40
|
+
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DELIVERY_RECEIPT as D, MESSAGE_TEMPLATE_KEY as M, ONE_MiB as O, SCROLL_BUFFER as S, VOICE_RECORDER_AUDIO_BIT_RATE as V, VOICE_MESSAGE_FILE_NAME as a, VOICE_MESSAGE_MIME_TYPE as b, VOICE_PLAYER_AUDIO_ID as c, VOICE_RECORDER_AUDIO_SAMPLE_RATE as d, SCROLL_BOTTOM_DELAY_FOR_SEND as e, SCROLL_BOTTOM_DELAY_FOR_FETCH as f, VOICE_RECORDER_CLICK_BUFFER_TIME as g, VOICE_RECORDER_DEFAULT_MIN as h, META_ARRAY_VOICE_DURATION_KEY as i, META_ARRAY_MESSAGE_TYPE_KEY as j, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as k, VOICE_MESSAGE_FILE_NAME__XM4A as l, VOICE_MESSAGE_MIME_TYPE__XM4A as m, VOICE_PLAYER_ROOT_ID as n, SLIDER_BUTTON_ICON_SIDE_LENGTH as o, CACHED_MESSAGE_TEMPLATES_KEY as p, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as q, DEFAULT_UPLOAD_SIZE_LIMIT as r, VOICE_RECORDER_DEFAULT_MAX as s };
|
|
41
|
+
//# sourceMappingURL=bundle-Ob7Cw3V-.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Ob7Cw3V-.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import { e as __extends, _ as __assign,
|
|
1
|
+
import { e as __extends, _ as __assign, a as __spreadArray } from './bundle-B8Grfnrx.js';
|
|
2
2
|
import React__default, { useState, useRef, useCallback, useEffect, createContext, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { c as classnames } from './bundle-
|
|
4
|
+
import { c as classnames } from './bundle-CDcu1I4f.js';
|
|
5
5
|
import { Role } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannel } from '@sendbird/chat/openChannel';
|
|
7
7
|
import SortByRow from '../ui/SortByRow.js';
|
|
8
|
-
import '../withSendbird.js';
|
|
9
8
|
import '../ui/IconButton.js';
|
|
10
|
-
import './bundle-
|
|
11
|
-
import './bundle-
|
|
12
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
9
|
+
import './bundle-CgLhYjm5.js';
|
|
10
|
+
import './bundle-l_QLKq1Y.js';
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-HspRRkmy.js';
|
|
12
|
+
import './bundle-C4OmfIXk.js';
|
|
13
|
+
import '@sendbird/chat/groupChannel';
|
|
13
14
|
|
|
14
15
|
var APP_LAYOUT_ROOT = 'sendbird-app__layout';
|
|
15
16
|
|
|
@@ -324,4 +325,4 @@ function ContextMenu(_a) {
|
|
|
324
325
|
}
|
|
325
326
|
|
|
326
327
|
export { APP_LAYOUT_ROOT as A, BottomSheetMenuItem as B, ContextMenu as C, EMOJI_MENU_ROOT_ID as E, MessageMenuProvider as M, OperatorMenuItem as O, MenuItem$1 as a, MenuItems as b, MenuItem as c, MENU_ROOT_ID as d, MENU_OBSERVING_CLASS_NAME as e, EmojiListItems as f, getObservingId as g, MuteMenuItem as h, EmojiReactionListRoot as i, MenuRoot as j, useMessageMenuContext as u };
|
|
327
|
-
//# sourceMappingURL=bundle-
|
|
328
|
+
//# sourceMappingURL=bundle-QCH8CZT8.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-QCH8CZT8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { _ as __assign } from './bundle-B8Grfnrx.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { S as SuggestedMentionListView } from './bundle-CF8V-ET_.js';
|
|
4
|
+
import { u as useThread } from './bundle-CVS5Kfg_.js';
|
|
5
|
+
|
|
6
|
+
var SuggestedMentionList = function (props) {
|
|
7
|
+
var currentChannel = useThread().state.currentChannel;
|
|
8
|
+
return (React__default.createElement(SuggestedMentionListView, __assign({}, props, { currentChannel: currentChannel })));
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { SuggestedMentionList as S };
|
|
12
|
+
//# sourceMappingURL=bundle-WJtiC3BL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-WJtiC3BL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { ConnectionHandler } from '@sendbird/chat';
|
|
2
|
-
import { useState, useEffect,
|
|
3
|
-
import { u as uuidv4 } from './bundle-
|
|
4
|
-
import {
|
|
2
|
+
import { useLayoutEffect, useState, useEffect, useMemo } from 'react';
|
|
3
|
+
import { u as uuidv4 } from './bundle-CTkGIdt8.js';
|
|
4
|
+
import { b as __awaiter, c as __generator } from './bundle-B8Grfnrx.js';
|
|
5
|
+
|
|
6
|
+
// this hook accepts a callback to run component is unmounted
|
|
7
|
+
function useUnmount(callback, deps) {
|
|
8
|
+
if (deps === void 0) { deps = []; }
|
|
9
|
+
useLayoutEffect(function () {
|
|
10
|
+
return function () {
|
|
11
|
+
callback();
|
|
12
|
+
};
|
|
13
|
+
}, deps);
|
|
14
|
+
}
|
|
5
15
|
|
|
6
16
|
function useOnlineStatus(sdk, logger) {
|
|
7
17
|
var _a, _b;
|
|
@@ -148,16 +158,6 @@ function schedulerFactory(_a) {
|
|
|
148
158
|
};
|
|
149
159
|
}
|
|
150
160
|
|
|
151
|
-
// this hook accepts a callback to run component is unmounted
|
|
152
|
-
function useUnmount(callback, deps) {
|
|
153
|
-
if (deps === void 0) { deps = []; }
|
|
154
|
-
useLayoutEffect(function () {
|
|
155
|
-
return function () {
|
|
156
|
-
callback();
|
|
157
|
-
};
|
|
158
|
-
}, deps);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
161
|
function useMarkAsDeliveredScheduler(_a, _b) {
|
|
162
162
|
var _this = this;
|
|
163
163
|
var isConnected = _a.isConnected;
|
|
@@ -176,7 +176,7 @@ function useMarkAsDeliveredScheduler(_a, _b) {
|
|
|
176
176
|
return [3 /*break*/, 3];
|
|
177
177
|
case 2:
|
|
178
178
|
error_1 = _a.sent();
|
|
179
|
-
logger.warning('Channel: Mark as delivered failed', { channel: channel, error: error_1 });
|
|
179
|
+
logger === null || logger === void 0 ? void 0 : logger.warning('Channel: Mark as delivered failed', { channel: channel, error: error_1 });
|
|
180
180
|
return [3 /*break*/, 3];
|
|
181
181
|
case 3: return [2 /*return*/];
|
|
182
182
|
}
|
|
@@ -194,4 +194,4 @@ function useMarkAsDeliveredScheduler(_a, _b) {
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
export { useMarkAsDeliveredScheduler as a, useUnmount as b, schedulerFactory as s, useOnlineStatus as u };
|
|
197
|
-
//# sourceMappingURL=bundle-
|
|
197
|
+
//# sourceMappingURL=bundle-WsWZ-SJW.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-WsWZ-SJW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Y2KBbxRr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,69 @@
|
|
|
1
1
|
import { useCallback, useEffect } from 'react';
|
|
2
2
|
import { ReplyType } from '@sendbird/chat/message';
|
|
3
|
-
import { s as scrollIntoLast, d as scrollToRenderedMessage } from './bundle-
|
|
4
|
-
import
|
|
5
|
-
import './bundle-
|
|
6
|
-
import { c as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-DkviGBGz.js';
|
|
3
|
+
import { s as scrollIntoLast, d as scrollToRenderedMessage } from './bundle-D_tSqvX6.js';
|
|
4
|
+
import './bundle-BciLDE6M.js';
|
|
5
|
+
import { f as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-Ob7Cw3V-.js';
|
|
7
6
|
|
|
8
7
|
// For legacy
|
|
9
8
|
// These are not used for collections(GroupChannel)
|
|
10
9
|
var PREV_RESULT_SIZE = 30;
|
|
11
10
|
var NEXT_RESULT_SIZE = 15;
|
|
12
11
|
|
|
12
|
+
var RESET_MESSAGES = 'RESET_MESSAGES';
|
|
13
|
+
var FETCH_INITIAL_MESSAGES_START = 'FETCH_INITIAL_MESSAGES_START';
|
|
14
|
+
var FETCH_INITIAL_MESSAGES_SUCCESS = 'FETCH_INITIAL_MESSAGES_SUCCESS';
|
|
15
|
+
var FETCH_INITIAL_MESSAGES_FAILURE = 'FETCH_INITIAL_MESSAGES_FAILURE';
|
|
16
|
+
var FETCH_PREV_MESSAGES_SUCCESS = 'FETCH_PREV_MESSAGES_SUCCESS';
|
|
17
|
+
var FETCH_PREV_MESSAGES_FAILURE = 'FETCH_PREV_MESSAGES_FAILURE';
|
|
18
|
+
var FETCH_NEXT_MESSAGES_SUCCESS = 'FETCH_NEXT_MESSAGES_SUCCESS';
|
|
19
|
+
var FETCH_NEXT_MESSAGES_FAILURE = 'FETCH_NEXT_MESSAGES_FAILURE';
|
|
20
|
+
var SEND_MESSAGE_START = 'SEND_MESSAGE_START';
|
|
21
|
+
var SEND_MESSAGE_SUCCESS = 'SEND_MESSAGE_SUCCESS';
|
|
22
|
+
var SEND_MESSAGE_FAILURE = 'SEND_MESSAGE_FAILURE';
|
|
23
|
+
var RESEND_MESSAGE_START = 'RESEND_MESSAGE_START';
|
|
24
|
+
var ON_MESSAGE_RECEIVED = 'ON_MESSAGE_RECEIVED';
|
|
25
|
+
var ON_MESSAGE_UPDATED = 'ON_MESSAGE_UPDATED';
|
|
26
|
+
var ON_MESSAGE_THREAD_INFO_UPDATED = 'ON_MESSAGE_THREAD_INFO_UPDATED';
|
|
27
|
+
var ON_MESSAGE_DELETED = 'ON_MESSAGE_DELETED';
|
|
28
|
+
var ON_MESSAGE_DELETED_BY_REQ_ID = 'ON_MESSAGE_DELETED_BY_REQ_ID';
|
|
29
|
+
var SET_CURRENT_CHANNEL = 'SET_CURRENT_CHANNEL';
|
|
30
|
+
var SET_CHANNEL_INVALID = 'SET_CHANNEL_INVALID';
|
|
31
|
+
var MARK_AS_READ = 'MARK_AS_READ';
|
|
32
|
+
var ON_REACTION_UPDATED = 'ON_REACTION_UPDATED';
|
|
33
|
+
var SET_EMOJI_CONTAINER = 'SET_EMOJI_CONTAINER';
|
|
34
|
+
var MESSAGE_LIST_PARAMS_CHANGED = 'MESSAGE_LIST_PARAMS_CHANGED';
|
|
35
|
+
var ON_FILE_INFO_UPLOADED = 'ON_FILE_INFO_UPLOADED';
|
|
36
|
+
var ON_TYPING_STATUS_UPDATED = 'ON_TYPING_STATUS_UPDATED';
|
|
37
|
+
|
|
38
|
+
var channelActions = /*#__PURE__*/Object.freeze({
|
|
39
|
+
__proto__: null,
|
|
40
|
+
FETCH_INITIAL_MESSAGES_FAILURE: FETCH_INITIAL_MESSAGES_FAILURE,
|
|
41
|
+
FETCH_INITIAL_MESSAGES_START: FETCH_INITIAL_MESSAGES_START,
|
|
42
|
+
FETCH_INITIAL_MESSAGES_SUCCESS: FETCH_INITIAL_MESSAGES_SUCCESS,
|
|
43
|
+
FETCH_NEXT_MESSAGES_FAILURE: FETCH_NEXT_MESSAGES_FAILURE,
|
|
44
|
+
FETCH_NEXT_MESSAGES_SUCCESS: FETCH_NEXT_MESSAGES_SUCCESS,
|
|
45
|
+
FETCH_PREV_MESSAGES_FAILURE: FETCH_PREV_MESSAGES_FAILURE,
|
|
46
|
+
FETCH_PREV_MESSAGES_SUCCESS: FETCH_PREV_MESSAGES_SUCCESS,
|
|
47
|
+
MARK_AS_READ: MARK_AS_READ,
|
|
48
|
+
MESSAGE_LIST_PARAMS_CHANGED: MESSAGE_LIST_PARAMS_CHANGED,
|
|
49
|
+
ON_FILE_INFO_UPLOADED: ON_FILE_INFO_UPLOADED,
|
|
50
|
+
ON_MESSAGE_DELETED: ON_MESSAGE_DELETED,
|
|
51
|
+
ON_MESSAGE_DELETED_BY_REQ_ID: ON_MESSAGE_DELETED_BY_REQ_ID,
|
|
52
|
+
ON_MESSAGE_RECEIVED: ON_MESSAGE_RECEIVED,
|
|
53
|
+
ON_MESSAGE_THREAD_INFO_UPDATED: ON_MESSAGE_THREAD_INFO_UPDATED,
|
|
54
|
+
ON_MESSAGE_UPDATED: ON_MESSAGE_UPDATED,
|
|
55
|
+
ON_REACTION_UPDATED: ON_REACTION_UPDATED,
|
|
56
|
+
ON_TYPING_STATUS_UPDATED: ON_TYPING_STATUS_UPDATED,
|
|
57
|
+
RESEND_MESSAGE_START: RESEND_MESSAGE_START,
|
|
58
|
+
RESET_MESSAGES: RESET_MESSAGES,
|
|
59
|
+
SEND_MESSAGE_FAILURE: SEND_MESSAGE_FAILURE,
|
|
60
|
+
SEND_MESSAGE_START: SEND_MESSAGE_START,
|
|
61
|
+
SEND_MESSAGE_SUCCESS: SEND_MESSAGE_SUCCESS,
|
|
62
|
+
SET_CHANNEL_INVALID: SET_CHANNEL_INVALID,
|
|
63
|
+
SET_CURRENT_CHANNEL: SET_CURRENT_CHANNEL,
|
|
64
|
+
SET_EMOJI_CONTAINER: SET_EMOJI_CONTAINER
|
|
65
|
+
});
|
|
66
|
+
|
|
13
67
|
function useInitialMessagesFetch(_a, _b) {
|
|
14
68
|
var currentGroupChannel = _a.currentGroupChannel, initialTimeStamp = _a.initialTimeStamp, userFilledMessageListQuery = _a.userFilledMessageListQuery, replyType = _a.replyType, setIsScrolled = _a.setIsScrolled;
|
|
15
69
|
var logger = _b.logger, scrollRef = _b.scrollRef, messagesDispatcher = _b.messagesDispatcher;
|
|
@@ -99,5 +153,5 @@ function useInitialMessagesFetch(_a, _b) {
|
|
|
99
153
|
return fetchMessages;
|
|
100
154
|
}
|
|
101
155
|
|
|
102
|
-
export { NEXT_RESULT_SIZE as N, PREV_RESULT_SIZE as P, useInitialMessagesFetch as u };
|
|
103
|
-
//# sourceMappingURL=bundle-
|
|
156
|
+
export { FETCH_INITIAL_MESSAGES_START as F, MARK_AS_READ as M, NEXT_RESULT_SIZE as N, ON_MESSAGE_RECEIVED as O, PREV_RESULT_SIZE as P, RESET_MESSAGES as R, SEND_MESSAGE_START as S, FETCH_INITIAL_MESSAGES_SUCCESS as a, FETCH_PREV_MESSAGES_SUCCESS as b, FETCH_NEXT_MESSAGES_SUCCESS as c, FETCH_INITIAL_MESSAGES_FAILURE as d, FETCH_PREV_MESSAGES_FAILURE as e, FETCH_NEXT_MESSAGES_FAILURE as f, SEND_MESSAGE_SUCCESS as g, SEND_MESSAGE_FAILURE as h, SET_CURRENT_CHANNEL as i, SET_CHANNEL_INVALID as j, ON_MESSAGE_UPDATED as k, ON_MESSAGE_THREAD_INFO_UPDATED as l, RESEND_MESSAGE_START as m, ON_MESSAGE_DELETED as n, ON_MESSAGE_DELETED_BY_REQ_ID as o, SET_EMOJI_CONTAINER as p, ON_REACTION_UPDATED as q, MESSAGE_LIST_PARAMS_CHANGED as r, ON_FILE_INFO_UPLOADED as s, ON_TYPING_STATUS_UPDATED as t, useInitialMessagesFetch as u, channelActions as v };
|
|
157
|
+
//# sourceMappingURL=bundle-YbXrJewH.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-YbXrJewH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|