@sapui5/sap.suite.ui.commons 1.108.14 → 1.108.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 (44) 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/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  15. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +34 -19
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +43 -2
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/library.js +1 -1
  28. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  29. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  30. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  31. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  32. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  40. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  41. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  42. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  43. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  44. 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.14",
3
+ "version": "1.108.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.108.14</version>
10
+ <version>1.108.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.108.14
22
+ * @version 1.108.16
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.14
127
+ * @version 1.108.16
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.14
114
+ * @version 1.108.16
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.14
21
+ * @version 1.108.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.108.14
18
+ * @version 1.108.16
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.14
33
+ * @version 1.108.16
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.14
17
+ * @version 1.108.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.108.14
18
+ * @version 1.108.16
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.14
116
+ * @version 1.108.16
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.14
31
+ * @version 1.108.16
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.14
33
+ * @version 1.108.16
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -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.14
25
+ * @version 1.108.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.108.14
24
+ * @version 1.108.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.108.14
26
+ * @version 1.108.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.108.14
24
+ * @version 1.108.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.108.14
18
+ * @version 1.108.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.108.14
24
+ * @version 1.108.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.108.14
21
+ * @version 1.108.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.108.14
13
+ * @version 1.108.16
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.14
45
+ * @version 1.108.16
46
46
  * @since 1.66.0
47
47
  *
48
48
  * @constructor
