@sapui5/sap.suite.ui.commons 1.138.0 → 1.139.1

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 (104) 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/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/TimelineItemRenderer.js +46 -3
  15. package/src/sap/suite/ui/commons/TimelineRenderManager.js +1 -1
  16. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +110 -22
  17. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +17 -17
  18. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +2 -1
  19. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component-preload.js +2 -2
  20. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js +4 -1
  21. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  32. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/library.js +1 -1
  35. package/src/sap/suite/ui/commons/messagebundle.properties +4 -1
  36. package/src/sap/suite/ui/commons/messagebundle_ar.properties +1 -1
  37. package/src/sap/suite/ui/commons/messagebundle_bg.properties +1 -1
  38. package/src/sap/suite/ui/commons/messagebundle_ca.properties +3 -3
  39. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +1 -1
  40. package/src/sap/suite/ui/commons/messagebundle_cs.properties +1 -1
  41. package/src/sap/suite/ui/commons/messagebundle_cy.properties +1 -1
  42. package/src/sap/suite/ui/commons/messagebundle_da.properties +1 -1
  43. package/src/sap/suite/ui/commons/messagebundle_de.properties +1 -1
  44. package/src/sap/suite/ui/commons/messagebundle_el.properties +1 -1
  45. package/src/sap/suite/ui/commons/messagebundle_en.properties +1 -1
  46. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +1 -1
  47. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +1 -1
  48. package/src/sap/suite/ui/commons/messagebundle_es.properties +4 -4
  49. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +2 -2
  50. package/src/sap/suite/ui/commons/messagebundle_et.properties +1 -1
  51. package/src/sap/suite/ui/commons/messagebundle_fi.properties +1 -1
  52. package/src/sap/suite/ui/commons/messagebundle_fr.properties +1 -1
  53. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +1 -1
  54. package/src/sap/suite/ui/commons/messagebundle_hi.properties +1 -1
  55. package/src/sap/suite/ui/commons/messagebundle_hr.properties +1 -1
  56. package/src/sap/suite/ui/commons/messagebundle_hu.properties +1 -1
  57. package/src/sap/suite/ui/commons/messagebundle_id.properties +1 -1
  58. package/src/sap/suite/ui/commons/messagebundle_it.properties +1 -1
  59. package/src/sap/suite/ui/commons/messagebundle_iw.properties +1 -1
  60. package/src/sap/suite/ui/commons/messagebundle_ja.properties +2 -2
  61. package/src/sap/suite/ui/commons/messagebundle_kk.properties +1 -1
  62. package/src/sap/suite/ui/commons/messagebundle_ko.properties +1 -1
  63. package/src/sap/suite/ui/commons/messagebundle_lt.properties +1 -1
  64. package/src/sap/suite/ui/commons/messagebundle_lv.properties +1 -1
  65. package/src/sap/suite/ui/commons/messagebundle_mk.properties +3 -3
  66. package/src/sap/suite/ui/commons/messagebundle_ms.properties +1 -1
  67. package/src/sap/suite/ui/commons/messagebundle_nl.properties +1 -1
  68. package/src/sap/suite/ui/commons/messagebundle_no.properties +1 -1
  69. package/src/sap/suite/ui/commons/messagebundle_pl.properties +1 -1
  70. package/src/sap/suite/ui/commons/messagebundle_pt.properties +1 -1
  71. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +1 -1
  72. package/src/sap/suite/ui/commons/messagebundle_ro.properties +1 -1
  73. package/src/sap/suite/ui/commons/messagebundle_ru.properties +1 -1
  74. package/src/sap/suite/ui/commons/messagebundle_sh.properties +1 -1
  75. package/src/sap/suite/ui/commons/messagebundle_sk.properties +3 -3
  76. package/src/sap/suite/ui/commons/messagebundle_sl.properties +1 -1
  77. package/src/sap/suite/ui/commons/messagebundle_sr.properties +1 -1
  78. package/src/sap/suite/ui/commons/messagebundle_sv.properties +1 -1
  79. package/src/sap/suite/ui/commons/messagebundle_th.properties +1 -1
  80. package/src/sap/suite/ui/commons/messagebundle_tr.properties +1 -1
  81. package/src/sap/suite/ui/commons/messagebundle_uk.properties +1 -1
  82. package/src/sap/suite/ui/commons/messagebundle_vi.properties +1 -1
  83. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +1 -1
  84. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +1 -1
  85. package/src/sap/suite/ui/commons/networkgraph/Node.js +19 -9
  86. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  87. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  88. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  89. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  90. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  91. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  92. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  93. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  94. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  95. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  96. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  97. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  98. package/src/sap/suite/ui/commons/statusindicator/StatusIndicatorRenderer.js +6 -2
  99. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  100. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  101. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  102. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  103. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  104. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageBroker.js +5 -1
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Expanderad
173
173
  PF_ARIA_PROCESS_FLOW=Processfl\u00F6de
