@azure/communication-react 1.7.1-alpha-202309010013 → 1.8.0-alpha-202309060012
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/communication-react.d.ts +20 -20
- package/dist/dist-cjs/communication-react/index.js +94 -69
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +4 -4
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -3
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +12 -4
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/ImageGallery.js +11 -15
- package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +7 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +2 -2
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +13 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +62 -9
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +59 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +60 -7
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +58 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +58 -5
- package/package.json +8 -8
package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json
CHANGED
@@ -50,6 +50,7 @@
|
|
50
50
|
"deniedPermissionToRoomDetails": "您沒有加入此會議室的權限。",
|
51
51
|
"deniedPermissionToRoomTitle": "會議室權限遭拒絕",
|
52
52
|
"peopleButtonLabel": "人員",
|
53
|
+
"selectedPeopleButtonLabel": "已選取人員按鈕",
|
53
54
|
"peoplePaneTitle": "人員",
|
54
55
|
"peopleButtonTooltipOpen": "顯示參與者",
|
55
56
|
"peopleButtonTooltipClose": "隱藏參與者",
|
@@ -99,16 +100,18 @@
|
|
99
100
|
"startCaptionsButtonOffLabel": "關閉字幕",
|
100
101
|
"startCaptionsButtonTooltipOnContent": "關閉字幕",
|
101
102
|
"startCaptionsButtonTooltipOffContent": "開啟字幕",
|
102
|
-
"captionsSettingsModalTitle": "
|
103
|
-
"
|
104
|
-
"
|
103
|
+
"captionsSettingsModalTitle": "字幕設定",
|
104
|
+
"captionsSettingsSpokenLanguageDropdownLabel": "口語語言",
|
105
|
+
"captionsSettingsCaptionLanguageDropdownLabel": "字幕語言",
|
106
|
+
"captionsSettingsSpokenLanguageDropdownInfoText": "此通話中的每個人在說的語言。",
|
107
|
+
"captionsSettingsCaptionLanguageDropdownInfoText": "字幕將以此語言顯示。",
|
105
108
|
"captionsSettingsConfirmButtonLabel": "確認",
|
106
109
|
"captionsSettingsCancelButtonLabel": "取消",
|
107
110
|
"captionsSettingsModalAriaLabel": "字幕設定模式",
|
108
111
|
"captionsSettingsCloseModalButtonAriaLabel": "關閉字幕設定",
|
109
112
|
"captionsBannerMoreButtonCallingLabel": "其他",
|
110
113
|
"captionsBannerMoreButtonTooltip": "更多選項",
|
111
|
-
"
|
114
|
+
"spokenLanguageStrings": {
|
112
115
|
"ar-ae": "阿拉伯文 - 阿拉伯聯合大公國",
|
113
116
|
"ar-sa": "阿拉伯文 - 沙烏地阿拉伯",
|
114
117
|
"da-dk": "丹麥文",
|
@@ -151,6 +154,40 @@
|
|
151
154
|
"sk-sk": "斯洛伐克文",
|
152
155
|
"zh-tw": "中文 - 台灣"
|
153
156
|
},
|
157
|
+
"captionLanguageStrings": {
|
158
|
+
"ar": "阿拉伯文",
|
159
|
+
"da": "丹麥文",
|
160
|
+
"de": "德文",
|
161
|
+
"en": "英文",
|
162
|
+
"es": "西班牙文",
|
163
|
+
"fi": "芬蘭文",
|
164
|
+
"fr-ca": "法文 - 加拿大",
|
165
|
+
"fr": "法文 - 法國",
|
166
|
+
"hi": "印地文",
|
167
|
+
"it": "義大利文",
|
168
|
+
"ja": "日文",
|
169
|
+
"ko": "韓文",
|
170
|
+
"nb": "挪威文 (巴克摩)",
|
171
|
+
"nl": "荷蘭文",
|
172
|
+
"pl": "波蘭文",
|
173
|
+
"pt": "葡萄牙文 - 巴西",
|
174
|
+
"ru": "俄文",
|
175
|
+
"sv": "瑞典文",
|
176
|
+
"zh-Hans": "中文 (簡體)",
|
177
|
+
"zh-Hant": "中文 (繁體)",
|
178
|
+
"cs": "捷克文",
|
179
|
+
"pt-pt": "葡萄牙文 - 葡萄牙",
|
180
|
+
"tr": "土耳其文",
|
181
|
+
"vi": "越南文",
|
182
|
+
"th": "泰文",
|
183
|
+
"he": "希伯來文",
|
184
|
+
"cy": "威爾斯文",
|
185
|
+
"uk": "烏克蘭文",
|
186
|
+
"el": "希臘文",
|
187
|
+
"hu": "匈牙利文",
|
188
|
+
"ro": "羅馬尼亞文",
|
189
|
+
"sk": "斯洛伐克文"
|
190
|
+
},
|
154
191
|
"captionsBannerSpinnerText": "正在啟動輔助字幕...",
|
155
192
|
"transferPageTransferorText": "正在轉接...",
|
156
193
|
"transferPageTransferTargetText": "正在連線...",
|
@@ -170,7 +207,21 @@
|
|
170
207
|
"moreButtonGallerySpeakerLayoutLabel": "喇叭版面配置",
|
171
208
|
"moreButtonGalleryFloatingLocalLayoutLabel": "動態版面配置",
|
172
209
|
"moreButtonGalleryDefaultLayoutLabel": "資源庫配置",
|
173
|
-
"moreButtonGalleryFocusedContentLayoutLabel": "焦點內容"
|
210
|
+
"moreButtonGalleryFocusedContentLayoutLabel": "焦點內容",
|
211
|
+
"capabilityChangedNotification": {
|
212
|
+
"turnVideoOn": {
|
213
|
+
"lostDueToMeetingOption": "您的相機已停用。您無法再分享視訊。",
|
214
|
+
"grantedDueToMeetingOption": "您的相機已啟用。如果您想要分享視訊,請將其開啟。"
|
215
|
+
},
|
216
|
+
"unmuteMic": {
|
217
|
+
"lostDueToMeetingOption": "您的麥克風已停用。您無法再取消靜音。",
|
218
|
+
"grantedDueToMeetingOption": "您的麥克風已啟用。若您想進行語音,請取消靜音。"
|
219
|
+
},
|
220
|
+
"shareScreen": {
|
221
|
+
"lostDueToRoleChangeToAttendee": "您的角色已變更。某些動作,例如共用內容,將無法供您使用。",
|
222
|
+
"grantedDueToRoleChangeToPresenter": "您就是簡報者。您可以分享內容並協助會議。"
|
223
|
+
}
|
224
|
+
}
|
174
225
|
},
|
175
226
|
"chat": {
|
176
227
|
"chatListHeader": "在此聊天中",
|
@@ -193,7 +244,9 @@
|
|
193
244
|
"moreDrawerSpeakerMenuTitle": "揚聲器",
|
194
245
|
"moreDrawerCaptionsMenuTitle": "即時字幕",
|
195
246
|
"moreDrawerSpokenLanguageMenuTitle": "口語語言",
|
247
|
+
"moreDrawerCaptionLanguageMenuTitle": "字幕語言",
|
196
248
|
"peopleButtonLabel": "人員",
|
249
|
+
"selectedPeopleButtonLabel": "已選取人員按鈕",
|
197
250
|
"peopleButtonTooltipOpen": "顯示參與者",
|
198
251
|
"peopleButtonTooltipClose": "隱藏參與者",
|
199
252
|
"peoplePaneSubTitle": "在此通話中",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.8.0-alpha-202309060012",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -95,13 +95,13 @@
|
|
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.
|
99
|
-
"@internal/calling-stateful-client": "1.
|
100
|
-
"@internal/chat-component-bindings": "1.
|
101
|
-
"@internal/chat-stateful-client": "1.
|
102
|
-
"@internal/fake-backends": "1.
|
103
|
-
"@internal/react-components": "1.
|
104
|
-
"@internal/react-composites": "1.
|
98
|
+
"@internal/calling-component-bindings": "1.8.0-alpha-202309060012",
|
99
|
+
"@internal/calling-stateful-client": "1.8.0-alpha-202309060012",
|
100
|
+
"@internal/chat-component-bindings": "1.8.0-alpha-202309060012",
|
101
|
+
"@internal/chat-stateful-client": "1.8.0-alpha-202309060012",
|
102
|
+
"@internal/fake-backends": "1.8.0-alpha-202309060012",
|
103
|
+
"@internal/react-components": "1.8.0-alpha-202309060012",
|
104
|
+
"@internal/react-composites": "1.8.0-alpha-202309060012",
|
105
105
|
"@fluentui/react-northstar": "0.61.0",
|
106
106
|
"@microsoft/api-documenter": "~7.12.11",
|
107
107
|
"@microsoft/api-extractor": "~7.18.0",
|