@sendbird/ai-agent-messenger-react 1.26.1 → 1.28.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/dist/cjs/0hIk0F0O.cjs +1 -0
- package/dist/cjs/BA3mgvxo.cjs +1 -0
- package/dist/cjs/{BH74ZV07.cjs → CCEnmnDV.cjs} +1 -1
- package/dist/cjs/CSiVLAQX.cjs +1 -0
- package/dist/cjs/{DbM6WEmP.cjs → CUwm0Oc7.cjs} +1 -1
- package/dist/cjs/CybHF_pZ.cjs +1 -0
- package/dist/cjs/D57XEzyM.cjs +1 -0
- package/dist/cjs/DVsz-h87.cjs +1 -0
- package/dist/cjs/VvejebHE.cjs +1 -0
- package/dist/cjs/aLvBaYD0.cjs +1 -0
- package/dist/es/{B85C5rtP.js → 8X3t-sY0.js} +9 -8
- package/dist/es/{BB3d9QYh.js → BiIgmoXQ.js} +33 -21
- package/dist/es/{CHoZbl9c.js → Buaxc-u0.js} +2 -1
- package/dist/es/{6tlLkP2R.js → BujlRRjm.js} +5 -4
- package/dist/es/{BHeJv5Un.js → C7ORG8dj.js} +5 -4
- package/dist/es/{Bm84nKXl.js → CMoPrp7P.js} +6 -5
- package/dist/es/{B1QotwW0.js → D7dxgV1B.js} +7 -6
- package/dist/es/{CrgHRNSQ.js → DWG2RYIZ.js} +8 -7
- package/dist/es/{B8HiaMRy.js → WbShwALJ.js} +5 -4
- package/dist/es/{81JNWw7j.js → xcbApuhi.js} +5 -4
- package/dist/index.cjs +102 -102
- package/dist/index.d.ts +144 -45
- package/dist/index.js +4336 -4166
- package/package.json +2 -2
- package/dist/cjs/BynZU4Xm.cjs +0 -1
- package/dist/cjs/Bz2dJ9Lj.cjs +0 -1
- package/dist/cjs/CZbB5OP0.cjs +0 -1
- package/dist/cjs/D2Opuq0j.cjs +0 -1
- package/dist/cjs/DSgROeP2.cjs +0 -1
- package/dist/cjs/DUN_CuhW.cjs +0 -1
- package/dist/cjs/ctBDkWKX.cjs +0 -1
- package/dist/cjs/yRmdu9dK.cjs +0 -1
|
@@ -65,6 +65,7 @@ const o = {
|
|
|
65
65
|
a11y_hint_open_conversation: "Öffnet die Konversation",
|
|
66
66
|
a11y_hint_open_conversations: "Öffnet die Konversationsliste",
|
|
67
67
|
a11y_hint_close_conversation: "Schließt die Konversation",
|
|
68
|
+
a11y_hint_close_messenger: "Schließt den Messenger",
|
|
68
69
|
a11y_hint_open_menu: "Öffnet das Menü",
|
|
69
70
|
a11y_hint_connect_to_agent: "Verbindet mit einem menschlichen Agenten",
|
|
70
71
|
a11y_hint_attach_file: "Öffnet die Optionen zum Anhängen von Dateien",
|
|
@@ -85,7 +86,7 @@ const o = {
|
|
|
85
86
|
system_message: "Systemnachricht",
|
|
86
87
|
footer_title: "Ein Gespräch starten",
|
|
87
88
|
multiple_files_count: (e) => `${e} ${e === 1 ? "Datei" : "Dateien"}`,
|
|
88
|
-
a11y_conversation_item: (e, n, _,
|
|
89
|
+
a11y_conversation_item: (e, n, _, t) => `${e}, ${n}, ${_}${t > 0 ? `, ${t} ungelesene ${t === 1 ? "Nachricht" : "Nachrichten"}` : ""}`
|
|
89
90
|
},
|
|
90
91
|
date_format: {
|
|
91
92
|
just_now: "Gerade eben",
|
|
@@ -159,11 +160,11 @@ const o = {
|
|
|
159
160
|
title: "Etwas ist schiefgelaufen. Sie werden in Kürze wieder verbunden.",
|
|
160
161
|
description: (e) => `Geschätzte Wartezeit: ${e}`
|
|
161
162
|
}
|
|
162
|
-
},
|
|
163
|
+
}, i = {
|
|
163
164
|
language: "de",
|
|
164
165
|
strings: o,
|
|
165
166
|
dateLocale: r
|
|
166
|
-
}, a = s(
|
|
167
|
+
}, a = s(i.strings), l = {
|
|
167
168
|
...a,
|
|
168
169
|
// Channel Header
|
|
169
170
|
HEADER_BUTTON__AGENT_HANDOFF: "Mit einem Agenten verbinden",
|
|
@@ -216,9 +217,9 @@ const o = {
|
|
|
216
217
|
/** @deprecated Unused string **/
|
|
217
218
|
CHANNEL_FROZEN: "Kanal eingefroren"
|
|
218
219
|
}, h = {
|
|
219
|
-
language:
|
|
220
|
-
dateLocale:
|
|
221
|
-
stringSet:
|
|
220
|
+
language: i.language,
|
|
221
|
+
dateLocale: i.dateLocale,
|
|
222
|
+
stringSet: l
|
|
222
223
|
};
|
|
223
224
|
export {
|
|
224
225
|
h as default
|
|
@@ -65,6 +65,7 @@ const t = {
|
|
|
65
65
|
a11y_hint_open_conversation: "Abre a conversa",
|
|
66
66
|
a11y_hint_open_conversations: "Abre a lista de conversas",
|
|
67
67
|
a11y_hint_close_conversation: "Fecha a conversa",
|
|
68
|
+
a11y_hint_close_messenger: "Fecha o messenger",
|
|
68
69
|
a11y_hint_open_menu: "Abre o menu",
|
|
69
70
|
a11y_hint_connect_to_agent: "Conecta a um agente humano",
|
|
70
71
|
a11y_hint_attach_file: "Abre as opções de anexo de arquivo",
|
|
@@ -85,7 +86,7 @@ const t = {
|
|
|
85
86
|
system_message: "Mensagem do sistema",
|
|
86
87
|
footer_title: "Iniciar uma conversa",
|
|
87
88
|
multiple_files_count: (e) => `${e} ${e === 1 ? "arquivo" : "arquivos"}`,
|
|
88
|
-
a11y_conversation_item: (e, a,
|
|
89
|
+
a11y_conversation_item: (e, a, _, o) => `${e}, ${a}, ${_}${o > 0 ? `, ${o} ${o === 1 ? "mensagem não lida" : "mensagens não lidas"}` : ""}`
|
|
89
90
|
},
|
|
90
91
|
date_format: {
|
|
91
92
|
just_now: "Agora mesmo",
|
|
@@ -159,12 +160,12 @@ const t = {
|
|
|
159
160
|
title: "Algo deu errado. Você será reconectado em breve.",
|
|
160
161
|
description: (e) => `Tempo estimado de espera: ${e}`
|
|
161
162
|
}
|
|
162
|
-
},
|
|
163
|
+
}, n = {
|
|
163
164
|
language: "pt",
|
|
164
165
|
strings: t,
|
|
165
166
|
dateLocale: r
|
|
166
|
-
},
|
|
167
|
-
...
|
|
167
|
+
}, s = i(n.strings), m = {
|
|
168
|
+
...s,
|
|
168
169
|
// Channel Header
|
|
169
170
|
HEADER_BUTTON__AGENT_HANDOFF: "Conectar-se com um agente",
|
|
170
171
|
// Message Input
|
|
@@ -198,7 +199,7 @@ const t = {
|
|
|
198
199
|
FORM_VALIDATION_MAX_SELECT: (e) => `Selecione no máximo ${e} opções`,
|
|
199
200
|
FORM_VALIDATION_REGEX_FAILED: "Formato inválido",
|
|
200
201
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
201
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
202
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: s.DATE_FORMAT__DATE_SHORT,
|
|
202
203
|
/** @deprecated Unused string **/
|
|
203
204
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
|
|
204
205
|
/** @deprecated Unused string **/
|
|
@@ -216,8 +217,8 @@ const t = {
|
|
|
216
217
|
/** @deprecated Unused string **/
|
|
217
218
|
CHANNEL_FROZEN: "Canal congelado"
|
|
218
219
|
}, l = {
|
|
219
|
-
language:
|
|
220
|
-
dateLocale:
|
|
220
|
+
language: n.language,
|
|
221
|
+
dateLocale: n.dateLocale,
|
|
221
222
|
stringSet: m
|
|
222
223
|
};
|
|
223
224
|
export {
|
|
@@ -65,6 +65,7 @@ const s = {
|
|
|
65
65
|
a11y_hint_open_conversation: "Görüşmeyi açar",
|
|
66
66
|
a11y_hint_open_conversations: "Görüşme listesini açar",
|
|
67
67
|
a11y_hint_close_conversation: "Görüşmeyi kapatır",
|
|
68
|
+
a11y_hint_close_messenger: "Mesajlaşmayı kapatır",
|
|
68
69
|
a11y_hint_open_menu: "Menüyü açar",
|
|
69
70
|
a11y_hint_connect_to_agent: "Bir insan temsilciye bağlar",
|
|
70
71
|
a11y_hint_attach_file: "Dosya ekleme seçeneklerini açar",
|
|
@@ -85,7 +86,7 @@ const s = {
|
|
|
85
86
|
system_message: "Sistem mesajı",
|
|
86
87
|
footer_title: "Bir sohbet başlat",
|
|
87
88
|
multiple_files_count: (e) => `${e} dosya`,
|
|
88
|
-
a11y_conversation_item: (e, a,
|
|
89
|
+
a11y_conversation_item: (e, a, r, _) => `${e}, ${a}, ${r}${_ > 0 ? `, ${_} okunmamış mesaj` : ""}`
|
|
89
90
|
},
|
|
90
91
|
date_format: {
|
|
91
92
|
just_now: "Az önce",
|
|
@@ -163,8 +164,8 @@ const s = {
|
|
|
163
164
|
language: "tr",
|
|
164
165
|
strings: s,
|
|
165
166
|
dateLocale: t
|
|
166
|
-
},
|
|
167
|
-
...
|
|
167
|
+
}, n = l(i.strings), o = {
|
|
168
|
+
...n,
|
|
168
169
|
// Channel Header
|
|
169
170
|
HEADER_BUTTON__AGENT_HANDOFF: "Bir temsilciyle bağlan",
|
|
170
171
|
// Message Input
|
|
@@ -198,7 +199,7 @@ const s = {
|
|
|
198
199
|
FORM_VALIDATION_MAX_SELECT: (e) => `En fazla ${e} seçenek seçin`,
|
|
199
200
|
FORM_VALIDATION_REGEX_FAILED: "Geçersiz format",
|
|
200
201
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
201
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
202
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
|
|
202
203
|
/** @deprecated Unused string **/
|
|
203
204
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
|
|
204
205
|
/** @deprecated Unused string **/
|
|
@@ -65,6 +65,7 @@ const l = {
|
|
|
65
65
|
a11y_hint_open_conversation: "대화를 엽니다",
|
|
66
66
|
a11y_hint_open_conversations: "대화 목록을 엽니다",
|
|
67
67
|
a11y_hint_close_conversation: "대화를 닫습니다",
|
|
68
|
+
a11y_hint_close_messenger: "메신저를 닫습니다",
|
|
68
69
|
a11y_hint_open_menu: "메뉴를 엽니다",
|
|
69
70
|
a11y_hint_connect_to_agent: "상담원에게 연결합니다",
|
|
70
71
|
a11y_hint_attach_file: "파일 첨부 옵션을 엽니다",
|
|
@@ -85,7 +86,7 @@ const l = {
|
|
|
85
86
|
system_message: "시스템 메시지",
|
|
86
87
|
footer_title: "대화 시작",
|
|
87
88
|
multiple_files_count: (_) => `${_}개의 파일`,
|
|
88
|
-
a11y_conversation_item: (_, e,
|
|
89
|
+
a11y_conversation_item: (_, e, n, t) => `${_}, ${e}, ${n}${t > 0 ? `, 읽지 않은 메시지 ${t}개` : ""}`
|
|
89
90
|
},
|
|
90
91
|
date_format: {
|
|
91
92
|
just_now: "방금",
|
|
@@ -163,8 +164,8 @@ const l = {
|
|
|
163
164
|
language: "ko",
|
|
164
165
|
strings: l,
|
|
165
166
|
dateLocale: i
|
|
166
|
-
},
|
|
167
|
-
...
|
|
167
|
+
}, o = s(a.strings), r = {
|
|
168
|
+
...o,
|
|
168
169
|
// Channel Header
|
|
169
170
|
HEADER_BUTTON__AGENT_HANDOFF: "상담사와 연결하기",
|
|
170
171
|
// Message Input
|
|
@@ -198,7 +199,7 @@ const l = {
|
|
|
198
199
|
FORM_VALIDATION_MAX_SELECT: (_) => `최대 ${_}개 옵션을 선택해 주세요`,
|
|
199
200
|
FORM_VALIDATION_REGEX_FAILED: "유효하지 않은 형식",
|
|
200
201
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
201
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
202
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: o.DATE_FORMAT__DATE_SHORT,
|
|
202
203
|
/** @deprecated Unused string **/
|
|
203
204
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "a h:mm",
|
|
204
205
|
/** @deprecated Unused string **/
|