@cometchat/chat-uikit-react 4.3.30 → 4.3.31

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.
Files changed (244) hide show
  1. package/dist/assets/Audio-Call.svg +11 -0
  2. package/dist/assets/Audio-Call2x.svg +11 -0
  3. package/dist/assets/Copy.svg +17 -0
  4. package/dist/assets/IncomingAudio.svg +5 -0
  5. package/dist/assets/IncomingVideo.svg +6 -0
  6. package/dist/assets/Info.svg +13 -0
  7. package/dist/assets/InfoSimpleIcon.svg +4 -0
  8. package/dist/assets/LoadingIcon.svg +15 -0
  9. package/dist/assets/Locked.svg +10 -0
  10. package/dist/assets/MissedAudio.svg +5 -0
  11. package/dist/assets/MissedVideo.svg +6 -0
  12. package/dist/assets/More.svg +9 -0
  13. package/dist/assets/More@2x.svg +9 -0
  14. package/dist/assets/OutgoingAudio.svg +5 -0
  15. package/dist/assets/OutgoingVideo.svg +6 -0
  16. package/dist/assets/Plus-1.svg +12 -0
  17. package/dist/assets/Private.svg +10 -0
  18. package/dist/assets/StartConversation.svg +13 -0
  19. package/dist/assets/Stickers.svg +16 -0
  20. package/dist/assets/Video-call.svg +12 -0
  21. package/dist/assets/Video-call2x.svg +12 -0
  22. package/dist/assets/VideoCall2xIcon.svg +12 -0
  23. package/dist/assets/addreaction.svg +9 -0
  24. package/dist/assets/ai-bot.svg +3 -0
  25. package/dist/assets/ai-empty.svg +22 -0
  26. package/dist/assets/ai-error.svg +3 -0
  27. package/dist/assets/attachment-file.svg +14 -0
  28. package/dist/assets/audio-file.svg +12 -0
  29. package/dist/assets/backbutton.svg +12 -0
  30. package/dist/assets/close.svg +12 -0
  31. package/dist/assets/close2x.svg +12 -0
  32. package/dist/assets/collaborativedocument.svg +13 -0
  33. package/dist/assets/collaborativewhiteboard.svg +12 -0
  34. package/dist/assets/create-button.svg +12 -0
  35. package/dist/assets/delete.svg +15 -0
  36. package/dist/assets/deleteicon.svg +15 -0
  37. package/dist/assets/down-arrow.svg +1 -0
  38. package/dist/assets/download.svg +13 -0
  39. package/dist/assets/editicon.svg +14 -0
  40. package/dist/assets/heart-reaction.png +0 -0
  41. package/dist/assets/heart.svg +11 -0
  42. package/dist/assets/increase-size.svg +6 -0
  43. package/dist/assets/loading.svg +16 -0
  44. package/dist/assets/mention-icon.svg +11 -0
  45. package/dist/assets/message-delivered.svg +5 -0
  46. package/dist/assets/message-read.svg +5 -0
  47. package/dist/assets/message-sent.svg +9 -0
  48. package/dist/assets/mic.svg +11 -0
  49. package/dist/assets/more-icon.svg +9 -0
  50. package/dist/assets/photolibrary.svg +11 -0
  51. package/dist/assets/placeholder.png +0 -0
  52. package/dist/assets/plus-rotated.svg +13 -0
  53. package/dist/assets/plus.svg +13 -0
  54. package/dist/assets/polls.svg +14 -0
  55. package/dist/assets/reduce-size.svg +6 -0
  56. package/dist/assets/search.svg +4 -0
  57. package/dist/assets/send-message-in-private.svg +6 -0
  58. package/dist/assets/send.svg +12 -0
  59. package/dist/assets/side-arrow.svg +1 -0
  60. package/dist/assets/smileys.svg +16 -0
  61. package/dist/assets/spinner.svg +15 -0
  62. package/dist/assets/stipop.svg +9 -0
  63. package/dist/assets/stop.svg +1 -0
  64. package/dist/assets/thread-arrow.svg +1 -0
  65. package/dist/assets/threadIndicatorIcon.svg +11 -0
  66. package/dist/assets/threadicon.svg +14 -0
  67. package/dist/assets/translation.svg +16 -0
  68. package/dist/assets/video.svg +12 -0
  69. package/dist/assets/wait.svg +4 -0
  70. package/dist/assets/warning-small.svg +5 -0
  71. package/dist/index.d.ts +3366 -0
  72. package/dist/index.js +17 -0
  73. package/dist/index.js.map +1 -0
  74. package/dist/types/AI/AIAssistBot/AIAssistBotChatView.d.ts +10 -0
  75. package/dist/types/AI/AIAssistBot/AIAssistBotDecorator.d.ts +22 -0
  76. package/dist/types/AI/AIAssistBot/AIAssistBotExtension.d.ts +8 -0
  77. package/dist/types/AI/AIAssistBot/AIAssistBotOptionsView.d.ts +11 -0
  78. package/dist/types/AI/AIAssistBot/style.d.ts +37 -0
  79. package/dist/types/AI/AIAssistBot/utils.d.ts +5 -0
  80. package/dist/types/AI/AIConversationStarter/AIConversationStarterDecorator.d.ts +20 -0
  81. package/dist/types/AI/AIConversationStarter/AIConversationStarterExtension.d.ts +8 -0
  82. package/dist/types/AI/AIConversationStarter/AIConversationStarterView.d.ts +9 -0
  83. package/dist/types/AI/AIConversationStarter/style.d.ts +26 -0
  84. package/dist/types/AI/AIConversationSummary/AIConversationSummaryDecorator.d.ts +22 -0
  85. package/dist/types/AI/AIConversationSummary/AIConversationSummaryExtension.d.ts +8 -0
  86. package/dist/types/AI/AIConversationSummary/AIConversationSummaryView.d.ts +10 -0
  87. package/dist/types/AI/AIConversationSummary/style.d.ts +28 -0
  88. package/dist/types/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +25 -0
  89. package/dist/types/AI/AISmartReplies/AISmartRepliesExtension.d.ts +8 -0
  90. package/dist/types/AI/AISmartReplies/AISmartRepliesView.d.ts +12 -0
  91. package/dist/types/AI/AISmartReplies/style.d.ts +28 -0
  92. package/dist/types/Calling/CallingExtension.d.ts +8 -0
  93. package/dist/types/Calling/CallingExtensionDecorator.d.ts +75 -0
  94. package/dist/types/Calling/CometChatCallButtons/hooks.d.ts +3 -0
  95. package/dist/types/Calling/CometChatCallButtons/index.d.ts +19 -0
  96. package/dist/types/Calling/CometChatCallButtons/style.d.ts +28 -0
  97. package/dist/types/Calling/CometChatCallLogDetails/hooks.d.ts +2 -0
  98. package/dist/types/Calling/CometChatCallLogDetails/index.d.ts +17 -0
  99. package/dist/types/Calling/CometChatCallLogDetails/style.d.ts +21 -0
  100. package/dist/types/Calling/CometChatCallLogHistory/hooks.d.ts +2 -0
  101. package/dist/types/Calling/CometChatCallLogHistory/index.d.ts +27 -0
  102. package/dist/types/Calling/CometChatCallLogHistory/style.d.ts +41 -0
  103. package/dist/types/Calling/CometChatCallLogParticipants/index.d.ts +19 -0
  104. package/dist/types/Calling/CometChatCallLogParticipants/style.d.ts +31 -0
  105. package/dist/types/Calling/CometChatCallLogRecordings/index.d.ts +21 -0
  106. package/dist/types/Calling/CometChatCallLogRecordings/style.d.ts +35 -0
  107. package/dist/types/Calling/CometChatCallLogs/hooks.d.ts +2 -0
  108. package/dist/types/Calling/CometChatCallLogs/index.d.ts +37 -0
  109. package/dist/types/Calling/CometChatCallLogs/style.d.ts +37 -0
  110. package/dist/types/Calling/CometChatCallLogsWithDetails/hooks.d.ts +4 -0
  111. package/dist/types/Calling/CometChatCallLogsWithDetails/index.d.ts +10 -0
  112. package/dist/types/Calling/CometChatCallLogsWithDetails/style.d.ts +13 -0
  113. package/dist/types/Calling/CometChatIncomingCall/hooks.d.ts +2 -0
  114. package/dist/types/Calling/CometChatIncomingCall/index.d.ts +19 -0
  115. package/dist/types/Calling/CometChatIncomingCall/style.d.ts +72 -0
  116. package/dist/types/Calling/CometChatOngoingCall/hooks.d.ts +2 -0
  117. package/dist/types/Calling/CometChatOngoingCall/index.d.ts +15 -0
  118. package/dist/types/Calling/CometChatOngoingCall/style.d.ts +2 -0
  119. package/dist/types/Calling/CometChatOutgoingCall/hooks.d.ts +2 -0
  120. package/dist/types/Calling/CometChatOutgoingCall/index.d.ts +16 -0
  121. package/dist/types/Calling/CometChatOutgoingCall/style.d.ts +39 -0
  122. package/dist/types/Calling/Utils/CallDetailsUtils.d.ts +11 -0
  123. package/dist/types/Calling/Utils/CallingDetailsUtils.d.ts +7 -0
  124. package/dist/types/Calling/Utils/utils.d.ts +7 -0
  125. package/dist/types/CometChatAddMembers/hooks.d.ts +11 -0
  126. package/dist/types/CometChatAddMembers/index.d.ts +229 -0
  127. package/dist/types/CometChatAddMembers/style.d.ts +13 -0
  128. package/dist/types/CometChatBannedMembers/controller.d.ts +37 -0
  129. package/dist/types/CometChatBannedMembers/hooks.d.ts +17 -0
  130. package/dist/types/CometChatBannedMembers/index.d.ts +228 -0
  131. package/dist/types/CometChatBannedMembers/style.d.ts +19 -0
  132. package/dist/types/CometChatContacts/index.d.ts +22 -0
  133. package/dist/types/CometChatContacts/style.d.ts +20 -0
  134. package/dist/types/CometChatConversations/controller.d.ts +74 -0
  135. package/dist/types/CometChatConversations/hooks.d.ts +22 -0
  136. package/dist/types/CometChatConversations/index.d.ts +344 -0
  137. package/dist/types/CometChatConversations/style.d.ts +29 -0
  138. package/dist/types/CometChatConversationsWithMessages/hooks.d.ts +2 -0
  139. package/dist/types/CometChatConversationsWithMessages/index.d.ts +15 -0
  140. package/dist/types/CometChatConversationsWithMessages/style.d.ts +87 -0
  141. package/dist/types/CometChatCustomHooks.d.ts +27 -0
  142. package/dist/types/CometChatDetails/hooks.d.ts +17 -0
  143. package/dist/types/CometChatDetails/index.d.ts +186 -0
  144. package/dist/types/CometChatDetails/style.d.ts +40 -0
  145. package/dist/types/CometChatGroupMembers/controller.d.ts +38 -0
  146. package/dist/types/CometChatGroupMembers/hooks.d.ts +22 -0
  147. package/dist/types/CometChatGroupMembers/index.d.ts +281 -0
  148. package/dist/types/CometChatGroupMembers/style.d.ts +24 -0
  149. package/dist/types/CometChatGroups/controller.d.ts +44 -0
  150. package/dist/types/CometChatGroups/hooks.d.ts +15 -0
  151. package/dist/types/CometChatGroups/index.d.ts +215 -0
  152. package/dist/types/CometChatGroups/style.d.ts +11 -0
  153. package/dist/types/CometChatGroupsWithMessages/hooks.d.ts +3 -0
  154. package/dist/types/CometChatGroupsWithMessages/index.d.ts +14 -0
  155. package/dist/types/CometChatGroupsWithMessages/style.d.ts +874 -0
  156. package/dist/types/CometChatMessageComposer/hooks.d.ts +66 -0
  157. package/dist/types/CometChatMessageComposer/index.d.ts +221 -0
  158. package/dist/types/CometChatMessageComposer/style.d.ts +92 -0
  159. package/dist/types/CometChatMessageHeader/hooks.d.ts +3 -0
  160. package/dist/types/CometChatMessageHeader/index.d.ts +29 -0
  161. package/dist/types/CometChatMessageHeader/style.d.ts +56 -0
  162. package/dist/types/CometChatMessageInformation/index.d.ts +29 -0
  163. package/dist/types/CometChatMessageInformation/style.d.ts +48 -0
  164. package/dist/types/CometChatMessageList/CometChatMessageList.d.ts +58 -0
  165. package/dist/types/CometChatMessageList/controller.d.ts +48 -0
  166. package/dist/types/CometChatMessageList/style.d.ts +237 -0
  167. package/dist/types/CometChatMessageList/useCometChatMessageList.d.ts +6 -0
  168. package/dist/types/CometChatMessages/hooks.d.ts +2 -0
  169. package/dist/types/CometChatMessages/index.d.ts +25 -0
  170. package/dist/types/CometChatMessages/style.d.ts +26 -0
  171. package/dist/types/CometChatThemeContext.d.ts +5 -0
  172. package/dist/types/CometChatThreadedMessages/hooks.d.ts +2 -0
  173. package/dist/types/CometChatThreadedMessages/index.d.ts +19 -0
  174. package/dist/types/CometChatThreadedMessages/style.d.ts +21 -0
  175. package/dist/types/CometChatTransferOwnership/hooks.d.ts +7 -0
  176. package/dist/types/CometChatTransferOwnership/index.d.ts +163 -0
  177. package/dist/types/CometChatTransferOwnership/style.d.ts +17 -0
  178. package/dist/types/CometChatUserMemberWrapper/index.d.ts +25 -0
  179. package/dist/types/CometChatUsers/controller.d.ts +34 -0
  180. package/dist/types/CometChatUsers/hooks.d.ts +18 -0
  181. package/dist/types/CometChatUsers/index.d.ts +260 -0
  182. package/dist/types/CometChatUsers/style.d.ts +11 -0
  183. package/dist/types/CometChatUsersWithMessages/hooks.d.ts +2 -0
  184. package/dist/types/CometChatUsersWithMessages/index.d.ts +12 -0
  185. package/dist/types/CometChatUsersWithMessages/style.d.ts +70 -0
  186. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentConfiguration.d.ts +18 -0
  187. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +8 -0
  188. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +21 -0
  189. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConfiguration.d.ts +18 -0
  190. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +8 -0
  191. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +21 -0
  192. package/dist/types/Extensions/ImageModeration/ImageModerationConfiguration.d.ts +15 -0
  193. package/dist/types/Extensions/ImageModeration/ImageModerationExtension.d.ts +8 -0
  194. package/dist/types/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +26 -0
  195. package/dist/types/Extensions/LinkPreview/LinkPreviewConfiguration.d.ts +8 -0
  196. package/dist/types/Extensions/LinkPreview/LinkPreviewExtension.d.ts +8 -0
  197. package/dist/types/Extensions/LinkPreview/LinkPreviewExtensionDecorator.d.ts +24 -0
  198. package/dist/types/Extensions/MessageTranslation/MessageTranslationConfiguration.d.ts +14 -0
  199. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +8 -0
  200. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +19 -0
  201. package/dist/types/Extensions/Polls/PollsConfiguration.d.ts +29 -0
  202. package/dist/types/Extensions/Polls/PollsExtension.d.ts +8 -0
  203. package/dist/types/Extensions/Polls/PollsExtensionDecorator.d.ts +26 -0
  204. package/dist/types/Extensions/SmartReplies/SmartRepliesConfiguration.d.ts +8 -0
  205. package/dist/types/Extensions/SmartReplies/SmartRepliesExtension.d.ts +9 -0
  206. package/dist/types/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +35 -0
  207. package/dist/types/Extensions/Stickers/StickersConfiguration.d.ts +14 -0
  208. package/dist/types/Extensions/Stickers/StickersExtension.d.ts +8 -0
  209. package/dist/types/Extensions/Stickers/StickersExtensionDecorator.d.ts +27 -0
  210. package/dist/types/Extensions/TextModerator/TextModeratorExtension.d.ts +6 -0
  211. package/dist/types/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +8 -0
  212. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +5 -0
  213. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +8 -0
  214. package/dist/types/Shared/CometChatUIKit/CometChatUIKit.d.ts +42 -0
  215. package/dist/types/Shared/Framework/AIExtensionDataSource.d.ts +6 -0
  216. package/dist/types/Shared/Framework/ChatConfigurator.d.ts +8 -0
  217. package/dist/types/Shared/Framework/DataSource.d.ts +56 -0
  218. package/dist/types/Shared/Framework/DataSourceDecorator.d.ts +59 -0
  219. package/dist/types/Shared/Framework/ExtensionsDataSource.d.ts +6 -0
  220. package/dist/types/Shared/Utils/MessageUtils.d.ts +16 -0
  221. package/dist/types/Shared/Utils/MessagesDataSource.d.ts +92 -0
  222. package/dist/types/Shared/Views/CometChatButton/hooks.d.ts +11 -0
  223. package/dist/types/Shared/Views/CometChatButton/index.d.ts +19 -0
  224. package/dist/types/Shared/Views/CometChatCheckbox/hooks.d.ts +9 -0
  225. package/dist/types/Shared/Views/CometChatCheckbox/index.d.ts +13 -0
  226. package/dist/types/Shared/Views/CometChatContextMenu/index.d.ts +14 -0
  227. package/dist/types/Shared/Views/CometChatContextMenu/style.d.ts +28 -0
  228. package/dist/types/Shared/Views/CometChatList/hooks.d.ts +20 -0
  229. package/dist/types/Shared/Views/CometChatList/index.d.ts +151 -0
  230. package/dist/types/Shared/Views/CometChatList/style.d.ts +18 -0
  231. package/dist/types/Shared/Views/CometChatListItem/hooks.d.ts +9 -0
  232. package/dist/types/Shared/Views/CometChatListItem/index.d.ts +29 -0
  233. package/dist/types/Shared/Views/CometChatMenuList/hooks.d.ts +12 -0
  234. package/dist/types/Shared/Views/CometChatMenuList/index.d.ts +13 -0
  235. package/dist/types/Shared/Views/CometChatMessageBubble/index.d.ts +22 -0
  236. package/dist/types/Shared/Views/CometChatMessageBubble/style.d.ts +22 -0
  237. package/dist/types/Shared/Views/CometChatRadioButton/hooks.d.ts +9 -0
  238. package/dist/types/Shared/Views/CometChatRadioButton/index.d.ts +13 -0
  239. package/dist/types/Shared/Views/CometChatTabs/TabsStyle.d.ts +31 -0
  240. package/dist/types/Shared/Views/CometChatTabs/index.d.ts +11 -0
  241. package/dist/types/Shared/Views/CometChatTabs/style.d.ts +42 -0
  242. package/dist/types/Shared/Views/LitElementsWrapper/LitElementsWrapper.d.ts +49 -0
  243. package/dist/types/index.d.ts +84 -0
  244. package/package.json +1 -1
