@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-DEkOOCXV.js';
import './chunks/bundle-BcmcHhQv.js';
import './chunks/bundle-HJB6-gWU.js';
import './chunks/bundle-CHCBafXl.js';
import './chunks/bundle-BtftT-cX.js';
import './ui/Icon.js';
import './chunks/bundle-D9zEvquw.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-CLpNliIV.js';
import './ui/OpenChannelAvatar.js';
import './chunks/bundle-C-uQGUtK.js';
import './ui/ImageRenderer.js';
import './chunks/bundle-DzW36hCC.js';
import './chunks/bundle-Cg9VsWSo.js';
import './OpenChannelSettings/components/EditDetailsModal.js';
import './chunks/bundle-DVZRgyYI.js';
import './chunks/bundle-CW7sp9Ld.js';
import 'react-dom';
import './chunks/bundle-CPtt7fnf.js';
import './ui/IconButton.js';
import './ui/Button.js';
import './chunks/bundle-BJ2mapxw.js';
import './chunks/bundle-BmiTBgG1.js';
import './chunks/bundle-nSggTugx.js';
import './chunks/bundle-D0HLMr8A.js';
import '@sendbird/chat';
import '@sendbird/chat/groupChannel';
import '@sendbird/chat/openChannel';
import './ui/Input.js';
import './chunks/bundle-D7f8bGD2.js';
import './chunks/bundle-BDklsUYB.js';
import './ui/SortByRow.js';
import './chunks/bundle-AOpqwRaJ.js';
import './utils/message/getOutgoingMessageState.js';
import './chunks/bundle-CKjna3wg.js';
import './chunks/bundle-BFv38Gwl.js';
import './chunks/bundle-RFPu_1HD.js';
import './chunks/bundle-BTe57HMb.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