174
174
  PF_ARIA_SYMBOL_LANE_START=Rollf\u00E4ltstart
175
175
  PF_ARIA_SYMBOL_LANE_END=Rollf\u00E4ltslut
176
- PF_ARIA_SYMBOL_LANE_PROCESS=Rollf\u00E4ltskiljetecken
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=Rollf\u00E4lt
177
177
  PF_ARIA_NODE=Knapp, nod {0}, status {1} {2}, huvudinneh\u00E5ll {3}, {4} antal \u00F6verordnade {5}, antal underordnade {6}{7}
178
178
  PF_CONNECTION_ENDS=Slut
179
179
  PF_CONNECTION_HORIZONTAL_LINE=Horisontell linje
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u0E02\u0E22\u0E32\u0E22
173
173
  PF_ARIA_PROCESS_FLOW=\u0E1C\u0E31\u0E07\u0E01\u0E23\u0E30\u0E1A\u0E27\u0E19\u0E01\u0E32\u0E23
174
174
  PF_ARIA_SYMBOL_LANE_START=\u0E01\u0E32\u0E23\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 Lane
175
175
  PF_ARIA_SYMBOL_LANE_END=\u0E01\u0E32\u0E23\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14 Lane
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19 Lane
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=Lane
177
177
  PF_ARIA_NODE=\u0E1B\u0E38\u0E48\u0E21, \u0E42\u0E2B\u0E19\u0E14 {0}, \u0E2A\u0E16\u0E32\u0E19\u0E30 {1} {2}, \u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27 {3}, {4} \u0E08\u0E33\u0E19\u0E27\u0E19\u0E42\u0E2B\u0E19\u0E14\u0E2B\u0E25\u0E31\u0E01 {5}, \u0E08\u0E33\u0E19\u0E27\u0E19\u0E42\u0E2B\u0E19\u0E14\u0E22\u0E48\u0E2D\u0E22 {6}{7}
178
178
  PF_CONNECTION_ENDS=\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14
179
179
  PF_CONNECTION_HORIZONTAL_LINE=\u0E40\u0E2A\u0E49\u0E19\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Geni\u015Fletildi
173
173
  PF_ARIA_PROCESS_FLOW=Proses ak\u0131\u015F\u0131
174
174
  PF_ARIA_SYMBOL_LANE_START=\u015Eerit ba\u015Flang\u0131c\u0131
175
175
  PF_ARIA_SYMBOL_LANE_END=\u015Eerit sonu
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u015Eerit ay\u0131rma \u00E7izgisi
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=\u015Eerit
177
177
  PF_ARIA_NODE=D\u00FC\u011Fme, D\u00FC\u011F\u00FCm {0}, Durum {1} {2}, Ba\u015Fl\u0131k i\u00E7eri\u011Fi {3}, {4} \u00DCst d\u00FCzey \u00F6\u011Fe say\u0131s\u0131 {5}, Alt d\u00FCzey \u00F6\u011Fe say\u0131s\u0131 {6}{7}
178
178
  PF_CONNECTION_ENDS=biti\u015F
179
179
  PF_CONNECTION_HORIZONTAL_LINE=yatay \u00E7izgi
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u
173
173
  PF_ARIA_PROCESS_FLOW=\u0425\u0456\u0434 \u043F\u0440\u043E\u0446\u0435\u0441\u0443
174
174
  PF_ARIA_SYMBOL_LANE_START=\u041F\u043E\u0447\u0430\u0442\u043E\u043A \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430 \u043C\u043E\u0434\u0443\u043B\u044F\u0446\u0456\u0457 \u043F\u0440\u043E\u0446\u0435\u0441\u0443
