@openui5/sap.f 1.120.7 → 1.120.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 (78) hide show
  1. package/package.json +4 -4
  2. package/src/sap/f/.library +1 -1
  3. package/src/sap/f/Avatar.js +1 -1
  4. package/src/sap/f/AvatarGroup.js +1 -1
  5. package/src/sap/f/AvatarGroupItem.js +1 -1
  6. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  7. package/src/sap/f/CalendarInCard.js +1 -1
  8. package/src/sap/f/Card.js +1 -1
  9. package/src/sap/f/CardBase.js +1 -1
  10. package/src/sap/f/DynamicPage.js +1 -1
  11. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  12. package/src/sap/f/DynamicPageHeader.js +1 -1
  13. package/src/sap/f/DynamicPageTitle.js +1 -1
  14. package/src/sap/f/FlexibleColumnLayout.js +131 -46
  15. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  16. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  17. package/src/sap/f/GridContainer.js +1 -1
  18. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  19. package/src/sap/f/GridContainerSettings.js +2 -2
  20. package/src/sap/f/GridList.js +1 -1
  21. package/src/sap/f/GridListItem.js +1 -1
  22. package/src/sap/f/IllustratedMessage.js +1 -1
  23. package/src/sap/f/Illustration.js +1 -1
  24. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  25. package/src/sap/f/ProductSwitch.js +1 -1
  26. package/src/sap/f/ProductSwitchItem.js +1 -1
  27. package/src/sap/f/SearchManager.js +1 -1
  28. package/src/sap/f/ShellBar.js +1 -1
  29. package/src/sap/f/SidePanel.js +1 -1
  30. package/src/sap/f/SidePanelItem.js +1 -1
  31. package/src/sap/f/cards/BaseHeader.js +1 -1
  32. package/src/sap/f/cards/Header.js +1 -1
  33. package/src/sap/f/cards/NumericHeader.js +1 -1
  34. package/src/sap/f/cards/NumericIndicators.js +1 -1
  35. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  36. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  37. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  38. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  39. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  40. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  41. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  42. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  44. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  45. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  46. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  47. package/src/sap/f/dnd/GridDragOver.js +1 -1
  48. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  49. package/src/sap/f/library.js +2 -2
  50. package/src/sap/f/semantic/AddAction.js +1 -1
  51. package/src/sap/f/semantic/CloseAction.js +1 -1
  52. package/src/sap/f/semantic/CopyAction.js +1 -1
  53. package/src/sap/f/semantic/DeleteAction.js +1 -1
  54. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  55. package/src/sap/f/semantic/EditAction.js +1 -1
  56. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  57. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  58. package/src/sap/f/semantic/FlagAction.js +1 -1
  59. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  60. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  61. package/src/sap/f/semantic/MainAction.js +1 -1
  62. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  63. package/src/sap/f/semantic/NegativeAction.js +1 -1
  64. package/src/sap/f/semantic/PositiveAction.js +1 -1
  65. package/src/sap/f/semantic/PrintAction.js +1 -1
  66. package/src/sap/f/semantic/SemanticButton.js +1 -1
  67. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  68. package/src/sap/f/semantic/SemanticControl.js +1 -1
  69. package/src/sap/f/semantic/SemanticPage.js +1 -1
  70. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  71. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  72. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  73. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  74. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  75. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  76. package/src/sap/f/shellBar/CoPilot.js +1 -1
  77. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  78. package/src/sap/f/shellBar/Search.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.f",
3
- "version": "1.120.7",
3
+ "version": "1.120.9",
4
4
  "description": "OpenUI5 UI Library sap.f",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.120.7",
18
- "@openui5/sap.ui.core": "1.120.7",
19
- "@openui5/sap.ui.layout": "1.120.7"
17
+ "@openui5/sap.m": "1.120.9",
18
+ "@openui5/sap.ui.core": "1.120.9",
19
+ "@openui5/sap.ui.layout": "1.120.9"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.120.7</version>
9
+ <version>1.120.9</version>
10
10
 
