@azure/communication-react 1.7.1-alpha-202308190011 → 1.7.1-alpha-202308220012

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 (61) hide show
  1. package/dist/dist-cjs/communication-react/index.js +92 -87
  2. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  3. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  5. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +2 -5
  6. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  7. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +9 -5
  8. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  9. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -0
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +9 -0
  11. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  12. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +6 -5
  13. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +5 -5
  15. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +2 -2
  17. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +7 -7
  18. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  19. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +4 -0
  20. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +5 -1
  21. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +4 -0
  22. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +4 -0
  23. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +4 -0
  24. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +4 -0
  25. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +4 -0
  26. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +4 -0
  27. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +4 -0
  28. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +4 -0
  29. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +4 -0
  30. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +4 -0
  31. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +4 -0
  32. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +4 -0
  33. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +4 -0
  34. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +4 -0
  35. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +4 -0
  36. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +4 -0
  37. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +4 -0
  38. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +4 -0
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +14 -14
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -1
  42. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +5 -1
  43. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +5 -1
  44. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +5 -1
  45. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +5 -1
  46. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -1
  47. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -1
  48. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -1
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -1
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +5 -1
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -1
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +5 -1
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +5 -1
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +5 -1
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -1
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +5 -1
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -1
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +5 -1
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -1
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -1
  61. package/package.json +10 -10
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "מזהה המשתתף אינו בתבנית הנכונה",
167
167
  "participantIdIsMalformedMoreDetails": "בדוק שמזהה המשתתף מופיע בתבנית הנכונה",
168
168
  "moreButtonGalleryControlLabel": "אפשרויות גלריה",
169
- "moreButtonGalleryPositionToggleLabel": "העבר את הגלריה לחלק העליון"
169
+ "moreButtonGalleryPositionToggleLabel": "העבר את הגלריה לחלק העליון",
170
+ "moreButtonGallerySpeakerLayoutLabel": "פריסת דובר",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "פריסה דינמית",
172
+ "moreButtonGalleryDefaultLayoutLabel": "פריסת גלריה",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "תוכן ממוקד"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "בצ'אט זה",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "Il formato dell'ID partecipante non è corretto",
167
167
  "participantIdIsMalformedMoreDetails": "Verifica che il formato dell'ID partecipante sia corretto",
168
168
  "moreButtonGalleryControlLabel": "Opzioni della raccolta",
169
- "moreButtonGalleryPositionToggleLabel": "Sposta raccolta in alto"
169
+ "moreButtonGalleryPositionToggleLabel": "Sposta raccolta in alto",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Layout altoparlante",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Layout dinamico",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Layout raccolta",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Contenuto mirato"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "In questa chat",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "参加者 ID の形式が正しくありません",
167
167
  "participantIdIsMalformedMoreDetails": "参加者 ID の形式が正しいことをチェックしてください",
168
168
  "moreButtonGalleryControlLabel": "ギャラリーのオプション",
169
- "moreButtonGalleryPositionToggleLabel": "ギャラリーを上に移動"
169
+ "moreButtonGalleryPositionToggleLabel": "ギャラリーを上に移動",
170
+ "moreButtonGallerySpeakerLayoutLabel": "スピーカーのレイアウト",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "動的なレイアウト",
172
+ "moreButtonGalleryDefaultLayoutLabel": "ギャラリーのレイアウト",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "優先コンテンツ"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "このチャット内",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "참가자 ID의 형식이 잘못되었습니다.",
167
167
  "participantIdIsMalformedMoreDetails": "참가자 ID가 올바른 형식인지 검사.",
168
168
  "moreButtonGalleryControlLabel": "갤러리 옵션",
169
- "moreButtonGalleryPositionToggleLabel": "갤러리를 맨 위로 이동"
169
+ "moreButtonGalleryPositionToggleLabel": "갤러리를 맨 위로 이동",
170
+ "moreButtonGallerySpeakerLayoutLabel": "스피커 레이아웃",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "동적 레이아웃",
172
+ "moreButtonGalleryDefaultLayoutLabel": "갤러리 레이아웃",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "중요 콘텐츠"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "채팅 참가자",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "Deltaker-ID-en har ikke riktig format",
167
167
  "participantIdIsMalformedMoreDetails": "Kontroller at deltaker-ID-en har riktig format",