175
175
  PF_ARIA_SYMBOL_LANE_END=\u041A\u0456\u043D\u0435\u0446\u044C \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430 \u043C\u043E\u0434\u0443\u043B\u044F\u0446\u0456\u0457 \u043F\u0440\u043E\u0446\u0435\u0441\u0443
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u0420\u043E\u0437\u0434\u0456\u043B\u044E\u0432\u0430\u0447 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 \u043C\u043E\u0434\u0443\u043B\u044F\u0446\u0456\u0457 \u043F\u0440\u043E\u0446\u0435\u0441\u0443
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=\u0435\u043B\u0435\u043C\u0435\u043D\u0442 \u043C\u043E\u0434\u0443\u043B\u044F\u0446\u0456\u0457 \u043F\u0440\u043E\u0446\u0435\u0441\u0443
177
177
  PF_ARIA_NODE=\u041A\u043D\u043E\u043F\u043A\u0430, \u0432\u0443\u0437\u043E\u043B {0}, \u0441\u0442\u0430\u043D {1} {2}, \u0432\u043C\u0456\u0441\u0442 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 {3}, {4} \u043A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 {5}, \u043A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 {6}{7}
178
178
  PF_CONNECTION_ENDS=\u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0454\u0442\u044C\u0441\u044F
179
179
  PF_CONNECTION_HORIZONTAL_LINE=\u0433\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u0430 \u043B\u0456\u043D\u0456\u044F
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u0110\u01B0\u01A1\u0323c m\u01A1\u0309 r\u0
173
173
  PF_ARIA_PROCESS_FLOW=Lu\u00F4\u0300ng quy tri\u0300nh
174
174
  PF_ARIA_SYMBOL_LANE_START=b\u0103\u0301t \u0111\u00E2\u0300u tuy\u00EA\u0301n
175
175
  PF_ARIA_SYMBOL_LANE_END=k\u00EA\u0301t thu\u0301c tuy\u00EA\u0301n
176
- PF_ARIA_SYMBOL_LANE_PROCESS=d\u00E2\u0301u ta\u0301ch tuy\u00EA\u0301n
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=tuy\u00EA\u0301n
177
177
  PF_ARIA_NODE=N\u00FAt, N\u00FAt {0}, Tr\u1EA1ng th\u00E1i {1} {2}, N\u1ED9i dung ti\u00EAu \u0111\u1EC1 {3}, {4} S\u1ED1 cha {5}, S\u1ED1 con {6}{7}
178
178
  PF_CONNECTION_ENDS=k\u00EA\u0301t thu\u0301c
179
179
  PF_CONNECTION_HORIZONTAL_LINE=do\u0300ng ha\u0300ng ngang
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u5DF2\u5C55\u5F00
173
173
  PF_ARIA_PROCESS_FLOW=\u6D41\u7A0B\u6D41
174
174
  PF_ARIA_SYMBOL_LANE_START=\u533A\u5F00\u59CB
175
175
  PF_ARIA_SYMBOL_LANE_END=\u533A\u7ED3\u675F
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u533A\u5206\u9694\u7B26
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=\u533A
177
177
  PF_ARIA_NODE=\u6309\u94AE\uFF0C\u8282\u70B9 {0}\uFF0C\u72B6\u6001 {1} {2}\uFF0C\u62AC\u5934\u5185\u5BB9 {3}, {4} \u7236\u9879\u6570 {5}\uFF0C\u5B50\u9879\u6570 {6}{7}
178
178
  PF_CONNECTION_ENDS=\u7ED3\u675F
179
179
  PF_CONNECTION_HORIZONTAL_LINE=\u6C34\u5E73\u7EBF
@@ -173,7 +173,7 @@ TIMELINE_ACCESSIBILITY_GROUP_EXPAND=\u5DF2\u5C55\u958B
173
173
  PF_ARIA_PROCESS_FLOW=\u7A0B\u5E8F\u6D41\u7A0B
174
174
  PF_ARIA_SYMBOL_LANE_START=\u7A97\u683C\u958B\u59CB
175
175
  PF_ARIA_SYMBOL_LANE_END=\u7A97\u683C\u7D50\u675F
