@sendbird/uikit-react 3.2.4-rc.0 → 3.2.4

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 (376) hide show
  1. package/App.js +28 -28
  2. package/Channel/components/ChannelHeader.js +15 -15
  3. package/Channel/components/ChannelUI.js +22 -22
  4. package/Channel/components/ChannelUI.js.map +1 -1
  5. package/Channel/components/FileViewer.js +14 -14
  6. package/Channel/components/FrozenNotification.js +4 -4
  7. package/Channel/components/Message.js +18 -18
  8. package/Channel/components/MessageInput.js +15 -15
  9. package/Channel/components/MessageList.js +20 -20
  10. package/Channel/components/RemoveMessageModal.js +15 -15
  11. package/Channel/components/SuggestedMentionList.js +15 -15
  12. package/Channel/components/TypingIndicator.js +14 -14
  13. package/Channel/components/UnreadCount.js +4 -4
  14. package/Channel/context.js +13 -13
  15. package/Channel.js +21 -21
  16. package/ChannelList/components/AddChannel.js +13 -13
  17. package/ChannelList/components/ChannelListHeader.js +7 -7
  18. package/ChannelList/components/ChannelListUI.js +25 -25
  19. package/ChannelList/components/ChannelPreview.js +19 -19
  20. package/ChannelList/components/ChannelPreviewAction.js +13 -13
  21. package/ChannelList/context.js +8 -8
  22. package/ChannelList.js +25 -25
  23. package/{ChannelListProvider-a75dbbac.js → ChannelListProvider-c6fbc45c.js} +8 -8
  24. package/{ChannelListProvider-a75dbbac.js.map → ChannelListProvider-c6fbc45c.js.map} +1 -1
  25. package/{ChannelProvider-163810e1.js → ChannelProvider-00f1bb31.js} +9 -9
  26. package/{ChannelProvider-163810e1.js.map → ChannelProvider-00f1bb31.js.map} +1 -1
  27. package/ChannelSettings/components/ChannelProfile.js +11 -11
  28. package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
  29. package/ChannelSettings/components/EditDetailsModal.js +11 -11
  30. package/ChannelSettings/components/LeaveChannel.js +10 -10
  31. package/ChannelSettings/components/ModerationPanel.js +14 -14
  32. package/ChannelSettings/components/UserListItem.js +11 -11
  33. package/ChannelSettings/components/UserPanel.js +13 -13
  34. package/ChannelSettings/context.js +3 -3
  35. package/ChannelSettings.js +17 -17
  36. package/CreateChannel/components/CreateChannelUI.js +13 -13
  37. package/CreateChannel/components/InviteUsers.js +13 -13
  38. package/CreateChannel/components/SelectChannelType.js +10 -10
  39. package/CreateChannel/context.js +4 -4
  40. package/CreateChannel.js +13 -13
  41. package/{CreateChannelProvider-0f16d456.js → CreateChannelProvider-c0d11b0b.js} +1 -1
  42. package/{CreateChannelProvider-0f16d456.js.map → CreateChannelProvider-c0d11b0b.js.map} +1 -1
  43. package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
  44. package/CreateOpenChannel/context.js +1 -1
  45. package/CreateOpenChannel.js +9 -9
  46. package/EditUserProfile/components/EditUserProfileUI.js +12 -12
  47. package/EditUserProfile.js +12 -12
  48. package/{LocalizationContext-7019cc93.js → LocalizationContext-b6ff0c3d.js} +3 -3
  49. package/{LocalizationContext-7019cc93.js.map → LocalizationContext-b6ff0c3d.js.map} +1 -1
  50. package/{MemberList-ecab2f74.js → MemberList-07e7c82a.js} +5 -5
  51. package/{MemberList-ecab2f74.js.map → MemberList-07e7c82a.js.map} +1 -1
  52. package/MessageSearch/components/MessageSearchUI.js +11 -11
  53. package/MessageSearch/context.js +2 -2
  54. package/MessageSearch.js +11 -11
  55. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  56. package/OpenChannel/components/OpenChannelHeader.js +12 -12
  57. package/OpenChannel/components/OpenChannelInput.js +15 -15
  58. package/OpenChannel/components/OpenChannelMessage.js +20 -20
  59. package/OpenChannel/components/OpenChannelMessageList.js +22 -22
  60. package/OpenChannel/components/OpenChannelUI.js +22 -22
  61. package/OpenChannel/context.js +9 -9
  62. package/OpenChannel.js +22 -22
  63. package/OpenChannelList/components/OpenChannelListUI.js +12 -12
  64. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  65. package/OpenChannelList/context.js +4 -4
  66. package/OpenChannelList.js +12 -12
  67. package/{OpenChannelListProvider-f2a54f51.js → OpenChannelListProvider-956b2f42.js} +3 -3
  68. package/{OpenChannelListProvider-f2a54f51.js.map → OpenChannelListProvider-956b2f42.js.map} +1 -1
  69. package/{OpenChannelProvider-dd33e532.js → OpenChannelProvider-e7b44f68.js} +7 -7
  70. package/{OpenChannelProvider-dd33e532.js.map → OpenChannelProvider-e7b44f68.js.map} +1 -1
  71. package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
  72. package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
  73. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
  74. package/OpenChannelSettings/components/OperatorUI.js +16 -16
  75. package/OpenChannelSettings/components/ParticipantUI.js +14 -14
  76. package/OpenChannelSettings/context.js +3 -3
  77. package/OpenChannelSettings.js +17 -17
  78. package/SendbirdProvider.js +9 -9
  79. package/SendbirdProvider.js.map +1 -1
  80. package/{UserProfileContext-8a4983f9.js → UserProfileContext-9f99563d.js} +1 -1
  81. package/{UserProfileContext-8a4983f9.js.map → UserProfileContext-9f99563d.js.map} +1 -1
  82. package/{_rollupPluginBabelHelpers-e993e6d6.js → _rollupPluginBabelHelpers-dea8a6c9.js} +1 -1
  83. package/_rollupPluginBabelHelpers-dea8a6c9.js.map +1 -0
  84. package/{actionTypes-e5c40c47.js → actionTypes-7203a821.js} +1 -1
  85. package/{actionTypes-e5c40c47.js.map → actionTypes-7203a821.js.map} +1 -1
  86. package/cjs/App.js +28 -28
  87. package/cjs/Channel/components/ChannelHeader.js +15 -15
  88. package/cjs/Channel/components/ChannelUI.js +22 -22
  89. package/cjs/Channel/components/ChannelUI.js.map +1 -1
  90. package/cjs/Channel/components/FileViewer.js +14 -14
  91. package/cjs/Channel/components/FrozenNotification.js +4 -4
  92. package/cjs/Channel/components/Message.js +18 -18
  93. package/cjs/Channel/components/MessageInput.js +15 -15
  94. package/cjs/Channel/components/MessageList.js +20 -20
  95. package/cjs/Channel/components/RemoveMessageModal.js +15 -15
  96. package/cjs/Channel/components/SuggestedMentionList.js +15 -15
  97. package/cjs/Channel/components/TypingIndicator.js +14 -14
  98. package/cjs/Channel/components/UnreadCount.js +4 -4
  99. package/cjs/Channel/context.js +13 -13
  100. package/cjs/Channel.js +21 -21
  101. package/cjs/ChannelList/components/AddChannel.js +13 -13
  102. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  103. package/cjs/ChannelList/components/ChannelListUI.js +25 -25
  104. package/cjs/ChannelList/components/ChannelPreview.js +19 -19
  105. package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
  106. package/cjs/ChannelList/context.js +8 -8
  107. package/cjs/ChannelList.js +25 -25
  108. package/cjs/{ChannelListProvider-e780ceda.js → ChannelListProvider-1d42a73f.js} +8 -8
  109. package/cjs/{ChannelListProvider-e780ceda.js.map → ChannelListProvider-1d42a73f.js.map} +1 -1
  110. package/cjs/{ChannelProvider-dfaab83f.js → ChannelProvider-7b5ac56e.js} +9 -9
  111. package/cjs/{ChannelProvider-dfaab83f.js.map → ChannelProvider-7b5ac56e.js.map} +1 -1
  112. package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
  113. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
  114. package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
  115. package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
  116. package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
  117. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  118. package/cjs/ChannelSettings/components/UserPanel.js +13 -13
  119. package/cjs/ChannelSettings/context.js +3 -3
  120. package/cjs/ChannelSettings.js +17 -17
  121. package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
  122. package/cjs/CreateChannel/components/InviteUsers.js +13 -13
  123. package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
  124. package/cjs/CreateChannel/context.js +4 -4
  125. package/cjs/CreateChannel.js +13 -13
  126. package/cjs/{CreateChannelProvider-cb6309db.js → CreateChannelProvider-a23a11b3.js} +1 -1
  127. package/cjs/{CreateChannelProvider-cb6309db.js.map → CreateChannelProvider-a23a11b3.js.map} +1 -1
  128. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
  129. package/cjs/CreateOpenChannel/context.js +1 -1
  130. package/cjs/CreateOpenChannel.js +9 -9
  131. package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
  132. package/cjs/EditUserProfile.js +12 -12
  133. package/cjs/{LocalizationContext-c3f7c1f5.js → LocalizationContext-5447c898.js} +3 -3
  134. package/cjs/{LocalizationContext-c3f7c1f5.js.map → LocalizationContext-5447c898.js.map} +1 -1
  135. package/cjs/{MemberList-b1d570b1.js → MemberList-745e3d9e.js} +5 -5
  136. package/cjs/{MemberList-b1d570b1.js.map → MemberList-745e3d9e.js.map} +1 -1
  137. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  138. package/cjs/MessageSearch/context.js +2 -2
  139. package/cjs/MessageSearch.js +11 -11
  140. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  141. package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
  142. package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
  143. package/cjs/OpenChannel/components/OpenChannelMessage.js +20 -20
  144. package/cjs/OpenChannel/components/OpenChannelMessageList.js +22 -22
  145. package/cjs/OpenChannel/components/OpenChannelUI.js +22 -22
  146. package/cjs/OpenChannel/context.js +9 -9
  147. package/cjs/OpenChannel.js +22 -22
  148. package/cjs/OpenChannelList/components/OpenChannelListUI.js +12 -12
  149. package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
  150. package/cjs/OpenChannelList/context.js +4 -4
  151. package/cjs/OpenChannelList.js +12 -12
  152. package/cjs/{OpenChannelListProvider-9326f80c.js → OpenChannelListProvider-8f2a88c2.js} +3 -3
  153. package/cjs/{OpenChannelListProvider-9326f80c.js.map → OpenChannelListProvider-8f2a88c2.js.map} +1 -1
  154. package/cjs/{OpenChannelProvider-71dc8fa1.js → OpenChannelProvider-447d5b53.js} +7 -7
  155. package/cjs/{OpenChannelProvider-71dc8fa1.js.map → OpenChannelProvider-447d5b53.js.map} +1 -1
  156. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
  157. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
  158. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
  159. package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
  160. package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
  161. package/cjs/OpenChannelSettings/context.js +3 -3
  162. package/cjs/OpenChannelSettings.js +17 -17
  163. package/cjs/SendbirdProvider.js +9 -9
  164. package/cjs/SendbirdProvider.js.map +1 -1
  165. package/cjs/{UserProfileContext-d0d2dec6.js → UserProfileContext-2201df8d.js} +1 -1
  166. package/cjs/{UserProfileContext-d0d2dec6.js.map → UserProfileContext-2201df8d.js.map} +1 -1
  167. package/cjs/{_rollupPluginBabelHelpers-9ecfa1a6.js → _rollupPluginBabelHelpers-cb661818.js} +1 -1
  168. package/cjs/_rollupPluginBabelHelpers-cb661818.js.map +1 -0
  169. package/cjs/{actionTypes-932bd404.js → actionTypes-0521e719.js} +1 -1
  170. package/cjs/{actionTypes-932bd404.js.map → actionTypes-0521e719.js.map} +1 -1
  171. package/cjs/{color-d2f34e1f.js → color-50f674f3.js} +1 -1
  172. package/cjs/{color-d2f34e1f.js.map → color-50f674f3.js.map} +1 -1
  173. package/cjs/{compareIds-b345156f.js → compareIds-d0e5da82.js} +1 -1
  174. package/cjs/{compareIds-b345156f.js.map → compareIds-d0e5da82.js.map} +1 -1
  175. package/cjs/{const-a1b2513f.js → const-093eff13.js} +1 -1
  176. package/cjs/{const-a1b2513f.js.map → const-093eff13.js.map} +1 -1
  177. package/cjs/{const-fc870194.js → const-12075c2d.js} +1 -1
  178. package/cjs/{const-fc870194.js.map → const-12075c2d.js.map} +1 -1
  179. package/cjs/{context-30aa59dc.js → context-a452ae97.js} +2 -2
  180. package/cjs/{context-30aa59dc.js.map → context-a452ae97.js.map} +1 -1
  181. package/cjs/{index-3aa6cdcb.js → index-1e4f968c.js} +2 -2
  182. package/cjs/{index-3aa6cdcb.js.map → index-1e4f968c.js.map} +1 -1
  183. package/cjs/{index-027eb960.js → index-259776b5.js} +4 -4
  184. package/cjs/{index-027eb960.js.map → index-259776b5.js.map} +1 -1
  185. package/cjs/{index-24a87952.js → index-61180888.js} +5 -5
  186. package/cjs/{index-24a87952.js.map → index-61180888.js.map} +1 -1
  187. package/cjs/{index-b7f6bdff.js → index-63513959.js} +1 -1
  188. package/cjs/{index-b7f6bdff.js.map → index-63513959.js.map} +1 -1
  189. package/cjs/{index-c59c005e.js → index-8320b791.js} +1 -1
  190. package/cjs/{index-c59c005e.js.map → index-8320b791.js.map} +1 -1
  191. package/cjs/{index-08b90543.js → index-a9f8c4d4.js} +2 -2
  192. package/cjs/{index-08b90543.js.map → index-a9f8c4d4.js.map} +1 -1
  193. package/cjs/{index-285e8149.js → index-bdac4741.js} +4 -4
  194. package/cjs/{index-285e8149.js.map → index-bdac4741.js.map} +1 -1
  195. package/cjs/{index-f8de65ab.js → index-d3706b9e.js} +7 -7
  196. package/cjs/{index-f8de65ab.js.map → index-d3706b9e.js.map} +1 -1
  197. package/cjs/{index-68c0a985.js → index-ec6e34c8.js} +2 -2
  198. package/cjs/{index-68c0a985.js.map → index-ec6e34c8.js.map} +1 -1
  199. package/cjs/{index-1a1a453d.js → index-f7729b70.js} +2 -2
  200. package/cjs/{index-1a1a453d.js.map → index-f7729b70.js.map} +1 -1
  201. package/cjs/index.js +32 -32
  202. package/cjs/{openChannelUtils-963df239.js → openChannelUtils-3cc2cf97.js} +1 -1
  203. package/cjs/{openChannelUtils-963df239.js.map → openChannelUtils-3cc2cf97.js.map} +1 -1
  204. package/cjs/sendbirdSelectors.js +2 -2
  205. package/cjs/{stringSet-310a89c5.js → stringSet-7509e1fb.js} +1 -1
  206. package/cjs/{stringSet-310a89c5.js.map → stringSet-7509e1fb.js.map} +1 -1
  207. package/cjs/{topics-2c7a2446.js → topics-ae5e326d.js} +1 -1
  208. package/cjs/{topics-2c7a2446.js.map → topics-ae5e326d.js.map} +1 -1
  209. package/cjs/{tslib.es6-9cc2c25f.js → tslib.es6-062eb722.js} +1 -1
  210. package/cjs/{tslib.es6-9cc2c25f.js.map → tslib.es6-062eb722.js.map} +1 -1
  211. package/cjs/ui/Accordion.js +3 -3
  212. package/cjs/ui/AccordionGroup.js +2 -2
  213. package/cjs/ui/AdminMessage.js +3 -3
  214. package/cjs/ui/Avatar.js +2 -2
  215. package/cjs/ui/Badge.js +5 -5
  216. package/cjs/ui/Button.js +3 -3
  217. package/cjs/ui/ChannelAvatar.js +3 -3
  218. package/cjs/ui/ConnectionStatus.js +4 -4
  219. package/cjs/ui/ContextMenu.js +5 -5
  220. package/cjs/ui/DateSeparator.js +4 -4
  221. package/cjs/ui/EmojiReactions.js +7 -7
  222. package/cjs/ui/FileMessageItemBody.js +5 -5
  223. package/cjs/ui/FileViewer.js +8 -8
  224. package/cjs/ui/IconButton.js +1 -1
  225. package/cjs/ui/ImageRenderer.js +1 -1
  226. package/cjs/ui/Input.js +2 -2
  227. package/cjs/ui/Label.js +2 -2
  228. package/cjs/ui/LinkLabel.js +2 -2
  229. package/cjs/ui/Loader.js +1 -1
  230. package/cjs/ui/MentionLabel.js +10 -10
  231. package/cjs/ui/MessageContent.js +13 -13
  232. package/cjs/ui/MessageInput.js +9 -9
  233. package/cjs/ui/MessageItemMenu.js +7 -7
  234. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  235. package/cjs/ui/MessageSearchFileItem.js +9 -9
  236. package/cjs/ui/MessageSearchItem.js +9 -9
  237. package/cjs/ui/MessageStatus.js +7 -7
  238. package/cjs/ui/Modal.js +6 -6
  239. package/cjs/ui/OGMessageItemBody.js +10 -10
  240. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  241. package/cjs/ui/OpenChannelAvatar.js +6 -6
  242. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  243. package/cjs/ui/OpenchannelFileMessage.js +14 -14
  244. package/cjs/ui/OpenchannelOGMessage.js +14 -14
  245. package/cjs/ui/OpenchannelThumbnailMessage.js +13 -13
  246. package/cjs/ui/OpenchannelUserMessage.js +14 -14
  247. package/cjs/ui/PlaceHolder.js +6 -6
  248. package/cjs/ui/QuoteMessage.js +6 -6
  249. package/cjs/ui/QuoteMessageInput.js +6 -6
  250. package/cjs/ui/ReactionBadge.js +3 -3
  251. package/cjs/ui/ReactionButton.js +1 -1
  252. package/cjs/ui/SortByRow.js +2 -2
  253. package/cjs/ui/TextButton.js +2 -2
  254. package/cjs/ui/TextMessageItemBody.js +10 -10
  255. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  256. package/cjs/ui/Tooltip.js +3 -3
  257. package/cjs/ui/TooltipWrapper.js +1 -1
  258. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  259. package/cjs/ui/UserListItem.js +11 -11
  260. package/cjs/ui/UserProfile.js +9 -9
  261. package/cjs/ui/Word.js +10 -10
  262. package/cjs/useSendbirdStateContext.js +1 -1
  263. package/cjs/{utils-ae9878f0.js → utils-079403ab.js} +1 -1
  264. package/cjs/{utils-ae9878f0.js.map → utils-079403ab.js.map} +1 -1
  265. package/cjs/{utils-a8eef97b.js → utils-7e01ad5d.js} +1 -1
  266. package/cjs/{utils-a8eef97b.js.map → utils-7e01ad5d.js.map} +1 -1
  267. package/cjs/{utils-b84751c0.js → utils-d512a340.js} +1 -1
  268. package/cjs/{utils-b84751c0.js.map → utils-d512a340.js.map} +1 -1
  269. package/cjs/{uuid-09a36295.js → uuid-5f2be0dc.js} +1 -1
  270. package/cjs/{uuid-09a36295.js.map → uuid-5f2be0dc.js.map} +1 -1
  271. package/cjs/withSendbird.js +1 -1
  272. package/{color-aae331b0.js → color-d6871add.js} +1 -1
  273. package/{color-aae331b0.js.map → color-d6871add.js.map} +1 -1
  274. package/{compareIds-a42407da.js → compareIds-f300a3d3.js} +1 -1
  275. package/{compareIds-a42407da.js.map → compareIds-f300a3d3.js.map} +1 -1
  276. package/{const-787f39b8.js → const-460c0f68.js} +1 -1
  277. package/{const-787f39b8.js.map → const-460c0f68.js.map} +1 -1
  278. package/{const-da82c96f.js → const-cea7932a.js} +1 -1
  279. package/{const-da82c96f.js.map → const-cea7932a.js.map} +1 -1
  280. package/{context-064f5915.js → context-1aee2fcc.js} +2 -2
  281. package/{context-064f5915.js.map → context-1aee2fcc.js.map} +1 -1
  282. package/{index-8389cc18.js → index-45615e6e.js} +7 -7
  283. package/{index-8389cc18.js.map → index-45615e6e.js.map} +1 -1
  284. package/{index-0b69b0be.js → index-52b2b816.js} +2 -2
  285. package/{index-0b69b0be.js.map → index-52b2b816.js.map} +1 -1
  286. package/{index-723c677a.js → index-8c54bbb8.js} +2 -2
  287. package/{index-723c677a.js.map → index-8c54bbb8.js.map} +1 -1
  288. package/{index-189ad5aa.js → index-a5ba7985.js} +2 -2
  289. package/{index-189ad5aa.js.map → index-a5ba7985.js.map} +1 -1
  290. package/{index-69265f49.js → index-b1bcebc7.js} +1 -1
  291. package/{index-69265f49.js.map → index-b1bcebc7.js.map} +1 -1
  292. package/{index-8de3da53.js → index-b71aed3b.js} +4 -4
  293. package/{index-8de3da53.js.map → index-b71aed3b.js.map} +1 -1
  294. package/{index-4593163a.js → index-c003c91c.js} +4 -4
  295. package/{index-4593163a.js.map → index-c003c91c.js.map} +1 -1
  296. package/{index-b31e8da6.js → index-eee9204a.js} +2 -2
  297. package/{index-b31e8da6.js.map → index-eee9204a.js.map} +1 -1
  298. package/{index-0821db0a.js → index-f532aec7.js} +5 -5
  299. package/{index-0821db0a.js.map → index-f532aec7.js.map} +1 -1
  300. package/{index-83f73f08.js → index-f936a084.js} +1 -1
  301. package/{index-83f73f08.js.map → index-f936a084.js.map} +1 -1
  302. package/index.d.ts +1 -1
  303. package/index.js +32 -32
  304. package/{openChannelUtils-f0554c8e.js → openChannelUtils-a5650554.js} +1 -1
  305. package/{openChannelUtils-f0554c8e.js.map → openChannelUtils-a5650554.js.map} +1 -1
  306. package/package.json +1 -1
  307. package/sendbirdSelectors.js +2 -2
  308. package/{stringSet-4e0b0146.js → stringSet-38fffb6a.js} +1 -1
  309. package/{stringSet-4e0b0146.js.map → stringSet-38fffb6a.js.map} +1 -1
  310. package/{topics-cc398b5e.js → topics-d594b804.js} +1 -1
  311. package/{topics-cc398b5e.js.map → topics-d594b804.js.map} +1 -1
  312. package/{tslib.es6-abe3d36a.js → tslib.es6-8a087055.js} +1 -1
  313. package/{tslib.es6-abe3d36a.js.map → tslib.es6-8a087055.js.map} +1 -1
  314. package/ui/Accordion.js +3 -3
  315. package/ui/AccordionGroup.js +2 -2
  316. package/ui/AdminMessage.js +3 -3
  317. package/ui/Avatar.js +2 -2
  318. package/ui/Badge.js +5 -5
  319. package/ui/Button.js +3 -3
  320. package/ui/ChannelAvatar.js +3 -3
  321. package/ui/ConnectionStatus.js +4 -4
  322. package/ui/ContextMenu.js +5 -5
  323. package/ui/DateSeparator.js +4 -4
  324. package/ui/EmojiReactions.js +7 -7
  325. package/ui/FileMessageItemBody.js +5 -5
  326. package/ui/FileViewer.js +8 -8
  327. package/ui/IconButton.js +1 -1
  328. package/ui/ImageRenderer.js +1 -1
  329. package/ui/Input.js +2 -2
  330. package/ui/Label.js +2 -2
  331. package/ui/LinkLabel.js +2 -2
  332. package/ui/Loader.js +1 -1
  333. package/ui/MentionLabel.js +10 -10
  334. package/ui/MessageContent.js +13 -13
  335. package/ui/MessageInput.js +9 -9
  336. package/ui/MessageItemMenu.js +7 -7
  337. package/ui/MessageItemReactionMenu.js +5 -5
  338. package/ui/MessageSearchFileItem.js +9 -9
  339. package/ui/MessageSearchItem.js +9 -9
  340. package/ui/MessageStatus.js +7 -7
  341. package/ui/Modal.js +6 -6
  342. package/ui/OGMessageItemBody.js +10 -10
  343. package/ui/OpenChannelAdminMessage.js +3 -3
  344. package/ui/OpenChannelAvatar.js +6 -6
  345. package/ui/OpenchannelConversationHeader.js +6 -6
  346. package/ui/OpenchannelFileMessage.js +14 -14
  347. package/ui/OpenchannelOGMessage.js +14 -14
  348. package/ui/OpenchannelThumbnailMessage.js +13 -13
  349. package/ui/OpenchannelUserMessage.js +14 -14
  350. package/ui/PlaceHolder.js +6 -6
  351. package/ui/QuoteMessage.js +6 -6
  352. package/ui/QuoteMessageInput.js +6 -6
  353. package/ui/ReactionBadge.js +3 -3
  354. package/ui/ReactionButton.js +1 -1
  355. package/ui/SortByRow.js +2 -2
  356. package/ui/TextButton.js +2 -2
  357. package/ui/TextMessageItemBody.js +10 -10
  358. package/ui/ThumbnailMessageItemBody.js +2 -2
  359. package/ui/Tooltip.js +3 -3
  360. package/ui/TooltipWrapper.js +1 -1
  361. package/ui/UnknownMessageItemBody.js +6 -6
  362. package/ui/UserListItem.js +11 -11
  363. package/ui/UserProfile.js +9 -9
  364. package/ui/Word.js +10 -10
  365. package/useSendbirdStateContext.js +1 -1
  366. package/{utils-1728c207.js → utils-4edea23e.js} +1 -1
  367. package/{utils-1728c207.js.map → utils-4edea23e.js.map} +1 -1
  368. package/{utils-ad9c9713.js → utils-daa9779c.js} +1 -1
  369. package/{utils-ad9c9713.js.map → utils-daa9779c.js.map} +1 -1
  370. package/{utils-d8062a8d.js → utils-e55000b0.js} +1 -1
  371. package/{utils-d8062a8d.js.map → utils-e55000b0.js.map} +1 -1
  372. package/{uuid-5f7195ec.js → uuid-c6ede0a0.js} +1 -1
  373. package/{uuid-5f7195ec.js.map → uuid-c6ede0a0.js.map} +1 -1
  374. package/withSendbird.js +1 -1
  375. package/_rollupPluginBabelHelpers-e993e6d6.js.map +0 -1
  376. package/cjs/_rollupPluginBabelHelpers-9ecfa1a6.js.map +0 -1
