@openui5/sap.f 1.120.18 → 1.120.20

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 (80) 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 +16 -5
  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 +1 -1
  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 +8 -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/designtime/messagebundle_en_US_saptrc.properties +4 -4
  48. package/src/sap/f/dnd/GridDragOver.js +1 -1
  49. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  50. package/src/sap/f/library.js +2 -2
  51. package/src/sap/f/messagebundle_en_US_saptrc.properties +80 -86
  52. package/src/sap/f/semantic/AddAction.js +1 -1
  53. package/src/sap/f/semantic/CloseAction.js +1 -1
  54. package/src/sap/f/semantic/CopyAction.js +1 -1
  55. package/src/sap/f/semantic/DeleteAction.js +1 -1
  56. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  57. package/src/sap/f/semantic/EditAction.js +1 -1
  58. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  59. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  60. package/src/sap/f/semantic/FlagAction.js +1 -1
  61. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  62. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  63. package/src/sap/f/semantic/MainAction.js +1 -1
  64. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  65. package/src/sap/f/semantic/NegativeAction.js +1 -1
  66. package/src/sap/f/semantic/PositiveAction.js +1 -1
  67. package/src/sap/f/semantic/PrintAction.js +1 -1
  68. package/src/sap/f/semantic/SemanticButton.js +1 -1
  69. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  70. package/src/sap/f/semantic/SemanticControl.js +1 -1
  71. package/src/sap/f/semantic/SemanticPage.js +1 -1
  72. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  73. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  74. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  75. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  76. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  77. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  78. package/src/sap/f/shellBar/CoPilot.js +1 -1
  79. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  80. 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.18",
3
+ "version": "1.120.20",
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.18",
18
- "@openui5/sap.ui.core": "1.120.18",
19
- "@openui5/sap.ui.layout": "1.120.18"
17
+ "@openui5/sap.m": "1.120.20",
18
+ "@openui5/sap.ui.core": "1.120.20",
19
+ "@openui5/sap.ui.layout": "1.120.20"
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.18</version>
9
+ <version>1.120.20</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.18
43
+ * @version 1.120.20
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.18
101
+ * @version 1.120.20
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.18
35
+ * @version 1.120.20
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.18
24
+ * @version 1.120.20
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.18
46
+ * @version 1.120.20
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.18
74
+ * @version 1.120.20
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.18
40
+ * @version 1.120.20
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.18
115
+ * @version 1.120.20
116
116
  *
117
117
  * @constructor
118
118
  * @public
