@sendbird/uikit-react-native 3.4.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/ChannelInput/index.js.map +1 -1
- package/lib/commonjs/components/ChannelMessageList/index.js.map +1 -1
- package/lib/commonjs/domain/groupChannel/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelBannedUsers/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelList/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelModeration/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelMutedMembers/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelNotifications/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelOperators/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelSettings/types.js.map +1 -1
- package/lib/commonjs/domain/groupChannelUserList/types.js.map +1 -1
- package/lib/commonjs/domain/messageSearch/types.js.map +1 -1
- package/lib/commonjs/domain/openChannel/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelBannedUsers/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelCreate/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelList/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelModeration/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelMutedParticipants/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelOperators/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelSettings/types.js.map +1 -1
- package/lib/commonjs/domain/openChannelUserList/types.js.map +1 -1
- package/lib/commonjs/fragments/createGroupChannelFragment.js +18 -3
- package/lib/commonjs/fragments/createGroupChannelFragment.js.map +1 -1
- package/lib/commonjs/fragments/createGroupChannelListFragment.js +25 -11
- package/lib/commonjs/fragments/createGroupChannelListFragment.js.map +1 -1
- package/lib/commonjs/types.js.map +1 -1
- package/lib/commonjs/version.js +1 -1
- package/lib/commonjs/version.js.map +1 -1
- package/lib/module/components/ChannelInput/index.js.map +1 -1
- package/lib/module/components/ChannelMessageList/index.js.map +1 -1
- package/lib/module/domain/groupChannel/types.js.map +1 -1
- package/lib/module/domain/groupChannelBannedUsers/types.js.map +1 -1
- package/lib/module/domain/groupChannelList/types.js.map +1 -1
- package/lib/module/domain/groupChannelModeration/types.js.map +1 -1
- package/lib/module/domain/groupChannelMutedMembers/types.js.map +1 -1
- package/lib/module/domain/groupChannelNotifications/types.js.map +1 -1
- package/lib/module/domain/groupChannelOperators/types.js.map +1 -1
- package/lib/module/domain/groupChannelSettings/types.js.map +1 -1
- package/lib/module/domain/groupChannelUserList/types.js.map +1 -1
- package/lib/module/domain/messageSearch/types.js.map +1 -1
- package/lib/module/domain/openChannel/types.js.map +1 -1
- package/lib/module/domain/openChannelBannedUsers/types.js.map +1 -1
- package/lib/module/domain/openChannelCreate/types.js.map +1 -1
- package/lib/module/domain/openChannelList/types.js.map +1 -1
- package/lib/module/domain/openChannelModeration/types.js.map +1 -1
- package/lib/module/domain/openChannelMutedParticipants/types.js.map +1 -1
- package/lib/module/domain/openChannelOperators/types.js.map +1 -1
- package/lib/module/domain/openChannelSettings/types.js.map +1 -1
- package/lib/module/domain/openChannelUserList/types.js.map +1 -1
- package/lib/module/fragments/createGroupChannelFragment.js +18 -3
- package/lib/module/fragments/createGroupChannelFragment.js.map +1 -1
- package/lib/module/fragments/createGroupChannelListFragment.js +26 -12
- package/lib/module/fragments/createGroupChannelListFragment.js.map +1 -1
- package/lib/module/types.js.map +1 -1
- package/lib/module/version.js +1 -1
- package/lib/module/version.js.map +1 -1
- package/lib/typescript/src/components/ChannelInput/index.d.ts +2 -2
- package/lib/typescript/src/components/ChannelMessageList/index.d.ts +4 -5
- package/lib/typescript/src/containers/SendbirdUIKitContainer.d.ts +1 -1
- package/lib/typescript/src/domain/groupChannel/types.d.ts +13 -2
- package/lib/typescript/src/domain/groupChannelBannedUsers/types.d.ts +1 -1
- package/lib/typescript/src/domain/groupChannelList/types.d.ts +13 -2
- package/lib/typescript/src/domain/groupChannelModeration/types.d.ts +1 -1
- package/lib/typescript/src/domain/groupChannelMutedMembers/types.d.ts +1 -1
- package/lib/typescript/src/domain/groupChannelNotifications/types.d.ts +1 -1
- package/lib/typescript/src/domain/groupChannelOperators/types.d.ts +1 -1
- package/lib/typescript/src/domain/groupChannelSettings/types.d.ts +1 -1
- package/lib/typescript/src/domain/groupChannelUserList/types.d.ts +3 -2
- package/lib/typescript/src/domain/messageSearch/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannel/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelBannedUsers/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelCreate/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelList/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelModeration/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelMutedParticipants/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelOperators/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelSettings/types.d.ts +1 -1
- package/lib/typescript/src/domain/openChannelUserList/types.d.ts +3 -3
- package/lib/typescript/src/types.d.ts +4 -4
- package/lib/typescript/src/version.d.ts +1 -1
- package/package.json +5 -5
- package/src/components/ChannelInput/index.tsx +2 -2
- package/src/components/ChannelMessageList/index.tsx +4 -10
- package/src/domain/groupChannel/types.ts +14 -2
- package/src/domain/groupChannelBannedUsers/types.ts +1 -1
- package/src/domain/groupChannelList/types.ts +13 -2
- package/src/domain/groupChannelModeration/types.ts +1 -1
- package/src/domain/groupChannelMutedMembers/types.ts +1 -1
- package/src/domain/groupChannelNotifications/types.ts +1 -1
- package/src/domain/groupChannelOperators/types.ts +1 -1
- package/src/domain/groupChannelSettings/types.ts +1 -1
- package/src/domain/groupChannelUserList/types.ts +2 -2
- package/src/domain/messageSearch/types.ts +1 -1
- package/src/domain/openChannel/types.ts +1 -1
- package/src/domain/openChannelBannedUsers/types.ts +1 -1
- package/src/domain/openChannelCreate/types.ts +1 -1
- package/src/domain/openChannelList/types.ts +1 -1
- package/src/domain/openChannelModeration/types.ts +1 -1
- package/src/domain/openChannelMutedParticipants/types.ts +1 -1
- package/src/domain/openChannelOperators/types.ts +1 -1
- package/src/domain/openChannelSettings/types.ts +1 -1
- package/src/domain/openChannelUserList/types.ts +4 -3
- package/src/fragments/createGroupChannelFragment.tsx +21 -5
- package/src/fragments/createGroupChannelListFragment.tsx +27 -9
- package/src/types.ts +2 -2
- package/src/version.ts +1 -1
|
@@ -3,7 +3,6 @@ import { FlatList, FlatListProps } from 'react-native';
|
|
|
3
3
|
import { BottomSheetItem } from '@sendbird/uikit-react-native-foundation';
|
|
4
4
|
import { SendbirdFileMessage, SendbirdGroupChannel, SendbirdMessage, SendbirdOpenChannel, SendbirdUserMessage } from '@sendbird/uikit-utils';
|
|
5
5
|
import type { UserProfileContextType } from '../../contexts/UserProfileCtx';
|
|
6
|
-
import type { CommonComponent } from '../../types';
|
|
7
6
|
type HandleableMessage = SendbirdUserMessage | SendbirdFileMessage;
|
|
8
7
|
export type ChannelMessageListProps<T extends SendbirdGroupChannel | SendbirdOpenChannel> = {
|
|
9
8
|
enableMessageGrouping: boolean;
|
|
@@ -42,15 +41,15 @@ export type ChannelMessageListProps<T extends SendbirdGroupChannel | SendbirdOpe
|
|
|
42
41
|
bottomSheetItem?: BottomSheetItem;
|
|
43
42
|
isFirstItem: boolean;
|
|
44
43
|
}) => React.ReactElement | null;
|
|
45
|
-
renderNewMessagesButton: null |
|
|
44
|
+
renderNewMessagesButton: null | ((props: {
|
|
46
45
|
visible: boolean;
|
|
47
46
|
onPress: () => void;
|
|
48
47
|
newMessages: SendbirdMessage[];
|
|
49
|
-
}
|
|
50
|
-
renderScrollToBottomButton: null |
|
|
48
|
+
}) => React.ReactElement | null);
|
|
49
|
+
renderScrollToBottomButton: null | ((props: {
|
|
51
50
|
visible: boolean;
|
|
52
51
|
onPress: () => void;
|
|
53
|
-
}
|
|
52
|
+
}) => React.ReactElement | null);
|
|
54
53
|
flatListProps?: Omit<FlatListProps<SendbirdMessage>, 'data' | 'renderItem'>;
|
|
55
54
|
} & {
|
|
56
55
|
ref?: Ref<FlatList<SendbirdMessage>> | undefined;
|
|
@@ -13,7 +13,7 @@ import type { StringSet } from '../localization/StringSet.type';
|
|
|
13
13
|
import type { ClipboardServiceInterface, FileServiceInterface, MediaServiceInterface, NotificationServiceInterface, PlayerServiceInterface, RecorderServiceInterface } from '../platform/types';
|
|
14
14
|
import type { ErrorBoundaryProps, LocalCacheStorage } from '../types';
|
|
15
15
|
export declare const SendbirdUIKit: Readonly<{
|
|
16
|
-
VERSION: "3.4.
|
|
16
|
+
VERSION: "3.4.1";
|
|
17
17
|
PLATFORM: string;
|
|
18
18
|
DEFAULT: {
|
|
19
19
|
AUTO_PUSH_TOKEN_REGISTRATION: boolean;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { FlatList } from 'react-native';
|
|
3
|
+
import type { MessageCollectionParams, MessageFilterParams } from '@sendbird/chat/groupChannel';
|
|
3
4
|
import type { UseGroupChannelMessagesOptions } from '@sendbird/uikit-chat-hooks';
|
|
4
5
|
import type { OnBeforeHandler, SendbirdFileMessage, SendbirdFileMessageCreateParams, SendbirdFileMessageUpdateParams, SendbirdGroupChannel, SendbirdMessage, SendbirdUser, SendbirdUserMessage, SendbirdUserMessageCreateParams, SendbirdUserMessageUpdateParams } from '@sendbird/uikit-utils';
|
|
5
6
|
import type { ChannelInputProps, SuggestedMentionListProps } from '../../components/ChannelInput';
|
|
6
7
|
import type { ChannelMessageListProps } from '../../components/ChannelMessageList';
|
|
7
8
|
import type { CommonComponent } from '../../types';
|
|
8
9
|
import type { PubSub } from '../../utils/pubsub';
|
|
10
|
+
export type MessageListQueryParamsType = Omit<MessageCollectionParams, 'filter'> & MessageFilterParams;
|
|
9
11
|
export interface GroupChannelProps {
|
|
10
12
|
Fragment: {
|
|
11
13
|
channel: SendbirdGroupChannel;
|
|
@@ -25,8 +27,17 @@ export interface GroupChannelProps {
|
|
|
25
27
|
keyboardAvoidOffset?: GroupChannelProps['Provider']['keyboardAvoidOffset'];
|
|
26
28
|
flatListProps?: GroupChannelProps['MessageList']['flatListProps'];
|
|
27
29
|
sortComparator?: UseGroupChannelMessagesOptions['sortComparator'];
|
|
28
|
-
collectionCreator?: UseGroupChannelMessagesOptions['collectionCreator'];
|
|
29
30
|
searchItem?: GroupChannelProps['MessageList']['searchItem'];
|
|
31
|
+
/**
|
|
32
|
+
* @description You can specify the query parameters for the message list.
|
|
33
|
+
* @example
|
|
34
|
+
* ```
|
|
35
|
+
* <GroupChannelFragment messageListQueryParams={{ prevResultLimit: 20, customTypesFilter: ['filter'] }} />
|
|
36
|
+
* ```
|
|
37
|
+
* */
|
|
38
|
+
messageListQueryParams?: MessageListQueryParamsType;
|
|
39
|
+
/** @deprecated Please use `messageListQueryParams` instead */
|
|
40
|
+
collectionCreator?: UseGroupChannelMessagesOptions['collectionCreator'];
|
|
30
41
|
};
|
|
31
42
|
Header: {
|
|
32
43
|
shouldHideRight: () => boolean;
|
|
@@ -120,7 +131,7 @@ export interface GroupChannelModule {
|
|
|
120
131
|
StatusEmpty: CommonComponent;
|
|
121
132
|
StatusLoading: CommonComponent;
|
|
122
133
|
}
|
|
123
|
-
export type GroupChannelFragment =
|
|
134
|
+
export type GroupChannelFragment = React.FC<GroupChannelProps['Fragment']>;
|
|
124
135
|
export type GroupChannelPubSubContextPayload = {
|
|
125
136
|
type: 'MESSAGE_SENT_PENDING' | 'MESSAGE_SENT_SUCCESS';
|
|
126
137
|
data: {
|
|
@@ -46,4 +46,4 @@ export interface GroupChannelBannedUsersModule {
|
|
|
46
46
|
StatusLoading: CommonComponent;
|
|
47
47
|
StatusError: CommonComponent<GroupChannelBannedUsersProps['StatusError']>;
|
|
48
48
|
}
|
|
49
|
-
export type GroupChannelBannedUsersFragment =
|
|
49
|
+
export type GroupChannelBannedUsersFragment = React.FC<GroupChannelBannedUsersProps['Fragment']>;
|
|
@@ -1,18 +1,29 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { FlatListProps } from 'react-native';
|
|
3
|
+
import type { GroupChannelCollectionParams, GroupChannelFilterParams } from '@sendbird/chat/groupChannel';
|
|
3
4
|
import type { UseGroupChannelListOptions } from '@sendbird/uikit-chat-hooks';
|
|
4
5
|
import type { ActionMenuItem } from '@sendbird/uikit-react-native-foundation';
|
|
5
6
|
import type { SendbirdGroupChannel } from '@sendbird/uikit-utils';
|
|
6
7
|
import type { CommonComponent } from '../../types';
|
|
8
|
+
export type ChannelListQueryParamsType = Omit<GroupChannelCollectionParams, 'filter'> & GroupChannelFilterParams;
|
|
7
9
|
export interface GroupChannelListProps {
|
|
8
10
|
Fragment: {
|
|
9
11
|
onPressChannel: GroupChannelListProps['List']['onPressChannel'];
|
|
10
12
|
onPressCreateChannel: (channelType: GroupChannelType) => void;
|
|
11
13
|
renderGroupChannelPreview?: GroupChannelListProps['List']['renderGroupChannelPreview'];
|
|
12
14
|
skipTypeSelection?: boolean;
|
|
13
|
-
collectionCreator?: UseGroupChannelListOptions['collectionCreator'];
|
|
14
15
|
flatListProps?: GroupChannelListProps['List']['flatListProps'];
|
|
15
16
|
menuItemCreator?: GroupChannelListProps['List']['menuItemCreator'];
|
|
17
|
+
/**
|
|
18
|
+
* @description You can specify the query parameters for the channel list.
|
|
19
|
+
* @example
|
|
20
|
+
* ```
|
|
21
|
+
* <GroupChannelListFragment channelListQueryParams={{ limit: 20, includeEmpty: false }} />
|
|
22
|
+
* ```
|
|
23
|
+
* */
|
|
24
|
+
channelListQueryParams?: ChannelListQueryParamsType;
|
|
25
|
+
/** @deprecated Please use `channelListQueryParams` instead */
|
|
26
|
+
collectionCreator?: UseGroupChannelListOptions['collectionCreator'];
|
|
16
27
|
};
|
|
17
28
|
Header: {};
|
|
18
29
|
List: {
|
|
@@ -56,5 +67,5 @@ export interface GroupChannelListModule {
|
|
|
56
67
|
StatusEmpty: CommonComponent;
|
|
57
68
|
StatusLoading: CommonComponent;
|
|
58
69
|
}
|
|
59
|
-
export type GroupChannelListFragment =
|
|
70
|
+
export type GroupChannelListFragment = React.FC<GroupChannelListProps['Fragment']>;
|
|
60
71
|
export type GroupChannelType = 'GROUP' | 'SUPER_GROUP' | 'BROADCAST';
|
|
@@ -40,4 +40,4 @@ export interface GroupChannelModerationModule {
|
|
|
40
40
|
Header: CommonComponent<GroupChannelModerationProps['Header']>;
|
|
41
41
|
Menu: CommonComponent<GroupChannelModerationProps['Menu']>;
|
|
42
42
|
}
|
|
43
|
-
export type GroupChannelModerationFragment =
|
|
43
|
+
export type GroupChannelModerationFragment = React.FC<GroupChannelModerationProps['Fragment']>;
|
|
@@ -46,4 +46,4 @@ export interface GroupChannelMutedMembersModule {
|
|
|
46
46
|
StatusLoading: CommonComponent;
|
|
47
47
|
StatusError: CommonComponent<GroupChannelMutedMembersProps['StatusError']>;
|
|
48
48
|
}
|
|
49
|
-
export type GroupChannelMutedMembersFragment =
|
|
49
|
+
export type GroupChannelMutedMembersFragment = React.FC<GroupChannelMutedMembersProps['Fragment']>;
|
|
@@ -30,4 +30,4 @@ export interface GroupChannelNotificationsModule {
|
|
|
30
30
|
Header: CommonComponent<GroupChannelNotificationsProps['Header']>;
|
|
31
31
|
View: CommonComponent<GroupChannelNotificationsProps['View']>;
|
|
32
32
|
}
|
|
33
|
-
export type GroupChannelNotificationsFragment =
|
|
33
|
+
export type GroupChannelNotificationsFragment = React.FC<GroupChannelNotificationsProps['Fragment']>;
|
|
@@ -48,4 +48,4 @@ export interface GroupChannelOperatorsModule {
|
|
|
48
48
|
StatusLoading: CommonComponent;
|
|
49
49
|
StatusError: CommonComponent<GroupChannelOperatorsProps['StatusError']>;
|
|
50
50
|
}
|
|
51
|
-
export type GroupChannelOperatorsFragment =
|
|
51
|
+
export type GroupChannelOperatorsFragment = React.FC<GroupChannelOperatorsProps['Fragment']>;
|
|
@@ -48,4 +48,4 @@ export interface GroupChannelSettingsModule {
|
|
|
48
48
|
Info: CommonComponent<GroupChannelSettingsProps['Info']>;
|
|
49
49
|
Menu: CommonComponent<GroupChannelSettingsProps['Menu']>;
|
|
50
50
|
}
|
|
51
|
-
export type GroupChannelSettingsFragment =
|
|
51
|
+
export type GroupChannelSettingsFragment = React.FC<GroupChannelSettingsProps['Fragment']>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { UseUserListOptions } from '@sendbird/uikit-chat-hooks';
|
|
2
3
|
import type { SendbirdGroupChannel, SendbirdGroupChannelCreateParams, SendbirdMember, UserStruct } from '@sendbird/uikit-utils';
|
|
3
4
|
import type { CommonComponent } from '../../types';
|
|
@@ -36,7 +37,7 @@ export interface GroupChannelMembersProps {
|
|
|
36
37
|
queryCreator?: UseUserListOptions<SendbirdMember>['queryCreator'];
|
|
37
38
|
};
|
|
38
39
|
}
|
|
39
|
-
export type GroupChannelMembersFragment =
|
|
40
|
+
export type GroupChannelMembersFragment = React.FC<GroupChannelMembersProps['Fragment']>;
|
|
40
41
|
export interface GroupChannelRegisterOperatorProps {
|
|
41
42
|
Fragment: {
|
|
42
43
|
channel: SendbirdGroupChannel;
|
|
@@ -47,4 +48,4 @@ export interface GroupChannelRegisterOperatorProps {
|
|
|
47
48
|
queryCreator?: UseUserListOptions<SendbirdMember>['queryCreator'];
|
|
48
49
|
};
|
|
49
50
|
}
|
|
50
|
-
export type GroupChannelRegisterOperatorFragment =
|
|
51
|
+
export type GroupChannelRegisterOperatorFragment = React.FC<GroupChannelRegisterOperatorProps['Fragment']>;
|
|
@@ -50,4 +50,4 @@ export interface MessageSearchModule {
|
|
|
50
50
|
StatusLoading: CommonComponent;
|
|
51
51
|
StatusError: CommonComponent<MessageSearchProps['StatusError']>;
|
|
52
52
|
}
|
|
53
|
-
export type MessageSearchFragment =
|
|
53
|
+
export type MessageSearchFragment = React.FC<MessageSearchProps['Fragment']>;
|
|
@@ -63,7 +63,7 @@ export interface OpenChannelModule {
|
|
|
63
63
|
StatusEmpty: CommonComponent;
|
|
64
64
|
StatusLoading: CommonComponent;
|
|
65
65
|
}
|
|
66
|
-
export type OpenChannelFragment =
|
|
66
|
+
export type OpenChannelFragment = React.FC<OpenChannelProps['Fragment']>;
|
|
67
67
|
export type OpenChannelPubSubContextPayload = {
|
|
68
68
|
type: 'MESSAGE_SENT_PENDING' | 'MESSAGE_SENT_SUCCESS';
|
|
69
69
|
data: {
|
|
@@ -46,4 +46,4 @@ export interface OpenChannelBannedUsersModule {
|
|
|
46
46
|
StatusLoading: CommonComponent;
|
|
47
47
|
StatusError: CommonComponent<OpenChannelBannedUsersProps['StatusError']>;
|
|
48
48
|
}
|
|
49
|
-
export type OpenChannelBannedUsersFragment =
|
|
49
|
+
export type OpenChannelBannedUsersFragment = React.FC<OpenChannelBannedUsersProps['Fragment']>;
|
|
@@ -37,4 +37,4 @@ export interface OpenChannelCreateModule {
|
|
|
37
37
|
ProfileInput: CommonComponent<OpenChannelCreateProps['ProfileInput']>;
|
|
38
38
|
StatusLoading: CommonComponent;
|
|
39
39
|
}
|
|
40
|
-
export type OpenChannelCreateFragment =
|
|
40
|
+
export type OpenChannelCreateFragment = React.FC<OpenChannelCreateProps['Fragment']>;
|
|
@@ -48,4 +48,4 @@ export interface OpenChannelListModule {
|
|
|
48
48
|
StatusLoading: CommonComponent;
|
|
49
49
|
StatusError: CommonComponent<OpenChannelListProps['StatusError']>;
|
|
50
50
|
}
|
|
51
|
-
export type OpenChannelListFragment =
|
|
51
|
+
export type OpenChannelListFragment = React.FC<OpenChannelListProps['Fragment']>;
|
|
@@ -40,4 +40,4 @@ export interface OpenChannelModerationModule {
|
|
|
40
40
|
Header: CommonComponent<OpenChannelModerationProps['Header']>;
|
|
41
41
|
Menu: CommonComponent<OpenChannelModerationProps['Menu']>;
|
|
42
42
|
}
|
|
43
|
-
export type OpenChannelModerationFragment =
|
|
43
|
+
export type OpenChannelModerationFragment = React.FC<OpenChannelModerationProps['Fragment']>;
|
|
@@ -46,4 +46,4 @@ export interface OpenChannelMutedParticipantsModule {
|
|
|
46
46
|
StatusLoading: CommonComponent;
|
|
47
47
|
StatusError: CommonComponent<OpenChannelMutedParticipantsProps['StatusError']>;
|
|
48
48
|
}
|
|
49
|
-
export type OpenChannelMutedParticipantsFragment =
|
|
49
|
+
export type OpenChannelMutedParticipantsFragment = React.FC<OpenChannelMutedParticipantsProps['Fragment']>;
|
|
@@ -48,4 +48,4 @@ export interface OpenChannelOperatorsModule {
|
|
|
48
48
|
StatusLoading: CommonComponent;
|
|
49
49
|
StatusError: CommonComponent<OpenChannelOperatorsProps['StatusError']>;
|
|
50
50
|
}
|
|
51
|
-
export type OpenChannelOperatorsFragment =
|
|
51
|
+
export type OpenChannelOperatorsFragment = React.FC<OpenChannelOperatorsProps['Fragment']>;
|
|
@@ -46,4 +46,4 @@ export interface OpenChannelSettingsModule {
|
|
|
46
46
|
Info: CommonComponent<OpenChannelSettingsProps['Info']>;
|
|
47
47
|
Menu: CommonComponent<OpenChannelSettingsProps['Menu']>;
|
|
48
48
|
}
|
|
49
|
-
export type OpenChannelSettingsFragment =
|
|
49
|
+
export type OpenChannelSettingsFragment = React.FC<OpenChannelSettingsProps['Fragment']>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type React from 'react';
|
|
1
2
|
import type { UseUserListOptions } from '@sendbird/uikit-chat-hooks';
|
|
2
3
|
import type { SendbirdOpenChannel, SendbirdParticipant, SendbirdUser } from '@sendbird/uikit-utils';
|
|
3
|
-
import type { CommonComponent } from '../../types';
|
|
4
4
|
import type { UserListProps } from '../userList/types';
|
|
5
5
|
export interface OpenChannelParticipantsProps {
|
|
6
6
|
Fragment: {
|
|
@@ -11,7 +11,7 @@ export interface OpenChannelParticipantsProps {
|
|
|
11
11
|
sortComparator?: UseUserListOptions<SendbirdUser | SendbirdParticipant>['sortComparator'];
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
export type OpenChannelParticipantsFragment =
|
|
14
|
+
export type OpenChannelParticipantsFragment = React.FC<OpenChannelParticipantsProps['Fragment']>;
|
|
15
15
|
export interface OpenChannelRegisterOperatorProps {
|
|
16
16
|
Fragment: {
|
|
17
17
|
channel: SendbirdOpenChannel;
|
|
@@ -22,4 +22,4 @@ export interface OpenChannelRegisterOperatorProps {
|
|
|
22
22
|
sortComparator?: UseUserListOptions<SendbirdUser | SendbirdParticipant>['sortComparator'];
|
|
23
23
|
};
|
|
24
24
|
}
|
|
25
|
-
export type OpenChannelRegisterOperatorFragment =
|
|
25
|
+
export type OpenChannelRegisterOperatorFragment = React.FC<OpenChannelRegisterOperatorProps['Fragment']>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ErrorInfo, ReactNode } from 'react';
|
|
1
|
+
import type { ComponentType, ErrorInfo, ReactNode } from 'react';
|
|
2
2
|
import type { SendbirdUser } from '@sendbird/uikit-utils';
|
|
3
3
|
export type KeyValuePairGet = [string, string | null];
|
|
4
4
|
export type KeyValuePairSet = [string, string];
|
|
@@ -16,9 +16,9 @@ export type ErrorBoundaryProps = {
|
|
|
16
16
|
errorInfo: ErrorInfo;
|
|
17
17
|
reset: () => void;
|
|
18
18
|
};
|
|
19
|
-
export type CommonComponent<P = {}> =
|
|
20
|
-
children?: ReactNode;
|
|
21
|
-
}
|
|
19
|
+
export type CommonComponent<P = {}> = ComponentType<P & {
|
|
20
|
+
children?: ReactNode | undefined;
|
|
21
|
+
}>;
|
|
22
22
|
export type MentionedUser = {
|
|
23
23
|
range: Range;
|
|
24
24
|
user: SendbirdUser;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const VERSION = "3.4.
|
|
1
|
+
declare const VERSION = "3.4.1";
|
|
2
2
|
export default VERSION;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sendbird/uikit-react-native",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sendbird",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
|
|
63
|
-
"@sendbird/uikit-chat-hooks": "3.4.
|
|
64
|
-
"@sendbird/uikit-react-native-foundation": "3.4.
|
|
63
|
+
"@sendbird/uikit-chat-hooks": "3.4.1",
|
|
64
|
+
"@sendbird/uikit-react-native-foundation": "3.4.1",
|
|
65
65
|
"@sendbird/uikit-tools": "0.0.1-alpha.58",
|
|
66
|
-
"@sendbird/uikit-utils": "3.4.
|
|
66
|
+
"@sendbird/uikit-utils": "3.4.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@bam.tech/react-native-image-resizer": "^3.0.4",
|
|
@@ -203,5 +203,5 @@
|
|
|
203
203
|
]
|
|
204
204
|
]
|
|
205
205
|
},
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "b3f416e3d5ab51ce020ca21f21c09ad0157722d9"
|
|
207
207
|
}
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
|
|
20
20
|
import { useSendbirdChat } from '../../hooks/useContext';
|
|
21
21
|
import useMentionTextInput from '../../hooks/useMentionTextInput';
|
|
22
|
-
import type { MentionedUser, Range } from '../../types';
|
|
22
|
+
import type { CommonComponent, MentionedUser, Range } from '../../types';
|
|
23
23
|
import type { AttachmentsButtonProps } from './AttachmentsButton';
|
|
24
24
|
import AttachmentsButton from './AttachmentsButton';
|
|
25
25
|
import EditInput from './EditInput';
|
|
@@ -67,7 +67,7 @@ export type ChannelInputProps = {
|
|
|
67
67
|
setMessageToReply?: (message?: undefined | SendbirdUserMessage | SendbirdFileMessage) => void;
|
|
68
68
|
|
|
69
69
|
// mention
|
|
70
|
-
SuggestedMentionList?:
|
|
70
|
+
SuggestedMentionList?: CommonComponent<SuggestedMentionListProps>;
|
|
71
71
|
|
|
72
72
|
// sub-components
|
|
73
73
|
AttachmentsButton?: (props: AttachmentsButtonProps) => React.ReactNode | null;
|
|
@@ -32,7 +32,6 @@ import {
|
|
|
32
32
|
import type { UserProfileContextType } from '../../contexts/UserProfileCtx';
|
|
33
33
|
import { useLocalization, usePlatformService, useSendbirdChat, useUserProfile } from '../../hooks/useContext';
|
|
34
34
|
import SBUUtils from '../../libs/SBUUtils';
|
|
35
|
-
import type { CommonComponent } from '../../types';
|
|
36
35
|
import ChatFlatList from '../ChatFlatList';
|
|
37
36
|
import { ReactionAddons } from '../ReactionAddons';
|
|
38
37
|
|
|
@@ -78,15 +77,10 @@ export type ChannelMessageListProps<T extends SendbirdGroupChannel | SendbirdOpe
|
|
|
78
77
|
bottomSheetItem?: BottomSheetItem;
|
|
79
78
|
isFirstItem: boolean;
|
|
80
79
|
}) => React.ReactElement | null;
|
|
81
|
-
renderNewMessagesButton:
|
|
82
|
-
|
|
83
|
-
onPress: () => void;
|
|
84
|
-
|
|
85
|
-
}>;
|
|
86
|
-
renderScrollToBottomButton: null | CommonComponent<{
|
|
87
|
-
visible: boolean;
|
|
88
|
-
onPress: () => void;
|
|
89
|
-
}>;
|
|
80
|
+
renderNewMessagesButton:
|
|
81
|
+
| null
|
|
82
|
+
| ((props: { visible: boolean; onPress: () => void; newMessages: SendbirdMessage[] }) => React.ReactElement | null);
|
|
83
|
+
renderScrollToBottomButton: null | ((props: { visible: boolean; onPress: () => void }) => React.ReactElement | null);
|
|
90
84
|
flatListProps?: Omit<FlatListProps<SendbirdMessage>, 'data' | 'renderItem'>;
|
|
91
85
|
} & {
|
|
92
86
|
ref?: Ref<FlatList<SendbirdMessage>> | undefined;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { FlatList } from 'react-native';
|
|
3
3
|
|
|
4
|
+
import type { MessageCollectionParams, MessageFilterParams } from '@sendbird/chat/groupChannel';
|
|
4
5
|
import type { UseGroupChannelMessagesOptions } from '@sendbird/uikit-chat-hooks';
|
|
5
6
|
import type {
|
|
6
7
|
OnBeforeHandler,
|
|
@@ -20,6 +21,7 @@ import type { ChannelMessageListProps } from '../../components/ChannelMessageLis
|
|
|
20
21
|
import type { CommonComponent } from '../../types';
|
|
21
22
|
import type { PubSub } from '../../utils/pubsub';
|
|
22
23
|
|
|
24
|
+
export type MessageListQueryParamsType = Omit<MessageCollectionParams, 'filter'> & MessageFilterParams;
|
|
23
25
|
export interface GroupChannelProps {
|
|
24
26
|
Fragment: {
|
|
25
27
|
channel: SendbirdGroupChannel;
|
|
@@ -43,9 +45,19 @@ export interface GroupChannelProps {
|
|
|
43
45
|
keyboardAvoidOffset?: GroupChannelProps['Provider']['keyboardAvoidOffset'];
|
|
44
46
|
flatListProps?: GroupChannelProps['MessageList']['flatListProps'];
|
|
45
47
|
sortComparator?: UseGroupChannelMessagesOptions['sortComparator'];
|
|
46
|
-
collectionCreator?: UseGroupChannelMessagesOptions['collectionCreator'];
|
|
47
48
|
|
|
48
49
|
searchItem?: GroupChannelProps['MessageList']['searchItem'];
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* @description You can specify the query parameters for the message list.
|
|
53
|
+
* @example
|
|
54
|
+
* ```
|
|
55
|
+
* <GroupChannelFragment messageListQueryParams={{ prevResultLimit: 20, customTypesFilter: ['filter'] }} />
|
|
56
|
+
* ```
|
|
57
|
+
* */
|
|
58
|
+
messageListQueryParams?: MessageListQueryParamsType;
|
|
59
|
+
/** @deprecated Please use `messageListQueryParams` instead */
|
|
60
|
+
collectionCreator?: UseGroupChannelMessagesOptions['collectionCreator'];
|
|
49
61
|
};
|
|
50
62
|
Header: {
|
|
51
63
|
shouldHideRight: () => boolean;
|
|
@@ -169,7 +181,7 @@ export interface GroupChannelModule {
|
|
|
169
181
|
StatusLoading: CommonComponent;
|
|
170
182
|
}
|
|
171
183
|
|
|
172
|
-
export type GroupChannelFragment =
|
|
184
|
+
export type GroupChannelFragment = React.FC<GroupChannelProps['Fragment']>;
|
|
173
185
|
|
|
174
186
|
export type GroupChannelPubSubContextPayload =
|
|
175
187
|
| {
|
|
@@ -49,4 +49,4 @@ export interface GroupChannelBannedUsersModule {
|
|
|
49
49
|
StatusError: CommonComponent<GroupChannelBannedUsersProps['StatusError']>;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
export type GroupChannelBannedUsersFragment =
|
|
52
|
+
export type GroupChannelBannedUsersFragment = React.FC<GroupChannelBannedUsersProps['Fragment']>;
|
|
@@ -1,21 +1,32 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { FlatListProps } from 'react-native';
|
|
3
3
|
|
|
4
|
+
import type { GroupChannelCollectionParams, GroupChannelFilterParams } from '@sendbird/chat/groupChannel';
|
|
4
5
|
import type { UseGroupChannelListOptions } from '@sendbird/uikit-chat-hooks';
|
|
5
6
|
import type { ActionMenuItem } from '@sendbird/uikit-react-native-foundation';
|
|
6
7
|
import type { SendbirdGroupChannel } from '@sendbird/uikit-utils';
|
|
7
8
|
|
|
8
9
|
import type { CommonComponent } from '../../types';
|
|
9
10
|
|
|
11
|
+
export type ChannelListQueryParamsType = Omit<GroupChannelCollectionParams, 'filter'> & GroupChannelFilterParams;
|
|
10
12
|
export interface GroupChannelListProps {
|
|
11
13
|
Fragment: {
|
|
12
14
|
onPressChannel: GroupChannelListProps['List']['onPressChannel'];
|
|
13
15
|
onPressCreateChannel: (channelType: GroupChannelType) => void;
|
|
14
16
|
renderGroupChannelPreview?: GroupChannelListProps['List']['renderGroupChannelPreview'];
|
|
15
17
|
skipTypeSelection?: boolean;
|
|
16
|
-
collectionCreator?: UseGroupChannelListOptions['collectionCreator'];
|
|
17
18
|
flatListProps?: GroupChannelListProps['List']['flatListProps'];
|
|
18
19
|
menuItemCreator?: GroupChannelListProps['List']['menuItemCreator'];
|
|
20
|
+
/**
|
|
21
|
+
* @description You can specify the query parameters for the channel list.
|
|
22
|
+
* @example
|
|
23
|
+
* ```
|
|
24
|
+
* <GroupChannelListFragment channelListQueryParams={{ limit: 20, includeEmpty: false }} />
|
|
25
|
+
* ```
|
|
26
|
+
* */
|
|
27
|
+
channelListQueryParams?: ChannelListQueryParamsType;
|
|
28
|
+
/** @deprecated Please use `channelListQueryParams` instead */
|
|
29
|
+
collectionCreator?: UseGroupChannelListOptions['collectionCreator'];
|
|
19
30
|
};
|
|
20
31
|
Header: {};
|
|
21
32
|
List: {
|
|
@@ -61,5 +72,5 @@ export interface GroupChannelListModule {
|
|
|
61
72
|
StatusLoading: CommonComponent;
|
|
62
73
|
}
|
|
63
74
|
|
|
64
|
-
export type GroupChannelListFragment =
|
|
75
|
+
export type GroupChannelListFragment = React.FC<GroupChannelListProps['Fragment']>;
|
|
65
76
|
export type GroupChannelType = 'GROUP' | 'SUPER_GROUP' | 'BROADCAST';
|
|
@@ -45,4 +45,4 @@ export interface GroupChannelModerationModule {
|
|
|
45
45
|
Menu: CommonComponent<GroupChannelModerationProps['Menu']>;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
export type GroupChannelModerationFragment =
|
|
48
|
+
export type GroupChannelModerationFragment = React.FC<GroupChannelModerationProps['Fragment']>;
|
|
@@ -49,4 +49,4 @@ export interface GroupChannelMutedMembersModule {
|
|
|
49
49
|
StatusError: CommonComponent<GroupChannelMutedMembersProps['StatusError']>;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
export type GroupChannelMutedMembersFragment =
|
|
52
|
+
export type GroupChannelMutedMembersFragment = React.FC<GroupChannelMutedMembersProps['Fragment']>;
|
|
@@ -35,4 +35,4 @@ export interface GroupChannelNotificationsModule {
|
|
|
35
35
|
View: CommonComponent<GroupChannelNotificationsProps['View']>;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
export type GroupChannelNotificationsFragment =
|
|
38
|
+
export type GroupChannelNotificationsFragment = React.FC<GroupChannelNotificationsProps['Fragment']>;
|
|
@@ -51,4 +51,4 @@ export interface GroupChannelOperatorsModule {
|
|
|
51
51
|
StatusError: CommonComponent<GroupChannelOperatorsProps['StatusError']>;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
export type GroupChannelOperatorsFragment =
|
|
54
|
+
export type GroupChannelOperatorsFragment = React.FC<GroupChannelOperatorsProps['Fragment']>;
|
|
@@ -53,4 +53,4 @@ export interface GroupChannelSettingsModule {
|
|
|
53
53
|
Menu: CommonComponent<GroupChannelSettingsProps['Menu']>;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
export type GroupChannelSettingsFragment =
|
|
56
|
+
export type GroupChannelSettingsFragment = React.FC<GroupChannelSettingsProps['Fragment']>;
|
|
@@ -52,7 +52,7 @@ export interface GroupChannelMembersProps {
|
|
|
52
52
|
queryCreator?: UseUserListOptions<SendbirdMember>['queryCreator'];
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
|
-
export type GroupChannelMembersFragment =
|
|
55
|
+
export type GroupChannelMembersFragment = React.FC<GroupChannelMembersProps['Fragment']>;
|
|
56
56
|
|
|
57
57
|
export interface GroupChannelRegisterOperatorProps {
|
|
58
58
|
Fragment: {
|
|
@@ -64,4 +64,4 @@ export interface GroupChannelRegisterOperatorProps {
|
|
|
64
64
|
queryCreator?: UseUserListOptions<SendbirdMember>['queryCreator'];
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
|
-
export type GroupChannelRegisterOperatorFragment =
|
|
67
|
+
export type GroupChannelRegisterOperatorFragment = React.FC<GroupChannelRegisterOperatorProps['Fragment']>;
|
|
@@ -52,4 +52,4 @@ export interface MessageSearchModule {
|
|
|
52
52
|
StatusError: CommonComponent<MessageSearchProps['StatusError']>;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
export type MessageSearchFragment =
|
|
55
|
+
export type MessageSearchFragment = React.FC<MessageSearchProps['Fragment']>;
|
|
@@ -111,7 +111,7 @@ export interface OpenChannelModule {
|
|
|
111
111
|
StatusLoading: CommonComponent;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
export type OpenChannelFragment =
|
|
114
|
+
export type OpenChannelFragment = React.FC<OpenChannelProps['Fragment']>;
|
|
115
115
|
|
|
116
116
|
export type OpenChannelPubSubContextPayload =
|
|
117
117
|
| {
|
|
@@ -49,4 +49,4 @@ export interface OpenChannelBannedUsersModule {
|
|
|
49
49
|
StatusError: CommonComponent<OpenChannelBannedUsersProps['StatusError']>;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
export type OpenChannelBannedUsersFragment =
|
|
52
|
+
export type OpenChannelBannedUsersFragment = React.FC<OpenChannelBannedUsersProps['Fragment']>;
|
|
@@ -42,4 +42,4 @@ export interface OpenChannelCreateModule {
|
|
|
42
42
|
StatusLoading: CommonComponent;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
export type OpenChannelCreateFragment =
|
|
45
|
+
export type OpenChannelCreateFragment = React.FC<OpenChannelCreateProps['Fragment']>;
|
|
@@ -53,4 +53,4 @@ export interface OpenChannelListModule {
|
|
|
53
53
|
StatusError: CommonComponent<OpenChannelListProps['StatusError']>;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
export type OpenChannelListFragment =
|
|
56
|
+
export type OpenChannelListFragment = React.FC<OpenChannelListProps['Fragment']>;
|
|
@@ -45,4 +45,4 @@ export interface OpenChannelModerationModule {
|
|
|
45
45
|
Menu: CommonComponent<OpenChannelModerationProps['Menu']>;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
export type OpenChannelModerationFragment =
|
|
48
|
+
export type OpenChannelModerationFragment = React.FC<OpenChannelModerationProps['Fragment']>;
|
|
@@ -49,4 +49,4 @@ export interface OpenChannelMutedParticipantsModule {
|
|
|
49
49
|
StatusError: CommonComponent<OpenChannelMutedParticipantsProps['StatusError']>;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
export type OpenChannelMutedParticipantsFragment =
|
|
52
|
+
export type OpenChannelMutedParticipantsFragment = React.FC<OpenChannelMutedParticipantsProps['Fragment']>;
|
|
@@ -51,4 +51,4 @@ export interface OpenChannelOperatorsModule {
|
|
|
51
51
|
StatusError: CommonComponent<OpenChannelOperatorsProps['StatusError']>;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
export type OpenChannelOperatorsFragment =
|
|
54
|
+
export type OpenChannelOperatorsFragment = React.FC<OpenChannelOperatorsProps['Fragment']>;
|
|
@@ -51,4 +51,4 @@ export interface OpenChannelSettingsModule {
|
|
|
51
51
|
Menu: CommonComponent<OpenChannelSettingsProps['Menu']>;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
export type OpenChannelSettingsFragment =
|
|
54
|
+
export type OpenChannelSettingsFragment = React.FC<OpenChannelSettingsProps['Fragment']>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
|
|
1
3
|
import type { UseUserListOptions } from '@sendbird/uikit-chat-hooks';
|
|
2
4
|
import type { SendbirdOpenChannel, SendbirdParticipant, SendbirdUser } from '@sendbird/uikit-utils';
|
|
3
5
|
|
|
4
|
-
import type { CommonComponent } from '../../types';
|
|
5
6
|
import type { UserListProps } from '../userList/types';
|
|
6
7
|
|
|
7
8
|
export interface OpenChannelParticipantsProps {
|
|
@@ -14,7 +15,7 @@ export interface OpenChannelParticipantsProps {
|
|
|
14
15
|
sortComparator?: UseUserListOptions<SendbirdUser | SendbirdParticipant>['sortComparator'];
|
|
15
16
|
};
|
|
16
17
|
}
|
|
17
|
-
export type OpenChannelParticipantsFragment =
|
|
18
|
+
export type OpenChannelParticipantsFragment = React.FC<OpenChannelParticipantsProps['Fragment']>;
|
|
18
19
|
|
|
19
20
|
export interface OpenChannelRegisterOperatorProps {
|
|
20
21
|
Fragment: {
|
|
@@ -27,4 +28,4 @@ export interface OpenChannelRegisterOperatorProps {
|
|
|
27
28
|
sortComparator?: UseUserListOptions<SendbirdUser | SendbirdParticipant>['sortComparator'];
|
|
28
29
|
};
|
|
29
30
|
}
|
|
30
|
-
export type OpenChannelRegisterOperatorFragment =
|
|
31
|
+
export type OpenChannelRegisterOperatorFragment = React.FC<OpenChannelRegisterOperatorProps['Fragment']>;
|