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-DxLnjDoJ.js'; import './chunks/bundle-DlZj_j5B.js'; import './chunks/bundle-Dhutxl0X.js'; import './chunks/bundle-D89Qj0P4.js'; import './chunks/bundle-FZ_FdxZT.js'; import './ui/Icon.js'; import './chunks/bundle-CaW4IP0_.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-Bv6iXkjg.js'; import './ui/OpenChannelAvatar.js'; import './chunks/bundle-Dgt7lb2O.js'; import './ui/ImageRenderer.js'; import './chunks/bundle-h43SVTxb.js'; import './chunks/bundle-DGOBflIQ.js'; import './OpenChannelSettings/components/EditDetailsModal.js'; import './chunks/bundle-D9lZlE3H.js'; import './chunks/bundle-BDItDVZl.js'; import 'react-dom'; import './chunks/bundle-DWJPyrDa.js'; import './ui/IconButton.js'; import './ui/Button.js'; import './chunks/bundle-CSjCAZib.js'; import './chunks/bundle-BnaoVUUl.js'; import './chunks/bundle-C1jTnXNH.js'; import './chunks/bundle-C8kxBudB.js'; import '@sendbird/chat'; import '@sendbird/chat/groupChannel'; import '@sendbird/chat/openChannel'; import './ui/Input.js'; import './chunks/bundle-Dzg7JewE.js'; import './chunks/bundle-BRB1saAI.js'; import './ui/SortByRow.js'; import './chunks/bundle-C5Cl3Igw.js'; import './utils/message/getOutgoingMessageState.js'; import './chunks/bundle-OJHU7Q3U.js'; import './chunks/bundle-DZaN4z9l.js'; import './chunks/bundle-0bJlK18Z.js'; import './chunks/bundle-tDk7wyaM.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