@azure/communication-react 1.17.0-alpha-202405240014 → 1.17.0-alpha-202405260014
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 +308 -18
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CeKa8qDu.js → ChatMessageComponentAsRichTextEditBox-JJcSXeg5.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CeKa8qDu.js.map → ChatMessageComponentAsRichTextEditBox-JJcSXeg5.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-xx9t_FzT.js → RichTextSendBoxWrapper-X-3v6QTM.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-xx9t_FzT.js.map → RichTextSendBoxWrapper-X-3v6QTM.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-qGuuq6Hb.js → index-DpbIPxer.js} +253 -48
- package/dist/dist-cjs/communication-react/index-DpbIPxer.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +3 -1
- 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/createTeamsCallHandlers.d.ts +5 -5
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +18 -7
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +4 -1
- package/dist/dist-esm/communication-react/src/index.js +2 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +1 -0
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationBar.d.ts +65 -0
- package/dist/dist-esm/react-components/src/components/NotificationBar.js +38 -0
- package/dist/dist-esm/react-components/src/components/NotificationBar.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Notifications.d.ts +215 -0
- package/dist/dist-esm/react-components/src/components/Notifications.js +48 -0
- package/dist/dist-esm/react-components/src/components/Notifications.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +3 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +6 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +3 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/index.js +4 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.js +56 -0
- package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/utils.js +29 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +157 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +5 -4
- 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 +4 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/package.json +2 -2
- package/dist/dist-cjs/communication-react/index-qGuuq6Hb.js.map +0 -1
@@ -7,5 +7,7 @@ import de_DE from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_DE_DE = {
|
10
|
+
export const COMPONENT_LOCALE_DE_DE = {
|
11
|
+
strings: createComponentStrings(de_DE)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/de-DE/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/de-DE/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport de_DE from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for German (Germany).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_DE_DE: ComponentLocale = {\n strings: createComponentStrings(de_DE as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import en_GB from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_EN_GB = {
|
10
|
+
export const COMPONENT_LOCALE_EN_GB = {
|
11
|
+
strings: createComponentStrings(en_GB)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/en-GB/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/en-GB/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport en_GB from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for English (GB).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_EN_GB: ComponentLocale = {\n strings: createComponentStrings(en_GB as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -259,12 +259,167 @@
|
|
259
259
|
"unableToStartVideoEffect": "Unable to apply video effect.",
|
260
260
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."
|
261
261
|
},
|
262
|
+
"notifications": {
|
263
|
+
"unableToReachChatService": {
|
264
|
+
"title": "You are offline.",
|
265
|
+
"closeButtonAriaLabel": "Close"
|
266
|
+
},
|
267
|
+
"accessDenied": {
|
268
|
+
"title": "Unable to access chat services",
|
269
|
+
"message": "Please check the user credentials provided",
|
270
|
+
"closeButtonAriaLabel": "Close"
|
271
|
+
},
|
272
|
+
"userNotInChatThread": {
|
273
|
+
"title": "You are no longer in this chat thread.",
|
274
|
+
"closeButtonAriaLabel": "Close"
|
275
|
+
},
|
276
|
+
"sendMessageNotInChatThread": {
|
277
|
+
"title": "Failed to send message",
|
278
|
+
"message": "You are no longer in this chat thread",
|
279
|
+
"closeButtonAriaLabel": "Close"
|
280
|
+
},
|
281
|
+
"sendMessageGeneric": {
|
282
|
+
"title": "Failed to send message.",
|
283
|
+
"closeButtonAriaLabel": "Close"
|
284
|
+
},
|
285
|
+
"callingNetworkFailure": {
|
286
|
+
"title": "Troubling connecting call",
|
287
|
+
"message": "You seem to be offline. Please check your network connection and try again.",
|
288
|
+
"closeButtonAriaLabel": "Close"
|
289
|
+
},
|
290
|
+
"startVideoGeneric": {
|
291
|
+
"title": "Failed to start video.",
|
292
|
+
"closeButtonAriaLabel": "Close"
|
293
|
+
},
|
294
|
+
"stopVideoGeneric": {
|
295
|
+
"title": "Failed to stop video.",
|
296
|
+
"closeButtonAriaLabel": "Close"
|
297
|
+
},
|
298
|
+
"muteGeneric": {
|
299
|
+
"title": "Failed to mute microphone.",
|
300
|
+
"closeButtonAriaLabel": "Close"
|
301
|
+
},
|
302
|
+
"unmuteGeneric": {
|
303
|
+
"title": "Failed to unmute microphone.",
|
304
|
+
"closeButtonAriaLabel": "Close"
|
305
|
+
},
|
306
|
+
"speakingWhileMuted": {
|
307
|
+
"title": "You're muted.",
|
308
|
+
"closeButtonAriaLabel": "Close"
|
309
|
+
},
|
310
|
+
"startScreenShareGeneric": {
|
311
|
+
"title": "There was an issue starting screen share.",
|
312
|
+
"closeButtonAriaLabel": "Close"
|
313
|
+
},
|
314
|
+
"stopScreenShareGeneric": {
|
315
|
+
"title": "Failed to stop screen sharing.",
|
316
|
+
"closeButtonAriaLabel": "Close"
|
317
|
+
},
|
318
|
+
"callNetworkQualityLow": {
|
319
|
+
"title": "Network quality is low.",
|
320
|
+
"closeButtonAriaLabel": "Close"
|
321
|
+
},
|
322
|
+
"callNoSpeakerFound": {
|
323
|
+
"title": "No speakers or headphones found",
|
324
|
+
"message": "Connect an audio device to hear the call.",
|
325
|
+
"closeButtonAriaLabel": "Close"
|
326
|
+
},
|
327
|
+
"callNoMicrophoneFound": {
|
328
|
+
"title": "No microphones found",
|
329
|
+
"message": "Connect an audio input device.",
|
330
|
+
"closeButtonAriaLabel": "Close"
|
331
|
+
},
|
332
|
+
"callMicrophoneAccessDenied": {
|
333
|
+
"title": "Unable to access microphone",
|
334
|
+
"message": "Click the lock in the address bar to grant permission to this webpage.",
|
335
|
+
"closeButtonAriaLabel": "Close"
|
336
|
+
},
|
337
|
+
"callMicrophoneAccessDeniedSafari": {
|
338
|
+
"title": "Unable to access microphone",
|
339
|
+
"message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
|
340
|
+
"closeButtonAriaLabel": "Close"
|
341
|
+
},
|
342
|
+
"callMicrophoneMutedBySystem": {
|
343
|
+
"title": "You are muted by your system.",
|
344
|
+
"closeButtonAriaLabel": "Close"
|
345
|
+
},
|
346
|
+
"callMicrophoneUnmutedBySystem": {
|
347
|
+
"title": "Your microphone recovered and you were unmuted by your system.",
|
348
|
+
"closeButtonAriaLabel": "Close"
|
349
|
+
},
|
350
|
+
"callMacOsMicrophoneAccessDenied": {
|
351
|
+
"title": "Unable to access microphone",
|
352
|
+
"message": "Grant microphone permission in your macOS privacy settings.",
|
353
|
+
"closeButtonAriaLabel": "Close"
|
354
|
+
},
|
355
|
+
"callLocalVideoFreeze": {
|
356
|
+
"title": "Network bandwidth is poor",
|
357
|
+
"message": "Your video may appear paused for others on the call.",
|
358
|
+
"closeButtonAriaLabel": "Close"
|
359
|
+
},
|
360
|
+
"callCameraAccessDenied": {
|
361
|
+
"title": "Unable to access camera",
|
362
|
+
"message": "Click the lock in the address bar to grant permission to this webpage.",
|
363
|
+
"closeButtonAriaLabel": "Close"
|
364
|
+
},
|
365
|
+
"callCameraAccessDeniedSafari": {
|
366
|
+
"title": "Unable to access camera",
|
367
|
+
"message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
|
368
|
+
"closeButtonAriaLabel": "Close"
|
369
|
+
},
|
370
|
+
"callCameraAlreadyInUse": {
|
371
|
+
"title": "Unable to access camera",
|
372
|
+
"message": "It may already be in use by another application.",
|
373
|
+
"closeButtonAriaLabel": "Close"
|
374
|
+
},
|
375
|
+
"callVideoStoppedBySystem": {
|
376
|
+
"title": "Your video has been stopped by your system.",
|
377
|
+
"closeButtonAriaLabel": "Close"
|
378
|
+
},
|
379
|
+
"callVideoRecoveredBySystem": {
|
380
|
+
"title": "Your video has resumed.",
|
381
|
+
"closeButtonAriaLabel": "Close"
|
382
|
+
},
|
383
|
+
"callMacOsCameraAccessDenied": {
|
384
|
+
"title": "MacOS is blocking access to your camera",
|
385
|
+
"message": "Update your privacy settings to allow this browser to access your camera.",
|
386
|
+
"closeButtonAriaLabel": "Close"
|
387
|
+
},
|
388
|
+
"callMacOsScreenShareAccessDenied": {
|
389
|
+
"title": "MacOS is blocking screen sharing",
|
390
|
+
"message": "Update your privacy settings to allow this browser to record your screen.",
|
391
|
+
"closeButtonAriaLabel": "Close"
|
392
|
+
},
|
393
|
+
"failedToJoinCallGeneric": {
|
394
|
+
"title": "Failed to join call.",
|
395
|
+
"closeButtonAriaLabel": "Close"
|
396
|
+
},
|
397
|
+
"failedToJoinCallInvalidMeetingLink": {
|
398
|
+
"title": "Unable to join Meeting. Invalid Link.",
|
399
|
+
"closeButtonAriaLabel": "Close"
|
400
|
+
},
|
401
|
+
"cameraFrozenForRemoteParticipants": {
|
402
|
+
"title": "Users in the call are having issues seeing your video",
|
403
|
+
"message": "Please check your devices and network.",
|
404
|
+
"closeButtonAriaLabel": "Close"
|
405
|
+
},
|
406
|
+
"unableToStartVideoEffect": {
|
407
|
+
"title": "Unable to apply video effect.",
|
408
|
+
"closeButtonAriaLabel": "Close"
|
409
|
+
},
|
410
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
411
|
+
"title": "Cannot start spotlight on participant(s)",
|
412
|
+
"message": "The maximum number of participants are already spotlighted.",
|
413
|
+
"closeButtonAriaLabel": "Close"
|
414
|
+
}
|
415
|
+
},
|
262
416
|
"videoGallery": {
|
263
417
|
"screenIsBeingSharedMessage": "You are sharing your screen",
|
264
418
|
"screenShareLoadingMessage": "Loading {participant}'s screen",
|
265
419
|
"localVideoLabel": "You",
|
266
420
|
"localVideoCameraSwitcherLabel": "Switch camera",
|
267
421
|
"localVideoMovementLabel": "Movable Local Video Tile",
|
422
|
+
"localVideoMovementAriaLabel": "Movable Local Video Tile",
|
268
423
|
"localVideoSelectedDescription": "{cameraName} selected",
|
269
424
|
"displayNamePlaceholder": "Unnamed participant",
|
270
425
|
"fitRemoteParticipantToFrame": "Fit to frame",
|
@@ -295,7 +450,8 @@
|
|
295
450
|
},
|
296
451
|
"videoTile": {
|
297
452
|
"participantStateRinging": "Calling...",
|
298
|
-
"participantStateHold": "On hold"
|
453
|
+
"participantStateHold": "On hold",
|
454
|
+
"moreOptionsButtonAriaLabel": "More Options"
|
299
455
|
},
|
300
456
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
301
457
|
"primaryText": "Allow {appName} to use your camera and microphone",
|
@@ -7,5 +7,7 @@ import es_ES from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_ES_ES = {
|
10
|
+
export const COMPONENT_LOCALE_ES_ES = {
|
11
|
+
strings: createComponentStrings(es_ES)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/es-ES/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/es-ES/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport es_ES from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Spanish (Spain).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ES_ES: ComponentLocale = {\n strings: createComponentStrings(es_ES as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import fi_FI from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_FI_FI = {
|
10
|
+
export const COMPONENT_LOCALE_FI_FI = {
|
11
|
+
strings: createComponentStrings(fi_FI)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fi-FI/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fi-FI/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport fi_FI from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Finnish (Finland).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_FI_FI: ComponentLocale = {\n strings: createComponentStrings(fi_FI as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import fr_FR from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_FR_FR = {
|
10
|
+
export const COMPONENT_LOCALE_FR_FR = {
|
11
|
+
strings: createComponentStrings(fr_FR)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fr-FR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fr-FR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport fr_FR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for French (France).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_FR_FR: ComponentLocale = {\n strings: createComponentStrings(fr_FR as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import he_IL from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_HE_IL = {
|
10
|
+
export const COMPONENT_LOCALE_HE_IL = {
|
11
|
+
strings: createComponentStrings(he_IL)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/he-IL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/he-IL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport he_IL from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Hebrew (Israel).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_HE_IL: ComponentLocale = {\n strings: createComponentStrings(he_IL as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import it_IT from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_IT_IT = {
|
10
|
+
export const COMPONENT_LOCALE_IT_IT = {
|
11
|
+
strings: createComponentStrings(it_IT)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/it-IT/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/it-IT/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport it_IT from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Italian (Italy).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_IT_IT: ComponentLocale = {\n strings: createComponentStrings(it_IT as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import ja_JP from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_JA_JP = {
|
10
|
+
export const COMPONENT_LOCALE_JA_JP = {
|
11
|
+
strings: createComponentStrings(ja_JP)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ja-JP/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ja-JP/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport ja_JP from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Japanese (Japan).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_JA_JP: ComponentLocale = {\n strings: createComponentStrings(ja_JP as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import ko_KR from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_KO_KR = {
|
10
|
+
export const COMPONENT_LOCALE_KO_KR = {
|
11
|
+
strings: createComponentStrings(ko_KR)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ko-KR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ko-KR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport ko_KR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Korean (South Korea).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_KO_KR: ComponentLocale = {\n strings: createComponentStrings(ko_KR as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import nb_NO from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_NB_NO = {
|
10
|
+
export const COMPONENT_LOCALE_NB_NO = {
|
11
|
+
strings: createComponentStrings(nb_NO)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nb-NO/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nb-NO/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport nb_NO from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Norwegian Bokmål (Norway) .\n *\n * @public\n */\nexport const COMPONENT_LOCALE_NB_NO: ComponentLocale = {\n strings: createComponentStrings(nb_NO as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import nl_NL from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_NL_NL = {
|
10
|
+
export const COMPONENT_LOCALE_NL_NL = {
|
11
|
+
strings: createComponentStrings(nl_NL)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nl-NL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nl-NL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport nl_NL from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Dutch (Netherlands).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_NL_NL: ComponentLocale = {\n strings: createComponentStrings(nl_NL as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import pl_PL from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_PL_PL = {
|
10
|
+
export const COMPONENT_LOCALE_PL_PL = {
|
11
|
+
strings: createComponentStrings(pl_PL)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pl-PL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pl-PL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport pl_PL from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Polish (Poland).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_PL_PL: ComponentLocale = {\n strings: createComponentStrings(pl_PL as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import pt_BR from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_PT_BR = {
|
10
|
+
export const COMPONENT_LOCALE_PT_BR = {
|
11
|
+
strings: createComponentStrings(pt_BR)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pt-BR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pt-BR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport pt_BR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Portuguese (Brazil).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_PT_BR: ComponentLocale = {\n strings: createComponentStrings(pt_BR as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import ru_RU from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_RU_RU = {
|
10
|
+
export const COMPONENT_LOCALE_RU_RU = {
|
11
|
+
strings: createComponentStrings(ru_RU)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ru-RU/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ru-RU/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport ru_RU from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Russian (Russia).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_RU_RU: ComponentLocale = {\n strings: createComponentStrings(ru_RU as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import sv_SE from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_SV_SE = {
|
10
|
+
export const COMPONENT_LOCALE_SV_SE = {
|
11
|
+
strings: createComponentStrings(sv_SE)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/sv-SE/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/sv-SE/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport sv_SE from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Swedish (Sweden) .\n *\n * @public\n */\nexport const COMPONENT_LOCALE_SV_SE: ComponentLocale = {\n strings: createComponentStrings(sv_SE as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import tr_TR from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_TR_TR = {
|
10
|
+
export const COMPONENT_LOCALE_TR_TR = {
|
11
|
+
strings: createComponentStrings(tr_TR)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/tr-TR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/tr-TR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport tr_TR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Turkish (Turkey).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_TR_TR: ComponentLocale = {\n strings: createComponentStrings(tr_TR as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import zh_CN from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_ZH_CN = {
|
10
|
+
export const COMPONENT_LOCALE_ZH_CN = {
|
11
|
+
strings: createComponentStrings(zh_CN)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-CN/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-CN/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport zh_CN from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Chinese (Mainland China).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ZH_CN: ComponentLocale = {\n strings: createComponentStrings(zh_CN as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -7,5 +7,7 @@ import zh_TW from './strings.json';
|
|
7
7
|
*
|
8
8
|
* @public
|
9
9
|
*/
|
10
|
-
export const COMPONENT_LOCALE_ZH_TW = {
|
10
|
+
export const COMPONENT_LOCALE_ZH_TW = {
|
11
|
+
strings: createComponentStrings(zh_TW)
|
12
|
+
};
|
11
13
|
//# sourceMappingURL=ComponentLocale.js.map
|
package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-TW/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-TW/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport zh_TW from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Chinese (Taiwan).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ZH_TW: ComponentLocale = {\n strings: createComponentStrings(zh_TW as PartialDeep<ComponentStrings>)\n};\n"]}
|
@@ -277,7 +277,7 @@ export type TeamsAdapterOptions = CommonCallAdapterOptions;
|
|
277
277
|
/**
|
278
278
|
* Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
|
279
279
|
*
|
280
|
-
* @
|
280
|
+
* @public
|
281
281
|
*/
|
282
282
|
export type TeamsCallAdapterArgs = {
|
283
283
|
userId: MicrosoftTeamsUserIdentifier;
|
@@ -324,9 +324,9 @@ export declare const _createAzureCommunicationCallAdapterInner: ({ userId, displ
|
|
324
324
|
telemetryImplementationHint?: _TelemetryImplementationHint;
|
325
325
|
}) => Promise<CallAdapter>;
|
326
326
|
/**
|
327
|
-
* @
|
327
|
+
* @public
|
328
328
|
*/
|
329
|
-
export declare const createTeamsCallAdapter: (
|
329
|
+
export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
|
330
330
|
/**
|
331
331
|
* A custom React hook to simplify the creation of {@link CallAdapter}.
|
332
332
|
*
|
@@ -354,7 +354,7 @@ export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommu
|
|
354
354
|
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
355
355
|
* See storybook for typical usage examples.
|
356
356
|
*
|
357
|
-
* @
|
357
|
+
* @public
|
358
358
|
*/
|
359
359
|
export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
|
360
360
|
/**
|
@@ -381,7 +381,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
|
|
381
381
|
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
382
382
|
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
383
383
|
*
|
384
|
-
* @
|
384
|
+
* @public
|
385
385
|
*/
|
386
386
|
export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
|
387
387
|
export {};
|
@@ -1118,9 +1118,10 @@ export const _createAzureCommunicationCallAdapterInner = (_a) => __awaiter(void
|
|
1118
1118
|
});
|
1119
1119
|
/* @conditional-compile-remove(teams-identity-support) */
|
1120
1120
|
/**
|
1121
|
-
* @
|
1121
|
+
* @public
|
1122
1122
|
*/
|
1123
|
-
export const createTeamsCallAdapter = (
|
1123
|
+
export const createTeamsCallAdapter = (args) => __awaiter(void 0, void 0, void 0, function* () {
|
1124
|
+
const { userId, credential, locator, options } = args;
|
1124
1125
|
if (isCommunicationUserIdentifier(userId)) {
|
1125
1126
|
throw new Error('Communication User identifier is not supported by TeamsCallAdapter, please use our AzureCommunicationCallAdapter.');
|
1126
1127
|
}
|
@@ -1317,7 +1318,7 @@ beforeDispose) => {
|
|
1317
1318
|
* Note that you must memoize the arguments to avoid recreating adapter on each render.
|
1318
1319
|
* See storybook for typical usage examples.
|
1319
1320
|
*
|
1320
|
-
* @
|
1321
|
+
* @public
|
1321
1322
|
*/
|
1322
1323
|
export const useTeamsCallAdapter = (
|
1323
1324
|
/**
|
@@ -1373,7 +1374,7 @@ export function createAzureCommunicationCallAdapterFromClient(callClient, callAg
|
|
1373
1374
|
* Useful if you want to keep a reference to {@link StatefulCallClient}.
|
1374
1375
|
* Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
|
1375
1376
|
*
|
1376
|
-
* @
|
1377
|
+
* @public
|
1377
1378
|
*/
|
1378
1379
|
export const createTeamsCallAdapterFromClient = (callClient, callAgent, locator, options) => __awaiter(void 0, void 0, void 0, function* () {
|
1379
1380
|
const deviceManager = (yield callClient.getDeviceManager());
|