stream-chat-react-native-core 6.5.1 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/commonjs/components/ChannelList/ChannelList.js +55 -72
- package/lib/commonjs/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListMessenger.js +4 -1
- package/lib/commonjs/components/ChannelList/ChannelListMessenger.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js +3 -1
- package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js +73 -72
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js +4 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -0
- package/lib/commonjs/i18n/es.json +1 -0
- package/lib/commonjs/i18n/fr.json +1 -0
- package/lib/commonjs/i18n/he.json +1 -0
- package/lib/commonjs/i18n/hi.json +1 -0
- package/lib/commonjs/i18n/it.json +1 -0
- package/lib/commonjs/i18n/ja.json +1 -0
- package/lib/commonjs/i18n/ko.json +1 -0
- package/lib/commonjs/i18n/nl.json +1 -0
- package/lib/commonjs/i18n/pt-br.json +1 -0
- package/lib/commonjs/i18n/ru.json +1 -0
- package/lib/commonjs/i18n/tr.json +1 -0
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/ChannelList/ChannelList.js +55 -72
- package/lib/module/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListMessenger.js +4 -1
- package/lib/module/components/ChannelList/ChannelListMessenger.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js +3 -1
- package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js +73 -72
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js +4 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/module/i18n/en.json +1 -0
- package/lib/module/i18n/es.json +1 -0
- package/lib/module/i18n/fr.json +1 -0
- package/lib/module/i18n/he.json +1 -0
- package/lib/module/i18n/hi.json +1 -0
- package/lib/module/i18n/it.json +1 -0
- package/lib/module/i18n/ja.json +1 -0
- package/lib/module/i18n/ko.json +1 -0
- package/lib/module/i18n/nl.json +1 -0
- package/lib/module/i18n/pt-br.json +1 -0
- package/lib/module/i18n/ru.json +1 -0
- package/lib/module/i18n/tr.json +1 -0
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/ChannelList/ChannelList.d.ts +11 -11
- package/lib/typescript/components/ChannelList/ChannelList.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/ChannelListMessenger.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelMemberUpdated.d.ts +2 -2
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelMemberUpdated.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelUpdated.d.ts +2 -2
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelUpdated.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useUserPresence.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useUserPresence.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/useCreateChannelsContext.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/useCreateChannelsContext.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts +6 -5
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts.map +1 -1
- package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +4 -0
- package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +1 -0
- package/lib/typescript/i18n/es.json +1 -0
- package/lib/typescript/i18n/fr.json +1 -0
- package/lib/typescript/i18n/he.json +1 -0
- package/lib/typescript/i18n/hi.json +1 -0
- package/lib/typescript/i18n/it.json +1 -0
- package/lib/typescript/i18n/ja.json +1 -0
- package/lib/typescript/i18n/ko.json +1 -0
- package/lib/typescript/i18n/nl.json +1 -0
- package/lib/typescript/i18n/pt-br.json +1 -0
- package/lib/typescript/i18n/ru.json +1 -0
- package/lib/typescript/i18n/tr.json +1 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts +1 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/__tests__/offline-support/offline-feature.js +4 -3
- package/src/components/ChannelList/ChannelList.tsx +83 -81
- package/src/components/ChannelList/ChannelListMessenger.tsx +4 -1
- package/src/components/ChannelList/__tests__/ChannelList.test.js +2 -2
- package/src/components/ChannelList/__tests__/ChannelListMessenger.test.js +3 -1
- package/src/components/ChannelList/hooks/listeners/useChannelMemberUpdated.ts +2 -2
- package/src/components/ChannelList/hooks/listeners/useChannelUpdated.ts +2 -2
- package/src/components/ChannelList/hooks/listeners/useUserPresence.ts +1 -1
- package/src/components/ChannelList/hooks/useCreateChannelsContext.ts +3 -0
- package/src/components/ChannelList/hooks/usePaginatedChannels.ts +51 -41
- package/src/components/MessageInput/components/AudioRecorder/AudioRecorder.tsx +5 -1
- package/src/contexts/channelsContext/ChannelsContext.tsx +4 -0
- package/src/i18n/en.json +1 -0
- package/src/i18n/es.json +1 -0
- package/src/i18n/fr.json +1 -0
- package/src/i18n/he.json +1 -0
- package/src/i18n/hi.json +1 -0
- package/src/i18n/it.json +1 -0
- package/src/i18n/ja.json +1 -0
- package/src/i18n/ko.json +1 -0
- package/src/i18n/nl.json +1 -0
- package/src/i18n/pt-br.json +1 -0
- package/src/i18n/ru.json +1 -0
- package/src/i18n/tr.json +1 -0
- package/src/version.json +1 -1
package/src/i18n/he.json
CHANGED
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"Send a message": "שלח/י הודעה",
|
|
97
97
|
"Sending links is not allowed in this conversation": "שליחת קישורים אינה מותרת בשיחה זו",
|
|
98
98
|
"Show All": "הצג הכל",
|
|
99
|
+
"Slide to Cancel": "גלגל/י כדי לבטל",
|
|
99
100
|
"Slow mode ON": "מצב איטי מופעל",
|
|
100
101
|
"Suggest an option": "הצע אפשרות",
|
|
101
102
|
"The message has been reported to a moderator.": "ההודעה דווחה למנהל",
|
package/src/i18n/hi.json
CHANGED
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"Send a message": "एक संदेश भेजें",
|
|
95
95
|
"Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
|
|
96
96
|
"Show All": "सभी दिखाएं",
|
|
97
|
+
"Slide to Cancel": "स्लाइड करके रद्द करें",
|
|
97
98
|
"Slow mode ON": "स्लो मोड चालू",
|
|
98
99
|
"Suggest an option": "एक विकल्प सुझाएं",
|
|
99
100
|
"The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
|
package/src/i18n/it.json
CHANGED
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"Send a message": "Mandare un messaggio",
|
|
97
97
|
"Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
|
|
98
98
|
"Show All": "Mostra tutto",
|
|
99
|
+
"Slide to Cancel": "Scorri per annullare",
|
|
99
100
|
"Slow mode ON": "Slowmode attiva",
|
|
100
101
|
"Suggest an option": "Suggerisci un'opzione",
|
|
101
102
|
"The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
|
package/src/i18n/ja.json
CHANGED
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"Send a message": "メッセージを送る",
|
|
95
95
|
"Sending links is not allowed in this conversation": "この会話ではリンク機能を使用できません。",
|
|
96
96
|
"Show All": "すべて表示",
|
|
97
|
+
"Slide to Cancel": "スライドしてキャンセル",
|
|
97
98
|
"Slow mode ON": "スローモードオン",
|
|
98
99
|
"Suggest an option": "オプションを提案",
|
|
99
100
|
"The message has been reported to a moderator.": "メッセージはモデレーターに報告されました。",
|
package/src/i18n/ko.json
CHANGED
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"Send a message": "메세지를 보내다",
|
|
95
95
|
"Sending links is not allowed in this conversation": "이 대화에서는 링크 기능을 사용할 수 없습니다",
|
|
96
96
|
"Show All": "모두 보기",
|
|
97
|
+
"Slide to Cancel": "슬라이드하여 취소",
|
|
97
98
|
"Slow mode ON": "슬로모드 켜짐",
|
|
98
99
|
"Suggest an option": "옵션 제안",
|
|
99
100
|
"The message has been reported to a moderator.": "메시지는 운영자에보고되었습니다.",
|
package/src/i18n/nl.json
CHANGED
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"Send a message": "Stuur een bericht",
|
|
95
95
|
"Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
|
|
96
96
|
"Show All": "Alles weergeven",
|
|
97
|
+
"Slide to Cancel": "Slide om te annuleren",
|
|
97
98
|
"Slow mode ON": "Langzame modus aan",
|
|
98
99
|
"Suggest an option": "Stel een optie voor",
|
|
99
100
|
"The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
|
package/src/i18n/pt-br.json
CHANGED
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"Send a message": "Enviar uma mensagem",
|
|
97
97
|
"Sending links is not allowed in this conversation": "Não é permitido enviar links nesta conversa",
|
|
98
98
|
"Show All": "Mostrar tudo",
|
|
99
|
+
"Slide to Cancel": "Deslize para cancelar",
|
|
99
100
|
"Slow mode ON": "Modo Lento ATIVADO",
|
|
100
101
|
"Suggest an option": "Sugerir uma opção",
|
|
101
102
|
"The message has been reported to a moderator.": "A mensagem foi relatada a um moderador.",
|
package/src/i18n/ru.json
CHANGED
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"Send a message": "Отправить сообщение",
|
|
99
99
|
"Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
|
|
100
100
|
"Show All": "Показать все",
|
|
101
|
+
"Slide to Cancel": "Слайд для отмены",
|
|
101
102
|
"Slow mode ON": "Медленный режим включен",
|
|
102
103
|
"Suggest an option": "Предложить вариант",
|
|
103
104
|
"The message has been reported to a moderator.": "Сообщение отправлено модератору.",
|
package/src/i18n/tr.json
CHANGED
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"Send a message": "Mesaj gönder",
|
|
95
95
|
"Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
|
|
96
96
|
"Show All": "Hepsini göster",
|
|
97
|
+
"Slide to Cancel": "Silmek için kaydırın",
|
|
97
98
|
"Slow mode ON": "Yavaş Mod Açık",
|
|
98
99
|
"Suggest an option": "Bir seçenek öner",
|
|
99
100
|
"The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
|
package/src/version.json
CHANGED