stream-chat-react-native-core 5.23.0-beta.1 → 5.23.0-beta.3

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 (65) hide show
  1. package/lib/commonjs/components/Channel/Channel.js +587 -384
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +1 -1
  4. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  5. package/lib/commonjs/components/MessageList/MessageList.js +174 -180
  6. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  7. package/lib/commonjs/components/MessageList/hooks/useMessageList.js +6 -1
  8. package/lib/commonjs/components/MessageList/hooks/useMessageList.js.map +1 -1
  9. package/lib/commonjs/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js +36 -0
  10. package/lib/commonjs/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -0
  11. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js +30 -36
  12. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js.map +1 -1
  13. package/lib/commonjs/i18n/en.json +1 -1
  14. package/lib/commonjs/i18n/fr.json +45 -45
  15. package/lib/commonjs/i18n/hi.json +43 -43
  16. package/lib/commonjs/i18n/it.json +43 -43
  17. package/lib/commonjs/i18n/nl.json +43 -43
  18. package/lib/commonjs/i18n/ru.json +45 -45
  19. package/lib/commonjs/i18n/tr.json +45 -45
  20. package/lib/commonjs/version.json +1 -1
  21. package/lib/module/components/Channel/Channel.js +587 -384
  22. package/lib/module/components/Channel/Channel.js.map +1 -1
  23. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +1 -1
  24. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  25. package/lib/module/components/MessageList/MessageList.js +174 -180
  26. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  27. package/lib/module/components/MessageList/hooks/useMessageList.js +6 -1
  28. package/lib/module/components/MessageList/hooks/useMessageList.js.map +1 -1
  29. package/lib/module/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js +36 -0
  30. package/lib/module/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -0
  31. package/lib/module/components/MessageOverlay/MessageOverlay.js +30 -36
  32. package/lib/module/components/MessageOverlay/MessageOverlay.js.map +1 -1
  33. package/lib/module/i18n/en.json +1 -1
  34. package/lib/module/i18n/fr.json +45 -45
  35. package/lib/module/i18n/hi.json +43 -43
  36. package/lib/module/i18n/it.json +43 -43
  37. package/lib/module/i18n/nl.json +43 -43
  38. package/lib/module/i18n/ru.json +45 -45
  39. package/lib/module/i18n/tr.json +45 -45
  40. package/lib/module/version.json +1 -1
  41. package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts +6 -1
  42. package/lib/typescript/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.d.ts +4 -0
  43. package/lib/typescript/i18n/en.json +1 -1
  44. package/lib/typescript/i18n/fr.json +45 -45
  45. package/lib/typescript/i18n/hi.json +43 -43
  46. package/lib/typescript/i18n/it.json +43 -43
  47. package/lib/typescript/i18n/nl.json +43 -43
  48. package/lib/typescript/i18n/ru.json +45 -45
  49. package/lib/typescript/i18n/tr.json +45 -45
  50. package/package.json +1 -1
  51. package/src/components/Channel/Channel.tsx +237 -61
  52. package/src/components/Channel/hooks/useCreateMessagesContext.ts +1 -0
  53. package/src/components/MessageList/MessageList.tsx +193 -181
  54. package/src/components/MessageList/__tests__/useMessageList.test.tsx +5 -2
  55. package/src/components/MessageList/hooks/useMessageList.ts +8 -1
  56. package/src/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.ts +44 -0
  57. package/src/components/MessageOverlay/MessageOverlay.tsx +1 -6
  58. package/src/i18n/en.json +1 -1
  59. package/src/i18n/fr.json +45 -45
  60. package/src/i18n/hi.json +43 -43
  61. package/src/i18n/it.json +43 -43
  62. package/src/i18n/nl.json +43 -43
  63. package/src/i18n/ru.json +45 -45
  64. package/src/i18n/tr.json +45 -45
  65. package/src/version.json +1 -1