@@ -0,0 +1,151 @@
1
+ import "@cometchat/uikit-elements";
2
+ import { CometChatTheme, States, TitleAlignment } from "@cometchat/uikit-resources";
3
+ import { JSX } from "react";
4
+ import { ListStyle } from "@cometchat/uikit-shared";
5
+ export type DivElementRef = HTMLDivElement | null;
6
+ interface IListProps<T> {
7
+ /**
8
+ * Title of the component
9
+ *
10
+ * @defaultValue `""`
11
+ */
12
+ title?: string;
13
+ /**
14
+ * Alignment of the `title` text
15
+ *
16
+ * @defaultValue `TitleAlignment.left`
17
+ */
18
+ titleAlignment?: TitleAlignment;
19
+ /**
20
+ * Hide the search bar
21
+ *
22
+ * @defaulValue `false`
23
+ */
24
+ hideSearch?: boolean;
25
+ /**
26
+ * Text to fill the search input with
27
+ *
28
+ * @defaultValue `""`
29
+ */
30
+ searchText?: string;
31
+ /**
32
+ * Function to call when the search input text changes
33
+ *
34
+ * @remarks
35
+ * This function will only be called after 500ms of the search input text change
36
+ */
37
+ onSearch?: (searchStr: string) => void;
38
+ /**
39
+ * Image URL for the search icon to use in the search bar
40
+ */
41
+ searchIconURL?: string;
42
+ /**
43
+ * Text to be displayed when the search input has no value
44
+ *
45
+ * @defaultValue `"Search"`
46
+ */
47
+ searchPlaceholderText?: string;
48
+ /**
49
+ * List of objects to display
50
+ */
51
+ list: T[];
52
+ /**
53
+ * Custom list item view to be rendered for each object in the `list` prop
54
+ */
55
+ listItem: (item: T, itemIndex: number) => JSX.Element;
56
+ /**
57
+ * Function to call when the scrollbar is at the top-most position of the scrollable list
58
+ */
59
+ onScrolledToBottom?: () => Promise<any>;
60
+ /**
61
+ * Function to call when the scrollbar is at the bottom-most position of the scrollable list
62
+ */
63
+ onScrolledToTop?: () => Promise<any>;
64
+ /**
65
+ * Function to call when the scrollbar is not at the bottom-most position of the scrollable list
66
+ */
67
+ scrolledUpCallback?: (boolean?: boolean) => void;
68
+ /**
69
+ * Show alphabetical header
70
+ *
71
+ * @defaultValue `true`
72
+ */
73
+ showSectionHeader?: boolean;
74
+ /**
75
+ * Property on each object in the `list` prop
76
+ *
77
+ * @remarks
78
+ * This property will be used to extract the section header character from each object in the `list` prop
79
+ */
80
+ sectionHeaderKey?: keyof T;
81
+ /**
82
+ * Property on each object in the `list` prop
83
+ *
84
+ * @remarks
85
+ * This property will be used to extract the key value from each object in the `list` prop. The extracted key value is set as a `key` of a React element
86
+ */
87
+ listItemKey?: keyof T;
88
+ /**
89
+ * Fetch state of the component
90
+ */
91
+ state: States;
92
+ /**
93
+ * Custom view for the loading state of the component
94
+ */
95
+ loadingView?: JSX.Element;
96
+ /**
97
+ * Image URL for the default loading view
98
+ */
99
+ loadingIconURL?: string;
100
+ /**
101
+ * Hide error view
102
+ *
103
+ * @remarks
104
+ * If set to true, hides the default and the custom error view
105
+ *
106
+ * @defaultValue `false`
107
+ */
108
+ hideError?: boolean;
109
+ /**
110
+ * Custom view for the error state of the component
111
+ */
112
+ errorStateView?: JSX.Element;
113
+ /**
114
+ * Text to display in the default error view
115
+ *
116
+ * @defaultValue `"ERROR"`
117
+ */
118
+ errorStateText?: string;
119
+ /**
120
+ * Custom view for the empty state of the component
121
+ */
122
+ emptyStateView?: JSX.Element;
123
+ /**
124
+ * Text to display in the default empty view
125
+ *
126
+ * @defaultValue `"EMPTY"`
127
+ */
128
+ emptyStateText?: string;
129
+ /**
130
+ * Set the scrollbar to the bottom-most position of the scrollable list
131
+ *
132
+ * @remarks
133
+ * If the scrollbar of the scrollable list is set to the bottom-most position of the scrollable list because of this `prop`, the component won't call the `onScrolledToBottom` prop
134
+ */
135
+ scrollToBottom?: boolean;
136
+ /**
137
+ * Function to call whenever the component encounters an error
138
+ */
139
+ onError?: ((error: CometChat.CometChatException) => void) | null;
140
+ /**
141
+ * Styles to apply to this component
142
+ */
143
+ listStyle?: ListStyle;
144
+ theme?: CometChatTheme;
145
+ }
146
+ declare function List<T>(props: IListProps<T>): JSX.Element;
147
+ /**
148
+ * Renders a scrollable list
149
+ */
150
+ export declare const CometChatList: typeof List;
151
+ export {};
@@ -0,0 +1,18 @@
1
+ import { LabelStyle, LoaderStyle, SearchInputStyle } from "@cometchat/uikit-elements";
2
+ import { CSSProperties } from "react";
3
+ import { ListStyle } from "@cometchat/uikit-shared";
4
+ import { TitleAlignment } from "@cometchat/uikit-resources";
5
+ export declare function listWrapperStyle(listStyle: ListStyle | null): CSSProperties;
6
+ export declare function headerStyle(emptyTitle: boolean): CSSProperties;
7
+ export declare function titleStyle(listStyle: ListStyle | null, titleAlignment: TitleAlignment, emptyTitle?: Boolean): CSSProperties;
8
+ export declare const searchStyle: CSSProperties;
9
+ export declare function searchInputStyle(listStyle: ListStyle | null): SearchInputStyle;
10
+ export declare function listItemContainerStyle(): CSSProperties;
11
+ export declare function viewContainerStyle(): CSSProperties;
12
+ export declare function defaultViewStyle(): CSSProperties;
13
+ export declare function customViewStyle(): CSSProperties;
14
+ export declare function loaderStyle(listStyle: ListStyle | null): LoaderStyle;
15
+ export declare function sectionHeaderStyle(listStyle: ListStyle | null): CSSProperties;
16
+ export declare function errorLabelStyle(listStyle: ListStyle | null): LabelStyle;
17
+ export declare function emptyLabelStyle(listStyle: ListStyle | null): LabelStyle;
18
+ export declare function intersectionObserverBottomTargetDivStyle(): CSSProperties;
@@ -0,0 +1,9 @@
1
+ import React, { JSX } from "react";
2
+ type Args = {
3
+ ref: React.MutableRefObject<JSX.IntrinsicElements["cometchat-list-item"]>;
4
+ onListItemClickPropRef: React.MutableRefObject<((customEvent: CustomEvent<{
5
+ id: string;
6
+ }>) => void) | undefined>;
7
+ };
8
+ export declare function Hooks(args: Args): void;
9
+ export {};
@@ -0,0 +1,29 @@
1
+ import { AvatarStyle, ListItemStyle } from "@cometchat/uikit-elements";
2
+ import { CSSProperties, JSX } from "react";
3
+ import { UserPresencePlacement } from "@cometchat/uikit-resources";
4
+ interface IListItemProps {
5
+ id?: string;
6
+ avatarURL?: string;
7
+ avatarName?: string;
8
+ statusIndicatorColor?: string | null;
9
+ statusIndicatorIcon?: string;
10
+ title?: string;
11
+ isActive?: boolean;
12
+ subtitleView?: JSX.Element | null;
13
+ tailView?: JSX.Element | null;
14
+ menuView?: JSX.Element | null;
15
+ hideSeparator?: boolean;
16
+ avatarStyle?: AvatarStyle;
17
+ statusIndicatorStyle?: CSSProperties | null;
18
+ listItemStyle?: ListItemStyle;
19
+ onClick?: (customEvent: CustomEvent<{
20
+ id: string;
21
+ }>) => void;
22
+ subtitleViewClassName?: string;
23
+ tailViewClassName?: string;
24
+ menuViewClassName?: string;
25
+ loadingIconURL?: string;
26
+ userPresencePlacement?: UserPresencePlacement;
27
+ }
28
+ export declare function CometChatListItem(props: IListItemProps): import("react/jsx-runtime").JSX.Element;
29
+ export {};
@@ -0,0 +1,12 @@
1
+ import React, { JSX } from "react";
2
+ import { CometChatOption } from "@cometchat/uikit-resources";
3
+ type Args = {
4
+ data: CometChatOption[];
5
+ idToOnClickMapRef: React.MutableRefObject<Map<string | undefined, (() => void) | undefined> | null>;
6
+ ref: React.MutableRefObject<JSX.IntrinsicElements["cometchat-menu-list"]>;
7
+ onOptionClickPropRef: React.MutableRefObject<((customEvent: CustomEvent<{
8
+ data: CometChatOption;
9
+ }>) => void) | undefined>;
10
+ };
11
+ export declare function Hooks(args: Args): void;
12
+ export {};
@@ -0,0 +1,13 @@
1
+ import { MenuListStyle } from "@cometchat/uikit-elements";
2
+ import { CometChatOption } from "@cometchat/uikit-resources";
3
+ interface IMenuListProps {
4
+ data: CometChatOption[];
5
+ moreIconURL?: string;
6
+ topMenuSize?: number;
7
+ menuListStyle?: MenuListStyle;
8
+ onOptionClick?: (customEvent: CustomEvent<{
9
+ data: CometChatOption;
10
+ }>) => void;
11
+ }
12
+ export declare function CometChatMenuList(props: IMenuListProps): import("react/jsx-runtime").JSX.Element;
13
+ export {};
@@ -0,0 +1,22 @@
1
+ import "@cometchat/uikit-elements";
2
+ import { CometChatActionsIcon, CometChatActionsView, MessageBubbleAlignment } from "@cometchat/uikit-resources";
3
+ import { BaseStyle } from '@cometchat/uikit-shared';
4
+ interface IMessageBubbleProps {
5
+ id: any;
6
+ setRef?: (ref: any) => void;
7
+ leadingView: any;
8
+ headerView: any;
9
+ replyView: any;
10
+ contentView: any;
11
+ bottomView: any;
12
+ threadView: any;
13
+ footerView: any;
14
+ statusInfoView?: any;
15
+ options: (CometChatActionsIcon | CometChatActionsView)[];
16
+ alignment: MessageBubbleAlignment;
17
+ messageBubbleStyle: BaseStyle;
18
+ moreIconURL?: string;
19
+ topMenuSize?: number;
20
+ }
21
+ declare const CometChatMessageBubble: (props: IMessageBubbleProps) => import("react/jsx-runtime").JSX.Element;
22
+ export { CometChatMessageBubble };
@@ -0,0 +1,22 @@
1
+ import { CometChatTheme, MessageBubbleAlignment } from "@cometchat/uikit-resources";
2
+ import { CSSProperties } from "react";
3
+ export declare const MessageBubbleWrapperStyles: (alignment: MessageBubbleAlignment, MessageBubbleAlignment: any) => CSSProperties;
4
+ export declare const MessageBubbleAvatarStyles: () => CSSProperties;
5
+ export declare const MessageBubbleAlignmentStyles: (alignment: MessageBubbleAlignment, MessageBubbleAlignment: any) => CSSProperties;
6
+ export declare const MessageBubbleTitleStyles: (alignment: MessageBubbleAlignment, MessageBubbleAlignment: any) => {
7
+ display: string;
8
+ justifyContent: string;
9
+ alignItems: string;
10
+ };
11
+ export declare const MessageOptionsStyles: (alignment: MessageBubbleAlignment, MessageBubbleAlignment: any, headerView: any, theme: CometChatTheme) => CSSProperties;
12
+ export declare const menuListStyles: (theme: CometChatTheme) => {
13
+ border: string;
14
+ borderRadius: string;
15
+ background: string | undefined;
16
+ submenuWidth: string;
17
+ submenuHeight: string;
18
+ submenuBorder: string;
19
+ submenuBorderRadius: string;
20
+ submenuBackground: string | undefined;
21
+ moreIconTint: string | undefined;
22
+ };
@@ -0,0 +1,9 @@
1
+ import React, { JSX } from "react";
2
+ type Args = {
3
+ ref: React.MutableRefObject<JSX.IntrinsicElements["cometchat-radio-button"]>;
4
+ onChangePropRef: React.MutableRefObject<((customEvent: CustomEvent<{
5
+ checked: true;
6
+ }>) => void) | undefined>;
7
+ };
8
+ export declare function Hooks(args: Args): void;
9
+ export {};
@@ -0,0 +1,13 @@
1
+ import { RadioButtonStyle } from "@cometchat/uikit-elements";
2
+ interface IRadioButtonProps {
3
+ name?: string;
4
+ labelText?: string;
5
+ checked?: boolean;
6
+ disabled?: boolean;
7
+ radioButtonStyle?: RadioButtonStyle;
8
+ onChange?: (customEvent: CustomEvent<{
9
+ checked: true;
10
+ }>) => void;
11
+ }
12
+ export declare function CometChatRadioButton(props: IRadioButtonProps): import("react/jsx-runtime").JSX.Element;
13
+ export {};
@@ -0,0 +1,31 @@
1
+ import { BaseStyle } from "@cometchat/uikit-shared";
2
+ /**
3
+ * TabsStyle
4
+ *
5
+ * @property {string} height - The height of the component.
6
+ * @property {string} width - The width of the component.
7
+ * @property {string} border - The border of the component.
8
+ * @property {string} borderRadius - The border radius of the component.
9
+ * @property {string} background - The background color of the component.
10
+ * @property {string} tabListHeight - The height of the tab list.
11
+ * @property {string} tabListWidth - The width of the tab list.
12
+ * @property {string} tabListBorder - The border of the tab list.
13
+ * @property {string} tabListBorderRadius - The border radius of the tab list.
14
+ * @property {string} tabListBackground - The background color of the tab list.
15
+ * @property {string} tabListBoxShadow - The box shadow of the tab list.
16
+ * @property {string} tabListPadding - The padding of the tab list.
17
+ * @property {string} tabPaneWidth - The width of the tab pane.
18
+ * @property {string} tabPaneHeight - The height of the tab pane.
19
+ */
20
+ export declare class TabsStyle extends BaseStyle {
21
+ tabListHeight?: string;
22
+ tabListWidth?: string;
23
+ tabListBorder?: string;
24
+ tabListBorderRadius?: string;
25
+ tabListBackground?: string;
26
+ tabListBoxShadow?: string;
27
+ tabListPadding?: string;
28
+ tabPaneWidth?: string;
29
+ tabPaneHeight?: string;
30
+ constructor(props: Partial<TabsStyle>);
31
+ }
@@ -0,0 +1,11 @@
1
+ import { CometChatTabItem, IconButtonAlignment, TabAlignment } from "@cometchat/uikit-resources";
2
+ import { TabsStyle } from "./TabsStyle";
3
+ interface TabsProps {
4
+ tabAlignment?: TabAlignment;
5
+ tabsStyle?: TabsStyle;
6
+ tabs: CometChatTabItem[];
7
+ keepAlive?: boolean;
8
+ tabIconAlignment?: IconButtonAlignment;
9
+ }
10
+ declare const CometChatTabs: (props: TabsProps) => import("react/jsx-runtime").JSX.Element;
11
+ export { CometChatTabs };
@@ -0,0 +1,42 @@
1
+ import { CSSProperties } from "react";
2
+ import { BaseStyle, TabItemStyle } from "@cometchat/uikit-shared";
3
+ import { CometChatTabItem, TabAlignment } from "@cometchat/uikit-resources";
4
+ import { TabsStyle } from "./TabsStyle";
5
+ export declare const TabsWrapperStyle: (tabStyle: BaseStyle | undefined) => CSSProperties;
6
+ export declare const ButtonStyle: (style: TabItemStyle, active: boolean, iconURL?: string) => {
7
+ background: string;
8
+ buttonTextFont: string | undefined;
9
+ buttonTextColor: string | undefined;
10
+ buttonIconTint: string | undefined;
11
+ height: string;
12
+ width: string;
13
+ border: string | undefined;
14
+ borderRadius: string | undefined;
15
+ gap: string;
16
+ padding: string;
17
+ justifyContent: string;
18
+ };
19
+ export declare const getTabListStyle: (tabsStyle: TabsStyle | undefined, tabAlignment: TabAlignment) => CSSProperties;
20
+ export declare function getTabContentStyle(tabsStyle: TabsStyle | undefined): CSSProperties;
21
+ export declare function tabItemWrapperStyle(): {
22
+ display: string;
23
+ justifyContent: string;
24
+ height: string;
25
+ width: string;
26
+ };
27
+ export declare const getTabItemStyle: (tabAlignment: TabAlignment | undefined, tab: CometChatTabItem, activeTab: CometChatTabItem | null, placement: string, tabsStyle: TabsStyle | undefined) => CSSProperties;
28
+ export declare const TabPaneContentViewStyle: (tabStyle: BaseStyle | undefined) => CSSProperties;
29
+ export declare function draggableStyle(): {
30
+ width: string;
31
+ height: string;
32
+ background: string;
33
+ };
34
+ export declare function tabPaneContentStyle(tab: CometChatTabItem, activeTab: CometChatTabItem | null): {
35
+ display: string;
36
+ height?: undefined;
37
+ width?: undefined;
38
+ } | {
39
+ display: string;
40
+ height: string;
41
+ width: string;
42
+ };
@@ -0,0 +1,49 @@
1
+ import { CometChatEmojiKeyboard, CometChatIconButton, CometChatButton, CometChatDate, CometChatLabel, CometChatLoader, CometChatAvatar, CometChatReceipt } from "@cometchat/uikit-elements";
2
+ import { CometChatReactions } from "@cometchat/uikit-shared";
3
+ /**
4
+ * Converts Lit web components into React components using the createComponent function from lit labs. This conversion allows these components to be seamlessly integrated and used within a React application while preserving their original functionalities and event handling capabilities.
5
+ **/
6
+ /**
7
+ * Converts CometChatReactions Lit web component to a React component using createComponent from lit labs. This can be used to show a list of reactions for a particular message. It can be customized using the style class of this component.For more details, go to [CometChatReactions](https://www.cometchat.com/docs-beta/ui-kit/react/reaction)
8
+ *
9
+ */
10
+ export declare const CometChatReactionsView: import("@lit-labs/react").ReactWebComponent<CometChatReactions, {}>;
11
+ /**
12
+ * Converts CometChatEmojiKeyboard Lit web component to a React component using createComponent from lit labs. This can be used to show a list of emojis, which returns a particular emoji on click. It can be customized using the style class of this component.For more details, go to [CometChatEmojiKeyboard](https://www.cometchat.com/docs-beta/ui-kit/react/emoji-keyboard)
13
+ *
14
+ */
15
+ export declare const CometChatEmojiKeyboardView: import("@lit-labs/react").ReactWebComponent<CometChatEmojiKeyboard, {
16
+ onEmojiClick: string;
17
+ }>;
18
+ /**
19
+ * Converts CometChatIconButton Lit web component to a React component using createComponent from lit labs. This can be used to display a button which has an icon, a button, or both. It can be customized using the style class of this component.For more details, go to [CometChatIconButton](https://www.cometchat.com/docs-beta/ui-kit/react/icon-button)
20
+ */
21
+ export declare const CometChatIconButtonView: import("@lit-labs/react").ReactWebComponent<CometChatIconButton, {
22
+ buttonClick: string;
23
+ }>;
24
+ /**
25
+ * Converts CometChatButton Lit web component to a React component using createComponent from lit labs. It can be used to display a button with customizable text. It can be customized using the style class of this component.
26
+ */
27
+ export declare const CometChatButtonView: import("@lit-labs/react").ReactWebComponent<CometChatButton, {
28
+ buttonClick: string;
29
+ }>;
30
+ /**
31
+ * Converts CometChatDate Lit web component to a React component using createComponent from lit labs. It can be used to display a date in different time formats by providing the enum and timestamp. It can be customized using the style class of this component.For more details, go to [CometChatDate](https://www.cometchat.com/docs-beta/ui-kit/react/date)
32
+ */
33
+ export declare const CometChatDateView: import("@lit-labs/react").ReactWebComponent<CometChatDate, {}>;
34
+ /**
35
+ * Converts CometChatLabel Lit web component to a React component using createComponent from lit labs. It can be used to display normal text or a title with customizable text. It can be customized using the style class of this component.For more details, go to [CometChatLabel](https://www.cometchat.com/docs-beta/ui-kit/react/label)
36
+ */
37
+ export declare const CometChatLabelView: import("@lit-labs/react").ReactWebComponent<CometChatLabel, {}>;
38
+ /**
39
+ * Converts CometChatLoader Lit web component to a React component using createComponent from lit labs. It can be used to display a loading icon which is customizable. By default, it has a loading icon inside the component. It can be customized using the style class of this component.For more details, go to [CometChatLoader](https://www.cometchat.com/docs-beta/ui-kit/react/loader)
40
+ */
41
+ export declare const CometChatLoaderView: import("@lit-labs/react").ReactWebComponent<CometChatLoader, {}>;
42
+ /**
43
+ * Converts CometChatAvatar Lit web component to a React component using createComponent from lit labs. It can be used to display a user/group image with a fallback name if the URL is not present. It can be customized using the style class of this component. For more details, go to [CometChatAvatar](https://www.cometchat.com/docs-beta/ui-kit/react/avatar)
44
+ */
45
+ export declare const CometChatAvatarView: import("@lit-labs/react").ReactWebComponent<CometChatAvatar, {}>;
46
+ /**
47
+ * Converts CometChatReceipt Lit web component to a React component using createComponent from lit labs. It can be used to display various types of receipt statuses for a message (like sent, delivered, etc.) which can be customized by sending the enum for which state to be shown. It can be customized using the style class of this component.For more details, go to [CometChatReceipt](https://www.cometchat.com/docs-beta/ui-kit/react/receipt)
48
+ */
49
+ export declare const CometChatReceiptView: import("@lit-labs/react").ReactWebComponent<CometChatReceipt, {}>;
@@ -0,0 +1,84 @@
1
+ import CometChatUserMemberWrapper from "./CometChatUserMemberWrapper";
2
+ export * from '@cometchat/uikit-shared';
3
+ export * from '@cometchat/uikit-resources';
4
+ export { CometChatAvatar, AvatarStyle, CometChatBadge, BadgeStyle, CometChatReceipt, ReceiptStyle, CometChatStatusIndicator, CometChatDate, DateStyle, CometChatIcon, IconStyle, CometChatBackdrop, CometChatButton, CometChatPopover, PopoverStyle, CometChatLabel, LabelStyle, CometChatInput, InputStyle, CometChatSearchInput, SearchInputStyle, CometChatModal, ModalStyle, CometChatMenuList, MenuListStyle, CometChatLoader, LoaderStyle, CometChatListItem, ListItemStyle, CometChatConfirmDialog, ConfirmDialogStyle, CometChatDivider, CometChatButtonGroup, ButtonGroupStyle, CometChatCheckbox, CheckboxStyle, TextBubbleStyle, ImageBubbleStyle, FileBubbleStyle, CometChatRadioButton, RadioButtonStyle, CometChatEmojiKeyboard, EmojiKeyboardStyle, Emojis, CometChatEmoji, CometChatMessageInput, CometChatTextInput, TextInputStyle, MessageInputStyle, CometChatDropdown, DropdownStyle, CometChatChangeScope, ChangeScopeStyle, CometChatPreview, PreviewStyle, auxiliaryButtonAlignmentEnum, CometChatActionSheet, CometChatActionItem, layoutType, ActionSheetStyle, CometChatLiveReaction, CometChatJoinGroup, JoinGroupStyle, CometChatCreateGroup, CreateGroupStyle, CometChatDocumentBubble, CometChatCard, CardStyle, DocumentBubbleStyle, CometChatFullScreenViewer, FullScreenViewerStyle, CometChatIconButton, CometChatDraggable, CometChatContextMenu, ContextMenuStyle, CometChatMediaRecorder, MediaRecorderStyle, CallscreenStyle, BackdropStyle, QuickViewStyle, CometChatQuickView, CometChatSingleSelect, CometChatCallscreenWrapper, SingleSelectStyle, } from '@cometchat/uikit-elements';
5
+ export { CometChatUIKit } from './Shared/CometChatUIKit/CometChatUIKit';
6
+ export { ChatConfigurator } from './Shared/Framework/ChatConfigurator';
7
+ export { DataSource } from './Shared/Framework/DataSource';
8
+ export { DataSourceDecorator } from './Shared/Framework/DataSourceDecorator';
9
+ export { ExtensionsDataSource } from './Shared/Framework/ExtensionsDataSource';
10
+ export { MessagesDataSource } from './Shared/Utils/MessagesDataSource';
11
+ export { CometChatThemeContext } from './CometChatThemeContext';
12
+ export { CometChatTabs } from "./Shared/Views/CometChatTabs/index";
13
+ export { CometChatList } from './Shared/Views/CometChatList';
14
+ export { CollaborativeDocumentConfiguration } from './Extensions/CollaborativeDocument/CollaborativeDocumentConfiguration';
15
+ export { CollaborativeDocumentExtension } from './Extensions/CollaborativeDocument/CollaborativeDocumentExtension';
16
+ export { CollaborativeDocumentExtensionDecorator } from './Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator';
17
+ export { CollaborativeWhiteboardConfiguration } from './Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConfiguration';
18
+ export { CollaborativeWhiteboardExtension } from './Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension';
19
+ export { CollaborativeWhiteBoardExtensionDecorator } from './Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator';
20
+ export { ImageModerationConfiguration } from './Extensions/ImageModeration/ImageModerationConfiguration';
21
+ export { ImageModerationExtension } from './Extensions/ImageModeration/ImageModerationExtension';
22
+ export { ImageModerationExtensionDecorator } from './Extensions/ImageModeration/ImageModerationExtensionDecorator';
23
+ export { LinkPreviewConfiguration } from './Extensions/LinkPreview/LinkPreviewConfiguration';
24
+ export { LinkPreviewExtension } from './Extensions/LinkPreview/LinkPreviewExtension';
25
+ export { LinkPreviewExtensionDecorator } from './Extensions/LinkPreview/LinkPreviewExtensionDecorator';
26
+ export { MessageTranslationConfiguration } from './Extensions/MessageTranslation/MessageTranslationConfiguration';
27
+ export { MessageTranslationExtension } from './Extensions/MessageTranslation/MessageTranslationExtension';
28
+ export { MessageTranslationExtensionDecorator } from './Extensions/MessageTranslation/MessageTranslationExtensionDecorator';
29
+ export { PollsConfiguration } from './Extensions/Polls/PollsConfiguration';
30
+ export { PollsExtension } from './Extensions/Polls/PollsExtension';
31
+ export { PollsExtensionDecorator } from './Extensions/Polls/PollsExtensionDecorator';
32
+ export { SmartRepliesConfiguration } from './Extensions/SmartReplies/SmartRepliesConfiguration';
33
+ export { SmartReplyExtension } from './Extensions/SmartReplies/SmartRepliesExtension';
34
+ export { SmartReplyExtensionDecorator } from './Extensions/SmartReplies/SmartRepliesExtensionDecorator';
35
+ export { StickersConfiguration } from './Extensions/Stickers/StickersConfiguration';
36
+ export { StickersExtension } from './Extensions/Stickers/StickersExtension';
37
+ export { StickersExtensionDecorator } from './Extensions/Stickers/StickersExtensionDecorator';
38
+ export { TextModeratorExtension } from './Extensions/TextModerator/TextModeratorExtension';
39
+ export { TextModeratorExtensionDecorator } from './Extensions/TextModerator/TextModeratorExtensionDecorator';
40
+ export { ThumbnailGenerationExtension } from './Extensions/ThumbnailGeneration/ThumbnailGenerationExtension';
41
+ export { ThumbnailGenerationExtensionDecorator } from './Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator';
42
+ export { CallingExtension } from './Calling/CallingExtension';
43
+ export { CallingExtensionDecorator } from './Calling/CallingExtensionDecorator';
44
+ export { CometChatCallButtons } from './Calling/CometChatCallButtons';
45
+ export { CometChatIncomingCall } from './Calling/CometChatIncomingCall';
46
+ export { CometChatOngoingCall } from './Calling/CometChatOngoingCall';
47
+ export { CometChatOutgoingCall } from './Calling/CometChatOutgoingCall';
48
+ export { CometChatCallLogs } from './Calling/CometChatCallLogs';
49
+ export { CometChatCallLogDetails } from './Calling/CometChatCallLogDetails';
50
+ export { CometChatCallLogHistory } from './Calling/CometChatCallLogHistory';
51
+ export { CometChatCallLogParticipants } from './Calling/CometChatCallLogParticipants';
52
+ export { CometChatCallLogRecordings } from './Calling/CometChatCallLogRecordings';
53
+ export { CometChatCallLogsWithDetails } from './Calling/CometChatCallLogsWithDetails';
54
+ export { CometChatAddMembers } from './CometChatAddMembers';
55
+ export { CometChatBannedMembers } from './CometChatBannedMembers';
56
+ export { CometChatConversations } from './CometChatConversations';
57
+ export { CometChatConversationsWithMessages } from './CometChatConversationsWithMessages';
58
+ export { CometChatDetails } from './CometChatDetails';
59
+ export { CometChatGroupMembers } from './CometChatGroupMembers';
60
+ export { CometChatGroups } from './CometChatGroups';
61
+ export { CometChatGroupsWithMessages } from './CometChatGroupsWithMessages';
62
+ export { CometChatMessageBubble } from './Shared/Views/CometChatMessageBubble';
63
+ export { CometChatMessageComposer } from './CometChatMessageComposer';
64
+ export { CometChatMessageHeader } from './CometChatMessageHeader';
65
+ export { CometChatMessageList } from './CometChatMessageList/CometChatMessageList';
66
+ export { CometChatMessages } from './CometChatMessages';
67
+ export { CometChatThreadedMessages } from './CometChatThreadedMessages';
68
+ export { CometChatTransferOwnership } from './CometChatTransferOwnership';
69
+ export { CometChatUsers } from './CometChatUsers/index';
70
+ export { CometChatUsersWithMessages } from "./CometChatUsersWithMessages";
71
+ export { CometChatContacts } from './CometChatContacts';
72
+ export { CometChatMessageInformation } from './CometChatMessageInformation';
73
+ export { TabsStyle } from "./Shared/Views/CometChatTabs/TabsStyle";
74
+ export { CometChatUserMemberWrapper };
75
+ export { AIAssistBotExtension } from './AI/AIAssistBot/AIAssistBotExtension';
76
+ export { AIAssistBotDecorator } from './AI/AIAssistBot/AIAssistBotDecorator';
77
+ export { AIConversationStarterExtension } from './AI/AIConversationStarter/AIConversationStarterExtension';
78
+ export { AIConversationStarterDecorator } from './AI/AIConversationStarter/AIConversationStarterDecorator';
79
+ export { AISmartRepliesExtension } from './AI/AISmartReplies/AISmartRepliesExtension';
80
+ export { AISmartRepliesDecorator } from './AI/AISmartReplies/AISmartRepliesDecorator';
81
+ export { AIConversationSummaryExtension } from './AI/AIConversationSummary/AIConversationSummaryExtension';
82
+ export { AIConversationSummaryDecorator } from './AI/AIConversationSummary/AIConversationSummaryDecorator';
83
+ export { AIExtensionDataSource } from './Shared/Framework/AIExtensionDataSource';
84
+ export * from './Shared/Views/LitElementsWrapper/LitElementsWrapper';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-react",
3
- "version": "4.3.30",
3
+ "version": "4.3.31",
4
4
  "description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
5
5
  "author": "CometChat",
6
6
  "peerDependencies": {