@azure/communication-react 1.16.0-alpha-202405080011 → 1.16.0-alpha-202405132302

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/dist/communication-react.d.ts +109 -117
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-MqUGJDlB.js → ChatMessageComponentAsRichTextEditBox-Vvv1aBkI.js} +23 -14
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Vvv1aBkI.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/{index-CY4kAQ6s.js → index-DdWRffLC.js} +742 -906
  5. package/dist/dist-cjs/communication-react/index-DdWRffLC.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/common.d.ts +74 -0
  8. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/index.d.ts +2 -0
  10. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.d.ts +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  14. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -1
  15. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +24 -4
  16. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  17. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +3 -6
  18. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +43 -26
  19. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  20. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +0 -2
  21. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  22. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.d.ts +1 -1
  23. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.d.ts +1 -1
  24. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.d.ts +1 -1
  25. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.d.ts +1 -1
  26. package/dist/dist-esm/communication-react/src/index.d.ts +5 -3
  27. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.d.ts +1 -1
  29. package/dist/dist-esm/react-components/src/components/{AttachmentCard.d.ts → Attachment/AttachmentCard.d.ts} +3 -2
  30. package/dist/dist-esm/react-components/src/components/{AttachmentCard.js → Attachment/AttachmentCard.js} +17 -16
  31. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -0
  32. package/dist/dist-esm/react-components/src/components/{AttachmentCardGroup.js → Attachment/AttachmentCardGroup.js} +1 -1
  33. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -0
  34. package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.d.ts → Attachment/AttachmentDownloadCards.d.ts} +3 -2
  35. package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.js → Attachment/AttachmentDownloadCards.js} +2 -2
  36. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -0
  37. package/dist/dist-esm/react-components/src/components/{AttachmentUploadCards.d.ts → Attachment/AttachmentUploadCards.d.ts} +3 -3
  38. package/dist/dist-esm/react-components/src/components/{AttachmentUploadCards.js → Attachment/AttachmentUploadCards.js} +3 -3
  39. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -0
  40. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  41. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +3 -2
  43. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +1 -1
  45. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  46. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +3 -2
  47. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +2 -4
  49. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +21 -12
  50. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  51. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +2 -4
  52. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  53. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -4
  54. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +25 -14
  55. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
  56. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +6 -3
  57. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +31 -13
  58. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  59. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +3 -2
  60. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  61. package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +29 -29
  62. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +6 -7
  63. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  64. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +28 -28
  65. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +3 -3
  66. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +30 -23
  67. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +43 -27
  68. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
  69. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +4 -4
  70. package/dist/dist-esm/react-components/src/components/SendBox.js +42 -17
  71. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  72. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +10 -10
  73. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +13 -13
  74. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +2 -2
  75. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +28 -28
  76. package/dist/dist-esm/react-components/src/components/index.d.ts +6 -6
  77. package/dist/dist-esm/react-components/src/components/index.js +3 -3
  78. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  79. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +4 -0
  80. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +4 -0
  81. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  82. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +0 -1
  83. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  84. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +2 -1
  85. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  86. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +27 -2
  87. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +14 -2
  88. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  89. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +4 -3
  90. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +6 -5
  91. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  92. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js +18 -18
  93. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js.map +1 -1
  94. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +3 -3
  95. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +1 -1
  96. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  97. package/dist/dist-esm/react-components/src/components/utils/common.d.ts +1 -1
  98. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  99. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +18 -18
  100. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +18 -18
  101. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +18 -18
  102. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +18 -18
  103. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +38 -19
  104. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +18 -18
  105. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +18 -18
  106. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +18 -18
  107. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +18 -18
  108. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +18 -18
  109. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +18 -18
  110. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +18 -18
  111. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +18 -18
  112. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +18 -18
  113. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +18 -18
  114. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +18 -18
  115. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +18 -18
  116. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +18 -18
  117. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +18 -18
  118. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +18 -18
  119. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +18 -18
  120. package/dist/dist-esm/react-components/src/theming/icons.js +3 -3
  121. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  122. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +21 -49
  123. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  124. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -1
  125. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  126. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +7 -6
  127. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +57 -30
  128. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  129. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +7 -0
  130. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  131. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +9 -4
  132. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  133. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +6 -6
  134. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +14 -14
  135. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +7 -7
  136. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +6 -2
  137. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +4 -0
  138. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  139. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -1
  140. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.d.ts +6 -6
  141. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -15
  142. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +5 -76
  143. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  144. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -23
  145. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  146. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -0
  147. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  148. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +5 -11
  149. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +22 -40
  150. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  151. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +2 -9
  152. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +3 -6
  153. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  154. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +73 -15
  155. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  156. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +4 -17
  157. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +29 -89
  158. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  159. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +6 -19
  160. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  161. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.d.ts +0 -5
  162. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -31
  163. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  164. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +66 -61
  165. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +33 -44
  166. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
  167. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +2 -2
  168. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
  169. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +1 -8
  170. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  171. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +22 -10
  172. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  173. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +1 -2
  174. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  175. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +1 -1
  176. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  177. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.d.ts +2 -2
  178. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.d.ts +2 -2
  179. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +6 -6
  180. package/dist/dist-esm/react-composites/src/composites/common/Survey.d.ts +20 -7
  181. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.d.ts +1 -1
  182. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.d.ts +2 -2
  183. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +1 -1
  184. package/package.json +5 -5
  185. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-MqUGJDlB.js.map +0 -1
  186. package/dist/dist-cjs/communication-react/index-CY4kAQ6s.js.map +0 -1
  187. package/dist/dist-esm/react-components/src/components/AttachmentCard.js.map +0 -1
  188. package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js.map +0 -1
  189. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +0 -1
  190. package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js.map +0 -1
  191. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.d.ts +0 -48
  192. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js +0 -188
  193. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js.map +0 -1
  194. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  195. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  196. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  197. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.d.ts +0 -29
  198. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js +0 -12
  199. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js.map +0 -1
  200. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  201. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
  202. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  203. /package/dist/dist-esm/react-components/src/components/{AttachmentCardGroup.d.ts → Attachment/AttachmentCardGroup.d.ts} +0 -0
@@ -7,15 +7,15 @@
7
7
  */
8
8
  export const ribbonButtonsStrings = (strings) => {
9
9
  return {
10
- buttonNameBold: strings.boldTooltip,
11
- buttonNameItalic: strings.italicTooltip,
12
- buttonNameUnderline: strings.underlineTooltip,
13
- buttonNameBulletedList: strings.bulletListTooltip,
14
- buttonNameNumberedList: strings.numberListTooltip,
15
- buttonNameIncreaseIndent: strings.increaseIndentTooltip,
16
- buttonNameDecreaseIndent: strings.decreaseIndentTooltip,
17
- buttonNameInsertTable: strings.insertTableTooltip,
18
- insertTablePane: strings.insertTableMenuTitle
10
+ buttonNameBold: strings.richTextBoldTooltip,
11
+ buttonNameItalic: strings.richTextItalicTooltip,
12
+ buttonNameUnderline: strings.richTextUnderlineTooltip,
13
+ buttonNameBulletedList: strings.richTextBulletListTooltip,
14
+ buttonNameNumberedList: strings.richTextNumberListTooltip,
15
+ buttonNameIncreaseIndent: strings.richTextIncreaseIndentTooltip,
16
+ buttonNameDecreaseIndent: strings.richTextDecreaseIndentTooltip,
17
+ buttonNameInsertTable: strings.richTextInsertTableTooltip,
18
+ insertTablePane: strings.richTextInsertTableMenuTitle
19
19
  };
20
20
  };