@@ -1,76 +1,76 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "",
3
+ "1 Thread Reply": "1 тема Ответить",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "Также отправить на канал",
7
- "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
8
- "Block User": "Заблокировать пользователя",
9
- "Cancel": "Отмена",
10
- "Cannot Flag Message": "Невозможно пожаловаться на сообщение",
11
- "Copy Message": "Копировать сообщение",
12
- "Delete": "удалять",
13
- "Delete Message": "Удалить сообщение",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Block User": "",
9
+ "Cancel": "",
10
+ "Cannot Flag Message": "",
11
+ "Copy Message": "",
12
+ "Delete": "",
13
+ "Delete Message": "",
14
14
  "Device camera is used to take photos or videos.": "",
15
- "Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
16
- "Edit Message": "Редактировать сообщение",
15
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
+ "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Соответствие эмодзи",
18
+ "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "Тип файла не поддерживается",
25
- "Flag": "Пометить",
26
- "Flag Message": "Пометить сообщение",
27
- "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
24
+ "File type not supported": "",
25
+ "Flag": "",
26
+ "Flag Message": "",
27
+ "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
- "Instant Commands": "Мгновенные Команды",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "",
32
- "Loading channels...": "Загружаю каналы...",
33
- "Loading messages...": "Загружаю сообщения...",
34
- "Loading...": "Загружаю...",
35
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Сообщения Реакции",
31
+ "Links are disabled": "Ссылки отключены",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Достигнут предел максимального размера файла для загрузки. Загрузите файл размером менее {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} МБ.",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
- "Message flagged": "Сообщение отмечено",
39
- "Mute User": "Отключить пользователя",
38
+ "Message flagged": "",
39
+ "Mute User": "",
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
- "Ok": "",
42
+ "Ok": "",
43
43
  "Only visible to you": "Видно только вам",
44
44
  "Open Settings": "",
45
- "Photo": "Фото",
45
+ "Photo": "",
46
46
  "Photos and Videos": "",
47
- "Pin to Conversation": "Закрепить к беседе",
47
+ "Pin to Conversation": "",
48
48
  "Pinned by": "Закреплено пользователем",
49
49
  "Please enable access to your photos and videos so you can share them.": "",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Пожалуйста, сначала выберите канал",
51
51
  "Reconnecting...": "",
52
- "Reply": "Ответить",
52
+ "Reply": "",
53
53
  "Reply to Message": "",
54
- "Resend": "Отправить",
55
- "Search GIFs": "Поиск GIF",
54
+ "Resend": "",
55
+ "Search GIFs": "",
56
56
  "Select More Photos": "",
57
- "Send a message": "Отправить сообщение",
58
- "Sending links is not allowed in this conversation": "",
59
- "Slow mode ON": "Медленный режим включен",
60
- "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
61
- "Thread Reply": "Тема Ответить",
62
- "Unblock User": "Разблокировать пользователя",
57
+ "Send a message": "",
58
+ "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
59
+ "Slow mode ON": "",
60
+ "The message has been reported to a moderator.": "",
61
+ "Thread Reply": "",
62
+ "Unblock User": "",
63
63
  "Unknown User": "",
64
- "Unmute User": "Включить микрофон",
65
- "Unpin from Conversation": "Открепить от беседы",
66
- "Unread Messages": "",
67
- "Video": "видео",
64
+ "Unmute User": "",
65
+ "Unpin from Conversation": "",
66
+ "Unread Messages": "Непрочитанные Сообщения",
67
+ "Video": "",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
70
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
69
+ "You can't send messages in this channel": "",
70
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "",
72
72
  "{{ replyCount }} Replies": "",