176
- PF_ARIA_SYMBOL_LANE_PROCESS=\u7A97\u683C\u5206\u9694\u7B26\u865F
176
+ PF_ARIA_SYMBOL_LANE_PROCESS=\u7A97\u683C
177
177
  PF_ARIA_NODE=\u6309\u9215\u3001\u7BC0\u9EDE {0}\u3001\u72C0\u614B {1} {2}\u3001\u8868\u982D\u5167\u5BB9 {3}, {4}\u3001\u4E0A\u5C64\u9805\u76EE\u6578\u91CF {5}\u3001\u4E0B\u5C64\u9805\u76EE\u6578\u91CF {6}{7}
178
178
  PF_CONNECTION_ENDS=\u7D50\u675F
179
179
  PF_CONNECTION_HORIZONTAL_LINE=\u6C34\u5E73\u7DDA
@@ -615,9 +615,7 @@ sap.ui.define([
615
615
  "class": "sapSuiteUiCommonsNetworkNodeActionCollapseIcon",
616
616
  icon: this._getExpandIcon(true),
617
617
  enable: this._hasVisibleChildren(),
618
- title: this._oExpandState === ExpandState.EXPANDED ?
619
- oResourceBundle.getText("NETWORK_GRAPH_EXPANDED") :
620
- oResourceBundle.getText("NETWORK_GRAPH_COLLAPSED"),
618
+ title: this._getExpandStateTitle(),
621
619
  id: this._getDomId("actionCollapse"),
622
620
  click: this._expandClick.bind(this)
623
621
  }, $right);
@@ -2041,6 +2039,19 @@ sap.ui.define([
2041
2039
  }
2042
2040
  };
2043
2041
 