21
21
  /**
@@ -25,15 +25,15 @@ export const ribbonButtonsStrings = (strings) => {
25
25
  */
26
26
  export const tableContextMenuStrings = (strings) => {
27
27
  return {
28
- menuNameTableInsert: strings.insertRowOrColumnMenu,
29
- menuNameTableInsertAbove: strings.insertRowAboveMenu,
30
- menuNameTableInsertBelow: strings.insertRowBelowMenu,
31
- menuNameTableInsertLeft: strings.insertColumnLeftMenu,
32
- menuNameTableInsertRight: strings.insertColumnRightMenu,
33
- menuNameTableDelete: strings.deleteRowOrColumnMenu,
34
- menuNameTableDeleteColumn: strings.deleteColumnMenu,
35
- menuNameTableDeleteRow: strings.deleteRowMenu,
36
- menuNameTableDeleteTable: strings.deleteTableMenu
28
+ menuNameTableInsert: strings.richTextInsertRowOrColumnMenu,
29
+ menuNameTableInsertAbove: strings.richTextInsertRowAboveMenu,
30
+ menuNameTableInsertBelow: strings.richTextInsertRowBelowMenu,
31
+ menuNameTableInsertLeft: strings.richTextInsertColumnLeftMenu,
32
+ menuNameTableInsertRight: strings.richTextInsertColumnRightMenu,
33
+ menuNameTableDelete: strings.richTextDeleteRowOrColumnMenu,
34
+ menuNameTableDeleteColumn: strings.richTextDeleteColumnMenu,
35
+ menuNameTableDeleteRow: strings.richTextDeleteRowMenu,
36
+ menuNameTableDeleteTable: strings.richTextDeleteTableMenu
37
37
  };
38
38
  };
39
39
  //# sourceMappingURL=RichTextEditorStringsUtils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RichTextEditorStringsUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/RichTextEditorStringsUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,OAAwC,EAA4B,EAAE;IACzG,OAAO;QACL,cAAc,EAAE,OAAO,CAAC,WAAW;QACnC,gBAAgB,EAAE,OAAO,CAAC,aAAa;QACvC,mBAAmB,EAAE,OAAO,CAAC,gBAAgB;QAC7C,sBAAsB,EAAE,OAAO,CAAC,iBAAiB;QACjD,sBAAsB,EAAE,OAAO,CAAC,iBAAiB;QACjD,wBAAwB,EAAE,OAAO,CAAC,qBAAqB;QACvD,wBAAwB,EAAE,OAAO,CAAC,qBAAqB;QACvD,qBAAqB,EAAE,OAAO,CAAC,kBAAkB;QACjD,eAAe,EAAE,OAAO,CAAC,oBAAoB;KAC9C,CAAC;AACJ,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,OAAwC,EAA4B,EAAE;IAC5G,OAAO;QACL,mBAAmB,EAAE,OAAO,CAAC,qBAAqB;QAClD,wBAAwB,EAAE,OAAO,CAAC,kBAAkB;QACpD,wBAAwB,EAAE,OAAO,CAAC,kBAAkB;QACpD,uBAAuB,EAAE,OAAO,CAAC,oBAAoB;QACrD,wBAAwB,EAAE,OAAO,CAAC,qBAAqB;QACvD,mBAAmB,EAAE,OAAO,CAAC,qBAAqB;QAClD,yBAAyB,EAAE,OAAO,CAAC,gBAAgB;QACnD,sBAAsB,EAAE,OAAO,CAAC,aAAa;QAC7C,wBAAwB,EAAE,OAAO,CAAC,eAAe;KAClD,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { LocalizedStrings } from 'roosterjs-react';\nimport type { RichTextSendBoxStrings } from '../RichTextEditor/RichTextSendBox';\n/**\n * @private\n *\n * Strings for the ribbon buttons where key should match `key` prop if any or the name of the item.\n */\nexport const ribbonButtonsStrings = (strings: Partial<RichTextSendBoxStrings>): LocalizedStrings<string> => {\n return {\n buttonNameBold: strings.boldTooltip,\n buttonNameItalic: strings.italicTooltip,\n buttonNameUnderline: strings.underlineTooltip,\n buttonNameBulletedList: strings.bulletListTooltip,\n buttonNameNumberedList: strings.numberListTooltip,\n buttonNameIncreaseIndent: strings.increaseIndentTooltip,\n buttonNameDecreaseIndent: strings.decreaseIndentTooltip,\n buttonNameInsertTable: strings.insertTableTooltip,\n insertTablePane: strings.insertTableMenuTitle\n };\n};\n\n/**\n * @private\n *\n * Strings for the table context menu where key should match `key` prop if any or the name of the item.\n */\nexport const tableContextMenuStrings = (strings: Partial<RichTextSendBoxStrings>): LocalizedStrings<string> => {\n return {\n menuNameTableInsert: strings.insertRowOrColumnMenu,\n menuNameTableInsertAbove: strings.insertRowAboveMenu,\n menuNameTableInsertBelow: strings.insertRowBelowMenu,\n menuNameTableInsertLeft: strings.insertColumnLeftMenu,\n menuNameTableInsertRight: strings.insertColumnRightMenu,\n menuNameTableDelete: strings.deleteRowOrColumnMenu,\n menuNameTableDeleteColumn: strings.deleteColumnMenu,\n menuNameTableDeleteRow: strings.deleteRowMenu,\n menuNameTableDeleteTable: strings.deleteTableMenu\n };\n};\n"]}
