@sapui5/sap.suite.ui.commons 1.120.0 → 1.120.2

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 (49) 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/CloudFileInfo.js +5 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +5 -1
  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/collaboration/BaseHelperService.js +28 -9
  16. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +4 -4
  17. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +46 -26
  18. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  31. package/src/sap/suite/ui/commons/library.js +1 -1
  32. package/src/sap/suite/ui/commons/messagebundle.properties +9 -9
  33. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  45. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  46. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  47. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  48. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  49. 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.120.0",
3
+ "version": "1.120.2",
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.120.0</version>
10
+ <version>1.120.2</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.120.0
22
+ * @version 1.120.2
23
23
  * @since 1.65.0
24
24
  *
25
25
  * @constructor
@@ -125,7 +125,7 @@ sap.ui.define([
125
125
  * @extends sap.ui.core.Control
126
126
  *
127
127
  * @author SAP SE
128
- * @version 1.120.0
128
+ * @version 1.120.2
129
129
  * @since 1.56.0
130
130
  *
131
131
  * @constructor
@@ -113,7 +113,7 @@ sap.ui.define([
113
113
  * @extends sap.ui.core.Control
114
114
  *
115
115
  * @author SAP SE
116
- * @version 1.120.0
116
+ * @version 1.120.2
117
117
  * @since 1.56.0
118
118
  *
119
119
  * @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.120.0
21
+ * @version 1.120.2
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.120.0
18
+ * @version 1.120.2
19
19
  * @since 1.60.0
20
20
  *
21
21
  * @constructor
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.120.0
35
+ * @version 1.120.2
36
36
  * @since 1.56.0
37
37
  *
38
38
  * @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.120.0
17
+ * @version 1.120.2
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.120.0
18
+ * @version 1.120.2
19
19
  * @since 1.56.0
20
20
  *
21
21
  * @constructor
@@ -62,7 +62,11 @@ sap.ui.define([
62
62
  /**
63
63
  * Indicate if an action is a allowed or not
64
64
  */
65
- isDocumentCreationAllowed : {type : "boolean", group : "Data"}
65
+ isDocumentCreationAllowed : {type : "boolean", group : "Data"},
66
+ /**
67
+ * Human Content type of the file share instance.
68
+ */
69
+ fileShareItemHumanContentType: {type : "string", group : "Data"}
66
70
  }
67
71
  }
68
72
  });
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @class
119
119
  * @public
120
120
  * @internal
121
- * @version 1.120.0
121
+ * @version 1.120.2
122
122
  */
123
123
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
124
124
  metadata: {
@@ -1252,6 +1252,7 @@ sap.ui.define([
1252
1252
  oCloudFileInfo.setFileShareItemContentType(oValue.FileShareItemContentType);
1253
1253
  oCloudFileInfo.setFileShareItemContentSize(oValue.FileShareItemContentSize);
1254
1254
  oCloudFileInfo.setFileShareItemContentLink(oValue.FileShareItemContentLink);
1255
+ oCloudFileInfo.setFileShareItemHumanContentType(oValue.FileShareItemHumanContentType);
1255
1256
  return oCloudFileInfo;
1256
1257
  };
1257
1258
 
@@ -1299,6 +1300,9 @@ sap.ui.define([
1299
1300
  oCloudFileInfo.setIsDocumentCreationAllowed(
1300
1301
  oContext.getObject("isDocumentCreationAllowed")
1301
1302
  );
1303
+ oCloudFileInfo.setFileShareItemHumanContentType(
1304
+ oContext.getObject("FileShareItemHumanContentType")
1305
+ );
1302
1306
 
1303
1307
  return oCloudFileInfo;
1304
1308
  };
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.120.0
33
+ * @version 1.120.2
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.120.0
34
+ * @version 1.120.2
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  };
48
48
 
49
49
  /**
50
- * Method to be called to trigger the 'Share' operation
50
+ * Triggers the 'Share' operation
51
51
  *
52
52
  * @param {Object} oOption JSON object of collaboration option that is clicked
53
53
  * @param {Object} oParams Parameter object which contains the information to be shared
@@ -55,8 +55,8 @@ sap.ui.define([
55
55
  * @param {string} oParams.appTitle Title of the application which needs to be used during the integration
56
56
  * @param {string} oParams.subTitle Title of the object page which needs to be used during the integration
57
57
  * @param {boolean} oParams.minifyUrlForChat Set the flag to 'true' to minimize the URL
58
- * @param {Object} oParams.cardManifest Card to be shared for 'Share as Card' option
59
- * @param {string} oParams.cardId ID of the Card to be stored. This need to constuct from SemanticObject_Action
58
+ * @param {Object} oParams.cardManifest Adaptive card json for a given instance of the object page used for the ‘Share as Card option
59
+ * @param {string} oParams.cardId ID of the card that needs to be stored and is constructed from SemanticObject_Action
60
60
  * @returns {void}
61
61
  * @public
62
62
  */
@@ -64,18 +64,37 @@ sap.ui.define([
64
64
  };
65
65
 
66
66
  /**
67
- * Checks if collaboration with contacts is supported in teams AD
67
+ * Checks if collaboration with contacts is supported in Microsoft Teams
68
68
  *
69
- * @returns {boolean} A boolean indicating collaboration is supported.
70
- * @private
69
+ * @returns {boolean} A Boolean that determines whether or not the collaboration with contacts is supported in Microsoft Teams
70
+ * @public
71
71
  */
72
72
  BaseHelperService.prototype.isContactsCollaborationSupported = function () {
73
73
  return false;
74
74
  };
75
75
 
76
+ /**
77
+ * Enables the Microsoft Teams collaboration functionality by providing a contact quick view with the options to start a message, audio call or video call
78
+ * @param {string} sEmail Provides the email of the contact to be used for the communication using Microsoft Teams
79
+ * @returns {object} Instance of the contact quick view providing the data for the collaboration functionality
80
+ * @public
81
+ */
82
+ BaseHelperService.prototype.enableMinimalContactsCollaboration = function (sEmail) {
83
+ return {};
84
+ };
85
+
86
+ /**
87
+ * Provides the Microsoft Teams collaboration options for the contact quick view
88
+ * @returns {object} The Microsoft Teams collaboration options
89
+ * @public
90
+ */
91
+ BaseHelperService.prototype.getTeamsContactCollabOptions = function () {
92
+ return {};
93
+ };
94
+
76
95
  /**
77
- * Method tobe called to know if feature flag is enabled and based on that Adapptive Card Generation code can be executed or skipped.
78
- * @returns {boolean} A boolean indicating feature flag is enabled
96
+ * Checks whether the feature flag is enabled and executes the code for the Adaptive Card Generation accordingly
97
+ * @returns {boolean} If set to true, Adaptive Card Generation is enabled
79
98
  * @public
80
99
  */
81
100
  BaseHelperService.prototype.isFeatureFlagEnabled = function () {
@@ -83,4 +102,4 @@ sap.ui.define([
83
102
  };
84
103
 
85
104
  return BaseHelperService;
86
- });
105
+ });
@@ -155,7 +155,7 @@ sap.ui.define(
155
155
 
156
156
  /**
157
157
  * Determines whether the app is running in the Microsoft Teams application.
158
- * If the URL parameter "sap-collaboration-teams" is set to true and if the appState is set to lean,
158
+ * If the URL parameter "sap-collaboration-teams" is set to true and if the sap-ushell-config is set to lean,
159
159
  * the method ensures that the application runs in the Microsoft Teams environment
160
160
  * @returns {Promise} Return the resolved promise with the data if the conditions are met with 'true', else 'false'
161
161
  * @public
@@ -177,9 +177,9 @@ sap.ui.define(
177
177
  }
178
178
  var bAppStateLean = false;
179
179
  if (oParsedUrl &&
180
- oParsedUrl["appState"] &&
181
- oParsedUrl["appState"][0] &&
182
- oParsedUrl["appState"][0] === "lean") {
180
+ oParsedUrl["sap-ushell-config"] &&
181
+ oParsedUrl["sap-ushell-config"][0] &&
182
+ oParsedUrl["sap-ushell-config"][0] === "lean") {
183
183
  bAppStateLean = true;
184
184
  }
185
185
  return Promise.resolve(bAppRunningInTeams && bAppStateLean);
@@ -80,7 +80,7 @@ sap.ui.define([
80
80
 
81
81
  if (Device.system.desktop) {
82
82
  if (oTeamsParams.isShareAsLinkEnabled) {
83
- if (this._providerConfig.isShareAsLinkEnabled) {
83
+ if (this._providerConfig.isShareAsLinkEnabled === "X") {
84
84
  aOptions.push({
85
85
  "text": oResourceBundle.getText("COLLABORATION_MSTEAMS_CHAT"),
86
86
  "key": "COLLABORATION_MSTEAMS_CHAT",
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
 
100
100
  if (Device.system.desktop) {
101
101
  if (oTeamsParams.isShareAsTabEnabled) {
102
- if (this._providerConfig.isShareAsTabEnabled) {
102
+ if (this._providerConfig.isShareAsTabEnabled === "X") {
103
103
  aOptions.push({
104
104
  "text": oResourceBundle.getText("COLLABORATION_MSTEAMS_TAB"),
105
105
  "key": "COLLABORATION_MSTEAMS_TAB",
@@ -118,15 +118,34 @@ sap.ui.define([
118
118
 
119
119
  if (Device.system.desktop) {
120
120
  if (oTeamsParams.isShareAsCardEnabled) {
121
- if (this._providerConfig.isShareAsCardEnabled === "ENABLED") {
122
- aOptions.push({
123
- "text": oResourceBundle.getText("COLLABORATION_MSTEAMS_CARD"),
124
- "key": "COLLABORATION_MSTEAMS_CARD",
125
- "icon": "sap-icon://ui-notifications",
126
- "fesrStepName": "MST:ShareAsCard"
127
- });
128
- } else {
129
- oLogger.info("Share as Card option is not enabled in the tenant");
121
+ const bIsShareAsCardEnabled = this._providerConfig.isShareAsCardEnabled;
122
+ const bIsShareAsTabEnabled = this._providerConfig.isShareAsTabEnabled === "X";
123
+
124
+ const CARD_OBJECT = {
125
+ "text": oResourceBundle.getText("COLLABORATION_MSTEAMS_CARD"),
126
+ "key": "COLLABORATION_MSTEAMS_CARD",
127
+ "icon": "sap-icon://ui-notifications",
128
+ "fesrStepName": "MST:ShareAsCard"
129
+ };
130
+
131
+ switch (bIsShareAsCardEnabled) {
132
+ case "DISABLED":
133
+ oLogger.info("Share as Card option is not enabled in the tenant");
134
+ break;
135
+ case "ENABLED":
136
+ aOptions.push(CARD_OBJECT);
137
+ break;
138
+ case "":
139
+ case undefined:
140
+ if (bIsShareAsTabEnabled) {
141
+ aOptions.push(CARD_OBJECT);
142
+ } else {
143
+ oLogger.info("Share as Card option is not enabled in the tenant");
144
+ }
145
+ break;
146
+ default:
147
+ oLogger.info("Share as Card option is not enabled in the tenant");
148
+ break;
130
149
  }
131
150
  } else {
132
151
  oLogger.info("Consumer disable Share as Card option");
@@ -160,7 +179,7 @@ sap.ui.define([
160
179
  };
161
180
 
162
181
  /**
163
- * Method to be called to trigger the share operation
182
+ * Triggers the 'Share' operation
164
183
  *
165
184
  * @param {Object} oOption Option Object/SubObject which is clicked
166
185
  * @param {Object} oParams Parameter object which contain the information to share
@@ -168,8 +187,8 @@ sap.ui.define([
168
187
  * @param {string} oParams.appTitle Title of the application which needs to be used while integration
169
188
  * @param {string} oParams.subTitle Title of the object page which needs to be used while integration
170
189
  * @param {boolean} oParams.minifyUrlForChat Set the flag to 'true' to minimize the URL
171
- * @param {Object} oParams.cardManifest Card to be shared for 'Share as Card' option
172
- * @param {string} oParams.cardId ID of the Card to be stored. This need to constuct from SemanticObject_Action
190
+ * @param {Object} oParams.cardManifest Adaptive card json for a given instance of the object page used for the ‘Share as Card option
191
+ * @param {string} oParams.cardId ID of the card that needs to be stored and is constructed from SemanticObject_Action
173
192
  * @returns {void}
174
193
  * @private
175
194
  * @ui5-restricted
@@ -244,7 +263,7 @@ sap.ui.define([
244
263
  if (iIndexOfHash !== -1) {
245
264
  var sUriForHeaderLess = sAppUri.substring(0, iIndexOfHash);
246
265
  var iIndexOfQuestionMark = sUriForHeaderLess.indexOf('?', 0);
247
- var sParam = 'appState=lean&sap-collaboration-teams=true';
266
+ var sParam = 'sap-ushell-config=lean&sap-collaboration-teams=true';
248
267
  if (iIndexOfQuestionMark !== -1) {
249
268
  sUriForHeaderLess = sUriForHeaderLess.substring(0, iIndexOfQuestionMark + 1) + sParam + '&' + sUriForHeaderLess.substring(iIndexOfQuestionMark + 1);
250
269
  } else {
@@ -478,20 +497,21 @@ sap.ui.define([
478
497
  };
479
498
 
480
499
  /**
481
- * Method tobe called to know if feature flag is enabled and based on that Adapptive Card Generation code can be executed or skipped.
482
- * @returns {boolean} A boolean indicating feature flag is enabled
500
+ * Checks whether the feature flag is enabled and executes the code for the Adaptive Card Generation accordingly
501
+ * @returns {boolean} If set to true, Adaptive Card Generation is enabled
483
502
  * @private
484
503
  */
485
504
  TeamsHelperService.prototype.isFeatureFlagEnabled = function () {
486
- // if (window["sap-ushell-config"] &&
487
- // window["sap-ushell-config"].renderers &&
488
- // window["sap-ushell-config"].renderers.fiori2 &&
489
- // window["sap-ushell-config"].renderers.fiori2.componentData &&
490
- // window["sap-ushell-config"].renderers.fiori2.componentData.config &&
491
- // window["sap-ushell-config"].renderers.fiori2.componentData.config.sapHorizonEnabled) {
492
- // return true;
493
- // }
494
-
505
+ const bIsShareAsCardEnabled = this._providerConfig.isShareAsCardEnabled;
506
+ if (window["sap-ushell-config"] &&
507
+ window["sap-ushell-config"].renderers &&
508
+ window["sap-ushell-config"].renderers.fiori2 &&
509
+ window["sap-ushell-config"].renderers.fiori2.componentData &&
510
+ window["sap-ushell-config"].renderers.fiori2.componentData.config &&
511
+ window["sap-ushell-config"].renderers.fiori2.componentData.config.sapHorizonEnabled &&
512
+ bIsShareAsCardEnabled === "ENABLED") {
513
+ return true;
514
+ }
495
515
  return false;
496
516
  };
497
517
 
@@ -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.120.0
25
+ * @version 1.120.2
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.120.0
24
+ * @version 1.120.2
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.120.0
26
+ * @version 1.120.2
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.120.0
24
+ * @version 1.120.2
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.120.0
18
+ * @version 1.120.2
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.120.0
24
+ * @version 1.120.2
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.120.0
21
+ * @version 1.120.2
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.120.0
13
+ * @version 1.120.2
14
14
  * @since 1.66.0
15
15
  *
16
16
  * @abstract
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.120.0
46
+ * @version 1.120.2
47
47
  * @since 1.66.0
48
48
  *
49
49
  * @constructor
@@ -126,7 +126,7 @@ sap.ui.define([
126
126
  * @extends sap.ui.core.Control
127
127
  *
128
128
  * @author SAP SE
129
- * @version 1.120.0
129
+ * @version 1.120.2
130
130
  * @since 1.66.0
131
131
  *
132
132
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.120.0
30
+ * @version 1.120.2
31
31
  * @since 1.68.0
32
32
  *
33
33
  * @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.120.0
25
+ * @version 1.120.2
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.120.0
19
+ * @version 1.120.2
20
20
  * @since 1.66.0
21
21
  *
22
22
  * @constructor
@@ -202,7 +202,7 @@
202
202
  "sap.suite.ui.commons.PagePanel",
203
203
  "sap.suite.ui.commons.Page"
204
204
  ],
205
- version: "1.120.0",
205
+ version: "1.120.2",
206
206
  extensions: {
207
207
  flChangeHandlers: {
208
208
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -924,23 +924,23 @@ COLLABORATION_MSTEAMS_CARD_SINGLE=Card in Microsoft Teams
924
924
  #XMSG: Save Card Error Message
925
925
  SAVE_CARD_ERROR=The card couldn't be shared. Please try again later.
926
926
 
927
- #XMIT,20: Label for Contact Details Section
927
+ #XMIT: Label for Contact Details Section
928
928
  POPOVER_CONTACT_INFORMATION=Contact Information
929
- #XMIT,20: Label for Contact Email
929
+ #XMIT: Label for Contact Email
930
930
  POPOVER_CONTACT_SECTION_EMAIL=E-Mail
931
- #XMIT,20: Label for Contact Phone
931
+ #XMIT: Label for Contact Phone
932
932
  POPOVER_CONTACT_SECTION_PHONE=Phone
933
- #XMIT,20: Label for Contact Mobile
933
+ #XMIT: Label for Contact Mobile
934
934
  POPOVER_CONTACT_SECTION_MOBILE=Mobile
935
- #XMIT,20: Label for Contact Company
935
+ #XMIT: Label for Contact Company
936
936
  POPOVER_CONTACT_SECTION_COMPANY=Company
937
- #XMIT,20: Label for Contact Job Title
937
+ #XMIT: Label for Contact Job Title
938
938
  POPOVER_CONTACT_SECTION_JOBTITLE=Job Title
939
- #XMIT,20: Label for Contact Department
939
+ #XMIT: Label for Contact Department
940
940
  POPOVER_CONTACT_SECTION_DEPARTMENT=Department
941
- #XMIT,20: Label for Contact Office Location
941
+ #XMIT: Label for Contact Office Location
942
942
  POPOVER_CONTACT_SECTION_OFFICE_LOCATION=Office Location
943
- #XMIT,20: Label for Contact Send Quick Message
943
+ #XMIT: Label for Contact Send Quick Message
944
944
  POPOVER_CONTACT_SEND_MESSAGE=Send a quick message
945
945
 
946
946
  #MyHome Layout Controls
@@ -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.120.0
29
+ * @version 1.120.2
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.120.0
36
+ * @version 1.120.2
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.120.0
24
+ * @version 1.120.2
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.120.0
26
+ * @version 1.120.2
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.120.0
26
+ * @version 1.120.2
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.120.0
28
+ * @version 1.120.2
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.120.0
27
+ * @version 1.120.2
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.120.0
21
+ * @version 1.120.2
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.120.0
40
+ * @version 1.120.2
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.120.0
32
+ * @version 1.120.2
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.120.0
30
+ * @version 1.120.2
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.120.0
51
+ * @version 1.120.2
52
52
  * @since 1.50
53
53
  *
54
54
  * @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.120.0
52
+ * @version 1.120.2
53
53
  * @since 1.58.0
54
54
  *
55
55
  * @constructor
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.120.0
37
+ * @version 1.120.2
38
38
  * @since 1.58.0
39
39
  *
40
40
  * @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.120.0
31
+ * @version 1.120.2
32
32
  * @since 1.58.0
33
33
  *
34
34
  * @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.120.0
20
+ * @version 1.120.2
21
21
  * @since 1.58.0
22
22
  *
23
23
  * @constructor
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @extends sap.ui.core.Control
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.120.0
58
+ * @version 1.120.2
59
59
  * @since 1.58.0
60
60
  *
61
61
  * @constructor