2042
+ Node.prototype._getExpandStateTitle = function () {
2043
+ switch (this._oExpandState) {
2044
+ case ExpandState.PARTIAL:
2045
+ return oResourceBundle.getText("NETWORK_GRAPH_PARTIAL");
2046
+ case ExpandState.EXPANDED:
2047
+ return oResourceBundle.getText("NETWORK_GRAPH_EXPANDED");
2048
+ case ExpandState.COLLAPSED:
2049
+ return oResourceBundle.getText("NETWORK_GRAPH_COLLAPSED");
2050
+ default:
2051
+ return oResourceBundle.getText("NETWORK_GRAPH_EXPANDED");
2052
+ }
2053
+ };
2054
+
2044
2055
  Node.prototype._createLineText = function(sText, iWidth, oText, iMaxLines) {
2045
2056
  var aLines = [[]],
2046
2057
  iLine = 0, sRest,
@@ -2434,6 +2445,9 @@ sap.ui.define([
2434
2445
  var sNodeTitle = this.getTitle();
2435
2446
  var sNodeTitleText = sNodeTitle ? sNodeTitle : this.getAltText();
2436
2447
  var sLabel = oResourceBundle.getText("NETWORK_GRAPH_NODE") + " " + sNodeTitleText;
2448
+ if (this.getDescription()) {
2449
+ sLabel += " " + oResourceBundle.getText("NETWORK_GRAPH_NODE_DESCRIPTION") + " " + this.getDescription();
2450
+ }
2437
2451
  if (this._isBox(oParent)) {
2438
2452
  this.getVisibleAttributes().forEach(function(oAttribute) {
2439
2453
  sLabel += " " + oAttribute.getLabel() + " " + oAttribute.getValue();
@@ -3155,9 +3169,7 @@ sap.ui.define([
3155
3169
  icon: this._getExpandIcon(true),
3156
3170
  "class": "sapSuiteUiCommonsNetworkNodeActionCollapseIcon",
3157
3171
  enable: this._hasVisibleChildren(),
3158
- title: this._oExpandState === ExpandState.EXPANDED ?
3159
- oResourceBundle.getText("NETWORK_GRAPH_EXPANDED") :
3160
- oResourceBundle.getText("NETWORK_GRAPH_COLLAPSED"),
3172
+ title: this._getExpandStateTitle(),
3161
3173
  id: this._getDomId("actionCollapse"),
3162
3174
  click: this._expandClick.bind(this)
3163
3175
  });
@@ -3410,9 +3422,7 @@ sap.ui.define([
3410
3422
  if ($icon[0]) {
3411
3423
  $icon[0].textContent = this._getExpandIcon();
3412
3424
  if ($iconParent && $iconParent.title) {
3413
- $iconParent.title = this._oExpandState === ExpandState.EXPANDED ?
3414
- oResourceBundle.getText("NETWORK_GRAPH_EXPANDED") :
3415
- oResourceBundle.getText("NETWORK_GRAPH_COLLAPSED")
3425
+ $iconParent.title = this._getExpandStateTitle();
3416
3426
  }
3417
3427
  }
3418
3428
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.138.0
33
+ * @version 1.139.1
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.suite.ui.commons.statusindicator.Shape
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.138.0
39
+ * @version 1.139.1
40
40
  * @since 1.50
41
41
  *
42
42
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Control
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.138.0
24
+ * @version 1.139.1
25
25
  * @since 1.50
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.138.0
26
+ * @version 1.139.1
27
27
  * @since 1.50
28
28
  *
29
29
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.statusindicator.CustomShape
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.138.0
26
+ * @version 1.139.1
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.138.0
32
+ * @version 1.139.1
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.138.0
31
+ * @version 1.139.1
32
32
  * @since 1.50
33
33
  *
34
34
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define(
29
29
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.138.0
32
+ * @version 1.139.1
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.138.0
45
+ * @version 1.139.1
46
46
  * @since 1.50
47
47
  *
48
48
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.138.0
33
+ * @version 1.139.1
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.Shape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.138.0
33
+ * @version 1.139.1
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.138.0
52
+ * @version 1.139.1
53
53
  * @since 1.50
54
54
  *
55
55
  * @constructor
@@ -149,8 +149,12 @@ sap.ui.define([
149
149
  oSvgContainer.addClass("sapSuiteUiCommonsStatusIndicatorSvg");
150
150
 
151
151
  oSvgContainer.addClass(getClassBySize(oStatusIndicator, "Svg"));
152
- oSvgContainer.addStyle("width", oStatusIndicator.getWidth());
153
- oSvgContainer.addStyle("height", oStatusIndicator.getHeight());
152
+ if (oStatusIndicator.getWidth()) {
153
+ oSvgContainer.addStyle("width", oStatusIndicator.getWidth());
154
+ }
155
+ if (oStatusIndicator.getHeight()) {
156
+ oSvgContainer.addStyle("height", oStatusIndicator.getHeight());
157
+ }
154
158
  oSvgContainer.addChild(this._getSvgElement(oStatusIndicator));
155
159
 
156
160
  oRootElement.addChild(oSvgContainer);
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.138.0
59
+ * @version 1.139.1
60
60
  * @since 1.58.0
61
61
  *
62
62
  * @constructor
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.138.0
44
+ * @version 1.139.1
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @constructor
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.138.0
44
+ * @version 1.139.1
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @constructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.138.0
27
+ * @version 1.139.1
28
28
  * @since 1.58.0
29
29
  *
30
30
  * @constructor
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @extends sap.m.Panel
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.138.0
68
+ * @version 1.139.1
69
69
  * @since 1.58.0
70
70
  *
71
71
  * @constructor
@@ -21,6 +21,7 @@ sap.ui.define([
21
21
  const MSG_NAME = "get-provider-config";
22
22
  const UPDATE_TOP_LEVEL_URL_MSG_NAME = "update-top-level-url";
23
23
  const UshellContainer = sap.ui.require("sap/ushell/Container");
24
+ const CollaborationHelper = sap.ui.require("sap/suite/ui/commons/collaboration/CollaborationHelper");
24
25
  if (!UshellContainer) {
25
26
  oLogger.info("UShell Container instance doesn't exist");
26
27
  return;
@@ -53,8 +54,11 @@ sap.ui.define([
53
54
  try {
54
55
  const parsedData = JSON.parse(oData);
55
56
  if (parsedData?.url) {
57
+ const parsedUrl = parsedData.url;
58
+ // Remove Teams parameters from the URL when it is not in iframe
59
+ const sanitizedUrl = CollaborationHelper._stripTeamsParams(parsedUrl);
56
60
  notifySubscribers(sClientId, sMessageName, { success: true });
57
- window.location.replace(parsedData.url);
61
+ window.location.replace(sanitizedUrl);
58
62
  window.location.reload();
59
63
  } else {
60
64
  oLogger.info("Invalid URL in the message data.");