1
+ {"version":3,"file":"RichTextEditorStringsUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/RichTextEditorStringsUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,OAAwC,EAA4B,EAAE;IACzG,OAAO;QACL,cAAc,EAAE,OAAO,CAAC,mBAAmB;QAC3C,gBAAgB,EAAE,OAAO,CAAC,qBAAqB;QAC/C,mBAAmB,EAAE,OAAO,CAAC,wBAAwB;QACrD,sBAAsB,EAAE,OAAO,CAAC,yBAAyB;QACzD,sBAAsB,EAAE,OAAO,CAAC,yBAAyB;QACzD,wBAAwB,EAAE,OAAO,CAAC,6BAA6B;QAC/D,wBAAwB,EAAE,OAAO,CAAC,6BAA6B;QAC/D,qBAAqB,EAAE,OAAO,CAAC,0BAA0B;QACzD,eAAe,EAAE,OAAO,CAAC,4BAA4B;KACtD,CAAC;AACJ,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,OAAwC,EAA4B,EAAE;IAC5G,OAAO;QACL,mBAAmB,EAAE,OAAO,CAAC,6BAA6B;QAC1D,wBAAwB,EAAE,OAAO,CAAC,0BAA0B;QAC5D,wBAAwB,EAAE,OAAO,CAAC,0BAA0B;QAC5D,uBAAuB,EAAE,OAAO,CAAC,4BAA4B;QAC7D,wBAAwB,EAAE,OAAO,CAAC,6BAA6B;QAC/D,mBAAmB,EAAE,OAAO,CAAC,6BAA6B;QAC1D,yBAAyB,EAAE,OAAO,CAAC,wBAAwB;QAC3D,sBAAsB,EAAE,OAAO,CAAC,qBAAqB;QACrD,wBAAwB,EAAE,OAAO,CAAC,uBAAuB;KAC1D,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { LocalizedStrings } from 'roosterjs-react';\nimport type { RichTextSendBoxStrings } from '../RichTextEditor/RichTextSendBox';\n/**\n * @private\n *\n * Strings for the ribbon buttons where key should match `key` prop if any or the name of the item.\n */\nexport const ribbonButtonsStrings = (strings: Partial<RichTextSendBoxStrings>): LocalizedStrings<string> => {\n return {\n buttonNameBold: strings.richTextBoldTooltip,\n buttonNameItalic: strings.richTextItalicTooltip,\n buttonNameUnderline: strings.richTextUnderlineTooltip,\n buttonNameBulletedList: strings.richTextBulletListTooltip,\n buttonNameNumberedList: strings.richTextNumberListTooltip,\n buttonNameIncreaseIndent: strings.richTextIncreaseIndentTooltip,\n buttonNameDecreaseIndent: strings.richTextDecreaseIndentTooltip,\n buttonNameInsertTable: strings.richTextInsertTableTooltip,\n insertTablePane: strings.richTextInsertTableMenuTitle\n };\n};\n\n/**\n * @private\n *\n * Strings for the table context menu where key should match `key` prop if any or the name of the item.\n */\nexport const tableContextMenuStrings = (strings: Partial<RichTextSendBoxStrings>): LocalizedStrings<string> => {\n return {\n menuNameTableInsert: strings.richTextInsertRowOrColumnMenu,\n menuNameTableInsertAbove: strings.richTextInsertRowAboveMenu,\n menuNameTableInsertBelow: strings.richTextInsertRowBelowMenu,\n menuNameTableInsertLeft: strings.richTextInsertColumnLeftMenu,\n menuNameTableInsertRight: strings.richTextInsertColumnRightMenu,\n menuNameTableDelete: strings.richTextDeleteRowOrColumnMenu,\n menuNameTableDeleteColumn: strings.richTextDeleteColumnMenu,\n menuNameTableDeleteRow: strings.richTextDeleteRowMenu,\n menuNameTableDeleteTable: strings.richTextDeleteTableMenu\n };\n};\n"]}
@@ -1,4 +1,4 @@
1
- import { AttachmentMetadataWithProgress } from '../../types/Attachment';
1
+ import { AttachmentMetadataInProgress } from "../../../../acs-ui-common/src";
2
2
  /**
3
3
  * @private
4
4
  */
@@ -6,11 +6,11 @@ export declare const MAXIMUM_LENGTH_OF_MESSAGE = 8000;
6
6
  /**
7
7
  * @private
8
8
  */
9
- export declare const hasIncompleteAttachmentUploads: (attachmentsWithProgress: AttachmentMetadataWithProgress[] | undefined) => boolean;
9
+ export declare const hasIncompleteAttachmentUploads: (attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined) => boolean;
10
10
  /**
11
11
  * @private
12
12
  */
13
- export declare const hasCompletedAttachmentUploads: (attachmentsWithProgress: AttachmentMetadataWithProgress[] | undefined) => boolean;
13
+ export declare const isAttachmentUploadCompleted: (attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined) => boolean;
14
14
  /**
15
15
  * @private
16
16
  */
