@sapui5/sap.suite.ui.commons 1.108.6 → 1.108.8

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 (48) 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/TimelineItem.js +1 -3
  15. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +38 -14
  16. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/library.js +1 -1
  30. package/src/sap/suite/ui/commons/messagebundle_th.properties +2 -2
  31. package/src/sap/suite/ui/commons/networkgraph/Group.js +3 -2
  32. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  44. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  45. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  46. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  47. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  48. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.commons",
3
- "version": "1.108.6",
3
+ "version": "1.108.8",
4
4
  "description": "SAPUI5 Library sap.suite.ui.commons",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -7,7 +7,7 @@
7
7
  SAP UI development toolkit for HTML5 (SAPUI5)
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.108.6</version>
10
+ <version>1.108.8</version>
11
11
 
12
12
  <documentation>SAP UI library: sap.suite.ui.commons</documentation>
13
13
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.108.6
22
+ * @version 1.108.8
23
23
  * @since 1.65.0
24
24
  *
25
25
  * @constructor
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.108.6
127
+ * @version 1.108.8
128
128
  * @since 1.56.0
129
129
  *
130
130
  * @constructor
@@ -111,7 +111,7 @@ sap.ui.define([
111
111
  * @extends sap.ui.core.Control
112
112
  *
113
113
  * @author SAP SE
114
- * @version 1.108.6
114
+ * @version 1.108.8
115
115
  * @since 1.56.0
116
116
  *
117
117
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Control
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.108.6
21
+ * @version 1.108.8
22
22
  * @since 1.56.0
23
23
  *
24
24
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.108.6
18
+ * @version 1.108.8
19
19
  * @since 1.60.0
20
20
  *
21
21
  * @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.108.6
33
+ * @version 1.108.8
34
34
  * @since 1.56.0
35
35
  *
36
36
  * @constructor
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @extends sap.ui.base.ManagedObject
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.108.6
17
+ * @version 1.108.8
18
18
  * @since 1.56.0
19
19
  *
20
20
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.108.6
18
+ * @version 1.108.8
19
19
  * @since 1.56.0
20
20
  *
21
21
  * @constructor
@@ -113,7 +113,7 @@ sap.ui.define([
113
113
  * @class
114
114
  * @public
115
115
  * @internal
116
- * @version 1.108.6
116
+ * @version 1.108.8
117
117
  */
118
118
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
119
119
  metadata: {
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.108.6
31
+ * @version 1.108.8
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.108.6
33
+ * @version 1.108.8
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -568,9 +568,7 @@ sap.ui.define([
568
568
  TimelineItem.prototype.onkeydown = function (oEvent) {
569
569
  if (oEvent.which === KeyCodes.ENTER || oEvent.which === KeyCodes.SPACE) {
570
570
  if (oEvent.srcControl.getId().indexOf("userNameLink") > -1) {
571
- this.fireUserNameClicked({
572
- uiElement: this
573
- });
571
+ return; // sap.m.Link handles click/key events for userNameClicked. Hence we do not need seperate handling.
574
572
  } else if (oEvent.srcControl instanceof Link) {
575
573
  this.firePress();
576
574
  } else {
@@ -10,8 +10,9 @@ sap.ui.define([
10
10
  "sap/base/security/URLListValidator",
11
11
  "./CollaborationHelper",
12
12
  "sap/suite/ui/commons/collaboration/BaseHelperService",
13
- 'sap/ui/core/Element'
14
- ], function (Log, Core, URLListValidator, CollaborationHelper, BaseHelperService, Element) {
13
+ 'sap/ui/core/Element',
14
+ "sap/ui/Device"
15
+ ], function (Log, Core, URLListValidator, CollaborationHelper, BaseHelperService, Element, Device) {
15
16
  "use strict";
16
17
 
17
18
  /**
@@ -53,19 +54,23 @@ sap.ui.define([
53
54
  var aOptions = [];
54
55
  var aFinalOptions = [];
55
56
 
56
- if (oTeamsParams.isShareAsLinkEnabled) {
57
- if (this._providerConfig.isShareAsLinkEnabled) {
58
- aOptions.push({
59
- "text": oResourceBundle.getText("COLLABORATION_MSTEAMS_CHAT"),
60
- "key": "COLLABORATION_MSTEAMS_CHAT",
61
- "icon": "sap-icon://post",
62
- "fesrStepName": "MST:ShareAsLink"
63
- });
57
+ if (Device.system.desktop) {
58
+ if (oTeamsParams.isShareAsLinkEnabled) {
59
+ if (this._providerConfig.isShareAsLinkEnabled) {
60
+ aOptions.push({
61
+ "text": oResourceBundle.getText("COLLABORATION_MSTEAMS_CHAT"),
62
+ "key": "COLLABORATION_MSTEAMS_CHAT",
63
+ "icon": "sap-icon://post",
64
+ "fesrStepName": "MST:ShareAsLink"
65
+ });
66
+ } else {
67
+ oLogger.info("Share as Chat option is not enabled in the tenant");
68
+ }
64
69
  } else {
65
- oLogger.info("Share as Chat option is not enabled in the tenant");
70
+ oLogger.info("Consumer disable Share as Chat option");
66
71
  }
67
72
  } else {
68
- oLogger.info("Consumer disable Share as Chat option");
73
+ oLogger.info("Share as Chat option is not supported in Phone and Tablet");
69
74
  }
70
75
 
71
76
  if (oTeamsParams.isShareAsTabEnabled) {
@@ -173,8 +178,9 @@ sap.ui.define([
173
178
  newWindow.opener = null;
174
179
  if (oParams.minifyUrlForChat) {
175
180
  CollaborationHelper.compactHash(oParams.url, []).then(function (sShortURL) {
176
- newWindow.location = "https://teams.microsoft.com/share?msgText=" + encodeURIComponent(sMessage) + "&href=" + encodeURIComponent(sShortURL.url);
177
- });
181
+ var sModifiedUrl = this._modifyUrlForNavigationContext(oParams, sShortURL.url);
182
+ newWindow.location = "https://teams.microsoft.com/share?msgText=" + encodeURIComponent(sMessage) + "&href=" + encodeURIComponent(sModifiedUrl);
183
+ }.bind(this));
178
184
  } else {
179
185
  newWindow.location = "https://teams.microsoft.com/share?msgText=" + encodeURIComponent(sMessage) + "&href=" + encodeURIComponent(oParams.url);
180
186
  }
@@ -229,6 +235,24 @@ sap.ui.define([
229
235
  });
230
236
  };
231
237
 
238
+ TeamsHelperService.prototype._modifyUrlForNavigationContext = function(oParams, sURL) {
239
+ var oUshellContainer = sap.ushell && sap.ushell.Container;
240
+ var oURLParsing = oUshellContainer && oUshellContainer.getService("URLParsing");
241
+ var sAppUri = oParams.url;
242
+ var iIndexOfHash = sAppUri.indexOf('#');
243
+ var oHashPartOfUri = oURLParsing.parseShellHash(sAppUri.substring(iIndexOfHash));
244
+ var iParamsCount = Object.keys(oHashPartOfUri.params).length;
245
+ var oUrl = new URL(sURL);
246
+ if (iParamsCount > 0){
247
+ if (!oUrl.searchParams.has("sap-collaboration-teams")) {
248
+ oUrl.searchParams.set("sap-collaboration-teams", "true");
249
+ } else {
250
+ oUrl.searchParams.delete("sap-collaboration-teams");
251
+ }
252
+ }
253
+ return oUrl.toString();
254
+ };
255
+
232
256
  TeamsHelperService.prototype._getApplicationID = function () {
233
257
  var oUshellContainer = sap.ushell && sap.ushell.Container;
234
258
  var oURLParsing = oUshellContainer && oUshellContainer.getService("URLParsing");
@@ -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.108.6
25
+ * @version 1.108.8
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.108.6
24
+ * @version 1.108.8
25
25
  * @since 1.67.0
26
26
  *
27
27
  * @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.108.6
26
+ * @version 1.108.8
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.108.6
24
+ * @version 1.108.8
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Element
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.108.6
18
+ * @version 1.108.8
19
19
  * @since 1.66.0
20
20
  *
21
21
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.108.6
24
+ * @version 1.108.8
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.108.6
21
+ * @version 1.108.8
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @constructor
@@ -10,7 +10,7 @@ sap.ui.define([
10
10
  * @extends sap.ui.base.Object
11
11
  *
12
12
  * @author SAP SE
13
- * @version 1.108.6
13
+ * @version 1.108.8
14
14
  * @since 1.66.0
15
15
  *
16
16
  * @abstract
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.108.6
45
+ * @version 1.108.8
46
46
  * @since 1.66.0
47
47
  *
48
48
  * @constructor
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.108.6
127
+ * @version 1.108.8
128
128
  * @since 1.66.0
129
129
  *
130
130
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.108.6
29
+ * @version 1.108.8
30
30
  * @since 1.68.0
31
31
  *
32
32
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.6
25
+ * @version 1.108.8
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.108.6
19
+ * @version 1.108.8
20
20
  * @since 1.66.0
21
21
  *
22
22
  * @constructor
@@ -185,7 +185,7 @@
185
185
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
186
186
  "sap.suite.ui.commons.AriaProperties"
187
187
  ],
188
- version: "1.108.6",
188
+ version: "1.108.8",
189
189
  extensions: {
190
190
  flChangeHandlers: {
191
191
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -120,7 +120,7 @@ USHELL_FACTSHEET_ENTER_YOUR_FILTER=\u0E1B\u0E49\u0E2D\u0E19\u0E04\u0E48\u0E32\u0
120
120
  TIMELINE_TODAY=\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49
121
121
  TIMELINE_YESTERDAY=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E19\u0E19\u0E35\u0E49
122
122
  TIMELINE_AT=\u0E40\u0E27\u0E25\u0E32
123
- TIMELINE_NO_DATA=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49
123
+ TIMELINE_NO_DATA=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E43\u0E19\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49
124
124
  TIMELINE_FILTER_BY=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E15\u0E32\u0E21
125
125
  TIMELINE_ALL=\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
126
126
  TIMELINE_FILTER_CANCEL=\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01
@@ -460,7 +460,7 @@ CFP_FOLDER_EXIST=\u0E41\u0E1F\u0E49\u0E21\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0
460
460
  CFP_NO_DATA_FILESHARE=\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E1F\u0E49\u0E21
461
461
  CFP_NO_FILESHARE_FOUND=\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E01\u0E32\u0E23\u0E41\u0E0A\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C
462
462
  CFP_NO_FILESHARE_FOUND_RELOAD=\u0E25\u0E2D\u0E07\u0E23\u0E35\u0E42\u0E2B\u0E25\u0E14\u0E1A\u0E23\u0E32\u0E27\u0E40\u0E0B\u0E2D\u0E23\u0E4C\u0E02\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C \u0E16\u0E49\u0E32\u0E22\u0E31\u0E07\u0E21\u0E35\u0E1B\u0E31\u0E0D\u0E2B\u0E32\u0E2D\u0E22\u0E39\u0E48 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D\u0E1C\u0E39\u0E49\u0E14\u0E39\u0E41\u0E25\u0E23\u0E30\u0E1A\u0E1A\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13
463
- CFP_TITLE_LAST_CHANGED_ON=\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E40\u0E21\u0E37\u0E48\u0E2D
463
+ CFP_TITLE_LAST_CHANGED_ON=\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E04\u0E23\u0E31\u0E49\u0E07\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E40\u0E21\u0E37\u0E48\u0E2D
464
464
  CFP_TYPE=\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17
465
465
  CFP_NAME=\u0E0A\u0E37\u0E48\u0E2D
466
466
  CFP_OWNER=\u0E40\u0E08\u0E49\u0E32\u0E02\u0E2D\u0E07
@@ -209,7 +209,7 @@ sap.ui.define([
209
209
  }
210
210
 
211
211
  if (sTitle) {
212
- oRm.openStart("div").class("sapSuiteUiCommonsNetworkGroupHeaderTitle").openEnd().text(sTitle).close("div");
212
+ oRm.openStart("div").class("sapSuiteUiCommonsNetworkGroupHeaderTitle").attr("title", sTitle).openEnd().text(sTitle).close("div");
213
213
  }
214
214
 
215
215
  oRm.close("div");
@@ -307,7 +307,7 @@ sap.ui.define([
307
307
  }
308
308
 
309
309
  if (sTitle) {
310
- mOptions.renderManager.openStart("div").class("sapSuiteUiCommonsNetworkGroupHeaderTitle");
310
+ mOptions.renderManager.openStart("div").class("sapSuiteUiCommonsNetworkGroupHeaderTitle").attr("title", sTitle);
311
311
  //Add text-Orientation based on Language
312
312
  var sCurrentLanguage = sap.ui.getCore().getConfiguration().getLanguage();
313
313
  var aOrientationLanguage = ["ja", "zh_TW", "zh_CN", "ko"]; // Orientation Languages
@@ -631,6 +631,7 @@ sap.ui.define([
631
631
  Group.prototype._resetSize = function () {
632
632
  if (this.getCollapsed()) {
633
633
  this._iHeight = Size.COLLAPSED_HEIGHT;
634
+ this._iWidth = Size.COLLAPSED_WIDTH;
634
635
  }
635
636
  };
636
637
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.108.6
29
+ * @version 1.108.8
30
30
  * @since 1.50
31
31
  *
32
32
  * @constructor
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.suite.ui.commons.statusindicator.Shape
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.108.6
36
+ * @version 1.108.8
37
37
  * @since 1.50
38
38
  *
39
39
  * @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.108.6
24
+ * @version 1.108.8
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.108.6
26
+ * @version 1.108.8
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.108.6
26
+ * @version 1.108.8
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.108.6
28
+ * @version 1.108.8
29
29
  * @since 1.50
30
30
  *
31
31
  * @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.108.6
27
+ * @version 1.108.8
28
28
  * @since 1.50
29
29
  *
30
30
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define(
18
18
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.108.6
21
+ * @version 1.108.8
22
22
  * @since 1.50
23
23
  *
24
24
  * @constructor
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.108.6
40
+ * @version 1.108.8
41
41
  * @since 1.50
42
42
  *
43
43
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.108.6
32
+ * @version 1.108.8
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.suite.ui.commons.statusindicator.Shape
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.108.6
30
+ * @version 1.108.8
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.108.6
50
+ * @version 1.108.8
51
51
  * @since 1.50
52
52
  *
53
53
  * @constructor
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.108.6
50
+ * @version 1.108.8
51
51
  * @since 1.58.0
52
52
  *
53
53
  * @constructor
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.108.6
34
+ * @version 1.108.8
35
35
  * @since 1.58.0
36
36
  *
37
37
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Control
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.108.6
30
+ * @version 1.108.8
31
31
  * @since 1.58.0
32
32
  *
33
33
  * @constructor
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Control
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.108.6
20
+ * @version 1.108.8
21
21
  * @since 1.58.0
22
22
  *
23
23
  * @constructor
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.108.6
57
+ * @version 1.108.8
58
58
  * @since 1.58.0
59
59
  *
60
60
  * @constructor