@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-Cdqsdoa8.js';
import './chunks/bundle-Bpofr334.js';
import './chunks/bundle-oM0Fxt9G.js';
import './chunks/bundle-DmnXeBdU.js';
import './chunks/bundle-Cdplrrlw.js';
import './ui/Icon.js';
import './chunks/bundle-DX6fRIJl.js';
import './chunks/bundle-4clodtJA.js';
import './chunks/bundle-B56O1y8C.js';
import './chunks/bundle-JhKiWlXT.js';
import '@sendbird/chat';
import '@sendbird/chat/groupChannel';
import '@sendbird/chat/openChannel';
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-C1npFBfj.js';
import './ui/OpenChannelAvatar.js';
import './chunks/bundle-BJShQs4P.js';
import './ui/ImageRenderer.js';
import './chunks/bundle-F_R9C4cW.js';
import './chunks/bundle-D646l1Rn.js';
import './OpenChannelSettings/components/EditDetailsModal.js';
import './chunks/bundle-YDriVB8K.js';
import './chunks/bundle-C4anRHWY.js';
import 'react-dom';
import './chunks/bundle-C2ARCMSL.js';
import './ui/IconButton.js';
import './ui/Button.js';
import './chunks/bundle-LLA95Pqf.js';
import './ui/Input.js';
import './chunks/bundle-BpM8phr1.js';
import './chunks/bundle-zNUBt0Cg.js';
import './ui/SortByRow.js';
import './chunks/bundle-BZSLsKkw.js';
import './utils/message/getOutgoingMessageState.js';
import './chunks/bundle-CglqREVl.js';
import './chunks/bundle-lqEjT2ED.js';
import './chunks/bundle-BqKoZDqX.js';
import './chunks/bundle-B5LKcMN_.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