@sapui5/sap.suite.ui.commons 1.143.0 → 1.145.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 (126) 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 +26 -14
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +2 -2
  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 +5 -5
  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/MicroProcessFlow.js +77 -73
  14. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +3 -3
  15. package/src/sap/suite/ui/commons/Timeline.js +9 -0
  16. package/src/sap/suite/ui/commons/TimelineNavigator.js +37 -5
  17. package/src/sap/suite/ui/commons/TimelineRenderer.js +3 -3
  18. package/src/sap/suite/ui/commons/collaboration/BaseHelperService.js +0 -1
  19. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +0 -3
  20. package/src/sap/suite/ui/commons/collaboration/CollaborationManagerService.js +0 -1
  21. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +7 -0
  22. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +4 -1
  23. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +2 -1
  24. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +0 -6
  25. package/src/sap/suite/ui/commons/collaboration/channels/MessageChannel.js +0 -2
  26. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component-preload.js +1 -1
  27. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js +1 -2
  28. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  32. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  35. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  36. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  37. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  38. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  39. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  40. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  41. package/src/sap/suite/ui/commons/library.js +100 -3
  42. package/src/sap/suite/ui/commons/messagebundle.properties +76 -10
  43. package/src/sap/suite/ui/commons/messagebundle_ar.properties +51 -5
  44. package/src/sap/suite/ui/commons/messagebundle_bg.properties +62 -16
  45. package/src/sap/suite/ui/commons/messagebundle_ca.properties +52 -6
  46. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +52 -6
  47. package/src/sap/suite/ui/commons/messagebundle_cs.properties +51 -5
  48. package/src/sap/suite/ui/commons/messagebundle_cy.properties +51 -5
  49. package/src/sap/suite/ui/commons/messagebundle_da.properties +51 -5
  50. package/src/sap/suite/ui/commons/messagebundle_de.properties +52 -6
  51. package/src/sap/suite/ui/commons/messagebundle_el.properties +52 -6
  52. package/src/sap/suite/ui/commons/messagebundle_en.properties +50 -7
  53. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +52 -6
  54. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +54 -6
  55. package/src/sap/suite/ui/commons/messagebundle_es.properties +53 -7
  56. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +54 -8
  57. package/src/sap/suite/ui/commons/messagebundle_et.properties +51 -5
  58. package/src/sap/suite/ui/commons/messagebundle_fi.properties +51 -5
  59. package/src/sap/suite/ui/commons/messagebundle_fr.properties +52 -6
  60. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +52 -6
  61. package/src/sap/suite/ui/commons/messagebundle_hi.properties +52 -6
  62. package/src/sap/suite/ui/commons/messagebundle_hr.properties +52 -6
  63. package/src/sap/suite/ui/commons/messagebundle_hu.properties +51 -5
  64. package/src/sap/suite/ui/commons/messagebundle_id.properties +60 -14
  65. package/src/sap/suite/ui/commons/messagebundle_it.properties +53 -7
  66. package/src/sap/suite/ui/commons/messagebundle_iw.properties +51 -5
  67. package/src/sap/suite/ui/commons/messagebundle_ja.properties +52 -6
  68. package/src/sap/suite/ui/commons/messagebundle_kk.properties +51 -5
  69. package/src/sap/suite/ui/commons/messagebundle_ko.properties +51 -5
  70. package/src/sap/suite/ui/commons/messagebundle_lt.properties +51 -5
  71. package/src/sap/suite/ui/commons/messagebundle_lv.properties +52 -6
  72. package/src/sap/suite/ui/commons/messagebundle_mk.properties +51 -5
  73. package/src/sap/suite/ui/commons/messagebundle_ms.properties +59 -13
  74. package/src/sap/suite/ui/commons/messagebundle_nl.properties +51 -5
  75. package/src/sap/suite/ui/commons/messagebundle_no.properties +52 -6
  76. package/src/sap/suite/ui/commons/messagebundle_pl.properties +51 -5
  77. package/src/sap/suite/ui/commons/messagebundle_pt.properties +52 -6
  78. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +51 -5
  79. package/src/sap/suite/ui/commons/messagebundle_ro.properties +51 -5
  80. package/src/sap/suite/ui/commons/messagebundle_ru.properties +51 -5
  81. package/src/sap/suite/ui/commons/messagebundle_sh.properties +52 -6
  82. package/src/sap/suite/ui/commons/messagebundle_sk.properties +51 -5
  83. package/src/sap/suite/ui/commons/messagebundle_sl.properties +51 -5
  84. package/src/sap/suite/ui/commons/messagebundle_sr.properties +52 -6
  85. package/src/sap/suite/ui/commons/messagebundle_sv.properties +51 -5
  86. package/src/sap/suite/ui/commons/messagebundle_th.properties +52 -6
  87. package/src/sap/suite/ui/commons/messagebundle_tr.properties +51 -5
  88. package/src/sap/suite/ui/commons/messagebundle_uk.properties +53 -7
  89. package/src/sap/suite/ui/commons/messagebundle_vi.properties +55 -9
  90. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +51 -5
  91. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +53 -7
  92. package/src/sap/suite/ui/commons/networkgraph/ElementBase.js +19 -1
  93. package/src/sap/suite/ui/commons/networkgraph/Graph.js +371 -29
  94. package/src/sap/suite/ui/commons/networkgraph/GraphRenderer.js +23 -10
  95. package/src/sap/suite/ui/commons/networkgraph/Group.js +43 -22
  96. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +54 -6
  97. package/src/sap/suite/ui/commons/networkgraph/Line.js +736 -31
  98. package/src/sap/suite/ui/commons/networkgraph/Node.js +546 -96
  99. package/src/sap/suite/ui/commons/networkgraph/Tooltip.js +5 -0
  100. package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +28 -5
  101. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +1144 -0
  102. package/src/sap/suite/ui/commons/networkgraph/util/CreateConnectionPopover.js +374 -0
  103. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +870 -0
  104. package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +563 -41
  105. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +573 -0
  106. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  108. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  109. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  110. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  111. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  112. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  113. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  114. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  115. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  116. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  117. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  118. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  119. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  120. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  121. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  122. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  123. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +13 -13
  124. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +34 -2
  125. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -13
  126. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +206 -1
