@sapui5/sap.suite.ui.commons 1.144.0 → 1.146.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +35 -6
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderInput.js +11 -0
  9. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  11. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -3
  13. package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
  14. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  15. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  16. package/src/sap/suite/ui/commons/ProcessFlow.js +79 -75
  17. package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
  18. package/src/sap/suite/ui/commons/Timeline.js +9 -0
  19. package/src/sap/suite/ui/commons/TimelineNavigator.js +37 -5
  20. package/src/sap/suite/ui/commons/TimelineRenderer.js +3 -3
  21. package/src/sap/suite/ui/commons/collaboration/BaseHelperService.js +0 -1
  22. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +0 -3
  23. package/src/sap/suite/ui/commons/collaboration/CollaborationManagerService.js +0 -1
  24. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +12 -1
  25. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +4 -1
  26. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +8 -5
  27. package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
  28. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +0 -6
  29. package/src/sap/suite/ui/commons/collaboration/channels/MessageChannel.js +0 -2
  30. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component-preload.js +1 -1
  31. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js +1 -2
  32. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  35. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  36. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  37. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  38. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  39. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  40. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  41. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  42. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
  43. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  44. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  45. package/src/sap/suite/ui/commons/library.js +25 -1
  46. package/src/sap/suite/ui/commons/messagebundle.properties +20 -9
  47. package/src/sap/suite/ui/commons/messagebundle_ar.properties +24 -3
  48. package/src/sap/suite/ui/commons/messagebundle_bg.properties +24 -3
  49. package/src/sap/suite/ui/commons/messagebundle_ca.properties +24 -3
  50. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +24 -3
  51. package/src/sap/suite/ui/commons/messagebundle_cs.properties +23 -2
  52. package/src/sap/suite/ui/commons/messagebundle_cy.properties +24 -3
  53. package/src/sap/suite/ui/commons/messagebundle_da.properties +23 -2
  54. package/src/sap/suite/ui/commons/messagebundle_de.properties +36 -15
  55. package/src/sap/suite/ui/commons/messagebundle_el.properties +25 -4
  56. package/src/sap/suite/ui/commons/messagebundle_en.properties +24 -3
  57. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +24 -3
  58. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +11 -5
  59. package/src/sap/suite/ui/commons/messagebundle_es.properties +24 -3
  60. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +24 -3
  61. package/src/sap/suite/ui/commons/messagebundle_et.properties +23 -2
  62. package/src/sap/suite/ui/commons/messagebundle_fi.properties +23 -2
  63. package/src/sap/suite/ui/commons/messagebundle_fr.properties +32 -11
  64. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +24 -3
  65. package/src/sap/suite/ui/commons/messagebundle_hi.properties +24 -3
  66. package/src/sap/suite/ui/commons/messagebundle_hr.properties +24 -3
  67. package/src/sap/suite/ui/commons/messagebundle_hu.properties +24 -3
  68. package/src/sap/suite/ui/commons/messagebundle_id.properties +25 -4
  69. package/src/sap/suite/ui/commons/messagebundle_it.properties +24 -3
  70. package/src/sap/suite/ui/commons/messagebundle_iw.properties +24 -3
  71. package/src/sap/suite/ui/commons/messagebundle_ja.properties +24 -3
  72. package/src/sap/suite/ui/commons/messagebundle_kk.properties +25 -4
  73. package/src/sap/suite/ui/commons/messagebundle_ko.properties +23 -2
  74. package/src/sap/suite/ui/commons/messagebundle_lt.properties +24 -3
  75. package/src/sap/suite/ui/commons/messagebundle_lv.properties +24 -3
  76. package/src/sap/suite/ui/commons/messagebundle_mk.properties +23 -2
  77. package/src/sap/suite/ui/commons/messagebundle_ms.properties +24 -3
  78. package/src/sap/suite/ui/commons/messagebundle_nl.properties +23 -2
  79. package/src/sap/suite/ui/commons/messagebundle_no.properties +25 -4
  80. package/src/sap/suite/ui/commons/messagebundle_pl.properties +24 -3
  81. package/src/sap/suite/ui/commons/messagebundle_pt.properties +24 -3
  82. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +24 -3
  83. package/src/sap/suite/ui/commons/messagebundle_ro.properties +24 -3
  84. package/src/sap/suite/ui/commons/messagebundle_ru.properties +25 -4
  85. package/src/sap/suite/ui/commons/messagebundle_sh.properties +24 -3
  86. package/src/sap/suite/ui/commons/messagebundle_sk.properties +24 -3
  87. package/src/sap/suite/ui/commons/messagebundle_sl.properties +23 -2
  88. package/src/sap/suite/ui/commons/messagebundle_sr.properties +24 -3
  89. package/src/sap/suite/ui/commons/messagebundle_sv.properties +23 -2
  90. package/src/sap/suite/ui/commons/messagebundle_th.properties +25 -4
  91. package/src/sap/suite/ui/commons/messagebundle_tr.properties +24 -3
  92. package/src/sap/suite/ui/commons/messagebundle_uk.properties +27 -6
  93. package/src/sap/suite/ui/commons/messagebundle_vi.properties +26 -5
  94. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +24 -3
  95. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +26 -5
  96. package/src/sap/suite/ui/commons/networkgraph/Graph.js +49 -22
  97. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +45 -4
  98. package/src/sap/suite/ui/commons/networkgraph/Line.js +157 -11
  99. package/src/sap/suite/ui/commons/networkgraph/Node.js +289 -86
  100. package/src/sap/suite/ui/commons/networkgraph/Utils.js +239 -10
  101. package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
  102. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +156 -74
  103. package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
  104. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +14 -6
  105. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  106. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  108. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  109. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  110. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  111. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  112. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  113. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  114. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  115. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  116. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  117. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  118. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  119. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  120. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  121. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  122. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +26 -5
  123. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
@@ -71,7 +71,10 @@
71
71
 
72
72
  <VBox visible="{= !!${userData>/mail}}" class="sapUiTinyMarginTop sapUiTinyMarginBottom" >
73
73
  <Label id="UserEmail" text="{i18n>POPOVER_CONTACT_SECTION_EMAIL}:" />
