@sapui5/sap.suite.ui.commons 1.145.0 → 1.145.1

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 (45) 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/ProcessFlow.js +79 -75
  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/statusindicator/Circle.js +1 -1
  30. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  31. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  32. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  41. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  42. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  43. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  44. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  45. 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.145.0",
3
+ "version": "1.145.1",
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.145.0</version>
10
+ <version>1.145.1</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.145.0
22
+ * @version 1.145.1
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.145.0
137
+ * @version 1.145.1
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.145.0
151
+ * @version 1.145.1
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.145.0
29
+ * @version 1.145.1
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.145.0
25
+ * @version 1.145.1
26
26
  * @since 1.60.0
27
27
  *
28
28
  * @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.145.0
43
+ * @version 1.145.1
44
44
  * @since 1.56.0
45
45
  *
46
46
  * @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.145.0
24
+ * @version 1.145.1
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.145.0
26
+ * @version 1.145.1
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.145.0
121
+ * @version 1.145.1
122
122
  */
123
123
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
124
124
  metadata: {
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.145.0
53
+ * @version 1.145.1
54
54
  *
55
55
  * @constructor
56
56
  * @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.145.0
41
+ * @version 1.145.1
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -404,7 +404,7 @@ sap.ui.define([
404
404
  ResizeHandler.deregister(this._resizeRegId);
405
405
  }
406
406
 
407
- if(this._oInvisibleText) {
407
+ if (this._oInvisibleText) {
408
408
  this._oInvisibleText.destroy();
409
409
  }
410
410
 
@@ -547,7 +547,7 @@ sap.ui.define([
547
547
  * @param {jQuery.Event} oEvent The event object of the triggered event
548
548
  */
549
549
  ProcessFlow.prototype.ontouchend = function (oEvent) {
550
- if ( (oEvent?.target && oEvent.target.id.indexOf("arrowScroll") !== -1) ||
550
+ if ( (oEvent?.target && oEvent.target.id.indexOf("arrowScroll") !== -1) ||
551
551
  (oEvent?.srcControl && oEvent.srcControl.getId().indexOf("arrowScroll") !== -1) ) {
552
552
  this._onArrowClick(oEvent);
553
553
  } else {
@@ -2427,6 +2427,10 @@ sap.ui.define([
2427
2427
  */
2428
2428
  ProcessFlow.InternalMatrixCalculation.prototype._calculatePathInMatrix = function (originalMatrix) {
2429
2429
  var oCurrentElement = null;
2430
+ // Track which parent has already drawn an upward path to a specific lane (column)
2431
+ // Key: parentNodeId + "_" + laneColumn, Value: { minRow, maxRow }
2432
+ this._parentUpwardPaths = {};
2433
+
2430
2434
  for (var key in this.nodePositions) {
2431
2435
  if (this.nodePositions.hasOwnProperty(key)) {
2432
2436
  oCurrentElement = this.nodePositions[key];
@@ -2470,61 +2474,82 @@ sap.ui.define([
2470
2474
  "Coordinates : '" + parentX + "','" + parentY + "','" + childrenX + "','" + childrenY + "'"
2471
2475
  ];
2472
2476
  } else if (iVertical <= -1) {
2473
- // Half left and up
2474
- var bNormalHorizontalLinePossible = this._checkIfHorizontalLinePossible(originalMatrix, childrenX, parentY + 2, childrenY);
2475
- var iPositionY = childrenY - 1;
2476
- if (bNormalHorizontalLinePossible) {
2477
- iPositionY = parentY + 1;
2478
- }
2479
- var iPositionX = parentX;
2480
- if (bNormalHorizontalLinePossible) {
2481
- iPositionX = childrenX;
2482
- }
2483
- originalMatrix[parentX][iPositionY] = this._createConnectionElement(
2484
- originalMatrix[parentX][iPositionY], ProcessFlow._cellEdgeConstants.LU,
2485
- nodeParent, nodeChildren, false);
2477
+ // Going up - child is above parent
2478
+ var sParentNodeId = nodeParent.c.nodeId;
2479
+ var iTargetLaneColumn = childrenY - 1; // The column before the target lane where vertical line goes
2480
+
2481
+ // Check if THIS PARENT has already drawn an upward path to THIS LANE
2482
+ var sParentLaneKey = sParentNodeId + "_" + iTargetLaneColumn;
2483
+ var bParentAlreadyHasPath = this._parentUpwardPaths && this._parentUpwardPaths[sParentLaneKey];
2484
+
2485
+ if (bParentAlreadyHasPath) {
2486
+ // This parent already has a vertical line to this lane column
2487
+ // Just extend the vertical line to reach this new target
2488
+ var existingPath = this._parentUpwardPaths[sParentLaneKey];
2489
+
2490
+ // Extend vertical line if needed (to reach the new target row)
2491
+ if (childrenX < existingPath.minRow) {
2492
+ originalMatrix = this._writeVerticalLine(originalMatrix, existingPath.minRow, childrenX, iTargetLaneColumn, nodeParent, nodeChildren);
2493
+ existingPath.minRow = childrenX;
2494
+ }
2495
+
2496
+ // Add horizontal connection from vertical line to the target
2497
+ originalMatrix[childrenX][iTargetLaneColumn] =
2498
+ this._createConnectionElement(originalMatrix[childrenX][iTargetLaneColumn],
2499
+ ProcessFlow._cellEdgeConstants.UR, nodeParent,
2500
+ nodeChildren, true);
2501
+ } else {
2502
+ // First connection from this parent to this lane
2503
+ // Draw a new path using the target lane column for the vertical line
2504
+ var iPositionY = iTargetLaneColumn;
2505
+
2506
+ originalMatrix[parentX][iPositionY] = this._createConnectionElement(
2507
+ originalMatrix[parentX][iPositionY], ProcessFlow._cellEdgeConstants.LU,
2508
+ nodeParent, nodeChildren, false);
2486
2509
 
2487
- //Going up to the children.
2488
- originalMatrix = this._writeVerticalLine(originalMatrix, parentX, childrenX, iPositionY, nodeParent, nodeChildren);
2489
-
2490
- originalMatrix[childrenX][iPositionY] =
2491
- this._createConnectionElement(originalMatrix[childrenX][iPositionY],
2492
- ProcessFlow._cellEdgeConstants.UR, nodeParent,
2493
- nodeChildren, (iPositionY === childrenY - 1));
2494
- //Pure right.
2495
- var iStartY = parentY + 2;
2496
- var iEndY = childrenY;
2497
- if (!bNormalHorizontalLinePossible) {
2498
- iStartY = parentY + 1;
2499
- iEndY = iPositionY + 1;
2510
+ //Going up to the children.
2511
+ originalMatrix = this._writeVerticalLine(originalMatrix, parentX, childrenX, iPositionY, nodeParent, nodeChildren);
2512
+
2513
+ originalMatrix[childrenX][iPositionY] =
2514
+ this._createConnectionElement(originalMatrix[childrenX][iPositionY],
2515
+ ProcessFlow._cellEdgeConstants.UR, nodeParent,
2516
+ nodeChildren, true);
2517
+
2518
+ // Draw horizontal line from parent to the vertical line column
2519
+ originalMatrix = this._writeHorizontalLine(originalMatrix, parentX, parentY + 1, iPositionY + 1, nodeParent, nodeChildren);
2520
+
2521
+ // Store that this parent now has an upward path to this lane column
2522
+
2523
+ this._parentUpwardPaths[sParentLaneKey] = {
2524
+ minRow: childrenX,
2525
+ maxRow: parentX,
2526
+ column: iPositionY
2527
+ };
2500
2528
  }
2501
- originalMatrix = this._writeHorizontalLine(originalMatrix, iPositionX, iStartY, iEndY, nodeParent, nodeChildren);
2502
2529
  } else if (iVertical === 0) {
2503
2530
  originalMatrix = this._writeHorizontalLine(originalMatrix, parentX, parentY + 1, childrenY, nodeParent, nodeChildren);
2504
- } else if (iVertical === 1) {
2505
- //1 row down and do horizontal line.
2506
- //Half and down.
2507
- originalMatrix[parentX][parentY + 1] = this._createConnectionElement(originalMatrix[parentX][parentY + 1],
2508
- ProcessFlow._cellEdgeConstants.LD, nodeParent,
2509
- nodeChildren, false);
2510
- //Down and right.
2511
- originalMatrix[childrenX][parentY + 1] = this._createConnectionElement(originalMatrix[childrenX][parentY + 1],
2512
- ProcessFlow._cellEdgeConstants.DR, nodeParent,
2513
- nodeChildren, (parentY + 1) === (childrenY - 1));
2514
- //Horizontal line to the target.
2515
- originalMatrix = this._writeHorizontalLine(originalMatrix, childrenX, parentY + 2, childrenY, nodeParent, nodeChildren);
2516
- } else { //iVertical > 1
2517
- //Go down until children and do horizontal line.
2518
- //Half left and down.
2519
- originalMatrix[parentX][parentY + 1] = this._createConnectionElement(originalMatrix[parentX][parentY + 1],
2520
- ProcessFlow._cellEdgeConstants.LD, nodeParent,
2521
- nodeChildren, false);
2522
- originalMatrix = this._writeVerticalLine(originalMatrix, childrenX, parentX, parentY + 1, nodeParent, nodeChildren);
2523
- //Half down and right.
2524
- originalMatrix[childrenX][parentY + 1] = this._createConnectionElement(originalMatrix[childrenX][parentY + 1],
2525
- ProcessFlow._cellEdgeConstants.DR, nodeParent,
2526
- nodeChildren, (parentY + 1) === (childrenY - 1));
2527
- originalMatrix = this._writeHorizontalLine(originalMatrix, childrenX, parentY + 2, childrenY, nodeParent, nodeChildren);
2531
+ } else if (iVertical >= 1) {
2532
+ // Going down - child is below parent
2533
+ // Use the column before the target lane for the vertical drop (similar to upward case)
2534
+ var iTargetLaneColumnDown = childrenY - 1;
2535
+
2536
+ // Draw horizontal line from parent to the vertical drop column
2537
+ originalMatrix = this._writeHorizontalLine(originalMatrix, parentX, parentY + 1, iTargetLaneColumnDown + 1, nodeParent, nodeChildren);
2538
+
2539
+ // Add LD corner (left to down) at parent row
2540
+ originalMatrix[parentX][iTargetLaneColumnDown] = this._createConnectionElement(
2541
+ originalMatrix[parentX][iTargetLaneColumnDown], ProcessFlow._cellEdgeConstants.LD,
2542
+ nodeParent, nodeChildren, false);
2543
+
2544
+ // Draw vertical line down to child row (if more than 1 row down)
2545
+ if (iVertical > 1) {
2546
+ originalMatrix = this._writeVerticalLine(originalMatrix, childrenX, parentX, iTargetLaneColumnDown, nodeParent, nodeChildren);
2547
+ }
2548
+
2549
+ // Add DR corner (down to right) at child row - this is the arrow
2550
+ originalMatrix[childrenX][iTargetLaneColumnDown] = this._createConnectionElement(
2551
+ originalMatrix[childrenX][iTargetLaneColumnDown], ProcessFlow._cellEdgeConstants.DR,
2552
+ nodeParent, nodeChildren, true);
2528
2553
  }
2529
2554
  return originalMatrix;
2530
2555
  };
@@ -2549,27 +2574,6 @@ sap.ui.define([
2549
2574
  return originalMatrix;
2550
2575
  };
2551
2576
 
2552
- /**
2553
- * Checks if the horizontal line is possible.
2554
- *
2555
- * @private
2556
- * @param {Object[]} originalMatrix The original matrix
2557
- * @param {int} row The index of the row
2558
- * @param {int} firstColumn The index of the first column
2559
- * @param {int} lastColumn The index of the last column
2560
- * @returns {boolean} Function return true, if the path is free, otherwise false
2561
- */
2562
- ProcessFlow.InternalMatrixCalculation.prototype._checkIfHorizontalLinePossible = function (originalMatrix, row, firstColumn, lastColumn) {
2563
- var bLinePossible = true;
2564
- for (var i = firstColumn; i < lastColumn; i++) {
2565
- if (originalMatrix[row][i] instanceof ProcessFlow.NodeElement) {
2566
- bLinePossible = false;
2567
- break;
2568
- }
2569
- }
2570
- return bLinePossible;
2571
- };
2572
-
2573
2577
  /**
2574
2578
  * Function calculated and writes horizontal line.
2575
2579
  *
@@ -3505,7 +3509,7 @@ sap.ui.define([
3505
3509
  */
3506
3510
  ProcessFlow.prototype._getScrollingArrow = function (direction) {
3507
3511
  var sSrc;
3508
- var sAltText;
3512
+ var sAltText;
3509
3513
 
3510
3514
  if (Device.system.desktop) {
3511
3515
  //Use navigation arrows on desktop and win8 combi devices.
@@ -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.145.0
25
+ * @version 1.145.1
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.145.0
31
+ * @version 1.145.1
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.145.0
33
+ * @version 1.145.1
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.145.0
31
+ * @version 1.145.1
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.145.0
25
+ * @version 1.145.1
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.145.0
31
+ * @version 1.145.1
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.145.0
28
+ * @version 1.145.1
29
29
  * @since 1.66.0
30
30
  *
31
31
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.base.Object
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.145.0
21
+ * @version 1.145.1
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @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.145.0
53
+ * @version 1.145.1
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.145.0
165
+ * @version 1.145.1
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.145.0
37
+ * @version 1.145.1
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @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.145.0
31
+ * @version 1.145.1
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @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.145.0
26
+ * @version 1.145.1
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -198,7 +198,7 @@ sap.ui.define([
198
198
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
199
199
  "sap.suite.ui.commons.AriaProperties"
200
200
  ],
201
- version: "1.145.0",
201
+ version: "1.145.1",
202
202
  extensions: {
203
203
  flChangeHandlers: {
204
204
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.145.0
33
+ * @version 1.145.1
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.suite.ui.commons.statusindicator.Shape
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.145.0
39
+ * @version 1.145.1
40
40
  * @since 1.50
41
41
  *
42
42
  * @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.145.0
24
+ * @version 1.145.1
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.145.0
26
+ * @version 1.145.1
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.145.0
26
+ * @version 1.145.1
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -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.145.0
32
+ * @version 1.145.1
33
33
  * @since 1.50
34
34
  *
35
35
  * @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.145.0
31
+ * @version 1.145.1
32
32
  * @since 1.50
33
33
  *
34
34
  * @constructor
@@ -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.145.0
32
+ * @version 1.145.1
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.145.0
45
+ * @version 1.145.1
46
46
  * @since 1.50
47
47
  *
48
48
  * @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.145.0
33
+ * @version 1.145.1
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.Shape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.145.0
33
+ * @version 1.145.1
34
34
  * @since 1.50
35
35
  *
36
36
  * @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.145.0
52
+ * @version 1.145.1
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.145.0
59
+ * @version 1.145.1
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.145.0
44
+ * @version 1.145.1
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @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.145.0
44
+ * @version 1.145.1
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @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.145.0
27
+ * @version 1.145.1
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.145.0
68
+ * @version 1.145.1
69
69
  * @since 1.58.0
70
70
  *
71
71
  * @constructor