@@ -50,7 +50,8 @@
50
50
  <core:Icon
51
51
  src="sap-icon://email">
52
52
  </core:Icon>
53
- <Link text="{userData>/mail}" href="{parts: [{path: 'userData>/mail'}, {path: 'userData>/params'}], formatter: '.formatUri'}" class="sapUiSmallMarginBegin sapUiTinyMarginBottom" />
53
+ <Link text="{userData>/mail}" href="{parts: [{path: 'userData>/mail'}, {path: 'userData>/params'}], formatter: '.formatUri'}" class="sapUiSmallMarginBegin sapUiTinyMarginBottom sapUiTinyMarginEnd" />
54
+ <core:Icon src="sap-icon://copy" press="handleCopyEmailPress" decorative="false" tooltip="{i18n>POPOVER_CONTACT_COPY_EMAIL}"/>
54
55
  </HBox>
55
56
  </VBox>
56
57
  </Popover>
@@ -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.143.0
25
+ * @version 1.145.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.143.0
31
+ * @version 1.145.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.143.0
33
+ * @version 1.145.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.143.0
31
+ * @version 1.145.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.143.0
25
+ * @version 1.145.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.143.0
31
+ * @version 1.145.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.143.0
28
+ * @version 1.145.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.143.0
21
+ * @version 1.145.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.143.0
53
+ * @version 1.145.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.143.0
165
+ * @version 1.145.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.143.0
37
+ * @version 1.145.0
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @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.143.0
31
+ * @version 1.145.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.143.0
26
+ * @version 1.145.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",
@@ -95,7 +96,9 @@ sap.ui.define([
95
96
  "sap.suite.ui.commons.ImageEditorContainerButton",
96
97
  "sap.suite.ui.commons.FilePickerModes",
97
98
  "sap.suite.ui.commons.FilePickerType",
98
- "sap.suite.ui.commons.SelectionModes"
99
+ "sap.suite.ui.commons.SelectionModes",
100
+ "sap.suite.ui.commons.networkgraph.NodePorts",
101
+ "sap.suite.ui.commons.networkgraph.ConnectionType"
99
102
  ],
100
103
  interfaces: [],
101
104
  controls: [
@@ -195,7 +198,7 @@ sap.ui.define([
195
198
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
196
199
  "sap.suite.ui.commons.AriaProperties"
197
200
  ],
198
- version: "1.143.0",
201
+ version: "1.145.0",
199
202
  extensions: {
200
203
  flChangeHandlers: {
201
204
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -1204,6 +1207,71 @@ sap.ui.define([
1204
1207
 
1205
1208
  DataType.registerEnum("sap.suite.ui.commons.networkgraph.LineType", oSuiteCommonsLib.networkgraph.LineType);
1206
1209
 
1210
+ /**
1211
+ * Types of connection between source and target nodes in a network graph.
1212
+ * This setting is ignored if layout property is not set to noop.
1213
+ *
1214
+ * @enum {string}
1215
+ * @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
1216
+ */
1217
+ oSuiteCommonsLib.networkgraph.ConnectionType = {
1218
+
1219
+ /**
1220
+ * Connection from the left side of a source node to the left side of a target node.
1221
+ */
1222
+ LeftToLeft: "LeftToLeft",
1223
+
1224
+ /**
1225
+ * Connection from the left side of a source node to the right side of a target node.
1226
+ */
1227
+ LeftToRight: "LeftToRight",
1228
+
1229
+ /**
1230
+ * Connection from the right side of a source node to the left side of a target node.
1231
+ */
1232
+ RightToLeft: "RightToLeft",
1233
+
1234
+ /**
1235
+ * Connection from the right side of a source node to the right side of a target node.
1236
+ */
1237
+ RightToRight: "RightToRight"
1238
+ };
1239
+
1240
+ DataType.registerEnum("sap.suite.ui.commons.networkgraph.ConnectionType", oSuiteCommonsLib.networkgraph.ConnectionType);
1241
+
1242
+ /**
1243
+ * Defines port placements on a node.
1244
+ * This setting is ignored if the layout property is not set to noop.
1245
+ *
1246
+ * @enum {string}
1247
+ * @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
1248
+ */
1249
+ oSuiteCommonsLib.networkgraph.NodePorts = {
1250
+ /**
1251
+ * No ports are displayed on the node.
1252
+ */
1253
+ None: "None",
1254
+
1255
+ // /**
1256
+ // * Ports are displayed on all four sides of the node (top, right, bottom, left).
1257
+ // * @private
1258
+ // */
1259
+ // All: "All",
1260
+
1261
+ /**
1262
+ * Ports are displayed on the left and right sides of the node.
1263
+ */
1264
+ LeftRight: "LeftRight"
1265
+
1266
+ // /**
1267
+ // * Ports are displayed on the top and bottom sides of the node.
1268
+ // * @private
1269
+ // */
1270
+ // TopBottom: "TopBottom"
1271
+ };
1272
+
1273
+ DataType.registerEnum("sap.suite.ui.commons.networkgraph.NodePorts", oSuiteCommonsLib.networkgraph.NodePorts);
1274
+
1207
1275
  /**
1208
1276
  * Type of node placement for Layered Algorithm.
1209
1277
  * See {@link https://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/KLay+Layered+Layout+Options#KLayLayeredLayoutOptions-nodePlacement}
@@ -1307,6 +1375,29 @@ sap.ui.define([
1307
1375
 
1308
1376
  DataType.registerEnum("sap.suite.ui.commons.networkgraph.Orientation", oSuiteCommonsLib.networkgraph.Orientation);
1309
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
+
1310
1401
  /**
1311
1402
  * Determines how nodes are rendered. For optimal performance and usability, it is recommended that you use HTML,
1312
1403
  * which allows you to avoid dealing with SVG limitations.
@@ -1390,7 +1481,13 @@ sap.ui.define([
1390
1481
  * The arrow is placed at the end of the last line segment.
1391
1482
  * @public
1392
1483
  */
1393
- End: "End"
1484
+ End: "End",
1485
+
1486
+ /**
1487
+ * The arrows are placed at both the beginning of the first line segment and the end of the last line segment. This options is valid only with layout type "noop" and optimizedlinealorithm is set.
1488
+ * @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
1489
+ */
1490
+ Both: "Both"
1394
1491
  };
1395
1492
 
1396
1493
  DataType.registerEnum("sap.suite.ui.commons.networkgraph.LineArrowPosition", oSuiteCommonsLib.networkgraph.LineArrowPosition);
@@ -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
@@ -459,16 +461,10 @@ NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Network Graph SVG
459
461
  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
- #XACT: Accessibility role description for Network Graph
463
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=Switch off reading mode to navigate within
464
- #XACT: Accessibility title for Network Graph content area
465
464
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Network Graph content
466
- #XACT: Accessibility label for a line. {0} will be filled with title of the node the line start at and {1} will be filled with title of the node the line ends in.
467
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=Line from {0} to {1}
468
- #XACT: Accessibility label for a line on toggling the state
469
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Press spacebar to toggle the state
465
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=To toggle the state, press space bar
470
466
  #XACT: Accessibility label for action button
471
- NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action button
467
+ NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action Button
472
468
  #XACT: Accessibility label for action button
473
469
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Left
474
470
  #XACT: Accessibility label for action button
@@ -497,6 +493,10 @@ NETWORK_GRAPH_EXPANDED=Expanded
497
493
  NETWORK_GRAPH_PARTIAL=Partially Expanded
498
494
  #XACT: No Data title
499
495
  NETWORK_GRAPH_NO_DATA=No data found.
496
+ #XACT: Empty state title when drag and drop is enabled
497
+ NETWORK_GRAPH_DND_EMPTY_TITLE=Let's build your plan
498
+ #XACT: Empty state description when drag and drop is enabled
499
+ NETWORK_GRAPH_DND_EMPTY_DESCRIPTION=Start by adding operations to your canvas
500
500
  #XACT: Title for group details
501
501
  NETWORK_GRAPH_GROUP_DETAILS=Group details
502
502
  #XACT: Title for selected Node
@@ -509,12 +509,71 @@ NETWORK_GRAPH_SUCCESS=Success
509
509
  NETWORK_GRAPH_WARNING=Warning
510
510
  #XACT: Text for legend error
511
511
  NETWORK_GRAPH_ERROR=Error
512
+ #XACT: Text for legend neutral
513
+ NETWORK_GRAPH_NEUTRAL=Neutral
512
514
  #XACT: Text for legend information
513
515
  NETWORK_GRAPH_INFORMATION=Information
514
516
  #XACT: Zoom Level accessibility label
515
517
  NETWORK_GRAPH_ZOOM_LEVEL=Zoom Level
516
518
  #XACT: Text for basic node description
517
519
  NETWORK_GRAPH_NODE_DESCRIPTION=Description
520
+ #XACT: Loading message for Network Graph
521
+ NETWORK_GRAPH_OPENING_CANVAS=Opening canvas...
522
+ #XTIT: Connection Creation Popover Title
523
+ NETWORKGRAPH_CONNECTION_POPOVER_TITLE=Connection
524
+ #XLBL: Label for Connection Type dropdown
525
+ NETWORKGRAPH_CONNECTION_TYPE_LABEL=Connection Type:
526
+ #XLBL: Label for Destination node dropdown
527
+ NETWORKGRAPH_DESTINATION_LABEL=Destination:
528
+ #XBUT: OK button text
529
+ NETWORKGRAPH_OK_BUTTON=OK
530
+ #XBUT: Cancel button text
531
+ NETWORKGRAPH_CANCEL_BUTTON=Cancel
532
+ #XBUT: Cancel button text
533
+ NETWORKGRAPH_CREATE_BUTTON=Create
534
+ #XTXT: Connection type display texts
535
+ NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_LEFT=Left to Left
536
+ NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_RIGHT=Left to Right
537
+ NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_LEFT=Right to Left
538
+ NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_RIGHT=Right to Right
539
+ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=Top to Top
540
+ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=Top to Bottom
541
+ NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=Bottom to Top
542
+ NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=Bottom to Bottom
543
+ #XACT: Connection type Start to Start
544
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=Start to Start
545
+ #XACT: Connection type Start to Finish
546
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=Start to Finish
547
+ #XACT: Connection type Finish to Start
548
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=Finish to Start
549
+ #XACT: Connection type Finish to Finish
550
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=Finish to Finish
551
+ #XACT: Text for node attributes accessibility label
552
+ NETWORK_GRAPH_NODE_ATTRIBUTES=Attributes are
553
+ #XACT: Text for node status accessibility label
554
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Status is
555
+ #XACT: Text for incoming connectors accessibility label (singular)
556
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=There is {0} incoming connector
557
+ #XACT: Text for incoming connectors accessibility label (plural)
558
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=There are {0} incoming connectors
559
+ #XACT: Text for outgoing connectors accessibility label (singular)
560
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=There is {0} outgoing connector
561
+ #XACT: Text for outgoing connectors accessibility label (plural)
562
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=There are {0} outgoing connectors
563
+ #XACT: Text for keyboard navigation to outgoing connector
564
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=To navigate to the outgoing connector, press Tab
565
+ #XACT: Text for keyboard navigation to incoming connector
566
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=To navigate to the incoming connector, press Shift + Tab
567
+ #XACT: Text for keyboard navigation to target node from connector
568
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=To navigate to {0}, press Tab
569
+ #XACT: Text for keyboard navigation back to source node from connector
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
573
+ #XACT: Text for line status accessibility label
574
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status is
575
+ #XACT: Text for line accessibility - connection going from source to destination
576
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Connection going from {0} to {1}
518
577
 
519
578
  #XACT: Text for ARIA label for the whole status indicator
520
579
  STATUS_INDICATOR_ARIA_LABEL=Status Indicator
@@ -1026,7 +1085,7 @@ COLLABORATION_POPOVER_MSGSTRIP = Click to copy the link for later use
1026
1085
  COLLABORATION_POPOVER_MSGSTRIP_SUCCESS = Link copied successfully
1027
1086
  #XTXT: Text for Collaboration popover Copy URL Button
1028
1087
  COLLABORATION_POPOVER_COPYURL_BUTTON = Copy Link
1029
- #XTXT: Text for Share to Collaboration Manager
1088
+ #XTXT: Text for Share to Collaboration Manager
1030
1089
  COLLABORATION_MANGER = Collaboration Manager
1031
1090
  #XMSG: Save Card Error Message
1032
1091
  SAVE_CARD_ERROR=The card couldn't be shared. Please try again later.
@@ -1061,6 +1120,9 @@ VIDEOCALL_BUTTON_TOOLTIP=videocall
1061
1120
  POPOVER_CONTINUE=Continue
1062
1121
  POPOVER_CANCEL=Cancel
1063
1122
 
1123
+ #XTOL: Tooltip for Copy Email Button
1124
+ POPOVER_CONTACT_COPY_EMAIL=Copy
1125
+
1064
1126
  POPOVER_CONTACT_DETAILS=Contact Details
1065
1127
 
1066
1128
  #XTOL: Tooltip for BadgeIcon
@@ -1077,3 +1139,7 @@ INAMEETING=In a meeting
1077
1139
  BERIGHTBACK=Be right back
1078
1140
  OFFWORK=Offline
1079
1141
 
1142
+ #XBUT: Button tooltip for scrolling left in MicroProcessFlow
1143
+ MICRO_PROCESS_FLOW_SCROLL_LEFT=Scroll left
1144
+ #XBUT: Button tooltip for scrolling right in MicroProcessFlow
1145
+ MICRO_PROCESS_FLOW_SCROLL_RIGHT=Scroll right