168
168
  "moreButtonGalleryControlLabel": "Gallerialternativer",
169
- "moreButtonGalleryPositionToggleLabel": "Flytt galleri øverst"
169
+ "moreButtonGalleryPositionToggleLabel": "Flytt galleri øverst",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Høyttaleroppsett",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamisk oppsett",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Gallerioppsett",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Fokusert innhold"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "I denne chatten",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "Deelnemer-id heeft niet de juiste indeling",
167
167
  "participantIdIsMalformedMoreDetails": "Controleer of de deelnemer-id de juiste indeling heeft",
168
168
  "moreButtonGalleryControlLabel": "Galerieopties",
169
- "moreButtonGalleryPositionToggleLabel": "Galerie naar boven verplaatsen"
169
+ "moreButtonGalleryPositionToggleLabel": "Galerie naar boven verplaatsen",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Luidsprekerindeling",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamische indeling",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Galerie-indeling",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Inhoud met prioriteit"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "In deze chat",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "Identyfikator uczestnika ma niepoprawny format",
167
167
  "participantIdIsMalformedMoreDetails": "Sprawdź, czy identyfikator uczestnika ma poprawny format",
168
168
  "moreButtonGalleryControlLabel": "Opcje galerii",
169
- "moreButtonGalleryPositionToggleLabel": "Przenieś galerię na górę"
169
+ "moreButtonGalleryPositionToggleLabel": "Przenieś galerię na górę",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Układ osoby mówiącej",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Układ dynamiczny",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Układ galerii",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Zawartość priorytetowa"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "W tym czacie",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "A ID do participante não está no formato correto",
167
167
  "participantIdIsMalformedMoreDetails": "Verifique marcar a ID do participante está no formato correto",
168
168
  "moreButtonGalleryControlLabel": "Opções da galeria",
169
- "moreButtonGalleryPositionToggleLabel": "Mover a galeria para o topo"
169
+ "moreButtonGalleryPositionToggleLabel": "Mover a galeria para o topo",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Layout do alto-falante",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Layout dinâmico",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Layout da galeria",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Conteúdo focado"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "Neste chat",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "Неправильный формат идентификатора участника",
167
167
  "participantIdIsMalformedMoreDetails": "Проверьте, что идентификатор участника указан в правильном формате",
168
168
  "moreButtonGalleryControlLabel": "Параметры коллекции",
169
- "moreButtonGalleryPositionToggleLabel": "Переместить коллекцию вверх"
169
+ "moreButtonGalleryPositionToggleLabel": "Переместить коллекцию вверх",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Макет динамика",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Динамический макет",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Макет коллекции",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Отсортированные материалы"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "В этом чате",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "Deltagar-ID:t har inte rätt format",
167
167
  "participantIdIsMalformedMoreDetails": "Kontrollera att deltagar-ID:t har rätt format",
168
168
  "moreButtonGalleryControlLabel": "Gallerialternativ",
169
- "moreButtonGalleryPositionToggleLabel": "Flytta galleriet högst upp"
169
+ "moreButtonGalleryPositionToggleLabel": "Flytta galleriet högst upp",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Högtalarlayout",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamisk layout",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Gallerilayout",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Fokuserat innehåll"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "I den här chatten",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "Katılımcı kimliği doğru biçimde değil",
167
167
  "participantIdIsMalformedMoreDetails": "Lütfen katılımcı kimliğinin doğru biçimde olduğundan emin olun",
168
168
  "moreButtonGalleryControlLabel": "Galeri seçenekleri",
169
- "moreButtonGalleryPositionToggleLabel": "Galeriyi en üste taşı"
169
+ "moreButtonGalleryPositionToggleLabel": "Galeriyi en üste taşı",
170
+ "moreButtonGallerySpeakerLayoutLabel": "Konuşmacı düzeni",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Dinamik düzen",
172
+ "moreButtonGalleryDefaultLayoutLabel": "Galeri düzeni",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "Odaklanmış içerik"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "Bu sohbette",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "参与者 ID 的格式不正确",
167
167
  "participantIdIsMalformedMoreDetails": "请检查参与者 ID 的格式正确",
