@azure/communication-react 1.3.3-alpha-202210270017.0 → 1.3.3-alpha-202210280017.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.
Files changed (62) hide show
  1. package/dist/communication-react.d.ts +19 -0
  2. package/dist/dist-cjs/communication-react/index.js +116 -66
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +9 -0
  7. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  8. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -0
  9. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +23 -0
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
  12. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +8 -0
  13. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/Converter.js +3 -1
  15. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +9 -3
  17. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +1 -0
  19. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +8 -0
  20. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +58 -8
  22. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +66 -16
  23. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +57 -7
  24. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +62 -12
  25. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +63 -13
  26. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +66 -16
  27. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +59 -9
  28. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +57 -7
  29. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +66 -16
  30. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +60 -10
  31. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +66 -16
  32. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +60 -10
  33. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +59 -9
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +5 -0
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +24 -27
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +1 -1
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +3 -1
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +5 -0
  42. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +6 -2
  43. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -0
  47. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +2 -2
  48. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +55 -14
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +55 -14
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +55 -14
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +55 -14
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +55 -14
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +55 -14
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +55 -14
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +55 -14
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +55 -14
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +55 -14
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +55 -14
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +55 -14
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +55 -14
  62. package/package.json +12 -12
@@ -3,6 +3,7 @@
3
3
  "cameraLabel": "相機",
4
4
  "cameraPermissionDenied": "您的瀏覽器禁止存取您的相機",
5
5
  "cameraTurnedOff": "您的相機已關閉",
6
+ "chatButtonLabel": "聊天",
6
7
  "close": "關閉",
7
8
  "complianceBannerNowOnlyRecording": "您現在只會錄製此會議。",
8
9
  "complianceBannerNowOnlyTranscription": "您現在只會轉錄此會議。",
@@ -17,7 +18,10 @@
17
18
  "complianceBannerTranscriptionSaving": "正在儲存轉錄。",
18
19
  "complianceBannerTranscriptionStopped": "已停止轉錄。",
19
20
  "configurationPageTitle": "開始通話",
21
+ "copyInviteLinkButtonLabel": "複製邀請連結",
22
+ "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
20
23
  "defaultPlaceHolder": "選取選項",
24
+ "dismissSidePaneButtonLabel": "關閉",
21
25
  "failedToJoinCallDueToNoNetworkMoreDetails": "由於網路問題,通話已中斷連線。檢查您的連線並再次加入。",
22
26
  "failedToJoinCallDueToNoNetworkTitle": "通話已斷線",
23
27
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "您未被授予加入通話的權限。如果有誤,請重新加入通話。",
@@ -28,42 +32,79 @@
28
32
  "lobbyScreenConnectingToCallTitle": "正在加入通話",
29
33
  "lobbyScreenWaitingToBeAdmittedTitle": "正在等候認可",
30
34
  "microphonePermissionDenied": "您的瀏覽器禁止存取您的麥克風",
35
+ "microphoneToggleInLobbyNotAllowed": "無法在大廳中靜音或取消靜音。",
31
36
  "mutedMessage": "您已設為靜音",
32
37
  "networkReconnectMoreDetails": "似乎發生錯誤。我們正在嘗試讓您返回通話。",
33
38
  "networkReconnectTitle": "請稍候",
39
+ "deniedPermissionToRoomDetails": "您沒有加入此會議室的權限。",
40
+ "deniedPermissionToRoomTitle": "會議室權限遭拒絕",
41
+ "peopleButtonLabel": "人員",
42
+ "peoplePaneTitle": "人員",
43
+ "peopleButtonTooltipOpen": "顯示參與者",
44
+ "peopleButtonTooltipClose": "隱藏參與者",
45
+ "peoplePaneSubTitle": "在此通話中",
34
46
  "privacyPolicy": "隱私權原則",
35
47
  "rejoinCallButtonLabel": "重新加入通話",
36
48
  "removedFromCallMoreDetails": "另一名參與者已將您自通話中移除。",
37
49
  "removedFromCallTitle": "您已遭移除",
50
+ "removeMenuLabel": "移除",
51
+ "returnToCallButtonAriaDescription": "返回通話",
52
+ "returnToCallButtonAriaLabel": "返回",
53
+ "roomNotFoundDetails": "提供的會議室識別碼無效。",
54
+ "roomNotFoundTitle": "找不到會議室",
38
55
  "soundLabel": "音效",
39
56
  "startCallButtonLabel": "開始通話",
40
- "microphoneToggleInLobbyNotAllowed": "無法在大廳中靜音或取消靜音。"
57
+ "openDialpadButtonLabel": "撥打電話號碼",
58
+ "peoplePaneAddPeopleButtonLabel": "新增人員",
59
+ "dialpadStartCallButtonLabel": "通話",
60
+ "dialpadModalTitle": "撥打電話號碼",
61
+ "dialpadModalAriaLabel": "撥號鍵台",
62
+ "dialpadCloseModalButtonAriaLabel": "關閉撥號鍵台",
63
+ "moreButtonCallingLabel": "其他",
64
+ "resumeCallButtonLabel": "繼續",
65
+ "resumingCallButtonLabel": "正在繼續...",
66
+ "resumeCallButtonAriaLabel": "繼續通話",
67
+ "resumingCallButtonAriaLabel": "繼續通話",
68
+ "holdScreenLabel": "您的通話已保留",
69
+ "openDtmfDialpadLabel": "顯示撥號盤",
70
+ "dtmfDialpadPlaceHolderText": "輸入號碼",
71
+ "outboundCallingNoticeString": "撥號中..."
41
72
  },
42
73
  "chat": {
43
- "chatListHeader": "在此聊天中"
74
+ "chatListHeader": "在此聊天中",
75
+ "uploadFile": "上傳檔案"
44
76
  },
