@sapui5/sap.suite.ui.commons 1.138.0 → 1.140.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 (106) 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 +1 -1
  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/CalculationBuilderItem.js +1 -1
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/ChartContainer.js +0 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +26 -26
  13. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  14. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  15. package/src/sap/suite/ui/commons/TimelineItemRenderer.js +46 -3
  16. package/src/sap/suite/ui/commons/TimelineRenderManager.js +1 -1
  17. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +104 -7
  18. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +17 -17
  19. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +55 -58
  20. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component-preload.js +2 -2
  21. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js +4 -1
  22. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  32. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  35. package/src/sap/suite/ui/commons/library.js +1 -1
  36. package/src/sap/suite/ui/commons/messagebundle.properties +13 -2
  37. package/src/sap/suite/ui/commons/messagebundle_ar.properties +1 -1
  38. package/src/sap/suite/ui/commons/messagebundle_bg.properties +1 -1
  39. package/src/sap/suite/ui/commons/messagebundle_ca.properties +3 -3
  40. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +1 -1
  41. package/src/sap/suite/ui/commons/messagebundle_cs.properties +1 -1
  42. package/src/sap/suite/ui/commons/messagebundle_cy.properties +1 -1
  43. package/src/sap/suite/ui/commons/messagebundle_da.properties +1 -1
  44. package/src/sap/suite/ui/commons/messagebundle_de.properties +1 -1
  45. package/src/sap/suite/ui/commons/messagebundle_el.properties +1 -1
  46. package/src/sap/suite/ui/commons/messagebundle_en.properties +1 -1
  47. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +1 -1
  48. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +1 -1
  49. package/src/sap/suite/ui/commons/messagebundle_es.properties +4 -4
  50. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +2 -2
  51. package/src/sap/suite/ui/commons/messagebundle_et.properties +1 -1
  52. package/src/sap/suite/ui/commons/messagebundle_fi.properties +1 -1
  53. package/src/sap/suite/ui/commons/messagebundle_fr.properties +1 -1
  54. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +1 -1
  55. package/src/sap/suite/ui/commons/messagebundle_hi.properties +1 -1
  56. package/src/sap/suite/ui/commons/messagebundle_hr.properties +1 -1
  57. package/src/sap/suite/ui/commons/messagebundle_hu.properties +1 -1
  58. package/src/sap/suite/ui/commons/messagebundle_id.properties +1 -1
  59. package/src/sap/suite/ui/commons/messagebundle_it.properties +1 -1
  60. package/src/sap/suite/ui/commons/messagebundle_iw.properties +1 -1
  61. package/src/sap/suite/ui/commons/messagebundle_ja.properties +2 -2
  62. package/src/sap/suite/ui/commons/messagebundle_kk.properties +1 -1
  63. package/src/sap/suite/ui/commons/messagebundle_ko.properties +1 -1
  64. package/src/sap/suite/ui/commons/messagebundle_lt.properties +1 -1
  65. package/src/sap/suite/ui/commons/messagebundle_lv.properties +1 -1
  66. package/src/sap/suite/ui/commons/messagebundle_mk.properties +3 -3
  67. package/src/sap/suite/ui/commons/messagebundle_ms.properties +1 -1
  68. package/src/sap/suite/ui/commons/messagebundle_nl.properties +1 -1
  69. package/src/sap/suite/ui/commons/messagebundle_no.properties +1 -1
  70. package/src/sap/suite/ui/commons/messagebundle_pl.properties +1 -1
  71. package/src/sap/suite/ui/commons/messagebundle_pt.properties +1 -1
  72. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +1 -1
  73. package/src/sap/suite/ui/commons/messagebundle_ro.properties +1 -1
  74. package/src/sap/suite/ui/commons/messagebundle_ru.properties +1 -1
  75. package/src/sap/suite/ui/commons/messagebundle_sh.properties +1 -1
  76. package/src/sap/suite/ui/commons/messagebundle_sk.properties +3 -3
  77. package/src/sap/suite/ui/commons/messagebundle_sl.properties +1 -1
  78. package/src/sap/suite/ui/commons/messagebundle_sr.properties +1 -1
  79. package/src/sap/suite/ui/commons/messagebundle_sv.properties +1 -1
  80. package/src/sap/suite/ui/commons/messagebundle_th.properties +1 -1
  81. package/src/sap/suite/ui/commons/messagebundle_tr.properties +1 -1
  82. package/src/sap/suite/ui/commons/messagebundle_uk.properties +1 -1
  83. package/src/sap/suite/ui/commons/messagebundle_vi.properties +1 -1
  84. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +1 -1
  85. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +1 -1
  86. package/src/sap/suite/ui/commons/networkgraph/Node.js +3 -0
  87. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  88. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  89. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  90. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  91. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  92. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  93. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  94. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  95. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  96. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  97. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  98. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  99. package/src/sap/suite/ui/commons/statusindicator/StatusIndicatorRenderer.js +6 -2
  100. package/src/sap/suite/ui/commons/taccount/TAccount.js +57 -6
  101. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  102. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +4 -3
  103. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  104. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  105. package/src/sap/suite/ui/commons/themes/base/TAccount.less +28 -5
  106. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageBroker.js +5 -2