74
- <Link text="{userData>/mail}" href="{path: 'userData>/mail', formatter: '.formatUri'}" ariaLabelledBy="UserEmail"/>
74
+ <HBox alignItems="Center" justifyContent="SpaceBetween">
75
+ <Link text="{userData>/mail}" href="{path: 'userData>/mail', formatter: '.formatUri'}" ariaLabelledBy="UserEmail"/>
76
+ <core:Icon src="sap-icon://copy" press="handleCopyEmailPress" decorative="false" tooltip="{i18n>POPOVER_CONTACT_COPY_EMAIL}" class="sapThemeHighlight-asColor"/>
77
+ </HBox>
75
78
  </VBox>
76
79
 
77
80
  <VBox visible="{= !!${userData>/officelocation}}" class="sapUiTinyMarginTop sapUiTinyMarginBottom" >
@@ -46,11 +46,14 @@
46
46
  />
47
47
  </HBox>
48
48
 
49
- <HBox class="sapUiTinyMarginTop">
50
- <core:Icon
51
- src="sap-icon://email">
52
- </core:Icon>
53
- <Link text="{userData>/mail}" href="{parts: [{path: 'userData>/mail'}, {path: 'userData>/params'}], formatter: '.formatUri'}" class="sapUiSmallMarginBegin sapUiTinyMarginBottom" />
49
+ <HBox class="sapUiTinyMarginTop" alignItems="Center" justifyContent="SpaceBetween">
50
+ <HBox alignItems="Center">
51
+ <core:Icon
52
+ src="sap-icon://email">
53
+ </core:Icon>
54
+ <Link text="{userData>/mail}" href="{parts: [{path: 'userData>/mail'}, {path: 'userData>/params'}], formatter: '.formatUri'}" class="sapUiSmallMarginBegin sapUiTinyMarginBottom" />
55
+ </HBox>
56
+ <core:Icon src="sap-icon://copy" press="handleCopyEmailPress" decorative="false" tooltip="{i18n>POPOVER_CONTACT_COPY_EMAIL}" class="sapThemeHighlight-asColor"/>
54
57
  </HBox>
55
58
  </VBox>
56
59
  </Popover>