@@ -19,7 +19,7 @@ export const hasIncompleteAttachmentUploads = (attachmentsWithProgress) => {
19
19
  /**
20
20
  * @private
21
21
  */
22
- export const hasCompletedAttachmentUploads = (attachmentsWithProgress) => {
22
+ export const isAttachmentUploadCompleted = (attachmentsWithProgress) => {
23
23
  return !!(attachmentsWithProgress === null || attachmentsWithProgress === void 0 ? void 0 : attachmentsWithProgress.find((attachment) => !attachment.error));
24
24
  };
25
25
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"SendBoxUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/SendBoxUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,IAAI,CAAC;AAC9C,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAEpC,oDAAoD;AACpD;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAC5C,uBAAqE,EAC5D,EAAE;IACX,OAAO,CAAC,CAAC,CACP,CAAA,uBAAuB,aAAvB,uBAAuB,uBAAvB,uBAAuB,CAAE,MAAM;QAC/B,CAAC,uBAAuB;aACrB,MAAM,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC;aACrD,KAAK,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,QAAQ,KAAK,CAAC,IAAI,gBAAgB,CAAC,QAAQ,KAAK,SAAS,CAAC,CAC3G,CAAC;AACJ,CAAC,CAAC;AAEF,oDAAoD;AACpD;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAC3C,uBAAqE,EAC5D,EAAE;IACX,OAAO,CAAC,CAAC,CAAA,uBAAuB,aAAvB,uBAAuB,uBAAvB,uBAAuB,CAAE,IAAI,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAA,CAAC;AAC5E,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,WAAmB,EAAW,EAAE;IAC/D,OAAO,WAAW,GAAG,yBAAyB,CAAC;AACjD,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,OAAe,EAAU,EAAE;IACtD,IAAI,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;QACtC,OAAO,EAAE,CAAC;IACZ,CAAC;SAAM,CAAC;QACN,OAAO,OAAO,CAAC;IACjB,CAAC;AACH,CAAC,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,EAC1C,UAAU;AACV,oDAAoD;AACpD,6BAA6B,EAC7B,QAAQ,EACR,QAAQ,EAOT,EAAW,EAAE;IACZ,OAAO;IACL,aAAa;IACb,CAAC,CAAC,UAAU,IAAI,oDAAoD,CAAC,6BAA6B,CAAC;QACnG,sBAAsB;QACtB,QAAQ;QACR,QAAQ,CACT,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(attachment-upload) */\nimport { AttachmentMetadataWithProgress } from '../../types/Attachment';\n\n/**\n * @private\n */\nexport const MAXIMUM_LENGTH_OF_MESSAGE = 8000;\nconst EMPTY_MESSAGE_REGEX = /^\\s*$/;\n\n/* @conditional-compile-remove(attachment-upload) */\n/**\n * @private\n */\nexport const hasIncompleteAttachmentUploads = (\n attachmentsWithProgress: AttachmentMetadataWithProgress[] | undefined\n): boolean => {\n return !!(\n attachmentsWithProgress?.length &&\n !attachmentsWithProgress\n .filter((attachmentUpload) => !attachmentUpload.error)\n .every((attachmentUpload) => attachmentUpload.progress === 1 && attachmentUpload.progress !== undefined)\n );\n};\n\n/* @conditional-compile-remove(attachment-upload) */\n/**\n * @private\n */\nexport const hasCompletedAttachmentUploads = (\n attachmentsWithProgress: AttachmentMetadataWithProgress[] | undefined\n): boolean => {\n return !!attachmentsWithProgress?.find((attachment) => !attachment.error);\n};\n\n/**\n * @private\n */\nexport const isMessageTooLong = (valueLength: number): boolean => {\n return valueLength > MAXIMUM_LENGTH_OF_MESSAGE;\n};\n\n/**\n * @private\n */\nexport const sanitizeText = (message: string): string => {\n if (EMPTY_MESSAGE_REGEX.test(message)) {\n return '';\n } else {\n return message;\n }\n};\n\n/**\n * Determines whether the send box should be disabled for ARIA accessibility.\n *\n * @param hasContent - Indicates whether the send box has content.\n * @param hasCompletedAttachmentUploads - Indicates whether attachment uploads have completed.\n * @param hasError - Indicates whether there is an error.\n * @param disabled - Indicates whether the send box is disabled.\n * @returns A boolean value indicating whether the send box should be disabled for ARIA accessibility.\n */\nexport const isSendBoxButtonAriaDisabled = ({\n hasContent,\n /* @conditional-compile-remove(attachment-upload) */\n hasCompletedAttachmentUploads,\n hasError,\n disabled\n}: {\n hasContent: boolean;\n /* @conditional-compile-remove(attachment-upload) */\n hasCompletedAttachmentUploads: boolean;\n hasError: boolean;\n disabled: boolean;\n}): boolean => {\n return (\n // no content\n !(hasContent || /* @conditional-compile-remove(attachment-upload) */ hasCompletedAttachmentUploads) ||\n //error message exists\n hasError ||\n disabled\n );\n};\n"]}
1
+ {"version":3,"file":"SendBoxUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/SendBoxUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,IAAI,CAAC;AAC9C,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAEpC,oDAAoD;AACpD;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAC5C,uBAAmE,EAC1D,EAAE;IACX,OAAO,CAAC,CAAC,CACP,CAAA,uBAAuB,aAAvB,uBAAuB,uBAAvB,uBAAuB,CAAE,MAAM;QAC/B,CAAC,uBAAuB;aACrB,MAAM,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC;aACrD,KAAK,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,QAAQ,KAAK,CAAC,IAAI,gBAAgB,CAAC,QAAQ,KAAK,SAAS,CAAC,CAC3G,CAAC;AACJ,CAAC,CAAC;AAEF,oDAAoD;AACpD;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CACzC,uBAAmE,EAC1D,EAAE;IACX,OAAO,CAAC,CAAC,CAAA,uBAAuB,aAAvB,uBAAuB,uBAAvB,uBAAuB,CAAE,IAAI,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAA,CAAC;AAC5E,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,WAAmB,EAAW,EAAE;IAC/D,OAAO,WAAW,GAAG,yBAAyB,CAAC;AACjD,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,OAAe,EAAU,EAAE;IACtD,IAAI,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;QACtC,OAAO,EAAE,CAAC;IACZ,CAAC;SAAM,CAAC;QACN,OAAO,OAAO,CAAC;IACjB,CAAC;AACH,CAAC,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,EAC1C,UAAU;AACV,oDAAoD;AACpD,6BAA6B,EAC7B,QAAQ,EACR,QAAQ,EAOT,EAAW,EAAE;IACZ,OAAO;IACL,aAAa;IACb,CAAC,CAAC,UAAU,IAAI,oDAAoD,CAAC,6BAA6B,CAAC;QACnG,sBAAsB;QACtB,QAAQ;QACR,QAAQ,CACT,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(attachment-upload) */\nimport { AttachmentMetadataInProgress } from '@internal/acs-ui-common';\n\n/**\n * @private\n */\nexport const MAXIMUM_LENGTH_OF_MESSAGE = 8000;\nconst EMPTY_MESSAGE_REGEX = /^\\s*$/;\n\n/* @conditional-compile-remove(attachment-upload) */\n/**\n * @private\n */\nexport const hasIncompleteAttachmentUploads = (\n attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined\n): boolean => {\n return !!(\n attachmentsWithProgress?.length &&\n !attachmentsWithProgress\n .filter((attachmentUpload) => !attachmentUpload.error)\n .every((attachmentUpload) => attachmentUpload.progress === 1 && attachmentUpload.progress !== undefined)\n );\n};\n\n/* @conditional-compile-remove(attachment-upload) */\n/**\n * @private\n */\nexport const isAttachmentUploadCompleted = (\n attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined\n): boolean => {\n return !!attachmentsWithProgress?.find((attachment) => !attachment.error);\n};\n\n/**\n * @private\n */\nexport const isMessageTooLong = (valueLength: number): boolean => {\n return valueLength > MAXIMUM_LENGTH_OF_MESSAGE;\n};\n\n/**\n * @private\n */\nexport const sanitizeText = (message: string): string => {\n if (EMPTY_MESSAGE_REGEX.test(message)) {\n return '';\n } else {\n return message;\n }\n};\n\n/**\n * Determines whether the send box should be disabled for ARIA accessibility.\n *\n * @param hasContent - Indicates whether the send box has content.\n * @param hasCompletedAttachmentUploads - Indicates whether attachment uploads have completed.\n * @param hasError - Indicates whether there is an error.\n * @param disabled - Indicates whether the send box is disabled.\n * @returns A boolean value indicating whether the send box should be disabled for ARIA accessibility.\n */\nexport const isSendBoxButtonAriaDisabled = ({\n hasContent,\n /* @conditional-compile-remove(attachment-upload) */\n hasCompletedAttachmentUploads,\n hasError,\n disabled\n}: {\n hasContent: boolean;\n /* @conditional-compile-remove(attachment-upload) */\n hasCompletedAttachmentUploads: boolean;\n hasError: boolean;\n disabled: boolean;\n}): boolean => {\n return (\n // no content\n !(hasContent || /* @conditional-compile-remove(attachment-upload) */ hasCompletedAttachmentUploads) ||\n //error message exists\n hasError ||\n disabled\n );\n};\n"]}
@@ -1,4 +1,4 @@
1
- import { _AttachmentUploadCardsStrings } from '../AttachmentUploadCards';
1
+ import { _AttachmentUploadCardsStrings } from '../Attachment/AttachmentUploadCards';
2
2
  import { ParticipantState } from '../../types';
