@azure/communication-react 1.14.0-alpha-202403130012 → 1.14.0-alpha-202403150012
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 +5 -5
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Be7pr6o4.js → RichTextSendBoxWrapper-UUKnVH43.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Be7pr6o4.js.map → RichTextSendBoxWrapper-UUKnVH43.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-C3IKJHX1.js → index-Db9LOYoW.js} +471 -201
- package/dist/dist-cjs/communication-react/index-Db9LOYoW.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +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-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.d.ts +3 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +13 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +46 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +18 -8
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +16 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +38 -2
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +6 -2
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +5 -2
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +19 -8
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +60 -0
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.js +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +17 -9
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +47 -3
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +23 -4
- package/dist/dist-esm/react-components/src/theming/themes.js +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +43 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +11 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +32 -21
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +6 -2
- package/package.json +1 -1
- package/dist/dist-cjs/communication-react/index-C3IKJHX1.js.map +0 -1
@@ -3,16 +3,18 @@
|
|
3
3
|
/* @conditional-compile-remove(image-overlay) */
|
4
4
|
import { DefaultButton, Icon, IconButton, Modal, Stack, mergeStyles } from '@fluentui/react';
|
5
5
|
/* @conditional-compile-remove(image-overlay) */
|
6
|
-
import React, { useState } from 'react';
|
6
|
+
import React, { useMemo, useState } from 'react';
|
7
7
|
/* @conditional-compile-remove(image-overlay) */
|
8
8
|
import { bodyContainer, brokenImageStyle, cancelIcon, closeButtonStyles, controlBarContainerStyle, downloadButtonStyle, downloadIcon, downloadIconStyle, focusTrapZoneStyle, headerStyle, normalImageStyle, overlayStyles, scrollableContentStyle, smallDownloadButtonContainerStyle, themeProviderRootStyle, titleBarContainerStyle, titleStyle } from './styles/ImageOverlay.style';
|
9
9
|
/* @conditional-compile-remove(image-overlay) */
|
10
10
|
import { FluentThemeProvider } from '../theming/FluentThemeProvider';
|
11
11
|
/* @conditional-compile-remove(image-overlay) */
|
12
12
|
import { useLocale } from '../localization';
|
13
|
-
/* @conditional-compile-remove(image-overlay) */
|
13
|
+
/* @conditional-compile-remove(image-overlay-theme) */
|
14
14
|
import { imageOverlayTheme } from '../theming';
|
15
15
|
/* @conditional-compile-remove(image-overlay) */
|
16
|
+
import { darkTheme } from '../theming';
|
17
|
+
/* @conditional-compile-remove(image-overlay) */
|
16
18
|
/**
|
17
19
|
* Component to render a fullscreen modal for a selected image.
|
18
20
|
*
|
@@ -23,18 +25,24 @@ export const ImageOverlay = (props) => {
|
|
23
25
|
/* @conditional-compile-remove(image-overlay) */
|
24
26
|
const localeStrings = useLocale().strings.imageOverlay;
|
25
27
|
const [isImageLoaded, setIsImageLoaded] = useState(true);
|
26
|
-
|
28
|
+
/* @conditional-compile-remove(image-overlay) */
|
29
|
+
const overlayTheme = useMemo(() => {
|
30
|
+
/* @conditional-compile-remove(image-overlay-theme) */
|
31
|
+
return imageOverlayTheme;
|
32
|
+
return Object.assign(Object.assign({}, darkTheme), { semanticColors: Object.assign(Object.assign({}, darkTheme.semanticColors), { bodyBackground: 'rgba(0, 0, 0, 0.85)' }) });
|
33
|
+
}, []);
|
34
|
+
const imageStyle = isImageLoaded ? normalImageStyle : brokenImageStyle(overlayTheme);
|
27
35
|
const renderHeaderBar = () => {
|
28
36
|
return (React.createElement(Stack, { className: mergeStyles(headerStyle) },
|
29
37
|
React.createElement(Stack, { className: mergeStyles(titleBarContainerStyle) },
|
30
38
|
titleIcon,
|
31
|
-
React.createElement(Stack.Item, { className: mergeStyles(titleStyle(
|
39
|
+
React.createElement(Stack.Item, { className: mergeStyles(titleStyle(overlayTheme)), "aria-label": title || 'Image' }, title)),
|
32
40
|
React.createElement(Stack, { className: mergeStyles(controlBarContainerStyle) },
|
33
41
|
onDownloadButtonClicked && (React.createElement(DefaultButton, { className: mergeStyles(downloadButtonStyle),
|
34
42
|
/* @conditional-compile-remove(image-overlay) */
|
35
|
-
text: localeStrings.downloadButtonLabel, onClick: () => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc), onRenderIcon: () => React.createElement(Icon, { iconName: downloadIcon.iconName, className: mergeStyles(downloadIconStyle) }), "aria-live": 'polite', "aria-label": localeStrings.downloadButtonLabel })),
|
36
|
-
onDownloadButtonClicked && (React.createElement(IconButton, { iconProps: downloadIcon, className: mergeStyles(smallDownloadButtonContainerStyle(
|
37
|
-
React.createElement(IconButton, { iconProps: cancelIcon, className: mergeStyles(closeButtonStyles(
|
43
|
+
text: localeStrings.downloadButtonLabel, onClick: () => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc), onRenderIcon: () => React.createElement(Icon, { iconName: downloadIcon.iconName, className: mergeStyles(downloadIconStyle) }), "aria-live": 'polite', "aria-label": localeStrings.downloadButtonLabel, disabled: imageSrc === '' })),
|
44
|
+
onDownloadButtonClicked && (React.createElement(IconButton, { iconProps: downloadIcon, className: mergeStyles(smallDownloadButtonContainerStyle(overlayTheme)), onClick: () => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc), "aria-label": localeStrings.downloadButtonLabel, "aria-live": 'polite', disabled: imageSrc === '' })),
|
45
|
+
React.createElement(IconButton, { iconProps: cancelIcon, className: mergeStyles(closeButtonStyles(overlayTheme)), onClick: onDismiss,
|
38
46
|
/* @conditional-compile-remove(image-overlay) */
|
39
47
|
ariaLabel: localeStrings.dismissButtonAriaLabel, "aria-live": 'polite' }))));
|
40
48
|
};
|
@@ -45,8 +53,8 @@ export const ImageOverlay = (props) => {
|
|
45
53
|
event.persist();
|
46
54
|
} }))));
|
47
55
|
};
|
48
|
-
return (React.createElement(Modal, { titleAriaId: title, isOpen: isOpen, onDismiss: onDismiss, overlay: { styles: Object.assign({}, overlayStyles(
|
49
|
-
React.createElement(FluentThemeProvider, { fluentTheme:
|
56
|
+
return (React.createElement(Modal, { titleAriaId: title, isOpen: isOpen, onDismiss: onDismiss, overlay: { styles: Object.assign({}, overlayStyles(overlayTheme)) }, styles: { main: focusTrapZoneStyle, scrollableContent: scrollableContentStyle }, isDarkOverlay: true },
|
57
|
+
React.createElement(FluentThemeProvider, { fluentTheme: overlayTheme, rootStyle: themeProviderRootStyle },
|
50
58
|
renderHeaderBar(),
|
51
59
|
renderBodyWithLightDismiss())));
|
52
60
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ImageOverlay.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/ImageOverlay.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(image-overlay) */\nimport { DefaultButton, Icon, IconButton, Modal, Stack, mergeStyles } from '@fluentui/react';\n/* @conditional-compile-remove(image-overlay) */\nimport React, { useState } from 'react';\n/* @conditional-compile-remove(image-overlay) */\nimport {\n bodyContainer,\n brokenImageStyle,\n cancelIcon,\n closeButtonStyles,\n controlBarContainerStyle,\n downloadButtonStyle,\n downloadIcon,\n downloadIconStyle,\n focusTrapZoneStyle,\n headerStyle,\n normalImageStyle,\n overlayStyles,\n scrollableContentStyle,\n smallDownloadButtonContainerStyle,\n themeProviderRootStyle,\n titleBarContainerStyle,\n titleStyle\n} from './styles/ImageOverlay.style';\n/* @conditional-compile-remove(image-overlay) */\nimport { FluentThemeProvider } from '../theming/FluentThemeProvider';\n/* @conditional-compile-remove(image-overlay) */\nimport { useLocale } from '../localization';\n/* @conditional-compile-remove(image-overlay) */\nimport { imageOverlayTheme } from '../theming';\n\n/* @conditional-compile-remove(image-overlay) */\n/**\n * Props for {@link ImageOverlay}.\n *\n * @public\n */\nexport interface ImageOverlayProps {\n /**\n * Boolean that controls whether the modal is displayed.\n */\n isOpen: boolean;\n /**\n * Image source used to display the image in a large scale.\n */\n imageSrc: string;\n /**\n * Optional string used as a alt text for the image. @default 'image'\n */\n altText?: string;\n /**\n * Optional string used as the title of the image and displayed on the top left corner of the ImageOverlay.\n */\n title?: string;\n /**\n * Optional JSX element used as a title icon and displayed to the left of the title element.\n */\n titleIcon?: JSX.Element;\n /**\n * Callback to invoke when the ImageOverlay modal is dismissed\n */\n onDismiss: () => void;\n /**\n * Optional callback called when the download button is clicked. If not provided, the download button will not be rendered.\n */\n onDownloadButtonClicked?: (imageSrc: string) => void;\n}\n/* @conditional-compile-remove(image-overlay) */\n/**\n * Strings of {@link ImageOverlay} that can be overridden.\n *\n * @public\n */\nexport interface ImageOverlayStrings {\n /**\n * Download button label for ImageOverlay\n */\n downloadButtonLabel: string;\n /**\n * Dismiss button aria label for ImageOverlay\n */\n dismissButtonAriaLabel: string;\n}\n/* @conditional-compile-remove(image-overlay) */\n/**\n * Component to render a fullscreen modal for a selected image.\n *\n * @public\n */\nexport const ImageOverlay = (props: ImageOverlayProps): JSX.Element => {\n const { isOpen, imageSrc, title, titleIcon, altText, onDownloadButtonClicked, onDismiss } = props;\n\n /* @conditional-compile-remove(image-overlay) */\n const localeStrings = useLocale().strings.imageOverlay;\n\n const [isImageLoaded, setIsImageLoaded] = useState<boolean>(true);\n\n const imageStyle = isImageLoaded ? normalImageStyle : brokenImageStyle(imageOverlayTheme);\n\n const renderHeaderBar = (): JSX.Element => {\n return (\n <Stack className={mergeStyles(headerStyle)}>\n <Stack className={mergeStyles(titleBarContainerStyle)}>\n {titleIcon}\n <Stack.Item className={mergeStyles(titleStyle(imageOverlayTheme))} aria-label={title || 'Image'}>\n {title}\n </Stack.Item>\n </Stack>\n <Stack className={mergeStyles(controlBarContainerStyle)}>\n {onDownloadButtonClicked && (\n <DefaultButton\n className={mergeStyles(downloadButtonStyle)}\n /* @conditional-compile-remove(image-overlay) */\n text={localeStrings.downloadButtonLabel}\n onClick={() => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc)}\n onRenderIcon={() => <Icon iconName={downloadIcon.iconName} className={mergeStyles(downloadIconStyle)} />}\n aria-live={'polite'}\n /* @conditional-compile-remove(image-overlay) */\n aria-label={localeStrings.downloadButtonLabel}\n />\n )}\n {onDownloadButtonClicked && (\n <IconButton\n iconProps={downloadIcon}\n className={mergeStyles(smallDownloadButtonContainerStyle(imageOverlayTheme))}\n onClick={() => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc)}\n /* @conditional-compile-remove(image-overlay) */\n aria-label={localeStrings.downloadButtonLabel}\n aria-live={'polite'}\n />\n )}\n <IconButton\n iconProps={cancelIcon}\n className={mergeStyles(closeButtonStyles(imageOverlayTheme))}\n onClick={onDismiss}\n /* @conditional-compile-remove(image-overlay) */\n ariaLabel={localeStrings.dismissButtonAriaLabel}\n aria-live={'polite'}\n />\n </Stack>\n </Stack>\n );\n };\n\n const renderBodyWithLightDismiss = (): JSX.Element => {\n return (\n <Stack className={mergeStyles(bodyContainer)} onClick={() => props.onDismiss()}>\n {imageSrc && (\n <img\n src={imageSrc}\n className={mergeStyles(imageStyle)}\n alt={altText || 'image'}\n aria-label={'image-overlay-main-image'}\n aria-live={'polite'}\n onError={() => {\n setIsImageLoaded(false);\n }}\n onClick={(event) => event.stopPropagation()}\n onDoubleClick={(event) => {\n event.persist();\n }}\n />\n )}\n </Stack>\n );\n };\n\n return (\n <Modal\n titleAriaId={title}\n isOpen={isOpen}\n onDismiss={onDismiss}\n overlay={{ styles: { ...overlayStyles(imageOverlayTheme) } }}\n styles={{ main: focusTrapZoneStyle, scrollableContent: scrollableContentStyle }}\n isDarkOverlay={true}\n >\n <FluentThemeProvider fluentTheme={imageOverlayTheme} rootStyle={themeProviderRootStyle}>\n {renderHeaderBar()}\n {renderBodyWithLightDismiss()}\n </FluentThemeProvider>\n </Modal>\n );\n};\n"]}
|
1
|
+
{"version":3,"file":"ImageOverlay.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/ImageOverlay.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(image-overlay) */\nimport { DefaultButton, Icon, IconButton, Modal, PartialTheme, Stack, mergeStyles } from '@fluentui/react';\n/* @conditional-compile-remove(image-overlay) */\nimport React, { useMemo, useState } from 'react';\n/* @conditional-compile-remove(image-overlay) */\nimport {\n bodyContainer,\n brokenImageStyle,\n cancelIcon,\n closeButtonStyles,\n controlBarContainerStyle,\n downloadButtonStyle,\n downloadIcon,\n downloadIconStyle,\n focusTrapZoneStyle,\n headerStyle,\n normalImageStyle,\n overlayStyles,\n scrollableContentStyle,\n smallDownloadButtonContainerStyle,\n themeProviderRootStyle,\n titleBarContainerStyle,\n titleStyle\n} from './styles/ImageOverlay.style';\n/* @conditional-compile-remove(image-overlay) */\nimport { FluentThemeProvider } from '../theming/FluentThemeProvider';\n/* @conditional-compile-remove(image-overlay) */\nimport { useLocale } from '../localization';\n/* @conditional-compile-remove(image-overlay-theme) */\nimport { imageOverlayTheme } from '../theming';\n/* @conditional-compile-remove(image-overlay) */\nimport { darkTheme } from '../theming';\n\n/* @conditional-compile-remove(image-overlay) */\n/**\n * Props for {@link ImageOverlay}.\n *\n * @public\n */\nexport interface ImageOverlayProps {\n /**\n * Boolean that controls whether the modal is displayed.\n */\n isOpen: boolean;\n /**\n * Image source used to display the image in a large scale.\n */\n imageSrc: string;\n /**\n * Optional string used as a alt text for the image. @default 'image'\n */\n altText?: string;\n /**\n * Optional string used as the title of the image and displayed on the top left corner of the ImageOverlay.\n */\n title?: string;\n /**\n * Optional JSX element used as a title icon and displayed to the left of the title element.\n */\n titleIcon?: JSX.Element;\n /**\n * Callback to invoke when the ImageOverlay modal is dismissed\n */\n onDismiss: () => void;\n /**\n * Optional callback called when the download button is clicked. If not provided, the download button will not be rendered.\n */\n onDownloadButtonClicked?: (imageSrc: string) => void;\n}\n/* @conditional-compile-remove(image-overlay) */\n/**\n * Strings of {@link ImageOverlay} that can be overridden.\n *\n * @public\n */\nexport interface ImageOverlayStrings {\n /**\n * Download button label for ImageOverlay\n */\n downloadButtonLabel: string;\n /**\n * Dismiss button aria label for ImageOverlay\n */\n dismissButtonAriaLabel: string;\n}\n/* @conditional-compile-remove(image-overlay) */\n/**\n * Component to render a fullscreen modal for a selected image.\n *\n * @public\n */\nexport const ImageOverlay = (props: ImageOverlayProps): JSX.Element => {\n const { isOpen, imageSrc, title, titleIcon, altText, onDownloadButtonClicked, onDismiss } = props;\n\n /* @conditional-compile-remove(image-overlay) */\n const localeStrings = useLocale().strings.imageOverlay;\n\n const [isImageLoaded, setIsImageLoaded] = useState<boolean>(true);\n\n /* @conditional-compile-remove(image-overlay) */\n const overlayTheme = useMemo((): PartialTheme => {\n /* @conditional-compile-remove(image-overlay-theme) */\n return imageOverlayTheme;\n return {\n ...darkTheme,\n semanticColors: {\n ...darkTheme.semanticColors,\n bodyBackground: 'rgba(0, 0, 0, 0.85)'\n }\n };\n }, []);\n\n const imageStyle = isImageLoaded ? normalImageStyle : brokenImageStyle(overlayTheme);\n\n const renderHeaderBar = (): JSX.Element => {\n return (\n <Stack className={mergeStyles(headerStyle)}>\n <Stack className={mergeStyles(titleBarContainerStyle)}>\n {titleIcon}\n <Stack.Item className={mergeStyles(titleStyle(overlayTheme))} aria-label={title || 'Image'}>\n {title}\n </Stack.Item>\n </Stack>\n <Stack className={mergeStyles(controlBarContainerStyle)}>\n {onDownloadButtonClicked && (\n <DefaultButton\n className={mergeStyles(downloadButtonStyle)}\n /* @conditional-compile-remove(image-overlay) */\n text={localeStrings.downloadButtonLabel}\n onClick={() => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc)}\n onRenderIcon={() => <Icon iconName={downloadIcon.iconName} className={mergeStyles(downloadIconStyle)} />}\n aria-live={'polite'}\n /* @conditional-compile-remove(image-overlay) */\n aria-label={localeStrings.downloadButtonLabel}\n disabled={imageSrc === ''}\n />\n )}\n {onDownloadButtonClicked && (\n <IconButton\n iconProps={downloadIcon}\n className={mergeStyles(smallDownloadButtonContainerStyle(overlayTheme))}\n onClick={() => onDownloadButtonClicked && onDownloadButtonClicked(imageSrc)}\n /* @conditional-compile-remove(image-overlay) */\n aria-label={localeStrings.downloadButtonLabel}\n aria-live={'polite'}\n disabled={imageSrc === ''}\n />\n )}\n <IconButton\n iconProps={cancelIcon}\n className={mergeStyles(closeButtonStyles(overlayTheme))}\n onClick={onDismiss}\n /* @conditional-compile-remove(image-overlay) */\n ariaLabel={localeStrings.dismissButtonAriaLabel}\n aria-live={'polite'}\n />\n </Stack>\n </Stack>\n );\n };\n\n const renderBodyWithLightDismiss = (): JSX.Element => {\n return (\n <Stack className={mergeStyles(bodyContainer)} onClick={() => props.onDismiss()}>\n {imageSrc && (\n <img\n src={imageSrc}\n className={mergeStyles(imageStyle)}\n alt={altText || 'image'}\n aria-label={'image-overlay-main-image'}\n aria-live={'polite'}\n onError={() => {\n setIsImageLoaded(false);\n }}\n onClick={(event) => event.stopPropagation()}\n onDoubleClick={(event) => {\n event.persist();\n }}\n />\n )}\n </Stack>\n );\n };\n\n return (\n <Modal\n titleAriaId={title}\n isOpen={isOpen}\n onDismiss={onDismiss}\n overlay={{ styles: { ...overlayStyles(overlayTheme) } }}\n styles={{ main: focusTrapZoneStyle, scrollableContent: scrollableContentStyle }}\n isDarkOverlay={true}\n >\n <FluentThemeProvider fluentTheme={overlayTheme} rootStyle={themeProviderRootStyle}>\n {renderHeaderBar()}\n {renderBodyWithLightDismiss()}\n </FluentThemeProvider>\n </Modal>\n );\n};\n"]}
|
@@ -21,4 +21,16 @@ export declare const reactionEmojiMenuStyles: () => React.CSSProperties;
|
|
21
21
|
* @private
|
22
22
|
*/
|
23
23
|
export declare const reactionToolTipHostStyle: () => ITooltipHostStyles;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @private
|
27
|
+
*/
|
28
|
+
export declare const mobileViewMenuItemStyle: () => React.CSSProperties;
|
29
|
+
/**
|
30
|
+
* @param backgroundImage - the uri for the reaction emoji resource
|
31
|
+
* @param animationPlayState - the value is either 'running' or 'paused' based on the mouse hover event
|
32
|
+
*
|
33
|
+
* @private
|
34
|
+
*/
|
35
|
+
export declare const mobileViewEmojiStyles: (backgroundImage: string, animationPlayState: string) => React.CSSProperties;
|
24
36
|
//# sourceMappingURL=ReactionButton.styles.d.ts.map
|
@@ -37,7 +37,7 @@ export const emojiStyles = (backgroundImage, animationPlayState) => {
|
|
37
37
|
justifyContent: 'center',
|
38
38
|
alignItems: 'center',
|
39
39
|
backgroundPosition: 'center',
|
40
|
-
backgroundSize: `
|
40
|
+
backgroundSize: `2.75rem 133.875rem`,
|
41
41
|
transition: 'opacity 2s',
|
42
42
|
backgroundColor: 'transparent',
|
43
43
|
transform: `${animationPlayState === 'running' ? 'scale(0.8)' : 'scale(0.6)'}`
|
@@ -54,8 +54,8 @@ export const reactionEmojiMenuStyles = () => {
|
|
54
54
|
justifyContent: 'center',
|
55
55
|
alignItems: 'center',
|
56
56
|
flexDirection: 'row',
|
57
|
-
width: '
|
58
|
-
height: '
|
57
|
+
width: '13.75rem',
|
58
|
+
height: '2.625rem'
|
59
59
|
};
|
60
60
|
};
|
61
61
|
/* @conditional-compile-remove(reaction) */
|
@@ -73,4 +73,48 @@ export const reactionToolTipHostStyle = () => {
|
|
73
73
|
}
|
74
74
|
};
|
75
75
|
};
|
76
|
+
/* @conditional-compile-remove(reaction) */
|
77
|
+
/**
|
78
|
+
*
|
79
|
+
* @private
|
80
|
+
*/
|
81
|
+
export const mobileViewMenuItemStyle = () => {
|
82
|
+
return {
|
83
|
+
display: 'flex',
|
84
|
+
justifyContent: 'space-between',
|
85
|
+
alignItems: 'center',
|
86
|
+
flexDirection: 'row',
|
87
|
+
width: '100%',
|
88
|
+
height: '2.625rem'
|
89
|
+
};
|
90
|
+
};
|
91
|
+
/* @conditional-compile-remove(reaction) */
|
92
|
+
/**
|
93
|
+
* @param backgroundImage - the uri for the reaction emoji resource
|
94
|
+
* @param animationPlayState - the value is either 'running' or 'paused' based on the mouse hover event
|
95
|
+
*
|
96
|
+
* @private
|
97
|
+
*/
|
98
|
+
export const mobileViewEmojiStyles = (backgroundImage, animationPlayState) => {
|
99
|
+
const imageResourceUrl = `url(${backgroundImage})`;
|
100
|
+
return {
|
101
|
+
display: 'flex',
|
102
|
+
flexDirection: 'column',
|
103
|
+
height: '100%',
|
104
|
+
width: '2.75rem',
|
105
|
+
backgroundImage: imageResourceUrl,
|
106
|
+
animationName: playFrames(),
|
107
|
+
animationDuration: '8.12s',
|
108
|
+
animationTimingFunction: `steps(102)`,
|
109
|
+
animationPlayState: animationPlayState,
|
110
|
+
animationIterationCount: 'infinite',
|
111
|
+
justifyContent: 'center',
|
112
|
+
alignItems: 'center',
|
113
|
+
backgroundPosition: 'center',
|
114
|
+
backgroundSize: `2.75rem 133.875rem`,
|
115
|
+
transition: 'opacity 2s',
|
116
|
+
backgroundColor: 'transparent',
|
117
|
+
transform: `${animationPlayState === 'running' ? 'scale(0.8)' : 'scale(0.6)'}`
|
118
|
+
};
|
119
|
+
};
|
76
120
|
//# sourceMappingURL=ReactionButton.styles.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ReactionButton.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/ReactionButton.styles.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2CAA2C;AAC3C,OAAO,EAAsB,SAAS,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAIjF,2CAA2C;AAC3C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC,GAAG,EAAE,CAC7C,SAAS,CAAC;IACR,IAAI,EAAE;QACJ,kBAAkB,EAAE,YAAY;KACjC;IACD,EAAE,EAAE;QACF,kBAAkB,EAAE,SAAS;KAC9B;CACF,CAAC,CACH,CAAC;AAEF,2CAA2C;AAC3C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,eAAuB,EAAE,kBAA0B,EAAuB,EAAE;IACtG,MAAM,gBAAgB,GAAG,OAAO,eAAe,GAAG,CAAC;IACnD,OAAO;QACL,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,MAAM;QACd,KAAK,EAAE,MAAM;QACb,eAAe,EAAE,gBAAgB;QACjC,aAAa,EAAE,UAAU,EAAE;QAC3B,iBAAiB,EAAE,OAAO;QAC1B,uBAAuB,EAAE,YAAY;QACrC,kBAAkB,EAAE,kBAAkB;QACtC,uBAAuB,EAAE,UAAU;QACnC,cAAc,EAAE,QAAQ;QACxB,UAAU,EAAE,QAAQ;QACpB,kBAAkB,EAAE,QAAQ;QAC5B,cAAc,EAAE,
|
1
|
+
{"version":3,"file":"ReactionButton.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/ReactionButton.styles.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2CAA2C;AAC3C,OAAO,EAAsB,SAAS,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAIjF,2CAA2C;AAC3C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC,GAAG,EAAE,CAC7C,SAAS,CAAC;IACR,IAAI,EAAE;QACJ,kBAAkB,EAAE,YAAY;KACjC;IACD,EAAE,EAAE;QACF,kBAAkB,EAAE,SAAS;KAC9B;CACF,CAAC,CACH,CAAC;AAEF,2CAA2C;AAC3C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,eAAuB,EAAE,kBAA0B,EAAuB,EAAE;IACtG,MAAM,gBAAgB,GAAG,OAAO,eAAe,GAAG,CAAC;IACnD,OAAO;QACL,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,MAAM;QACd,KAAK,EAAE,MAAM;QACb,eAAe,EAAE,gBAAgB;QACjC,aAAa,EAAE,UAAU,EAAE;QAC3B,iBAAiB,EAAE,OAAO;QAC1B,uBAAuB,EAAE,YAAY;QACrC,kBAAkB,EAAE,kBAAkB;QACtC,uBAAuB,EAAE,UAAU;QACnC,cAAc,EAAE,QAAQ;QACxB,UAAU,EAAE,QAAQ;QACpB,kBAAkB,EAAE,QAAQ;QAC5B,cAAc,EAAE,oBAAoB;QACpC,UAAU,EAAE,YAAY;QACxB,eAAe,EAAE,aAAa;QAC9B,SAAS,EAAE,GAAG,kBAAkB,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,YAAY,EAAE;KAC/E,CAAC;AACJ,CAAC,CAAC;AAEF,2CAA2C;AAC3C;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAwB,EAAE;IAC/D,OAAO;QACL,OAAO,EAAE,MAAM;QACf,cAAc,EAAE,QAAQ;QACxB,UAAU,EAAE,QAAQ;QACpB,aAAa,EAAE,KAAK;QACpB,KAAK,EAAE,UAAU;QACjB,MAAM,EAAE,UAAU;KACnB,CAAC;AACJ,CAAC,CAAC;AAEF,2CAA2C;AAC3C;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAuB,EAAE;IAC/D,OAAO;QACL,IAAI,EAAE;YACJ,OAAO,EAAE,MAAM;YACf,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,MAAM;YACd,KAAK,EAAE,MAAM;SACd;KACF,CAAC;AACJ,CAAC,CAAC;AAEF,2CAA2C;AAC3C;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAwB,EAAE;IAC/D,OAAO;QACL,OAAO,EAAE,MAAM;QACf,cAAc,EAAE,eAAe;QAC/B,UAAU,EAAE,QAAQ;QACpB,aAAa,EAAE,KAAK;QACpB,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,UAAU;KACnB,CAAC;AACJ,CAAC,CAAC;AAEF,2CAA2C;AAC3C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,eAAuB,EAAE,kBAA0B,EAAuB,EAAE;IAChH,MAAM,gBAAgB,GAAG,OAAO,eAAe,GAAG,CAAC;IACnD,OAAO;QACL,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,MAAM;QACd,KAAK,EAAE,SAAS;QAChB,eAAe,EAAE,gBAAgB;QACjC,aAAa,EAAE,UAAU,EAAE;QAC3B,iBAAiB,EAAE,OAAO;QAC1B,uBAAuB,EAAE,YAAY;QACrC,kBAAkB,EAAE,kBAAkB;QACtC,uBAAuB,EAAE,UAAU;QACnC,cAAc,EAAE,QAAQ;QACxB,UAAU,EAAE,QAAQ;QACpB,kBAAkB,EAAE,QAAQ;QAC5B,cAAc,EAAE,oBAAoB;QACpC,UAAU,EAAE,YAAY;QACxB,eAAe,EAAE,aAAa;QAC9B,SAAS,EAAE,GAAG,kBAAkB,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,YAAY,EAAE;KAC/E,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(reaction) */\nimport { ITooltipHostStyles, keyframes, memoizeFunction } from '@fluentui/react';\n/* @conditional-compile-remove(reaction) */\nimport React from 'react';\n\n/* @conditional-compile-remove(reaction) */\n/**\n * @private\n */\nexport const playFrames = memoizeFunction(() =>\n keyframes({\n from: {\n backgroundPosition: '0px 8568px'\n },\n to: {\n backgroundPosition: '0px 0px'\n }\n })\n);\n\n/* @conditional-compile-remove(reaction) */\n/**\n * @param backgroundImage - the uri for the reaction emoji resource\n * @param animationPlayState - the value is either 'running' or 'paused' based on the mouse hover event\n *\n * @private\n */\nexport const emojiStyles = (backgroundImage: string, animationPlayState: string): React.CSSProperties => {\n const imageResourceUrl = `url(${backgroundImage})`;\n return {\n display: 'flex',\n flexDirection: 'column',\n height: '100%',\n width: '100%',\n backgroundImage: imageResourceUrl,\n animationName: playFrames(),\n animationDuration: '8.12s',\n animationTimingFunction: `steps(102)`,\n animationPlayState: animationPlayState,\n animationIterationCount: 'infinite',\n justifyContent: 'center',\n alignItems: 'center',\n backgroundPosition: 'center',\n backgroundSize: `2.75rem 133.875rem`,\n transition: 'opacity 2s',\n backgroundColor: 'transparent',\n transform: `${animationPlayState === 'running' ? 'scale(0.8)' : 'scale(0.6)'}`\n };\n};\n\n/* @conditional-compile-remove(reaction) */\n/**\n *\n * @private\n */\nexport const reactionEmojiMenuStyles = (): React.CSSProperties => {\n return {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n flexDirection: 'row',\n width: '13.75rem',\n height: '2.625rem'\n };\n};\n\n/* @conditional-compile-remove(reaction) */\n/**\n *\n * @private\n */\nexport const reactionToolTipHostStyle = (): ITooltipHostStyles => {\n return {\n root: {\n display: 'flex',\n flexDirection: 'column',\n height: '100%',\n width: '100%'\n }\n };\n};\n\n/* @conditional-compile-remove(reaction) */\n/**\n *\n * @private\n */\nexport const mobileViewMenuItemStyle = (): React.CSSProperties => {\n return {\n display: 'flex',\n justifyContent: 'space-between',\n alignItems: 'center',\n flexDirection: 'row',\n width: '100%',\n height: '2.625rem'\n };\n};\n\n/* @conditional-compile-remove(reaction) */\n/**\n * @param backgroundImage - the uri for the reaction emoji resource\n * @param animationPlayState - the value is either 'running' or 'paused' based on the mouse hover event\n *\n * @private\n */\nexport const mobileViewEmojiStyles = (backgroundImage: string, animationPlayState: string): React.CSSProperties => {\n const imageResourceUrl = `url(${backgroundImage})`;\n return {\n display: 'flex',\n flexDirection: 'column',\n height: '100%',\n width: '2.75rem',\n backgroundImage: imageResourceUrl,\n animationName: playFrames(),\n animationDuration: '8.12s',\n animationTimingFunction: `steps(102)`,\n animationPlayState: animationPlayState,\n animationIterationCount: 'infinite',\n justifyContent: 'center',\n alignItems: 'center',\n backgroundPosition: 'center',\n backgroundSize: `2.75rem 133.875rem`,\n transition: 'opacity 2s',\n backgroundColor: 'transparent',\n transform: `${animationPlayState === 'running' ? 'scale(0.8)' : 'scale(0.6)'}`\n };\n};\n"]}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "تم كتم الصوت",
|
8
8
|
"displayNamePlaceholder": "مشارك غير مسمى",
|
9
9
|
"participantStateRinging": "يتم الآن الاتصال...",
|
10
|
-
"participantStateHold": "قيد الانتظار"
|
10
|
+
"participantStateHold": "قيد الانتظار",
|
11
|
+
"attendeeRole": "الحضور"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} من الأشخاص الإضافيين"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "جارٍ التحميل",
|
29
30
|
"uploadCompleted": "اكتمل التحميل"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "أدخل رسالة",
|
34
|
+
"textTooLong": "تجاوز طول الرسالة الحد الأقصى.",
|
35
|
+
"sendButtonAriaLabel": "إرسال رسالة",
|
36
|
+
"fileUploadsPendingError": "جارٍ التحميل... الرجاء الانتظار.",
|
37
|
+
"removeFile": "إزالة الملف",
|
38
|
+
"uploading": "يتم الآن التحميل",
|
39
|
+
"uploadCompleted": "اكتمل التحميل",
|
40
|
+
"boldTooltip": "غامق",
|
41
|
+
"italicTooltip": "مائل",
|
42
|
+
"underlineTooltip": "مسطّر",
|
43
|
+
"bulletListTooltip": "قائمة ذات تعداد نقطي",
|
44
|
+
"numberListTooltip": "قائمة مرقّمة",
|
45
|
+
"increaseIndentTooltip": "زيادة المسافة البادئة",
|
46
|
+
"decreaseIndentTooltip": "إنقاص المسافة البادئة",
|
47
|
+
"richTextFormatButtonTooltip": "تنسيق"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "الاقتراحات"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "تفاعل",
|
146
|
+
"ariaLabel": "زر \"تفاعل\"، إرسال تفاعل",
|
128
147
|
"tooltipDisabledContent": "تم تعطيل إجراء التفاعل",
|
129
148
|
"tooltipContent": "إرسال تفاعل",
|
130
149
|
"likeReactionTooltipContent": "إعجاب",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "إضافة تسليط ضوء",
|
225
244
|
"spotlightLimitReachedMenuTitle": "تم الوصول إلى الحد الأقصى لتسليط الضوء",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "التوقف عن تسليط الضوء",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "الخروج من وضع تسليط الضوء"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "الخروج من وضع تسليط الضوء",
|
247
|
+
"attendeeRole": "الحضور"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "أدخل رقم الهاتف",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "الصفحة السابقة",
|
360
380
|
"rightNavButtonAriaLabel": "الصفحة التالية"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "الحضور"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Ztlumeno",
|
8
8
|
"displayNamePlaceholder": "Nepojmenovaný účastník",
|
9
9
|
"participantStateRinging": "Volání…",
|
10
|
-
"participantStateHold": "Pozastavený hovor"
|
10
|
+
"participantStateHold": "Pozastavený hovor",
|
11
|
+
"attendeeRole": "Účastník"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} další(ch)"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Nahrávání",
|
29
30
|
"uploadCompleted": "Nahrávání se dokončilo"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Zadejte zprávu",
|
34
|
+
"textTooLong": "Délka vaší zprávy překračuje maximální limit.",
|
35
|
+
"sendButtonAriaLabel": "Poslat zprávu",
|
36
|
+
"fileUploadsPendingError": "Nahrávání… Počkejte prosím.",
|
37
|
+
"removeFile": "Odebrat soubor",
|
38
|
+
"uploading": "Nahrávání",
|
39
|
+
"uploadCompleted": "Nahrávání se dokončilo",
|
40
|
+
"boldTooltip": "Tučné",
|
41
|
+
"italicTooltip": "Kurzíva",
|
42
|
+
"underlineTooltip": "Podtržení",
|
43
|
+
"bulletListTooltip": "Seznam s odrážkami",
|
44
|
+
"numberListTooltip": "Číslovaný seznam",
|
45
|
+
"increaseIndentTooltip": "Zvětšit odsazení",
|
46
|
+
"decreaseIndentTooltip": "Zmenšit odsazení",
|
47
|
+
"richTextFormatButtonTooltip": "Formát"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Návrhy"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reagovat",
|
146
|
+
"ariaLabel": "Tlačítko Reagovat, odeslat reakci",
|
128
147
|
"tooltipDisabledContent": "Akce reakce je zakázaná",
|
129
148
|
"tooltipContent": "Odeslání reakce",
|
130
149
|
"likeReactionTooltipContent": "To se mi líbí",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Přidat do hlavního výběru",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Dosáhlo se limitu hlavního výběru",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Zastavit přidávání do hlavního výběru",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Ukončit hlavní výběr"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Ukončit hlavní výběr",
|
247
|
+
"attendeeRole": "Účastník"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Zadejte telefonní číslo",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "předchozí stránka",
|
360
380
|
"rightNavButtonAriaLabel": "další stránka"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Účastník"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Stumm geschaltet",
|
8
8
|
"displayNamePlaceholder": "Teilnehmer ohne Namen",
|
9
9
|
"participantStateRinging": "Anrufen...",
|
10
|
-
"participantStateHold": "In der Warteschleife"
|
10
|
+
"participantStateHold": "In der Warteschleife",
|
11
|
+
"attendeeRole": "Teilnehmer"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} weitere"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Hochladen",
|
29
30
|
"uploadCompleted": "Upload abgeschlossen"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Nachricht eingeben",
|
34
|
+
"textTooLong": "Ihre Nachrichtenlänge überschreitet den maximalen Grenzwert.",
|
35
|
+
"sendButtonAriaLabel": "Nachricht senden",
|
36
|
+
"fileUploadsPendingError": "Wird hochgeladen... Bitte warten.",
|
37
|
+
"removeFile": "Datei entfernen",
|
38
|
+
"uploading": "Wird hochgeladen",
|
39
|
+
"uploadCompleted": "Upload abgeschlossen",
|
40
|
+
"boldTooltip": "Fett",
|
41
|
+
"italicTooltip": "Kursiv",
|
42
|
+
"underlineTooltip": "Unterstreichen",
|
43
|
+
"bulletListTooltip": "Aufzählungsliste",
|
44
|
+
"numberListTooltip": "Nummerierte Liste",
|
45
|
+
"increaseIndentTooltip": "Einzug vergrößern",
|
46
|
+
"decreaseIndentTooltip": "Einzug verringern",
|
47
|
+
"richTextFormatButtonTooltip": "Formatieren"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Vorschläge"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reagieren",
|
146
|
+
"ariaLabel": "Reaktionsschaltfläche, Reaktion senden",
|
128
147
|
"tooltipDisabledContent": "Reaktionsaktion ist deaktiviert",
|
129
148
|
"tooltipContent": "Reaktion senden",
|
130
149
|
"likeReactionTooltipContent": "Gefällt mir",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Spotlight hinzufügen",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Spotlight-Limit erreicht",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Spotlight beenden",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight beenden"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight beenden",
|
247
|
+
"attendeeRole": "Teilnehmer"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Telefonnummer eingeben",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "Vorherige Seite",
|
360
380
|
"rightNavButtonAriaLabel": "Nächste Seite"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Teilnehmer"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Muted",
|
8
8
|
"displayNamePlaceholder": "Unnamed participant",
|
9
9
|
"participantStateRinging": "Calling...",
|
10
|
-
"participantStateHold": "On hold"
|
10
|
+
"participantStateHold": "On hold",
|
11
|
+
"attendeeRole": "Attendee"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} more"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Uploading",
|
29
30
|
"uploadCompleted": "Upload completed"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Enter a message",
|
34
|
+
"textTooLong": "Your message length is over the maximum limit.",
|
35
|
+
"sendButtonAriaLabel": "Send message",
|
36
|
+
"fileUploadsPendingError": "Uploading... Please wait.",
|
37
|
+
"removeFile": "Remove file",
|
38
|
+
"uploading": "Uploading",
|
39
|
+
"uploadCompleted": "Upload completed",
|
40
|
+
"boldTooltip": "Bold",
|
41
|
+
"italicTooltip": "Italic",
|
42
|
+
"underlineTooltip": "Underline",
|
43
|
+
"bulletListTooltip": "Bulleted list",
|
44
|
+
"numberListTooltip": "Numbered list",
|
45
|
+
"increaseIndentTooltip": "Increase indent",
|
46
|
+
"decreaseIndentTooltip": "Decrease indent",
|
47
|
+
"richTextFormatButtonTooltip": "Format"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Suggestions"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "React",
|
146
|
+
"ariaLabel": "React Button, Send a reaction",
|
128
147
|
"tooltipDisabledContent": "Reaction action is disabled",
|
129
148
|
"tooltipContent": "Send a reaction",
|
130
149
|
"likeReactionTooltipContent": "Like",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Add spotlight",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Spotlight limit reached",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Stop spotlighting",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Exit spotlight"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Exit spotlight",
|
247
|
+
"attendeeRole": "Attendee"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Enter phone number",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "previous page",
|
360
380
|
"rightNavButtonAriaLabel": "next page"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Attendee"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Silenciado",
|
8
8
|
"displayNamePlaceholder": "Participante sin nombre",
|
9
9
|
"participantStateRinging": "Llamando...",
|
10
|
-
"participantStateHold": "En espera"
|
10
|
+
"participantStateHold": "En espera",
|
11
|
+
"attendeeRole": "Asistente"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} más"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Cargando",
|
29
30
|
"uploadCompleted": "Carga completada"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Escribir un mensaje",
|
34
|
+
"textTooLong": "La longitud del mensaje supera el límite máximo.",
|
35
|
+
"sendButtonAriaLabel": "Enviar mensaje",
|
36
|
+
"fileUploadsPendingError": "Cargando... Espere.",
|
37
|
+
"removeFile": "Quitar archivo",
|
38
|
+
"uploading": "Cargando",
|
39
|
+
"uploadCompleted": "Carga completada",
|
40
|
+
"boldTooltip": "Negrita",
|
41
|
+
"italicTooltip": "Cursiva",
|
42
|
+
"underlineTooltip": "Subrayado",
|
43
|
+
"bulletListTooltip": "Lista con viñetas",
|
44
|
+
"numberListTooltip": "Lista numerada",
|
45
|
+
"increaseIndentTooltip": "Aumentar sangría",
|
46
|
+
"decreaseIndentTooltip": "Reducir sangría",
|
47
|
+
"richTextFormatButtonTooltip": "Formato"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Sugerencias"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reaccionar",
|
146
|
+
"ariaLabel": "Botón Reaccionar, Enviar una reacción",
|
128
147
|
"tooltipDisabledContent": "La acción de reacción está deshabilitada",
|
129
148
|
"tooltipContent": "Enviar una reacción",
|
130
149
|
"likeReactionTooltipContent": "Me gusta",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Agregar primer plano",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Se alcanzó el límite de primer plano",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Dejar de poner en primer plano",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Primer plano"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Primer plano",
|
247
|
+
"attendeeRole": "Asistente"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Introduzca el número de teléfono",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "página anterior",
|
360
380
|
"rightNavButtonAriaLabel": "página siguiente"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Asistente"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Mykistetty",
|
8
8
|
"displayNamePlaceholder": "Nimetön osallistuja",
|
9
9
|
"participantStateRinging": "Soitetaan...",
|
10
|
-
"participantStateHold": "Pidossa"
|
10
|
+
"participantStateHold": "Pidossa",
|
11
|
+
"attendeeRole": "Osallistuja"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} lisää"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Ladataan palvelimeen",
|
29
30
|
"uploadCompleted": "Ladattu palvelimeen"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Kirjoita viesti",
|
34
|
+
"textTooLong": "Viestin pituus ylittää enimmäispituuden.",
|
35
|
+
"sendButtonAriaLabel": "Lähetä viesti",
|
36
|
+
"fileUploadsPendingError": "Ladataan... Odota.",
|
37
|
+
"removeFile": "Poista tiedosto",
|
38
|
+
"uploading": "Ladataan",
|
39
|
+
"uploadCompleted": "Lataus valmis",
|
40
|
+
"boldTooltip": "Lihavoi",
|
41
|
+
"italicTooltip": "Kursivointi",
|
42
|
+
"underlineTooltip": "Alleviivaa",
|
43
|
+
"bulletListTooltip": "Luettelomerkeillä varustettu luettelo",
|
44
|
+
"numberListTooltip": "Numeroitu luettelo",
|
45
|
+
"increaseIndentTooltip": "Suurenna sisennystä",
|
46
|
+
"decreaseIndentTooltip": "Pienennä sisennystä",
|
47
|
+
"richTextFormatButtonTooltip": "Muoto"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Ehdotuksia"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reagoi",
|
146
|
+
"ariaLabel": "Reagoi-painike, lähetä reaktio",
|
128
147
|
"tooltipDisabledContent": "Reaktiotoiminto on poistettu käytöstä",
|
129
148
|
"tooltipContent": "Lähetä reaktio",
|
130
149
|
"likeReactionTooltipContent": "Tykkää",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Lisää valokeilaan",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Spotlight-raja saavutettu",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Poista valokeilasta",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Valokeila"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Valokeila",
|
247
|
+
"attendeeRole": "Osallistuja"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Anna puhelinnumero",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "edellinen sivu",
|
360
380
|
"rightNavButtonAriaLabel": "seuraava sivu"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Osallistuja"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Muet activé",
|
8
8
|
"displayNamePlaceholder": "Participant sans nom",
|
9
9
|
"participantStateRinging": "Appel en cours...",
|
10
|
-
"participantStateHold": "En attente"
|
10
|
+
"participantStateHold": "En attente",
|
11
|
+
"attendeeRole": "Participant"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} plus"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Chargement",
|
29
30
|
"uploadCompleted": "Téléchargement terminé"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Saisir un message",
|
34
|
+
"textTooLong": "La longueur de votre message dépasse la limite maximale.",
|
35
|
+
"sendButtonAriaLabel": "Envoyer un message",
|
36
|
+
"fileUploadsPendingError": "Chargement en cours... Veuillez patienter.",
|
37
|
+
"removeFile": "Supprimer le fichier",
|
38
|
+
"uploading": "Téléchargement",
|
39
|
+
"uploadCompleted": "Chargement terminé",
|
40
|
+
"boldTooltip": "Gras",
|
41
|
+
"italicTooltip": "Italique",
|
42
|
+
"underlineTooltip": "Souligner",
|
43
|
+
"bulletListTooltip": "Liste à puces",
|
44
|
+
"numberListTooltip": "Liste numérotée",
|
45
|
+
"increaseIndentTooltip": "Augmenter le retrait",
|
46
|
+
"decreaseIndentTooltip": "Réduire le retrait",
|
47
|
+
"richTextFormatButtonTooltip": "Format"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Suggestions"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Réagir",
|
146
|
+
"ariaLabel": "bouton React, envoyer une réaction",
|
128
147
|
"tooltipDisabledContent": "L’action de réaction est désactivée",
|
129
148
|
"tooltipContent": "Envoyer une réaction",
|
130
149
|
"likeReactionTooltipContent": "J’aime",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Ajouter la mise en évidence",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Limite Spotlight atteinte",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Arrêter la mise en évidence",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Quitter la mise en évidence"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Quitter la mise en évidence",
|
247
|
+
"attendeeRole": "Participant(e)"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Entrer un numéro de téléphone",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "page précédente",
|
360
380
|
"rightNavButtonAriaLabel": "page suivante"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Participant"
|
381
|
+
}
|
363
382
|
}
|