@box/threaded-annotations 1.91.7 → 1.91.9
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/chunks/message-footer.js +10 -9
- package/dist/chunks/threaded-annotations2.js +1 -0
- package/dist/esm/lib/components/v2/message-editor/message-editor.js +21 -21
- package/dist/esm/lib/components/v2/message-editor/messages.js +7 -3
- package/dist/esm/lib/components/v2/message-header/message-header.js +2 -1
- package/dist/esm/lib/components/v2/text-message/text-message.js +12 -9
- package/dist/i18n/bn-IN.js +4 -2
- package/dist/i18n/da-DK.js +4 -2
- package/dist/i18n/de-DE.js +4 -2
- package/dist/i18n/en-AU.js +4 -2
- package/dist/i18n/en-CA.js +4 -2
- package/dist/i18n/en-GB.js +4 -2
- package/dist/i18n/en-US.js +2 -1
- package/dist/i18n/en-US.properties +4 -2
- package/dist/i18n/en-x-pseudo.js +4 -2
- package/dist/i18n/es-419.js +4 -2
- package/dist/i18n/es-ES.js +4 -2
- package/dist/i18n/fi-FI.js +4 -2
- package/dist/i18n/fr-CA.js +4 -2
- package/dist/i18n/fr-FR.js +4 -2
- package/dist/i18n/hi-IN.js +4 -2
- package/dist/i18n/it-IT.js +4 -2
- package/dist/i18n/ja-JP.js +4 -2
- package/dist/i18n/json/src/lib/components/v2/message-editor/messages.json +1 -1
- package/dist/i18n/ko-KR.js +4 -2
- package/dist/i18n/nb-NO.js +4 -2
- package/dist/i18n/nl-NL.js +4 -2
- package/dist/i18n/pl-PL.js +4 -2
- package/dist/i18n/pt-BR.js +4 -2
- package/dist/i18n/ru-RU.js +4 -2
- package/dist/i18n/sv-SE.js +4 -2
- package/dist/i18n/tr-TR.js +4 -2
- package/dist/i18n/zh-CN.js +4 -2
- package/dist/i18n/zh-TW.js +4 -2
- package/dist/styles/message-footer.css +1 -1
- package/dist/types/lib/components/v2/message-editor/message-editor.types.d.ts +5 -0
- package/dist/types/lib/components/v2/message-editor/messages.d.ts +6 -1
- package/dist/types/lib/components/v2/message-editor/stories/utils/test-utils.d.ts +2 -0
- package/package.json +11 -11
- package/dist/chunks/mock-collaboration-props.js +0 -19379
- package/dist/esm/lib/v2/test-utils/mocks/index.js +0 -7
- package/dist/esm/lib/v2/test-utils/mocks/mock-callbacks.js +0 -15
- package/dist/esm/lib/v2/test-utils/mocks/mock-collaboration-props.js +0 -2
- package/dist/esm/lib/v2/test-utils/mocks/mock-messages-long-strings.js +0 -27
- package/dist/esm/lib/v2/test-utils/mocks/mock-messages.js +0 -198
- package/dist/esm/lib/v2/test-utils/mocks/mock-users.js +0 -86
- package/dist/esm/lib/v2/test-utils/mocks/mock-utilities.js +0 -9
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "코멘트 글자 수 제한을 {excess,plural,one{#자} other{#자}} 초과합니다",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "메시지 편집기",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "메시지 입력 자리 표시자",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "코멘트 작성 또는",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "답글 쓰기 또는",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "멘션하기",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "코멘트를 남기거나 @로 멘션하세요",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "게시",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "게시 버튼",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "로드 중…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "메시지 텍스트",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "해결 취소",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "사용자 아바타",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "사용자 프로필 보기 버튼"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "사용자 프로필 보기 버튼",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "코멘트를 남기거나 @로 멘션하세요"
|
|
47
49
|
}
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Kommentaren din er {excess,plural,one{# tegn} other{# tegn}} for lang",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Meldingsredigerer",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Plassholder for meldingstekst",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Skriv en kommentar eller",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Skriv et svar eller",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "for å nevne",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Legg igjen en kommentar eller @ for å nevne",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publiser",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Publiser-knapp",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Laster …",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meldingstekst",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Angre løsning",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Brukeravatar",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Vis brukerprofil-knapp"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Vis brukerprofil-knapp",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Legg igjen en kommentar eller @ for å nevne"
|
|
47
49
|
}
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Uw opmerking heeft {excess,plural,one{# teken} other{# tekens}} te veel",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Berichenteditor",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Tijdelijke aanduiding voor berichtinvoer",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Schrijf een opmerking of",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Schrijf een antwoord of",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "om te noemen",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laat een opmerking of @ achter om iemand te noemen",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publiceren",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Knop Plaatsen",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Laden…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Berichttekst",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Oplossing ongedaan maken",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar van de gebruiker",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knop Gebruikersprofiel bekijken"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knop Gebruikersprofiel bekijken",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laat een opmerking of @ achter om iemand te noemen"
|
|
47
49
|
}
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Twój komentarz jest za długi o {excess,plural,one{# znak} few{# znaki\t} many{# znaków} other{# znaku}}",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Edytor wiadomości",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Tekst zastępczy wprowadzania wiadomości",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Napisz komentarz lub",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Napisz odpowiedź lub",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "wspomnij",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Pozostaw komentarz lub @, aby wspomnieć",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publikuj",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Przycisk publikowania",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Wczytywanie…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Tekst wiadomości",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anuluj rozwiązanie",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Awatar użytkownika",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Przycisk wyświetlania profilu użytkownika"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Przycisk wyświetlania profilu użytkownika",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Pozostaw komentarz lub @, aby wspomnieć"
|
|
47
49
|
}
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Seu comentário é {excess,plural,one{# caractere} many{# caracteres} other{# caracteres}} longo demais",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Editor de mensagens",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Espaço reservado para entrada de mensagens",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Escrever um comentário ou",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Escrever uma resposta ou",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "para mencionar",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deixe um comentário ou @ para mencionar",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Postar",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Botão Publicar",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Carregando…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto da mensagem",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Não resolver",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar do usuário",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botão Visualizar perfil do usuário"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botão Visualizar perfil do usuário",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deixe um comentário ou @ para mencionar"
|
|
47
49
|
}
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Ваш комментарий превышает допустимую длину на {excess,plural,one{# символ} few{# символа} many{# символов} other{# символа}}",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Редактор сообщений",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Поле ввода сообщения",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Оставьте комментарий или",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Напишите ответ или",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "упомяните",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Оставьте комментарий или используйте @ для упоминания",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Опубликовать",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Кнопка публикации",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Загрузка…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Текст сообщения",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Убрать отметку «Решено»",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Аватар пользователя",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Кнопка просмотра профиля пользователя"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Кнопка просмотра профиля пользователя",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Оставьте комментарий или используйте @ для упоминания"
|
|
47
49
|
}
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Din kommentar är {excess,plural,one{# tecken} other{# tecken}} för lång",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Redaktör för meddelande",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Platshållare för inmatning av meddelande",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Skriv en kommentar eller",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Skriv ett svar eller",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "att nämna",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Lämna en kommentar eller @ för att nämna",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Post",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Knappen Publicera",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Läser in …",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meddelandetext",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Olöst",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar för användare",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knappen visa användarprofil"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knappen visa användarprofil",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Lämna en kommentar eller @ för att nämna"
|
|
47
49
|
}
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Yorumunuz fazladan {excess,plural,one{# karakter} other{# karakter}} içeriyor",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Mesaj düzenleyici",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Mesaj girişi yer tutucu",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Bir yorum yazın veya",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Bir yanıt yazın veya",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "bahset",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Bahsetmek için bir yorum bırakın veya @ ekleyin",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Yayınla",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Gönder düğmesi",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Yükleniyor…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Mesaj metni",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Çözümü kaldırın",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Kullanıcı avatarı",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Kullanıcı profilini görüntüle düğmesi"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Kullanıcı profilini görüntüle düğmesi",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Bahsetmek için bir yorum bırakın veya @ ekleyin"
|
|
47
49
|
}
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "您的评论过长,超出 {excess,plural,other{# 个字符}}",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "消息编辑器",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "消息输入占位符",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "书写评论或",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "书写回复或",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "提及",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "发表评论或 @ 提及",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "发布",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "发布按钮",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "正在加载…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "消息文本",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "未解决",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "用户头像",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "查看用户资料按钮"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "查看用户资料按钮",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "发表评论或 @ 提及"
|
|
47
49
|
}
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "您的留言 {excess,plural,one{# 個字元} other{# 個字元}}因此過長",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "訊息編輯器",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "訊息輸入預留位置",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "撰寫留言或",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "撰寫回覆或",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "以提及",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "留言或使用 @ 來提及他人",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "發布",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "發佈按鈕",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "載入中…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "訊息文字",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "取消解決",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "使用者頭像",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "檢視使用者設定檔按鈕"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "檢視使用者設定檔按鈕",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "留言或使用 @ 來提及他人"
|
|
47
49
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._textMessage_xa9xe_4{flex-direction:column;flex:1;width:100%;height:100%;display:flex;position:relative;overflow:visible}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13{gap:var(--space-2);margin-top:.125rem;display:flex}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._threadedIndicator_xa9xe_18{width:var(--space-7);flex-shrink:0;position:relative}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._threadedIndicator_xa9xe_18:after{content:"";left:50%;top:var(--space-05);bottom:var(--space-05);width:var(--border-2);background-color:var(--border-divider-border);border-radius:var(--radius-1);position:absolute;transform:translate(-50%)}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._threadedIndicatorHidden_xa9xe_34:after{visibility:hidden}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageContent_xa9xe_37{overflow-wrap:break-word;flex-direction:column;flex:1;min-width:0;display:flex}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageContent_xa9xe_37 ._inlineEditSlot_xa9xe_44{margin-top:var(--space-2)}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageContent_xa9xe_37 ._annotationBadgeWrapper_xa9xe_47{min-width:0;max-width:100%;padding-bottom:var(--space-1);flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageFooter_xa9xe_56{align-items:center;gap:var(--space-1);padding-bottom:var(--space-2);flex-direction:row;display:flex}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageFooter_xa9xe_56 ._readableTimeWrapper_xa9xe_63{cursor:auto}._replyButton_xa9xe_67{padding-top:var(--space-05);padding-bottom:var(--space-05);opacity:0;transition:opacity .1s}[data-message-wrapper]:hover ._replyButton_xa9xe_67,[data-message-wrapper]:focus-within ._replyButton_xa9xe_67{opacity:1}@media (pointer:coarse),(hover:none){._replyButton_xa9xe_67{opacity:1}}
|
|
@@ -10,6 +10,11 @@ interface BaseMessageEditorProps {
|
|
|
10
10
|
disableComponent?: boolean;
|
|
11
11
|
/** When true (create mode only), editor does not expand to full width. Defaults to false. */
|
|
12
12
|
isFirstAnnotation?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* When true, shows reply placeholder copy; otherwise shows add-comment placeholder.
|
|
15
|
+
* Defaults to false.
|
|
16
|
+
*/
|
|
17
|
+
isReply?: boolean;
|
|
13
18
|
/** Optional initial editor content used to prefill the editor (both edit and post modes). */
|
|
14
19
|
initialContent?: JSONContent | string | null;
|
|
15
20
|
/** Maximum character count. Defaults to 5000. */
|
|
@@ -19,7 +19,12 @@ declare const messages: {
|
|
|
19
19
|
description: string;
|
|
20
20
|
id: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
placeholderAddComment: {
|
|
23
|
+
defaultMessage: string;
|
|
24
|
+
description: string;
|
|
25
|
+
id: string;
|
|
26
|
+
};
|
|
27
|
+
placeholderReply: {
|
|
23
28
|
defaultMessage: string;
|
|
24
29
|
description: string;
|
|
25
30
|
id: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export declare const V2_PLACEHOLDER_ADD_COMMENT = "Add a comment, @ to mention";
|
|
2
|
+
export declare const V2_PLACEHOLDER_REPLY = "Reply, @ to mention";
|
|
1
3
|
export declare const waitForPlaceholderToAppear: (canvasElement: HTMLElement) => Promise<void>;
|
|
2
4
|
/**
|
|
3
5
|
* Waits for the v2 message editor placeholder to disappear (e.g. after typing).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/threaded-annotations",
|
|
3
|
-
"version": "1.91.
|
|
3
|
+
"version": "1.91.9",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@tanstack/react-virtual": "^3.10.8",
|
|
@@ -16,23 +16,23 @@
|
|
|
16
16
|
"uuid": "^9.0.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@box/blueprint-web": "^14.
|
|
20
|
-
"@box/blueprint-web-assets": "^4.119.
|
|
21
|
-
"@box/collaboration-popover": "^1.62.
|
|
22
|
-
"@box/readable-time": "^1.41.
|
|
23
|
-
"@box/user-selector": "^1.76.
|
|
19
|
+
"@box/blueprint-web": "^14.34.0",
|
|
20
|
+
"@box/blueprint-web-assets": "^4.119.5",
|
|
21
|
+
"@box/collaboration-popover": "^1.62.20",
|
|
22
|
+
"@box/readable-time": "^1.41.20",
|
|
23
|
+
"@box/user-selector": "^1.76.20",
|
|
24
24
|
"clsx": "^1.2.1",
|
|
25
25
|
"react": "^18.0.0",
|
|
26
26
|
"react-dom": "^18.0.0",
|
|
27
27
|
"react-intl": "^6.4.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@box/blueprint-web": "^14.
|
|
31
|
-
"@box/blueprint-web-assets": "^4.119.
|
|
30
|
+
"@box/blueprint-web": "^14.34.0",
|
|
31
|
+
"@box/blueprint-web-assets": "^4.119.5",
|
|
32
32
|
"@box/eslint-plugin-blueprint": "1.2.2",
|
|
33
|
-
"@box/readable-time": "^1.41.
|
|
34
|
-
"@box/storybook-utils": "^0.19.
|
|
35
|
-
"@box/user-selector": "^1.76.
|
|
33
|
+
"@box/readable-time": "^1.41.20",
|
|
34
|
+
"@box/storybook-utils": "^0.19.14",
|
|
35
|
+
"@box/user-selector": "^1.76.20",
|
|
36
36
|
"react": "^18.0.0",
|
|
37
37
|
"react-dom": "^18.0.0"
|
|
38
38
|
},
|