3
3
  /**
4
4
  * Conditionally modify locale strings passed to the attachment card
@@ -1 +1 @@
1
- {"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/common.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,qGAAqG;AACrG,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,GAAkC,EAAE;IAC1F,qGAAqG;IACrG,OAAO,SAAS,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC;IACnC,OAAO;QACL,gBAAgB,EAAE,EAAE;QACpB,eAAe,EAAE,EAAE;QACnB,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;KACvB,CAAC;AACJ,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,gBAAmC,EAAW,EAAE;IAC/F,OAAO,CAAC,CAAC,gBAAgB,IAAI,CAAC,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;AAClH,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { _AttachmentUploadCardsStrings } from '../AttachmentUploadCards';\n/* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\nimport { useLocale } from '../../localization';\nimport { ParticipantState } from '../../types';\n\n/**\n * Conditionally modify locale strings passed to the attachment card\n * @returns attachment card strings\n */\nexport const useLocaleAttachmentCardStringsTrampoline = (): _AttachmentUploadCardsStrings => {\n /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\n return useLocale().strings.sendBox;\n return {\n removeAttachment: '',\n uploadCompleted: '',\n uploading: '',\n attachmentMoreMenu: ''\n };\n};\n\n/**\n * Identify if a participant state if part of the Calling states or Hold states.\n */\nexport const _isParticipantStateCallingOrHold = (participantState?: ParticipantState): boolean => {\n return !!participantState && ['Idle', 'Connecting', 'EarlyMedia', 'Ringing', 'Hold'].includes(participantState);\n};\n"]}
1
+ {"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/common.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,qGAAqG;AACrG,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,GAAkC,EAAE;IAC1F,qGAAqG;IACrG,OAAO,SAAS,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC;IACnC,OAAO;QACL,gBAAgB,EAAE,EAAE;QACpB,eAAe,EAAE,EAAE;QACnB,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;KACvB,CAAC;AACJ,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,gBAAmC,EAAW,EAAE;IAC/F,OAAO,CAAC,CAAC,gBAAgB,IAAI,CAAC,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;AAClH,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { _AttachmentUploadCardsStrings } from '../Attachment/AttachmentUploadCards';\n/* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\nimport { useLocale } from '../../localization';\nimport { ParticipantState } from '../../types';\n\n/**\n * Conditionally modify locale strings passed to the attachment card\n * @returns attachment card strings\n */\nexport const useLocaleAttachmentCardStringsTrampoline = (): _AttachmentUploadCardsStrings => {\n /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\n return useLocale().strings.sendBox;\n return {\n removeAttachment: '',\n uploadCompleted: '',\n uploading: '',\n attachmentMoreMenu: ''\n };\n};\n\n/**\n * Identify if a participant state if part of the Calling states or Hold states.\n */\nexport const _isParticipantStateCallingOrHold = (participantState?: ParticipantState): boolean => {\n return !!participantState && ['Idle', 'Connecting', 'EarlyMedia', 'Ringing', 'Hold'].includes(participantState);\n};\n"]}
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "إزالة الملف",
39
39
  "uploading": "يتم الآن التحميل",
40
40
  "uploadCompleted": "اكتمل التحميل",
41
- "boldTooltip": "غامق",
42
- "italicTooltip": "مائل",
43
- "underlineTooltip": "مسطّر",
44
- "bulletListTooltip": "قائمة ذات تعداد نقطي",
45
- "numberListTooltip": "قائمة مرقّمة",
46
- "increaseIndentTooltip": "زيادة المسافة البادئة",
47
- "decreaseIndentTooltip": "إنقاص المسافة البادئة",
48
- "insertTableTooltip": "إدراج جدول",
41
+ "richTextBoldTooltip": "غامق",
42
+ "richTextItalicTooltip": "مائل",
43
+ "richTextUnderlineTooltip": "مسطّر",
44
+ "richTextBulletListTooltip": "قائمة ذات تعداد نقطي",
45
+ "richTextNumberListTooltip": "قائمة مرقّمة",
46
+ "richTextIncreaseIndentTooltip": "زيادة المسافة البادئة",
47
+ "richTextDecreaseIndentTooltip": "إنقاص المسافة البادئة",
48
+ "richTextInsertTableTooltip": "إدراج جدول",
49
49
  "richTextFormatButtonTooltip": "تنسيق",
50
- "insertRowOrColumnMenu": "إدراج",
51
- "insertTableMenuTitle": "إدراج جدول بـ {column} x {row}",
52
- "insertRowAboveMenu": "إدراج أعلاه",
53
- "insertRowBelowMenu": "إدراج أدناه",
54
- "insertColumnLeftMenu": "إدراج يساراً",
55
- "insertColumnRightMenu": "إدراج يميناً",
56
- "deleteRowOrColumnMenu": "حذف",
57
- "deleteColumnMenu": "حذف العمود",
58
- "deleteRowMenu": "حذف الصف",
59
- "deleteTableMenu": "حذف الجدول",
50
+ "richTextInsertRowOrColumnMenu": "إدراج",
51
+ "richTextInsertTableMenuTitle": "إدراج جدول بـ {column} x {row}",
52
+ "richTextInsertRowAboveMenu": "إدراج أعلاه",
53
+ "richTextInsertRowBelowMenu": "إدراج أدناه",
54
+ "richTextInsertColumnLeftMenu": "إدراج يساراً",
55
+ "richTextInsertColumnRightMenu": "إدراج يميناً",
56
+ "richTextDeleteRowOrColumnMenu": "حذف",
57
+ "richTextDeleteColumnMenu": "حذف العمود",
58
+ "richTextDeleteRowMenu": "حذف الصف",
59
+ "richTextDeleteTableMenu": "حذف الجدول",
60
60
  "attachmentMoreMenu": "خيارات إضافية"
61
61
  },
62
62
  "mentionPopover": {
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "Odebrat soubor",
39
39
  "uploading": "Nahrávání",
40
40
  "uploadCompleted": "Nahrávání se dokončilo",
41
- "boldTooltip": "Tučné",
42
- "italicTooltip": "Kurzíva",
43
- "underlineTooltip": "Podtržení",
44
- "bulletListTooltip": "Seznam s odrážkami",
45
- "numberListTooltip": "Číslovaný seznam",
46
- "increaseIndentTooltip": "Zvětšit odsazení",
47
- "decreaseIndentTooltip": "Zmenšit odsazení",
48
- "insertTableTooltip": "Vložit tabulku",
41
+ "richTextBoldTooltip": "Tučné",
42
+ "richTextItalicTooltip": "Kurzíva",
43
+ "richTextUnderlineTooltip": "Podtržení",
44
+ "richTextBulletListTooltip": "Seznam s odrážkami",
45
+ "richTextNumberListTooltip": "Číslovaný seznam",
46
+ "richTextIncreaseIndentTooltip": "Zvětšit odsazení",
47
+ "richTextDecreaseIndentTooltip": "Zmenšit odsazení",
48
+ "richTextInsertTableTooltip": "Vložit tabulku",
49
49
  "richTextFormatButtonTooltip": "Formát",
50
- "insertRowOrColumnMenu": "Vložit",
51
- "insertTableMenuTitle": "Vložit {column} x {row} tabulka",
52
- "insertRowAboveMenu": "Vložit nad",
53
- "insertRowBelowMenu": "Vložit pod",
54
- "insertColumnLeftMenu": "Vložit vlevo",
55
- "insertColumnRightMenu": "Vložit vpravo",
56
- "deleteRowOrColumnMenu": "Odstranit",
57
- "deleteColumnMenu": "Odstranit sloupec",
58
- "deleteRowMenu": "Odstranit řádek",
59
- "deleteTableMenu": "Odstranit tabulku",
50
+ "richTextInsertRowOrColumnMenu": "Vložit",
51
+ "richTextInsertTableMenuTitle": "Vložit {column} x {row} tabulka",
52
+ "richTextInsertRowAboveMenu": "Vložit nad",
53
+ "richTextInsertRowBelowMenu": "Vložit pod",
54
+ "richTextInsertColumnLeftMenu": "Vložit vlevo",
55
+ "richTextInsertColumnRightMenu": "Vložit vpravo",
56
+ "richTextDeleteRowOrColumnMenu": "Odstranit",
57
+ "richTextDeleteColumnMenu": "Odstranit sloupec",
58
+ "richTextDeleteRowMenu": "Odstranit řádek",
59
+ "richTextDeleteTableMenu": "Odstranit tabulku",
60
60
  "attachmentMoreMenu": "Další možnosti"
61
61
  },
