@sapui5/sap.suite.ui.commons 1.120.14 → 1.120.16

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 (46) 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/ProcessFlowRenderer.js +28 -19
  15. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/library.js +1 -1
  29. package/src/sap/suite/ui/commons/messagebundle.properties +3 -1
  30. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  31. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  32. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  42. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  43. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  44. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  45. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  46. 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.14",
3
+ "version": "1.120.16",
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.14</version>
10
+ <version>1.120.16</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.14
22
+ * @version 1.120.16
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.14
128
+ * @version 1.120.16
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.14
116
+ * @version 1.120.16
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.14
21
+ * @version 1.120.16
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.14
18
+ * @version 1.120.16
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.14
35
+ * @version 1.120.16
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.14
17
+ * @version 1.120.16
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.14
18
+ * @version 1.120.16
19
19
  * @since 1.56.0
20
20
  *
21
21
  * @constructor
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @class
119
119
  * @public
120
120
  * @internal
121
- * @version 1.120.14
121
+ * @version 1.120.16
122
122
  */
123
123
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
124
124
  metadata: {
@@ -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.14
33
+ * @version 1.120.16
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.14
34
+ * @version 1.120.16
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -156,7 +156,6 @@ sap.ui.define([
156
156
  var oCustomContent = node._getCurrentZoomLevelContent();
157
157
  oRm.attr("id", sNodeId);
158
158
  oRm.attr("tabindex", 0);
159
- oRm.attr("role", "button");
160
159
  oRm.attr("aria-description", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_NODE_DESC"));
161
160
  var oAriaDefaultProperties = {};
162
161
  oAriaDefaultProperties.label = node._getAriaText();
@@ -227,25 +226,25 @@ sap.ui.define([
227
226
  oRm.openEnd();
228
227
 
229
228
  //Reserves space width for start symbol.
230
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
229
+ oRm.openStart("th").openEnd().close("th");
231
230
  iLanePosition = 0;
232
231
  while (iLanePosition < laneNumber - 1) {
233
232
  //Reserves space width for other parts to be displayed.
234
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
235
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
236
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
237
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
238
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
233
+ oRm.openStart("th").openEnd().close("th");
234
+ oRm.openStart("th").openEnd().close("th");
235
+ oRm.openStart("th").openEnd().close("th");
236
+ oRm.openStart("th").openEnd().close("th");
237
+ oRm.openStart("th").openEnd().close("th");
239
238
  iLanePosition++;
240
239
  }
241
240
 
242
241
  //Space for the last node.
243
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
244
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
245
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
242
+ oRm.openStart("th").openEnd().close("th");
243
+ oRm.openStart("th").openEnd().close("th");
244
+ oRm.openStart("th").openEnd().close("th");
246
245
 
247
246
  //Reserves space width for end symbol.
248
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
247
+ oRm.openStart("th").openEnd().close("th");
249
248
  oRm.close("tr");
250
249
 
251
250
  oRm.openStart("tr");
@@ -325,15 +324,19 @@ sap.ui.define([
325
324
  if (iMatrixDim1 > 0) {
326
325
  oRm.openStart("tr").openEnd();
327
326
  oRm.openStart("td");
328
- oRm.attr("colspan", (laneNumber * 5).toString()).attr("aria-hidden", "true");
327
+ oRm.attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
328
+ oRm.attr("colspan", (laneNumber * 5).toString());
329
329
  oRm.openEnd();
330
+ oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
330
331
  oRm.close("td");
331
332
  oRm.close("tr");
332
333
  }
333
334
  i = 0;
334
335
  while (i < iMatrixDim1) {
335
336
  oRm.openStart("tr").openEnd();
336
- oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
337
+ oRm.openStart("td").attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC")).openEnd();
338
+ oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
339
+ oRm.close("td");
337
340
 
338
341
  iMatrixDim2 = calculatedMatrix[i].length;
339
342
  j = 0;
@@ -341,10 +344,10 @@ sap.ui.define([
341
344
  while (j < iMatrixDim2 - 1) {
342
345
  oNode = calculatedMatrix[i][j];
343
346
  var isTDTagOpen = true; //Indicates if td element tag is open.
344
- var noColSpan;
347
+ var noColSpan;
345
348
  if ((j == 0) || (j % 2)) {
346
349
  oRm.openStart("td");
347
- noColSpan = true;
350
+ noColSpan = true;
348
351
  } else {
349
352
  oRm.openStart("td").attr("colspan", "4");
350
353
  //Needed by Chrome (cr) in order to render the connections correctly on the
@@ -362,22 +365,28 @@ sap.ui.define([
362
365
  row: i,
363
366
  column: j
364
367
  }, oControl, bSelectedOrHighlightedWasFound);
368
+ oRm.attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
365
369
  isTDTagOpen = ProcessFlowRenderer._renderConnection(oRm, oControl, oNode, isTDTagOpen);
366
370
  }
367
371
  }
368
372
  else if (noColSpan) {
369
- oRm.attr("aria-hidden", "true");
370
- }
373
+ oRm.attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
374
+ }
371
375
  if (isTDTagOpen) {
372
376
  oRm.openEnd();
377
+ oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
373
378
  }
374
379
  oRm.close("td");
375
380
  j++;
376
381
  }
377
382
 
378
383
  //The last space after a node + space under the end symbol.
379
- oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
380
- oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
384
+ oRm.openStart("td").attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC")).openEnd();
385
+ oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
386
+ oRm.close("td");
387
+ oRm.openStart("td").attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC")).openEnd();
388
+ oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
389
+ oRm.close("td");
381
390
  oRm.close("tr");
382
391
  i++;
383
392
  }
@@ -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.14
25
+ * @version 1.120.16
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.14
24
+ * @version 1.120.16
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.14
26
+ * @version 1.120.16
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.14
24
+ * @version 1.120.16
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.14
18
+ * @version 1.120.16
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.14
24
+ * @version 1.120.16
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.14
21
+ * @version 1.120.16
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.14
13
+ * @version 1.120.16
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.14
46
+ * @version 1.120.16
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.14
129
+ * @version 1.120.16
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.14
30
+ * @version 1.120.16
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.14
25
+ * @version 1.120.16
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.14
19
+ * @version 1.120.16
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.14",
205
+ version: "1.120.16",
206
206
  extensions: {
207
207
  flChangeHandlers: {
208
208
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -336,7 +336,7 @@ PF_ARIA_SYMBOL_LANE_END=lane end
336
336
  #XACT: Text for ProcessFlow Lane Header Process Symbol
337
337
  PF_ARIA_SYMBOL_LANE_PROCESS=lane separator
338
338
  #XACT: Text for Aria value of ProcessFlowNode
339
- PF_ARIA_NODE=Node {0}, State {1} {2}, Header {3}, {4} Number of parents {5}, Number of children {6}{7}
339
+ PF_ARIA_NODE= Button, Node {0}, State {1} {2}, Header {3}, {4} Number of parents {5}, Number of children {6}{7}
340
340
  #XACT: Text for end of connection in Aria value
341
341
  PF_CONNECTION_ENDS=ends
342
342
  #XACT: Text for horizontal line in Aria value
@@ -349,6 +349,8 @@ PF_CONNECTION_BRANCH=branch
349
349
  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
+ #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
352
354
  #XACT: Text for status for header lane
353
355
  PF_ARIA_STATUS=the status is
354
356
  #XACT: Text for positive status value for header lane
@@ -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.14
29
+ * @version 1.120.16
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.14
36
+ * @version 1.120.16
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.14
24
+ * @version 1.120.16
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.14
26
+ * @version 1.120.16
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.14
26
+ * @version 1.120.16
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.14
28
+ * @version 1.120.16
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.14
27
+ * @version 1.120.16
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.14
21
+ * @version 1.120.16
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.14
40
+ * @version 1.120.16
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.14
32
+ * @version 1.120.16
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.14
30
+ * @version 1.120.16
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.14
51
+ * @version 1.120.16
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.14
52
+ * @version 1.120.16
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.14
37
+ * @version 1.120.16
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.14
31
+ * @version 1.120.16
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.14
20
+ * @version 1.120.16
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.14
58
+ * @version 1.120.16
59
59
  * @since 1.58.0
60
60
  *
61
61
  * @constructor