package/App.js CHANGED
@@ -5,28 +5,28 @@ import ChannelList from './ChannelList.js';
5
5
  import Channel from './Channel.js';
6
6
  import ChannelSettings from './ChannelSettings.js';
7
7
  import MessageSearchPannel from './MessageSearch.js';
8
- import './_rollupPluginBabelHelpers-e993e6d6.js';
8
+ import './_rollupPluginBabelHelpers-dea8a6c9.js';
9
9
  import './withSendbird.js';
10
10
  import '@sendbird/chat';
11
11
  import '@sendbird/chat/openChannel';
12
12
  import '@sendbird/chat/groupChannel';
13
- import './actionTypes-e5c40c47.js';
14
- import './index-0b69b0be.js';
15
- import './tslib.es6-abe3d36a.js';
13
+ import './actionTypes-7203a821.js';
14
+ import './index-52b2b816.js';
15
+ import './tslib.es6-8a087055.js';
16
16
  import './utils/message/getOutgoingMessageState.js';
17
17
  import 'css-vars-ponyfill';
18
- import './uuid-5f7195ec.js';
19
- import './LocalizationContext-7019cc93.js';
20
- import './stringSet-4e0b0146.js';
21
- import './index-69265f49.js';
22
- import './ChannelListProvider-a75dbbac.js';
23
- import './topics-cc398b5e.js';
24
- import './utils-1728c207.js';
25
- import './UserProfileContext-8a4983f9.js';
18
+ import './uuid-c6ede0a0.js';
19
+ import './LocalizationContext-b6ff0c3d.js';
20
+ import './stringSet-38fffb6a.js';
21
+ import './index-b1bcebc7.js';
22
+ import './ChannelListProvider-c6fbc45c.js';
23
+ import './topics-d594b804.js';
24
+ import './utils-4edea23e.js';
25
+ import './UserProfileContext-9f99563d.js';
26
26
  import './useSendbirdStateContext.js';