@@ -58,27 +58,37 @@ sap.ui.define([
58
58
  oServiceContainer.getServiceAsync = async function() {
59
59
  const UshellContainer = sap.ui.require("sap/ushell/Container");
60
60
  if (oServicePromise) {
61
+ oLogger.info("Returning cached service promise");
61
62
  return oServicePromise;
62
63
  }
63
64
  if (UshellContainer && UshellContainer.inAppRuntime()) {
65
+ oLogger.info("Running in UshellContainer inAppRuntime, checking provider configuration");
64
66
  try {
65
67
  let isProviderConfigurationSet = false;
66
68
  try {
67
69
  if (window.location.host === top.window.location.host) {
70
+ oLogger.info("App is running in the same window as parent, setting empty provider configuration");
68
71
  oProviderConfiguration = {};
69
72
  isProviderConfigurationSet = true;
70
73
  }
71
74
  } catch (error) {
72
- oLogger.info("Cannot access parent window");
75
+ oLogger.info("The app is running in an iframe and trying to get parent window");
76
+ oProviderConfiguration = {};
77
+ isProviderConfigurationSet = true;
73
78
  }
74
79
  if (!isProviderConfigurationSet) {
80
+ oLogger.info("Fetching provider configuration from parent window");
75
81
  oProviderConfiguration = await CollaborationMessageConsumer.getProviderConfiguration();
82
+ oLogger.info("Provider configuration successfully retrieved");
76
83
  }
77
84
  } catch (error) {
78
85
  oLogger.error("Error while getting the provider configuration from the parent window", error);
79
86
  oProviderConfiguration = {};
80
87
  }
81
- }
88
+ } else {
89
+ oLogger.info("Not running in UshellContainer inAppRuntime");
90
+ }
91
+ oLogger.info("Resolving collaboration type");
82
92
  return fnGetCollaborationType();
83
93
  };
84
94
 
@@ -38,7 +38,6 @@ sap.ui.define([
38
38
  * @alias module:sap/suite/ui/commons/collaboration/TeamsHelperService
39
39
  * @private
40
40
  * @ui5-restricted
41
- * @experimental Since 1.108
42
41
  */
43
42
  var TeamsHelperService = BaseHelperService.extend("sap.suite.ui.commons.collaboration.TeamsHelperService", {
44
43
  constructor: function(oProviderConfig) {
@@ -89,7 +88,6 @@ sap.ui.define([
89
88
  * @returns {array} Array of available options
90
89
  * @private
91
90
  * @ui5-restricted
92
- * @experimental Since 1.108
93
91
  */
94
92
  TeamsHelperService.prototype.getOptions = function(oParams) {
95
93
  oTeamsParams = {
@@ -207,7 +205,6 @@ sap.ui.define([
207
205
  * @returns {void}
208
206
  * @private
209
207
  * @ui5-restricted
210
- * @experimental Since 1.108
211
208
  */
212
209
  TeamsHelperService.prototype.share = function(oOption, oParams) {
213
210
 
@@ -248,7 +245,6 @@ sap.ui.define([
248
245
  * @returns {void}
249
246
  * @private
250
247
  * @ui5-restricted
251
- * @experimental Since 1.108
252
248
  */
253
249
  TeamsHelperService.prototype._shareAsChat = function(oParams) {
254
250
  var newWindow = window.open(
@@ -309,7 +305,6 @@ sap.ui.define([
309
305
  * @returns {void}
310
306
  * @private
311
307
  * @ui5-restricted
312
- * @experimental Since 1.108
313
308
  */
314
309
  TeamsHelperService.prototype._shareAsTab = async function(oParams) {
315
310
  var sAppUri = await this._modifyUrlForShareAsTab(oParams.url, "MST:T");
@@ -380,7 +375,6 @@ sap.ui.define([
380
375
  * @returns {void}
381
376
  * @private
382
377
  * @ui5-restricted
383
- * @experimental Since 1.108
384
378
  */
385
379
  TeamsHelperService.prototype._shareAsCard = async function (oParams) {
386
380
  if (!oParams?.cardId || !oParams.cardId.length || !oParams.cardManifest || !this.isFeatureFlagEnabled()) {
@@ -19,7 +19,6 @@ sap.ui.define(
19
19
  * @class
20
20
  * @alias sap.suite.ui.commons.collaboration.channels.MessageChannel
21
21
  * @public
22
- * @experimental
23
22
  */
24
23
  var MessageChannel = UI5Object.extend("sap.suite.ui.commons.collaboration.channels.MessageChannel", {
25
24
  /**
@@ -49,7 +48,6 @@ sap.ui.define(
49
48
  * Returns a promise that resolves to the singleton instance of the MessageChannel service.
50
49
  * @returns {Promise<sap.suite.ui.commons.collaboration.channels.MessageChannel>} A promise that resolves to the MessageChannel instance.
51
50
  * @public
52
- * @experimental
53
51
  */
54
52
  getInstance: function () {
55
53
  if (!instance) {
@@ -18,7 +18,7 @@ sap.ui.require.preload({
18
18
  sap.ui.define(["sap/base/Log","sap/ui/core/Core","./BaseHelperService","sap/ui/Device","sap/ui/core/Lib","sap/suite/ui/commons/collaboration/channels/MessageChannel"],function(e,o,a,s,t,i){var n=a.extend("sap.suite.ui.commons.collaboration.CollaborationManagerService");var r=t.getResourceBundleFor("sap.suite.ui.commons");var l=e.getLogger("sap.suite.ui.commons.collaboration.CollaborationManagerService");n.prototype.triggerH2HChat=function(e,o,a){this.publishData({sAppTitle:e,sCurrentURL:o,sEmailId:a})};n.prototype.getOptions=function(){var e=window["sap-ushell-config"]&&window["sap-ushell-config"].bootstrapPlugins&&window["sap-ushell-config"].bootstrapPlugins.H2H_CHAT_PLUGIN;if(s.system.desktop){if(e){return{text:r.getText("COLLABORATION_MANGER"),icon:"sap-icon://BusinessSuiteInAppSymbols/icon-collaboration-manager",press:this.triggerH2HChat.bind(this),fesrStepName:"CM:ShareLink"}}else{l.info("Consumer disable Collaboration Manager option")}}else{l.info("Collaboration Manager is not supported in Phone and Tablet")}return null};n.prototype.publishData=async function(e){try{const o=await i.getInstance();o.postMessage(e)}catch(e){l.error("Failed to publish data:",e)}};return n});
19
19
  },
20
20
  "sap/suite/ui/commons/collaboration/ContactHelper.js":function(){
21
- sap.ui.define(["sap/ui/core/mvc/Controller","sap/ui/core/Fragment","sap/ui/model/json/JSONModel","sap/m/library","sap/ui/core/Lib","sap/ui/core/Core","sap/ui/model/resource/ResourceModel","./CollaborationContactInfoHelper","sap/ui/performance/trace/FESRHelper","sap/ui/core/Element"],function(e,t,a,o,s,i,n,r,c,l){var u=s.getResourceBundleFor("sap.suite.ui.commons");return e.extend("sap.suite.ui.commons.collaboration.ContactHelper",{constructor:function(){},getFullProfileByEmail:async function(e){var t=await r.fetchContact(e);if(t&&t.mail===""){return t}if(t&&t.data!=""){t.photo="data:image/png;base64,"+t.data}t=this.determineContactStatus(t);return t},getTeamsContactOptions:function(){var e=this;return Promise.resolve([{key:"chat",icon:"sap-icon://discussion",tooltip:u.getText("CHAT_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"call",icon:"sap-icon://call",tooltip:u.getText("CALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"videoCall",icon:"sap-icon://video",tooltip:u.getText("VIDEOCALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}}])},getTeamsContactStatus:async function(e){let t={calendar:[]};if(e){const a=await Promise.all([r.fetchContact(e),r.fetchContactCalendar(e)]);t=a[0];t.calendar=a[1]}const a=this.determineContactStatus(t);return[{key:"profileStatus",badgeIcon:a.badgeIcon,badgeValueState:a.badgeValueState,badgeTooltip:a.badgeTooltip,fesrStepName:"MST:ContactAction",calendar:a.calendar}]},handleMSTeamsPress:function(e){var t=e.getSource().data("email");var a=e.getSource().data("type");var s="";switch(a){case"chat":s="https://teams.microsoft.com/l/chat/0/0?users="+t;break;case"call":s="https://teams.microsoft.com/l/call/0/0?users="+t;break;case"videoCall":s="https://teams.microsoft.com/l/call/0/0?users="+t+"&withVideo=true";break;default:break}o.URLHelper.redirect(s,true)},formatUri:function(e,t){var a=/^\w+[\w-+\.]*\@\w+([-\.]\w+)*\.[a-zA-Z]{2,}$/;if(a.test(e)){return"mailto:"+e+(t&&t.subject?"?subject="+t.subject:"")+(t&&t.body?"&body="+t.body:"")}else{return"tel:"+e}},loadContactPopover:function(e,o,s){this.afterClose();return t.load({name:"sap.suite.ui.commons.collaboration.ContactPopover",controller:this,type:"XML"}).then(function(t){c.setSemanticStepname(t,"afterClose","MST:ContactDetails");this._oContactPopover=t;this.sEmail=e;this.oParams=o;t.setBusy(true);var i={setFamily:"tnt",setURI:sap.ui.require.toUrl("sap/tnt/themes/base/illustrations")};sap.m.IllustrationPool.registerIllustrationSet(i,false);var n=new a({isUserExistsInTeams:true});this._oContactPopover.setModel(n,"userData");this.isDirectCommunicationEnabled=s;this._oContactPopover.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return t}.bind(this))},loadMinimalContactPopover:function(e,o){this.afterClose();var s=new a({mail:e,params:o});return t.load({name:"sap.suite.ui.commons.collaboration.MinimalContactPopover",controller:this,type:"XML"}).then(function(e){this._oMinContactPopover=e;c.setSemanticStepname(e,"afterClose","MST:ContactDetails");e.setModel(s,"userData");e.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return e}.bind(this))},afterClose:function(){if(this._oContactPopover){this._oContactPopover.destroy()}if(this._oMinContactPopover){this._oMinContactPopover.destroy()}},afterOpen:function(){var e=this;this.getFullProfileByEmail(this.sEmail).then(function(t){e._oContactPopover.setBusy(false);if(t&&t.mail===""){t.isUserExistsInTeams=false;t.mail=e.sEmail;t.params=e.oParams;e._oContactPopover.setInitialFocus(l.getElementById("mail"))}else{t.isUserExistsInTeams=true;t.isDirectCommunicationEnabled=!!e.isDirectCommunicationEnabled;e._oContactPopover.setInitialFocus(l.getElementById("avatar"))}var o=new a(t);o.setData(t);e._oContactPopover.setModel(o,"userData");c.setSemanticStepname(e._oContactPopover,"afterClose","MST:ContactDetails")})},afterContinue:function(){var e=this.formatUri(this.sEmail,this.oParams);o.URLHelper.redirect(e,true)},determineContactStatus:function(e){const t=new Map([["OOO",{badgeValueState:"Information",badgeIcon:"sap-icon://offsite-work"}],["BUSYOOO",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task"}],["ONLINEOOO",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter"}],["AVAILABLE",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter-2"}],["AWAY",{badgeValueState:"Warning",badgeIcon:"sap-icon://pending"}],["BUSY",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task-2"}],["PRESENTING",{badgeValueState:"Error",badgeIcon:"sap-icon://sys-minus"}],["OFFLINE",{badgeValueState:"Error",badgeIcon:"sap-icon://message-error"}]]);const a=new Map([["Available","AVAILABLE"],["Away","AWAY"],["Inactive","AWAY"],["Busy","BUSY"],["DoNotDisturb","PRESENTING"],["InACall","BUSY"],["InAMeeting","BUSY"],["Presenting","PRESENTING"],["BeRightBack","AWAY"],["OffWork","OFFLINE"],["Offline","OFFLINE"]]);let o={};if(!!e.isoutofoffice){if(e.activity==="Available"){o=t.get("ONLINEOOO");o.badgeTooltip=`${u.getText("AVAILABLE")}, ${u.getText("OOO")}`}else if(e.activity==="Busy"){o=t.get("BUSYOOO");o.badgeTooltip=`${u.getText("BUSY")}, ${u.getText("OOO")}`}else if(e.activity==="DoNotDisturb"){o=t.get("PRESENTING");o.badgeTooltip=`${u.getText("DONOTDISTURB")}, ${u.getText("OOO")}`}else{o=t.get("OOO");o.badgeTooltip=u.getText("OOO")}}else{const s=e.activity?a.get(e.activity):"OFFLINE";o=t.get(s);o.badgeTooltip=u.getText(e.activity.toUpperCase())}Object.assign(e,o);return e}})});
21
+ sap.ui.define(["sap/ui/core/mvc/Controller","sap/ui/core/Fragment","sap/ui/model/json/JSONModel","sap/m/library","sap/ui/core/Lib","sap/ui/core/Core","sap/ui/model/resource/ResourceModel","./CollaborationContactInfoHelper","sap/ui/performance/trace/FESRHelper","sap/ui/core/Element"],function(e,t,a,o,s,i,n,r,c,l){var u=s.getResourceBundleFor("sap.suite.ui.commons");return e.extend("sap.suite.ui.commons.collaboration.ContactHelper",{constructor:function(){},getFullProfileByEmail:async function(e){var t=await r.fetchContact(e);if(t&&t.mail===""){return t}if(t&&t.data!=""){t.photo="data:image/png;base64,"+t.data}t=this.determineContactStatus(t);return t},getTeamsContactOptions:function(){var e=this;return Promise.resolve([{key:"chat",icon:"sap-icon://discussion",tooltip:u.getText("CHAT_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"call",icon:"sap-icon://call",tooltip:u.getText("CALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"videoCall",icon:"sap-icon://video",tooltip:u.getText("VIDEOCALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}}])},getTeamsContactStatus:async function(e){let t={calendar:[]};if(e){const a=await Promise.all([r.fetchContact(e),r.fetchContactCalendar(e)]);t=a[0];t.calendar=a[1]}const a=this.determineContactStatus(t);return[{key:"profileStatus",badgeIcon:a.badgeIcon,badgeValueState:a.badgeValueState,badgeTooltip:a.badgeTooltip,fesrStepName:"MST:ContactAction",calendar:a.calendar}]},handleMSTeamsPress:function(e){var t=e.getSource().data("email");var a=e.getSource().data("type");var s="";switch(a){case"chat":s="https://teams.microsoft.com/l/chat/0/0?users="+t;break;case"call":s="https://teams.microsoft.com/l/call/0/0?users="+t;break;case"videoCall":s="https://teams.microsoft.com/l/call/0/0?users="+t+"&withVideo=true";break;default:break}o.URLHelper.redirect(s,true)},formatUri:function(e,t){var a=/^\w+[\w-+\.]*\@\w+([-\.]\w+)*\.[a-zA-Z]{2,}$/;if(a.test(e)){return"mailto:"+e+(t&&t.subject?"?subject="+t.subject:"")+(t&&t.body?"&body="+t.body:"")}else{return"tel:"+e}},loadContactPopover:function(e,o,s){this.afterClose();return t.load({name:"sap.suite.ui.commons.collaboration.ContactPopover",controller:this,type:"XML"}).then(function(t){c.setSemanticStepname(t,"afterClose","MST:ContactDetails");this._oContactPopover=t;this.sEmail=e;this.oParams=o;t.setBusy(true);var i={setFamily:"tnt",setURI:sap.ui.require.toUrl("sap/tnt/themes/base/illustrations")};sap.m.IllustrationPool.registerIllustrationSet(i,false);var n=new a({isUserExistsInTeams:true});this._oContactPopover.setModel(n,"userData");this.isDirectCommunicationEnabled=s;this._oContactPopover.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return t}.bind(this))},loadMinimalContactPopover:function(e,o){this.afterClose();var s=new a({mail:e,params:o});return t.load({name:"sap.suite.ui.commons.collaboration.MinimalContactPopover",controller:this,type:"XML"}).then(function(e){this._oMinContactPopover=e;c.setSemanticStepname(e,"afterClose","MST:ContactDetails");e.setModel(s,"userData");e.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return e}.bind(this))},afterClose:function(){if(this._oContactPopover){this._oContactPopover.destroy()}if(this._oMinContactPopover){this._oMinContactPopover.destroy()}},afterOpen:function(){var e=this;this.getFullProfileByEmail(this.sEmail).then(function(t){e._oContactPopover.setBusy(false);if(t&&t.mail===""){t.isUserExistsInTeams=false;t.mail=e.sEmail;t.params=e.oParams;e._oContactPopover.setInitialFocus(l.getElementById("mail"))}else{t.isUserExistsInTeams=true;t.isDirectCommunicationEnabled=!!e.isDirectCommunicationEnabled;e._oContactPopover.setInitialFocus(l.getElementById("avatar"))}var o=new a(t);o.setData(t);e._oContactPopover.setModel(o,"userData");c.setSemanticStepname(e._oContactPopover,"afterClose","MST:ContactDetails")})},afterContinue:function(){var e=this.formatUri(this.sEmail,this.oParams);o.URLHelper.redirect(e,true)},determineContactStatus:function(e){const t=new Map([["OOO",{badgeValueState:"Information",badgeIcon:"sap-icon://offsite-work"}],["BUSYOOO",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task"}],["ONLINEOOO",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter"}],["AVAILABLE",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter-2"}],["AWAY",{badgeValueState:"Warning",badgeIcon:"sap-icon://pending"}],["BUSY",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task-2"}],["PRESENTING",{badgeValueState:"Error",badgeIcon:"sap-icon://sys-minus"}],["OFFLINE",{badgeValueState:"Error",badgeIcon:"sap-icon://message-error"}]]);const a=new Map([["Available","AVAILABLE"],["Away","AWAY"],["Inactive","AWAY"],["Busy","BUSY"],["DoNotDisturb","PRESENTING"],["InACall","BUSY"],["InAMeeting","BUSY"],["Presenting","PRESENTING"],["BeRightBack","AWAY"],["OffWork","OFFLINE"],["Offline","OFFLINE"]]);let o={};if(!!e.isoutofoffice){if(e.activity==="Available"){o=t.get("ONLINEOOO");o.badgeTooltip=`${u.getText("AVAILABLE")}, ${u.getText("OOO")}`}else if(e.activity==="Busy"){o=t.get("BUSYOOO");o.badgeTooltip=`${u.getText("BUSY")}, ${u.getText("OOO")}`}else if(e.activity==="DoNotDisturb"){o=t.get("PRESENTING");o.badgeTooltip=`${u.getText("DONOTDISTURB")}, ${u.getText("OOO")}`}else{o=t.get("OOO");o.badgeTooltip=u.getText("OOO")}}else{const s=e.activity?a.get(e.activity):"OFFLINE";o=t.get(s);o.badgeTooltip=u.getText(e.activity.toUpperCase())}Object.assign(e,o);return e},handleCopyEmailPress:function(){if(typeof window!=="undefined"&&window.navigator&&window.navigator.clipboard&&window.navigator.clipboard.writeText){window.navigator.clipboard.writeText(this.sEmail)}}})});
22
22
  },
23
23
  "sap/suite/ui/commons/collaboration/ServiceContainer.js":function(){
24
24
  sap.ui.define(["sap/base/Log","./BaseHelperService","./TeamsHelperService","./CollaborationManagerService","../windowmessages/CollaborationMessageBroker","../windowmessages/CollaborationMessageConsumer","./CollaborationHelper","sap/ui/core/Element"],function(e,r,o,n,t,i,a,s){var c=e.getLogger("sap.suite.ui.commons.collaboration.ServiceContainer");var l;var u;function v(){var e;if(l&&Object.keys(l).length){var n=l.sProvider;var t=l.oProviderConfig;if(n==="COLLABORATION_MSTEAMS"){e=new o(t)}u=Promise.resolve(e);return u}e=new r({});c.info("Collaboration provider is not activated on the tenant");return Promise.resolve(e)}function f(){}var g=new f;g.getServiceAsync=async function(){const e=sap.ui.require("sap/ushell/Container");if(u){return u}if(e&&e.inAppRuntime()){try{let e=false;try{if(window.location.host===top.window.location.host){l={};e=true}}catch(e){c.info("Cannot access parent window")}if(!e){l=await i.getProviderConfiguration()}}catch(e){c.error("Error while getting the provider configuration from the parent window",e);l={}}}return v()};g.getCollaborationServices=async function(){var e=await g.getServiceAsync();var r={oTeamsHelperService:e,oCMHelperService:new n};return Promise.resolve(r)};g.hidePluginsInMSTeams=async function(){try{const e=await a.isTeamsModeActive();if(e){let e=0;const r=1*1e3;const o={chatButton:true,"sap.das.webclientplugin.s4.shellitem":true};const n=setInterval(()=>{e++;if(e>10){clearInterval(n);return}Object.keys(o).forEach(e=>{const r=s.getElementById(e);if(r?.getVisible()===true){r.setVisible(false);o[e]=false}});const r=Object.values(o).every(e=>!e);if(r){clearInterval(n)}},r)}}catch(e){c.error("Error hiding the plugins in MS Teams",e)}};g.setCollaborationType=function(e,r){c.info("Collaboration properties are now configured");g.hidePluginsInMSTeams();l={sProvider:e,oProviderConfig:r};v();t.startInstance(l)};return g},true);
@@ -24,7 +24,6 @@ sap.ui.define(
24
24
  * @since 1.108.0
25
25
  * @private
26
26
  * @ui5-restricted: sap.suite.ui.commons.collaboration
27
- * @experimental Since 1.108
28
27
  *
29
28
  */
30
29
  return Component.extend("sap.suite.ui.commons.collaboration.flpplugins.msplugin.Component", {
@@ -103,4 +102,4 @@ sap.ui.define(
103
102
  }
104
103
  });
105
104
  }
106
- );
105
+ );
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @constructor
24
24
  * @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper
25
- * @version 1.144.0
25
+ * @version 1.146.0
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.146.0
32
32
  * @since 1.67.0
33
33
  *
34
34
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.144.0
33
+ * @version 1.146.0
34
34
  * @since 1.66.0
35
35
  *
36
36
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.146.0
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.144.0
25
+ * @version 1.146.0
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.146.0
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.144.0
28
+ * @version 1.146.0
29
29
  * @since 1.66.0
30
30
  *
31
31
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.base.Object
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.144.0
21
+ * @version 1.146.0
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @abstract
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.144.0
53
+ * @version 1.146.0
54
54
  * @since 1.66.0
55
55
  *
56
56
  * @constructor
@@ -162,7 +162,7 @@ sap.ui.define([
162
162
  * @extends sap.ui.core.Control
163
163
  *
164
164
  * @author SAP SE
165
- * @version 1.144.0
165
+ * @version 1.146.0
166
166
  * @since 1.66.0
167
167
  *
168
168
  * @constructor
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.144.0
37
+ * @version 1.146.0
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @constructor
@@ -47,11 +47,14 @@ sap.ui.define([
47
47
  metadata: {
48
48
  library: "sap.suite.ui.commons"
49
49
  },
50
- renderer: function(oRm, oControl) {
51
- if (!Device.system.phone || oControl._bInDialog){
52
- ImageEditorContainerRenderer.render.apply(this, arguments);
53
- } else {
54
- oRm.renderControl(oControl._getOpenButton());
50
+ renderer: {
51
+ apiVersion: 2,
52
+ render(oRm, oControl) {
53
+ if (!Device.system.phone || oControl._bInDialog){
54
+ ImageEditorContainerRenderer.render.apply(this, arguments);
55
+ } else {
56
+ oRm.renderControl(oControl._getOpenButton());
57
+ }
55
58
  }
56
59
  }
57
60
  });
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.146.0
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.144.0
26
+ * @version 1.146.0
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -58,6 +58,7 @@ sap.ui.define([
58
58
  "sap.suite.ui.commons.MicroProcessFlowRenderType",
59
59
  "sap.suite.ui.commons.networkgraph.ActionButtonPosition",
60
60
  "sap.suite.ui.commons.networkgraph.BackgroundColor",
61
+ "sap.suite.ui.commons.networkgraph.ComponentArrangement",
61
62
  "sap.suite.ui.commons.networkgraph.ElementStatus",
62
63
  "sap.suite.ui.commons.networkgraph.LayoutRenderType",
63
64
  "sap.suite.ui.commons.networkgraph.LineArrowOrientation",
@@ -197,7 +198,7 @@ sap.ui.define([
197
198
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
198
199
  "sap.suite.ui.commons.AriaProperties"
199
200
  ],
200
- version: "1.144.0",
201
+ version: "1.146.0",
201
202
  extensions: {
202
203
  flChangeHandlers: {
203
204
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -1374,6 +1375,29 @@ sap.ui.define([
1374
1375
 
1375
1376
  DataType.registerEnum("sap.suite.ui.commons.networkgraph.Orientation", oSuiteCommonsLib.networkgraph.Orientation);
1376
1377
 
1378
+ /**
1379
+ * Defines the arrangement of components in the dependency layout.
1380
+ *
1381
+ * @enum {string}
1382
+ * @public
1383
+ * @since 1.145
1384
+ */
1385
+ oSuiteCommonsLib.networkgraph.ComponentArrangement = {
1386
+ /**
1387
+ * Components are arranged horizontally.
1388
+ * @public
1389
+ */
1390
+ Horizontal: "Horizontal",
1391
+
1392
+ /**
1393
+ * Components are arranged vertically.
1394
+ * @public
1395
+ */
1396
+ Vertical: "Vertical"
1397
+ };
1398
+
1399
+ DataType.registerEnum("sap.suite.ui.commons.networkgraph.ComponentArrangement", oSuiteCommonsLib.networkgraph.ComponentArrangement);
1400
+
1377
1401
  /**
1378
1402
  * Determines how nodes are rendered. For optimal performance and usability, it is recommended that you use HTML,
1379
1403
  * which allows you to avoid dealing with SVG limitations.
@@ -449,8 +449,10 @@ NETWORK_GRAPH_EXPAND_COLLAPSE=Expand/Collapse
449
449
  NETWORK_GRAPH_NODE_DETAILS=Node details
450
450
  #XACT: Action button tooltip links
451
451
  NETWORK_GRAPH_NODE_LINKS=Node links
452
+ #XACT: Action button tooltip create connection
453
+ NETWORK_GRAPH_CREATE_CONNECTION=Create Connection
452
454
  #XACT: Action button group detail
453
- NETWORK_GRAPH_GROUP_DETAIL=Group detail
455
+ NETWORK_GRAPH_GROUP_DETAIL=Group Detail
454
456
  #XACT: Accessibility title for Network Graph
455
457
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=Network Graph
456
458
  #XACT: Accessibility title for Network Graph SVG
@@ -460,9 +462,9 @@ NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Network Graph Overview SVG
460
462
  #XACT: Accessibility title for Network Graph Overview
461
463
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Network Graph Navigator SVG
462
464
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Network Graph content
463
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Press space bar to toggle the state
465
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=To toggle the state, press space bar
464
466
  #XACT: Accessibility label for action button
465
- NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action button
467
+ NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action Button
466
468
  #XACT: Accessibility label for action button
467
469
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Left
468
470
  #XACT: Accessibility label for action button
@@ -559,13 +561,15 @@ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=There is {0} outgoing connector
559
561
  #XACT: Text for outgoing connectors accessibility label (plural)
560
562
  NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=There are {0} outgoing connectors
561
563
  #XACT: Text for keyboard navigation to outgoing connector
562
- NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Press tab to go to the outgoing connector
564
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=To navigate to the outgoing connector, press Tab
563
565
  #XACT: Text for keyboard navigation to incoming connector
564
- NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Press Shift+tab to go to the ingoing connector
566
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=To navigate to the incoming connector, press Shift + Tab
565
567
  #XACT: Text for keyboard navigation to target node from connector
566
- NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Press tab to navigate to {0}
568
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=To navigate to {0}, press Tab
567
569
  #XACT: Text for keyboard navigation back to source node from connector
568
- NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Press shift + tab to navigate back to {0}
570
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=To navigate back to {0}, press Shift + Tab
571
+ #XACT: Text for keyboard navigation between connectors
572
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=To navigate to other connectors from {0}, Use arrow keys
569
573
  #XACT: Text for line status accessibility label
570
574
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status is
571
575
  #XACT: Text for line accessibility - connection going from source to destination
@@ -1081,7 +1085,7 @@ COLLABORATION_POPOVER_MSGSTRIP = Click to copy the link for later use
1081
1085
  COLLABORATION_POPOVER_MSGSTRIP_SUCCESS = Link copied successfully
1082
1086
  #XTXT: Text for Collaboration popover Copy URL Button
1083
1087
  COLLABORATION_POPOVER_COPYURL_BUTTON = Copy Link
1084
- #XTXT: Text for Share to Collaboration Manager
1088
+ #XTXT: Text for Share to Collaboration Manager
1085
1089
  COLLABORATION_MANGER = Collaboration Manager
1086
1090
  #XMSG: Save Card Error Message
1087
1091
  SAVE_CARD_ERROR=The card couldn't be shared. Please try again later.
@@ -1116,6 +1120,13 @@ VIDEOCALL_BUTTON_TOOLTIP=videocall
1116
1120
  POPOVER_CONTINUE=Continue
1117
1121
  POPOVER_CANCEL=Cancel
1118
1122
 
1123
+ #XTOL: Tooltip for Copy Email Button
1124
+ POPOVER_CONTACT_COPY_EMAIL=Copy
1125
+ #XMSG: Message Toast for email copied successfully
1126
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=E-Mail copied to clipboard
1127
+ #XMSG: Message Toast for email not copied
1128
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=E-Mail could not be copied to clipboard
1129
+
1119
1130
  POPOVER_CONTACT_DETAILS=Contact Details
1120
1131
 
1121
1132
  #XTOL: Tooltip for BadgeIcon
@@ -1135,4 +1146,4 @@ OFFWORK=Offline
1135
1146
  #XBUT: Button tooltip for scrolling left in MicroProcessFlow
1136
1147
  MICRO_PROCESS_FLOW_SCROLL_LEFT=Scroll left
1137
1148
  #XBUT: Button tooltip for scrolling right in MicroProcessFlow
1138
- MICRO_PROCESS_FLOW_SCROLL_RIGHT=Scroll right
1149
+ MICRO_PROCESS_FLOW_SCROLL_RIGHT=Scroll right
@@ -234,15 +234,14 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=\u0627\u0631\u062A\u0628\u0627\u0637\u0627\
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=\u062A\u0648\u0633\u064A\u0639/\u0637\u064A
235
235
  NETWORK_GRAPH_NODE_DETAILS=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0639\u064F\u0642\u062F\u0629
236
236
  NETWORK_GRAPH_NODE_LINKS=\u0627\u0631\u062A\u0628\u0627\u0637\u0627\u062A \u0627\u0644\u0639\u064F\u0642\u062F\u0629
237
+ NETWORK_GRAPH_CREATE_CONNECTION=\u0625\u0646\u0634\u0627\u0621 \u0627\u062A\u0635\u0627\u0644
237
238
  NETWORK_GRAPH_GROUP_DETAIL=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=\u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=\u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
240
241
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
241
242
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=\u0645\u062A\u0646\u0642\u0644 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=\u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0646\u0645\u0637 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0636\u0645\u0646\u0647
243
243
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=\u0645\u062D\u062A\u0648\u0649 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=\u0627\u0644\u062E\u0637 \u0645\u0646 {0} \u0625\u0644\u0649 {1}
245
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0644\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u062D\u0627\u0644\u0629
244
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u0644\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u062D\u0627\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0633\u0627\u0641\u0629
246
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=\u0632\u0631 \u0627\u0644\u0625\u062C\u0631\u0627\u0621
247
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=\u064A\u0633\u0627\u0631
248
247
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=\u064A\u0645\u064A\u0646
@@ -266,6 +265,7 @@ NETWORK_GRAPH_STANDARD=\u0642\u064A\u0627\u0633\u064A
266
265
  NETWORK_GRAPH_SUCCESS=\u062A\u0645 \u0628\u0646\u062C\u0627\u062D
267
266
  NETWORK_GRAPH_WARNING=\u062A\u062D\u0630\u064A\u0631
268
267
  NETWORK_GRAPH_ERROR=\u062E\u0637\u0623
268
+ NETWORK_GRAPH_NEUTRAL=\u0645\u062D\u0627\u064A\u062F
269
269
  NETWORK_GRAPH_INFORMATION=\u0645\u0639\u0644\u0648\u0645\u0627\u062A
270
270
  NETWORK_GRAPH_ZOOM_LEVEL=\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062A\u0643\u0628\u064A\u0631/\u0627\u0644\u062A\u0635\u063A\u064A\u0631
271
271
  NETWORK_GRAPH_NODE_DESCRIPTION=\u0627\u0644\u0648\u0635\u0641
@@ -284,6 +284,23 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=\u0623\u0639\u0644\u0649 \u0625\u0644\u0
284
284
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=\u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644
285
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=\u0623\u0633\u0641\u0644 \u0625\u0644\u0649 \u0623\u0639\u0644\u0649
286
286
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=\u0623\u0633\u0641\u0644 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=\u0627\u0644\u0628\u062F\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062F\u0627\u064A\u0629
288
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=\u0627\u0644\u0628\u062F\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0647\u0627\u064A\u0629
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=\u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062F\u0627\u064A\u0629
290
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=\u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0647\u0627\u064A\u0629
291
+ NETWORK_GRAPH_NODE_ATTRIBUTES=\u0627\u0644\u0633\u0645\u0627\u062A \u0647\u064A
292
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629 \u0647\u064A
293
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u064A\u0648\u062C\u062F {0} \u0631\u0627\u0628\u0637 \u0648\u0627\u0631\u062F
294
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=\u062A\u0648\u062C\u062F {0} \u0645\u0646 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0648\u0627\u0631\u062F\u0629
295
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=\u064A\u0648\u062C\u062F {0} \u0631\u0627\u0628\u0637 \u0635\u0627\u062F\u0631
296
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=\u062A\u0648\u062C\u062F {0} \u0645\u0646 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0635\u0627\u062F\u0631\u0629
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0635\u0627\u062F\u0631\u060C \u0627\u0636\u063A\u0637 Tab
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0627\u0631\u062F\u060C \u0627\u0636\u063A\u0637 Shift + Tab
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 {0}\u060C \u0627\u0636\u063A\u0637 Tab
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 {0}\u060C \u0627\u0636\u063A\u0637 Shift + Tab
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 {0}\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0623\u0633\u0647\u0645
302
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629 \u0647\u064A
303
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u064A\u0646\u062A\u0642\u0644 \u0645\u0646 {0} \u0625\u0644\u0649 {1}
287
304
 
288
305
  STATUS_INDICATOR_ARIA_LABEL=\u0645\u0624\u0634\u0631 \u0627\u0644\u062D\u0627\u0644\u0629
289
306
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}\u060C \u0623\u0642\u0644 \u0645\u0646 {1}%\u060C {2}
@@ -573,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=\u0645\u0643\u0627\u0644\u0645\u0629 \u0641\u064A\u062F
573
590
  POPOVER_CONTINUE=\u0645\u062A\u0627\u0628\u0639\u0629
574
591
  POPOVER_CANCEL=\u0625\u0644\u063A\u0627\u0621
575
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=\u0646\u0633\u062E
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=\u062A\u0645 \u0646\u0633\u062E \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=\u062A\u0639\u0630\u0631 \u0646\u0633\u062E \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629
596
+
576
597
  POPOVER_CONTACT_DETAILS=\u062A\u0641\u0627\u0635\u064A\u0644 \u062C\u0647\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
577
598
 
578
599
  AVAILABLE=\u0645\u062A\u0627\u062D
@@ -234,15 +234,14 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=\u0412\u044A\u043D\u0448\u043D\u0438 \u0432
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435/\u0441\u043A\u0440\u0438\u0432\u0430\u043D\u0435
235
235
  NETWORK_GRAPH_NODE_DETAILS=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B
236
236
  NETWORK_GRAPH_NODE_LINKS=\u0412\u0440\u044A\u0437\u043A\u0438 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B
237
+ NETWORK_GRAPH_CREATE_CONNECTION=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430
237
238
  NETWORK_GRAPH_GROUP_DETAIL=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u043D\u0430 \u0433\u0440\u0443\u043F\u0430
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=\u041C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=\u041C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430 SVG
240
241
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=\u041E\u0431\u0449 \u043F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u043C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430 SVG
241
242
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=\u041D\u0430\u0432\u0438\u0433\u0430\u0442\u043E\u0440 \u043D\u0430 \u043C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430 SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=\u0418\u0437\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u0435 \u043D\u0430 \u0440\u0435\u0436\u0438\u043C \u0437\u0430 \u0447\u0435\u0442\u0435\u043D\u0435, \u0432 \u043A\u043E\u0439\u0442\u043E \u0434\u0430 \u043D\u0430\u0432\u0438\u0433\u0438\u0440\u0430\u0442\u0435
243
243
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=\u0421\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435 \u043D\u0430 \u043C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=\u0420\u0435\u0434 \u043E\u0442 {0} \u0434\u043E {1}
245
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0430 \u0437\u0430 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B, \u0437\u0430 \u0434\u0430 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043D\u0430 \u0434\u0440\u0443\u0433 \u0441\u0442\u0430\u0442\u0443\u0441
244
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u0417\u0430 \u0434\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0430 \u0437\u0430 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B
246
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=\u0411\u0443\u0442\u043E\u043D \u0437\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
247
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=\u041B\u044F\u0432\u043E
248
247
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=\u0414\u044F\u0441\u043D\u043E
@@ -266,6 +265,7 @@ NETWORK_GRAPH_STANDARD=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442
266
265
  NETWORK_GRAPH_SUCCESS=\u0423\u0441\u043F\u0435\u0448\u043D\u043E
267
266
  NETWORK_GRAPH_WARNING=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
268
267
  NETWORK_GRAPH_ERROR=\u0413\u0440\u0435\u0448\u043A\u0430
268
+ NETWORK_GRAPH_NEUTRAL=\u041D\u0435\u0443\u0442\u0440\u0430\u043B\u043D\u043E
269
269
  NETWORK_GRAPH_INFORMATION=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
270
270
  NETWORK_GRAPH_ZOOM_LEVEL=\u041D\u0438\u0432\u043E \u043D\u0430 \u043C\u0430\u0449\u0430\u0431\u0438\u0440\u0430\u043D\u0435
271
271
  NETWORK_GRAPH_NODE_DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
@@ -284,6 +284,23 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=\u0413\u043E\u0440\u0435-\u043D\u0430\u0
284
284
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=\u041E\u0442 \u0433\u043E\u0440\u0435 \u043D\u0430 \u0434\u043E\u043B\u0443
285
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=\u041E\u0442 \u0434\u043E\u043B\u0443 \u043D\u0430 \u0433\u043E\u0440\u0435
286
286
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=\u0414\u043E\u043B\u0443-\u043D\u0430\u0434\u043E\u043B\u0443
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0437\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435
288
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0437\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=\u0417\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435 \u0437\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435
290
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=\u0417\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435 \u0437\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435
291
+ NETWORK_GRAPH_NODE_ATTRIBUTES=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0442\u0435 \u0441\u0430
292
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441\u044A\u0442 \u0435
293
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u0418\u043C\u0430 {0} \u0432\u0445\u043E\u0434\u044F\u0449 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440
294
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=\u0418\u043C\u0430 {0} \u0432\u0445\u043E\u0434\u044F\u0449\u0438 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0430
295
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=\u0418\u043C\u0430 {0} \u0438\u0437\u0445\u043E\u0434\u044F\u0449 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440
296
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=\u0418\u043C\u0430 {0} \u0438\u0437\u0445\u043E\u0434\u044F\u0449\u0438 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0430
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E \u0438\u0437\u0445\u043E\u0434\u044F\u0449\u0438\u044F \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Tab
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E \u0432\u0445\u043E\u0434\u044F\u0449\u0438\u044F \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Shift + Tab
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E {0}, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Tab
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u0417\u0430 \u0434\u0430 \u0441\u0435 \u0432\u044A\u0440\u043D\u0435\u0442\u0435 \u0434\u043E {0}, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Shift + Tab
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E \u0434\u0440\u0443\u0433\u0438 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0438 \u043E\u0442 {0}, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438\u0442\u0435 \u0441\u044A\u0441 \u0441\u0442\u0440\u0435\u043B\u043A\u0438\u0442\u0435
302
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441\u044A\u0442 \u0435
303
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=\u0412\u0440\u044A\u0437\u043A\u0430 \u043E\u0442 {0} \u043A\u044A\u043C {1}
287
304
 
288
305
  STATUS_INDICATOR_ARIA_LABEL=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u043D\u0430 \u0441\u0442\u0430\u0442\u0443\u0441
289
306
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}% \u043F\u043E\u0434 {1}, {2}
@@ -573,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=\u0412\u0438\u0434\u0435\u043E \u043E\u0431\u0430\u0436
573
590
  POPOVER_CONTINUE=\u041D\u0430\u043F\u0440\u0435\u0434
574
591
  POPOVER_CANCEL=\u041E\u0442\u043A\u0430\u0437
575
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=\u041A\u043E\u043F\u0438\u0440\u0430\u043D\u0435
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=\u0418\u043C\u0435\u0439\u043B\u044A\u0442 \u0435 \u043A\u043E\u043F\u0438\u0440\u0430\u043D \u0432 \u043A\u043B\u0438\u043F\u0431\u043E\u0440\u0434\u0430
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=\u0418\u043C\u0435\u0439\u043B\u044A\u0442 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u043E\u043F\u0438\u0440\u0430\u043D \u0432 \u043A\u043B\u0438\u043F\u0431\u043E\u0440\u0434\u0430
596
+
576
597
  POPOVER_CONTACT_DETAILS=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u043B\u0438\u0446\u0435 \u0437\u0430 \u043A\u043E\u043D\u0442\u0430\u043A\u0442
577
598
 
578
599
  AVAILABLE=\u041D\u0430 \u0440\u0430\u0437\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435