62
62
  "mentionPopover": {
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "Datei entfernen",
39
39
  "uploading": "Wird hochgeladen",
40
40
  "uploadCompleted": "Upload abgeschlossen",
41
- "boldTooltip": "Fett",
42
- "italicTooltip": "Kursiv",
43
- "underlineTooltip": "Unterstreichen",
44
- "bulletListTooltip": "Aufzählungsliste",
45
- "numberListTooltip": "Nummerierte Liste",
46
- "increaseIndentTooltip": "Einzug vergrößern",
47
- "decreaseIndentTooltip": "Einzug verringern",
48
- "insertTableTooltip": "Tabelle einfügen",
41
+ "richTextBoldTooltip": "Fett",
42
+ "richTextItalicTooltip": "Kursiv",
43
+ "richTextUnderlineTooltip": "Unterstreichen",
44
+ "richTextBulletListTooltip": "Aufzählungsliste",
45
+ "richTextNumberListTooltip": "Nummerierte Liste",
46
+ "richTextIncreaseIndentTooltip": "Einzug vergrößern",
47
+ "richTextDecreaseIndentTooltip": "Einzug verringern",
48
+ "richTextInsertTableTooltip": "Tabelle einfügen",
49
49
  "richTextFormatButtonTooltip": "Formatieren",
50
- "insertRowOrColumnMenu": "Einfügen",
51
- "insertTableMenuTitle": "{column} x {row} Tabelle einfügen",
52
- "insertRowAboveMenu": "Oben einfügen",
53
- "insertRowBelowMenu": "Darunter einfügen",
54
- "insertColumnLeftMenu": "Links einfügen",
55
- "insertColumnRightMenu": "Rechts einfügen",
56
- "deleteRowOrColumnMenu": "Löschen",
57
- "deleteColumnMenu": "Spalte löschen",
58
- "deleteRowMenu": "Zeile löschen",
59
- "deleteTableMenu": "Tabelle löschen",
50
+ "richTextInsertRowOrColumnMenu": "Einfügen",
51
+ "richTextInsertTableMenuTitle": "{column} x {row} Tabelle einfügen",
52
+ "richTextInsertRowAboveMenu": "Oben einfügen",
53
+ "richTextInsertRowBelowMenu": "Darunter einfügen",
54
+ "richTextInsertColumnLeftMenu": "Links einfügen",
55
+ "richTextInsertColumnRightMenu": "Rechts einfügen",
56
+ "richTextDeleteRowOrColumnMenu": "Löschen",
57
+ "richTextDeleteColumnMenu": "Spalte löschen",
58
+ "richTextDeleteRowMenu": "Zeile löschen",
59
+ "richTextDeleteTableMenu": "Tabelle löschen",
60
60
  "attachmentMoreMenu": "Mehr Optionen"
61
61
  },
62
62
  "mentionPopover": {
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "Remove file",
39
39
  "uploading": "Uploading",
40
40
  "uploadCompleted": "Upload completed",
41
- "boldTooltip": "Bold",
42
- "italicTooltip": "Italic",
43
- "underlineTooltip": "Underline",
44
- "bulletListTooltip": "Bulleted list",
45
- "numberListTooltip": "Numbered list",
46
- "increaseIndentTooltip": "Increase indent",
47
- "decreaseIndentTooltip": "Decrease indent",
48
- "insertTableTooltip": "Insert table",
41
+ "richTextBoldTooltip": "Bold",
42
+ "richTextItalicTooltip": "Italic",
43
+ "richTextUnderlineTooltip": "Underline",
44
+ "richTextBulletListTooltip": "Bulleted list",
45
+ "richTextNumberListTooltip": "Numbered list",
46
+ "richTextIncreaseIndentTooltip": "Increase indent",
47
+ "richTextDecreaseIndentTooltip": "Decrease indent",
48
+ "richTextInsertTableTooltip": "Insert table",
49
49
  "richTextFormatButtonTooltip": "Format",
50
- "insertRowOrColumnMenu": "Insert",
51
- "insertTableMenuTitle": "Insert {column} x {row} table",
52
- "insertRowAboveMenu": "Insert above",
53
- "insertRowBelowMenu": "Insert below",
54
- "insertColumnLeftMenu": "Insert left",
55
- "insertColumnRightMenu": "Insert right",
56
- "deleteRowOrColumnMenu": "Delete",
57
- "deleteColumnMenu": "Delete column",
58
- "deleteRowMenu": "Delete row",
59
- "deleteTableMenu": "Delete table",
50
+ "richTextInsertRowOrColumnMenu": "Insert",
51
+ "richTextInsertTableMenuTitle": "Insert {column} x {row} table",
52
+ "richTextInsertRowAboveMenu": "Insert above",
53
+ "richTextInsertRowBelowMenu": "Insert below",
54
+ "richTextInsertColumnLeftMenu": "Insert left",
55
+ "richTextInsertColumnRightMenu": "Insert right",
56
+ "richTextDeleteRowOrColumnMenu": "Delete",
57
+ "richTextDeleteColumnMenu": "Delete column",
58
+ "richTextDeleteRowMenu": "Delete row",
59
+ "richTextDeleteTableMenu": "Delete table",
60
60
  "attachmentMoreMenu": "More Options"
61
61
  },