27
27
  import './ChannelList/components/ChannelListUI.js';
28
28
  import './ChannelList/components/ChannelListHeader.js';
29
- import './index-723c677a.js';
29
+ import './index-8c54bbb8.js';
30
30
  import './ui/IconButton.js';
31
31
  import './ui/Avatar.js';
32
32
  import './ui/ImageRenderer.js';
@@ -34,12 +34,12 @@ import './ui/Icon.js';
34
34
  import './ChannelList/components/AddChannel.js';
35
35
  import './CreateChannel.js';
36
36
  import './CreateChannel/components/CreateChannelUI.js';
37
- import './CreateChannelProvider-0f16d456.js';
37
+ import './CreateChannelProvider-c0d11b0b.js';
38
38
  import './sendbirdSelectors.js';
39
39
  import './CreateChannel/components/InviteUsers.js';
40
40
  import './ui/Modal.js';
41
41
  import 'react-dom';
42
- import './index-83f73f08.js';
42
+ import './index-f936a084.js';
43
43
  import './ui/Button.js';
44
44
  import './ui/UserListItem.js';
45
45
  import './ui/MutedAvatarOverlay.js';
@@ -50,34 +50,34 @@ import './ui/SortByRow.js';
50
50
  import './CreateChannel/components/SelectChannelType.js';
