@sapui5/sap.suite.ui.commons 1.130.7 → 1.130.9

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 +35 -20
  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.130.7",
3
+ "version": "1.130.9",
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.130.7</version>
10
+ <version>1.130.9</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.130.7
22
+ * @version 1.130.9
23
23
  * @since 1.65.0
24
24
  *
25
25
  * @constructor
@@ -134,7 +134,7 @@ sap.ui.define([
134
134
  * @extends sap.ui.core.Control
135
135
  *
136
136
  * @author SAP SE
137
- * @version 1.130.7
137
+ * @version 1.130.9
138
138
  * @since 1.56.0
139
139
  *
140
140
  * @constructor
@@ -148,7 +148,7 @@ sap.ui.define([
148
148
  * @extends sap.ui.core.Control
149
149
  *
150
150
  * @author SAP SE
151
- * @version 1.130.7
151
+ * @version 1.130.9
152
152
  * @since 1.56.0
153
153
  *
154
154
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.130.7
29
+ * @version 1.130.9
30
30
  * @since 1.56.0
31
31
  *
32
32
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.130.7
25
+ * @version 1.130.9
26
26
  * @since 1.60.0
27
27
  *
28
28
  * @constructor
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @extends sap.ui.core.Control
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.130.7
42
+ * @version 1.130.9
43
43
  * @since 1.56.0
44
44
  *
45
45
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.ManagedObject
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.130.7
24
+ * @version 1.130.9
25
25
  * @since 1.56.0
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.130.7
26
+ * @version 1.130.9
27
27
  * @since 1.56.0
28
28
  *
29
29
  * @constructor
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @class
119
119
  * @public
120
120
  * @internal
121
- * @version 1.130.7
121
+ * @version 1.130.9
122
122
  */
123
123
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
124
124
  metadata: {
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.130.7
50
+ * @version 1.130.9
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.130.7
41
+ * @version 1.130.9
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -157,7 +157,6 @@ sap.ui.define([
157
157
  var oCustomContent = node._getCurrentZoomLevelContent();
158
158
  oRm.attr("id", sNodeId);
159
159
  oRm.attr("tabindex", 0);
160
- oRm.attr("role", "button");
161
160
  oRm.attr("aria-description", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_NODE_DESC"));
162
161
  var oAriaDefaultProperties = {};
163
162
  oAriaDefaultProperties.label = node._getAriaText();
@@ -191,6 +190,9 @@ sap.ui.define([
191
190
  oRm.attr("tabindex", 0);
192
191
  }
193
192
  oRm.openEnd();
193
+ oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
194
+ oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
195
+ oRm.close("span");
194
196
  isTDTagOpen = false;
195
197
  }
196
198
  connection.setZoomLevel(oControl.getZoomLevel());
@@ -228,25 +230,25 @@ sap.ui.define([
228
230
  oRm.openEnd();
229
231
 
230
232
  //Reserves space width for start symbol.
231
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
233
+ oRm.openStart("th").openEnd().close("th");
232
234
  iLanePosition = 0;
233
235
  while (iLanePosition < laneNumber - 1) {
234
236
  //Reserves space width for other parts to be displayed.
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");
239
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
237
+ oRm.openStart("th").openEnd().close("th");
238
+ oRm.openStart("th").openEnd().close("th");
239
+ oRm.openStart("th").openEnd().close("th");
240
+ oRm.openStart("th").openEnd().close("th");
241
+ oRm.openStart("th").openEnd().close("th");
240
242
  iLanePosition++;
241
243
  }
242
244
 
243
245
  //Space for the last node.
244
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
245
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
246
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
246
+ oRm.openStart("th").openEnd().close("th");
247
+ oRm.openStart("th").openEnd().close("th");
248
+ oRm.openStart("th").openEnd().close("th");
247
249
 
248
250
  //Reserves space width for end symbol.
249
- oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
251
+ oRm.openStart("th").openEnd().close("th");
250
252
  oRm.close("tr");
251
253
 
252
254
  oRm.openStart("tr");
@@ -326,15 +328,22 @@ sap.ui.define([
326
328
  if (iMatrixDim1 > 0) {
327
329
  oRm.openStart("tr").openEnd();
328
330
  oRm.openStart("td");
329
- oRm.attr("colspan", (laneNumber * 5).toString()).attr("aria-hidden", "true");
331
+ oRm.attr("colspan", (laneNumber * 5).toString());
330
332
  oRm.openEnd();
333
+ oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
334
+ oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
335
+ oRm.close("span");
331
336
  oRm.close("td");
332
337
  oRm.close("tr");
333
338
  }
334
339
  i = 0;
335
340
  while (i < iMatrixDim1) {
336
341
  oRm.openStart("tr").openEnd();
337
- oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
342
+ oRm.openStart("td").openEnd();
343
+ oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
344
+ oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
345
+ oRm.close("span");
346
+ oRm.close("td");
338
347
 
339
348
  iMatrixDim2 = calculatedMatrix[i].length;
340
349
  j = 0;
@@ -342,10 +351,8 @@ sap.ui.define([
342
351
  while (j < iMatrixDim2 - 1) {
343
352
  oNode = calculatedMatrix[i][j];
344
353
  var isTDTagOpen = true; //Indicates if td element tag is open.
345
- var noColSpan;
346
354
  if ((j == 0) || (j % 2)) {
347
355
  oRm.openStart("td");
348
- noColSpan = true;
349
356
  } else {
350
357
  oRm.openStart("td").attr("colspan", "4");
351
358
  //Needed by Chrome (cr) in order to render the connections correctly on the
@@ -366,19 +373,27 @@ sap.ui.define([
366
373
  isTDTagOpen = ProcessFlowRenderer._renderConnection(oRm, oControl, oNode, isTDTagOpen);
367
374
  }
368
375
  }
369
- else if (noColSpan) {
370
- oRm.attr("aria-hidden", "true");
371
- }
372
376
  if (isTDTagOpen) {
373
377
  oRm.openEnd();
378
+ oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
379
+ oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
380
+ oRm.close("span");
374
381
  }
375
382
  oRm.close("td");
376
383
  j++;
377
384
  }
378
385
 
379
386
  //The last space after a node + space under the end symbol.
380
- oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
381
- oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
387
+ oRm.openStart("td").openEnd();
388
+ oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
389
+ oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
390
+ oRm.close("span");
391
+ oRm.close("td");
392
+ oRm.openStart("td").openEnd();
393
+ oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
394
+ oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
395
+ oRm.close("span");
396
+ oRm.close("td");
382
397
  oRm.close("tr");
383
398
  i++;
384
399
  }
@@ -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.130.7
25
+ * @version 1.130.9
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.130.7
31
+ * @version 1.130.9
32
32
  * @since 1.67.0
33
33
  *
34
34
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.130.7
33
+ * @version 1.130.9
34
34
  * @since 1.66.0
35
35
  *
36
36
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.130.7
31
+ * @version 1.130.9
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.130.7
25
+ * @version 1.130.9
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.130.7
31
+ * @version 1.130.9
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.130.7
28
+ * @version 1.130.9
29
29
  * @since 1.66.0
30
30
  *
31
31
  * @constructor
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.base.Object
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.130.7
20
+ * @version 1.130.9
21
21
  * @since 1.66.0
22
22
  *
23
23
  * @abstract
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.130.7
53
+ * @version 1.130.9
54
54
  * @since 1.66.0
55
55
  *
56
56
  * @constructor
@@ -162,7 +162,7 @@ sap.ui.define([
162
162
  * @extends sap.ui.core.Control
163
163
  *
164
164
  * @author SAP SE
165
- * @version 1.130.7
165
+ * @version 1.130.9
166
166
  * @since 1.66.0
167
167
  *
168
168
  * @constructor
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.130.7
37
+ * @version 1.130.9
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.130.7
32
+ * @version 1.130.9
33
33
  * @since 1.66.0
34
34
  *
35
35
  * @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.130.7
26
+ * @version 1.130.9
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -187,7 +187,7 @@ sap.ui.define([
187
187
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
188
188
  "sap.suite.ui.commons.AriaProperties"
189
189
  ],
190
- version: "1.130.7",
190
+ version: "1.130.9",
191
191
  extensions: {
192
192
  flChangeHandlers: {
193
193
  "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
@@ -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.130.7
32
+ * @version 1.130.9
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.suite.ui.commons.statusindicator.Shape
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.130.7
38
+ * @version 1.130.9
39
39
  * @since 1.50
40
40
  *
41
41
  * @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.130.7
24
+ * @version 1.130.9
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.130.7
26
+ * @version 1.130.9
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.130.7
26
+ * @version 1.130.9
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.130.7
31
+ * @version 1.130.9
32
32
  * @since 1.50
33
33
  *
34
34
  * @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.130.7
30
+ * @version 1.130.9
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define(
28
28
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.130.7
31
+ * @version 1.130.9
32
32
  * @since 1.50
33
33
  *
34
34
  * @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.130.7
44
+ * @version 1.130.9
45
45
  * @since 1.50
46
46
  *
47
47
  * @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.130.7
33
+ * @version 1.130.9
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.suite.ui.commons.statusindicator.Shape
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.130.7
32
+ * @version 1.130.9
33
33
  * @since 1.50
34
34
  *
35
35
  * @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.130.7
52
+ * @version 1.130.9
53
53
  * @since 1.50
54
54
  *
55
55
  * @constructor
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.130.7
59
+ * @version 1.130.9
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.130.7
44
+ * @version 1.130.9
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @constructor
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.130.7
43
+ * @version 1.130.9
44
44
  * @since 1.58.0
45
45
  *
46
46
  * @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.130.7
27
+ * @version 1.130.9
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.130.7
68
+ * @version 1.130.9
69
69
  * @since 1.58.0
70
70
  *
71
71
  * @constructor