@sendbird/uikit-react 3.2.0 → 3.2.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +32 -34
- package/App.js.map +1 -1
- package/CHANGELOG.md +38 -0
- package/Channel/components/ChannelHeader.js +17 -19
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +23 -25
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +16 -18
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +20 -22
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +17 -19
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +22 -24
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -19
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +17 -19
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +17 -19
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +15 -17
- package/Channel/context.js.map +1 -1
- package/Channel.js +23 -25
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +13 -13
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +27 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +21 -23
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -17
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +9 -12
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +27 -29
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-b5833a69.js → ChannelListProvider-68ab13d8.js} +11 -11
- package/{ChannelListProvider-b5833a69.js.map → ChannelListProvider-68ab13d8.js.map} +1 -1
- package/{ChannelProvider-675be930.js → ChannelProvider-4b8e62f5.js} +16 -16
- package/{ChannelProvider-675be930.js.map → ChannelProvider-4b8e62f5.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -21
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/ModerationPanel.js +16 -19
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -21
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-05b11547.js → CreateChannelProvider-bfcda8c9.js} +1 -1
- package/{CreateChannelProvider-05b11547.js.map → CreateChannelProvider-bfcda8c9.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-fd0d32ab.js → LocalizationContext-5bdfa009.js} +3 -3
- package/{LocalizationContext-fd0d32ab.js.map → LocalizationContext-5bdfa009.js.map} +1 -1
- package/{MemberList-78a423a0.js → MemberList-e298d8d4.js} +5 -5
- package/{MemberList-78a423a0.js.map → MemberList-e298d8d4.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +14 -17
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +17 -20
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +22 -25
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +24 -27
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +24 -27
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +11 -14
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +24 -27
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +12 -12
- package/{OpenChannelListProvider-6f9126d0.js → OpenChannelListProvider-5468dee1.js} +3 -3
- package/{OpenChannelListProvider-6f9126d0.js.map → OpenChannelListProvider-5468dee1.js.map} +1 -1
- package/{OpenChannelProvider-e39971da.js → OpenChannelProvider-f63e82d8.js} +11 -12
- package/{OpenChannelProvider-e39971da.js.map → OpenChannelProvider-f63e82d8.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -15
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -20
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +17 -19
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +15 -17
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +5 -7
- package/OpenChannelSettings/context.js.map +1 -1
- package/OpenChannelSettings.js +18 -20
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +15 -18
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-d36099b1.js → UserProfileContext-b837926a.js} +1 -1
- package/{UserProfileContext-d36099b1.js.map → UserProfileContext-b837926a.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-f6b9b32e.js → _rollupPluginBabelHelpers-46088259.js} +1 -1
- package/_rollupPluginBabelHelpers-46088259.js.map +1 -0
- package/{actionTypes-6b501c5e.js → actionTypes-019d5d7b.js} +1 -1
- package/{actionTypes-6b501c5e.js.map → actionTypes-019d5d7b.js.map} +1 -1
- package/cjs/App.js +32 -34
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +17 -19
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +23 -25
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +16 -18
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +20 -22
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +17 -19
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +22 -24
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -19
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +17 -19
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +17 -19
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +15 -17
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel.js +23 -25
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +13 -13
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +27 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +21 -23
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -17
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +9 -12
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +27 -29
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-ae097fa5.js → ChannelListProvider-f043b9db.js} +11 -11
- package/cjs/{ChannelListProvider-ae097fa5.js.map → ChannelListProvider-f043b9db.js.map} +1 -1
- package/cjs/{ChannelProvider-dbb1d52e.js → ChannelProvider-d5668143.js} +16 -16
- package/cjs/{ChannelProvider-dbb1d52e.js.map → ChannelProvider-d5668143.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -21
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +16 -19
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -21
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-f8905c40.js → CreateChannelProvider-97655f81.js} +1 -1
- package/cjs/{CreateChannelProvider-f8905c40.js.map → CreateChannelProvider-97655f81.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-1f00818c.js → LocalizationContext-cbcf0cb4.js} +3 -3
- package/cjs/{LocalizationContext-1f00818c.js.map → LocalizationContext-cbcf0cb4.js.map} +1 -1
- package/cjs/{MemberList-e2e283fe.js → MemberList-dd6f7d77.js} +5 -5
- package/cjs/{MemberList-e2e283fe.js.map → MemberList-dd6f7d77.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +14 -17
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +17 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -25
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -27
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +11 -14
- package/cjs/OpenChannel/context.js.map +1 -1
- package/cjs/OpenChannel.js +24 -27
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +12 -12
- package/cjs/{OpenChannelListProvider-e311c2a1.js → OpenChannelListProvider-3d830db6.js} +3 -3
- package/cjs/{OpenChannelListProvider-e311c2a1.js.map → OpenChannelListProvider-3d830db6.js.map} +1 -1
- package/cjs/{OpenChannelProvider-dd8403ee.js → OpenChannelProvider-eb97f46c.js} +11 -12
- package/cjs/{OpenChannelProvider-dd8403ee.js.map → OpenChannelProvider-eb97f46c.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -15
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -20
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -19
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +5 -7
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +18 -20
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +16 -18
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-3a4f0132.js → UserProfileContext-6908ca72.js} +1 -1
- package/cjs/{UserProfileContext-3a4f0132.js.map → UserProfileContext-6908ca72.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-6917423d.js → _rollupPluginBabelHelpers-9a6aaeec.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-9a6aaeec.js.map +1 -0
- package/cjs/{actionTypes-341644d7.js → actionTypes-c7188586.js} +1 -1
- package/cjs/{actionTypes-341644d7.js.map → actionTypes-c7188586.js.map} +1 -1
- package/cjs/{color-0a6e19c1.js → color-a1e2762f.js} +1 -1
- package/cjs/{color-0a6e19c1.js.map → color-a1e2762f.js.map} +1 -1
- package/cjs/{compareIds-8d064912.js → compareIds-d02b7d4d.js} +1 -1
- package/cjs/{compareIds-8d064912.js.map → compareIds-d02b7d4d.js.map} +1 -1
- package/cjs/{const-67a2a885.js → const-107d31d6.js} +1 -1
- package/cjs/{const-67a2a885.js.map → const-107d31d6.js.map} +1 -1
- package/cjs/{const-bf239fc5.js → const-361bde29.js} +1 -1
- package/cjs/{const-bf239fc5.js.map → const-361bde29.js.map} +1 -1
- package/cjs/{context-738129e2.js → context-6622da51.js} +2 -2
- package/cjs/{context-738129e2.js.map → context-6622da51.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/handlers/ConnectionHandler.js +2 -4
- package/cjs/handlers/ConnectionHandler.js.map +1 -1
- package/cjs/handlers/GroupChannelHandler.js +2 -5
- package/cjs/handlers/GroupChannelHandler.js.map +1 -1
- package/cjs/handlers/OpenChannelHandler.js +2 -4
- package/cjs/handlers/OpenChannelHandler.js.map +1 -1
- package/cjs/handlers/SessionHandler.js +2 -4
- package/cjs/handlers/SessionHandler.js.map +1 -1
- package/cjs/handlers/UserEventHandler.js +2 -4
- package/cjs/handlers/UserEventHandler.js.map +1 -1
- package/cjs/{index-177380fc.js → index-0b9be346.js} +2 -2
- package/cjs/{index-177380fc.js.map → index-0b9be346.js.map} +1 -1
- package/cjs/{index-1ac7777f.js → index-0ed70cab.js} +4 -4
- package/cjs/{index-1ac7777f.js.map → index-0ed70cab.js.map} +1 -1
- package/cjs/{index-32123d95.js → index-1382ffca.js} +2 -2
- package/cjs/{index-32123d95.js.map → index-1382ffca.js.map} +1 -1
- package/cjs/{index-a11fb495.js → index-22eb1c9f.js} +2 -2
- package/cjs/{index-a11fb495.js.map → index-22eb1c9f.js.map} +1 -1
- package/cjs/{index-92bda0ce.js → index-2bf74a6e.js} +4 -4
- package/cjs/{index-92bda0ce.js.map → index-2bf74a6e.js.map} +1 -1
- package/cjs/{index-a18115d7.js → index-4eda97a2.js} +5 -5
- package/cjs/{index-a18115d7.js.map → index-4eda97a2.js.map} +1 -1
- package/cjs/{index-8c25d6aa.js → index-700588f1.js} +1 -1
- package/cjs/{index-8c25d6aa.js.map → index-700588f1.js.map} +1 -1
- package/cjs/{index-8d7a94e3.js → index-7795f392.js} +2 -2
- package/cjs/{index-8d7a94e3.js.map → index-7795f392.js.map} +1 -1
- package/cjs/{index-4f32f285.js → index-9eb6ed09.js} +8 -8
- package/cjs/{index-4f32f285.js.map → index-9eb6ed09.js.map} +1 -1
- package/cjs/{index-d82f6dd1.js → index-d1b358ca.js} +1 -1
- package/cjs/{index-d82f6dd1.js.map → index-d1b358ca.js.map} +1 -1
- package/cjs/index.js +36 -38
- package/cjs/index.js.map +1 -1
- package/cjs/{openChannelUtils-f286fd78.js → openChannelUtils-fd06d626.js} +1 -1
- package/cjs/{openChannelUtils-f286fd78.js.map → openChannelUtils-fd06d626.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-410775ff.js → stringSet-ad7da257.js} +1 -1
- package/cjs/{stringSet-410775ff.js.map → stringSet-ad7da257.js.map} +1 -1
- package/cjs/{topics-9747398e.js → topics-c3de90e0.js} +1 -1
- package/cjs/{topics-9747398e.js.map → topics-c3de90e0.js.map} +1 -1
- package/cjs/{tslib.es6-7d75f2e2.js → tslib.es6-abd78d7b.js} +1 -1
- package/cjs/{tslib.es6-7d75f2e2.js.map → tslib.es6-abd78d7b.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +5 -5
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MessageContent.js +13 -13
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +6 -6
- package/cjs/ui/OGMessageItemBody.js +10 -10
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +14 -14
- package/cjs/ui/OpenchannelOGMessage.js +14 -14
- package/cjs/ui/OpenchannelThumbnailMessage.js +13 -13
- package/cjs/ui/OpenchannelUserMessage.js +14 -14
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +10 -10
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/Word.js +10 -10
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-01db6d26.js → utils-1a55af35.js} +1 -1
- package/cjs/{utils-01db6d26.js.map → utils-1a55af35.js.map} +1 -1
- package/cjs/{utils-37a47883.js → utils-6e0d31c1.js} +1 -1
- package/cjs/{utils-37a47883.js.map → utils-6e0d31c1.js.map} +1 -1
- package/cjs/{utils-291d272a.js → utils-9678c84d.js} +1 -1
- package/cjs/{utils-291d272a.js.map → utils-9678c84d.js.map} +1 -1
- package/cjs/{uuid-c813a8a1.js → uuid-d65b20f4.js} +1 -1
- package/cjs/{uuid-c813a8a1.js.map → uuid-d65b20f4.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-b897a03c.js → color-f2eb4a5c.js} +1 -1
- package/{color-b897a03c.js.map → color-f2eb4a5c.js.map} +1 -1
- package/{compareIds-4bd391cb.js → compareIds-eb1e7d68.js} +1 -1
- package/{compareIds-4bd391cb.js.map → compareIds-eb1e7d68.js.map} +1 -1
- package/{const-e71ab906.js → const-16b4a5bc.js} +1 -1
- package/{const-e71ab906.js.map → const-16b4a5bc.js.map} +1 -1
- package/{const-b4823468.js → const-fb6a3481.js} +1 -1
- package/{const-b4823468.js.map → const-fb6a3481.js.map} +1 -1
- package/{context-fd21f142.js → context-7fff4f4b.js} +2 -2
- package/{context-fd21f142.js.map → context-7fff4f4b.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/handlers/ConnectionHandler.js +2 -4
- package/handlers/ConnectionHandler.js.map +1 -1
- package/handlers/GroupChannelHandler.js +2 -5
- package/handlers/GroupChannelHandler.js.map +1 -1
- package/handlers/OpenChannelHandler.js +2 -4
- package/handlers/OpenChannelHandler.js.map +1 -1
- package/handlers/SessionHandler.js +2 -4
- package/handlers/SessionHandler.js.map +1 -1
- package/handlers/UserEventHandler.js +2 -4
- package/handlers/UserEventHandler.js.map +1 -1
- package/{index-e6424a4d.js → index-18287518.js} +5 -5
- package/{index-e6424a4d.js.map → index-18287518.js.map} +1 -1
- package/{index-96a98383.js → index-2da4fc8b.js} +4 -4
- package/{index-96a98383.js.map → index-2da4fc8b.js.map} +1 -1
- package/{index-c022bfde.js → index-4b3a39fb.js} +2 -2
- package/{index-c022bfde.js.map → index-4b3a39fb.js.map} +1 -1
- package/{index-73516d8c.js → index-588758d3.js} +8 -8
- package/{index-73516d8c.js.map → index-588758d3.js.map} +1 -1
- package/{index-ce08211b.js → index-77a47859.js} +1 -1
- package/{index-ce08211b.js.map → index-77a47859.js.map} +1 -1
- package/{index-94381d3a.js → index-8efe7eef.js} +2 -2
- package/{index-94381d3a.js.map → index-8efe7eef.js.map} +1 -1
- package/{index-dfa71ceb.js → index-94cdeb24.js} +2 -2
- package/{index-dfa71ceb.js.map → index-94cdeb24.js.map} +1 -1
- package/{index-952ab825.js → index-b2f38e8f.js} +4 -4
- package/{index-952ab825.js.map → index-b2f38e8f.js.map} +1 -1
- package/{index-f6fd2b53.js → index-cd412326.js} +2 -2
- package/{index-f6fd2b53.js.map → index-cd412326.js.map} +1 -1
- package/{index-8b78f6b4.js → index-eb94cff0.js} +1 -1
- package/{index-8b78f6b4.js.map → index-eb94cff0.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +36 -38
- package/index.js.map +1 -1
- package/{openChannelUtils-19317cb9.js → openChannelUtils-8e493da2.js} +1 -1
- package/{openChannelUtils-19317cb9.js.map → openChannelUtils-8e493da2.js.map} +1 -1
- package/package.json +2 -5
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-eb4a64cb.js → stringSet-45ca9cf3.js} +1 -1
- package/{stringSet-eb4a64cb.js.map → stringSet-45ca9cf3.js.map} +1 -1
- package/{topics-307251cc.js → topics-49a025df.js} +1 -1
- package/{topics-307251cc.js.map → topics-49a025df.js.map} +1 -1
- package/{tslib.es6-46e4c379.js → tslib.es6-6c915291.js} +1 -1
- package/{tslib.es6-46e4c379.js.map → tslib.es6-6c915291.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +5 -5
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +10 -10
- package/ui/MessageContent.js +13 -13
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +6 -6
- package/ui/OGMessageItemBody.js +10 -10
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +14 -14
- package/ui/OpenchannelOGMessage.js +14 -14
- package/ui/OpenchannelThumbnailMessage.js +13 -13
- package/ui/OpenchannelUserMessage.js +14 -14
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +10 -10
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +9 -9
- package/ui/Word.js +10 -10
- package/useSendbirdStateContext.js +1 -1
- package/{utils-ea8d6707.js → utils-17bc366a.js} +1 -1
- package/{utils-ea8d6707.js.map → utils-17bc366a.js.map} +1 -1
- package/{utils-c9a90631.js → utils-20cbe8fa.js} +1 -1
- package/{utils-c9a90631.js.map → utils-20cbe8fa.js.map} +1 -1
- package/{utils-c0d5a2eb.js → utils-baf58474.js} +1 -1
- package/{utils-c0d5a2eb.js.map → utils-baf58474.js.map} +1 -1
- package/{uuid-e8248f01.js → uuid-87b1c33e.js} +1 -1
- package/{uuid-e8248f01.js.map → uuid-87b1c33e.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/__bundle-0dad34cd-10d4f218.js +0 -6
- package/__bundle-0dad34cd-10d4f218.js.map +0 -1
- package/__bundle-57e0c5af-4e9165b5.js +0 -6
- package/__bundle-57e0c5af-4e9165b5.js.map +0 -1
- package/__bundle-bd072f34-1aaac363.js +0 -6
- package/__bundle-bd072f34-1aaac363.js.map +0 -1
- package/_rollupPluginBabelHelpers-f6b9b32e.js.map +0 -1
- package/cjs/__bundle-0dad34cd-bd827f82.js +0 -33
- package/cjs/__bundle-0dad34cd-bd827f82.js.map +0 -1
- package/cjs/__bundle-57e0c5af-b8304f7a.js +0 -113
- package/cjs/__bundle-57e0c5af-b8304f7a.js.map +0 -1
- package/cjs/__bundle-bd072f34-578ccb1e.js +0 -15
- package/cjs/__bundle-bd072f34-578ccb1e.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-6917423d.js.map +0 -1
- package/cjs/groupChannel-05c7f9f8.js +0 -11
- package/cjs/groupChannel-05c7f9f8.js.map +0 -1
- package/cjs/openChannel-c5952dd7.js +0 -10
- package/cjs/openChannel-c5952dd7.js.map +0 -1
- package/cjs/sendbird-5edd0213.js +0 -12
- package/cjs/sendbird-5edd0213.js.map +0 -1
- package/groupChannel-a10aea7a.js +0 -8
- package/groupChannel-a10aea7a.js.map +0 -1
- package/openChannel-80b84235.js +0 -7
- package/openChannel-80b84235.js.map +0 -1
- package/sendbird-7e3109ab.js +0 -7
- package/sendbird-7e3109ab.js.map +0 -1
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
3
|
+
import { f as format } from '../index-8efe7eef.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-5bdfa009.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../stringSet-
|
|
17
|
-
import '../uuid-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-b837926a.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-8e493da2.js';
|
|
15
|
+
import '../index-77a47859.js';
|
|
16
|
+
import '../stringSet-45ca9cf3.js';
|
|
17
|
+
import '../uuid-87b1c33e.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-cd412326.js';
|
|
22
22
|
import '../withSendbird.js';
|
|
23
|
-
import '../_rollupPluginBabelHelpers-
|
|
23
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
24
24
|
import '../sendbirdSelectors.js';
|
|
25
|
-
import '../topics-
|
|
26
|
-
import '../utils-
|
|
25
|
+
import '../topics-49a025df.js';
|
|
26
|
+
import '../utils-17bc366a.js';
|
|
27
27
|
import './Button.js';
|
|
28
28
|
|
|
29
29
|
var SUPPORTING_TYPES = {
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-8efe7eef.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
9
9
|
import Loader from './Loader.js';
|
|
10
10
|
import ConnectedUserProfile from './UserProfile.js';
|
|
11
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
13
|
-
import { c as copyToClipboard } from '../utils-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-b837926a.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-5bdfa009.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-20cbe8fa.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-87b1c33e.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-8e493da2.js';
|
|
16
|
+
import '../index-77a47859.js';
|
|
17
17
|
import './ImageRenderer.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
22
|
-
import '../stringSet-
|
|
21
|
+
import '../index-cd412326.js';
|
|
22
|
+
import '../stringSet-45ca9cf3.js';
|
|
23
23
|
import '../withSendbird.js';
|
|
24
|
-
import '../_rollupPluginBabelHelpers-
|
|
24
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
25
25
|
import '../sendbirdSelectors.js';
|
|
26
|
-
import '../topics-
|
|
27
|
-
import '../utils-
|
|
26
|
+
import '../topics-49a025df.js';
|
|
27
|
+
import '../utils-17bc366a.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
|
|
30
30
|
function OpenchannelUserMessage(_a) {
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-6c915291.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
4
|
-
import '../LocalizationContext-
|
|
3
|
+
export { a as PlaceHolderTypes, P as default } from '../index-2da4fc8b.js';
|
|
4
|
+
import '../LocalizationContext-5bdfa009.js';
|
|
5
5
|
import './Icon.js';
|
|
6
|
-
import '../index-
|
|
6
|
+
import '../index-94cdeb24.js';
|
|
7
7
|
import './Loader.js';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
8
|
+
import '../stringSet-45ca9cf3.js';
|
|
9
|
+
import '../index-77a47859.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
//# sourceMappingURL=PlaceHolder.js.map
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { M as getUIKitFileTypes, k as getClassName, u as isUserMessage, p as isThumbnailMessage, B as isVideo, N as isGif, n as isFileMessage, A as isSupportedFileView, L as getUIKitFileType, t as truncateString } from '../index-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
6
|
+
import { M as getUIKitFileTypes, k as getClassName, u as isUserMessage, p as isThumbnailMessage, B as isVideo, N as isGif, n as isFileMessage, A as isSupportedFileView, L as getUIKitFileType, t as truncateString } from '../index-cd412326.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../stringSet-45ca9cf3.js';
|
|
9
|
+
import '../tslib.es6-6c915291.js';
|
|
10
|
+
import '../index-77a47859.js';
|
|
11
11
|
|
|
12
12
|
function QuoteMessage(_a) {
|
|
13
13
|
var _b;
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { n as isFileMessage, o as isImageMessage, p as isThumbnailMessage, q as isAudioMessage, k as getClassName, r as isGifMessage, s as isVideoMessage, u as isUserMessage } from '../index-
|
|
2
|
+
import { n as isFileMessage, o as isImageMessage, p as isThumbnailMessage, q as isAudioMessage, k as getClassName, r as isGifMessage, s as isVideoMessage, u as isUserMessage } from '../index-cd412326.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../tslib.es6-
|
|
7
|
+
import '../tslib.es6-6c915291.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../stringSet-45ca9cf3.js';
|
|
10
|
+
import '../index-77a47859.js';
|
|
11
11
|
|
|
12
12
|
var componentClassname = 'sendbird-quote_message_input__avatar';
|
|
13
13
|
function QuoteMessageThumbnail(_a) {
|
package/ui/ReactionBadge.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-45ca9cf3.js';
|
|
6
6
|
|
|
7
7
|
var ReactionBadge = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
8
8
|
var _a = props.className,
|
package/ui/ReactionButton.js
CHANGED
package/ui/SortByRow.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { u as uuidv4 } from '../uuid-87b1c33e.js';
|
|
4
4
|
|
|
5
5
|
var componentClassName = 'sendbird-sort-by-row';
|
|
6
6
|
function SortByRow(_a) {
|
package/ui/TextButton.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../color-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../color-f2eb4a5c.js';
|
|
4
4
|
|
|
5
5
|
var TextButton = function (_a) {
|
|
6
6
|
var _b = _a.className,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { k as getClassName, e as isEditedMessage } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
3
|
+
import { k as getClassName, e as isEditedMessage } from '../index-cd412326.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-87b1c33e.js';
|
|
6
6
|
import Word from './Word.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../stringSet-45ca9cf3.js';
|
|
9
|
+
import '../tslib.es6-6c915291.js';
|
|
10
|
+
import '../index-77a47859.js';
|
|
11
11
|
import './LinkLabel.js';
|
|
12
12
|
import './MentionLabel.js';
|
|
13
13
|
import './ContextMenu.js';
|
|
@@ -15,10 +15,10 @@ import 'react-dom';
|
|
|
15
15
|
import './SortByRow.js';
|
|
16
16
|
import './UserProfile.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
19
19
|
import '../sendbirdSelectors.js';
|
|
20
|
-
import '../topics-
|
|
21
|
-
import '../utils-
|
|
20
|
+
import '../topics-49a025df.js';
|
|
21
|
+
import '../utils-17bc366a.js';
|
|
22
22
|
import './Avatar.js';
|
|
23
23
|
import './ImageRenderer.js';
|
|
24
24
|
import './Icon.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
|
-
import { k as getClassName, D as isSentMessage, s as isVideoMessage, r as isGifMessage } from '../index-
|
|
4
|
+
import { k as getClassName, D as isSentMessage, s as isVideoMessage, r as isGifMessage } from '../index-cd412326.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-6c915291.js';
|
|
7
7
|
|
|
8
8
|
function ThumbnailMessageItemBody(_a) {
|
|
9
9
|
var _b, _c;
|
package/ui/Tooltip.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-45ca9cf3.js';
|
|
6
6
|
|
|
7
7
|
function Tooltip(_a) {
|
|
8
8
|
var _b = _a.className,
|
package/ui/TooltipWrapper.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { k as getClassName } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
3
|
+
import { k as getClassName } from '../index-cd412326.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../tslib.es6-
|
|
8
|
-
import '../index-
|
|
6
|
+
import '../stringSet-45ca9cf3.js';
|
|
7
|
+
import '../tslib.es6-6c915291.js';
|
|
8
|
+
import '../index-77a47859.js';
|
|
9
9
|
|
|
10
10
|
function UnknownMessageItemBody(_a) {
|
|
11
11
|
var _b;
|
package/ui/UserListItem.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-6c915291.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { a as UserProfileContext } from '../UserProfileContext-b837926a.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import MutedAvatarOverlay from './MutedAvatarOverlay.js';
|
|
7
7
|
import Checkbox from './Checkbox.js';
|
|
8
8
|
import ConnectedUserProfile from './UserProfile.js';
|
|
9
9
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
12
|
+
import '../stringSet-45ca9cf3.js';
|
|
13
|
+
import '../index-77a47859.js';
|
|
14
14
|
import './ImageRenderer.js';
|
|
15
15
|
import './Icon.js';
|
|
16
|
-
import '../uuid-
|
|
16
|
+
import '../uuid-87b1c33e.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
19
19
|
import '../sendbirdSelectors.js';
|
|
20
|
-
import '../topics-
|
|
21
|
-
import '../utils-
|
|
20
|
+
import '../topics-49a025df.js';
|
|
21
|
+
import '../utils-17bc366a.js';
|
|
22
22
|
import './Button.js';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import './SortByRow.js';
|
|
25
|
-
import '../index-
|
|
25
|
+
import '../index-cd412326.js';
|
|
26
26
|
|
|
27
27
|
function UserListItem(_a) {
|
|
28
28
|
var user = _a.user,
|
package/ui/UserProfile.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../LocalizationContext-5bdfa009.js';
|
|
3
3
|
import withSendbirdContext from '../withSendbird.js';
|
|
4
4
|
import { getSdk, getCreateGroupChannel } from '../sendbirdSelectors.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-94cdeb24.js';
|
|
7
7
|
import Button, { ButtonTypes } from './Button.js';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../topics-
|
|
12
|
-
import '../utils-
|
|
13
|
-
import '../tslib.es6-
|
|
8
|
+
import '../stringSet-45ca9cf3.js';
|
|
9
|
+
import '../index-77a47859.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
11
|
+
import '../topics-49a025df.js';
|
|
12
|
+
import '../utils-17bc366a.js';
|
|
13
|
+
import '../tslib.es6-6c915291.js';
|
|
14
14
|
import './ImageRenderer.js';
|
|
15
15
|
import './Icon.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-87b1c33e.js';
|
|
18
18
|
|
|
19
19
|
function UserProfile(_a) {
|
|
20
20
|
var user = _a.user,
|
package/ui/Word.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as LabelTypography } from '../index-
|
|
2
|
+
import { a as LabelTypography } from '../index-94cdeb24.js';
|
|
3
3
|
import LinkLabel from './LinkLabel.js';
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
5
|
-
import { l as convertWordToStringObj, S as StringObjType } from '../index-
|
|
4
|
+
import { u as uuidv4 } from '../uuid-87b1c33e.js';
|
|
5
|
+
import { l as convertWordToStringObj, S as StringObjType } from '../index-cd412326.js';
|
|
6
6
|
import MentionLabel from './MentionLabel.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
8
|
+
import '../stringSet-45ca9cf3.js';
|
|
9
|
+
import '../tslib.es6-6c915291.js';
|
|
10
10
|
import './ContextMenu.js';
|
|
11
11
|
import 'react-dom';
|
|
12
12
|
import './SortByRow.js';
|
|
13
13
|
import './UserProfile.js';
|
|
14
|
-
import '../LocalizationContext-
|
|
15
|
-
import '../index-
|
|
14
|
+
import '../LocalizationContext-5bdfa009.js';
|
|
15
|
+
import '../index-77a47859.js';
|
|
16
16
|
import '../withSendbird.js';
|
|
17
|
-
import '../_rollupPluginBabelHelpers-
|
|
17
|
+
import '../_rollupPluginBabelHelpers-46088259.js';
|
|
18
18
|
import '../sendbirdSelectors.js';
|
|
19
|
-
import '../topics-
|
|
20
|
-
import '../utils-
|
|
19
|
+
import '../topics-49a025df.js';
|
|
20
|
+
import '../utils-17bc366a.js';
|
|
21
21
|
import './Avatar.js';
|
|
22
22
|
import './ImageRenderer.js';
|
|
23
23
|
import './Icon.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils-
|
|
1
|
+
{"version":3,"file":"utils-17bc366a.js","sources":["../src/utils/utils.js"],"sourcesContent":["export const noop = () => {};\n\nexport const getSenderName = (message) => (\n message.sender && (\n message.sender.friendName\n || message.sender.nickname\n || message.sender.userId\n )\n);\n\nexport const getSenderProfileUrl = (message) => message.sender && message.sender.profileUrl;\n\nexport default {\n getSenderName,\n getSenderProfileUrl,\n};\n"],"names":["noop"],"mappings":"AAAaA,MAAAA,IAAI,GAAG,MAAM;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils-
|
|
1
|
+
{"version":3,"file":"utils-20cbe8fa.js","sources":["../src/ui/OpenchannelUserMessage/utils.ts"],"sourcesContent":["export const copyToClipboard = (text: string): boolean => {\n // @ts-ignore: Unreachable code error\n if (window.clipboardData && window.clipboardData.setData) {\n // Internet Explorer-specific code path to prevent textarea being shown while dialog is visible.\n // @ts-ignore: Unreachable code error\n return window.clipboardData.setData('Text', text);\n }\n if (document.queryCommandSupported && document.queryCommandSupported('copy')) {\n const textarea = document.createElement('textarea');\n textarea.textContent = text;\n textarea.style.position = 'fixed'; // Prevent scrolling to bottom of page in Microsoft Edge.\n document.body.appendChild(textarea);\n textarea.select();\n try {\n return document.execCommand('copy'); // Security exception may be thrown by some browsers.\n } catch (ex) {\n return false;\n } finally {\n document.body.removeChild(textarea);\n }\n }\n return false;\n};\n\nexport default { copyToClipboard };\n"],"names":["copyToClipboard","text","window","clipboardData","setData","document","queryCommandSupported","textarea","createElement","textContent","style","position","body","appendChild","select","execCommand","ex","removeChild"],"mappings":"AAAaA,IAAAA,eAAe,GAAG,UAACC,IAAD,EAAa;AAC1C;EACA,IAAIC,MAAM,CAACC,aAAP,IAAwBD,MAAM,CAACC,aAAP,CAAqBC,OAAjD,EAA0D;AACxD;AACA;IACA,OAAOF,MAAM,CAACC,aAAP,CAAqBC,OAArB,CAA6B,MAA7B,EAAqCH,IAArC,CAAP,CAAA;AACD,GAAA;;EACD,IAAII,QAAQ,CAACC,qBAAT,IAAkCD,QAAQ,CAACC,qBAAT,CAA+B,MAA/B,CAAtC,EAA8E;AAC5E,IAAA,IAAMC,QAAQ,GAAGF,QAAQ,CAACG,aAAT,CAAuB,UAAvB,CAAjB,CAAA;IACAD,QAAQ,CAACE,WAAT,GAAuBR,IAAvB,CAAA;AACAM,IAAAA,QAAQ,CAACG,KAAT,CAAeC,QAAf,GAA0B,OAA1B,CAH4E;;AAI5EN,IAAAA,QAAQ,CAACO,IAAT,CAAcC,WAAd,CAA0BN,QAA1B,CAAA,CAAA;AACAA,IAAAA,QAAQ,CAACO,MAAT,EAAA,CAAA;;IACA,IAAI;AACF,MAAA,OAAOT,QAAQ,CAACU,WAAT,CAAqB,MAArB,CAAP,CADE;KAAJ,CAEE,OAAOC,EAAP,EAAW;AACX,MAAA,OAAO,KAAP,CAAA;AACD,KAJD,SAIU;AACRX,MAAAA,QAAQ,CAACO,IAAT,CAAcK,WAAd,CAA0BV,QAA1B,CAAA,CAAA;AACD,KAAA;AACF,GAAA;;AACD,EAAA,OAAO,KAAP,CAAA;AACD;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils-
|
|
1
|
+
{"version":3,"file":"utils-baf58474.js","sources":["../src/ui/ChannelAvatar/utils.ts"],"sourcesContent":["import type { GroupChannel } from \"@sendbird/chat/groupChannel\";\nimport type { OpenChannel } from \"@sendbird/chat/openChannel\";\n\nexport const DEFAULT_URL_PREFIX = 'https://static.sendbird.com/sample/cover/cover_';\n\nexport const getOpenChannelAvatar = (channel: OpenChannel): string => {\n if (channel?.coverUrl) {\n return channel.coverUrl;\n }\n};\n\nexport const getChannelAvatarSource = (channel: GroupChannel, currentUserId: string): string | Array<string> => {\n if (channel?.coverUrl) {\n if (!(new RegExp(`^${DEFAULT_URL_PREFIX}`).test(channel.coverUrl))) {\n return channel.coverUrl;\n }\n }\n return (channel?.members || [])\n .filter((member) => member.userId !== currentUserId)\n .map(({ profileUrl }) => profileUrl);\n};\n\nexport const generateDefaultAvatar = (channel: GroupChannel): boolean => {\n if (channel?.coverUrl) {\n if (new RegExp(`^${DEFAULT_URL_PREFIX}`).test(channel.coverUrl)) {\n return true;\n }\n return false;\n }\n return true;\n}\n"],"names":["DEFAULT_URL_PREFIX","getOpenChannelAvatar","channel","coverUrl","getChannelAvatarSource","currentUserId","RegExp","test","members","filter","member","userId","map","_a","profileUrl","generateDefaultAvatar","concat"],"mappings":"AAGO,IAAMA,kBAAkB,GAAG,iDAA3B,CAAA;AAEMC,IAAAA,oBAAoB,GAAG,UAACC,OAAD,EAAqB;AACvD,EAAA,IAAIA,OAAO,KAAP,IAAA,IAAAA,OAAO,WAAP,SAAA,GAAAA,OAAO,CAAEC,QAAb,EAAuB;IACrB,OAAOD,OAAO,CAACC,QAAf,CAAA;AACD,GAAA;AACF,EAJM;IAMMC,sBAAsB,GAAG,UAACF,OAAD,EAAwBG,aAAxB,EAA6C;AACjF,EAAA,IAAIH,OAAO,KAAP,IAAA,IAAAA,OAAO,WAAP,SAAA,GAAAA,OAAO,CAAEC,QAAb,EAAuB;AACrB,IAAA,IAAI,CAAE,IAAIG,MAAJ,CAAW,GAAA,OAAA,CAAIN,kBAAJ,CAAX,CAAA,CAAqCO,IAArC,CAA0CL,OAAO,CAACC,QAAlD,CAAN,EAAoE;MAClE,OAAOD,OAAO,CAACC,QAAf,CAAA;AACD,KAAA;AACF,GAAA;;EACD,OAAO,CAAC,CAAAD,OAAO,KAAP,IAAA,IAAAA,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,OAAO,CAAEM,OAAT,KAAoB,EAArB,EACJC,MADI,CACG,UAACC,MAAD,EAAO;AAAK,IAAA,OAAAA,MAAM,CAACC,MAAP,KAAkBN,aAAlB,CAAA;AAA+B,GAD9C,CAEJO,CAAAA,GAFI,CAEA,UAACC,EAAD,EAAe;AAAZ,IAAA,IAAAC,UAAU,GAAAD,EAAA,CAAAC,UAAV,CAAA;AAAiB,IAAA,OAAAA,UAAA,CAAA;AAAU,GAF9B,CAAP,CAAA;AAGD,EATM;AAWMC,IAAAA,qBAAqB,GAAG,UAACb,OAAD,EAAsB;AACzD,EAAA,IAAIA,OAAO,KAAP,IAAA,IAAAA,OAAO,WAAP,SAAA,GAAAA,OAAO,CAAEC,QAAb,EAAuB;AACrB,IAAA,IAAI,IAAIG,MAAJ,CAAW,GAAA,CAAAU,MAAA,CAAIhB,kBAAJ,CAAX,CAAA,CAAqCO,IAArC,CAA0CL,OAAO,CAACC,QAAlD,CAAJ,EAAiE;AAC/D,MAAA,OAAO,IAAP,CAAA;AACD,KAAA;;AACD,IAAA,OAAO,KAAP,CAAA;AACD,GAAA;;AACD,EAAA,OAAO,IAAP,CAAA;AACD;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uuid-
|
|
1
|
+
{"version":3,"file":"uuid-87b1c33e.js","sources":["../src/utils/uuid.ts"],"sourcesContent":["/* eslint-disable no-bitwise */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-mixed-operators */\n// https://stackoverflow.com/a/2117523\n// used mainly for dom key generation\nexport const uuidv4 = (): string => 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {\n const r = Math.random() * 16 | 0;\n const v = c === 'x' ? r : (r & 0x3 | 0x8);\n return v.toString(16);\n});\n\nexport default uuidv4;\n"],"names":["uuidv4","replace","c","r","Math","random","v","toString"],"mappings":"AAAA;;AACA;;AACA;AACA;AACA;AACO,IAAMA,MAAM,GAAG,YAAc;AAAA,EAAA,OAAA,uCAAuCC,OAAvC,CAA+C,OAA/C,EAAwD,UAACC,CAAD,EAAE;IAC5F,IAAMC,CAAC,GAAGC,IAAI,CAACC,MAAL,EAAgB,GAAA,EAAhB,GAAqB,CAA/B,CAAA;AACA,IAAA,IAAMC,CAAC,GAAGJ,CAAC,KAAK,GAAN,GAAYC,CAAZ,GAAiBA,CAAC,GAAG,GAAJ,GAAU,GAArC,CAAA;AACA,IAAA,OAAOG,CAAC,CAACC,QAAF,CAAW,EAAX,CAAP,CAAA;AACD,GAJmC,CAAA,CAAA;AAIlC;;;;"}
|
package/withSendbird.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-46088259.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
|
|
4
4
|
const SendbirdSdkContext = /*#__PURE__*/React__default.createContext();
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { a as n, aQ as he$1, aR as ce$1, t, p, aE as Vt, aS as de$1, aC as Wt, aT as ve$1, ab as En, r, aU as pe$1, y, aV as le$1, H as S, i, B as Be, ap as L, aw as le$2, aW as I, v as B$1, k as d, l as pe$2, q as q$1, F, ae as se$1, u as ue$1, aX as ie$1, ag as xt, W as de$2, X as J$1, h as ct, aY as ye$1, s, aZ as ue$2, a_ as me$1, a$ as u, aI as un, ai as $t } from './__bundle-57e0c5af-4e9165b5.js';
|
|
2
|
-
|
|
3
|
-
var B,H,z,q;!function(e){e.SUCCESS="success",e.PENDING="pending",e.ERROR="error";}(B||(B={})),function(e){e.DEFAULT="default",e.ALL="all",e.MENTION_ONLY="mention_only",e.OFF="off";}(H||(H={})),function(e){e.FCM="gcm",e.APNS="apns",e.UNKNOWN="unknown";}(z||(z={})),function(e){e.ALTERNATIVE="alternative",e.DEFAULT="default";}(q||(q={}));var K,G,Q,j=100,W="GroupChannel",V="url",Y=100,J="Message",X="messageId";!function(e){e.LATEST_LAST_MESSAGE="latest_last_message",e.CHRONOLOGICAL="chronological",e.CHANNEL_NAME_ALPHABETICAL="channel_name_alphabetical",e.METADATA_VALUE_ALPHABETICAL="metadata_value_alphabetical";}(K||(K={})),function(e){e.CHRONOLOGICAL="chronological",e.CHANNEL_NAME_ALPHABETICAL="channel_name_alphabetical",e.METADATA_VALUE_ALPHABETICAL="metadata_value_alphabetical";}(G||(G={})),function(e){e.CREATED_AT="created_at",e.SCHEDULED_AT="scheduled_at";}(Q||(Q={}));var Z,$=function(e){switch(e){case K.LATEST_LAST_MESSAGE:return ["-lastMessageUpdatedAt","-createdAt","syncIndex"];case K.CHRONOLOGICAL:return ["-createdAt","syncIndex"];case K.CHANNEL_NAME_ALPHABETICAL:return ["name"]}},ee=function(){function r(){this.messageTypeFilter=se$1.ALL,this.customTypesFilter=null,this.senderUserIdsFilter=null,this.replyType=ue$1.NONE;}return r.prototype.clone=function(){var e=new r,t=JSON.parse(JSON.stringify(this));return Object.keys(t).forEach((function(s){e[s]=t[s];})),e},r.prototype.match=function(r){switch(this.messageTypeFilter){case se$1.USER:if(r.messageType!==ie$1.USER)return !1;break;case se$1.FILE:if(r.messageType!==ie$1.FILE)return !1;break;case se$1.ADMIN:if(r.messageType!==ie$1.ADMIN)return !1}if(this.customTypesFilter&&this.customTypesFilter.length>0&&!this.customTypesFilter.includes(r.customType))return !1;if(this.senderUserIdsFilter&&this.senderUserIdsFilter.length>0){if(!(r instanceof xt))return !1;if(!this.senderUserIdsFilter.includes(r.sender.userId))return !1}switch(this.replyType){case ue$1.NONE:if(r.parentMessageId>0)return !1;break;case ue$1.ONLY_REPLY_TO_CHANNEL:if(r instanceof xt&&r.parentMessageId>0&&!r.replyToChannel)return !1}return !0},r}();!function(e){e.CHANNEL_LATEST="channel_latest",e.NEWEST_CHILD_MESSAGE="newest_child_message";}(Z||(Z={}));var te,se=function(e){switch(e){case Z.CHANNEL_LATEST:return ["channelUrl","-createdAt","-messageId"];case Z.NEWEST_CHILD_MESSAGE:return ["channelUrl","-parentMessageId","-createdAt","-messageId"]}},ne=n(n({},he$1),{scheduledAt:null}),re=function(e){return pe$1(e)&&y("number",e.scheduledAt,!0)},ae=n(n({},ce$1),{scheduledAt:null,file:null,fileUrl:null,fileName:null,mimeType:null,fileSize:null,thumbnailSizes:null,requireAuth:!1}),ie=function(e){return le$1(e)&&y("number",e.scheduledAt)&&(S(e.file)||y("string",e.fileUrl))&&y("string",e.fileName,!0)&&y("string",e.mimeType,!0)&&y("number",e.fileSize,!0)&&(null===e.thumbnailSizes||e.thumbnailSizes.every((function(e){return y("object",e)&&e.maxWidth>0&&e.maxHeight>0})))},ce="UnsentMessage",oe="reqId",le={},ue=function(e){function t$1(t,s){var n=s.sdkState,r=s.cacheContext,a=e.call(this,t)||this;return a._sdkState=n,a._cacheContext=r,le[t]=a,a}return t(t$1,e),t$1.of=function(e){return le[e]},Object.defineProperty(t$1.prototype,"collection",{get:function(){var e=this._cacheContext.nestdb;return e&&e.collection("UnsentMessage")},enumerable:!1,configurable:!0}),Object.defineProperty(t$1.prototype,"localCacheEnabled",{get:function(){return this._cacheContext.localCacheEnabled&&!!this.collection},enumerable:!1,configurable:!0}),t$1.prototype._serialize=function(e){if(e.messageId>0)throw p.invalidParameters;var t,s=n({},e.serialize());return e instanceof Vt?(e.messageParams&&(s.messageParams=de$1(e.messageParams)),e.scheduledInfo&&e.scheduledInfo.scheduledMessageParams&&(s.scheduledInfo.scheduledMessageParams=(t=e.scheduledInfo.scheduledMessageParams,n(n({},de$1(t)),{scheduledAt:t.scheduledAt})))):e instanceof Wt&&(e.messageParams&&(s.messageParams=ve$1(e.messageParams)),e.scheduledInfo&&e.scheduledInfo.scheduledMessageParams&&(s.scheduledInfo.scheduledMessageParams=function(e){return n(n({},ve$1(e)),{scheduledAt:e.scheduledAt})}(e.scheduledInfo.scheduledMessageParams))),s},t$1.prototype._deserialize=function(e){return e?(e=n(n({},e),{messageId:parseInt(e.messageId)}),En.of(this._iid).buildMessageFromSerializedData(e)):null},t$1.prototype.get=function(e){return r(this,void 0,void 0,(function(){var t;return i(this,(function(s){switch(s.label){case 0:return this.localCacheEnabled?[4,this.collection.getByKey("".concat(e))]:[3,2];case 1:if(t=s.sent())return [2,this._deserialize(t)];s.label=2;case 2:return [2,null]}}))}))},t$1.prototype.fetch=function(e){var t=e.channelUrl,s=void 0===t?null:t,n=e.filter,r$1=void 0===n?new ee:n,a=e.order,i$1=void 0===a?Z.CHANNEL_LATEST:a,c=e.sendingStatus,o=void 0===c?null:c,g=e.backward,p=void 0!==g&&g,m=e.parentMessageId,v=void 0===m?null:m;return r(this,void 0,void 0,(function(){var e,t,n,a,c=this;return i(this,(function(g){switch(g.label){case 0:return this.localCacheEnabled?(e=se(i$1),t={"/where":function(e){return !!(i$1!==Z.NEWEST_CHILD_MESSAGE||v&&0!==e.parentMessageId&&e.parentMessageId===v)&&r$1.match(c._deserialize(e))}},s&&(t.channelUrl=s),o&&(t.sendingStatus=o),n={where:t,index:e,backward:p},[4,this.collection.query(n)]):[3,3];case 1:return [4,g.sent().fetch({})];case 2:return a=g.sent(),[2,Promise.all(a.map((function(e){return r(c,void 0,void 0,(function(){var t,s,n,r,a,i$1;return i(this,(function(c){switch(c.label){case 0:return t=En.of(this._iid),s=this._deserialize(e),(n=e.messageParams)?s instanceof Vt?(s.messageParams=t.buildUserMessageCreateParamsFromSerializedData(n,s),[3,4]):[3,1]:[3,4];case 1:return s instanceof Wt?n.fileKey&&"string"==typeof n.fileKey&&ye$1(n.fileType)?(r=n,[4,this.collection.getBlob(n.fileKey)]):[3,3]:[3,4];case 2:r.file=c.sent(),c.label=3;case 3:s.messageParams=t.buildFileMessageCreateParamsFromSerializedData(n,s),c.label=4;case 4:return s.scheduledInfo&&e.scheduledInfo&&e.scheduledInfo.scheduledMessageParams?s instanceof Vt?(a=e.scheduledInfo.scheduledMessageParams,s.scheduledInfo.scheduledMessageParams=t.buildScheduledUserMessageCreateParamsFromSerializedData(a,s),[3,8]):[3,5]:[3,8];case 5:return s instanceof Wt?(a=e.scheduledInfo.scheduledMessageParams).fileKey&&"string"==typeof a.fileKey&&ye$1(a.fileType)?(i$1=a,[4,this.collection.getBlob(a.fileKey)]):[3,7]:[3,8];case 6:i$1.file=c.sent(),c.label=7;case 7:s.scheduledInfo.scheduledMessageParams=t.buildScheduledFileMessageCreateParamsFromSerializedData(a,s),c.label=8;case 8:return [2,s]}}))}))})))];case 3:return [2,[]]}}))}))},t$1.prototype.getAllChildMessages=function(e,t){return void 0===t&&(t=new ee),r(this,void 0,void 0,(function(){return i(this,(function(s){switch(s.label){case 0:return [4,this.fetch({filter:t,order:Z.NEWEST_CHILD_MESSAGE,channelUrl:e.channelUrl,backward:!1,parentMessageId:e.messageId})];case 1:return [2,s.sent()]}}))}))},t$1.prototype.upsert=function(e){return r(this,void 0,void 0,(function(){var t,s=this;return i(this,(function(n){switch(n.label){case 0:return this.localCacheEnabled?[4,this.saveBlobs(e)]:[3,3];case 1:return n.sent(),t=e.map((function(e){return s._serialize(e)})),[4,this.collection.upsertMany(t)];case 2:n.sent(),n.label=3;case 3:return [2]}}))}))},t$1.prototype.upsertChildMessages=function(e){return r(this,void 0,void 0,(function(){var t=this;return i(this,(function(s){switch(s.label){case 0:return this.localCacheEnabled?[4,Promise.all(e.map((function(e){return r(t,void 0,void 0,(function(){var t,s;return i(this,(function(n){switch(n.label){case 0:return t=[],(null===(s=e.threadInfo)||void 0===s?void 0:s.replyCount)>0?[4,this.getAllChildMessages(e)]:[3,2];case 1:t=n.sent(),n.label=2;case 2:return t.length>0?(t.forEach((function(t){return t.applyParentMessage(e)})),[4,this.upsert(t)]):[3,4];case 3:n.sent(),n.label=4;case 4:return [2]}}))}))})))]:[3,2];case 1:s.sent(),s.label=2;case 2:return [2]}}))}))},t$1.prototype.remove=function(e){return r(this,void 0,void 0,(function(){var t,s$1,n,r,a,i$1;return i(this,(function(c){switch(c.label){case 0:if(!this.localCacheEnabled)return [3,8];c.label=1;case 1:c.trys.push([1,6,7,8]),t=s(e),s$1=t.next(),c.label=2;case 2:return s$1.done?[3,5]:(n=s$1.value,[4,this.collection.remove(n)]);case 3:c.sent(),c.label=4;case 4:return s$1=t.next(),[3,2];case 5:return [3,8];case 6:return r=c.sent(),a={error:r},[3,8];case 7:try{s$1&&!s$1.done&&(i$1=t.return)&&i$1.call(t);}finally{if(a)throw a.error}return [7];case 8:return [2]}}))}))},t$1.prototype.removeMessagesOfChannel=function(e){return r(this,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return this.localCacheEnabled?[4,this.collection.removeIf({where:{channelUrl:e}})]:[3,2];case 1:t.sent(),t.label=2;case 2:return [2]}}))}))},t$1.prototype.clear=function(){return r(this,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return this.localCacheEnabled?[4,this.collection.clear()]:[3,2];case 1:e.sent(),e.label=2;case 2:return [2]}}))}))},t$1.prototype.saveBlobs=function(e){return r(this,void 0,void 0,(function(){var t=this;return i(this,(function(s){switch(s.label){case 0:return [4,Promise.all(e.map((function(e){return r(t,void 0,void 0,(function(){var t,s,n;return i(this,(function(r){switch(r.label){case 0:return e instanceof Wt?e.messageParams&&(t=e.messageParams).file&&me$1(t.file)?[4,this.collection.saveBlob(t.file,e.reqId)]:[3,2]:[3,4];case 1:n=r.sent(),t.fileKey=n,t.fileType=ue$2.BLOB,r.label=2;case 2:return e.scheduledInfo&&e.scheduledInfo.scheduledMessageParams&&((s=e.scheduledInfo.scheduledMessageParams).file&&me$1(s.file))?[4,this.collection.saveBlob(s.file,e.reqId)]:[3,4];case 3:n=r.sent(),s.fileKey=n,s.fileType=ue$2.BLOB,r.label=4;case 4:return [2]}}))}))})))];case 1:return s.sent(),[2]}}))}))},t$1}(Be),de={},he=function(e){function t$1(t,s){var n=s.sdkState,r=s.cacheContext,a=s.unsentMessageCache,i=e.call(this,t)||this;return i._sdkState=n,i._cacheContext=r,i._unsentMessageCache=a,de[t]=i,i}return t(t$1,e),t$1.of=function(e){return de[e]},Object.defineProperty(t$1.prototype,"collection",{get:function(){var e=this._cacheContext.nestdb;return e?e.collection("Message"):null},enumerable:!1,configurable:!0}),Object.defineProperty(t$1.prototype,"localCacheEnabled",{get:function(){return this._cacheContext.localCacheEnabled&&!!this.collection},enumerable:!1,configurable:!0}),t$1.prototype._serialize=function(e){return n(n({},e.serialize()),{messageId:"".concat(e.messageId)})},t$1.prototype._deserialize=function(e){return e=n(n({},e),{messageId:parseInt(e.messageId)}),En.of(this._iid).buildMessageFromSerializedData(e)},t$1.prototype.get=function(e){return r(this,void 0,void 0,(function(){var t;return i(this,(function(s){switch(s.label){case 0:return this.localCacheEnabled?[4,this.collection.getByKey("".concat(e))]:[3,2];case 1:if(t=s.sent())return [2,this._deserialize(t)];s.label=2;case 2:return [2,null]}}))}))},t$1.prototype.fetch=function(e){var t=e.channelUrl,s=e.token,n=e.limit,r$1=void 0===n?100:n,a=e.filter,i$1=void 0===a?new ee:a,c=e.order,o=void 0===c?Z.CHANNEL_LATEST:c,d=e.backward,g=void 0!==d&&d,p=e.parentMessageId,m=void 0===p?null:p;return r(this,void 0,void 0,(function(){var e,n,a,c=this;return i(this,(function(d){switch(d.label){case 0:return this.localCacheEnabled?(e=se(o),n={where:{channelUrl:t,"/where":function(e){if(s)switch(o){case Z.CHANNEL_LATEST:if(!g&&e.createdAt>s||g&&e.createdAt<s)return !1;break;case Z.NEWEST_CHILD_MESSAGE:if(!m||0===e.parentMessageId||e.parentMessageId!==m)return !1}return i$1.match(c._deserialize(e))}},index:e,backward:g},[4,this.collection.query(n)]):[3,3];case 1:return [4,d.sent().fetch({limit:r$1})];case 2:return a=d.sent(),[2,Promise.all(a.map((function(e){return r(c,void 0,void 0,(function(){var t,s,n;return i(this,(function(r){switch(r.label){case 0:return t=this._deserialize(e),(s=e.messageParams)?t instanceof Vt?(t.messageParams=s,[3,4]):[3,1]:[3,4];case 1:return t instanceof Wt?s.fileKey&&"string"==typeof s.fileKey&&ye$1(s.fileType)?(n=s,[4,this.collection.getBlob(s.fileKey)]):[3,3]:[3,4];case 2:n.file=r.sent(),r.label=3;case 3:t.messageParams=s,r.label=4;case 4:return [2,t]}}))}))})))];case 3:return [2,[]]}}))}))},t$1.prototype.getAllChildMessages=function(e,t){return void 0===t&&(t=new ee),r(this,void 0,void 0,(function(){return i(this,(function(s){switch(s.label){case 0:return [4,this.fetch({channelUrl:e.channelUrl,token:Date.now(),limit:null,backward:!1,filter:t,order:Z.NEWEST_CHILD_MESSAGE,parentMessageId:e.messageId})];case 1:return [2,s.sent()]}}))}))},t$1.prototype.upsert=function(e){return r(this,void 0,void 0,(function(){var t,s=this;return i(this,(function(n){switch(n.label){case 0:return this.localCacheEnabled?[4,this.saveBlobs(e)]:[3,5];case 1:return n.sent(),t=e.map((function(e){return s._serialize(e)})),[4,this.collection.upsertMany(t)];case 2:return n.sent(),[4,this.upsertChildMessages(e)];case 3:return n.sent(),[4,this._unsentMessageCache.upsertChildMessages(e)];case 4:n.sent(),n.label=5;case 5:return [2]}}))}))},t$1.prototype.upsertChildMessages=function(e){return r(this,void 0,void 0,(function(){var t=this;return i(this,(function(s){switch(s.label){case 0:return this.localCacheEnabled?[4,Promise.all(e.map((function(e){return r(t,void 0,void 0,(function(){var t,s;return i(this,(function(n){switch(n.label){case 0:return t=[],(null===(s=e.threadInfo)||void 0===s?void 0:s.replyCount)>0?[4,this.getAllChildMessages(e)]:[3,2];case 1:t=n.sent(),n.label=2;case 2:return t.length>0?(t.forEach((function(t){return t.applyParentMessage(e)})),[4,this.upsert(t)]):[3,4];case 3:n.sent(),n.label=4;case 4:return [2]}}))}))})))]:[3,2];case 1:s.sent(),s.label=2;case 2:return [2]}}))}))},t$1.prototype.remove=function(e){return r(this,void 0,void 0,(function(){var t,s$1,n,r,a,i$1;return i(this,(function(c){switch(c.label){case 0:if(!this.localCacheEnabled)return [3,8];c.label=1;case 1:c.trys.push([1,6,7,8]),t=s(e),s$1=t.next(),c.label=2;case 2:return s$1.done?[3,5]:(n=s$1.value,[4,this.collection.remove("".concat(n))]);case 3:c.sent(),c.label=4;case 4:return s$1=t.next(),[3,2];case 5:return [3,8];case 6:return r=c.sent(),a={error:r},[3,8];case 7:try{s$1&&!s$1.done&&(i$1=t.return)&&i$1.call(t);}finally{if(a)throw a.error}return [7];case 8:return [2]}}))}))},t$1.prototype.removeMessagesOfChannel=function(e){return r(this,void 0,void 0,(function(){var t;return i(this,(function(s){switch(s.label){case 0:return this.localCacheEnabled?[4,this.collection.removeIf({where:{channelUrl:e},index:se(Z.CHANNEL_LATEST)})]:[3,6];case 1:return s.sent(),[4,(t=this._cacheContext.preference).remove("sendbird:".concat(this._sdkState.userId,"@groupchannel/").concat(e,"/message/sync"))];case 2:return s.sent(),[4,t.remove("sendbird:".concat(this._sdkState.userId,"@groupchannel/").concat(e,"/message/sync.meta"))];case 3:return s.sent(),[4,t.remove("sendbird:".concat(this._sdkState.userId,"@groupchannel/").concat(e,"/message/changelogs"))];case 4:return s.sent(),[4,t.remove("sendbird:".concat(this._sdkState.userId,"@groupchannel/").concat(e,"/message/changelogs.meta"))];case 5:s.sent(),s.label=6;case 6:return [2]}}))}))},t$1.prototype.removeUnderOffset=function(e,t){return r(this,void 0,void 0,(function(){return i(this,(function(s){switch(s.label){case 0:return this.localCacheEnabled?[4,this.collection.removeIf({where:{channelUrl:e,createdAt:{"<":t}},index:se(Z.CHANNEL_LATEST)})]:[3,2];case 1:s.sent(),s.label=2;case 2:return [2]}}))}))},t$1.prototype.clear=function(){return r(this,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return this.localCacheEnabled?[4,this.collection.clear()]:[3,2];case 1:e.sent(),e.label=2;case 2:return [2]}}))}))},t$1.prototype.countBetween=function(e,t,s){return r(this,void 0,void 0,(function(){var n,r=this;return i(this,(function(a){switch(a.label){case 0:return this.localCacheEnabled?(n=se(Z.CHANNEL_LATEST),[4,this.collection.query({where:{channelUrl:e,"/where":function(e){var n=r._deserialize(e);return s.includes(n.createdAt)&&t.match(n)}},index:n}).count()]):[3,2];case 1:return [2,a.sent()];case 2:return [2,0]}}))}))},t$1.prototype.saveBlobs=function(e){return r(this,void 0,void 0,(function(){var t=this;return i(this,(function(s){switch(s.label){case 0:return [4,Promise.all(e.map((function(e){return r(t,void 0,void 0,(function(){var t,s;return i(this,(function(n){switch(n.label){case 0:return e instanceof Wt&&e.messageParams&&((t=e.messageParams).file&&me$1(t.file))?[4,this.collection.saveBlob(t.file,e.reqId)]:[3,2];case 1:s=n.sent(),t.fileKey=s,n.label=2;case 2:return [2]}}))}))})))];case 1:return s.sent(),[2]}}))}))},t$1}(Be),fe=function(e){function t$1(t){var s=t.message,n=e.call(this)||this;return n.message=s,n}return t(t$1,e),t$1}(L),ge={},pe=function(){function e(e,t){var s=t.localCacheEnabled,n=t.dispatcher,r=t.sdkState,a=t.logger,i=this;ge[e]=this,this._iid=e,ge[e]=this,this._localCacheEnabled=s,this._isProcessingAutoResend=!1,this._autoResendQueue=[],this._dispatcher=n,this._logger=a,this._sdkState=r,this._localCacheEnabled&&n.on((function(e){if(e instanceof de$2)switch(e.stateType){case J$1.CONNECTED:i._isProcessingAutoResend||i.processAutoResendRegisteredPendingMessages().then((function(){return i._processNextAutoResend()}));break;case J$1.DISCONNECTED:i._isProcessingAutoResend=!1;}}));}return e.of=function(e){return ge[e]},e.prototype.processNonAutoResendRegisteredPendingMessages=function(){return r(this,void 0,void 0,(function(){var e,t,s$1,n,r,a;return i(this,(function(i){switch(i.label){case 0:return [4,this._fetchAllCachedPendingMessages()];case 1:e=i.sent();try{for(t=s(e),s$1=t.next();!s$1.done;s$1=t.next())0===(n=s$1.value).errorCode&&(this._logger.debug("cached pending message is not auto-resend registered. changing its sending status to failed: ",n.reqId),n.sendingStatus=le$2.FAILED,n.errorCode=u.ACK_TIMEOUT,this._dispatcher.dispatch(new un({messages:[n],source:$t.LOCAL_MESSAGE_FAILED})));}catch(e){r={error:e};}finally{try{s$1&&!s$1.done&&(a=t.return)&&a.call(t);}finally{if(r)throw r.error}}return [2]}}))}))},e.prototype.processAutoResendRegisteredPendingMessages=function(){return r(this,void 0,void 0,(function(){var e,t,s$1,n,r,a,i$1,c;return i(this,(function(o){switch(o.label){case 0:return [4,this._fetchAllCachedPendingMessages()];case 1:e=o.sent();try{for(t=s(e),s$1=t.next();!s$1.done;s$1=t.next())(n=s$1.value).errorCode&&I(n.errorCode)&&(r=(new Date).getTime(),a=n.createdAt+2592e5,r<=a?this._autoResendQueue.map((function(e){return e.reqId})).indexOf(n.reqId)<0&&this._autoResendQueue.push(n):(this._logger.debug("auto-resend registered pending messaged expired. expiration date: ",new Date(a).toLocaleString()),n.sendingStatus=le$2.FAILED,this._dispatcher.dispatch(new un({messages:[n],source:$t.LOCAL_MESSAGE_FAILED}))));}catch(e){i$1={error:e};}finally{try{s$1&&!s$1.done&&(c=t.return)&&c.call(t);}finally{if(i$1)throw i$1.error}}return [2]}}))}))},e.prototype.completeCurrentAndProcessNextAutoResend=function(e){if(this._localCacheEnabled&&(e.sendingStatus===le$2.SUCCEEDED||e.sendingStatus===le$2.FAILED&&!I(e.errorCode))){var t=this.indexOf(e);t>=0&&this._autoResendQueue.splice(t,1),0===t&&this._processNextAutoResend();}},e.prototype._fetchAllCachedPendingMessages=function(){return r(this,void 0,void 0,(function(){var e,t;return i(this,(function(s){switch(s.label){case 0:return (e=ue.of(this._iid))?[4,e.fetch({sendingStatus:le$2.PENDING,backward:!0})]:[3,2];case 1:return t=s.sent(),[3,3];case 2:t=[],s.label=3;case 3:return [2,t]}}))}))},e.prototype.indexOf=function(e){return this._autoResendQueue.length>0?this._autoResendQueue.map((function(e){return e.reqId})).indexOf(e.reqId):-1},e.prototype._isNotInQueue=function(e){return -1===this._autoResendQueue.map((function(e){return e.reqId})).indexOf(e.reqId)},e.prototype._processNextAutoResend=function(){return r(this,void 0,void 0,(function(){var e;return i(this,(function(t){if(this._localCacheEnabled&&"foreground"===this._sdkState.appState)try{this._autoResendQueue.length>0?(this._isProcessingAutoResend||(this._logger.debug("auto-resend queue started."),this._isProcessingAutoResend=!0),e=this._autoResendQueue[0],this._dispatcher.dispatch(new fe({message:e})),this._logger.debug("processing auto-resend for message request id: ",e.reqId)):(this._logger.debug("auto-resend queue finished."),this._isProcessingAutoResend=!1);}catch(e){this._logger.warn("process auto-resend error: ",e),this._isProcessingAutoResend=!1;}return [2]}))}))},e}();!function(e){e[e.USER_BLOCK=20001]="USER_BLOCK",e[e.USER_UNBLOCK=2e4]="USER_UNBLOCK",e[e.FRIEND_DISCOVERED=20900]="FRIEND_DISCOVERED";}(te||(te={}));var me=function(){function e(e){this.category=e.cat,this.data=e.data;}return e.getDataAsUserBlockEvent=function(e,t){var s=t.data,n=s.blocker,r=s.blockee;return {blocker:new ct(e,n),blockee:new ct(e,r)}},e.getDataAsFriendDiscoveredEvent=function(e,t){var s=t.data.friend_discoveries;return {friendDiscoveries:Array.isArray(s)?s.map((function(t){return new ct(e,t)})):[]}},e}(),ve=function(e){function t$1(t,s){var n=s.userId,r=e.call(this)||this;return r._iid=t,r.userId=n,r}return t(t$1,e),t$1}(L),be=function(e){function t$1(t,s,n){var r=e.call(this,t,"USEV",n)||this;return r.event=new me(n),r}return t(t$1,e),t$1}(B$1),_e=function(e){function t$1(t){var s=t.userId,n=e.call(this)||this;return n.method=d.GET,n.path="".concat(pe$2,"/").concat(encodeURIComponent(s),"/push_preference"),n}return t(t$1,e),t$1}(q$1),Ee=function(e){function t$1(t,s){var n=e.call(this,t,s)||this;return n.pushTriggerOption=s.push_trigger_option,n}return t(t$1,e),t$1}(F),Ae=function(e){function t$1(t){var s=t.userId,n=t.pushTriggerOption,r=e.call(this)||this;return r.method=d.PUT,r.path="".concat(pe$2,"/").concat(encodeURIComponent(s),"/push_preference"),r.params={push_trigger_option:n},r}return t(t$1,e),t$1}(q$1),ye=function(e){function t$1(t,s){var n=e.call(this,t,s)||this;return n.pushTriggerOption=s.push_trigger_option,n}return t(t$1,e),t$1}(F);
|
|
4
|
-
|
|
5
|
-
export { $, Ae as A, B, Ee as E, G, H, J, K, Q, V, W, X, Y, Z, _e as _, ae as a, be as b, ce as c, ee as e, fe as f, he as h, ie as i, j, me as m, ne as n, oe as o, pe as p, q, re as r, se as s, te as t, ue as u, ve as v, ye as y, z };
|
|
6
|
-
//# sourceMappingURL=__bundle-0dad34cd-10d4f218.js.map
|