@@ -621,7 +621,7 @@ sap.ui.define([
621
621
  var vResult = this.setProperty("fitContent", bFitContent, true);
622
622
 
623
623
  if (exists(this.$())) {
624
- this._updateFitContainer();
624
+ this._toggleScrollingStyles();
625
625
  }
626
626
 
627
627
  return vResult;
@@ -1370,12 +1370,17 @@ sap.ui.define([
1370
1370
 
1371
1371
  this.toggleStyleClass("sapFDynamicPageWithScroll", bScrollBarNeeded);
1372
1372
 
1373
- setTimeout(this._updateFitContainer.bind(this), 0);
1373
+ // update styles for scrolling after a timeout of 0, in order to obtain the final state
1374
+ // e.g. after the ResizeHandler looped though *all* resized controls (to notify them) =>
1375
+ // so all of them completed their adjustments for the new size (notably any nested table adjusted its
1376
+ // visible rows count upon being notified by ResizeHandler for change of height of its container)
1377
+ setTimeout(this._toggleScrollingStyles.bind(this), 0);
1374
1378
  };
1375
1379
 
1376
- DynamicPage.prototype._updateFitContainer = function (bNeedsVerticalScrollBar) {
1380
+ DynamicPage.prototype._toggleScrollingStyles = function (bNeedsVerticalScrollBar) {
1377
1381
  var bNoScrollBar = typeof bNeedsVerticalScrollBar !== 'undefined' ? !bNeedsVerticalScrollBar : !this._needsVerticalScrollBar();
1378
1382
 
1383
+ this.toggleStyleClass("sapFDynamicPageWithScroll", !bNoScrollBar);
1379
1384
  this.$contentFitContainer.toggleClass("sapFDynamicPageContentFitContainer", bNoScrollBar);
1380
1385
  };
1381
1386
 
@@ -1854,7 +1859,7 @@ sap.ui.define([
1854
1859
 
1855
1860
  // FitContainer needs to be updated, when height is changed and scroll bar appear, to enable calc of original height
1856
1861
  if (bNeedsVerticalScrollBar) {
1857
- this._updateFitContainer(bNeedsVerticalScrollBar);
1862
+ this._toggleScrollingStyles(bNeedsVerticalScrollBar);
1858
1863
  }
1859
1864
 
1860
1865
  this._adjustSnap();
@@ -1995,6 +2000,12 @@ sap.ui.define([
1995
2000
  */
1996
2001
  DynamicPage.prototype._onTitlePress = function () {
1997
2002
  if (this.getToggleHeaderOnTitleClick() && this._hasVisibleTitleAndHeader()) {
2003
+ if (!this.getHeaderExpanded() && this._headerBiggerThanAllowedToBeExpandedInTitleArea() && !this._preserveHeaderStateOnScroll()) {
2004
+ // if the header will expanded and it is bigger than the allowed height to be shown in the title area
2005
+ // we explicitly move it to the content area unless the preserveHeaderStateOnScroll is set
2006
+ // the header is then always displayed in the title are by definition as is always sticky
2007
+ this._moveHeaderToContentArea(true);
2008
+ }
1998
2009
  this._titleExpandCollapseWhenAllowed(true /* user interaction */);
1999
2010
  this.getTitle()._focus();
2000
2011
  }
@@ -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.18
26
+ * @version 1.120.20
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.18
65
+ * @version 1.120.20
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.18
96
+ * @version 1.120.20
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.18
100
+ * @version 1.120.20
101
101
  *
102
102
  * @constructor
103
103
  * @public
@@ -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.18
25
+ * @version 1.120.20
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.18
52
+ * @version 1.120.20
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.18
174
+ * @version 1.120.20
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.18
24
+ * @version 1.120.20
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.18
61
+ * @version 1.120.20
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.18
68
+ * @version 1.120.20
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.18
96
+ * @version 1.120.20
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.18
27
+ * @version 1.120.20
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.18
59
+ * @version 1.120.20
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.18
33
+ * @version 1.120.20
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.18
25
+ * @version 1.120.20
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.18
37
+ * @version 1.120.20
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.18
43
+ * @version 1.120.20
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.18
26
+ * @version 1.120.20
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -58,7 +58,7 @@ function(
58
58
  * @implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.120.18
61
+ * @version 1.120.20
62
62
  *
63
63
  * @constructor
64
64
  * @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.18
152
+ * @version 1.120.20
153
153
  *
154
154
  * @constructor
155
155
  * @public
@@ -434,6 +434,12 @@ sap.ui.define([
434
434
  this._detachResizableHandlers();
435
435
 
436
436
  this._oInvisibleMessage = InvisibleMessage.getInstance();
437
+
438
+ if (this._isSingleItem()) {
439
+ var oSelectedItem = bActionBarExpanded ? this.getItems()[0] : null;
440
+ this.setProperty("sideContentExpanded", bActionBarExpanded);
441
+ this.setAssociation("selectedItem", oSelectedItem, true);
442
+ }
437
443
  };
438
444
 
439
445
  SidePanel.prototype.onAfterRendering = function() {
@@ -663,6 +669,7 @@ sap.ui.define([
663
669
  };
664
670
 
665
671
  SidePanel.prototype._setSideContentExpanded = function(bState) {
672
+ this._isSingleItem() && this.setActionBarExpanded(bState);
666
673
  return this.setProperty("sideContentExpanded", bState);
667
674
  };
668
675
 
@@ -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.18
30
+ * @version 1.120.20
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.18
45
+ * @version 1.120.20
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.18
51
+ * @version 1.120.20
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.18
60
+ * @version 1.120.20
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.18
28
+ * @version 1.120.20
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.18
29
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
32
+ * @version 1.120.20
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.18
26
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
19
+ * @version 1.120.20
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.18
44
+ * @version 1.120.20
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.18
37
+ * @version 1.120.20
38
38
  *
39
39
  * @extends sap.ui.core.delegate.ItemNavigation
40
40
  *
@@ -1,8 +1,8 @@
1
1
 
2
- DYNAMIC_PAGE_HEADER_NAME=bk+/B0Hsgvib5MgwixyHog_Page header
2
+ DYNAMIC_PAGE_HEADER_NAME=gUFHhePmLfRAys8U0B3EEw_Page header
3
3
 
4
- DYNAMIC_PAGE_HEADER_NAME_PLURAL=ABXHNIJ1ClPu5QxWoHBgOw_Page headers
4
+ DYNAMIC_PAGE_HEADER_NAME_PLURAL=y1Ej9RS03ixBNaKXg8IPDw_Page headers
5
5
 
6
- DYNAMIC_PAGE_TITLE_NAME=LikWIS7T2tryt6aLzCgOAw_Page title
6
+ DYNAMIC_PAGE_TITLE_NAME=bEPioci8+k0A4h2z3wMn+g_Page title
7
7
 
8
- DYNAMIC_PAGE_TITLE_NAME_PLURAL=4F0UD9YHBDcAdjep89y3dQ_Page titles
8
+ DYNAMIC_PAGE_TITLE_NAME_PLURAL=K7AGheErgv47BiWf/jpapg_Page titles
@@ -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.18
21
+ * @version 1.120.20
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.18
40
+ * @version 1.120.20
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.18
39
+ * @version 1.120.20
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.18",
45
+ version: "1.120.20",
46
46
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
47
47
  designtime: "sap/f/designtime/library.designtime",
48
48
  interfaces: [
@@ -1,167 +1,161 @@
1
1
 
2
- DYNAMIC_PAGE_ROLE_DESCRIPTION=ITuhG8NZ0m8Em85yk/7PEA_Dynamic Page
2
+ DYNAMIC_PAGE_ROLE_DESCRIPTION=rNJyau8JkU7aIuJWLgYvTw_Dynamic Page
3
3
 
4
- EXPANDED_HEADER=/PxIOETrZBvEoGLTvIem+Q_Expanded header
4
+ EXPANDED_HEADER=kOmWNsIzdar6DgiedsIeIQ_Expanded header
5
5
 
6
- SNAPPED_HEADER=l4epYQkyrJ4OV0VyW1ji2g_Snapped header
6
+ SNAPPED_HEADER=YEebALl6QkhciqkDmw2mCg_Snapped header
7
7
 
8
- PIN_HEADER=4N3U6Q/weKBUVFkqxHUJwQ_Pin Header
8
+ PIN_HEADER=IVvNn2rgKFm1Zh/BahCicQ_Pin Header
9
9
 
10
- DEFAULT_HEADER_TEXT=tCBANmv45Ykes0MEqYbpAg_Header
10
+ DEFAULT_HEADER_TEXT=bvi6SOSfBnO/XxcMTlYDrA_Header
11
11
 
12
- TOGGLE_HEADER=aXquhJiCjZeYxxYPRqgV8A_Toggle header
12
+ TOGGLE_HEADER=t8iYL8VHh1uVLNpiOz6m3g_Toggle header
13
13
 
14
- AVATAR_TOOLTIP=pxqcodQO2hSH+QtVrWV0/g_Avatar
14
+ AVATAR_TOOLTIP=v55E9FbhtBdBC675Xcb8kQ_Avatar
15
15
 
16
- AVATARGROUP_POPUP=az+7iFcfvusraJy5A4M3/A_Has popup type dialog
16
+ AVATARGROUP_POPUP=fzD/D5z8OzzEpddUnwO/DQ_Has popup type dialog
17
17
 
18
- AVATARGROUP_NUMBER_OF_AVATARS=ub9AIHKXyXavruRHTynZ3A_Conjoined avatars, {0} avatars displayed, {1} avatars hidden, activate for complete list
18
+ AVATARGROUP_NUMBER_OF_AVATARS=RLETizkbH3ZiWLHBeJmsGA_Conjoined avatars, {0} avatars displayed, {1} avatars hidden, activate for complete list
19
19
 
20
- FCL_BEGIN_COLUMN_BACK_ARROW=xeA9PnxabmkklN/w7EJ2hg_Collapse the first column
20
+ FCL_BEGIN_COLUMN_REGION_TEXT=OcoXyPPJ3ZeUz5zH5KhH2g_First column
21
21
 
22
- FCL_MID_COLUMN_FORWARD_ARROW=wVclJFIdYh2Vqdqfn9wT1Q_Expand the first column
22
+ FCL_MID_COLUMN_REGION_TEXT=vYAd4bXayGqgRLqyZ69/zA_Middle column
23
23
 
24
- FCL_MID_COLUMN_BACK_ARROW=5yoHHKN1zcAND5DK0RLTjw_Expand the last column
24
+ FCL_END_COLUMN_REGION_TEXT=IUct/xcx09xxKicT371qfg_Last column
25
25
 
26
- FCL_END_COLUMN_FORWARD_ARROW=q2eXI84A0bdL8oYUOHJiTw_Collapse the last column
26
+ FCL_FIRST_COLUMN_EXPANDED_MESSAGE=IwdYL8zuApZ16hcNyUxprA_First column expanded
27
27
 
28
- FCL_BEGIN_COLUMN_REGION_TEXT=gCizXQVtcpxQP/4u0GgBVQ_First column
28
+ FCL_MIDDLE_COLUMN_EXPANDED_MESSAGE=CX3SRyMNh1WNfYqjKY+xRw_Middle column expanded
29
29
 
30
- FCL_MID_COLUMN_REGION_TEXT=adjhtj6lmHp5URQkk9RiTQ_Middle column
30
+ FCL_LAST_COLUMN_EXPANDED_MESSAGE=/9sSueRX/ZdZwDFkjWdRWQ_Last column expanded
31
31
 
32
- FCL_END_COLUMN_REGION_TEXT=gtxhoMZTWHT13Kdnv48V5w_Last column
32
+ FCL_SEPARATOR_MOVE=evXKtjdGfpHAHE3ZuogODg_Press ARROW keys to move
33
33
 
34
- FCL_FIRST_COLUMN_EXPANDED_MESSAGE=txRaplx0/5l8F/DBijPzUw_First column expanded
34
+ COLLAPSE_HEADER_BUTTON_TOOLTIP=d8zb6xmIS24MlswdssBH0A_Collapse Header
35
35
 
36
- FCL_MIDDLE_COLUMN_EXPANDED_MESSAGE=Q1H4Lrmv1/1OlL+0PwG1cw_Middle column expanded
36
+ EXPAND_HEADER_BUTTON_TOOLTIP=+za87fREysD88IPc7wApKg_Expand Header
37
37
 
38
- FCL_LAST_COLUMN_EXPANDED_MESSAGE=nwxu+MIJXgmyCoNxa/9B/A_Last column expanded
38
+ SEMANTIC_PAGE_ROLE_DESCRIPTION=x8xUXnmtVI5fTI3/BVwknQ_Semantic Page
39
39
 
40
- COLLAPSE_HEADER_BUTTON_TOOLTIP=UyjPipDOokG0WGLUD8T2eg_Collapse Header
40
+ SEMANTIC_CONTROL_EDIT=rl9xI6+TmLI6nrJ0vFwe4w_Edit
41
41
 
42
- EXPAND_HEADER_BUTTON_TOOLTIP=ATkiJnR4l9chKn7GV2i75A_Expand Header
42
+ SEMANTIC_CONTROL_ADD=OzlKSh3DJg+lU7W6MNn1Nw_Add
43
43
 
44
- SEMANTIC_PAGE_ROLE_DESCRIPTION=o+49m1r8J92MMl0P4WHbtw_Semantic Page
44
+ SEMANTIC_CONTROL_DELETE=ePZrH9crf90SGJxpd0U8ng_Delete
45
45
 
46
- SEMANTIC_CONTROL_EDIT=YLxJ544Gd51Z4BSXGCLCLw_Edit
46
+ SEMANTIC_CONTROL_SAVE=c3xdgrTc18L5cxVb12eJ+w_Save
47
47
 
48
- SEMANTIC_CONTROL_ADD=I5bdkJMZXM1/GjhNGIETkA_Add
48
+ SEMANTIC_CONTROL_COPY=4ieamRr7veA4tHyVcPesLg_Copy
49
49
 
50
- SEMANTIC_CONTROL_DELETE=qnF0u+2T1DorPpO7upUkXg_Delete
50
+ SEMANTIC_CONTROL_CANCEL=HdyXTFZlzTwzJ75KGoiY9A_Cancel
51
51
 
52
- SEMANTIC_CONTROL_SAVE=2s13UJ0tz42cb1WSMIOfdw_Save
52
+ SEMANTIC_CONTROL_ACCEPT=BJEgmvrVTYx0/vOQH9KMFw_Accept
53
53
 
54
- SEMANTIC_CONTROL_COPY=8zGY32+NNg54xqm7gBtFEQ_Copy
54
+ SEMANTIC_CONTROL_REJECT=M1h+X8PHKA3faCmtv4L6sg_Reject
55
55
 
56
- SEMANTIC_CONTROL_CANCEL=aJBN7FbG53HL1dU/saskoQ_Cancel
56
+ SEMANTIC_CONTROL_FLAG=eirlXaU06He58E4w6IwzMQ_Flag
57
57
 
58
- SEMANTIC_CONTROL_ACCEPT=YZIsgNyx/bmmtq117KXDPQ_Accept
58
+ SEMANTIC_CONTROL_FAVORITE=y47ka75fundVH8qD+NbCMQ_Favorite
59
59
 
60
- SEMANTIC_CONTROL_REJECT=YlyhyVG2w6J//NvfT1OHWQ_Reject
60
+ SEMANTIC_CONTROL_SEND_EMAIL=H4WxpA1oajrl6tv4KNRZSg_Send E-Mail
61
61
 
62
- SEMANTIC_CONTROL_FLAG=TLboMPh1ydWkYkWnqibK3w_Flag
62
+ SEMANTIC_CONTROL_DISCUSS_IN_WORK_ZONE=d8N6/7wsxEcbrcNN6kT30A_Discuss in SAP Work Zone
63
63
 
64
- SEMANTIC_CONTROL_FAVORITE=vhtg/3BuQhVoVVgs5zeyRA_Favorite
64
+ SEMANTIC_CONTROL_SHARE_ON_WORK_ZONE=HzbkN+ivb/WkuUpHQd7oTw_Share on SAP Work Zone
65
65
 
66
- SEMANTIC_CONTROL_SEND_EMAIL=29oAoL7mqk5nDyPyA0xwEQ_Send E-Mail
66
+ SEMANTIC_CONTROL_SEND_MESSAGE=CHnDIW+fefAcI6+y6asvmg_Send Message
67
67
 
68
- SEMANTIC_CONTROL_DISCUSS_IN_WORK_ZONE=sIPi7Q4TWBTw3rgM/0CMCg_Discuss in SAP Work Zone
68
+ SEMANTIC_CONTROL_PRINT=f9oV6B53b5cyx/iBZDO4Kw_Print
69
69
 
70
- SEMANTIC_CONTROL_SHARE_ON_WORK_ZONE=99ZJb2dnKLiCLQ+oDf0BTQ_Share on SAP Work Zone
70
+ SEMANTIC_CONTROL_MESSAGES_INDICATOR=eA9RBWNTrXDEhwJJaIL/1g_Messages
71
71
 
72
- SEMANTIC_CONTROL_SEND_MESSAGE=vGuDRw0NwV/UuC916BejUg_Send Message
72
+ SEMANTIC_CONTROL_ACTION_SHARE=I/tpvjwFG4bhzQ8QCXsVaQ_Share
73
73
 
74
- SEMANTIC_CONTROL_PRINT=3E0GZjtMCpkl5lj66l6lRQ_Print
74
+ SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT=ZOLoimD0tD6q6pWttgEJOQ_Ctrl+Shift+S
75
75
 
76
- SEMANTIC_CONTROL_MESSAGES_INDICATOR=MaN8v3F+bKgEMXZrS7IygA_Messages
76
+ SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT_MAC=bzh2zNyb7hdePa06gNg+PA_Cmd+Shift+S
77
77
 
78
- SEMANTIC_CONTROL_ACTION_SHARE=GUkZet89oMM+oA3F+MhVYg_Share
78
+ SEMANTIC_CONTROL_FULL_SCREEN=FHMJYLTuv2xnzEpY8P4Okg_Full Screen
79
79
 
80
- SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT=X43GbPr954b9XXTCfXlp6A_Ctrl+Shift+S
80
+ SEMANTIC_CONTROL_EXIT_FULL_SCREEN=09jtEB2soLQZVW+Jh33tSg_Exit Full Screen Mode
81
81
 
82
- SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT_MAC=n3xn5xvnHA+NPNCAJ+PKFA_Cmd+Shift+S
82
+ SEMANTIC_CONTROL_CLOSE=sfxcVrTTL/HsBALENwG87w_Close
83
83
 
84
- SEMANTIC_CONTROL_FULL_SCREEN=ZueZcpMQZhP5KfS/W+fGPg_Full Screen
84
+ ARIA_ROLEDESCRIPTION_CARD=p3HpgtsZbHXjYPDW7J8lvA_Card
85
85
 
86
- SEMANTIC_CONTROL_EXIT_FULL_SCREEN=QZXTL08L/HQGhA02KeeIiA_Exit Full Screen Mode
86
+ ARIA_ROLEDESCRIPTION_CARD_HEADER=aWa6yQFmMz7TE4KL0yOBjw_Card Header
87
87
 
88
- SEMANTIC_CONTROL_CLOSE=14KDgwIevyHLcjZL7jI5AQ_Close
88
+ ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER=c+4OIi8rzR+VmuhDjznL6g_Interactive Card Header
89
89
 
90
- ARIA_ROLEDESCRIPTION_CARD=DmHZ+DnZVe0DcyjMUaKMVQ_Card
90
+ ARIA_LABEL_CARD_CONTENT=vPikJUWEK2V7+wuJO39LsQ_Card Content
91
91
 
92
- ARIA_ROLEDESCRIPTION_CARD_HEADER=p6mua2wIuNSOfq2VhmErUQ_Card Header
92
+ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=QVTfCA5QZ2QQVM+zBRsSig_Header actions
93
93
 
94
- ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER=EC7dMsEUQRwYJAi9t8IWBg_Interactive Card Header
94
+ ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=bIcsrKwbJmovoTPIS5uMjw_Footer actions
95
95
 
96
- ARIA_LABEL_CARD_CONTENT=ItHIK11MwyofT7jevmBfvg_Card Content
96
+ ARIA_HEADER_AVATAR_TEXT=43C34qmuPewKO6XP91OSsQ_Avatar
97
97
 
98
- ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=hvy4isDKJ621V90oAEwk8Q_Header actions
98
+ SHELLBAR_CONTAINER_LABEL=DIk9CTPPgvhUK5je9yOokw_Shell Bar
99
99
 
100
- ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=yHivgZCOIEKokOn4sYSo0w_Footer actions
100
+ SHELLBAR_LOGO_TOOLTIP=eIppLByXRW4ixdYWT+2q+w_Logo
101
101
 
102
- ARIA_HEADER_AVATAR_TEXT=TMS7LqSh9S1fcDoUEbyNgA_Avatar
102
+ SHELLBAR_COPILOT_TOOLTIP=n2yjukjOKeYN6vBNhlPSdQ_Joule
103
103
 
104
- SHELLBAR_CONTAINER_LABEL=U8NtT+++4vd+/RS9jjLMCg_Shell Bar
104
+ SHELLBAR_SEARCH_TOOLTIP=/ncCjXewiC6yQlvFFawDfQ_Search
105
105
 
106
- SHELLBAR_LOGO_TOOLTIP=bByPs6woLRy/Nvd56eBziA_Logo
106
+ SHELLBAR_NOTIFICATIONS_TOOLTIP=Bl5xszETF8fDGGkpvq3fjA_Notifications
107
107
 
108
- SHELLBAR_COPILOT_TOOLTIP=VGQvAen4j84iqVvBlJLuXQ_CoPilot
108
+ SHELLBAR_PROFILE_TOOLTIP=jR9bLGwvYEQoVn3EZ2iF/Q_Profile
109
109
 
110
- SHELLBAR_SEARCH_TOOLTIP=zHP9fcF2OYYKSZJxVXSZIA_Search
110
+ SHELLBAR_PRODUCTS_TOOLTIP=IhwUOR2BamvESrIuiJau5w_My Products
111
111
 
112
- SHELLBAR_NOTIFICATIONS_TOOLTIP=/cBseGScpp9wlLQysuGcRA_Notifications
112
+ SHELLBAR_BACK_TOOLTIP=hhMxRXIt9Bv6j1phGvmevQ_Navigate Back
113
113
 
114
- SHELLBAR_PROFILE_TOOLTIP=+6t1twGBqcDs/NqwHf9ADw_Profile
114
+ SHELLBAR_MENU_TOOLTIP=TQ8hf+syx6X+GWvrxh3t9Q_Menu
115
115
 
116
- SHELLBAR_PRODUCTS_TOOLTIP=Lr7EP3B/fqx8T4uvIa9oAA_My products
116
+ PRODUCTSWITCH_CONTAINER_LABEL=O0Hl1xkzeY/NxhN1OzrQIQ_Products
117
117
 
118
- SHELLBAR_BACK_TOOLTIP=8eo3ssa30ZsI+pTzmYB1sQ_Navigate Back
118
+ GRIDCONTAINER_ITEM_KEYSHORTCUTS=K7W+5HKWAPj+oPDsxtWX4Q_Press TAB to enter item
119
119
 
120
- SHELLBAR_MENU_TOOLTIP=VS/DefKy2+5JiJClopcMsQ_Menu
120
+ GRIDCONTAINER_ROLEDESCRIPTION=RpbPccCxhDHZx54dqA5VJg_Item List
121
121
 
122
- PRODUCTSWITCH_CONTAINER_LABEL=dTz9Xv9P9RsQ8ASAQq0VKw_Products
122
+ CALENDAR_NAVIGATION=2hTZ062acTfOX9wLRv63WQ_Calendar Navigation
123
123
 
124
- GRIDCONTAINER_ITEM_KEYSHORTCUTS=Qh5DrQdpOdogQJ3POqPS6w_Press TAB to enter item
124
+ CALENDAR_TODAY=cIfJNIR8MD0CFEoxLwAP/Q_Today
125
125
 
126
- GRIDCONTAINER_ROLEDESCRIPTION=RembN6XwzQIbUvthEieubg_Item List
126
+ CALENDAR_NAVIGATE_TO_TODAY=O9SvhfglHnMxCeIPwv4zzw_Navigate to the current day
127
127
 
128
- CALENDAR_NAVIGATION=ByoEXzgxpHH0CC3rQQ3yyg_Calendar Navigation
128
+ CALENDAR_SELECT_RANGE=RB0YJ6AhCd6/rTLYi6k94w_Select range
129
129
 
130
- CALENDAR_TODAY=SIPZn6kOifvHeBO39xwkCg_Today
130
+ CALENDAR_CANCEL=cVgiFgUGSe9ZCGB9P4vOhw_Cancel
131
131
 
132
- CALENDAR_NAVIGATE_TO_TODAY=h563lTynlYoe9MXVJILHCQ_Navigate to the current day
132
+ CALENDAR_BTN_PREV=U8mfWI2OGUyBUqjrb4vEdA_Previous
133
133
 
134
- CALENDAR_SELECT_RANGE=evowKmEYd3zUkMAxAN1LLw_Select range
134
+ CALENDAR_BTN_NEXT=ofs+TTLh/lVYg9w8X2APAQ_Next
135
135
 
136
- CALENDAR_CANCEL=FGOoiOowSm3ZQNoWewI+iA_Cancel
136
+ CALENDAR_LEGEND_MORE=B4ktUOXGBlSdosixhLlimA_More
137
137
 
138
- CALENDAR_BTN_PREV=FWSIVwVpchVtjHecA1yQXQ_Previous
138
+ SIDEPANEL_CLOSE_BUTTON_TEXT=kdkSpywWbHxNrsPnWt3Skw_Close
139
139
 
140
- CALENDAR_BTN_NEXT=wXDgYRj0RiVuf8+eC6wk8A_Next
140
+ SIDEPANEL_EXPAND_BUTTON_TEXT=uPCo9jBXDvDuno3GI29lnA_Expand
141
141
 
142
- CALENDAR_LEGEND_MORE=16+AI7bXIoTS5u3EvtItuA_More
142
+ SIDEPANEL_COLLAPSE_BUTTON_TEXT=vDVIFkw8DyiF4doJnRcgiQ_Collapse
143
143
 
144
- SIDEPANEL_CLOSE_BUTTON_TEXT=QE9heIVjnXl/WDzYGCC1uw_Close
144
+ SIDEPANEL_MORE_ACTIONS_TEXT=S/MUqnnCA6swdDCmtdy5NA_More Actions
145
145
 
146
- SIDEPANEL_EXPAND_BUTTON_TEXT=krUmW2eVLdjnCbb0D9JnQA_Expand
146
+ SIDEPANEL_SHOW_LESS_TEXT=ZhcAhuVYhUagOeRGZvVGMA_Show Less
147
147
 
148
- SIDEPANEL_COLLAPSE_BUTTON_TEXT=UTn0chQFyRcXiimsoLqXqQ_Collapse
148
+ SIDEPANEL_CONTENT_ARIA_LABEL=pkJOQv1senxDsBBueL2V8w_Side Panel Content
149
149
 
150
- SIDEPANEL_MORE_ACTIONS_TEXT=ekCUyO6QEvFjiMx58on3LQ_More Actions
150
+ SIDEPANEL_NAV_ITEM_SELECTED=rmcg/XOD8g+kbLWLHDj8tA_Selected
151
151
 
152
- SIDEPANEL_SHOW_LESS_TEXT=TSgKNzpLIHzRk2YZtXbN2w_Show Less
152
+ SIDEPANEL_DEFAULT_ARIA_LABEL=5jghq1aXsLGOpZYVYwlmGA_Side Panel
153
153
 
154
- SIDEPANEL_CONTENT_ARIA_LABEL=5k72K6x5byGPDxY8LaPPLA_Side Panel Content
154
+ SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=CVRz9AlPndudACKMnEFyJQ_Collapse to Minimum Width
155
155
 
156
- SIDEPANEL_NAV_ITEM_SELECTED=4p0cXU4il+g7LRodKr+uVw_Selected
156
+ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=kj1AYiNIbm83ScsRY8YHCQ_Reset to Default Width
157
157
 
158
- SIDEPANEL_DEFAULT_ARIA_LABEL=CgvTV20yZqcd14pTlFW/ag_Side Panel
158
+ SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=pSMmUu9PjI6SBgxh8TteWQ_Expand to Maximum Width
159
159
 
160
- SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=HR581BZS1yIdS1NipCOvLQ_Collapse to Minimum Width
161
-
162
- SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=pm7p7LIyrm5/mXe4xk+sUw_Reset to Default Width
163
-
164
- SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=zqpiYz/UMiewOHtrqYdAbQ_Expand to Maximum Width
165
-
166
- SIDEPANEL_RESIZE_SPLITTER_TITLE=tz5s4fDoouX6nIaFfbulow_Resize side panel
160
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=NpCX+dSrYRWyWzsXw9kRgg_Resize Side Panel
167
161
 
@@ -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.18
21
+ * @version 1.120.20
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.18
21
+ * @version 1.120.20
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.18
21
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
21
+ * @version 1.120.20
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.18
21
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
21
+ * @version 1.120.20
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.18
21
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
27
+ * @version 1.120.20
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.18
33
+ * @version 1.120.20
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.18
27
+ * @version 1.120.20
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.18
102
+ * @version 1.120.20
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.18
26
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
22
+ * @version 1.120.20
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.18
25
+ * @version 1.120.20
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.18
28
+ * @version 1.120.20
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.18
26
+ * @version 1.120.20
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.18
39
+ * @version 1.120.20
40
40
  *
41
41
  * @constructor
42
42
  * @private