@openui5/sap.f 1.108.1 → 1.109.0

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 (91) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/f/.library +1 -1
  4. package/src/sap/f/Avatar.js +1 -1
  5. package/src/sap/f/AvatarGroup.js +1 -1
  6. package/src/sap/f/AvatarGroupItem.js +1 -1
  7. package/src/sap/f/AvatarGroupRenderer.js +2 -5
  8. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  9. package/src/sap/f/CalendarInCard.js +1 -1
  10. package/src/sap/f/Card.js +1 -1
  11. package/src/sap/f/CardBase.js +1 -1
  12. package/src/sap/f/DynamicPage.js +2 -1
  13. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  14. package/src/sap/f/DynamicPageHeader.js +2 -2
  15. package/src/sap/f/DynamicPageTitle.js +2 -2
  16. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  19. package/src/sap/f/GridContainer.js +1 -1
  20. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  21. package/src/sap/f/GridContainerRenderer.js +1 -1
  22. package/src/sap/f/GridContainerSettings.js +2 -2
  23. package/src/sap/f/GridContainerUtils.js +4 -4
  24. package/src/sap/f/GridList.js +1 -1
  25. package/src/sap/f/GridListItem.js +1 -1
  26. package/src/sap/f/GridNavigationMatrix.js +2 -2
  27. package/src/sap/f/IllustratedMessage.js +1 -1
  28. package/src/sap/f/Illustration.js +1 -1
  29. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  30. package/src/sap/f/ProductSwitch.js +1 -49
  31. package/src/sap/f/ProductSwitchItem.js +1 -1
  32. package/src/sap/f/ProductSwitchItemRenderer.js +0 -1
  33. package/src/sap/f/SearchManager.js +1 -1
  34. package/src/sap/f/ShellBar.js +1 -1
  35. package/src/sap/f/SidePanel.js +391 -84
  36. package/src/sap/f/SidePanelItem.js +1 -2
  37. package/src/sap/f/SidePanelRenderer.js +62 -19
  38. package/src/sap/f/cards/BaseHeader.js +10 -12
  39. package/src/sap/f/cards/Header.js +1 -1
  40. package/src/sap/f/cards/HeaderRenderer.js +1 -1
  41. package/src/sap/f/cards/NumericHeader.js +10 -2
  42. package/src/sap/f/cards/NumericIndicators.js +10 -2
  43. package/src/sap/f/cards/NumericIndicatorsRenderer.js +6 -3
  44. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  45. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/CalendarPlaceholder.js +4 -5
  47. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/ListPlaceholder.js +5 -5
  49. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  50. package/src/sap/f/cards/loading/TablePlaceholder.js +5 -5
  51. package/src/sap/f/cards/loading/TimelinePlaceholder.js +6 -6
  52. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  53. package/src/sap/f/delegate/GridContainerItemNavigation.js +19 -41
  54. package/src/sap/f/delegate/GridItemNavigation.js +7 -17
  55. package/src/sap/f/dnd/GridDragOver.js +10 -4
  56. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  57. package/src/sap/f/library.js +2 -2
  58. package/src/sap/f/messagebundle.properties +11 -0
  59. package/src/sap/f/messagebundle_en_US_saprigi.properties +7 -0
  60. package/src/sap/f/semantic/AddAction.js +1 -1
  61. package/src/sap/f/semantic/CloseAction.js +1 -1
  62. package/src/sap/f/semantic/CopyAction.js +1 -1
  63. package/src/sap/f/semantic/DeleteAction.js +1 -1
  64. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  65. package/src/sap/f/semantic/EditAction.js +1 -1
  66. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  67. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  68. package/src/sap/f/semantic/FlagAction.js +1 -1
  69. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  70. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  71. package/src/sap/f/semantic/MainAction.js +1 -1
  72. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  73. package/src/sap/f/semantic/NegativeAction.js +1 -1
  74. package/src/sap/f/semantic/PositiveAction.js +1 -1
  75. package/src/sap/f/semantic/PrintAction.js +1 -1
  76. package/src/sap/f/semantic/SemanticButton.js +1 -1
  77. package/src/sap/f/semantic/SemanticConfiguration.js +3 -7
  78. package/src/sap/f/semantic/SemanticControl.js +1 -1
  79. package/src/sap/f/semantic/SemanticPage.js +1 -1
  80. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  81. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  82. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  83. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  84. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  85. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  86. package/src/sap/f/shellBar/CoPilot.js +1 -1
  87. package/src/sap/f/shellBar/CoPilotRenderer.js +11 -6
  88. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  89. package/src/sap/f/shellBar/Search.js +1 -1
  90. package/src/sap/f/themes/base/GridList.less +4 -0
  91. package/src/sap/f/themes/base/SidePanel.less +189 -29