51
51
  import './ChannelList/components/ChannelPreview.js';
52
52
  import './ui/ChannelAvatar.js';
53
- import './utils-ad9c9713.js';
53
+ import './utils-daa9779c.js';
54
54
  import './ui/Badge.js';
55
- import './index-8de3da53.js';
56
- import './index-b31e8da6.js';
57
- import './index-189ad5aa.js';
55
+ import './index-b71aed3b.js';
56
+ import './index-eee9204a.js';
57
+ import './index-a5ba7985.js';
58
58
  import './ui/MentionUserLabel.js';
59
59
  import './Channel/components/TypingIndicator.js';
60
- import './ChannelProvider-163810e1.js';
61
- import './compareIds-a42407da.js';
62
- import './const-da82c96f.js';
60
+ import './ChannelProvider-00f1bb31.js';
61
+ import './compareIds-f300a3d3.js';
62
+ import './const-cea7932a.js';
63
63
  import '@sendbird/chat/message';
64
64
  import './ui/ReactionButton.js';
65
65
  import './ui/MessageStatus.js';
66
66
  import './ui/Loader.js';
67
67
  import './ChannelList/components/ChannelPreviewAction.js';
68
68
  import './EditUserProfile.js';
69
- import './index-0821db0a.js';
69
+ import './index-f532aec7.js';
70
70
  import './ui/Input.js';
71
71
  import './ui/TextButton.js';
72
- import './color-aae331b0.js';
73
- import './index-4593163a.js';
72
+ import './color-d6871add.js';
73
+ import './index-c003c91c.js';
74
74
  import './Channel/components/ChannelUI.js';
75
75
  import './ui/ConnectionStatus.js';
76
76
  import './Channel/components/ChannelHeader.js';
77
77
  import './Channel/components/MessageList.js';
78
78
  import './Channel/components/Message.js';
79
79
  import './Channel/components/SuggestedMentionList.js';
80
- import './const-787f39b8.js';
80
+ import './const-460c0f68.js';
81
81
  import './ui/DateSeparator.js';
82
82
  import './ui/MessageInput.js';
83
83
  import 'react-dom/server';
@@ -111,9 +111,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
111
111
  import './ChannelSettings/components/ModerationPanel.js';
112
112
  import './ui/Accordion.js';
113
113
  import './ui/AccordionGroup.js';
114
- import './context-064f5915.js';
114
+ import './context-1aee2fcc.js';
115
115
  import './ChannelSettings/components/UserListItem.js';
116
- import './MemberList-ecab2f74.js';
116
+ import './MemberList-07e7c82a.js';
117
117
  import './ChannelSettings/components/LeaveChannel.js';
118
118
  import './ChannelSettings/components/UserPanel.js';
119
119
  import './MessageSearch/components/MessageSearchUI.js';
@@ -1,28 +1,28 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-723c677a.js';
2
+ import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from '../../index-8c54bbb8.js';
3
3
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
4
4
  import IconButton from '../../ui/IconButton.js';
5
5
  import ChannelAvatar from '../../ui/ChannelAvatar.js';
6
- import { a as LocalizationContext } from '../../LocalizationContext-7019cc93.js';
6
+ import { a as LocalizationContext } from '../../LocalizationContext-b6ff0c3d.js';
7
7
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
8
- import { u as useChannelContext } from '../../ChannelProvider-163810e1.js';
8
+ import { u as useChannelContext } from '../../ChannelProvider-00f1bb31.js';
9
9
  import 'prop-types';
10
- import '../../stringSet-4e0b0146.js';
11
- import '../../tslib.es6-abe3d36a.js';
10
+ import '../../stringSet-38fffb6a.js';
11
+ import '../../tslib.es6-8a087055.js';
12
12
  import '../../ui/Avatar.js';
13
13
  import '../../ui/ImageRenderer.js';