45
77
  "callWithChat": {
46
- "peopleButtonLabel": "人員",
47
- "peopleButtonTooltipOpen": "顯示參與者",
48
- "peopleButtonTooltipClose": "隱藏參與者",
49
78
  "chatButtonLabel": "聊天",
79
+ "chatButtonNewMessageNotificationLabel": "新訊息",
50
80
  "chatButtonTooltipClosedWithMessageCount": "顯示聊天 ({unreadMessagesCount} 個未讀取)",
51
- "chatButtonTooltipOpen": "顯示聊天",
52
81
  "chatButtonTooltipClose": "隱藏聊天",
82
+ "chatButtonTooltipOpen": "顯示聊天",
83
+ "chatPaneTitle": "聊天",
84
+ "copyInviteLinkButtonLabel": "複製邀請連結",
85
+ "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
86
+ "dismissSidePaneButtonLabel": "關閉",
53
87
  "moreDrawerAudioDeviceMenuTitle": "音訊裝置",
54
- "moreDrawerMicrophoneMenuTitle": "麥克風",
55
- "moreDrawerSpeakerMenuTitle": "揚聲器",
56
88
  "moreDrawerButtonLabel": "更多選項",
57
89
  "moreDrawerButtonTooltip": "更多選項",
58
- "peoplePaneTitle": "人員",
90
+ "moreDrawerMicrophoneMenuTitle": "麥克風",
91
+ "moreDrawerSpeakerMenuTitle": "揚聲器",
92
+ "peopleButtonLabel": "人員",
93
+ "peopleButtonTooltipOpen": "顯示參與者",
94
+ "peopleButtonTooltipClose": "隱藏參與者",
59
95
  "peoplePaneSubTitle": "在此通話中",
60
- "chatPaneTitle": "聊天",
61
- "chatButtonNewMessageNotificationLabel": "新訊息",
96
+ "peoplePaneTitle": "人員",
62
97
  "pictureInPictureTileAriaLabel": "影片摘要。按一下以返回通話畫面。",
63
98
  "removeMenuLabel": "移除",
64
- "copyInviteLinkButtonLabel": "複製邀請連結",
65
- "dismissSidePaneButton": "關閉",
99
+ "openDialpadButtonLabel": "撥打電話號碼",
66
100
  "returnToCallButtonAriaDescription": "返回通話",
67
- "returnToCallButtonAriaLabel": "返回"
101
+ "returnToCallButtonAriaLabel": "返回",
102
+ "peoplePaneAddPeopleButtonLabel": "新增人員",
103
+ "dialpadStartCallButtonLabel": "通話",
104
+ "dialpadModalTitle": "撥打電話號碼",
105
+ "dialpadModalAriaLabel": "撥號鍵台",
106
+ "dialpadCloseModalButtonAriaLabel": "關閉撥號鍵台",
107
+ "openDtmfDialpadLabel": "顯示撥號盤",
108
+ "dtmfDialpadPlaceHolderText": "輸入號碼"
68
109
  }
69
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.3.3-alpha-202210270017.0",
3
+ "version": "1.3.3-alpha-202210280017.0",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -46,8 +46,8 @@
46
46
  "@azure/core-rest-pipeline": "~1.9.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@azure/communication-calling": "1.8.0-beta.1 || 1.4.4",
50
- "@azure/communication-chat": "1.2.0",
49
+ "@azure/communication-calling": "1.8.0-beta.1 || >=1.4.4",
50
+ "@azure/communication-chat": ">=1.2.0",
51
51
  "@types/react": ">=16.8.0 <18.0.0",
52
52
  "@types/react-dom": ">=16.8.0 <18.0.0",
53
53
  "react": ">=16.8.0 <18.0.0",
@@ -81,18 +81,18 @@
81
81
  "_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
82
82
  },
83
83
  "devDependencies": {
84
- "@azure/communication-calling": "1.8.0-beta.1 || 1.4.4",
85
- "@azure/communication-chat": "1.2.0",
84
+ "@azure/communication-calling": "1.8.0-beta.1 || >=1.4.4",
85
+ "@azure/communication-chat": ">=1.2.0",
86
86
  "@azure/core-auth": "1.3.2",
87
87
  "@babel/cli": "~7.16.0",
88
88
  "@babel/core": "~7.16.0",
89
- "@internal/calling-component-bindings": "1.3.3-alpha-202210270017.0",
90
- "@internal/calling-stateful-client": "1.3.3-alpha-202210270017.0",
91
- "@internal/chat-component-bindings": "1.3.3-alpha-202210270017.0",
92
- "@internal/chat-stateful-client": "1.3.3-alpha-202210270017.0",
93
- "@internal/fake-backends": "1.3.3-alpha-202210270017.0",
94
- "@internal/react-components": "1.3.3-alpha-202210270017.0",
95
- "@internal/react-composites": "1.3.3-alpha-202210270017.0",
89
+ "@internal/calling-component-bindings": "1.3.3-alpha-202210280017.0",
90
+ "@internal/calling-stateful-client": "1.3.3-alpha-202210280017.0",
91
+ "@internal/chat-component-bindings": "1.3.3-alpha-202210280017.0",
92
+ "@internal/chat-stateful-client": "1.3.3-alpha-202210280017.0",
93
+ "@internal/fake-backends": "1.3.3-alpha-202210280017.0",
94
+ "@internal/react-components": "1.3.3-alpha-202210280017.0",
95
+ "@internal/react-composites": "1.3.3-alpha-202210280017.0",
96
96
  "@microsoft/api-documenter": "~7.12.11",
97
97
  "@microsoft/api-extractor": "~7.18.0",
98
98
  "@rollup/plugin-json": "~4.1.0",