73
- "{{ replyCount }} Thread Replies": "",
74
- "{{ user }} is typing": "{{ user }} пишет",
73
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
74
+ "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
@@ -1,76 +1,76 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "",
3
+ "1 Thread Reply": "1 Konu Yanıtı",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "Kanala da gönder",
7
- "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
8
- "Block User": "Kullanıcıyı engelle",
9
- "Cancel": "İptal",
10
- "Cannot Flag Message": "Raporlama Başarısız",
11
- "Copy Message": "Mesajı Kopyala",
12
- "Delete": "Sil",
13
- "Delete Message": "Mesajı Sil",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Block User": "",
9
+ "Cancel": "",
10
+ "Cannot Flag Message": "",
11
+ "Copy Message": "",
12
+ "Delete": "",
13
+ "Delete Message": "",
14
14
  "Device camera is used to take photos or videos.": "",
15
- "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
16
- "Edit Message": "Mesajı Düzenle",
15
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
+ "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Emoji eşleştirme",
18
+ "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "Dosya türü desteklenmiyor",
25
- "Flag": "Raporla",
26
- "Flag Message": "Mesajı Raporla",
27
- "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
24
+ "File type not supported": "",
25
+ "Flag": "",
26
+ "Flag Message": "",
27
+ "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
- "Instant Commands": "Anlık Komutlar",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "",
32
- "Loading channels...": "Kanallar yükleniyor...",
33
- "Loading messages...": "Mesajlar yükleniyor...",
34
- "Loading...": "Yükleniyor...",
35
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Mesaj Tepkileri",
31
+ "Links are disabled": "Bağlantılar devre dışı",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maksimum dosya boyutu yükleme sınırına ulaşıldı. Lütfen {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB'ın altında bir dosya yükleyin.",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
- "Message flagged": "Mesaj işaretlendi",
39
- "Mute User": "Kullanıcıyı sessize al",
38
+ "Message flagged": "",
39
+ "Mute User": "",
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
- "Ok": "Tamam",
42
+ "Ok": "",
43
43
  "Only visible to you": "Sadece siz görebilirsiniz",
44
44
  "Open Settings": "",
45
- "Photo": "Fotoğraf",
45
+ "Photo": "",
46
46
  "Photos and Videos": "",
47
- "Pin to Conversation": "Konuşmaya sabitle",
47
+ "Pin to Conversation": "",
48
48
  "Pinned by": "Tarafından sabitlendi",
49
49
  "Please enable access to your photos and videos so you can share them.": "",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
51
51
  "Reconnecting...": "",
52
- "Reply": "Yanıtla",
52
+ "Reply": "",
53
53
  "Reply to Message": "",
54
- "Resend": "Yeniden gönder",
55
- "Search GIFs": "GIF Ara",
54
+ "Resend": "",
55
+ "Search GIFs": "",
56
56
  "Select More Photos": "",
57
- "Send a message": "Mesaj gönder",
58
- "Sending links is not allowed in this conversation": "",
59
- "Slow mode ON": "Yavaş Mod Açık",
60
- "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
61
- "Thread Reply": "Konu Yanıtı",
62
- "Unblock User": "Kullanıcının engelini kaldır",
57
+ "Send a message": "",
58
+ "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
59
+ "Slow mode ON": "",
60
+ "The message has been reported to a moderator.": "",
61
+ "Thread Reply": "",
62
+ "Unblock User": "",
63
63
  "Unknown User": "",
64
- "Unmute User": "Kullanıcının sesini aç",
65
- "Unpin from Conversation": "Sabitlemeyi kaldır",
66
- "Unread Messages": "",
67
- "Video": "Video",
64
+ "Unmute User": "",
65
+ "Unpin from Conversation": "",
66
+ "Unread Messages": "Okunmamış Mesajlar",
67
+ "Video": "",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
70
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
69
+ "You can't send messages in this channel": "",
70
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "",
72
72
  "{{ replyCount }} Replies": "",
73
- "{{ replyCount }} Thread Replies": "",
74
- "{{ user }} is typing": "{{ user }} yazıyor",
73
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
74
+ "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native-core",
3
3
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4
- "version": "5.23.0-beta.1",
4
+ "version": "5.23.0-beta.3",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"