stream-chat-react-native-core 5.27.0-beta.6 → 5.27.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +30 -5
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingIndicator.js +8 -2
- package/lib/commonjs/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js +3 -1
- package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +41 -37
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/es.json +36 -36
- package/lib/commonjs/i18n/fr.json +36 -36
- package/lib/commonjs/i18n/he.json +36 -36
- package/lib/commonjs/i18n/hi.json +36 -36
- package/lib/commonjs/i18n/it.json +36 -36
- package/lib/commonjs/i18n/ja.json +15 -15
- package/lib/commonjs/i18n/ko.json +13 -13
- package/lib/commonjs/i18n/nl.json +13 -13
- package/lib/commonjs/i18n/pt-BR.json +13 -13
- package/lib/commonjs/i18n/ru.json +13 -13
- package/lib/commonjs/i18n/tr.json +13 -13
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +30 -5
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
- package/lib/module/components/Indicators/LoadingIndicator.js +8 -2
- package/lib/module/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js +3 -1
- package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +41 -37
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/es.json +36 -36
- package/lib/module/i18n/fr.json +36 -36
- package/lib/module/i18n/he.json +36 -36
- package/lib/module/i18n/hi.json +36 -36
- package/lib/module/i18n/it.json +36 -36
- package/lib/module/i18n/ja.json +15 -15
- package/lib/module/i18n/ko.json +13 -13
- package/lib/module/i18n/nl.json +13 -13
- package/lib/module/i18n/pt-BR.json +13 -13
- package/lib/module/i18n/ru.json +13 -13
- package/lib/module/i18n/tr.json +13 -13
- package/lib/module/version.json +1 -1
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/es.json +36 -36
- package/lib/typescript/i18n/fr.json +36 -36
- package/lib/typescript/i18n/he.json +36 -36
- package/lib/typescript/i18n/hi.json +36 -36
- package/lib/typescript/i18n/it.json +36 -36
- package/lib/typescript/i18n/ja.json +15 -15
- package/lib/typescript/i18n/ko.json +13 -13
- package/lib/typescript/i18n/nl.json +13 -13
- package/lib/typescript/i18n/pt-BR.json +13 -13
- package/lib/typescript/i18n/ru.json +13 -13
- package/lib/typescript/i18n/tr.json +13 -13
- package/package.json +1 -1
- package/src/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.tsx +24 -2
- package/src/components/Indicators/LoadingIndicator.tsx +3 -3
- package/src/components/MessageInput/SendMessageDisallowedIndicator.tsx +2 -1
- package/src/components/MessageList/MessageList.tsx +15 -11
- package/src/i18n/en.json +1 -1
- package/src/i18n/es.json +36 -36
- package/src/i18n/fr.json +36 -36
- package/src/i18n/he.json +36 -36
- package/src/i18n/hi.json +36 -36
- package/src/i18n/it.json +36 -36
- package/src/i18n/ja.json +15 -15
- package/src/i18n/ko.json +13 -13
- package/src/i18n/nl.json +13 -13
- package/src/i18n/pt-BR.json +13 -13
- package/src/i18n/ru.json +13 -13
- package/src/i18n/tr.json +13 -13
- package/src/version.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Antwoord",
|
|
3
|
-
"1 Thread Reply": "
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "Stuur ook naar kanaal",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Wil je een kopie van dit bericht naar een moderator sturen voor verder onderzoek?",
|
|
18
18
|
"Edit Message": "Pas bericht aan",
|
|
19
|
-
"Editing Message": "
|
|
19
|
+
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "Emoji-overeenkomsten",
|
|
21
21
|
"Empty message...": "Leeg bericht...",
|
|
22
22
|
"Error loading": "Probleem bij het laden",
|
|
@@ -35,31 +35,31 @@
|
|
|
35
35
|
"Loading messages...": "Berichten aan het laden...",
|
|
36
36
|
"Loading...": "Aan het laden...",
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maximale uploadlimiet voor bestandsgrootte bereikt. Upload een bestand van minder dan {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
|
|
38
|
-
"Message Reactions": "",
|
|
38
|
+
"Message Reactions": "Bericht Reacties",
|
|
39
39
|
"Message deleted": "Bericht verwijderd",
|
|
40
40
|
"Message flagged": "Bericht gemarkeerd",
|
|
41
41
|
"Mute User": "Gebruiker dempen",
|
|
42
|
-
"Not supported": "
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "Nog niets...",
|
|
44
44
|
"Ok": "Oké",
|
|
45
|
-
"Only visible to you": "
|
|
45
|
+
"Only visible to you": "",
|
|
46
46
|
"Open Settings": "",
|
|
47
47
|
"Photo": "Foto",
|
|
48
48
|
"Photos and Videos": "",
|
|
49
49
|
"Pin to Conversation": "Vastmaken aan gesprek",
|
|
50
|
-
"Pinned by": "
|
|
50
|
+
"Pinned by": "",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
52
|
"Please select a channel first": "Selecteer eerst een kanaal",
|
|
53
53
|
"Reconnecting...": "Opnieuw Verbinding Maken...",
|
|
54
54
|
"Reply": "Antwoord",
|
|
55
55
|
"Reply to Message": "Beantwoord bericht",
|
|
56
56
|
"Resend": "Opnieuw versturen",
|
|
57
|
-
"Search GIFs": "",
|
|
57
|
+
"Search GIFs": "Zoek GIF's",
|
|
58
58
|
"Select More Photos": "",
|
|
59
59
|
"Send Anyway": "Toch verzenden",
|
|
60
|
-
"Send a message": "",
|
|
60
|
+
"Send a message": "Stuur een bericht",
|
|
61
61
|
"Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
|
|
62
|
-
"Slow mode ON": "",
|
|
62
|
+
"Slow mode ON": "Langzame modus aan",
|
|
63
63
|
"The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
|
|
64
64
|
"Thread Reply": "Discussie beantwoorden",
|
|
65
65
|
"Unblock User": "Deblokkeer gebruiker",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"Unread Messages": "Ongelezen Berichten",
|
|
70
70
|
"Video": "Video",
|
|
71
71
|
"You": "U",
|
|
72
|
-
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
72
|
+
"You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
|
|
73
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
74
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
75
|
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
-
"{{ user }} is typing": "
|
|
76
|
+
"{{ replyCount }} Thread Replies": "",
|
|
77
|
+
"{{ user }} is typing": "",
|
|
78
78
|
"🏙 Attachment...": "🏙 Bijlage..."
|
|
79
79
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Resposta",
|
|
3
|
-
"1 Thread Reply": "
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "Também enviar para o canal",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Deseja enviar uma cópia desta mensagem para um moderador para investigação adicional?",
|
|
18
18
|
"Edit Message": "Editar Mensagem",
|
|
19
|
-
"Editing Message": "
|
|
19
|
+
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "Correspondência de Emoji",
|
|
21
21
|
"Empty message...": "Mensagem vazia...",
|
|
22
22
|
"Error loading": "Erro ao carregar",
|
|
@@ -35,31 +35,31 @@
|
|
|
35
35
|
"Loading messages...": "Carregando mensagens...",
|
|
36
36
|
"Loading...": "Carregando...",
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Limite máximo de tamanho de arquivo atingido. Por favor, faça o upload de um arquivo abaixo de {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
|
|
38
|
-
"Message Reactions": "",
|
|
38
|
+
"Message Reactions": "Reações à Mensagem",
|
|
39
39
|
"Message deleted": "Mensagem excluída",
|
|
40
40
|
"Message flagged": "Mensagem sinalizada",
|
|
41
41
|
"Mute User": "Silenciar Usuário",
|
|
42
|
-
"Not supported": "
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "Nada ainda...",
|
|
44
44
|
"Ok": "Ok",
|
|
45
|
-
"Only visible to you": "
|
|
45
|
+
"Only visible to you": "",
|
|
46
46
|
"Open Settings": "",
|
|
47
47
|
"Photo": "Foto",
|
|
48
48
|
"Photos and Videos": "",
|
|
49
49
|
"Pin to Conversation": "Fixar na Conversa",
|
|
50
|
-
"Pinned by": "
|
|
50
|
+
"Pinned by": "",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
52
|
"Please select a channel first": "Por favor, selecione um canal primeiro",
|
|
53
53
|
"Reconnecting...": "Reconectando...",
|
|
54
54
|
"Reply": "Responder",
|
|
55
55
|
"Reply to Message": "Responder à Mensagem",
|
|
56
56
|
"Resend": "Reenviar",
|
|
57
|
-
"Search GIFs": "",
|
|
57
|
+
"Search GIFs": "Pesquisar GIFs",
|
|
58
58
|
"Select More Photos": "",
|
|
59
59
|
"Send Anyway": "Enviar de qualquer maneira",
|
|
60
|
-
"Send a message": "",
|
|
60
|
+
"Send a message": "Enviar uma mensagem",
|
|
61
61
|
"Sending links is not allowed in this conversation": "Não é permitido enviar links nesta conversa",
|
|
62
|
-
"Slow mode ON": "",
|
|
62
|
+
"Slow mode ON": "Modo Lento ATIVADO",
|
|
63
63
|
"The message has been reported to a moderator.": "A mensagem foi relatada a um moderador.",
|
|
64
64
|
"Thread Reply": "Respostas de Tópico",
|
|
65
65
|
"Unblock User": "Desbloquear Usuário",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"Unread Messages": "Mensagens não lidas",
|
|
70
70
|
"Video": "Vídeo",
|
|
71
71
|
"You": "Você",
|
|
72
|
-
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
72
|
+
"You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
|
|
73
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
74
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
75
|
"{{ replyCount }} Replies": "{{ replyCount }} Respostas",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
-
"{{ user }} is typing": "
|
|
76
|
+
"{{ replyCount }} Thread Replies": "",
|
|
77
|
+
"{{ user }} is typing": "",
|
|
78
78
|
"🏙 Attachment...": "🏙 Anexo..."
|
|
79
79
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Ответ",
|
|
3
|
-
"1 Thread Reply": "
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "Также отправить на канал",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
|
|
18
18
|
"Edit Message": "Редактировать сообщение",
|
|
19
|
-
"Editing Message": "
|
|
19
|
+
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "Соответствие эмодзи",
|
|
21
21
|
"Empty message...": "Пустое сообщение...",
|
|
22
22
|
"Error loading": "Ошибка при загрузке",
|
|
@@ -35,31 +35,31 @@
|
|
|
35
35
|
"Loading messages...": "Загружаю сообщения...",
|
|
36
36
|
"Loading...": "Загружаю...",
|
|
37
37
|
"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}} МБ.",
|
|
38
|
-
"Message Reactions": "",
|
|
38
|
+
"Message Reactions": "Сообщения Реакции",
|
|
39
39
|
"Message deleted": "Сообщение удалено",
|
|
40
40
|
"Message flagged": "Сообщение отмечено",
|
|
41
41
|
"Mute User": "Отключить пользователя",
|
|
42
|
-
"Not supported": "
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "Пока ничего нет...",
|
|
44
44
|
"Ok": "Oк",
|
|
45
|
-
"Only visible to you": "
|
|
45
|
+
"Only visible to you": "",
|
|
46
46
|
"Open Settings": "",
|
|
47
47
|
"Photo": "Фото",
|
|
48
48
|
"Photos and Videos": "",
|
|
49
49
|
"Pin to Conversation": "Закрепить к беседе",
|
|
50
|
-
"Pinned by": "
|
|
50
|
+
"Pinned by": "",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
52
|
"Please select a channel first": "Пожалуйста, сначала выберите канал",
|
|
53
53
|
"Reconnecting...": "Переподключение...",
|
|
54
54
|
"Reply": "Ответить",
|
|
55
55
|
"Reply to Message": "Ответить на сообщение",
|
|
56
56
|
"Resend": "Отправить",
|
|
57
|
-
"Search GIFs": "",
|
|
57
|
+
"Search GIFs": "Поиск GIF",
|
|
58
58
|
"Select More Photos": "",
|
|
59
59
|
"Send Anyway": "Всё равно отправить",
|
|
60
|
-
"Send a message": "",
|
|
60
|
+
"Send a message": "Отправить сообщение",
|
|
61
61
|
"Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
|
|
62
|
-
"Slow mode ON": "",
|
|
62
|
+
"Slow mode ON": "Медленный режим включен",
|
|
63
63
|
"The message has been reported to a moderator.": "Сообщение отправлено модератору.",
|
|
64
64
|
"Thread Reply": "Тема Ответить",
|
|
65
65
|
"Unblock User": "Разблокировать пользователя",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"Unread Messages": "Непрочитанные Сообщения",
|
|
70
70
|
"Video": "видео",
|
|
71
71
|
"You": "Вы",
|
|
72
|
-
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
72
|
+
"You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
|
|
73
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
74
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
75
|
"{{ replyCount }} Replies": "{{ replyCount }} Ответов",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
-
"{{ user }} is typing": "
|
|
76
|
+
"{{ replyCount }} Thread Replies": "",
|
|
77
|
+
"{{ user }} is typing": "",
|
|
78
78
|
"🏙 Attachment...": "🏙 Вложение..."
|
|
79
79
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Cevap",
|
|
3
|
-
"1 Thread Reply": "
|
|
3
|
+
"1 Thread Reply": "",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"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?",
|
|
18
18
|
"Edit Message": "Mesajı Düzenle",
|
|
19
|
-
"Editing Message": "
|
|
19
|
+
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "Emoji eşleştirme",
|
|
21
21
|
"Empty message...": "Boş mesaj...",
|
|
22
22
|
"Error loading": "Yükleme hatası",
|
|
@@ -35,31 +35,31 @@
|
|
|
35
35
|
"Loading messages...": "Mesajlar yükleniyor...",
|
|
36
36
|
"Loading...": "Yükleniyor...",
|
|
37
37
|
"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.",
|
|
38
|
-
"Message Reactions": "",
|
|
38
|
+
"Message Reactions": "Mesaj Tepkileri",
|
|
39
39
|
"Message deleted": "Mesaj silindi",
|
|
40
40
|
"Message flagged": "Mesaj işaretlendi",
|
|
41
41
|
"Mute User": "Kullanıcıyı sessize al",
|
|
42
|
-
"Not supported": "
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "Henüz değil...",
|
|
44
44
|
"Ok": "Tamam",
|
|
45
|
-
"Only visible to you": "
|
|
45
|
+
"Only visible to you": "",
|
|
46
46
|
"Open Settings": "",
|
|
47
47
|
"Photo": "Fotoğraf",
|
|
48
48
|
"Photos and Videos": "",
|
|
49
49
|
"Pin to Conversation": "Konuşmaya sabitle",
|
|
50
|
-
"Pinned by": "
|
|
50
|
+
"Pinned by": "",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
52
|
"Please select a channel first": "Lütfen önce bir kanal seçiniz",
|
|
53
53
|
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
54
54
|
"Reply": "Yanıtla",
|
|
55
55
|
"Reply to Message": "Mesajı Yanıtla",
|
|
56
56
|
"Resend": "Yeniden gönder",
|
|
57
|
-
"Search GIFs": "",
|
|
57
|
+
"Search GIFs": "GIF Ara",
|
|
58
58
|
"Select More Photos": "",
|
|
59
59
|
"Send Anyway": "Yine de Gönder",
|
|
60
|
-
"Send a message": "",
|
|
60
|
+
"Send a message": "Mesaj gönder",
|
|
61
61
|
"Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
|
|
62
|
-
"Slow mode ON": "",
|
|
62
|
+
"Slow mode ON": "Yavaş Mod Açık",
|
|
63
63
|
"The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
|
|
64
64
|
"Thread Reply": "Konu Yanıtı",
|
|
65
65
|
"Unblock User": "Kullanıcının engelini kaldır",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"Unread Messages": "Okunmamış Mesajlar",
|
|
70
70
|
"Video": "Video",
|
|
71
71
|
"You": "Sen",
|
|
72
|
-
"You can't send messages in this channel": "",
|
|
73
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
72
|
+
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
73
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
74
|
"{{ index }} of {{ photoLength }}": "",
|
|
75
75
|
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
76
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
-
"{{ user }} is typing": "
|
|
76
|
+
"{{ replyCount }} Thread Replies": "",
|
|
77
|
+
"{{ user }} is typing": "",
|
|
78
78
|
"🏙 Attachment...": "🏙 Ek..."
|
|
79
79
|
}
|
package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js
CHANGED
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
exports.AttachmentPickerIOSSelectMorePhotos = void 0;
|
|
6
6
|
var _react = _interopRequireDefault(require("react"));
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
|
+
var _ThemeContext = require("../../../contexts/themeContext/ThemeContext");
|
|
8
9
|
var _TranslationContext = require("../../../contexts/translationContext/TranslationContext");
|
|
9
10
|
var _native = require("../../../native");
|
|
10
11
|
var _this = this,
|
|
@@ -12,16 +13,40 @@ var _this = this,
|
|
|
12
13
|
var AttachmentPickerIOSSelectMorePhotos = function AttachmentPickerIOSSelectMorePhotos() {
|
|
13
14
|
var _useTranslationContex = (0, _TranslationContext.useTranslationContext)(),
|
|
14
15
|
t = _useTranslationContex.t;
|
|
15
|
-
|
|
16
|
+
var _useTheme = (0, _ThemeContext.useTheme)(),
|
|
17
|
+
_useTheme$theme$color = _useTheme.theme.colors,
|
|
18
|
+
accent_blue = _useTheme$theme$color.accent_blue,
|
|
19
|
+
white = _useTheme$theme$color.white;
|
|
20
|
+
return _react["default"].createElement(_reactNative.Pressable, {
|
|
16
21
|
onPress: _native.iOS14RefreshGallerySelection,
|
|
17
|
-
|
|
22
|
+
style: [styles.container, {
|
|
23
|
+
backgroundColor: white
|
|
24
|
+
}],
|
|
18
25
|
__self: _this,
|
|
19
26
|
__source: {
|
|
20
27
|
fileName: _jsxFileName,
|
|
21
|
-
lineNumber:
|
|
22
|
-
columnNumber:
|
|
28
|
+
lineNumber: 16,
|
|
29
|
+
columnNumber: 5
|
|
23
30
|
}
|
|
24
|
-
}
|
|
31
|
+
}, _react["default"].createElement(_reactNative.Text, {
|
|
32
|
+
style: [styles.text, {
|
|
33
|
+
color: accent_blue
|
|
34
|
+
}],
|
|
35
|
+
__self: _this,
|
|
36
|
+
__source: {
|
|
37
|
+
fileName: _jsxFileName,
|
|
38
|
+
lineNumber: 20,
|
|
39
|
+
columnNumber: 7
|
|
40
|
+
}
|
|
41
|
+
}, t('Select More Photos')));
|
|
25
42
|
};
|
|
26
43
|
exports.AttachmentPickerIOSSelectMorePhotos = AttachmentPickerIOSSelectMorePhotos;
|
|
44
|
+
var styles = _reactNative.StyleSheet.create({
|
|
45
|
+
container: {},
|
|
46
|
+
text: {
|
|
47
|
+
fontSize: 16,
|
|
48
|
+
paddingVertical: 10,
|
|
49
|
+
textAlign: 'center'
|
|
50
|
+
}
|
|
51
|
+
});
|
|
27
52
|
//# sourceMappingURL=AttachmentPickerIOSSelectMorePhotos.js.map
|
package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_TranslationContext","_native","_this","_jsxFileName","AttachmentPickerIOSSelectMorePhotos","_useTranslationContex","useTranslationContext","t","createElement","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_TranslationContext","_native","_this","_jsxFileName","AttachmentPickerIOSSelectMorePhotos","_useTranslationContex","useTranslationContext","t","_useTheme","useTheme","_useTheme$theme$color","theme","colors","accent_blue","white","createElement","Pressable","onPress","iOS14RefreshGallerySelection","style","styles","container","backgroundColor","__self","__source","fileName","lineNumber","columnNumber","Text","text","color","exports","StyleSheet","create","fontSize","paddingVertical","textAlign"],"sources":["AttachmentPickerIOSSelectMorePhotos.tsx"],"sourcesContent":["import React from 'react';\nimport { Pressable, StyleSheet, Text } from 'react-native';\n\nimport { useTheme } from '../../../contexts/themeContext/ThemeContext';\nimport { useTranslationContext } from '../../../contexts/translationContext/TranslationContext';\nimport { iOS14RefreshGallerySelection } from '../../../native';\n\nexport const AttachmentPickerIOSSelectMorePhotos = () => {\n const { t } = useTranslationContext();\n const {\n theme: {\n colors: { accent_blue, white },\n },\n } = useTheme();\n return (\n <Pressable\n onPress={iOS14RefreshGallerySelection}\n style={[styles.container, { backgroundColor: white }]}\n >\n <Text style={[styles.text, { color: accent_blue }]}>{t('Select More Photos')}</Text>\n </Pressable>\n );\n};\n\nconst styles = StyleSheet.create({\n container: {},\n text: {\n fontSize: 16,\n paddingVertical: 10,\n textAlign: 'center',\n },\n});\n"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AAA+D,IAAAK,KAAA;EAAAC,YAAA;AAExD,IAAMC,mCAAmC,GAAG,SAAtCA,mCAAmCA,CAAA,EAAS;EACvD,IAAAC,qBAAA,GAAc,IAAAC,yCAAqB,EAAC,CAAC;IAA7BC,CAAC,GAAAF,qBAAA,CAADE,CAAC;EACT,IAAAC,SAAA,GAII,IAAAC,sBAAQ,EAAC,CAAC;IAAAC,qBAAA,GAAAF,SAAA,CAHZG,KAAK,CACHC,MAAM;IAAIC,WAAW,GAAAH,qBAAA,CAAXG,WAAW;IAAEC,KAAK,GAAAJ,qBAAA,CAALI,KAAK;EAGhC,OACEnB,MAAA,YAAAoB,aAAA,CAACjB,YAAA,CAAAkB,SAAS;IACRC,OAAO,EAAEC,oCAA6B;IACtCC,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;MAAEC,eAAe,EAAER;IAAM,CAAC,CAAE;IAAAS,MAAA,EAAArB,KAAA;IAAAsB,QAAA;MAAAC,QAAA,EAAAtB,YAAA;MAAAuB,UAAA;MAAAC,YAAA;IAAA;EAAA,GAEtDhC,MAAA,YAAAoB,aAAA,CAACjB,YAAA,CAAA8B,IAAI;IAACT,KAAK,EAAE,CAACC,MAAM,CAACS,IAAI,EAAE;MAAEC,KAAK,EAAEjB;IAAY,CAAC,CAAE;IAAAU,MAAA,EAAArB,KAAA;IAAAsB,QAAA;MAAAC,QAAA,EAAAtB,YAAA;MAAAuB,UAAA;MAAAC,YAAA;IAAA;EAAA,GAAEpB,CAAC,CAAC,oBAAoB,CAAQ,CAC1E,CAAC;AAEhB,CAAC;AAACwB,OAAA,CAAA3B,mCAAA,GAAAA,mCAAA;AAEF,IAAMgB,MAAM,GAAGY,uBAAU,CAACC,MAAM,CAAC;EAC/BZ,SAAS,EAAE,CAAC,CAAC;EACbQ,IAAI,EAAE;IACJK,QAAQ,EAAE,EAAE;IACZC,eAAe,EAAE,EAAE;IACnBC,SAAS,EAAE;EACb;AACF,CAAC,CAAC"}
|
|
@@ -26,12 +26,16 @@ var LoadingIndicatorWrapper = function LoadingIndicatorWrapper(_ref) {
|
|
|
26
26
|
var text = _ref.text;
|
|
27
27
|
var _useTheme = (0, _ThemeContext.useTheme)(),
|
|
28
28
|
_useTheme$theme = _useTheme.theme,
|
|
29
|
-
|
|
29
|
+
_useTheme$theme$color = _useTheme$theme.colors,
|
|
30
|
+
black = _useTheme$theme$color.black,
|
|
31
|
+
white_snow = _useTheme$theme$color.white_snow,
|
|
30
32
|
_useTheme$theme$loadi = _useTheme$theme.loadingIndicator,
|
|
31
33
|
container = _useTheme$theme$loadi.container,
|
|
32
34
|
loadingText = _useTheme$theme$loadi.loadingText;
|
|
33
35
|
return _react["default"].createElement(_reactNative.View, {
|
|
34
|
-
style: [styles.container,
|
|
36
|
+
style: [styles.container, {
|
|
37
|
+
backgroundColor: white_snow
|
|
38
|
+
}, container],
|
|
35
39
|
__self: _this,
|
|
36
40
|
__source: {
|
|
37
41
|
fileName: _jsxFileName,
|
|
@@ -39,6 +43,8 @@ var LoadingIndicatorWrapper = function LoadingIndicatorWrapper(_ref) {
|
|
|
39
43
|
columnNumber: 5
|
|
40
44
|
}
|
|
41
45
|
}, _react["default"].createElement(_Spinner.Spinner, {
|
|
46
|
+
height: 20,
|
|
47
|
+
width: 20,
|
|
42
48
|
__self: _this,
|
|
43
49
|
__source: {
|
|
44
50
|
fileName: _jsxFileName,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_TranslationContext","_Spinner","_this","_jsxFileName","styles","StyleSheet","create","container","alignItems","flex","justifyContent","loadingText","fontSize","fontWeight","marginTop","LoadingIndicatorWrapper","_ref","text","_useTheme","useTheme","_useTheme$theme","theme","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_TranslationContext","_Spinner","_this","_jsxFileName","styles","StyleSheet","create","container","alignItems","flex","justifyContent","loadingText","fontSize","fontWeight","marginTop","LoadingIndicatorWrapper","_ref","text","_useTheme","useTheme","_useTheme$theme","theme","_useTheme$theme$color","colors","black","white_snow","_useTheme$theme$loadi","loadingIndicator","createElement","View","style","backgroundColor","__self","__source","fileName","lineNumber","columnNumber","Spinner","height","width","Text","color","testID","LoadingIndicator","props","listType","_useTranslationContex","useTranslationContext","t","exports","displayName"],"sources":["LoadingIndicator.tsx"],"sourcesContent":["import React from 'react';\nimport { StyleSheet, Text, View } from 'react-native';\n\nimport { useTheme } from '../../contexts/themeContext/ThemeContext';\nimport { useTranslationContext } from '../../contexts/translationContext/TranslationContext';\nimport { Spinner } from '../Spinner/Spinner';\n\nconst styles = StyleSheet.create({\n container: {\n alignItems: 'center',\n flex: 1,\n justifyContent: 'center',\n },\n loadingText: {\n fontSize: 14,\n fontWeight: '600',\n marginTop: 20,\n },\n});\n\nconst LoadingIndicatorWrapper: React.FC<{ text: string }> = ({ text }) => {\n const {\n theme: {\n colors: { black, white_snow },\n loadingIndicator: { container, loadingText },\n },\n } = useTheme();\n\n return (\n <View style={[styles.container, { backgroundColor: white_snow }, container]}>\n <Spinner height={20} width={20} />\n <Text style={[styles.loadingText, { color: black }, loadingText]} testID='loading'>\n {text}\n </Text>\n </View>\n );\n};\n\nexport type LoadingProps = {\n listType?: 'channel' | 'message' | 'default';\n loadingText?: string;\n};\n\n/**\n * UI Component for LoadingIndicator\n */\nexport const LoadingIndicator: React.FC<LoadingProps> = (props) => {\n const { listType, loadingText } = props;\n\n const { t } = useTranslationContext();\n\n if (loadingText) {\n return <LoadingIndicatorWrapper text={loadingText} />;\n }\n\n switch (listType) {\n case 'channel':\n return <LoadingIndicatorWrapper text={t('Loading channels...')} />;\n case 'message':\n return <LoadingIndicatorWrapper text={t('Loading messages...')} />;\n default:\n return <LoadingIndicatorWrapper text={t('Loading...')} />;\n }\n};\n\nLoadingIndicator.displayName = 'LoadingIndicator{loadingIndicator}';\n"],"mappings":"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"}
|
|
@@ -29,11 +29,13 @@ var SendMessageDisallowedIndicator = function SendMessageDisallowedIndicator() {
|
|
|
29
29
|
_useTheme$theme$color = _useTheme$theme.colors,
|
|
30
30
|
border = _useTheme$theme$color.border,
|
|
31
31
|
grey_dark = _useTheme$theme$color.grey_dark,
|
|
32
|
+
white = _useTheme$theme$color.white,
|
|
32
33
|
_useTheme$theme$messa = _useTheme$theme.messageInput.sendMessageDisallowedIndicator,
|
|
33
34
|
container = _useTheme$theme$messa.container,
|
|
34
35
|
text = _useTheme$theme$messa.text;
|
|
35
36
|
return _react["default"].createElement(_reactNative.View, {
|
|
36
37
|
style: [styles.container, {
|
|
38
|
+
backgroundColor: white,
|
|
37
39
|
borderTopColor: border,
|
|
38
40
|
height: 50
|
|
39
41
|
}, container],
|
|
@@ -51,7 +53,7 @@ var SendMessageDisallowedIndicator = function SendMessageDisallowedIndicator() {
|
|
|
51
53
|
__self: _this,
|
|
52
54
|
__source: {
|
|
53
55
|
fileName: _jsxFileName,
|
|
54
|
-
lineNumber:
|
|
56
|
+
lineNumber: 44,
|
|
55
57
|
columnNumber: 7
|
|
56
58
|
}
|
|
57
59
|
}, t("You can't send messages in this channel")));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_TranslationContext","_this","_jsxFileName","styles","StyleSheet","create","container","alignItems","borderTopWidth","height","justifyContent","text","fontSize","fontWeight","SendMessageDisallowedIndicator","_useTranslationContex","useTranslationContext","t","_useTheme","useTheme","_useTheme$theme","theme","_useTheme$theme$color","colors","border","grey_dark","_useTheme$theme$messa","messageInput","sendMessageDisallowedIndicator","createElement","View","style","borderTopColor","testID","__self","__source","fileName","lineNumber","columnNumber","Text","color","exports"],"sources":["SendMessageDisallowedIndicator.tsx"],"sourcesContent":["import React from 'react';\nimport { StyleSheet, Text, View } from 'react-native';\n\nimport { useTheme } from '../../contexts/themeContext/ThemeContext';\nimport { useTranslationContext } from '../../contexts/translationContext/TranslationContext';\n\nconst styles = StyleSheet.create({\n container: {\n alignItems: 'center',\n borderTopWidth: 1,\n height: 50,\n justifyContent: 'center',\n },\n text: {\n fontSize: 17,\n fontWeight: '400',\n },\n});\n\nexport const SendMessageDisallowedIndicator = () => {\n const { t } = useTranslationContext();\n const {\n theme: {\n colors: { border, grey_dark },\n messageInput: {\n sendMessageDisallowedIndicator: { container, text },\n },\n },\n } = useTheme();\n\n return (\n <View\n style={[\n styles.container,\n {\n borderTopColor: border,\n height: 50,\n },\n container,\n ]}\n testID='send-message-disallowed-indicator'\n >\n <Text style={[styles.text, { color: grey_dark }, text]}>\n {t(\"You can't send messages in this channel\")}\n </Text>\n </View>\n );\n};\n"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AAA6F,IAAAI,KAAA;EAAAC,YAAA;AAE7F,IAAMC,MAAM,GAAGC,uBAAU,CAACC,MAAM,CAAC;EAC/BC,SAAS,EAAE;IACTC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,CAAC;IACjBC,MAAM,EAAE,EAAE;IACVC,cAAc,EAAE;EAClB,CAAC;EACDC,IAAI,EAAE;IACJC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd;AACF,CAAC,CAAC;AAEK,IAAMC,8BAA8B,GAAG,SAAjCA,8BAA8BA,CAAA,EAAS;EAClD,IAAAC,qBAAA,GAAc,IAAAC,yCAAqB,EAAC,CAAC;IAA7BC,CAAC,GAAAF,qBAAA,CAADE,CAAC;EACT,IAAAC,SAAA,GAOI,IAAAC,sBAAQ,EAAC,CAAC;IAAAC,eAAA,GAAAF,SAAA,CANZG,KAAK;IAAAC,qBAAA,GAAAF,eAAA,CACHG,MAAM;IAAIC,MAAM,GAAAF,qBAAA,CAANE,MAAM;IAAEC,SAAS,GAAAH,qBAAA,CAATG,SAAS;IAAAC,qBAAA,
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_TranslationContext","_this","_jsxFileName","styles","StyleSheet","create","container","alignItems","borderTopWidth","height","justifyContent","text","fontSize","fontWeight","SendMessageDisallowedIndicator","_useTranslationContex","useTranslationContext","t","_useTheme","useTheme","_useTheme$theme","theme","_useTheme$theme$color","colors","border","grey_dark","white","_useTheme$theme$messa","messageInput","sendMessageDisallowedIndicator","createElement","View","style","backgroundColor","borderTopColor","testID","__self","__source","fileName","lineNumber","columnNumber","Text","color","exports"],"sources":["SendMessageDisallowedIndicator.tsx"],"sourcesContent":["import React from 'react';\nimport { StyleSheet, Text, View } from 'react-native';\n\nimport { useTheme } from '../../contexts/themeContext/ThemeContext';\nimport { useTranslationContext } from '../../contexts/translationContext/TranslationContext';\n\nconst styles = StyleSheet.create({\n container: {\n alignItems: 'center',\n borderTopWidth: 1,\n height: 50,\n justifyContent: 'center',\n },\n text: {\n fontSize: 17,\n fontWeight: '400',\n },\n});\n\nexport const SendMessageDisallowedIndicator = () => {\n const { t } = useTranslationContext();\n const {\n theme: {\n colors: { border, grey_dark, white },\n messageInput: {\n sendMessageDisallowedIndicator: { container, text },\n },\n },\n } = useTheme();\n\n return (\n <View\n style={[\n styles.container,\n {\n backgroundColor: white,\n borderTopColor: border,\n height: 50,\n },\n container,\n ]}\n testID='send-message-disallowed-indicator'\n >\n <Text style={[styles.text, { color: grey_dark }, text]}>\n {t(\"You can't send messages in this channel\")}\n </Text>\n </View>\n );\n};\n"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AAA6F,IAAAI,KAAA;EAAAC,YAAA;AAE7F,IAAMC,MAAM,GAAGC,uBAAU,CAACC,MAAM,CAAC;EAC/BC,SAAS,EAAE;IACTC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,CAAC;IACjBC,MAAM,EAAE,EAAE;IACVC,cAAc,EAAE;EAClB,CAAC;EACDC,IAAI,EAAE;IACJC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd;AACF,CAAC,CAAC;AAEK,IAAMC,8BAA8B,GAAG,SAAjCA,8BAA8BA,CAAA,EAAS;EAClD,IAAAC,qBAAA,GAAc,IAAAC,yCAAqB,EAAC,CAAC;IAA7BC,CAAC,GAAAF,qBAAA,CAADE,CAAC;EACT,IAAAC,SAAA,GAOI,IAAAC,sBAAQ,EAAC,CAAC;IAAAC,eAAA,GAAAF,SAAA,CANZG,KAAK;IAAAC,qBAAA,GAAAF,eAAA,CACHG,MAAM;IAAIC,MAAM,GAAAF,qBAAA,CAANE,MAAM;IAAEC,SAAS,GAAAH,qBAAA,CAATG,SAAS;IAAEC,KAAK,GAAAJ,qBAAA,CAALI,KAAK;IAAAC,qBAAA,GAAAP,eAAA,CAClCQ,YAAY,CACVC,8BAA8B;IAAIvB,SAAS,GAAAqB,qBAAA,CAATrB,SAAS;IAAEK,IAAI,GAAAgB,qBAAA,CAAJhB,IAAI;EAKvD,OACEhB,MAAA,YAAAmC,aAAA,CAAChC,YAAA,CAAAiC,IAAI;IACHC,KAAK,EAAE,CACL7B,MAAM,CAACG,SAAS,EAChB;MACE2B,eAAe,EAAEP,KAAK;MACtBQ,cAAc,EAAEV,MAAM;MACtBf,MAAM,EAAE;IACV,CAAC,EACDH,SAAS,CACT;IACF6B,MAAM,EAAC,mCAAmC;IAAAC,MAAA,EAAAnC,KAAA;IAAAoC,QAAA;MAAAC,QAAA,EAAApC,YAAA;MAAAqC,UAAA;MAAAC,YAAA;IAAA;EAAA,GAE1C7C,MAAA,YAAAmC,aAAA,CAAChC,YAAA,CAAA2C,IAAI;IAACT,KAAK,EAAE,CAAC7B,MAAM,CAACQ,IAAI,EAAE;MAAE+B,KAAK,EAAEjB;IAAU,CAAC,EAAEd,IAAI,CAAE;IAAAyB,MAAA,EAAAnC,KAAA;IAAAoC,QAAA;MAAAC,QAAA,EAAApC,YAAA;MAAAqC,UAAA;MAAAC,YAAA;IAAA;EAAA,GACpDvB,CAAC,CAAC,yCAAyC,CACxC,CACF,CAAC;AAEX,CAAC;AAAC0B,OAAA,CAAA7B,8BAAA,GAAAA,8BAAA"}
|