14
- import '../../uuid-5f7195ec.js';
15
- import '../../utils-ad9c9713.js';
16
- import '../../index-69265f49.js';
14
+ import '../../uuid-c6ede0a0.js';
15
+ import '../../utils-daa9779c.js';
16
+ import '../../index-b1bcebc7.js';
17
17
  import '../../withSendbird.js';
18
- import '../../_rollupPluginBabelHelpers-e993e6d6.js';
19
- import '../../UserProfileContext-8a4983f9.js';
20
- import '../../index-189ad5aa.js';
21
- import '../../topics-cc398b5e.js';
22
- import '../../index-0b69b0be.js';
18
+ import '../../_rollupPluginBabelHelpers-dea8a6c9.js';
19
+ import '../../UserProfileContext-9f99563d.js';
20
+ import '../../index-a5ba7985.js';
21
+ import '../../topics-d594b804.js';
22
+ import '../../index-52b2b816.js';
23
23
  import '../../utils/message/getOutgoingMessageState.js';
24
- import '../../compareIds-a42407da.js';
25
- import '../../const-da82c96f.js';
24
+ import '../../compareIds-f300a3d3.js';
25
+ import '../../const-cea7932a.js';
26
26
  import '@sendbird/chat/groupChannel';
27
27
  import '@sendbird/chat/message';
28
28
  import '../../ui/ContextMenu.js';
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
3
- import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-163810e1.js';
4
- import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-4593163a.js';
3
+ import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-00f1bb31.js';
4
+ import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-c003c91c.js';
5
5
  import ConnectionStatus from '../../ui/ConnectionStatus.js';
6
6
  import ChannelHeader from './ChannelHeader.js';
7
7
  import MessageList from './MessageList.js';
@@ -10,40 +10,40 @@ import FrozenNotification from './FrozenNotification.js';
10
10
  import UnreadCount from './UnreadCount.js';
11
11
  import MessageInputWrapper from './MessageInput.js';
12
12
  import '../../withSendbird.js';
13
- import '../../_rollupPluginBabelHelpers-e993e6d6.js';
14
- import '../../UserProfileContext-8a4983f9.js';
13
+ import '../../_rollupPluginBabelHelpers-dea8a6c9.js';
14
+ import '../../UserProfileContext-9f99563d.js';
15
15
  import 'prop-types';
16
- import '../../index-189ad5aa.js';
17
- import '../../index-69265f49.js';
18
- import '../../topics-cc398b5e.js';
19
- import '../../index-0b69b0be.js';
20
- import '../../tslib.es6-abe3d36a.js';
16
+ import '../../index-a5ba7985.js';
17
+ import '../../index-b1bcebc7.js';
18
+ import '../../topics-d594b804.js';
19
+ import '../../index-52b2b816.js';
20
+ import '../../tslib.es6-8a087055.js';
21
21
  import '../../utils/message/getOutgoingMessageState.js';
22
- import '../../compareIds-a42407da.js';
23
- import '../../const-da82c96f.js';
22
+ import '../../compareIds-f300a3d3.js';
23
+ import '../../const-cea7932a.js';
24
24
  import '@sendbird/chat/groupChannel';
25
- import '../../uuid-5f7195ec.js';
25
+ import '../../uuid-c6ede0a0.js';
26
26
  import '@sendbird/chat/message';
27
27
  import '../../ui/ContextMenu.js';
28
28
  import 'react-dom';
29
29
  import '../../ui/SortByRow.js';
30
- import '../../index-723c677a.js';
31
- import '../../stringSet-4e0b0146.js';
30
+ import '../../index-8c54bbb8.js';
31
+ import '../../stringSet-38fffb6a.js';
32
32
  import '../../ui/ReactionButton.js';
33
33
  import '../../ui/ImageRenderer.js';
34
34
  import '../../ui/Icon.js';
35
- import '../../LocalizationContext-7019cc93.js';
35
+ import '../../LocalizationContext-b6ff0c3d.js';
36
36
  import '../../ui/Loader.js';
37
37
  import '../../ui/IconButton.js';
38
38
  import '../../ui/ChannelAvatar.js';
39
39
  import '../../ui/Avatar.js';
40
- import '../../utils-ad9c9713.js';
41
- import '../../index-b31e8da6.js';
40
+ import '../../utils-daa9779c.js';
41
+ import '../../index-eee9204a.js';
42
42
  import './Message.js';
43
43
  import './SuggestedMentionList.js';
44
- import '../../const-787f39b8.js';
44
+ import '../../const-460c0f68.js';
45
45
  import '../../ui/DateSeparator.js';
46
- import '../../color-aae331b0.js';
46
+ import '../../color-d6871add.js';
47
47
  import '../../ui/MessageInput.js';
48
48
  import 'react-dom/server';
49
49
  import '../../ui/Button.js';
@@ -51,7 +51,7 @@ import '../../ui/MentionUserLabel.js';
51
51
  import '../../ui/MessageContent.js';
52
52
  import '../../ui/UserProfile.js';
53
53
  import '../../sendbirdSelectors.js';
54
- import '../../utils-1728c207.js';
54
+ import '../../utils-4edea23e.js';
55
55
  import '../../ui/MessageStatus.js';
56
56
  import '../../ui/MessageItemMenu.js';
57
57
  import '../../ui/MessageItemReactionMenu.js';
@@ -71,7 +71,7 @@ import '../../ui/OGMessageItemBody.js';
71
71
  import '../../ui/UnknownMessageItemBody.js';
72
72
  import '../../ui/QuoteMessage.js';
73
73
  import './FileViewer.js';
74
- import '../../index-83f73f08.js';
74
+ import '../../index-f936a084.js';
75
75
  import './RemoveMessageModal.js';
76
76
  import '../../ui/Modal.js';
77
77
  import '../../ui/QuoteMessageInput.js';
