@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
JavaScript
import React__default from 'react';
import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsUI.js';
import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js';
import './chunks/bundle-DVsUiVO7.js';
import './chunks/bundle-B7RvGM03.js';
import './chunks/bundle-B4JqClb8.js';
import './chunks/bundle-D0GNokoe.js';
import './chunks/bundle-sYB0sr_l.js';
import './ui/Icon.js';
import './chunks/bundle-BsH3r84n.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-D7eceuN1.js';
import './ui/OpenChannelAvatar.js';
import './chunks/bundle-BIjkVTPN.js';
import './ui/ImageRenderer.js';
import './chunks/bundle-sT3ilq3P.js';
import './chunks/bundle-CqmuPT65.js';
import './OpenChannelSettings/components/EditDetailsModal.js';
import './chunks/bundle-CRkzqUcm.js';
import './chunks/bundle-Vv-hPvqF.js';
import 'react-dom';
import './chunks/bundle-DVe4vLri.js';
import './ui/IconButton.js';
import './ui/Button.js';
import './chunks/bundle-BgnOPI6k.js';
import './chunks/bundle-BwKOzdpa.js';
import './chunks/bundle-Pi8D8X0p.js';
import './chunks/bundle-DwUX_8pX.js';
import '@sendbird/chat';
import '@sendbird/chat/groupChannel';
import '@sendbird/chat/openChannel';
import './ui/Input.js';
import './chunks/bundle-BvFpaSeC.js';
import './chunks/bundle-Hge7crLJ.js';
import './ui/SortByRow.js';
import './chunks/bundle-D4ssOJFH.js';
import './utils/message/getOutgoingMessageState.js';
import './chunks/bundle-DHiHHi0U.js';
import './chunks/bundle-jVso52Zj.js';
import './chunks/bundle-BGdOmHwC.js';
import './chunks/bundle-CZiyJYBm.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