62
62
  "mentionPopover": {
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "Remove file",
39
39
  "uploading": "Uploading",
40
40
  "uploadCompleted": "Upload completed",
41
- "boldTooltip": "Bold",
42
- "italicTooltip": "Italic",
43
- "underlineTooltip": "Underline",
44
- "bulletListTooltip": "Bulleted list",
45
- "numberListTooltip": "Numbered list",
46
- "increaseIndentTooltip": "Increase indent",
47
- "decreaseIndentTooltip": "Decrease indent",
48
- "insertTableTooltip": "Insert table",
41
+ "richTextBoldTooltip": "Bold",
42
+ "richTextItalicTooltip": "Italic",
43
+ "richTextUnderlineTooltip": "Underline",
44
+ "richTextBulletListTooltip": "Bulleted list",
45
+ "richTextNumberListTooltip": "Numbered list",
46
+ "richTextIncreaseIndentTooltip": "Increase indent",
47
+ "richTextDecreaseIndentTooltip": "Decrease indent",
48
+ "richTextInsertTableTooltip": "Insert table",
49
49
  "richTextFormatButtonTooltip": "Format",
50
- "insertRowOrColumnMenu": "Insert",
51
- "insertTableMenuTitle": "Insert {column} x {row} table",
52
- "insertRowAboveMenu": "Insert above",
53
- "insertRowBelowMenu": "Insert below",
54
- "insertColumnLeftMenu": "Insert left",
55
- "insertColumnRightMenu": "Insert right",
56
- "deleteRowOrColumnMenu": "Delete",
57
- "deleteColumnMenu": "Delete column",
58
- "deleteRowMenu": "Delete row",
59
- "deleteTableMenu": "Delete table",
50
+ "richTextInsertRowOrColumnMenu": "Insert",
51
+ "richTextInsertTableMenuTitle": "Insert {column} x {row} table",
52
+ "richTextInsertRowAboveMenu": "Insert above",
53
+ "richTextInsertRowBelowMenu": "Insert below",
54
+ "richTextInsertColumnLeftMenu": "Insert left",
55
+ "richTextInsertColumnRightMenu": "Insert right",
56
+ "richTextDeleteRowOrColumnMenu": "Delete",
57
+ "richTextDeleteColumnMenu": "Delete column",
58
+ "richTextDeleteRowMenu": "Delete row",
59
+ "richTextDeleteTableMenu": "Delete table",
60
60
  "attachmentMoreMenu": "More Options"
61
61
  },
62
62
  "mentionPopover": {
@@ -199,7 +199,26 @@
199
199
  "blockedWarningText": "This message was deleted due to organizational policy.",
200
200
  "blockedWarningLinkText": "Details",
201
201
  "attachmentCardGroupMessage": "The message has {attachmentCount} attachment",
202
- "messageDeletedAnnouncementAriaLabel": "The message is deleted"
202
+ "messageDeletedAnnouncementAriaLabel": "The message is deleted",
203
+ "richTextBoldTooltip": "Bold",
204
+ "richTextItalicTooltip": "Italic",
205
+ "richTextUnderlineTooltip": "Underline",
206
+ "richTextBulletListTooltip": "Bulleted list",
207
+ "richTextNumberListTooltip": "Numbered list",
208
+ "richTextIncreaseIndentTooltip": "Increase indent",
209
+ "richTextDecreaseIndentTooltip": "Decrease indent",
210
+ "richTextInsertTableTooltip": "Insert table",
211
+ "richTextFormatButtonTooltip": "Format",
212
+ "richTextInsertRowOrColumnMenu": "Insert",
213
+ "richTextInsertTableMenuTitle": "Insert {column} x {row} table",
214
+ "richTextInsertRowAboveMenu": "Insert above",
215
+ "richTextInsertRowBelowMenu": "Insert below",
216
+ "richTextInsertColumnLeftMenu": "Insert left",
217
+ "richTextInsertColumnRightMenu": "Insert right",
218
+ "richTextDeleteRowOrColumnMenu": "Delete",
219
+ "richTextDeleteColumnMenu": "Delete column",
220
+ "richTextDeleteRowMenu": "Delete row",
221
+ "richTextDeleteTableMenu": "Delete table"
203
222
  },
204
223
  "errorBar": {
205
224
  "unableToReachChatService": "You are offline",
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "Quitar archivo",
39
39
  "uploading": "Cargando",
40
40
  "uploadCompleted": "Carga completada",
41
- "boldTooltip": "Negrita",
42
- "italicTooltip": "Cursiva",
43
- "underlineTooltip": "Subrayado",
44
- "bulletListTooltip": "Lista con viñetas",
45
- "numberListTooltip": "Lista numerada",
46
- "increaseIndentTooltip": "Aumentar sangría",
47
- "decreaseIndentTooltip": "Reducir sangría",
48
- "insertTableTooltip": "Insertar tabla",
41
+ "richTextBoldTooltip": "Negrita",
42
+ "richTextItalicTooltip": "Cursiva",
43
+ "richTextUnderlineTooltip": "Subrayado",
44
+ "richTextBulletListTooltip": "Lista con viñetas",
45
+ "richTextNumberListTooltip": "Lista numerada",
46
+ "richTextIncreaseIndentTooltip": "Aumentar sangría",
47
+ "richTextDecreaseIndentTooltip": "Reducir sangría",
48
+ "richTextInsertTableTooltip": "Insertar tabla",
49
49
  "richTextFormatButtonTooltip": "Formato",
50
- "insertRowOrColumnMenu": "Insertar",
51
- "insertTableMenuTitle": "Insertar {column} x {row} tabla",
52
- "insertRowAboveMenu": "Insertar arriba",
53
- "insertRowBelowMenu": "Insertar debajo",
54
- "insertColumnLeftMenu": "Insertar a la izquierda",
55
- "insertColumnRightMenu": "Insertar a la derecha",
56
- "deleteRowOrColumnMenu": "Eliminar",
57
- "deleteColumnMenu": "Eliminar columna",
58
- "deleteRowMenu": "Eliminar fila",
59
- "deleteTableMenu": "Eliminar tabla",
50
+ "richTextInsertRowOrColumnMenu": "Insertar",
51
+ "richTextInsertTableMenuTitle": "Insertar {column} x {row} tabla",
52
+ "richTextInsertRowAboveMenu": "Insertar arriba",
53
+ "richTextInsertRowBelowMenu": "Insertar debajo",
54
+ "richTextInsertColumnLeftMenu": "Insertar a la izquierda",
55
+ "richTextInsertColumnRightMenu": "Insertar a la derecha",
56
+ "richTextDeleteRowOrColumnMenu": "Eliminar",
57
+ "richTextDeleteColumnMenu": "Eliminar columna",
58
+ "richTextDeleteRowMenu": "Eliminar fila",
59
+ "richTextDeleteTableMenu": "Eliminar tabla",
60
60
  "attachmentMoreMenu": "Más opciones"
61
61
  },