@@ -117,7 +117,7 @@ var ChannelUI = function (_a) {
117
117
  if (isLoading) {
118
118
  return /*#__PURE__*/React__default.createElement("div", {
119
119
  className: "sendbird-conversation"
120
- }, (renderPlaceholderInvalid === null || renderPlaceholderInvalid === void 0 ? void 0 : renderPlaceholderInvalid()) || /*#__PURE__*/React__default.createElement(PlaceHolder, {
120
+ }, (renderPlaceholderLoader === null || renderPlaceholderLoader === void 0 ? void 0 : renderPlaceholderLoader()) || /*#__PURE__*/React__default.createElement(PlaceHolder, {
121
121
  type: PlaceHolderTypes.LOADING
122
122
  }));
123
123
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelUI.js","sources":["../../../src/smart-components/Channel/components/ChannelUI/index.tsx"],"sourcesContent":["import './channel-ui.scss';\n\nimport React, { useEffect, useState } from 'react';\nimport useSendbirdStateContext from '../../../../hooks/useSendbirdStateContext';\n\nimport { useChannelContext } from '../../context/ChannelProvider';\nimport PlaceHolder, { PlaceHolderTypes } from '../../../../ui/PlaceHolder';\nimport ConnectionStatus from '../../../../ui/ConnectionStatus';\nimport ChannelHeader from '../ChannelHeader';\nimport MessageList from '../MessageList';\nimport TypingIndicator from '../TypingIndicator';\nimport FrozenNotification from '../FrozenNotification';\nimport UnreadCount from '../UnreadCount';\nimport MessageInputWrapper from '../MessageInput';\nimport { RenderCustomSeparatorProps, RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n isLoading?: boolean;\n renderPlaceholderLoader?: () => React.ReactElement;\n renderPlaceholderInvalid?: () => React.ReactElement;\n renderPlaceholderEmpty?: () => React.ReactElement;\n renderChannelHeader?: () => React.ReactElement;\n renderMessage?: (props: RenderMessageProps) => React.ReactElement;\n renderMessageInput?: () => React.ReactElement;\n renderTypingIndicator?: () => React.ReactElement;\n renderCustomSeparator?: (props: RenderCustomSeparatorProps) => React.ReactElement;\n}\n\nconst ChannelUI: React.FC<ChannelUIProps> = ({\n isLoading,\n renderPlaceholderLoader,\n renderPlaceholderInvalid,\n renderPlaceholderEmpty,\n renderChannelHeader,\n renderMessage,\n renderMessageInput,\n renderTypingIndicator,\n renderCustomSeparator,\n}: ChannelUIProps) => {\n const {\n currentGroupChannel,\n channelUrl,\n isInvalid,\n unreadSince,\n loading,\n setInitialTimeStamp,\n setAnimatedMessageId,\n setHighLightedMessageId,\n scrollRef,\n messagesDispatcher,\n disableMarkAsRead,\n } = useChannelContext();\n const [unreadCount, setUnreadCount] = useState(0);\n useEffect(() => {\n setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, [currentGroupChannel?.unreadMessageCount]);\n\n const globalStore = useSendbirdStateContext();\n const sdkError = globalStore?.stores?.sdkStore?.error;\n const logger = globalStore?.config?.logger;\n const isOnline = globalStore?.config?.isOnline;\n\n if (isLoading) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>);\n }\n\n if (!channelUrl) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.NO_CHANNELS} />\n )\n }\n </div>);\n }\n if (isInvalid) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.WRONG} />\n )\n }\n </div>\n );\n }\n if (sdkError) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder\n type={PlaceHolderTypes.WRONG}\n retryToConnect={() => {\n logger.info('Channel: reconnecting');\n // reconnect();\n }}\n />\n )\n }\n </div>\n );\n }\n return (\n <div className='sendbird-conversation'>\n {\n renderChannelHeader?.() || (\n <ChannelHeader />\n )\n }\n {\n currentGroupChannel?.isFrozen && (\n <FrozenNotification />\n )\n }\n {\n unreadCount > 0 && (\n <UnreadCount\n count={unreadCount}\n time={unreadSince}\n onClick={() => {\n setUnreadCount(0);\n if (scrollRef?.current?.scrollTop) {\n scrollRef.current.scrollTop = scrollRef?.current?.scrollHeight - scrollRef?.current?.offsetHeight;\n }\n if (!disableMarkAsRead) {\n try {\n currentGroupChannel?.markAsRead();\n } catch {\n //\n }\n messagesDispatcher({\n type: messageActionTypes.MARK_AS_READ,\n payload: { channel: currentGroupChannel },\n });\n }\n setInitialTimeStamp(null);\n setAnimatedMessageId(null);\n setHighLightedMessageId(null);\n }}\n />\n )\n }\n {\n loading\n ? (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>\n ) : (\n <MessageList\n renderMessage={renderMessage}\n renderPlaceholderEmpty={renderPlaceholderEmpty}\n renderCustomSeparator={renderCustomSeparator}\n />\n )\n }\n <div className=\"sendbird-conversation__footer\">\n {\n renderMessageInput?.() || (\n <MessageInputWrapper />\n )\n }\n <div className=\"sendbird-conversation__footer__typing-indicator\">\n {\n renderTypingIndicator?.() || (\n <TypingIndicator />\n )\n }\n {\n !isOnline && (\n <ConnectionStatus />\n )\n }\n </div>\n </div>\n </div>\n );\n}\n\nexport default ChannelUI;\n"],"names":["ChannelUI","_a","isLoading","renderPlaceholderLoader","renderPlaceholderInvalid","renderPlaceholderEmpty","renderChannelHeader","renderMessage","renderMessageInput","renderTypingIndicator","renderCustomSeparator","_f","useChannelContext","currentGroupChannel","channelUrl","isInvalid","unreadSince","loading","setInitialTimeStamp","setAnimatedMessageId","setHighLightedMessageId","scrollRef","messagesDispatcher","disableMarkAsRead","_g","useState","unreadCount","setUnreadCount","useEffect","unreadMessageCount","globalStore","useSendbirdStateContext","sdkError","_c","_b","stores","sdkStore","error","logger","_d","config","isOnline","_e","React","PlaceHolderTypes","LOADING","NO_CHANNELS","WRONG","info","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel"],"mappings":"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"}
1
+ {"version":3,"file":"ChannelUI.js","sources":["../../../src/smart-components/Channel/components/ChannelUI/index.tsx"],"sourcesContent":["import './channel-ui.scss';\n\nimport React, { useEffect, useState } from 'react';\nimport useSendbirdStateContext from '../../../../hooks/useSendbirdStateContext';\n\nimport { useChannelContext } from '../../context/ChannelProvider';\nimport PlaceHolder, { PlaceHolderTypes } from '../../../../ui/PlaceHolder';\nimport ConnectionStatus from '../../../../ui/ConnectionStatus';\nimport ChannelHeader from '../ChannelHeader';\nimport MessageList from '../MessageList';\nimport TypingIndicator from '../TypingIndicator';\nimport FrozenNotification from '../FrozenNotification';\nimport UnreadCount from '../UnreadCount';\nimport MessageInputWrapper from '../MessageInput';\nimport { RenderCustomSeparatorProps, RenderMessageProps } from '../../../../types';\nimport * as messageActionTypes from '../../context/dux/actionTypes';\n\nexport interface ChannelUIProps {\n isLoading?: boolean;\n renderPlaceholderLoader?: () => React.ReactElement;\n renderPlaceholderInvalid?: () => React.ReactElement;\n renderPlaceholderEmpty?: () => React.ReactElement;\n renderChannelHeader?: () => React.ReactElement;\n renderMessage?: (props: RenderMessageProps) => React.ReactElement;\n renderMessageInput?: () => React.ReactElement;\n renderTypingIndicator?: () => React.ReactElement;\n renderCustomSeparator?: (props: RenderCustomSeparatorProps) => React.ReactElement;\n}\n\nconst ChannelUI: React.FC<ChannelUIProps> = ({\n isLoading,\n renderPlaceholderLoader,\n renderPlaceholderInvalid,\n renderPlaceholderEmpty,\n renderChannelHeader,\n renderMessage,\n renderMessageInput,\n renderTypingIndicator,\n renderCustomSeparator,\n}: ChannelUIProps) => {\n const {\n currentGroupChannel,\n channelUrl,\n isInvalid,\n unreadSince,\n loading,\n setInitialTimeStamp,\n setAnimatedMessageId,\n setHighLightedMessageId,\n scrollRef,\n messagesDispatcher,\n disableMarkAsRead,\n } = useChannelContext();\n const [unreadCount, setUnreadCount] = useState(0);\n useEffect(() => {\n setUnreadCount(currentGroupChannel?.unreadMessageCount);\n }, [currentGroupChannel?.unreadMessageCount]);\n\n const globalStore = useSendbirdStateContext();\n const sdkError = globalStore?.stores?.sdkStore?.error;\n const logger = globalStore?.config?.logger;\n const isOnline = globalStore?.config?.isOnline;\n\n if (isLoading) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>);\n }\n\n if (!channelUrl) {\n return (<div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.NO_CHANNELS} />\n )\n }\n </div>);\n }\n if (isInvalid) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder type={PlaceHolderTypes.WRONG} />\n )\n }\n </div>\n );\n }\n if (sdkError) {\n return (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderInvalid?.() || (\n <PlaceHolder\n type={PlaceHolderTypes.WRONG}\n retryToConnect={() => {\n logger.info('Channel: reconnecting');\n // reconnect();\n }}\n />\n )\n }\n </div>\n );\n }\n return (\n <div className='sendbird-conversation'>\n {\n renderChannelHeader?.() || (\n <ChannelHeader />\n )\n }\n {\n currentGroupChannel?.isFrozen && (\n <FrozenNotification />\n )\n }\n {\n unreadCount > 0 && (\n <UnreadCount\n count={unreadCount}\n time={unreadSince}\n onClick={() => {\n setUnreadCount(0);\n if (scrollRef?.current?.scrollTop) {\n scrollRef.current.scrollTop = scrollRef?.current?.scrollHeight - scrollRef?.current?.offsetHeight;\n }\n if (!disableMarkAsRead) {\n try {\n currentGroupChannel?.markAsRead();\n } catch {\n //\n }\n messagesDispatcher({\n type: messageActionTypes.MARK_AS_READ,\n payload: { channel: currentGroupChannel },\n });\n }\n setInitialTimeStamp(null);\n setAnimatedMessageId(null);\n setHighLightedMessageId(null);\n }}\n />\n )\n }\n {\n loading\n ? (\n <div className=\"sendbird-conversation\">\n {\n renderPlaceholderLoader?.() || (\n <PlaceHolder type={PlaceHolderTypes.LOADING} />\n )\n }\n </div>\n ) : (\n <MessageList\n renderMessage={renderMessage}\n renderPlaceholderEmpty={renderPlaceholderEmpty}\n renderCustomSeparator={renderCustomSeparator}\n />\n )\n }\n <div className=\"sendbird-conversation__footer\">\n {\n renderMessageInput?.() || (\n <MessageInputWrapper />\n )\n }\n <div className=\"sendbird-conversation__footer__typing-indicator\">\n {\n renderTypingIndicator?.() || (\n <TypingIndicator />\n )\n }\n {\n !isOnline && (\n <ConnectionStatus />\n )\n }\n </div>\n </div>\n </div>\n );\n}\n\nexport default ChannelUI;\n"],"names":["ChannelUI","_a","isLoading","renderPlaceholderLoader","renderPlaceholderInvalid","renderPlaceholderEmpty","renderChannelHeader","renderMessage","renderMessageInput","renderTypingIndicator","renderCustomSeparator","_f","useChannelContext","currentGroupChannel","channelUrl","isInvalid","unreadSince","loading","setInitialTimeStamp","setAnimatedMessageId","setHighLightedMessageId","scrollRef","messagesDispatcher","disableMarkAsRead","_g","useState","unreadCount","setUnreadCount","useEffect","unreadMessageCount","globalStore","useSendbirdStateContext","sdkError","_c","_b","stores","sdkStore","error","logger","_d","config","isOnline","_e","React","PlaceHolderTypes","LOADING","NO_CHANNELS","WRONG","info","isFrozen","current","scrollTop","scrollHeight","offsetHeight","markAsRead","type","messageActionTypes","payload","channel"],"mappings":"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"}
@@ -1,26 +1,26 @@
1
1
  import React__default from 'react';
2
2
  import { createPortal } from 'react-dom';
3
3
  import Avatar from '../../ui/Avatar.js';
4
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-723c677a.js';
4
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-8c54bbb8.js';
5
5
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
- import { M as MODAL_ROOT } from '../../index-83f73f08.js';
7
- import { y as isSupportedFileView, z as isVideo, A as isImage } from '../../index-0b69b0be.js';
6
+ import { M as MODAL_ROOT } from '../../index-f936a084.js';
7
+ import { y as isSupportedFileView, z as isVideo, A as isImage } from '../../index-52b2b816.js';
8
8
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
9
- import { u as useChannelContext } from '../../ChannelProvider-163810e1.js';
10
- import '../../tslib.es6-abe3d36a.js';
9
+ import { u as useChannelContext } from '../../ChannelProvider-00f1bb31.js';
10
+ import '../../tslib.es6-8a087055.js';
11
11
  import '../../ui/ImageRenderer.js';
12
- import '../../uuid-5f7195ec.js';
12
+ import '../../uuid-c6ede0a0.js';
13
13
  import 'prop-types';
14
- import '../../stringSet-4e0b0146.js';
14
+ import '../../stringSet-38fffb6a.js';
15
15
  import '../../utils/message/getOutgoingMessageState.js';
16
16
  import '../../withSendbird.js';
17
- import '../../_rollupPluginBabelHelpers-e993e6d6.js';
18
- import '../../UserProfileContext-8a4983f9.js';
19
- import '../../index-189ad5aa.js';
20
- import '../../index-69265f49.js';
21
- import '../../topics-cc398b5e.js';
22
- import '../../compareIds-a42407da.js';
23
- import '../../const-da82c96f.js';
17
+ import '../../_rollupPluginBabelHelpers-dea8a6c9.js';
18
+ import '../../UserProfileContext-9f99563d.js';
19
+ import '../../index-a5ba7985.js';
20
+ import '../../index-b1bcebc7.js';
21
+ import '../../topics-d594b804.js';
22
+ import '../../compareIds-f300a3d3.js';
23
+ import '../../const-cea7932a.js';
24
24
  import '@sendbird/chat/groupChannel';
25
25
  import '@sendbird/chat/message';
26
26
  import '../../ui/ContextMenu.js';
@@ -1,8 +1,8 @@
1
1
  import React__default, { useContext } from 'react';
2
- import { a as LocalizationContext } from '../../LocalizationContext-7019cc93.js';
3
- import { L as Label, a as LabelTypography } from '../../index-723c677a.js';
4
- import '../../stringSet-4e0b0146.js';
5
- import '../../index-69265f49.js';
2
+ import { a as LocalizationContext } from '../../LocalizationContext-b6ff0c3d.js';
3
+ import { L as Label, a as LabelTypography } from '../../index-8c54bbb8.js';
4
+ import '../../stringSet-38fffb6a.js';
5
+ import '../../index-b1bcebc7.js';
6
6
  import 'prop-types';
7
7
 
8
8
  var FrozenNotification = function () {
@@ -1,46 +1,46 @@
1
- import { a as __spreadArray } from '../../tslib.es6-abe3d36a.js';
1
+ import { a as __spreadArray } from '../../tslib.es6-8a087055.js';
2
2
  import React__default, { useState, useRef, useEffect, useLayoutEffect, useMemo } from 'react';
3
- import { f as format } from '../../index-189ad5aa.js';
3
+ import { f as format } from '../../index-a5ba7985.js';
4
4
  import SuggestedMentionList from './SuggestedMentionList.js';
5
5
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
6
- import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-163810e1.js';
7
- import { h as getClassName } from '../../index-0b69b0be.js';
8
- import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-da82c96f.js';
6
+ import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-00f1bb31.js';
7
+ import { h as getClassName } from '../../index-52b2b816.js';
8
+ import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-cea7932a.js';
9
9
  import DateSeparator from '../../ui/DateSeparator.js';
10
- import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-723c677a.js';
10
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-8c54bbb8.js';
11
11
  import MessageInput from '../../ui/MessageInput.js';
12
12
  import MessageContent from '../../ui/MessageContent.js';
13
13
  import FileViewer from './FileViewer.js';
14
14
  import RemoveMessage from './RemoveMessageModal.js';
15
- import { M as MessageInputKeys } from '../../const-787f39b8.js';
16
- import { u as useLocalization } from '../../LocalizationContext-7019cc93.js';
17
- import '../../index-69265f49.js';
15
+ import { M as MessageInputKeys } from '../../const-460c0f68.js';
16
+ import { u as useLocalization } from '../../LocalizationContext-b6ff0c3d.js';
17
+ import '../../index-b1bcebc7.js';
18
18
  import '../../ui/Icon.js';
19
19
  import 'prop-types';
20
20
  import '../../ui/Avatar.js';
21
21
  import '../../ui/ImageRenderer.js';
22
- import '../../uuid-5f7195ec.js';
22
+ import '../../uuid-c6ede0a0.js';
23
23
  import '../../withSendbird.js';
24
- import '../../_rollupPluginBabelHelpers-e993e6d6.js';
25
- import '../../UserProfileContext-8a4983f9.js';
26
- import '../../topics-cc398b5e.js';
24
+ import '../../_rollupPluginBabelHelpers-dea8a6c9.js';
25
+ import '../../UserProfileContext-9f99563d.js';
26
+ import '../../topics-d594b804.js';
27
27
  import '../../utils/message/getOutgoingMessageState.js';
28
- import '../../compareIds-a42407da.js';
28
+ import '../../compareIds-f300a3d3.js';
29
29
  import '@sendbird/chat/groupChannel';
30
30
  import '@sendbird/chat/message';
31
31
  import '../../ui/ContextMenu.js';
32
32
  import 'react-dom';
33
33
  import '../../ui/SortByRow.js';
34
- import '../../stringSet-4e0b0146.js';
34
+ import '../../stringSet-38fffb6a.js';
35
35
  import '../../ui/ReactionButton.js';
36
- import '../../color-aae331b0.js';
36
+ import '../../color-d6871add.js';
37
37
  import 'react-dom/server';
38
38
  import '../../ui/IconButton.js';
39
39
  import '../../ui/Button.js';
40
40
  import '../../ui/MentionUserLabel.js';
41
41
  import '../../ui/UserProfile.js';
42
42
  import '../../sendbirdSelectors.js';
43
- import '../../utils-1728c207.js';
43
+ import '../../utils-4edea23e.js';
44
44
  import '../../ui/MessageStatus.js';
45
45
  import '../../ui/Loader.js';
46
46
  import '../../ui/MessageItemMenu.js';
@@ -60,7 +60,7 @@ import '../../ui/ThumbnailMessageItemBody.js';
60
60
  import '../../ui/OGMessageItemBody.js';
61
61
  import '../../ui/UnknownMessageItemBody.js';
62
62
  import '../../ui/QuoteMessage.js';
63
- import '../../index-83f73f08.js';
63
+ import '../../index-f936a084.js';
64
64
  import '../../ui/Modal.js';
65
65
 
66
66
  var Message = function (props) {
@@ -1,30 +1,30 @@
1
- import { a as __spreadArray } from '../../tslib.es6-abe3d36a.js';
1
+ import { a as __spreadArray } from '../../tslib.es6-8a087055.js';
2
2
  import React__default, { useContext, useState, useEffect } from 'react';
3
- import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-163810e1.js';
3
+ import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-00f1bb31.js';
4
4
  import MessageInput from '../../ui/MessageInput.js';
5
5
  import QuoteMessageInput from '../../ui/QuoteMessageInput.js';
6
- import { a as LocalizationContext } from '../../LocalizationContext-7019cc93.js';
6
+ import { a as LocalizationContext } from '../../LocalizationContext-b6ff0c3d.js';
7
7
  import useSendbirdStateContext from '../../useSendbirdStateContext.js';
8
8
  import SuggestedMentionList from './SuggestedMentionList.js';
9
- import { M as MessageInputKeys } from '../../const-787f39b8.js';
10
- import '../../UserProfileContext-8a4983f9.js';
9
+ import { M as MessageInputKeys } from '../../const-460c0f68.js';
10
+ import '../../UserProfileContext-9f99563d.js';
11
11
  import 'prop-types';
12
- import '../../index-189ad5aa.js';
13
- import '../../index-69265f49.js';
14
- import '../../topics-cc398b5e.js';
15
- import '../../index-0b69b0be.js';
12
+ import '../../index-a5ba7985.js';
13
+ import '../../index-b1bcebc7.js';
14
+ import '../../topics-d594b804.js';
15
+ import '../../index-52b2b816.js';
16
16
  import '../../utils/message/getOutgoingMessageState.js';
17
- import '../../_rollupPluginBabelHelpers-e993e6d6.js';
18
- import '../../compareIds-a42407da.js';
19
- import '../../const-da82c96f.js';
17
+ import '../../_rollupPluginBabelHelpers-dea8a6c9.js';
18
+ import '../../compareIds-f300a3d3.js';
19
+ import '../../const-cea7932a.js';
20
20
  import '@sendbird/chat/groupChannel';
21
- import '../../uuid-5f7195ec.js';
21
+ import '../../uuid-c6ede0a0.js';
22
22
  import '@sendbird/chat/message';
23
23
  import '../../ui/ContextMenu.js';
24
24
  import 'react-dom';
25
25
  import '../../ui/SortByRow.js';
26
- import '../../index-723c677a.js';
27
- import '../../stringSet-4e0b0146.js';
26
+ import '../../index-8c54bbb8.js';
27
+ import '../../stringSet-38fffb6a.js';
28
28
  import '../../ui/ReactionButton.js';
29
29
  import '../../ui/ImageRenderer.js';
30
30
  import '../../ui/Icon.js';
@@ -1,39 +1,39 @@
1
1
  import React__default, { useState, useMemo } from 'react';
2
- import { i as isSameDay } from '../../index-b31e8da6.js';
3
- import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-163810e1.js';
4
- import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-4593163a.js';
2
+ import { i as isSameDay } from '../../index-eee9204a.js';
3
+ import { u as useChannelContext, c as compareMessagesForGrouping, i as isAboutSame } from '../../ChannelProvider-00f1bb31.js';
4
+ import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-c003c91c.js';
5
5
  import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
6
6
  import Message from './Message.js';
7
- import { u as uuidv4 } from '../../uuid-5f7195ec.js';
8
- import '../../index-189ad5aa.js';
9
- import '../../index-69265f49.js';
10
- import '../../UserProfileContext-8a4983f9.js';
7
+ import { u as uuidv4 } from '../../uuid-c6ede0a0.js';
8
+ import '../../index-a5ba7985.js';
9
+ import '../../index-b1bcebc7.js';
10
+ import '../../UserProfileContext-9f99563d.js';
11
11
  import 'prop-types';
12
12
  import '../../useSendbirdStateContext.js';
13
13
  import '../../withSendbird.js';
14
- import '../../_rollupPluginBabelHelpers-e993e6d6.js';
15
- import '../../topics-cc398b5e.js';
16
- import '../../index-0b69b0be.js';
17
- import '../../tslib.es6-abe3d36a.js';
14
+ import '../../_rollupPluginBabelHelpers-dea8a6c9.js';
15
+ import '../../topics-d594b804.js';
16
+ import '../../index-52b2b816.js';
17
+ import '../../tslib.es6-8a087055.js';
18
18
  import '../../utils/message/getOutgoingMessageState.js';
19
- import '../../compareIds-a42407da.js';
20
- import '../../const-da82c96f.js';
19
+ import '../../compareIds-f300a3d3.js';
20
+ import '../../const-cea7932a.js';
21
21
  import '@sendbird/chat/groupChannel';
22
22
  import '@sendbird/chat/message';
23
23
  import '../../ui/ContextMenu.js';
24
24
  import 'react-dom';
25
25
  import '../../ui/SortByRow.js';
26
- import '../../index-723c677a.js';
27
- import '../../stringSet-4e0b0146.js';
26
+ import '../../index-8c54bbb8.js';
27
+ import '../../stringSet-38fffb6a.js';
28
28
  import '../../ui/ReactionButton.js';
29
29
  import '../../ui/ImageRenderer.js';
30
- import '../../LocalizationContext-7019cc93.js';
30
+ import '../../LocalizationContext-b6ff0c3d.js';
31
31
  import '../../ui/Loader.js';
32
32
  import './SuggestedMentionList.js';
33
33
  import '../../ui/Avatar.js';
34
- import '../../const-787f39b8.js';
34
+ import '../../const-460c0f68.js';
35
35
  import '../../ui/DateSeparator.js';
36
- import '../../color-aae331b0.js';
36
+ import '../../color-d6871add.js';
37
37
  import '../../ui/MessageInput.js';
38
38
  import 'react-dom/server';
39
39
  import '../../ui/IconButton.js';
@@ -42,7 +42,7 @@ import '../../ui/MentionUserLabel.js';
42
42
  import '../../ui/MessageContent.js';
43
43
  import '../../ui/UserProfile.js';
44
44
  import '../../sendbirdSelectors.js';
45
- import '../../utils-1728c207.js';
45
+ import '../../utils-4edea23e.js';
46
46
  import '../../ui/MessageStatus.js';
47
47
  import '../../ui/MessageItemMenu.js';
48
48
  import '../../ui/MessageItemReactionMenu.js';
@@ -62,7 +62,7 @@ import '../../ui/OGMessageItemBody.js';
62
62
  import '../../ui/UnknownMessageItemBody.js';
63
63
  import '../../ui/QuoteMessage.js';
64
64
  import './FileViewer.js';
65
- import '../../index-83f73f08.js';
65
+ import '../../index-f936a084.js';
66
66
  import './RemoveMessageModal.js';
67
67
  import '../../ui/Modal.js';
68
68
 
@@ -1,29 +1,29 @@
1
1
  import React__default, { useContext } from 'react';
2
2
  import Modal from '../../ui/Modal.js';
3
3
  import { ButtonTypes } from '../../ui/Button.js';
4
- import { a as LocalizationContext } from '../../LocalizationContext-7019cc93.js';
5
- import { u as useChannelContext } from '../../ChannelProvider-163810e1.js';
4
+ import { a as LocalizationContext } from '../../LocalizationContext-b6ff0c3d.js';
5
+ import { u as useChannelContext } from '../../ChannelProvider-00f1bb31.js';
6
6
  import 'react-dom';
7
- import '../../index-83f73f08.js';
7
+ import '../../index-f936a084.js';
8
8
  import '../../ui/Icon.js';
9
9
  import 'prop-types';
10
10
  import '../../ui/IconButton.js';
11
- import '../../tslib.es6-abe3d36a.js';
12
- import '../../index-723c677a.js';
13
- import '../../stringSet-4e0b0146.js';
14
- import '../../index-69265f49.js';
15
- import '../../UserProfileContext-8a4983f9.js';
11
+ import '../../tslib.es6-8a087055.js';
12
+ import '../../index-8c54bbb8.js';
13
+ import '../../stringSet-38fffb6a.js';
14
+ import '../../index-b1bcebc7.js';
15
+ import '../../UserProfileContext-9f99563d.js';
16
16
  import '../../useSendbirdStateContext.js';
17
17
  import '../../withSendbird.js';
18
- import '../../_rollupPluginBabelHelpers-e993e6d6.js';
19
- import '../../index-189ad5aa.js';
20
- import '../../topics-cc398b5e.js';
21
- import '../../index-0b69b0be.js';
18
+ import '../../_rollupPluginBabelHelpers-dea8a6c9.js';
19
+ import '../../index-a5ba7985.js';
20
+ import '../../topics-d594b804.js';
21
+ import '../../index-52b2b816.js';
22
22
  import '../../utils/message/getOutgoingMessageState.js';
23
- import '../../compareIds-a42407da.js';
24
- import '../../const-da82c96f.js';
23
+ import '../../compareIds-f300a3d3.js';
24
+ import '../../const-cea7932a.js';
25
25
  import '@sendbird/chat/groupChannel';
26
- import '../../uuid-5f7195ec.js';
26
+ import '../../uuid-c6ede0a0.js';
27
27
  import '@sendbird/chat/message';
28
28
  import '../../ui/ContextMenu.js';
29
29
  import '../../ui/SortByRow.js';