@@ -128,7 +128,6 @@ sap.ui.define([
128
128
  if (Device.system.desktop) {
129
129
  if (oTeamsParams.isShareAsCardEnabled) {
130
130
  const bIsShareAsCardEnabled = this._providerConfig.isShareAsCardEnabled;
131
- const bIsShareAsTabEnabled = this._providerConfig.isShareAsTabEnabled === "X";
132
131
 
133
132
  const CARD_OBJECT = {
134
133
  "text": oResourceBundle.getText("COLLABORATION_MSTEAMS_CARD"),
@@ -145,14 +144,6 @@ sap.ui.define([
145
144
  case "AUTHENABLE":
146
145
  aOptions.push(CARD_OBJECT);
147
146
  break;
148
- case "":
149
- case undefined:
150
- if (bIsShareAsTabEnabled) {
151
- aOptions.push(CARD_OBJECT);
152
- } else {
153
- oLogger.info("Share as Card option is not enabled in the tenant");
154
- }
155
- break;
156
147
  default:
157
148
  oLogger.info("Share as Card option is not enabled in the tenant");
158
149
  break;
@@ -267,6 +258,15 @@ sap.ui.define([
267
258
  }
268
259
  };
269
260
 
261
+ /**
262
+ * Modifies the given application URL to prepare it for sharing as a tab in Microsoft Teams.
263
+ * Adds parameters to enable headerless mode and Teams collaboration context,
264
+ * as well as FESR (Frontend Subrecording) step tracking, and sets the navigation mode to "explace".
265
+ *
266
+ * @param {string} sUrl - The original application URL.
267
+ * @param {string} fesrStepName - The name of the FESR step (used for UI performance tracking).
268
+ * @returns {Promise<string>} - The modified URL suitable for Teams tab usage.
269
+ */
270
270
  TeamsHelperService.prototype._modifyUrlForShareAsTab = async function(sUrl, fesrStepName) {
271
271
  var sAppUri = sUrl;
272
272
  var iIndexOfHash = sAppUri.indexOf('#');
@@ -424,21 +424,17 @@ sap.ui.define([
424
424
  if (oParams.minifyUrlForChat) {
425
425
  CollaborationHelper.compactHash(oParams.url, []).then(async function (sShortURL) {
426
426
  var sModifiedUrl = await this._modifyUrlForNavigationContext(oParams.url, sShortURL.url);
427
- if (oTeamsParams.isShareAsTabEnabled && this._providerConfig.isShareAsTabEnabled) {
428
- var sUrlForTab = await this._modifyUrlForShareAsTab(oParams.url, "MST:C");
429
- var sShortURLTab = await CollaborationHelper.compactHash(sUrlForTab, []);
430
- var sStageViewHash = sShortURLTab.url.split("sap-url-hash=")[1];
431
- // Scenario in which URL shortening is enabled, but the iAppState is set to Transient.
432
- if (sStageViewHash) {
433
- sModifiedUrl += `,${sStageViewHash}`;
434
- } else {
435
- sUrlForTab = await this._modifyUrlForShareAsTab(sModifiedUrl, "MST:C");
436
- sModifiedUrl = await this._addNavmodeInUrl(sUrlForTab, 'inplace');
437
- }
438
- this._closeBusyDialogAndOpenTeamsDialog(sModifiedUrl, oParams, oResponseData);
427
+ var sUrlForTab = await this._modifyUrlForShareAsTab(oParams.url, "MST:C");
428
+ var sShortURLTab = await CollaborationHelper.compactHash(sUrlForTab, []);
429
+ var sStageViewHash = sShortURLTab.url.split("sap-url-hash=")[1];
430
+ // Scenario in which URL shortening is enabled, but the iAppState is set to Transient.
431
+ if (sStageViewHash) {
432
+ sModifiedUrl += `,${sStageViewHash}`;
439
433
  } else {
440
- this._closeBusyDialogAndOpenTeamsDialog(sModifiedUrl, oParams, oResponseData);
434
+ sUrlForTab = await this._modifyUrlForShareAsTab(sModifiedUrl, "MST:C");
435
+ sModifiedUrl = await this._addNavmodeInUrl(sUrlForTab, 'inplace');
441
436
  }
437
+ this._closeBusyDialogAndOpenTeamsDialog(sModifiedUrl, oParams, oResponseData);
442
438
  }.bind(this));
443
439
  } else {
444
440
  var sModifiedUrl = oParams.url;
@@ -476,8 +472,9 @@ sap.ui.define([
476
472
  encodeURIComponent(sAppTitle)
477
473
  ].filter(Boolean);
478
474
  sUrl += `&${PARAM_SAP_CARD_INFO}=${aInfoField.join(",")}`;
475
+ const encodeUrl = encodeURIComponent(sUrl);
479
476
  // add the domain prefix to solve link unfurling issue for systems with different domain patterns
480
- return `${this._providerConfig.shareAsLinkUrl}?href=${encodeURIComponent(CARD_URL_PREFIX + sUrl)}`;
477
+ return `${this._providerConfig.shareAsLinkUrl}?href=${encodeURIComponent(CARD_URL_PREFIX + encodeUrl)}`;
481
478
  };
482
479
 
483
480
  TeamsHelperService.prototype._getShareAsTabUrl = function () {
@@ -606,7 +603,7 @@ sap.ui.define([
606
603
  *
607
604
  */
608
605
  TeamsHelperService.prototype.getCollaborationPopover = function(oParams, oData, oSource, isLink, oCollaborationOptionsConfig) {
609
- if(oData.data === undefined || oData.data.trim() === "") {
606
+ if (oData.data === undefined || oData.data.trim() === "") {
610
607
  oLogger.error("Popover cannnot be opened without data");
611
608
  return;
612
609
  }
@@ -617,7 +614,7 @@ sap.ui.define([
617
614
  shareToTeams: oCollaborationOptionsConfig && typeof oCollaborationOptionsConfig.shareToTeams !== "undefined" ? oCollaborationOptionsConfig.shareToTeams : true,
618
615
  shareToEmail: oCollaborationOptionsConfig && typeof oCollaborationOptionsConfig.shareToEmail !== "undefined" ? oCollaborationOptionsConfig.shareToEmail : true,
619
616
  shareToCM: oCollaborationOptionsConfig && typeof oCollaborationOptionsConfig.shareToCM !== "undefined" ? oCollaborationOptionsConfig.shareToCM : false
620
- }
617
+ };
621
618
  var aOptions = [];
622
619
  if (Device.system.desktop) {
623
620
  if (oTeamsParams.isShareAsLinkEnabled) {
@@ -637,7 +634,7 @@ sap.ui.define([
637
634
  } else {
638
635
  oLogger.info("Share as Chat option is not supported in Phone and Tablet");
639
636
  }
640
- if(oCollaborationOptionsConfig.shareToEmail) {
637
+ if (oCollaborationOptionsConfig.shareToEmail) {
641
638
  aOptions.push({
642
639
  "text": oResourceBundle.getText("COLLABORATION_POPOVER_MAIL"),
643
640
  "icon": "sap-icon://email",
@@ -646,20 +643,20 @@ sap.ui.define([
646
643
  }
647
644
  this.oCollaborationManager = new CollaborationManagerService();
648
645
  var oCMOption = this.oCollaborationManager.getOptions();
649
- if(oCMOption && oCollaborationOptionsConfig.shareToCM) {
646
+ if (oCMOption && oCollaborationOptionsConfig.shareToCM) {
650
647
  aOptions.push({
651
648
  "text": oCMOption.text,
652
649
  "icon": oCMOption.icon,
653
650
  "key": "COLLABORATION_POPOVER_CM"
654
651
  });
655
652
  }
656
- if(aOptions.length === 1 && !isLink && aOptions[0].key === "COLLABORATION_POPOVER_MAIL") {
657
- this._shareData(oData,aOptions[0], isLink);
658
- return
653
+ if (aOptions.length === 1 && !isLink && aOptions[0].key === "COLLABORATION_POPOVER_MAIL") {
654
+ this._shareData(oData, aOptions[0], isLink);
655
+ return;
659
656
  }
660
- var oCollaborationPopover = this._getPopover(oData,aOptions, isLink);
657
+ var oCollaborationPopover = this._getPopover(oData, aOptions, isLink);
661
658
  oCollaborationPopover.openBy(oSource);
662
- }
659
+ };
663
660
 
664
661
  /**
665
662
  *
@@ -671,13 +668,13 @@ sap.ui.define([
671
668
  TeamsHelperService.prototype._getPopover = function(oData,aOptions,isLink) {
672
669
  var oCollaborationPopover = new Popover({
673
670
  showHeader: false,
674
- placement: oData.placement? oData.placement : "Auto" ,
671
+ placement: oData.placement ? oData.placement : "Auto",
675
672
  verticalScrolling: false,
676
673
  horizontalScrolling: false,
677
- content: this._getPopoverContent(oData,aOptions,isLink)
674
+ content: this._getPopoverContent(oData, aOptions, isLink)
678
675
  });
679
676
  return oCollaborationPopover;
680
- }
677
+ };
681
678
 
682
679
  /**
683
680
  * Returns the content of popover in a FlexBox
@@ -706,9 +703,9 @@ sap.ui.define([
706
703
  }
707
704
  }).addStyleClass("sapUiTinyMarginTop").addStyleClass("sapUiTinyMarginBegin");
708
705
 
709
- if(oOption.key === "COLLABORATION_POPOVER_TEAMS") {
706
+ if (oOption.key === "COLLABORATION_POPOVER_TEAMS") {
710
707
  button.addStyleClass("sapSuiteUiCollaborationBarMSTeamsButton" + (oData.sFormat ? oData.sFormat : "Horizontal"));
711
- } else if(oOption.key === "COLLABORATION_POPOVER_CM"){
708
+ } else if (oOption.key === "COLLABORATION_POPOVER_CM") {
712
709
  button.addStyleClass("sapSuiteUiCollaborationBarCMButton" + (oData.sFormat ? oData.sFormat : "Horizontal"));
713
710
  } else {
714
711
  button.addStyleClass("sapSuiteUiCollaborationBarEmailButton" + (oData.sFormat ? oData.sFormat : "Horizontal"));
@@ -731,15 +728,15 @@ sap.ui.define([
731
728
  }).addStyleClass("sapUiTinyMarginBeginEnd")
732
729
  ]
733
730
  });
734
- if(oData.sFormat === "Horizontal" || oData.sFormat === undefined) {
731
+ if (oData.sFormat === "Horizontal" || oData.sFormat === undefined) {
735
732
  oCopyLinkFlexbox.insertItem(
736
733
  new MessageStrip({
737
734
  text: oResourceBundle.getText("COLLABORATION_POPOVER_MSGSTRIP"),
738
735
  showIcon: true
739
- }).addStyleClass("sapUiTinyMarginBeginEnd").addStyleClass("sapSuiteCollaborationBarMsgStrip"),0);
740
- oCopyLinkFlexbox.addStyleClass("sapSuiteUiCollaborationBarMsgStripHBox")
736
+ }).addStyleClass("sapUiTinyMarginBeginEnd").addStyleClass("sapSuiteCollaborationBarMsgStrip"), 0);
737
+ oCopyLinkFlexbox.addStyleClass("sapSuiteUiCollaborationBarMsgStripHBox");
741
738
  }
742
- oCopyLinkFlexbox.addStyleClass("sapUiTinyMarginBeginEnd").addStyleClass("sapUiTinyMarginTopBottom")
739
+ oCopyLinkFlexbox.addStyleClass("sapUiTinyMarginBeginEnd").addStyleClass("sapUiTinyMarginTopBottom");
743
740
  oMainFBox.addItem(oCopyLinkFlexbox);
744
741
  }
745
742
 
@@ -752,7 +749,7 @@ sap.ui.define([
752
749
 
753
750
  }
754
751
  return oMainFBox;
755
- }
752
+ };
756
753
 
757
754
  /**
758
755
  *
@@ -775,20 +772,20 @@ sap.ui.define([
775
772
  */
776
773
  TeamsHelperService.prototype._shareData = function(oData, oOption, isLink) {
777
774
  if (oOption.key === "COLLABORATION_POPOVER_TEAMS") {
778
- if(isLink) {
775
+ if (isLink) {
779
776
  var oShareData = {
780
777
  url: oData.data,
781
778
  appTitle: oData.title ? oData.title : "",
782
779
  subTitle: "",
783
780
  minifyUrlForChat: true
784
- }
781
+ };
785
782
  this._shareAsChat(oShareData);
786
783
  } else {
787
784
  var oShareData = {
788
785
  appTitle: oData.title ? oData.title : "",
789
786
  message: oData.data,
790
- showPreview: typeof oData.showPreview !== undefined ? oData.showPreview : true
791
- }
787
+ showPreview: typeof oData.showPreview !== "undefined" ? oData.showPreview : true
788
+ };
792
789
  this._shareSummary(oShareData);
793
790
  }
794
791
  } else if (oOption.key === "COLLABORATION_POPOVER_MAIL") {
@@ -796,25 +793,25 @@ sap.ui.define([
796
793
  } else if (oOption.key === "COLLABORATION_POPOVER_CM") {
797
794
  this.oCollaborationManager.triggerH2HChat(oData.title, oData.data);
798
795
  }
799
- }
796
+ };
800
797
 
801
798
  /**
802
799
  * Shares the summary data (large content) to Microsoft Teams
803
800
  * @param { object } oParams Title and summary data to share
804
801
  */
805
802
  TeamsHelperService.prototype._shareSummary = function(oParams) {
806
- var oData = {
807
- "subEntityId": {
808
- "appTitle": oParams.appTitle,
809
- "mode": "summary",
810
- "message": oParams.message,
811
- "showPreview": oParams.showPreview
812
- }
813
- };
803
+ var oData = {
804
+ "subEntityId": {
805
+ "appTitle": oParams.appTitle,
806
+ "mode": "summary",
807
+ "message": oParams.message,
808
+ "showPreview": oParams.showPreview
809
+ }
810
+ };
814
811
 
815
- var sURL = this._providerConfig.shareAsTabUrl + "?&context=" + encodeURIComponent(JSON.stringify(oData));
816
- sap.m.URLHelper.redirect(sURL, true);
812
+ var sURL = this._providerConfig.shareAsTabUrl + "?&context=" + encodeURIComponent(JSON.stringify(oData));
813
+ sap.m.URLHelper.redirect(sURL, true);
817
814
 
818
- }
815
+ };
819
816
  return TeamsHelperService;
820
817
  });
@@ -1,6 +1,6 @@
1
1
  sap.ui.require.preload({
2
2
  "sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js":function(){
3
- sap.ui.define(["sap/ui/core/Component","sap/base/Log","../../ServiceContainer","../../CollaborationHelper"],function(n,a,e,t){var i=a.getLogger("sap.suite.ui.commons.collaboration.flpplugins.msplugin.Component");const o="sap-collaboration-authEndUrl";return n.extend("sap.suite.ui.commons.collaboration.flpplugins.msplugin.Component",{metadata:{manifest:"json",properties:{isShareAsLinkEnabled:{name:"isShareAsLinkEnabled",type:"string"},isShareAsTabEnabled:{name:"isShareAsTabEnabled",type:"string"},isShareAsCardEnabled:{name:"isShareAsCardEnabled",type:"string"},applicationId:{name:"applicationId",type:"string"},tenantId:{name:"tenantId",type:"string"},isDirectCommunicationEnabled:{name:"isDirectCommunicationEnabled",type:"string"}}},init:function(){var n=this._loadPluginConfigData();if(n){t._getCurrentUrl().then(function(n){try{const a=new URL(n);if(a.searchParams.has(o)){const n=decodeURIComponent(a.searchParams.get(o));window.location.replace(n)}}catch(n){i.error(`Error while redirecting to auth end url`)}});e.setCollaborationType("COLLABORATION_MSTEAMS",n)}else{i.error("Collaboration configuration for Microsoft Teams Integration could not be loaded.")}},_loadPluginConfigData:function(){var n=this.getComponentData();if(n){return n.config}}})});
3
+ sap.ui.define(["sap/ui/core/Component","sap/ushell/EventHub","sap/base/Log","../../ServiceContainer","../../CollaborationHelper"],function(n,a,e,t,o){var i=e.getLogger("sap.suite.ui.commons.collaboration.flpplugins.msplugin.Component");const r="sap-collaboration-authEndUrl";const s="CollaborationMSPluginLoaded";return n.extend("sap.suite.ui.commons.collaboration.flpplugins.msplugin.Component",{metadata:{manifest:"json",properties:{isShareAsLinkEnabled:{name:"isShareAsLinkEnabled",type:"string"},isShareAsTabEnabled:{name:"isShareAsTabEnabled",type:"string"},isShareAsCardEnabled:{name:"isShareAsCardEnabled",type:"string"},applicationId:{name:"applicationId",type:"string"},tenantId:{name:"tenantId",type:"string"},isDirectCommunicationEnabled:{name:"isDirectCommunicationEnabled",type:"string"}}},init:function(){var n=this._loadPluginConfigData();if(n){o._getCurrentUrl().then(function(n){try{const a=new URL(n);if(a.searchParams.has(r)){const n=decodeURIComponent(a.searchParams.get(r));window.location.replace(n)}}catch(n){i.error(`Error while redirecting to auth end url`)}});t.setCollaborationType("COLLABORATION_MSTEAMS",n)}else{i.error("Collaboration configuration for Microsoft Teams Integration could not be loaded.")}a.emit(s)},_loadPluginConfigData:function(){var n=this.getComponentData();if(n){return n.config}}})});
4
4
  },
5
5
  "sap/suite/ui/commons/collaboration/BaseHelperService.js":function(){
6
6
  sap.ui.define(["sap/ui/base/Object"],function(t){var o=t.extend("sap.suite.ui.commons.collaboration.BaseHelperService",{constructor:function(t){this._providerConfig=t}});o.prototype.getProviderConfig=function(){return this._providerConfig};o.prototype.getOptions=function(t){return[]};o.prototype.share=function(t,o){};o.prototype.isContactsCollaborationSupported=function(){return false};o.prototype.enableContactsCollaboration=async function(t,o){return Promise.resolve({})};o.prototype.getTeamsContactCollabOptions=async function(){return Promise.resolve({})};o.prototype.isFeatureFlagEnabled=function(){return false};o.prototype.getTeamsContactStatus=async function(t){return Promise.resolve({})};o.prototype.getCollaborationPopover=function(t,o,e,n,r){};return o});
@@ -12,7 +12,7 @@ sap.ui.require.preload({
12
12
  sap.ui.define(["sap/ui/base/Object"],function(t){var n="/sap/opu/odata4/sap/aps_ui_contact_srv/srvd_a2x/sap/";var e=n+"aps_ui_contact/0001/";var a="APS_UI_C_CONTACT";var o=n+"aps_ui_contact/0001/"+a;var r=n+"aps_ui_contact/0001/"+a;var c="APS_UI_C_PRESENCE";var i=n+"aps_ui_contact/0001/"+c;var u="APS_UI_C_CALENDAR";var h=n+"aps_ui_contact/0001/"+u;var f=n+"aps_ui_contact/0001/"+"APS_UI_C_CHECK_SERVICE";var s="GET";var C="HEAD";var d=t.extend("sap.suite.ui.commons.collaboration.CollaborationContactInfoHelper");d.fetchCSRFToken=function(){return fetch(e,{method:C,headers:{"X-CSRF-Token":"Fetch"}}).then(function(t){var n=t.headers.get("X-CSRF-Token");if(t.ok&&n){return n}return undefined})};d.fetchContact=function(t){return this.fetchCSRFToken().then(function(n){return fetch(o+"/"+t,{method:s,headers:{"X-CSRF-Token":n,"content-type":"application/json;odata.metadata=minimal;charset=utf-8"}}).then(function(t){return t.json()})})};d.fetchContactCalendar=function(t){var n=new Date;var e=h+"?$filter=mail eq '"+t+"'";if(n){e=h+"?$filter=(mail eq '"+t+"'&start_datetime eq '"+n.toISOString()+"')"}return this.fetchCSRFToken().then(function(t){return fetch(e,{method:s,headers:{"X-CSRF-Token":t,"content-type":"application/json;odata.metadata=minimal;charset=utf-8"}}).then(function(t){return t.json()})})};d.fetchContactPicture=function(t){return this.fetchCSRFToken().then(function(n){return fetch(r+"/"+t+"/photo",{method:s,headers:{"X-CSRF-Token":n}}).then(function(t){return t.blob()})})};d.fetchContactStatus=function(t){return this.fetchCSRFToken().then(function(n){return fetch(i+"?$filter=id eq '"+t+"'",{method:s,headers:{"X-CSRF-Token":n,"content-type":"application/json;odata.metadata=minimal;charset=utf-8"}}).then(function(t){return t.json()})})};d.fetchServiceStatus=function(){return this.fetchCSRFToken().then(function(t){return fetch(f,{method:s,headers:{"X-CSRF-Token":t,"content-type":"application/json;odata.metadata=minimal;charset=utf-8"}}).then(function(t){return t.json()})})};return d});
13
13
  },
14
14
  "sap/suite/ui/commons/collaboration/CollaborationHelper.js":function(){
15
- sap.ui.define(["sap/base/Log","sap/ui/base/Object","sap/ui/core/Element","../windowmessages/CollaborationMessageConsumer"],function(e,t,n,i){var r="sap-url-hash";var s="&sap-ui-cardTitle";var a="&sap-stageview-hash";var o="&sap-ui-cardId";var l="&sap-ui-xx-cardId";var c="transient";var u=e.getLogger("sap.suite.ui.commons.collaboration.CollaborationHelper");var f=t.extend("sap.suite.ui.commons.collaboration.CollaborationHelper");f.compactHash=function(e){const t=sap.ui.require("sap/ushell/Container");if(!t){return{url:e}}return t&&t.getServiceAsync("AppState").then(async function(t){var n=t.createEmptyAppState(undefined,false);var i=this._getNextKey(n);if(!this._isEligibleForBackendPersistency(t)){u.warning("Transient flag is true. URL will not be shortened");return{url:e}}var s=this._extractURLBeforeHash(e);var a=await this._extractSemanticObjectAndAction(e);var o=false;try{o=await this._isMinificationFeasible(e)}catch(e){}if(!a||!o){return{url:e}}return this._storeUrl(e,n).then(function(){return{url:s+"#"+a+"&/"+r+"="+i}}).catch(function(t){u.warning("URL is not shortened due to an error."+t.toString());return{url:e}})}.bind(this))};f._getCurrentUrl=function(){const e=sap.ui.require("sap/ushell/Container");return e&&e?new Promise(function(t){e.getFLPUrlAsync(true).then(function(e){t(e)})}):Promise.resolve(document.URL)};f.processAndExpandHash=function(){this._hideAvatarFromShellbar();return this._getCurrentUrl().then(async function(e){if(e.indexOf(r)>-1){var t=e.split(r)[1].split("=")[1];if(e.indexOf(a)>0){t=t.split(a)[0]}else if(e.includes("info=")){t=t.includes(",")?t.split(",")[0]:t.split("&")[0]}else if(e.indexOf(o)>0||e.indexOf(l)>0){if(e.indexOf(o)>0){t=t.split(o)[0]}else{t=t.split(l)[0]}}else if(e.indexOf(s)>0){t=t.split(s)[0]}return this._retrieveURL(t).then(function(t){if(t.getData()){window.location.replace(t.getData())}else{const t=e.split(r)[0];window.location.replace(t)}return Promise.resolve()})}else if(e.indexOf(o)>-1){const t=e.split(o)[0];window.location.replace(t)}else if(e.indexOf(s)>-1){const t=sap.ui.require("sap/ushell/Container");const n=e.split(s)[0];if(t?.inAppRuntime()){await i.updateTopLevelURLforAppRuntime(n)}else{window.location.replace(n)}}return Promise.resolve()}.bind(this))};f._hideAvatarFromShellbar=function(){this.isTeamsModeActive().then(function(e){if(e){var t=n.getElementById("userActionsMenuHeaderButton");if(t){t.setVisible(false)}}})};f.isTeamsModeActive=function(){var e=false;const t=sap.ui.require("sap/ushell/Container");if(t){return t.getServiceAsync("URLParsing").then(function(t){return this._getCurrentUrl().then(function(n){var i=n.split("#")[0];if(i.indexOf("?")!==-1){var r=t&&t.parseParameters(i.substring(i.indexOf("?")));if(r&&r["sap-collaboration-teams"]&&r["sap-collaboration-teams"][0]&&r["sap-collaboration-teams"][0]==="true"){e=true}var s=false;if(r&&r["sap-ushell-config"]&&r["sap-ushell-config"][0]&&r["sap-ushell-config"][0]==="lean"){s=true}return Promise.resolve(e&&s)}else{return Promise.resolve(false)}})}.bind(this))}else{return Promise.resolve(false)}};f._retrieveURL=function(e){const t=sap.ui.require("sap/ushell/Container");return t&&t.getServiceAsync("AppState").then(function(t){return t.getAppState(e)})};f._isEligibleForBackendPersistency=function(e){return e&&e._oConfig&&c in e._oConfig&&!e._oConfig[c]};f._getNextKey=function(e){return e.getKey()};f._extractSemanticObjectAndAction=function(e){const t=sap.ui.require("sap/ushell/Container");return t&&t.getServiceAsync("URLParsing").then(function(t){var n=t.parseShellHash(this._extractURLHash(e));if(n){return Promise.resolve(n.contextRaw?n.semanticObject+"-"+n.action+"~"+n.contextRaw:n.semanticObject+"-"+n.action)}}.bind(this))};f._isMinificationFeasible=async function(e){const t=sap.ui.require("sap/ushell/Container");if(t){const r=await t.getServiceAsync("NavTargetResolution");const s=await t.getServiceAsync("URLParsing");var n=s.parseShellHash(this._extractURLHash(e));var i=Object.keys(n.params).length;if(i>0){return r.resolveHashFragment(`#${n.semanticObject}-${n.action}`).then(function(e){return true}).catch(function(e){return false})}else{return Promise.resolve(true)}}return Promise.resolve(false)};f._extractURLBeforeHash=function(e){var t=e.split("#")[0];return t};f._extractURLHash=function(e){var t=e.substring(e.indexOf("#"));return t};f._storeUrl=function(e,t){t.setData(e);return t.save()};return f});
15
+ sap.ui.define(["sap/base/Log","sap/ui/base/Object","sap/ui/core/Element","../windowmessages/CollaborationMessageConsumer"],function(e,t,n,i){var r="sap-url-hash";var s="&sap-ui-cardTitle";var a="&sap-stageview-hash";var o="&sap-ui-cardId";var c="&sap-ui-xx-cardId";var u="&info=";var l="sap-ushell-config";var f="sap-collaboration-teams";var p="sap-ui-fesr-env";var h="transient";var d=e.getLogger("sap.suite.ui.commons.collaboration.CollaborationHelper");var m=t.extend("sap.suite.ui.commons.collaboration.CollaborationHelper");m.compactHash=function(e){const t=sap.ui.require("sap/ushell/Container");if(!t){return{url:e}}return t&&t.getServiceAsync("AppState").then(async function(t){var n=t.createEmptyAppState(undefined,false);var i=this._getNextKey(n);if(!this._isEligibleForBackendPersistency(t)){d.warning("Transient flag is true. URL will not be shortened");return{url:e}}var s=this._extractURLBeforeHash(e);var a=await this._extractSemanticObjectAndAction(e);var o=false;try{o=await this._isMinificationFeasible(e)}catch(e){}if(!a||!o){return{url:e}}return this._storeUrl(e,n).then(function(){return{url:s+"#"+a+"&/"+r+"="+i}}).catch(function(t){d.warning("URL is not shortened due to an error."+t.toString());return{url:e}})}.bind(this))};m._getCurrentUrl=function(){const e=sap.ui.require("sap/ushell/Container");return e&&e?new Promise(function(t){e.getFLPUrlAsync(true).then(function(e){t(e)})}):Promise.resolve(document.URL)};m.processAndExpandHash=function(){this._hideAvatarFromShellbar();return this._getCurrentUrl().then(async function(e){if(e.indexOf(r)>-1){var t=e.split(r)[1].split("=")[1];if(e.indexOf(a)>0){t=t.split(a)[0]}else if(e.includes("info=")){t=t.includes(",")?t.split(",")[0]:t.split("&")[0]}else if(e.indexOf(o)>0||e.indexOf(c)>0){if(e.indexOf(o)>0){t=t.split(o)[0]}else{t=t.split(c)[0]}}else if(e.indexOf(s)>0){t=t.split(s)[0]}return this._retrieveURL(t).then(function(t){if(t.getData()){window.location.replace(t.getData())}else{const t=e.split(r)[0];window.location.replace(t)}return Promise.resolve()})}else if(e.indexOf(o)>-1){const t=e.split(o)[0];window.location.replace(t)}else if(e.indexOf(s)>-1){const t=e.split(s)[0];await this._redirectBasedOnRuntime(t)}else if(e.includes(u)&&this._isFromTeams(e)){const t=e.split(u)[0];await this._redirectBasedOnRuntime(t)}return Promise.resolve()}.bind(this))};m._isFromTeams=function(e){const t=new URL(e);const n=t.searchParams.get("sap-collaboration-teams");return n==="true"};m._redirectBasedOnRuntime=async function(e){const t=sap.ui.require("sap/ushell/Container");if(t&&t.inAppRuntime()){await i.updateTopLevelURLforAppRuntime(e)}else{const t=this._stripTeamsParams(e);window.location.replace(t)}};m._removeTeamsParams=function(e){try{const t=e.split("#");const n=t[0];const i=t[1]?"#"+t[1]:"";const[r,s]=n.split("?");if(!s){return e}const a=new URLSearchParams(s);a.delete(l);a.delete(f);a.delete(p);const o=a.toString()?`${r}?${a.toString()}`:r;return o+i}catch(t){return e}};m._stripTeamsParams=function(e){if(this._isTopWindow()){return this._removeTeamsParams(e)}return e};m._isTopWindow=function(){return window.self===window.top};m._hideAvatarFromShellbar=function(){this.isTeamsModeActive().then(function(e){if(e){var t=n.getElementById("userActionsMenuHeaderButton");if(t){t.setVisible(false)}}})};m.isTeamsModeActive=function(){var e=false;const t=sap.ui.require("sap/ushell/Container");if(t){return t.getServiceAsync("URLParsing").then(function(t){return this._getCurrentUrl().then(function(n){var i=n.split("#")[0];if(i.indexOf("?")!==-1){var r=t&&t.parseParameters(i.substring(i.indexOf("?")));if(r&&r["sap-collaboration-teams"]&&r["sap-collaboration-teams"][0]&&r["sap-collaboration-teams"][0]==="true"){e=true}var s=false;if(r&&r["sap-ushell-config"]&&r["sap-ushell-config"][0]&&r["sap-ushell-config"][0]==="lean"){s=true}return Promise.resolve(e&&s)}else{return Promise.resolve(false)}})}.bind(this))}else{return Promise.resolve(false)}};m._retrieveURL=function(e){const t=sap.ui.require("sap/ushell/Container");return t&&t.getServiceAsync("AppState").then(function(t){return t.getAppState(e)})};m._isEligibleForBackendPersistency=function(e){return e&&e._oConfig&&h in e._oConfig&&!e._oConfig[h]};m._getNextKey=function(e){return e.getKey()};m._extractSemanticObjectAndAction=function(e){const t=sap.ui.require("sap/ushell/Container");return t&&t.getServiceAsync("URLParsing").then(function(t){var n=t.parseShellHash(this._extractURLHash(e));if(n){return Promise.resolve(n.contextRaw?n.semanticObject+"-"+n.action+"~"+n.contextRaw:n.semanticObject+"-"+n.action)}}.bind(this))};m._isMinificationFeasible=async function(e){const t=sap.ui.require("sap/ushell/Container");if(t){const r=await t.getServiceAsync("NavTargetResolution");const s=await t.getServiceAsync("URLParsing");var n=s.parseShellHash(this._extractURLHash(e));var i=Object.keys(n.params).length;if(i>0){return r.resolveHashFragment(`#${n.semanticObject}-${n.action}`).then(function(e){return true}).catch(function(e){return false})}else{return Promise.resolve(true)}}return Promise.resolve(false)};m._extractURLBeforeHash=function(e){var t=e.split("#")[0];return t};m._extractURLHash=function(e){var t=e.substring(e.indexOf("#"));return t};m._storeUrl=function(e,t){t.setData(e);return t.save()};return m});
16
16
  },
17
17
  "sap/suite/ui/commons/collaboration/CollaborationManagerService.js":function(){
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});
@@ -7,14 +7,16 @@
7
7
  sap.ui.define(
8
8
  [
9
9
  "sap/ui/core/Component",
10
+ "sap/ushell/EventHub",
10
11
  "sap/base/Log",
11
12
  "../../ServiceContainer",
12
13
  "../../CollaborationHelper"
13
14
  ],
14
- function (Component, Log, ServiceContainer, CollaborationHelper) {
15
+ function (Component, EventHub, Log, ServiceContainer, CollaborationHelper) {
15
16
  "use strict";
16
17
  var oLogger = Log.getLogger("sap.suite.ui.commons.collaboration.flpplugins.msplugin.Component");
17
18
  const sTeamsAuthEndUrl = "sap-collaboration-authEndUrl";
19
+ const sCollaborationMSPluginLoaded = "CollaborationMSPluginLoaded";
18
20
  /**
19
21
  * Provides the collaboration plugin information for Microsoft Teams Integration.
20
22
  * @extends sap.ui.core.Component
@@ -92,6 +94,7 @@ sap.ui.define(
92
94
  } else {
93
95
  oLogger.error("Collaboration configuration for Microsoft Teams Integration could not be loaded.");
94
96
  }
97
+ EventHub.emit(sCollaborationMSPluginLoaded);
95
98
  },
96
99
 
97
100
  _loadPluginConfigData: function () {
@@ -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.138.0
25
+ * @version 1.140.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.138.0
31
+ * @version 1.140.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.138.0
33
+ * @version 1.140.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.138.0
31
+ * @version 1.140.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.138.0
25
+ * @version 1.140.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.138.0
31
+ * @version 1.140.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.138.0
28
+ * @version 1.140.0
29
29
  * @since 1.66.0
30
30
  *
31
31
  * @constructor
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.base.Object
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.138.0
20
+ * @version 1.140.0
21
21
  * @since 1.66.0
22
22
  *
23
23
  * @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.138.0
53
+ * @version 1.140.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.138.0
165
+ * @version 1.140.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.138.0
37
+ * @version 1.140.0
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.138.0
32
+ * @version 1.140.0
33
33
  * @since 1.66.0
34
34
  *
35
35
  * @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.138.0
26
+ * @version 1.140.0
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -195,7 +195,7 @@ sap.ui.define([
195
195
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
196
196
  "sap.suite.ui.commons.AriaProperties"
197
197
  ],
198
- version: "1.138.0",
198
+ version: "1.140.0",
199
199
  extensions: {
200
200
  flChangeHandlers: {
201
201
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -350,7 +350,7 @@ PF_VALUE_UNDEFINED=Undefined
350
350
  #XACT: Text for node description in processflow
351
351
  PF_ARIA_PROCESS_FLOW_NODE_DESC=Use arrow keys to navigate between the Process Flow Nodes
352
352
  #XACT: Text for empty cells description in processflow
353
- PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC = Empty cell used for visual spacing in process flow, no content
353
+ PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC = Empty space
354
354
  #XACT: Text for status for header lane
355
355
  PF_ARIA_STATUS=the status is
356
356
  #XACT: Text for positive status value for header lane
@@ -511,7 +511,8 @@ NETWORK_GRAPH_ERROR=Error
511
511
  NETWORK_GRAPH_INFORMATION=Information
512
512
  #XACT: Zoom Level accessibility label
513
513
  NETWORK_GRAPH_ZOOM_LEVEL=Zoom Level
514
-
514
+ #XACT: Text for basic node description
515
+ NETWORK_GRAPH_NODE_DESCRIPTION=Description
515
516
 
516
517
  #XACT: Text for ARIA label for the whole status indicator
517
518
  STATUS_INDICATOR_ARIA_LABEL=Status Indicator
@@ -749,6 +750,16 @@ COLORED_ITEM_FROM=Colored Item from Journal Entry
749
750
  TACCOUNT_DROP_HERE=Drop Here
750
751
  #XCAP: T Account no data text
751
752
  TACCOUNT_NO_DATA=No data.
753
+ #XCAP: T Account debit
754
+ TACCOUNT_DEBIT_NUMBER=Debit {0}
755
+ #XCAP: T Account credit
756
+ TACCOUNT_CREDIT_NUMBER=Credit {0}
757
+ #XCAP: T Account debit
758
+ TACCOUNT_TOTAL_DEBIT_NUMBER=Total Debit {0}
759
+ #XCAP: T Account credit
760
+ TACCOUNT_TOTAL_CREDIT_NUMBER=Total Credit {0}
761
+ #XCAP: T AccountItems wrapper
762
+ TACCOUNT_ITEM_WRAPPER=List with interactive items. To move to the content press F2
752
763
 
753
764
  #XMSG: Message Toast shown when the image is automatically scaled down because of the restrictions of the platform that the ImageEditor is currently running on
754
765
  IMGEDITOR_SCALE_WARNING=The image was scaled down to {0} x {1} px from {2} x {3} px to ensure better compatibility with your device.
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u062A\u0645 \u0627\u0644\u062A\u0648\u0633\
173
173
  PF_ARIA_PROCESS_FLOW=\u062A\u062F\u0641\u0642 \u0627\u0644\u0639\u0645\u0644\u064A\u0629
174
174
  PF_ARIA_SYMBOL_LANE_START=\u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u0645\u0633\u0627\u0631
175
175
  PF_ARIA_SYMBOL_LANE_END=\u0646\u0647\u0627\u064A\u0629 \u0627\u0644\u0645\u0633\u0627\u0631
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u0641\u0627\u0635\u0644 \u0627\u0644\u0645\u0633\u0627\u0631
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=\u0627\u0644\u0645\u0633\u0627\u0631
177
177
  PF_ARIA_NODE=\u0627\u0644\u0632\u0631\u060C \u0627\u0644\u0639\u0642\u062F\u0629 {0}\u060C \u0627\u0644\u062D\u0627\u0644\u0629 {1} {2}\u060C \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0642\u062F\u0645\u0629 {3}\u060C {4} \u0639\u062F\u062F \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0623\u0635\u0644\u064A\u0629 {5}\u060C \u0639\u062F\u062F \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064A\u0629 {6}{7}
178
178
  PF_CONNECTION_ENDS=\u0646\u0647\u0627\u064A\u0629
179
179
  PF_CONNECTION_HORIZONTAL_LINE=\u0633\u0637\u0631 \u0623\u0641\u0642\u064A
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u0420\u0430\u0437\u0433\u044A\u0440\u043D\u
173
173
  PF_ARIA_PROCESS_FLOW=\u041F\u043E\u0442\u043E\u043A \u043F\u0440\u043E\u0446\u0435\u0441\u0438
174
174
  PF_ARIA_SYMBOL_LANE_START=\u043D\u0430\u0447\u0430\u043B\u043E \u043D\u0430 \u043B\u0435\u043D\u0442\u0430
175
175
  PF_ARIA_SYMBOL_LANE_END=\u043A\u0440\u0430\u0439 \u043D\u0430 \u043B\u0435\u043D\u0442\u0430
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B \u043D\u0430 \u043B\u0435\u043D\u0442\u0430
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=\u043B\u0435\u043D\u0442\u0430
177
177
  PF_ARIA_NODE=\u0411\u0443\u0442\u043E\u043D, \u0432\u044A\u0437\u0435\u043B {0}, \u0441\u044A\u0441\u0442\u043E\u044F\u043D\u0438\u0435 {1} {2}, \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435 \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u043A\u0430 {3}, {4} \u0431\u0440\u043E\u0439 \u0432\u0438\u0441\u0448\u0435\u0441\u0442\u043E\u044F\u0449\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438 {5}, \u0431\u0440\u043E\u0439 \u043F\u043E\u0434\u0447\u0438\u043D\u0435\u043D\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438 {6}{7}
178
178
  PF_CONNECTION_ENDS=\u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430
179
179
  PF_CONNECTION_HORIZONTAL_LINE=\u0445\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u043D\u0430 \u043B\u0438\u043D\u0438\u044F
@@ -171,9 +171,9 @@ TIMELINE_ACCESSIBILITY_GROUP_COLLAPSE=Comprimit
171
171
  TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Expandit
172
172
 
173
173
  PF_ARIA_PROCESS_FLOW=Flux del proc\u00E9s
174
- PF_ARIA_SYMBOL_LANE_START=Inici de lane
175
- PF_ARIA_SYMBOL_LANE_END=Final de lane
176
- PF_ARIA_SYMBOL_LANE_PROCESS=Separador de lane
174
+ PF_ARIA_SYMBOL_LANE_START=Inici de carril
175
+ PF_ARIA_SYMBOL_LANE_END=Final de carril
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=Carril
177
177
  PF_ARIA_NODE=Bot\u00F3, Node {0}, Estat {1} {2}, Contingut de cap\u00E7alera {3}, {4} Nombre d''elements superiors {5}, Nombre d''elements inferiors {6}{7}
178
178
  PF_CONNECTION_ENDS=final
179
179
  PF_CONNECTION_HORIZONTAL_LINE=L\u00EDnia horitzontal
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Pro\u0161ireno
173
173
  PF_ARIA_PROCESS_FLOW=Tok procesa
174
174
  PF_ARIA_SYMBOL_LANE_START=Po\u010Detak elementa modeliranja procesa
175
175
  PF_ARIA_SYMBOL_LANE_END=Zavr\u0161etak elementa modeliranja procesa
176
- PF_ARIA_SYMBOL_LANE_PROCESS=Separator elementa modeliranja procesa
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=Element modeliranja procesa
177
177
  PF_ARIA_NODE=Dugme, \u010Dvor {0}, status {1} {2}, sadr\u017Eaj zaglavlja {3}, {4} broj nadre\u0111enih elemenata {5}, broj podre\u0111enih elemenata {6}{7}
178
178
  PF_CONNECTION_ENDS=zavr\u0161ava se
179
179
  PF_CONNECTION_HORIZONTAL_LINE=horizontalna linija
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Rozbaleno
173
173
  PF_ARIA_PROCESS_FLOW=Pr\u016Fb\u011Bh procesu
174
174
  PF_ARIA_SYMBOL_LANE_START=Za\u010D\u00E1tek lane
175
175
  PF_ARIA_SYMBOL_LANE_END=Konec lane
176
- PF_ARIA_SYMBOL_LANE_PROCESS=Odd\u011Blova\u010D lane
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=lane
177
177
  PF_ARIA_NODE=Tla\u010D\u00EDtko, Uzel {0}, Status {1} {2}, Obsah hlavi\u010Dky {3}, {4}, Po\u010Det nad\u0159azen\u00FDch prvk\u016F {5}, Po\u010Det pod\u0159\u00EDzen\u00FDch prvk\u016F {6}{7}
178
178
  PF_CONNECTION_ENDS=kon\u010D\u00ED
179
179
  PF_CONNECTION_HORIZONTAL_LINE=Horizont\u00E1ln\u00ED linie
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Wedi ehangu
173
173
  PF_ARIA_PROCESS_FLOW=Prosesu Llif
174
174
  PF_ARIA_SYMBOL_LANE_START=dechrau l\u00F4n
175
175
  PF_ARIA_SYMBOL_LANE_END=diwedd l\u00F4n
176
- PF_ARIA_SYMBOL_LANE_PROCESS=gwahanydd l\u00F4n
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=l\u00F4n
177
177
  PF_ARIA_NODE=Botwm, Cwgn {0}, Cyflwr {1} {2}, Pennyn Cynnwys {3}, {4} Nifer y rhieni {5}, Nifer y plant {6}{7}
178
178
  PF_CONNECTION_ENDS=diwedd
179
179
  PF_CONNECTION_HORIZONTAL_LINE=llinell lorweddol
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Ekspanderet
173
173
  PF_ARIA_PROCESS_FLOW=Procesforl\u00F8b
174
174
  PF_ARIA_SYMBOL_LANE_START=Lane-start
175
175
  PF_ARIA_SYMBOL_LANE_END=Lane-slut
176
- PF_ARIA_SYMBOL_LANE_PROCESS=Lane-skilletegn
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=Lane
177
177
  PF_ARIA_NODE=Knap, knude {0}, tilstand {1} {2}, sidehovedindhold {3}, {4} antal overordnede {5}, antal underordnede {6}{7}
178
178
  PF_CONNECTION_ENDS=slutter
179
179
  PF_CONNECTION_HORIZONTAL_LINE=horisontal linje
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Expandiert
173
173
  PF_ARIA_PROCESS_FLOW=Prozessablauf
174
174
  PF_ARIA_SYMBOL_LANE_START=Lane-Start
175
175
  PF_ARIA_SYMBOL_LANE_END=Lane-Ende
176
- PF_ARIA_SYMBOL_LANE_PROCESS=Lane-Trennzeichen
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=Lane
177
177
  PF_ARIA_NODE=Button, Knoten {0}, Status {1} {2}, Kopfdaten {3}, {4} Anzahl der \u00FCbergeordneten Elemente {5}, Anzahl der untergeordneten Elemente {6}{7}
178
178
  PF_CONNECTION_ENDS=endet
179
179
  PF_CONNECTION_HORIZONTAL_LINE=horizontale Linie
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u0395\u03BA\u03C4\u03B5\u03C4\u03B1\u03BC\u
173
173
  PF_ARIA_PROCESS_FLOW=\u03A1\u03BF\u03AE \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2
174
174
  PF_ARIA_SYMBOL_LANE_START=\u03B1\u03C1\u03C7\u03AE \u03BB\u03C9\u03C1\u03AF\u03B4\u03B1\u03C2
175
175
  PF_ARIA_SYMBOL_LANE_END=\u03C4\u03AD\u03BB\u03BF\u03C2 \u03BB\u03C9\u03C1\u03AF\u03B4\u03B1\u03C2
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u03B4\u03B9\u03B1\u03C7\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC \u03BB\u03C9\u03C1\u03AF\u03B4\u03B1\u03C2
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=\u03BB\u03C9\u03C1\u03AF\u03B4\u03B1
177
177
  PF_ARIA_NODE=\u039A\u03BF\u03C5\u03BC\u03C0\u03AF, \u039A\u03CC\u03BC\u03B2\u03BF\u03C2{0}, \u039A\u03C1\u03AC\u03C4\u03BF\u03C2 {1} {2}, \u03A0\u03B5\u03C1\u03B9\u03B5\u03C7\u03CC\u03BC\u03B5\u03BD\u03BF \u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1\u03C2 {3}, {4} \u0391\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03B3\u03BF\u03BD\u03B9\u03BA\u03CE\u03BD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD {5}, \u0391\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03B8\u03C5\u03B3\u03B1\u03C4\u03C1\u03B9\u03BA\u03CE\u03BD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD {6}{7}
178
178
  PF_CONNECTION_ENDS=\u03BB\u03AE\u03B3\u03B5\u03B9
179
179
  PF_CONNECTION_HORIZONTAL_LINE=\u03BF\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Expanded
173
173
  PF_ARIA_PROCESS_FLOW=Process Flow
174
174
  PF_ARIA_SYMBOL_LANE_START=lane start
175
175
  PF_ARIA_SYMBOL_LANE_END=lane end
176
- PF_ARIA_SYMBOL_LANE_PROCESS=lane separator
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=lane
177
177
  PF_ARIA_NODE=Button, Node {0}, State {1} {2}, Header Content {3}, {4} Number of parents {5}, Number of children {6}{7}
178
178
  PF_CONNECTION_ENDS=ends
179
179
  PF_CONNECTION_HORIZONTAL_LINE=horizontal line
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Expanded
173
173
  PF_ARIA_PROCESS_FLOW=Process Flow
174
174
  PF_ARIA_SYMBOL_LANE_START=lane start
175
175
  PF_ARIA_SYMBOL_LANE_END=lane end
176
- PF_ARIA_SYMBOL_LANE_PROCESS=lane separator
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=lane
177
177
  PF_ARIA_NODE=Button, Node {0}, State {1} {2}, Header Content {3}, {4} Number of parents {5}, Number of children {6}{7}
178
178
  PF_CONNECTION_ENDS=ends
179
179
  PF_CONNECTION_HORIZONTAL_LINE=horizontal line