62
62
  "mentionPopover": {
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "Poista tiedosto",
39
39
  "uploading": "Ladataan",
40
40
  "uploadCompleted": "Lataus valmis",
41
- "boldTooltip": "Lihavoi",
42
- "italicTooltip": "Kursivointi",
43
- "underlineTooltip": "Alleviivaa",
44
- "bulletListTooltip": "Luettelomerkeillä varustettu luettelo",
45
- "numberListTooltip": "Numeroitu luettelo",
46
- "increaseIndentTooltip": "Suurenna sisennystä",
47
- "decreaseIndentTooltip": "Pienennä sisennystä",
48
- "insertTableTooltip": "Lisää taulukko",
41
+ "richTextBoldTooltip": "Lihavoi",
42
+ "richTextItalicTooltip": "Kursivointi",
43
+ "richTextUnderlineTooltip": "Alleviivaa",
44
+ "richTextBulletListTooltip": "Luettelomerkeillä varustettu luettelo",
45
+ "richTextNumberListTooltip": "Numeroitu luettelo",
46
+ "richTextIncreaseIndentTooltip": "Suurenna sisennystä",
47
+ "richTextDecreaseIndentTooltip": "Pienennä sisennystä",
48
+ "richTextInsertTableTooltip": "Lisää taulukko",
49
49
  "richTextFormatButtonTooltip": "Muoto",
50
- "insertRowOrColumnMenu": "Lisää",
51
- "insertTableMenuTitle": "Lisää {row}x{column}-kokoinen taulukko",
52
- "insertRowAboveMenu": "Lisää yläpuolelle",
53
- "insertRowBelowMenu": "Lisää alapuolelle",
54
- "insertColumnLeftMenu": "Lisää vasemmalle",
55
- "insertColumnRightMenu": "Lisää oikealle",
56
- "deleteRowOrColumnMenu": "Poista",
57
- "deleteColumnMenu": "Poista sarake",
58
- "deleteRowMenu": "Poista rivi",
59
- "deleteTableMenu": "Poista taulukko",
50
+ "richTextInsertRowOrColumnMenu": "Lisää",
51
+ "richTextInsertTableMenuTitle": "Lisää {row}x{column}-kokoinen taulukko",
52
+ "richTextInsertRowAboveMenu": "Lisää yläpuolelle",
53
+ "richTextInsertRowBelowMenu": "Lisää alapuolelle",
54
+ "richTextInsertColumnLeftMenu": "Lisää vasemmalle",
55
+ "richTextInsertColumnRightMenu": "Lisää oikealle",
56
+ "richTextDeleteRowOrColumnMenu": "Poista",
57
+ "richTextDeleteColumnMenu": "Poista sarake",
58
+ "richTextDeleteRowMenu": "Poista rivi",
59
+ "richTextDeleteTableMenu": "Poista taulukko",
60
60
  "attachmentMoreMenu": "Lisää asetuksia"
61
61
  },
62
62
  "mentionPopover": {
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "Supprimer un fichier",
39
39
  "uploading": "Téléchargement",
40
40
  "uploadCompleted": "Chargement terminé",
41
- "boldTooltip": "Gras",
42
- "italicTooltip": "Italique",
43
- "underlineTooltip": "Souligner",
44
- "bulletListTooltip": "Liste à puces",
45
- "numberListTooltip": "Liste numérotée",
46
- "increaseIndentTooltip": "Augmenter le retrait",
47
- "decreaseIndentTooltip": "Réduire le retrait",
48
- "insertTableTooltip": "Insérer un tableau",
41
+ "richTextBoldTooltip": "Gras",
42
+ "richTextItalicTooltip": "Italique",
43
+ "richTextUnderlineTooltip": "Souligner",
44
+ "richTextBulletListTooltip": "Liste à puces",
45
+ "richTextNumberListTooltip": "Liste numérotée",
46
+ "richTextIncreaseIndentTooltip": "Augmenter le retrait",
47
+ "richTextDecreaseIndentTooltip": "Réduire le retrait",
48
+ "richTextInsertTableTooltip": "Insérer un tableau",
49
49
  "richTextFormatButtonTooltip": "Format",
50
- "insertRowOrColumnMenu": "Insérer",
51
- "insertTableMenuTitle": "Insérer une table {column} x {row}",
52
- "insertRowAboveMenu": "Insérer au-dessus",
53
- "insertRowBelowMenu": "Insérer l’élément ci-dessous",
54
- "insertColumnLeftMenu": "Insérer à gauche",
55
- "insertColumnRightMenu": "Insérer à droite",
56
- "deleteRowOrColumnMenu": "Supprimer",
57
- "deleteColumnMenu": "Supprimer la colonne",
58
- "deleteRowMenu": "Supprimer une ligne",
59
- "deleteTableMenu": "Supprimer le tableau",
50
+ "richTextInsertRowOrColumnMenu": "Insérer",
51
+ "richTextInsertTableMenuTitle": "Insérer une table {column} x {row}",
52
+ "richTextInsertRowAboveMenu": "Insérer au-dessus",
53
+ "richTextInsertRowBelowMenu": "Insérer l’élément ci-dessous",
54
+ "richTextInsertColumnLeftMenu": "Insérer à gauche",
55
+ "richTextInsertColumnRightMenu": "Insérer à droite",
56
+ "richTextDeleteRowOrColumnMenu": "Supprimer",
57
+ "richTextDeleteColumnMenu": "Supprimer la colonne",
58
+ "richTextDeleteRowMenu": "Supprimer une ligne",
59
+ "richTextDeleteTableMenu": "Supprimer le tableau",
60
60
  "attachmentMoreMenu": "Plus d’options"
61
61
  },
62
62
  "mentionPopover": {
@@ -38,25 +38,25 @@
38
38
  "removeAttachment": "הסר קובץ",
39
39
  "uploading": "מעלה",
40
40
  "uploadCompleted": "ההעלאה הושלמה",
41
- "boldTooltip": "מודגש",
42
- "italicTooltip": "נטוי",
43
- "underlineTooltip": "קו תחתון",
44
- "bulletListTooltip": "רשימה עם תבליטים",
45
- "numberListTooltip": "רשימה ממוספרת",
46
- "increaseIndentTooltip": "הגדל כניסה",
47
- "decreaseIndentTooltip": "הקטן כניסה",
48
- "insertTableTooltip": "הוסף טבלה",
41
+ "richTextBoldTooltip": "מודגש",
42
+ "richTextItalicTooltip": "נטוי",
43
+ "richTextUnderlineTooltip": "קו תחתון",
44
+ "richTextBulletListTooltip": "רשימה עם תבליטים",
45
+ "richTextNumberListTooltip": "רשימה ממוספרת",
46
+ "richTextIncreaseIndentTooltip": "הגדל כניסה",
47
+ "richTextDecreaseIndentTooltip": "הקטן כניסה",
48
+ "richTextInsertTableTooltip": "הוסף טבלה",
49
49
  "richTextFormatButtonTooltip": "תבנית",
50
- "insertRowOrColumnMenu": "הוסף",
51
- "insertTableMenuTitle": "הוסף טבלה {column} x‏ {row}",
52
- "insertRowAboveMenu": "הוסף מעל",
53
- "insertRowBelowMenu": "הוסף מתחת",
54
- "insertColumnLeftMenu": "הוסף משמאל",
55
- "insertColumnRightMenu": "הוסף מימין",
56
- "deleteRowOrColumnMenu": "מחק",
57
- "deleteColumnMenu": "מחק עמודה",
58
- "deleteRowMenu": "מחק שורה",
59
- "deleteTableMenu": "מחק טבלה",
50
+ "richTextInsertRowOrColumnMenu": "הוסף",
51
+ "richTextInsertTableMenuTitle": "הוסף טבלה {column} x‏ {row}",
52
+ "richTextInsertRowAboveMenu": "הוסף מעל",
53
+ "richTextInsertRowBelowMenu": "הוסף מתחת",
54
+ "richTextInsertColumnLeftMenu": "הוסף משמאל",
55
+ "richTextInsertColumnRightMenu": "הוסף מימין",
56
+ "richTextDeleteRowOrColumnMenu": "מחק",
57
+ "richTextDeleteColumnMenu": "מחק עמודה",
58
+ "richTextDeleteRowMenu": "מחק שורה",
59
+ "richTextDeleteTableMenu": "מחק טבלה",
60
60
  "attachmentMoreMenu": "אפשרויות נוספות"
61
61
  },
62
62
  "mentionPopover": {