UNPKG

@sendbird/uikit-react

Version:

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

61 lines (58 loc) 3.04 kB
import React__default from 'react'; import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsUI.js'; import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js'; import './chunks/bundle-Del33VzI.js'; import './chunks/bundle-yl5d1NoZ.js'; import './chunks/bundle-C1dqPUnT.js'; import './chunks/bundle-BZGITC2g.js'; import './chunks/bundle-viBng0Kh.js'; import './ui/Icon.js'; import './chunks/bundle-MlG9piGf.js'; import './ui/PlaceHolder.js'; import './ui/Loader.js'; import './OpenChannelSettings/components/OperatorUI.js'; import './OpenChannelSettings/components/OpenChannelProfile.js'; import './ui/TextButton.js'; import './chunks/bundle-Bokm7tQ9.js'; import './ui/OpenChannelAvatar.js'; import './chunks/bundle-CAEBoiEz.js'; import './ui/ImageRenderer.js'; import './chunks/bundle-Dl_v8XoN.js'; import './chunks/bundle-B2BBbSEN.js'; import './OpenChannelSettings/components/EditDetailsModal.js'; import './chunks/bundle-BOykFtQ3.js'; import './chunks/bundle-CtQtfJlT.js'; import 'react-dom'; import './chunks/bundle-DBhJIxHw.js'; import './ui/IconButton.js'; import './ui/Button.js'; import './chunks/bundle-DGh2T5IL.js'; import './chunks/bundle-i_3w58Zd.js'; import './chunks/bundle-BUYU9H94.js'; import './chunks/bundle-CqLLOVG5.js'; import '@sendbird/chat'; import '@sendbird/chat/groupChannel'; import '@sendbird/chat/openChannel'; import './ui/Input.js'; import './chunks/bundle-Du8ejYW1.js'; import './chunks/bundle-Bch_Ry4S.js'; import './ui/SortByRow.js'; import './chunks/bundle-vmZ9LoYK.js'; import './utils/message/getOutgoingMessageState.js'; import './chunks/bundle-DgosLQK9.js'; import './chunks/bundle-DEuCwnTn.js'; import './chunks/bundle-fdEQfX2s.js'; import './chunks/bundle-B0s_McF0.js'; import './ui/AccordionGroup.js'; import './ui/MutedAvatarOverlay.js'; import './ui/UserProfile.js'; import './sendbirdSelectors.js'; import './ui/UserListItem.js'; import './ui/Checkbox.js'; import './ui/Accordion.js'; var OpenChannelSetting = function (props) { return (React__default.createElement(OpenChannelSettingsProvider, { channelUrl: props === null || props === void 0 ? void 0 : props.channelUrl, onCloseClick: props === null || props === void 0 ? void 0 : props.onCloseClick, onBeforeUpdateChannel: props === null || props === void 0 ? void 0 : props.onBeforeUpdateChannel, onChannelModified: props === null || props === void 0 ? void 0 : props.onChannelModified, onDeleteChannel: props === null || props === void 0 ? void 0 : props.onDeleteChannel, disableUserProfile: props === null || props === void 0 ? void 0 : props.disableUserProfile, renderUserProfile: props === null || props === void 0 ? void 0 : props.renderUserProfile }, React__default.createElement(OpenChannelUI, { renderOperatorUI: props === null || props === void 0 ? void 0 : props.renderOperatorUI, renderParticipantList: props === null || props === void 0 ? void 0 : props.renderParticipantList }))); }; export { OpenChannelSetting as default }; //# sourceMappingURL=OpenChannelSettings.js.map