11
11
  <documentation>SAPUI5 library with Fiori controls.</documentation>
12
12
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.m.Avatar
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.120.7
43
+ * @version 1.120.9
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -98,7 +98,7 @@ sap.ui.define([
98
98
  * @extends sap.ui.core.Control
99
99
  *
100
100
  * @author SAP SE
101
- * @version 1.120.7
101
+ * @version 1.120.9
102
102
  *
103
103
  * @constructor
104
104
  * @public
@@ -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.7
35
+ * @version 1.120.9
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * This calendar appointment is used in card content of type Calendar.
22
22
  *
23
23
  * @extends sap.ui.unified.CalendarAppointment
24
- * @version 1.120.7
24
+ * @version 1.120.9
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * <code>sap.m.Toolbar</code> with <code>sap.m.Buttons</code>.
44
44
  *
45
45
  * @extends sap.ui.unified.Calendar
46
- * @version 1.120.7
46
+ * @version 1.120.9
47
47
  *
48
48
  * @constructor
49
49
  * @private
package/src/sap/f/Card.js CHANGED
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.f.CardBase
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.120.7
74
+ * @version 1.120.9
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -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.7
40
+ * @version 1.120.9
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -112,7 +112,7 @@ sap.ui.define([
112
112
  * @extends sap.ui.core.Control
113
113
  *
114
114
  * @author SAP SE
115
- * @version 1.120.7
115
+ * @version 1.120.9
116
116
  *
117
117
  * @constructor
118
118
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.120.7
26
+ * @version 1.120.9
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.120.7
65
+ * @version 1.120.9
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  * @extends sap.ui.core.Control
94
94
  *
95
95
  * @author SAP SE
96
- * @version 1.120.7
96
+ * @version 1.120.9
97
97
  *
98
98
  * @constructor
99
99
  * @public
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  *
98
98
  * @extends sap.ui.core.Control
99
99
  * @author SAP SE
100
- * @version 1.120.7
100
+ * @version 1.120.9
101
101
  *
102
102
  * @constructor
103
103
  * @public
@@ -686,6 +686,17 @@ sap.ui.define([
686
686
  end: 0
687
687
  };
688
688
 
689
+ // Create bound listener functions for keyboard event handling
690
+ this._keyListeners = {
691
+ increase : this._resizeColumnOnKeypress.bind(this, "inc", 1),
692
+ decrease : this._resizeColumnOnKeypress.bind(this, "dec", 1),
693
+ increaseMore : this._resizeColumnOnKeypress.bind(this, "incMore", 2),
694
+ decreaseMore : this._resizeColumnOnKeypress.bind(this, "decMore", 2),
695
+ max : this._resizeColumnOnKeypress.bind(this, "max", 1),
696
+ min : this._resizeColumnOnKeypress.bind(this, "min", 1)
697
+ };
698
+ this._enableKeyboardListeners();
699
+
689
700
  this._oInvisibleMessage = null;
690
701
  this._boundColumnSeparatorMove = this._onColumnSeparatorMove.bind(this);
691
702
  this._boundColumnSeparatorMoveEnd = this._onColumnSeparatorMoveEnd.bind(this);
@@ -715,6 +726,20 @@ sap.ui.define([
715
726
  }
716
727
  };
717
728
 
729
+ /**
730
+ * Connects the keyboard event listeners so resizing via keyboard will be possible
731
+ */
732
+ FlexibleColumnLayout.prototype._enableKeyboardListeners = function() {
733
+ this.onsaprightmodifiers = this._keyListeners.increase;
734
+ this.onsapleftmodifiers = this._keyListeners.decrease;
735
+ this.onsapright = this._keyListeners.increaseMore;
736
+ this.onsapleft = this._keyListeners.decreaseMore;
737
+ this.onsapend = this._keyListeners.max;
738
+ this.onsaphome = this._keyListeners.min;
739
+
740
+ this._keyboardEnabled = true;
741
+ };
742
+
718
743
  /**
719
744
  * Called on after rendering of the internal <code>NavContainer</code> instances to check their rendered pages
720
745
  * @private
@@ -1480,12 +1505,62 @@ sap.ui.define([
1480
1505
  }
1481
1506
  };
1482
1507
 
1508
+ FlexibleColumnLayout.prototype._resizeColumnOnKeypress = function (sType, iStepSize, oEvent) {
1509
+
1510
+ var oSeparator = this._getColumnSeparator(oEvent.target),
1511
+ iStartX, iEndX;
1512
+
1513
+ if (!oSeparator) {
1514
+ return;
1515
+ }
1516
+
1517
+ var iBigStep = this._getControlWidth();
1518
+
1519
+ var iStep = 0;
1520
+ switch (sType) {
1521
+ case "inc":
1522
+ iStep = iStepSize;
1523
+ break;
1524
+
1525
+ case "incMore":
1526
+ iStep = iStepSize * 10;
1527
+ break;
1528
+
1529
+ case "dec":
1530
+ iStep = 0 - iStepSize;
1531
+ break;
1532
+
1533
+ case "decMore":
1534
+ iStep = 0 - iStepSize * 10;
1535
+ break;
1536
+
1537
+ case "max":
1538
+ iStep = iBigStep;
1539
+ break;
1540
+
1541
+ case "min":
1542
+ iStep = 0 - iBigStep;
1543
+ break;
1544
+
1545
+ default:
1546
+ Log.warn("[FlexibleColumnLayout] Invalid keyboard resize type");
1547
+ break;
1548
+ }
1549
+
1550
+ iStartX = oSeparator && oSeparator.getBoundingClientRect().x;
1551
+ iEndX = iStartX + iStep;
1552
+
1553
+ this._onColumnSeparatorMoveStart({pageX: iStartX}, oSeparator);
1554
+ this._onColumnSeparatorMove({pageX: iEndX});
1555
+ this._onColumnSeparatorMoveEnd({pageX: iEndX});
1556
+ };
1557
+
1483
1558
  FlexibleColumnLayout.prototype._onColumnSeparatorMoveStart = function (oEvent, oSeparator, bTouch) {
1484
1559
  // needed to position the separator presizely
1485
1560
  var bRtl = Configuration.getRTL(),
1486
1561
  iStartOffset = this._getDraggedSeparatorStartOffset(oSeparator, bRtl);
1487
1562
 
1488
- this._oDragInfo = {
1563
+ this._oMoveInfo = {
1489
1564
  cursorStartX: oEvent.pageX,
1490
1565
  cursorX: oEvent.pageX, // the mouse/finger position-x
1491
1566
  columnWidths: {
@@ -1518,16 +1593,16 @@ sap.ui.define([
1518
1593
  }
1519
1594
 
1520
1595
  var iCursonX = getCursorPositionX(oEvent);
1521
- this._previewResizedColumnsOnDrag(iCursonX);
1596
+ this._previewResizedColumnsOnMoveSeparator(iCursonX);
1522
1597
  };
1523
1598
 
1524
1599
  FlexibleColumnLayout.prototype._onColumnSeparatorMoveEnd = function (oEvent) {
1525
1600
  var iCursonX = getCursorPositionX(oEvent);
1526
- this._previewResizedColumnsOnDrag(iCursonX, true /* resize end */);
1601
+ this._previewResizedColumnsOnMoveSeparator(iCursonX, true /* resize end */);
1527
1602
  this._saveResizedColumWidths();
1528
1603
 
1529
- if (this._oDragInfo.layout !== this.getLayout()) {
1530
- this.setLayout(this._oDragInfo.layout);
1604
+ if (this._oMoveInfo.layout !== this.getLayout()) {
1605
+ this.setLayout(this._oMoveInfo.layout);
1531
1606
  this._fireStateChange(true, false);
1532
1607
  }
1533
1608
 
@@ -1561,11 +1636,11 @@ sap.ui.define([
1561
1636
  };
1562
1637
 
1563
1638
  FlexibleColumnLayout.prototype._enterInteractiveResizeMode = function (bTouch) {
1564
- var oSeparatorPosition = this._oDragInfo.separatorPosition;
1639
+ var oSeparatorPosition = this._oMoveInfo.separatorPosition;
1565
1640
 
1566
1641
  this._$overlay.css("display", "block");
1567
1642
  this._$overlaySeparator.css(oSeparatorPosition.direction, oSeparatorPosition.x);
1568
- this._oDragInfo.separator.style.visibility = "hidden";
1643
+ this._oMoveInfo.separator.style.visibility = "hidden";
1569
1644
 
1570
1645
  if (bTouch) {
1571
1646
  document.addEventListener("touchend", this._boundColumnSeparatorMoveEnd);
@@ -1578,63 +1653,63 @@ sap.ui.define([
1578
1653
 
1579
1654
  FlexibleColumnLayout.prototype._exitInteractiveResizeMode = function () {
1580
1655
  this._$overlay.css("display", "");
1581
- this._oDragInfo.separator.style.visibility = "";
1582
- this._oDragInfo.separator.focus();
1656
+ this._oMoveInfo.separator.style.visibility = "";
1657
+ this._oMoveInfo.separator.focus();
1583
1658
  this._ignoreMouse = false;
1584
1659
  this._ignoreTouch = false;
1585
- this._oDragInfo = null;
1660
+ this._oMoveInfo = null;
1586
1661
  document.removeEventListener("mouseup", this._boundColumnSeparatorMoveEnd);
1587
1662
  document.removeEventListener("mousemove", this._boundColumnSeparatorMove);
1588
1663
  document.removeEventListener("touchend", this._boundColumnSeparatorMoveEnd);
1589
1664
  document.removeEventListener("touchmove", this._boundColumnSeparatorMove);
1590
1665
  };
1591
1666
 
1592
- FlexibleColumnLayout.prototype._previewResizedColumnsOnDrag = function (cursorX, bIsResizeEnd) {
1667
+ FlexibleColumnLayout.prototype._previewResizedColumnsOnMoveSeparator = function (cursorX, bIsResizeEnd) {
1593
1668
  var getPositionOffset = function (iOldCursorX) {
1594
1669
  var iOffset = cursorX - iOldCursorX;
1595
- return this._oDragInfo.rtl ? -iOffset : iOffset;
1670
+ return this._oMoveInfo.rtl ? -iOffset : iOffset;
1596
1671
  }.bind(this);
1597
1672
 
1598
- this._oDragInfo.offsetFromPreviousPosition = getPositionOffset(this._oDragInfo.cursorX);
1599
- this._oDragInfo.offsetFromStartPosition = getPositionOffset(this._oDragInfo.cursorStartX);
1600
- this._oDragInfo.cursorX = cursorX;
1673
+ this._oMoveInfo.offsetFromPreviousPosition = getPositionOffset(this._oMoveInfo.cursorX);
1674
+ this._oMoveInfo.offsetFromStartPosition = getPositionOffset(this._oMoveInfo.cursorStartX);
1675
+ this._oMoveInfo.cursorX = cursorX;
1601
1676
 
1602
- if (!this._oDragInfo.offsetFromStartPosition) {
1677
+ if (!this._oMoveInfo.offsetFromStartPosition) {
1603
1678
  return;
1604
1679
  }
1605
1680
 
1606
- if (!this._oDragInfo.offsetFromPreviousPosition && !bIsResizeEnd) {
1681
+ if (!this._oMoveInfo.offsetFromPreviousPosition && !bIsResizeEnd) {
1607
1682
  return;
1608
1683
  }
1609
1684
 
1610
- var aResizedColumns = getInteractivelyResizedColumns(this._oDragInfo.separator, this._oDragInfo.layout, this.getMaxColumnsCount()),
1611
- sSeparator = getSeparatorName(this._oDragInfo.separator),
1612
- bForwardResizeDirection = this._oDragInfo.offsetFromStartPosition > 0,
1685
+ var aResizedColumns = getInteractivelyResizedColumns(this._oMoveInfo.separator, this._oMoveInfo.layout, this.getMaxColumnsCount()),
1686
+ sSeparator = getSeparatorName(this._oMoveInfo.separator),
1687
+ bForwardResizeDirection = this._oMoveInfo.offsetFromStartPosition > 0,
1613
1688
  sColumnEnlargedByDragging = aResizedColumns[bForwardResizeDirection ? 0 : 1],
1614
1689
  iSeparatorsCount = this._getVisibleColumnSeparatorsCount(),
1615
1690
  iSeparatorsCountDiff = 0,
1616
1691
  iOffsetOnSeparatorsCountChange = 0,
1617
1692
  iOffsetOnColumnWidthNormalization,
1618
- sPreviousLayout = this._oDragInfo.layout,
1693
+ sPreviousLayout = this._oMoveInfo.layout,
1619
1694
  sLayout,
1620
1695
  bLayoutChange,
1621
1696
  oNewColumnWidths,
1622
1697
  bResizeWithPinning;
1623
1698
 
1624
- this._oDragInfo.columnWidths[aResizedColumns[0]] += this._oDragInfo.offsetFromPreviousPosition;
1625
- this._oDragInfo.columnWidths[aResizedColumns[1]] -= this._oDragInfo.offsetFromPreviousPosition;
1626
- this._oDragInfo.columnEnlargedByDragging = sColumnEnlargedByDragging;
1699
+ this._oMoveInfo.columnWidths[aResizedColumns[0]] += this._oMoveInfo.offsetFromPreviousPosition;
1700
+ this._oMoveInfo.columnWidths[aResizedColumns[1]] -= this._oMoveInfo.offsetFromPreviousPosition;
1701
+ this._oMoveInfo.columnEnlargedByDragging = sColumnEnlargedByDragging;
1627
1702
 
1628
- oNewColumnWidths = merge({}, this._oDragInfo.columnWidths);
1703
+ oNewColumnWidths = merge({}, this._oMoveInfo.columnWidths);
1629
1704
 
1630
1705
  // if some column is below min allowed width => expand it
1631
1706
  this._normalizeColumnWidths(oNewColumnWidths, aResizedColumns);
1632
1707
 
1633
1708
  // if normalization led to width change of some column => the column separator will be offset
1634
- iOffsetOnColumnWidthNormalization = this._oDragInfo.columnWidths[aResizedColumns[1]] - oNewColumnWidths[aResizedColumns[1]];
1709
+ iOffsetOnColumnWidthNormalization = this._oMoveInfo.columnWidths[aResizedColumns[1]] - oNewColumnWidths[aResizedColumns[1]];
1635
1710
 
1636
1711
  // update the dragged separator to match the new mouse/touch position
1637
- this._offsetDraggedColumnSeparator(this._oDragInfo.offsetFromPreviousPosition + iOffsetOnColumnWidthNormalization);
1712
+ this._offsetDraggedColumnSeparator(this._oMoveInfo.offsetFromPreviousPosition + iOffsetOnColumnWidthNormalization);
1638
1713
 
1639
1714
  // if the user drags to expand a hidden column, show its content
1640
1715
  this._toggleColumnVisibility(sColumnEnlargedByDragging, true);
@@ -1665,12 +1740,12 @@ sap.ui.define([
1665
1740
  columnEnlargedByDragging: sColumnEnlargedByDragging
1666
1741
  });
1667
1742
 
1668
- this._oDragInfo.layout = sLayout;
1743
+ this._oMoveInfo.layout = sLayout;
1669
1744
  // allow compute dragging direction relative to the last layout
1670
- this._oDragInfo.cursorStartX = cursorX;
1745
+ this._oMoveInfo.cursorStartX = cursorX;
1671
1746
  }
1672
1747
 
1673
- this._oDragInfo.columnWidths = oNewColumnWidths;
1748
+ this._oMoveInfo.columnWidths = oNewColumnWidths;
1674
1749
 
1675
1750
  if (bResizeWithPinning) {
1676
1751
  // call the dedicated function in order to resize with reveal/conceal effect
@@ -1687,8 +1762,18 @@ sap.ui.define([
1687
1762
  // only offset the rendered columns
1688
1763
  // skip mid column as it has width: 100% by default (to allow the mid column
1689
1764
  // take the space that remains after sizing its sibling columns)
1690
- this._$columns.begin.css("width", this._oDragInfo.columnWidths.begin + "px");
1691
- this._$columns.end.css("width", this._oDragInfo.columnWidths.end + "px");
1765
+ this._$columns.begin.css("width", this._oMoveInfo.columnWidths.begin + "px");
1766
+ this._$columns.end.css("width", this._oMoveInfo.columnWidths.end + "px");
1767
+ aResizedColumns.forEach(function(sColumn) {
1768
+ this._updateColumnContextualSettings(sColumn, this._oMoveInfo.columnWidths[sColumn]);
1769
+ }, this);
1770
+ }
1771
+
1772
+ if (bLayoutChange) {
1773
+ this.fireEvent("_liveStateChange", {
1774
+ layout: sLayout,
1775
+ maxColumnsCount: this.getMaxColumnsCount()
1776
+ });
1692
1777
  }
1693
1778
  };
1694
1779
 
@@ -1747,9 +1832,9 @@ sap.ui.define([
1747
1832
  };
1748
1833
 
1749
1834
  FlexibleColumnLayout.prototype._offsetDraggedColumnSeparator = function (iOffset) {
1750
- this._oDragInfo.separatorPosition.x += iOffset;
1751
- this._$overlaySeparator.css(this._oDragInfo.separatorPosition.direction,
1752
- this._oDragInfo.separatorPosition.x);
1835
+ this._oMoveInfo.separatorPosition.x += iOffset;
1836
+ this._$overlaySeparator.css(this._oMoveInfo.separatorPosition.direction,
1837
+ this._oMoveInfo.separatorPosition.x);
1753
1838
  };
1754
1839
 
1755
1840
  FlexibleColumnLayout.prototype._toggleColumnVisibility = function (sColumn, bShow) {
@@ -1813,12 +1898,12 @@ sap.ui.define([
1813
1898
  * @returns {boolean} the flag
1814
1899
  */
1815
1900
  FlexibleColumnLayout.prototype._isColumnAllowedToHaveBelowMinWidth = function (sColumn) {
1816
- if (!this._oDragInfo) {
1901
+ if (!this._oMoveInfo) {
1817
1902
  // outside interactive resize the min-width restriction should always be valid
1818
1903
  return false;
1819
1904
  }
1820
1905
 
1821
- if (sColumn === this._oDragInfo.columnEnlargedByDragging) {
1906
+ if (sColumn === this._oMoveInfo.columnEnlargedByDragging) {
1822
1907
  // the user us revealing a hidden column by dragging
1823
1908
  // its ajacent separator => do not yet expand the column to min-width
1824
1909
  // untill the user stops dragging, to prevent undesired visual jump
@@ -1898,8 +1983,8 @@ sap.ui.define([
1898
1983
  };
1899
1984
 
1900
1985
  FlexibleColumnLayout.prototype._saveResizedColumWidths = function() {
1901
- var sNewLayout = this._oDragInfo.layout,
1902
- oColumnPercentWidths = this._convertColumnPxWidthToPercent(this._oDragInfo.columnWidths, sNewLayout),
1986
+ var sNewLayout = this._oMoveInfo.layout,
1987
+ oColumnPercentWidths = this._convertColumnPxWidthToPercent(this._oMoveInfo.columnWidths, sNewLayout),
1903
1988
  sNewWidthsDistribution = Object.values(oColumnPercentWidths).join("/");
1904
1989
 
1905
1990
  if (this._isValidWidthDistributionForLayout(sNewWidthsDistribution, sNewLayout)) {
@@ -2144,14 +2229,14 @@ sap.ui.define([
2144
2229
  };
2145
2230
 
2146
2231
  FlexibleColumnLayout.prototype._isInteractivelyResizedColumn = function (sColumn) {
2147
- return this._oDragInfo && this._isColumnAdjacentToDraggedSeparator(sColumn);
2232
+ return this._oMoveInfo && this._isColumnAdjacentToDraggedSeparator(sColumn);
2148
2233
  };
2149
2234
 
2150
2235
  FlexibleColumnLayout.prototype._isColumnAdjacentToDraggedSeparator = function (sColumn) {
2151
- return this._oDragInfo &&
2152
- this._oDragInfo.separator &&
2153
- (this._$columns[sColumn][0] === this._oDragInfo.separator.previousElementSibling ||
2154
- this._$columns[sColumn][0] === this._oDragInfo.separator.nextElementSibling);
2236
+ return this._oMoveInfo &&
2237
+ this._oMoveInfo.separator &&
2238
+ (this._$columns[sColumn][0] === this._oMoveInfo.separator.previousElementSibling ||
2239
+ this._$columns[sColumn][0] === this._oMoveInfo.separator.nextElementSibling);
2155
2240
  };
2156
2241
 
2157
2242
  /**
@@ -3081,7 +3166,7 @@ sap.ui.define([
3081
3166
  LayoutHistory.prototype.getEntry = function (iIndex, bRecentFirst) {
3082
3167
  var aHistory = this._aLayoutHistory;
3083
3168
  if (bRecentFirst) {
3084
- aHistory = this._aLayoutHistory.toReversed();
3169
+ aHistory = this._aLayoutHistory.slice().reverse();
3085
3170
  }
3086
3171
  return aHistory[iIndex];
3087
3172
  };
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.120.7
25
+ * @version 1.120.9
26
26
  * @since 1.95
27
27
  *
28
28
  * @constructor
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  *
50
50
  * For more information, see {@link sap.f.FlexibleColumnLayoutSemanticHelper#getCurrentUIState} and {@link sap.f.FlexibleColumnLayoutSemanticHelper#getNextUIState}
51
51
  *
52
- * @version 1.120.7
52
+ * @version 1.120.9
53
53
  * @param {sap.f.FlexibleColumnLayout} oFlexibleColumnLayout
54
54
  * The <code>sap.f.FlexibleColumnLayout</code> object whose state will be manipulated.
55
55
  *
@@ -171,7 +171,7 @@ sap.ui.define([
171
171
  * @see {@link sap.f.dnd.GridDropInfo}
172
172
  *
173
173
  * @author SAP SE
174
- * @version 1.120.7
174
+ * @version 1.120.9
175
175
  *
176
176
  * @extends sap.ui.core.Control
177
177
  *
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/core/LayoutData'],
21
21
  * @see {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.120.7
24
+ * @version 1.120.9
25
25
  *
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
@@ -58,14 +58,14 @@ sap.ui.define([
58
58
  * Can be used to define the sizes of columns and rows for different screen sizes, by using the <code>layout</code> aggregations of <code>sap.f.GridContainer</code>.
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.120.7
61
+ * @version 1.120.9
62
62
  *
63
63
  * @extends sap.ui.base.ManagedObject
64
64
  *
65
65
  * @see {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.120.7
68
+ * @version 1.120.9
69
69
  *
70
70
  * @experimental Since 1.65 This class is experimental. The API may change.
71
71
  * @since 1.65
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  * @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
94
94
  *
95
95
  * @author SAP SE
96
- * @version 1.120.7
96
+ * @version 1.120.9
97
97
  *
98
98
  * @extends sap.m.ListBase
99
99
  * @implements sap.ui.layout.cssgrid.IGridConfigurable
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.m.ListItemBase
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.120.7
27
+ * @version 1.120.9
28
28
  *
29
29
  * @since 1.70
30
30
  * @constructor
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.m.IllustratedMessage
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.120.7
59
+ * @version 1.120.9
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.m.Illustration
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.120.7
33
+ * @version 1.120.9
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/m/PlanningCalendarLegend', 'sap/ui/unified/CalendarLegendIte
22
22
  * @extends sap.m.PlanningCalendarLegend
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.120.7
25
+ * @version 1.120.9
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -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.7
37
+ * @version 1.120.9
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.120.7
43
+ * @version 1.120.9
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/base/ManagedObjectObserver', './sh
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.120.7
26
+ * @version 1.120.9
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -56,7 +56,7 @@ function(
56
56
  * @implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.120.7
59
+ * @version 1.120.9
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -149,7 +149,7 @@ sap.ui.define([
149
149
  * @extends sap.ui.core.Control
150
150
  *
151
151
  * @author SAP SE
152
- * @version 1.120.7
152
+ * @version 1.120.9
153
153
  *
154
154
  * @constructor
155
155
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Item
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.120.7
30
+ * @version 1.120.9
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @abstract
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.120.7
45
+ * @version 1.120.9
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @implements sap.f.cards.IHeader
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.120.7
51
+ * @version 1.120.9
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.f.cards.BaseHeader
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.120.7
60
+ * @version 1.120.9
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.120.7
28
+ * @version 1.120.9
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.120.7
29
+ * @version 1.120.9
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.ListPlaceholder
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -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.7
32
+ * @version 1.120.9
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -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.7
26
+ * @version 1.120.9
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @alias sap.f.changeHandler.MoveDynamicPageTitleActions
18
18
  * @author SAP SE
19
- * @version 1.120.7
19
+ * @version 1.120.9
20
20
  * @experimental Since 1.52
21
21
  */
22
22
  var MoveActions = { };
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  *
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.120.7
44
+ * @version 1.120.9
45
45
  *
46
46
  * @extends sap.f.delegate.GridItemNavigation
47
47
  *
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  *
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.120.7
37
+ * @version 1.120.9
38
38
  *
39
39
  * @extends sap.ui.core.delegate.ItemNavigation
40
40
  *
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * Handles dragging of a control over a given grid container.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  *
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.dnd.DropInfo
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.120.7
40
+ * @version 1.120.9
41
41
  *
42
42
  * @public
43
43
  * @experimental Since 1.68 This class is experimental. The API may change.
@@ -36,13 +36,13 @@ sap.ui.define(["sap/ui/base/DataType",
36
36
  * @namespace
37
37
  * @alias sap.f
38
38
  * @author SAP SE
39
- * @version 1.120.7
39
+ * @version 1.120.9
40
40
  * @since 1.44
41
41
  * @public
42
42
  */
43
43
  var thisLib = sap.ui.getCore().initLibrary({
44
44
  name : "sap.f",
45
- version: "1.120.7",
45
+ version: "1.120.9",
46
46
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
47
47
  designtime: "sap/f/designtime/library.designtime",
48
48
  interfaces: [
@@ -18,7 +18,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.120.9
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.120.7
27
+ * @version 1.120.9
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class
31
31
  * Defines the visual properties and placement for each supported semantic type.
32
32
  *
33
- * @version 1.120.7
33
+ * @version 1.120.9
34
34
  * @private
35
35
  * @since 1.46.0
36
36
  * @alias sap.f.semantic.SemanticConfiguration
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.120.7
27
+ * @version 1.120.9
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  * @extends sap.ui.core.Control
100
100
  *
101
101
  * @author SAP SE
102
- * @version 1.120.7
102
+ * @version 1.120.9
103
103
  *
104
104
  * @constructor
105
105
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @abstract
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.120.7
26
+ * @version 1.120.9
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.120.7
22
+ * @version 1.120.9
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
 
23
23
  /**
24
24
  * @author SAP SE
25
- * @version 1.120.7
25
+ * @version 1.120.9
26
26
  *
27
27
  * @private
28
28
  * @since 1.64
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.120.7
28
+ * @version 1.120.9
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Control', 'sap/f/shellBar/ControlSpacerRenderer'],
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.120.7
26
+ * @version 1.120.9
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -36,7 +36,7 @@ sap.ui.define(['sap/ui/core/Control',
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.120.7
39
+ * @version 1.120.9
40
40
  *
41
41
  * @constructor
42
42
  * @private