UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

72 lines (69 loc) 4.28 kB
import React__default from 'react'; import { u as useLocalization } from '../../chunks/bundle-DEkOOCXV.js'; import { u as useChannelListContext } from '../../chunks/bundle-BKnNFk3I.js'; import { g as getChannelTitle } from '../../chunks/bundle-yxToVJTO.js'; import { G as GroupChannelListItemView } from '../../chunks/bundle-BI-kvvZ9.js'; import { u as useSendbird } from '../../chunks/bundle-BmiTBgG1.js'; import '../../chunks/bundle-BcmcHhQv.js'; import '../../chunks/bundle-HJB6-gWU.js'; import '../../chunks/bundle-CHCBafXl.js'; import '@sendbird/chat/groupChannel'; import '../../chunks/bundle-DVZRgyYI.js'; import '../../chunks/bundle-BJ2mapxw.js'; import '../../chunks/bundle-D9zEvquw.js'; import '../../chunks/bundle-D0HLMr8A.js'; import '../../chunks/bundle-BTe57HMb.js'; import '../../chunks/bundle-BFv38Gwl.js'; import '../../chunks/bundle-AOpqwRaJ.js'; import '../../utils/message/getOutgoingMessageState.js'; import '../../chunks/bundle-CKjna3wg.js'; import '../../chunks/bundle-RFPu_1HD.js'; import '../../chunks/bundle-BtWZVL0Z.js'; import '../../chunks/bundle-BYph6xb0.js'; import '../../ui/Icon.js'; import '../../chunks/bundle-BtftT-cX.js'; import '../../ui/Loader.js'; import '../../chunks/bundle-efAHZQzS.js'; import '../../chunks/bundle-D6azoYzg.js'; import '../../chunks/bundle-CbGayeW1.js'; import '../../chunks/bundle-CPtt7fnf.js'; import '../../GroupChannel/components/TypingIndicator.js'; import '../../ui/Badge.js'; import '../../ui/ChannelAvatar.js'; import '../../chunks/bundle-C-uQGUtK.js'; import '../../ui/ImageRenderer.js'; import '../../chunks/bundle-DzW36hCC.js'; import '../../chunks/bundle-Cg9VsWSo.js'; import '../../ui/MentionUserLabel.js'; import '../../chunks/bundle-DFhwS44-.js'; import '../../chunks/bundle-CW7sp9Ld.js'; import 'react-dom'; import '../../ui/IconButton.js'; import '../../ui/Button.js'; import '../../ui/TextButton.js'; import '../../chunks/bundle-CLpNliIV.js'; import '../../chunks/bundle-CXLeqXm5.js'; import '../../chunks/bundle-nSggTugx.js'; import '@sendbird/chat'; import '@sendbird/chat/openChannel'; /** * @deprecated This component is deprecated and will be removed in the next major update. * Please use the `GroupChannel` component from '@sendbird/uikit-react/GroupChannel' instead. * For more information, please refer to the migration guide: * https://docs.sendbird.com/docs/chat/uikit/v3/react/introduction/group-channel-migration-guide */ var ChannelPreview = function (_a) { var _b, _c, _d, _e; var channel = _a.channel, _f = _a.isActive, isActive = _f === void 0 ? false : _f, _g = _a.isSelected, isSelected = _g === void 0 ? false : _g, _h = _a.isTyping, isTyping = _h === void 0 ? false : _h, renderChannelAction = _a.renderChannelAction, onLeaveChannel = _a.onLeaveChannel, onClick = _a.onClick, tabIndex = _a.tabIndex; var state = useSendbird().state; var config = state.config; var stringSet = useLocalization().stringSet; var _j = useChannelListContext(), _k = _j.isTypingIndicatorEnabled, isTypingIndicatorEnabled = _k === void 0 ? false : _k, _l = _j.isMessageReceiptStatusEnabled, isMessageReceiptStatusEnabled = _l === void 0 ? false : _l; var userId = config.userId; var isMessageStatusEnabled = isMessageReceiptStatusEnabled && (((_b = channel === null || channel === void 0 ? void 0 : channel.lastMessage) === null || _b === void 0 ? void 0 : _b.messageType) === 'user' || ((_c = channel === null || channel === void 0 ? void 0 : channel.lastMessage) === null || _c === void 0 ? void 0 : _c.messageType) === 'file') && ((_e = (_d = channel === null || channel === void 0 ? void 0 : channel.lastMessage) === null || _d === void 0 ? void 0 : _d.sender) === null || _e === void 0 ? void 0 : _e.userId) === userId; return (React__default.createElement(GroupChannelListItemView, { channel: channel, tabIndex: tabIndex, isTyping: isTypingIndicatorEnabled && isTyping, isSelected: isSelected !== null && isSelected !== void 0 ? isSelected : isActive, channelName: getChannelTitle(channel, userId, stringSet), isMessageStatusEnabled: isMessageStatusEnabled, onClick: onClick, onLeaveChannel: onLeaveChannel, renderChannelAction: renderChannelAction })); }; export { ChannelPreview as default }; //# sourceMappingURL=ChannelPreview.js.map