@@ -4,8 +4,11 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(['./Accessibility'],
8
- function (Accessibility) {
7
+ sap.ui.define([
8
+ 'sap/base/security/encodeXML',
9
+ './Accessibility'
10
+ ],
11
+ function (encodeXML, Accessibility) {
9
12
  "use strict";
10
13
 
11
14
  /**
@@ -13,19 +16,21 @@ sap.ui.define(['./Accessibility'],
13
16
  * @namespace
14
17
  */
15
18
  var CoPilotRenderer = {
16
- apiVersion: 1 // @todo-semantic-rendering replace write calls below
19
+ apiVersion: 2
17
20
  };
18
21
 
19
22
  CoPilotRenderer.render = function (oRm, oControl) {
20
23
  var oAcc = new Accessibility(),
21
24
  oAttributes = oAcc.getCoPilotAttributes(),
22
- sTooltip = oControl.getTooltip();
25
+ sTooltip = oControl.getTooltip_AsString(),
26
+ sAltAttr = "";
23
27
 
24
28
  oRm.openStart("div", oControl);
25
29
  oRm.attr("tabindex", "0");
26
30
 
27
31
  if (sTooltip) {
28
32
  oRm.attr("title", sTooltip);
33
+ sAltAttr = ' alt="' + encodeXML(sTooltip) + '"';
29
34
  }
30
35
 
31
36
  oRm.accessibilityState({
@@ -37,9 +42,9 @@ sap.ui.define(['./Accessibility'],
37
42
  oRm.openEnd();
38
43
 
39
44
  if (oControl.getAnimation()) {
40
- oRm.write('<svg focusable="false" alt="' + sTooltip + '" role="presentation" version="1.1" width="48" height="48" viewBox="-150 -150 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="grad1" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity7" offset="0%"/><stop class="color2 opacity7" offset="80%"/></linearGradient><linearGradient id="grad2" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity36" offset="0%"/><stop class="color2 opacity36" offset="80%"/></linearGradient><linearGradient id="grad3" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity2" offset="0%"/><stop class="color2 opacity2" offset="80%"/></linearGradient><mask id="innerCircle"><circle cx="0" cy="0" r="120" fill="white" /><circle cx="0" cy="0" r="76" fill="black" /></mask>' + '<path id="path" d="M 102 0 C 102 17.85 86.87 29.53 77.94 44.99 C 69.01 60.46 66.46 79.4 51 88.33 C 35.53 97.26 17.85 90 5.51000e-15 90 C -17.85 90 -35.53 97.26 -50.99 88.33 C -66.46 79.4 -69.01 60.46 -77.94 45 C -86.87 29.53 -102 17.85 -102 1.24000e-14 C -102 -17.85 -86.87 -29.53 -77.94 -44.99 C -69.01 -60.46 -66.46 -79.4 -51 -88.33 C -35.53 -97.26 -17.85 -89.99 -1.65000e-14 -90 C 17.85 -90 35.53 -97.26 50.99 -88.33 C 66.46 -79.4 69.01 -60.46 77.94 -45 C 86.87 -29.53 102 -17.85 102 0 Z M 97.27 0 C 98.58 17.55 94.29 34.2 84.09 48.54 C 74.21 62.42 58.47 67.23 43.57 75.46 C 28.94 83.54 16.64 93.54 5.81000e-15 95 C -17.27 96.5 -33.78 93.13 -48.19 83.47 C -62.26 74.04 -68.01 58.82 -76.14 43.96 C -84.09 29.4 -92 16.48 -93.8 1.14000e-14 C -95.7 -17.53 -94.76 -34.35 -86.34 -49.84 C -77.83 -65.5 -64.53 -76.31 -48.31 -83.67 C -32.81 -90.7 -17 -88.78 -1.63000e-14 -89 C 17.21 -89.21 34.09 -93.47 49 -84.87 C 63.91 -76.28 68.61 -59.49 77.12 -44.53 C 85.58 -29.66 95.99 -17.05 97.27 0 Z" dur="30s" repeatCount="indefinite"/><animateTransform attributeName="transform" type="scale" values="1;1.05;1.05;1.02;1" dur="0.15s" begin="click_area.mousedown" repeatCount="1" additive="sum"/></path></defs><g mask="url(#innerCircle)"><g fill="url(#grad3)" transform="rotate(54)"><use xlink:href="#path"><animateTransform id="animate1" attributeName="transform" type="rotate" from="54" to="416" dur="15s" repeatCount="indefinite"/></use></g><g fill="url(#grad2)" transform="rotate(74)"><use xlink:href="#path" /></g><g fill="url(#grad1)" transform="rotate(90)"><use xlink:href="#path"><animateTransform id="animate2" attributeName="transform" type="rotate" from="90" to="450" dur="30s" repeatCount="indefinite"/></use></g></g><circle cx="0" cy="0" r="76" fill="transparent" id="click_area"/>');
45
+ oRm.unsafeHtml('<svg focusable="false"' + sAltAttr + ' role="presentation" version="1.1" width="48" height="48" viewBox="-150 -150 300 300"><defs><linearGradient id="grad1" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity7" offset="0%"/><stop class="color2 opacity7" offset="80%"/></linearGradient><linearGradient id="grad2" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity36" offset="0%"/><stop class="color2 opacity36" offset="80%"/></linearGradient><linearGradient id="grad3" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity2" offset="0%"/><stop class="color2 opacity2" offset="80%"/></linearGradient><mask id="innerCircle"><circle cx="0" cy="0" r="120" fill="white" /><circle cx="0" cy="0" r="76" fill="black" /></mask><path id="path" d="M 102 0 C 102 17.85 86.87 29.53 77.94 44.99 C 69.01 60.46 66.46 79.4 51 88.33 C 35.53 97.26 17.85 90 5.51000e-15 90 C -17.85 90 -35.53 97.26 -50.99 88.33 C -66.46 79.4 -69.01 60.46 -77.94 45 C -86.87 29.53 -102 17.85 -102 1.24000e-14 C -102 -17.85 -86.87 -29.53 -77.94 -44.99 C -69.01 -60.46 -66.46 -79.4 -51 -88.33 C -35.53 -97.26 -17.85 -89.99 -1.65000e-14 -90 C 17.85 -90 35.53 -97.26 50.99 -88.33 C 66.46 -79.4 69.01 -60.46 77.94 -45 C 86.87 -29.53 102 -17.85 102 0 Z M 97.27 0 C 98.58 17.55 94.29 34.2 84.09 48.54 C 74.21 62.42 58.47 67.23 43.57 75.46 C 28.94 83.54 16.64 93.54 5.81000e-15 95 C -17.27 96.5 -33.78 93.13 -48.19 83.47 C -62.26 74.04 -68.01 58.82 -76.14 43.96 C -84.09 29.4 -92 16.48 -93.8 1.14000e-14 C -95.7 -17.53 -94.76 -34.35 -86.34 -49.84 C -77.83 -65.5 -64.53 -76.31 -48.31 -83.67 C -32.81 -90.7 -17 -88.78 -1.63000e-14 -89 C 17.21 -89.21 34.09 -93.47 49 -84.87 C 63.91 -76.28 68.61 -59.49 77.12 -44.53 C 85.58 -29.66 95.99 -17.05 97.27 0 Z" dur="30s" repeatCount="indefinite"><animateTransform attributeName="transform" type="scale" values="1;1.05;1.05;1.02;1" dur="0.15s" begin="click_area.mousedown" repeatCount="1" additive="sum"/></path></defs><g mask="url(#innerCircle)"><g fill="url(#grad3)" transform="rotate(54)"><use href="#path"><animateTransform id="animate1" attributeName="transform" type="rotate" from="54" to="416" dur="15s" repeatCount="indefinite"/></use></g><g fill="url(#grad2)" transform="rotate(74)"><use href="#path" /></g><g fill="url(#grad1)" transform="rotate(90)"><use href="#path"><animateTransform id="animate2" attributeName="transform" type="rotate" from="90" to="450" dur="30s" repeatCount="indefinite"/></use></g></g><circle cx="0" cy="0" r="76" fill="transparent" id="click_area"/></svg>');
41
46
  } else {
42
- oRm.write('<svg focusable="false" alt="' + sTooltip + '" role="presentation" version="1.1" width="48" height="48" viewBox="-150 -150 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="grad1" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity7" offset="0%"/><stop class="color2 opacity7" offset="80%"/></linearGradient><linearGradient id="grad2" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity36" offset="0%"/><stop class="color2 opacity36" offset="80%"/></linearGradient><linearGradient id="grad3" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity2" offset="0%"/><stop class="color2 opacity2" offset="80%"/></linearGradient><mask id="innerCircle"><circle cx="0" cy="0" r="120" fill="white" /><circle cx="0" cy="0" r="76" fill="black" /></mask><path id="path" d="M 98.1584 0 C 98.3156 17.3952 89.0511 31.3348 79.5494 45.9279 C 70.339 60.0814 60.6163 71.2177 46.1724 79.9729 C 31.4266 88.9178 17.2493 94.3909 5.77261e-15 94.2739 C -17.1547 94.1581 -30.8225 87.6907 -45.7979 79.3244 C -61.0143 70.8266 -73.5583 62.554 -83.0507 47.9493 C -92.6677 33.1579 -98.4872 17.5705 -97.1793 1.19010e-14 C -95.9465 -16.9777 -84.488 -29.0862 -76.1351 -43.9566 C -67.6795 -59.0155 -63.8629 -76.1085 -49.262 -85.3243 C -34.502 -94.6464 -17.4328 -93.0037 -1.69174e-14 -92.0939 C 16.8967 -91.214 31.8608 -89.0341 46.4198 -80.4014 C 60.872 -71.8326 69.6003 -59.5351 78.6792 -45.4254 C 88.0511 -30.9104 98.015 -17.2766 98.1584 0 Z"/></defs><g mask="url(#innerCircle)"><g fill="url(#grad3)" transform="rotate(54)"><use xlink:href="#path"/></g><g fill="url(#grad2)" transform="rotate(74)"><use xlink:href="#path" /></g><g fill="url(#grad1)" transform="rotate(90)"><use xlink:href="#path"/></g></g><circle cx="0" cy="0" r="76" fill="transparent" id="click_area"/>');
47
+ oRm.unsafeHtml('<svg focusable="false"' + sAltAttr + ' role="presentation" version="1.1" width="48" height="48" viewBox="-150 -150 300 300"><defs><linearGradient id="grad1" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity7" offset="0%"/><stop class="color2 opacity7" offset="80%"/></linearGradient><linearGradient id="grad2" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity36" offset="0%"/><stop class="color2 opacity36" offset="80%"/></linearGradient><linearGradient id="grad3" x1="0%" x2="100%" y1="100%" y2="0%"><stop class="color1 opacity2" offset="0%"/><stop class="color2 opacity2" offset="80%"/></linearGradient><mask id="innerCircle"><circle cx="0" cy="0" r="120" fill="white" /><circle cx="0" cy="0" r="76" fill="black" /></mask><path id="path" d="M 98.1584 0 C 98.3156 17.3952 89.0511 31.3348 79.5494 45.9279 C 70.339 60.0814 60.6163 71.2177 46.1724 79.9729 C 31.4266 88.9178 17.2493 94.3909 5.77261e-15 94.2739 C -17.1547 94.1581 -30.8225 87.6907 -45.7979 79.3244 C -61.0143 70.8266 -73.5583 62.554 -83.0507 47.9493 C -92.6677 33.1579 -98.4872 17.5705 -97.1793 1.19010e-14 C -95.9465 -16.9777 -84.488 -29.0862 -76.1351 -43.9566 C -67.6795 -59.0155 -63.8629 -76.1085 -49.262 -85.3243 C -34.502 -94.6464 -17.4328 -93.0037 -1.69174e-14 -92.0939 C 16.8967 -91.214 31.8608 -89.0341 46.4198 -80.4014 C 60.872 -71.8326 69.6003 -59.5351 78.6792 -45.4254 C 88.0511 -30.9104 98.015 -17.2766 98.1584 0 Z"/></defs><g mask="url(#innerCircle)"><g fill="url(#grad3)" transform="rotate(54)"><use href="#path"/></g><g fill="url(#grad2)" transform="rotate(74)"><use href="#path" /></g><g fill="url(#grad1)" transform="rotate(90)"><use href="#path"/></g></g><circle cx="0" cy="0" r="76" fill="transparent" id="click_area"/></svg>');
43
48
  }
44
49
 
45
50
  oRm.close("div");
@@ -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.108.1
26
+ * @version 1.109.0
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.108.1
39
+ * @version 1.109.0
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -91,6 +91,10 @@
91
91
  }
92
92
  }
93
93
 
94
+ .sapFGridList > .sapMListUl.sapMGrowingList {
95
+ border-radius: @sapUiTileBorderCornerRadius;
96
+ }
97
+
94
98
  .sapFGridList > .sapMListUl > .sapUiBlockLayerTabbable {
95
99
  // There are "span" helpers, which purpose is to block navigation into the blocked controls content.
96
100
  // If the focus reaches the span before the blocked/busy control it is forwarded to the one after the control.
@@ -3,7 +3,6 @@
3
3
  /* Base theme */
4
4
  /* =============================== */
5
5
 
6
-
7
6
  /***** Desktop *****/
8
7
 
9
8
  // Cozy
@@ -11,13 +10,109 @@
11
10
  height: 100%;
12
11
  display: flex;
13
12
  margin: 0;
13
+ touch-action: none;
14
14
 
15
+ // Main content
15
16
  .sapFSPMain {
16
17
  flex: 1 1;
17
18
  padding: 0.5rem;
18
19
  overflow: hidden auto;
19
20
  }
20
21
 
22
+ // Splitter
23
+ .sapFSPSplitterBar {
24
+ cursor: col-resize;
25
+ width: 1rem;
26
+ height: 100%;
27
+ display: inline-flex;
28
+ flex-direction: column;
29
+ justify-content: center;
30
+ align-items: center;
31
+ border-left: none;
32
+ border-right: none;
33
+ vertical-align: top;
34
+ color: @sapUiHighlight;
35
+ position: absolute;
36
+ left: -1rem;
37
+
38
+ &:focus {
39
+ outline: none;
40
+ }
41
+
42
+ &:focus::after {
43
+ content: "";
44
+ display: block;
45
+ position: absolute;
46
+ top: 0;
47
+ right: 0;
48
+ bottom: 0;
49
+ left: 0;
50
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
51
+ }
52
+
53
+ .sapFSPSplitterBarDecorationBefore {
54
+ width: 1rem;
55
+ height: 4rem;
56
+ background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, fade(@sapUiGroupContentBorderColor, 0));
57
+ background-size: 0.0625rem 100%;
58
+ background-repeat: no-repeat;
59
+ background-position: center;
60
+ }
61
+
62
+ .sapFSPSplitterBarDecorationAfter {
63
+ width: 1rem;
64
+ height: 4rem;
65
+ height: 4rem;
66
+ background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, fade(@sapUiGroupContentBorderColor, 0));
67
+ background-size: 0.0625rem 100%;
68
+ background-repeat: no-repeat;
69
+ background-position: center;
70
+ }
71
+
72
+ .sapFSPSplitterBarGrip {
73
+ cursor: col-resize;
74
+ width: 1.5rem;
75
+ height: 2rem;
76
+ line-height: 2rem;
77
+ position: relative;
78
+ z-index: 1;
79
+
80
+ .sapFSPSplitterBarGripIcon {
81
+ cursor: col-resize;
82
+ line-height: 1.625rem - @sapUiButtonBorderWidth - @sapUiButtonBorderWidth;
83
+ box-sizing: border-box;
84
+ height: 1.625rem;
85
+ width: 1.5rem;
86
+ margin-top: 3px;
87
+ border: @sapUiButtonBorderWidth solid @sapUiButtonLiteBorderColor;
88
+ border-radius: @sapUiButtonBorderCornerRadius;
89
+ background: @sapUiButtonLiteBackground;
90
+ }
91
+ }
92
+
93
+ &:hover {
94
+ .sapFSPSplitterBarDecorationBefore,
95
+ .sapFSPSplitterBarDecorationAfter {
96
+ flex-grow: 1;
97
+ transition: all 0.1s ease-in;
98
+ }
99
+
100
+ .sapFSPSplitterBarGripIcon {
101
+ background: @sapUiButtonLiteBackground;
102
+ border-color: @sapUiButtonLiteBorderColor;
103
+ }
104
+ }
105
+
106
+ &.sapFSPSplitterActive {
107
+ .sapFSPSplitterBarDecorationBefore,
108
+ .sapFSPSplitterBarDecorationAfter {
109
+ flex-grow: 1;
110
+ background-image: linear-gradient(to left, @sapUiHighlight, @sapUiHighlight);
111
+ }
112
+ }
113
+ }
114
+
115
+ // Side panel
21
116
  .sapFSPSide {
22
117
  position: relative;
23
118
  display: flex;
@@ -32,7 +127,6 @@
32
127
  .sapFSPSideInner {
33
128
  box-sizing: border-box;
34
129
  position: absolute;
35
- overflow: hidden;
36
130
  top: 0;
37
131
  right: 0;
38
132
  height: 100%;
@@ -44,7 +138,7 @@
44
138
  box-shadow: 0 0 1rem fade(@sapUiContentShadowColor, 10);
45
139
  background-color: @sapUiGroupContentBackground;
46
140
  min-width: 4.25rem;
47
- width: 4.25rem;
141
+ width: 100%;
48
142
 
49
143
  .sapFSPExpanded {
50
144
  width: 100%;
@@ -57,6 +151,7 @@
57
151
  width: auto;
58
152
  overflow: hidden;
59
153
  padding: 0.5rem 0 0.5rem 1rem;
154
+ z-index: 1;
60
155
 
61
156
  .sapFSPSideContentHeader {
62
157
  height: 2.25rem;
@@ -96,6 +191,12 @@
96
191
  }
97
192
 
98
193
  .sapFSPActionBar {
194
+ height: 100%;
195
+ min-width: 4.25rem;
196
+ width: 4.25rem;
197
+ }
198
+
199
+ .sapFSPActionBarList {
99
200
  margin: 0;
100
201
  padding: 0;
101
202
  display: flex;
@@ -225,15 +326,35 @@
225
326
  }
226
327
 
227
328
  &.sapFSPActionBarExpanded {
228
- .sapFSPSide {
229
- .sapFSPSideContent {
230
- flex-grow: 0;
231
- }
232
- .sapFSPActionBar {
329
+ &:not(.sapFSPSideContentExpanded) .sapFSPSide {
330
+ width: 20rem;
331
+ }
332
+
333
+ .sapFSPActionBar {
334
+ max-width: 20rem;
335
+ width: 100%;
336
+ flex-shrink: 0;
337
+
338
+ .sapFSPActionBarList {
233
339
  flex-grow: 0;
234
340
  width: 100%;
235
341
  }
236
342
  }
343
+
344
+ &.sapFSPSideContentExpanded {
345
+ .sapFSPSide:not(.sapFSPSplitView) {
346
+ .sapFSPSideContent {
347
+ display: none;
348
+ }
349
+
350
+ .sapFSPActionBar {
351
+ min-width: 100%;
352
+ width: 100%;
353
+ border-left-width: 0;
354
+ }
355
+ }
356
+ }
357
+
237
358
  }
238
359
 
239
360
  &:not(.sapFSPSingleItem) .sapFSPSideContent {
@@ -241,16 +362,29 @@
241
362
  }
242
363
 
243
364
  &.sapFSPSingleItem {
244
- &.sapFSPSideContentExpanded .sapFSPExpandCollapse {
245
- display: none;
365
+ &.sapFSPSideContentExpanded {
366
+ .sapFSPExpandCollapse,
367
+ .sapFSPActionBar {
368
+ display: none;
369
+ }
246
370
  }
371
+
247
372
  .sapFSPExpanded {
248
373
  display: none;
249
374
  }
250
375
  }
376
+
377
+ .sapFSPMinWidth,
378
+ .sapFSPMaxWidth {
379
+ position: absolute;
380
+ top: 0;
381
+ left: 0;
382
+ height: 0;
383
+ overflow: hidden;
384
+ }
251
385
  }
252
386
 
253
- .sapFSP.sapFSPSingleItem.sapFSPSideContentExpanded .sapFSPSide .sapFSPActionBar {
387
+ .sapFSP.sapFSPSingleItem.sapFSPSideContentExpanded .sapFSPSide .sapFSPActionBarList {
254
388
  width: 0;
255
389
  padding: 0;
256
390
  margin: 0;
@@ -284,10 +418,15 @@
284
418
 
285
419
  .sapFSPSideInner {
286
420
  min-width: 4rem;
287
- width: 4rem;
421
+ width: 100%;
422
+
423
+ .sapFSPActionBar {
424
+ min-width: 4rem;
425
+ width: 4rem;
426
+ }
288
427
  }
289
428
 
290
- .sapFSPActionBar {
429
+ .sapFSPActionBarList {
291
430
  .sapFSPItem {
292
431
  height: 2.375rem;
293
432
  padding: 0.1875rem 1rem;
@@ -315,6 +454,12 @@
315
454
  }
316
455
  }
317
456
 
457
+ &.sapFSPActionBarExpanded {
458
+ .sapFSPSideInner .sapFSPActionBar {
459
+ width: 20rem;
460
+ max-width: 20rem;
461
+ }
462
+ }
318
463
  }
319
464
  }
320
465
 
@@ -355,7 +500,14 @@ html.sap-phone {
355
500
  border: none;
356
501
  border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
357
502
 
358
- .sapFSPActionBarWrapper {
503
+ .sapFSPActionBar {
504
+ position: relative;
505
+ height: auto;
506
+ min-width: 100%;
507
+ width: 100%;
508
+ }
509
+
510
+ .sapFSPActionBarListWrapper {
359
511
  overflow: auto hidden;
360
512
  height: 6.125rem;
361
513
  box-sizing: border-box;
@@ -387,7 +539,7 @@ html.sap-phone {
387
539
  }
388
540
  }
389
541
 
390
- .sapFSPActionBar {
542
+ .sapFSPActionBarList {
391
543
  display: flex;
392
544
  align-items: center;
393
545
  flex-direction: row;
@@ -454,11 +606,19 @@ html.sap-phone {
454
606
  justify-content: center;
455
607
  }
456
608
 
457
- &.sapFSPActionBarExpanded .sapFSPSide {
458
- flex: 0 0 6.125rem;
609
+ &.sapFSPActionBarExpanded {
610
+ &.sapFSPSideContentExpanded .sapFSPSide:not(.sapFSPSplitView) .sapFSPSideContent {
611
+ display: flex;
612
+ }
613
+
614
+ .sapFSPSide {
615
+ flex: 0 0 6.125rem;
616
+ max-width: initial;
617
+ width: initial;
459
618
 
460
- .sapFSPSideInner .sapFSPSideContent {
461
- flex-grow: 1;
619
+ .sapFSPSideInner .sapFSPSideContent {
620
+ flex-grow: 1;
621
+ }
462
622
  }
463
623
  }
464
624
 
@@ -472,13 +632,13 @@ html.sap-phone {
472
632
  height: 100%;
473
633
  width: 100%;
474
634
 
475
- .sapFSPActionBarWrapper {
635
+ .sapFSPActionBarListWrapper {
476
636
  height: inherit;
477
637
  width: 100%;
478
638
  display: flex;
479
639
  border: none;
480
640
 
481
- .sapFSPActionBar {
641
+ .sapFSPActionBarList {
482
642
  height: inherit;
483
643
 
484
644
  .sapFSPItem {
@@ -525,7 +685,7 @@ html.sap-phone {
525
685
  }
526
686
  }
527
687
 
528
- &.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarWrapper {
688
+ &.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
529
689
  height: 0;
530
690
  overflow: hidden;
531
691
  border: none;
@@ -550,13 +710,13 @@ html.sap-phone {
550
710
  width: 100%;
551
711
  border: none;
552
712
 
553
- .sapFSPActionBarWrapper {
713
+ .sapFSPActionBarListWrapper {
554
714
  border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
555
715
  }
556
716
  }
557
717
  }
558
718
 
559
- &:not(.sapFSPActionBarExpanded):not(.sapFSPSingleItem) .sapFSPSide .sapFSPSideInner .sapFSPActionBarWrapper {
719
+ &:not(.sapFSPActionBarExpanded):not(.sapFSPSingleItem) .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
560
720
  height: 4.125rem;
561
721
  width: 100%;
562
722
  }
@@ -569,7 +729,7 @@ html.sap-phone {
569
729
  flex: 0 0 3.75rem;
570
730
 
571
731
  .sapFSPSideInner {
572
- .sapFSPActionBarWrapper {
732
+ .sapFSPActionBarListWrapper {
573
733
  height: 5.5rem;
574
734
  }
575
735
 
@@ -578,7 +738,7 @@ html.sap-phone {
578
738
  height: 1.625rem;
579
739
  }
580
740
 
581
- .sapFSPActionBar {
741
+ .sapFSPActionBarList {
582
742
  height: 5.5rem;
583
743
 
584
744
  .sapFSPItem {
@@ -619,14 +779,14 @@ html.sap-phone {
619
779
  }
620
780
  }
621
781
 
622
- &:not(.sapFSPActionBarExpanded) .sapFSPSide .sapFSPSideInner .sapFSPActionBarWrapper {
782
+ &:not(.sapFSPActionBarExpanded) .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
623
783
  height: 3.75rem;
624
784
  }
625
785
 
626
786
  &.sapFSPSingleItem {
627
787
  .sapFSPSide {
628
788
  .sapFSPSideInner {
629
- .sapFSPActionBarWrapper .sapFSPActionBar .sapFSPItem .sapUiIcon {
789
+ .sapFSPActionBarListWrapper .sapFSPActionBarList .sapFSPItem .sapUiIcon {
630
790
  width: 2rem;
631
791
  }
632
792
 
@@ -635,7 +795,7 @@ html.sap-phone {
635
795
  }
636
796
  }
637
797
  }
638
- &.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarWrapper {
798
+ &.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
639
799
  height: 0;
640
800
  overflow: hidden;
641
801
  }