@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-7wmPZ9u9.js';
import './chunks/bundle-BIYb3jsd.js';
import './chunks/bundle-WvGXKsO2.js';
import './chunks/bundle-CjNi8EFu.js';
import './chunks/bundle-Us5A8clp.js';
import './ui/Icon.js';
import './chunks/bundle-fSRat1UE.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-C-CGeFQ_.js';
import './ui/OpenChannelAvatar.js';
import './chunks/bundle-B3HZtZTZ.js';
import './ui/ImageRenderer.js';
import './chunks/bundle-gvOBOwfV.js';
import './chunks/bundle-DRhvHAt1.js';
import './OpenChannelSettings/components/EditDetailsModal.js';
import './chunks/bundle-B7dTabrY.js';
import './chunks/bundle-fhnk57Z0.js';
import 'react-dom';
import './chunks/bundle-Dx8PXakO.js';
import './ui/IconButton.js';
import './ui/Button.js';
import './chunks/bundle-B8MogZRK.js';
import './chunks/bundle-CUsYK6-b.js';
import './chunks/bundle-DqRlDma1.js';
import './chunks/bundle-BkOqRABL.js';
import '@sendbird/chat';
import '@sendbird/chat/groupChannel';
import '@sendbird/chat/openChannel';
import './ui/Input.js';
import './chunks/bundle-4Gqi6X5V.js';
import './chunks/bundle-uccrbKWs.js';
import './ui/SortByRow.js';
import './chunks/bundle-CVVnYq9c.js';
import './utils/message/getOutgoingMessageState.js';
import './chunks/bundle-y22vNQrW.js';
import './chunks/bundle-UYcHHJ29.js';
import './chunks/bundle-CYPS1CaO.js';
import './chunks/bundle-S5TvewRX.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