168
168
  "moreButtonGalleryControlLabel": "库选项",
169
- "moreButtonGalleryPositionToggleLabel": "将库移到顶部"
169
+ "moreButtonGalleryPositionToggleLabel": "将库移到顶部",
170
+ "moreButtonGallerySpeakerLayoutLabel": "扬声器布局",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "动态布局",
172
+ "moreButtonGalleryDefaultLayoutLabel": "库布局",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "重点内容"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "在此聊天中",
@@ -166,7 +166,11 @@
166
166
  "participantIdIsMalformedTitle": "參與者識別碼的格式不正確",
167
167
  "participantIdIsMalformedMoreDetails": "請檢查參與者識別碼的格式是否正確",
168
168
  "moreButtonGalleryControlLabel": "圖庫選項",
169
- "moreButtonGalleryPositionToggleLabel": "將圖庫移至頂端"
169
+ "moreButtonGalleryPositionToggleLabel": "將圖庫移至頂端",
170
+ "moreButtonGallerySpeakerLayoutLabel": "喇叭版面配置",
171
+ "moreButtonGalleryFloatingLocalLayoutLabel": "動態版面配置",
172
+ "moreButtonGalleryDefaultLayoutLabel": "資源庫配置",
173
+ "moreButtonGalleryFocusedContentLayoutLabel": "焦點內容"
170
174
  },
171
175
  "chat": {
172
176
  "chatListHeader": "在此聊天中",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.7.1-alpha-202308190011",
3
+ "version": "1.7.1-alpha-202308220012",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -48,7 +48,7 @@
48
48
  "uuid": "^9.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@azure/communication-calling": "1.15.1-beta.1",
51
+ "@azure/communication-calling": "1.16.3-beta.1",
52
52
  "@azure/communication-calling-effects": "1.0.0-beta.2",
53
53
  "@azure/communication-chat": "1.3.2-beta.3",
54
54
  "@types/react": ">=16.8.0 <19.0.0",
@@ -89,19 +89,19 @@
89
89
  "_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
90
90
  },
91
91
  "devDependencies": {
92
- "@azure/communication-calling": "1.15.1-beta.1",
92
+ "@azure/communication-calling": "1.16.3-beta.1",
93
93
  "@azure/communication-calling-effects": "1.0.0-beta.2",
94
94
  "@azure/communication-chat": "1.3.2-beta.3",
95
95
  "@azure/core-auth": "^1.4.0",
96
96
  "@babel/cli": "~7.16.0",
97
97
  "@babel/core": "~7.16.0",
98
- "@internal/calling-component-bindings": "1.7.1-alpha-202308190011",
99
- "@internal/calling-stateful-client": "1.7.1-alpha-202308190011",
100
- "@internal/chat-component-bindings": "1.7.1-alpha-202308190011",
101
- "@internal/chat-stateful-client": "1.7.1-alpha-202308190011",
102
- "@internal/fake-backends": "1.7.1-alpha-202308190011",
103
- "@internal/react-components": "1.7.1-alpha-202308190011",
104
- "@internal/react-composites": "1.7.1-alpha-202308190011",
98
+ "@internal/calling-component-bindings": "1.7.1-alpha-202308220012",
99
+ "@internal/calling-stateful-client": "1.7.1-alpha-202308220012",
100
+ "@internal/chat-component-bindings": "1.7.1-alpha-202308220012",
101
+ "@internal/chat-stateful-client": "1.7.1-alpha-202308220012",
102
+ "@internal/fake-backends": "1.7.1-alpha-202308220012",
103
+ "@internal/react-components": "1.7.1-alpha-202308220012",
104
+ "@internal/react-composites": "1.7.1-alpha-202308220012",
105
105
  "@fluentui/react-northstar": "0.61.0",
106
106
  "@microsoft/api-documenter": "~7.12.11",
107
107
  "@microsoft/api-extractor": "~7.18.0",