@@ -251,14 +251,16 @@ sap.ui.define([
251
251
 
252
252
  ImageEditor.prototype._getExifOrientation = function(oFile) {
253
253
  var oFileReader = new FileReader(),
254
- iOffset, oResult, oView, iLength, iMarker, iLittle, iTags, i, iError,
254
+ iOffset, oResult, oView, iLength, iMarker, iLittle, iTags, i, iValue, iError,
255
255
  CONSTANTS = {
256
256
  FIRST_CHECK: 65496,
257
- SECOND_CHECK: 65505,
257
+ SECOND_CHECK: 9,
258
+ THIRD_CHECK: 65505,
258
259
  CORRECT_FORMAT_CHECK: 1165519206,
259
260
  LITTLE_CHECK: 18761,
260
261
  FOURTH_CHECK: 65280,
261
262
  EXIF_CHECK: 274,
263
+ ERR_GENERAL: -1,
262
264
  ERR_FILE_FORMAT: -2,
263
265
  OFFSET_STEP: 2, OFFSET_STEP_MED: 4, OFFSET_STEP_BIG: 6
264
266
  };
@@ -273,45 +275,58 @@ sap.ui.define([
273
275
  iError = 0;
274
276
 
275
277
  try {
276
- if (oView.getUint16(0, false) != CONSTANTS.FIRST_CHECK) {
277
- return;
278
+ iValue = oView.getUint16(0, false);
279
+
280
+ if (iValue !== CONSTANTS.FIRST_CHECK) {
281
+ iError = CONSTANTS.ERR_FILE_FORMAT;
278
282
  }
279
283
 
280
- while (iOffset < iLength) {
284
+ while (!iError && iOffset <= iLength - 1) {
285
+ iValue = oView.getUint16(iOffset + CONSTANTS.OFFSET_STEP, false);
286
+
287
+ if (iValue < CONSTANTS.SECOND_CHECK) {
288
+ iError = CONSTANTS.ERR_GENERAL;
289
+ break;
290
+ }
291
+
281
292
  iMarker = oView.getUint16(iOffset, false);
282
- iOffset += CONSTANTS.OFFSET_STEP;
293
+ iOffset = iOffset + 2;
283
294
 
284
- if (iMarker == CONSTANTS.SECOND_CHECK) {
285
- iOffset += CONSTANTS.OFFSET_STEP;
295
+ if (iMarker === CONSTANTS.THIRD_CHECK) {
296
+ iValue = oView.getUint32(iOffset += CONSTANTS.OFFSET_STEP, false);
286
297
 
287
- if (oView.getUint32(iOffset, false) != CONSTANTS.CORRECT_FORMAT_CHECK) {
288
- return;
298
+ if (iValue !== CONSTANTS.CORRECT_FORMAT_CHECK) {
299
+ iError = CONSTANTS.ERR_GENERAL;
300
+ break;
289
301
  }
290
302
 
291
- iOffset += CONSTANTS.OFFSET_STEP_BIG;
292
- iLittle = oView.getUint16(iOffset, false) == CONSTANTS.LITTLE_CHECK;
303
+ iLittle = oView.getUint16(iOffset += CONSTANTS.OFFSET_STEP_BIG, false) === CONSTANTS.LITTLE_CHECK;
293
304
  iOffset += oView.getUint32(iOffset + CONSTANTS.OFFSET_STEP_MED, iLittle);
294
305
  iTags = oView.getUint16(iOffset, iLittle);
295
- iOffset += CONSTANTS.OFFSET_STEP;
306
+ iOffset += 2;
307
+
308
+ for (i = 0; i <= iTags - 1; i++) {
309
+ iValue = oView.getUint16(iOffset + (i * 12), iLittle);
296
310
 
297
- for (i = 0; i < iTags; i++) {
298
- if (oView.getUint16(iOffset + (i * 12), iLittle) == CONSTANTS.EXIF_CHECK) {
299
- return oView.getUint16(iOffset + (i * 12) + 8, iLittle);
311
+ if (iValue === CONSTANTS.EXIF_CHECK) {
312
+ return resolve(oView.getUint16(iOffset + (i * 12) + 8, iLittle));
300
313
  }
301
314
  }
302
- } else if ((iMarker & CONSTANTS.FOURTH_CHECK) != FOURTH_CHECK) {
315
+ } else if ((iMarker & CONSTANTS.FOURTH_CHECK) !== CONSTANTS.FOURTH_CHECK) {
316
+ iError = CONSTANTS.ERR_GENERAL;
303
317
  break;
304
318
  } else {
305
319
  iOffset += oView.getUint16(iOffset, false);
306
320
  }
307
321
  }
322
+ return resolve(iError);
308
323
  } catch (oErr) {
309
324
  // probably wrong file format
310
325
  return resolve(CONSTANTS.ERR_FILE_FORMAT);
311
326
  }
312
327
  };
313
328
 
314
- oFileReader.readAsArrayBuffer(oFile.slice(0, 64 * 1024));
329
+ oFileReader.readAsArrayBuffer(oFile);
315
330
  });
316
331
  };
317
332
 
@@ -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.14
127
+ * @version 1.108.16
128
128
  * @since 1.66.0
129
129
  *
130
130
  * @constructor
@@ -837,7 +837,47 @@ sap.ui.define([
837
837
  return this._oHeaderToolbar;
838
838
  };
839
839
 
840
- ImageEditorContainer.prototype._updateToolbarsContent = function() {
840
+ ImageEditorContainer.prototype._destroyDisabledToolbarButtons = function () {
841
+ var aEnabledButtons = this.getEnabledButtons();
842
+
843
+ [ImageEditorContainerButton.Filter,ImageEditorContainerButton.Transform,ImageEditorContainerButton.Crop]
844
+ .forEach(function (sButton) {
845
+ if (aEnabledButtons.indexOf(sButton) === -1) {
846
+ if (sButton === ImageEditorContainerButton.Filter) {
847
+ if (this._oFilterButton) {
848
+ this._oFilterButton.destroy();
849
+ this._oFilterButton = null;
850
+ }
851
+ if (this._oMobileFilterButton) {
852
+ this._oMobileFilterButton.destroy();
853
+ this._oMobileFilterButton = null;
854
+ }
855
+ }
856
+ if (sButton === ImageEditorContainerButton.Crop) {
857
+ if (this._oCropButton) {
858
+ this._oCropButton.destroy();
859
+ this._oCropButton = null;
860
+ }
861
+ if (this._oMobileCropButton) {
862
+ this._oMobileCropButton.destroy();
863
+ this._oMobileCropButton = null;
864
+ }
865
+ }
866
+ if (sButton === ImageEditorContainerButton.Transform) {
867
+ if (this._oTransformButton) {
868
+ this._oTransformButton.destroy();
869
+ this._oTransformButton = null;
870
+ }
871
+ if (this._oMobileTransformButton) {
872
+ this._oMobileTransformButton.destroy();
873
+ this._oMobileTransformButton = null;
874
+ }
875
+ }
876
+ }
877
+ }.bind(this));
878
+ };
879
+
880
+ ImageEditorContainer.prototype._updateToolbarsContent = function () {
841
881
  var oHeaderToolbar = this._getHeaderToolbar(),
842
882
  oMobileHeaderToolbar = this._getMobileHeaderToolbar(),
843
883
  oMobileFooterToolbar = this._getMobileFooterToolbar(),
@@ -847,6 +887,7 @@ sap.ui.define([
847
887
  oHeaderToolbar.removeAllContent();
848
888
  oMobileHeaderToolbar.removeAllContent();
849
889
  oMobileFooterToolbar.removeAllContent();
890
+ this._destroyDisabledToolbarButtons();
850
891
 
851
892
  this._getHistoryItems().forEach(function(oItem) {
852
893
  oHeaderToolbar.addContent(oItem);
@@ -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.14
29
+ * @version 1.108.16
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.14
25
+ * @version 1.108.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.108.14
19
+ * @version 1.108.16
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.14",
188
+ version: "1.108.16",
189
189
  extensions: {
190
190
  flChangeHandlers: {
191
191
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -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.14
29
+ * @version 1.108.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.108.14
36
+ * @version 1.108.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.108.14
24
+ * @version 1.108.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.108.14
26
+ * @version 1.108.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.108.14
26
+ * @version 1.108.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.108.14
28
+ * @version 1.108.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.108.14
27
+ * @version 1.108.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.108.14
21
+ * @version 1.108.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.108.14
40
+ * @version 1.108.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.108.14
32
+ * @version 1.108.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.108.14
30
+ * @version 1.108.16
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.14
50
+ * @version 1.108.16
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.14
50
+ * @version 1.108.16
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.14
34
+ * @version 1.108.16
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.14
30
+ * @version 1.108.16
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.14
20
+ * @version 1.108.16
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.14
57
+ * @version 1.108.16
58
58
  * @since 1.58.0
59
59
  *
60
60
  * @constructor