@openui5/sap.f 1.108.2 → 1.110.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.
- package/.reuse/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +4 -4
- package/src/sap/f/.library +2 -2
- package/src/sap/f/Avatar.js +2 -2
- package/src/sap/f/AvatarGroup.js +2 -2
- package/src/sap/f/AvatarGroupItem.js +2 -2
- package/src/sap/f/AvatarGroupItemRenderer.js +1 -1
- package/src/sap/f/AvatarGroupRenderer.js +3 -6
- package/src/sap/f/CalendarAppointmentInCard.js +2 -2
- package/src/sap/f/CalendarInCard.js +2 -2
- package/src/sap/f/CalendarInCardRenderer.js +1 -1
- package/src/sap/f/Card.js +2 -2
- package/src/sap/f/CardBase.js +22 -7
- package/src/sap/f/CardRenderer.js +1 -1
- package/src/sap/f/DynamicPage.js +4 -32
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +2 -2
- package/src/sap/f/DynamicPageHeader.js +4 -4
- package/src/sap/f/DynamicPageHeaderRenderer.js +1 -1
- package/src/sap/f/DynamicPageRenderer.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +7 -7
- package/src/sap/f/DynamicPageTitleRenderer.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +4 -4
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +2 -2
- package/src/sap/f/FlexibleColumnLayoutRenderer.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +6 -6
- package/src/sap/f/GridContainer.js +41 -18
- package/src/sap/f/GridContainerItemLayoutData.js +2 -2
- package/src/sap/f/GridContainerRenderer.js +9 -5
- package/src/sap/f/GridContainerSettings.js +3 -3
- package/src/sap/f/GridContainerUtils.js +5 -5
- package/src/sap/f/GridList.js +2 -2
- package/src/sap/f/GridListItem.js +2 -2
- package/src/sap/f/GridListItemRenderer.js +1 -1
- package/src/sap/f/GridListRenderer.js +1 -1
- package/src/sap/f/GridNavigationMatrix.js +3 -3
- package/src/sap/f/IllustratedMessage.js +2 -2
- package/src/sap/f/Illustration.js +2 -2
- package/src/sap/f/IllustrationPool.js +1 -1
- package/src/sap/f/PlanningCalendarInCardLegend.js +2 -2
- package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +1 -1
- package/src/sap/f/ProductSwitch.js +2 -50
- package/src/sap/f/ProductSwitchItem.js +2 -2
- package/src/sap/f/ProductSwitchItemRenderer.js +1 -2
- package/src/sap/f/ProductSwitchRenderer.js +1 -1
- package/src/sap/f/SearchManager.js +2 -2
- package/src/sap/f/ShellBar.js +6 -6
- package/src/sap/f/ShellBarRenderer.js +1 -1
- package/src/sap/f/SidePanel.js +397 -87
- package/src/sap/f/SidePanelItem.js +2 -3
- package/src/sap/f/SidePanelRenderer.js +63 -20
- package/src/sap/f/cards/BaseHeader.js +12 -21
- package/src/sap/f/cards/Header.js +3 -3
- package/src/sap/f/cards/HeaderRenderer.js +12 -16
- package/src/sap/f/cards/NumericHeader.js +12 -4
- package/src/sap/f/cards/NumericHeaderRenderer.js +11 -15
- package/src/sap/f/cards/NumericIndicators.js +11 -3
- package/src/sap/f/cards/NumericIndicatorsRenderer.js +7 -4
- package/src/sap/f/cards/NumericSideIndicator.js +2 -2
- package/src/sap/f/cards/NumericSideIndicatorRenderer.js +1 -1
- package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +5 -6
- package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/ListPlaceholder.js +6 -6
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
- package/src/sap/f/cards/loading/TablePlaceholder.js +6 -6
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +7 -7
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
- package/src/sap/f/delegate/GridContainerItemNavigation.js +20 -42
- package/src/sap/f/delegate/GridItemNavigation.js +8 -18
- package/src/sap/f/designtime/Avatar.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPage.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPageHeader.designtime.js +1 -1
- package/src/sap/f/designtime/DynamicPageTitle.designtime.js +1 -1
- package/src/sap/f/designtime/SemanticPage.designtime.js +1 -1
- package/src/sap/f/designtime/library.designtime.js +1 -1
- package/src/sap/f/dnd/GridDragOver.js +11 -5
- package/src/sap/f/dnd/GridDropInfo.js +43 -4
- package/src/sap/f/dnd/GridKeyboardDragAndDrop.js +1 -1
- package/src/sap/f/flexibility/Avatar.flexibility.js +1 -1
- package/src/sap/f/flexibility/DynamicPageTitle.flexibility.js +1 -1
- package/src/sap/f/library.js +3 -3
- package/src/sap/f/library.support.js +1 -1
- package/src/sap/f/messagebundle.properties +11 -0
- package/src/sap/f/messagebundle_ar.properties +7 -0
- package/src/sap/f/messagebundle_bg.properties +7 -0
- package/src/sap/f/messagebundle_ca.properties +7 -0
- package/src/sap/f/messagebundle_cs.properties +16 -9
- package/src/sap/f/messagebundle_cy.properties +7 -0
- package/src/sap/f/messagebundle_da.properties +7 -0
- package/src/sap/f/messagebundle_de.properties +7 -0
- package/src/sap/f/messagebundle_el.properties +7 -0
- package/src/sap/f/messagebundle_en.properties +7 -0
- package/src/sap/f/messagebundle_en_GB.properties +7 -0
- package/src/sap/f/messagebundle_en_US_sappsd.properties +7 -0
- package/src/sap/f/messagebundle_en_US_saprigi.properties +7 -0
- package/src/sap/f/messagebundle_en_US_saptrc.properties +7 -0
- package/src/sap/f/messagebundle_es.properties +7 -0
- package/src/sap/f/messagebundle_es_MX.properties +7 -0
- package/src/sap/f/messagebundle_et.properties +7 -0
- package/src/sap/f/messagebundle_fi.properties +7 -0
- package/src/sap/f/messagebundle_fr.properties +7 -0
- package/src/sap/f/messagebundle_fr_CA.properties +7 -0
- package/src/sap/f/messagebundle_hi.properties +7 -0
- package/src/sap/f/messagebundle_hr.properties +8 -1
- package/src/sap/f/messagebundle_hu.properties +7 -0
- package/src/sap/f/messagebundle_id.properties +7 -0
- package/src/sap/f/messagebundle_it.properties +7 -0
- package/src/sap/f/messagebundle_iw.properties +7 -0
- package/src/sap/f/messagebundle_ja.properties +7 -0
- package/src/sap/f/messagebundle_kk.properties +7 -0
- package/src/sap/f/messagebundle_ko.properties +7 -0
- package/src/sap/f/messagebundle_lt.properties +7 -0
- package/src/sap/f/messagebundle_lv.properties +7 -0
- package/src/sap/f/messagebundle_ms.properties +7 -0
- package/src/sap/f/messagebundle_nl.properties +7 -0
- package/src/sap/f/messagebundle_no.properties +7 -0
- package/src/sap/f/messagebundle_pl.properties +7 -0
- package/src/sap/f/messagebundle_pt.properties +7 -0
- package/src/sap/f/messagebundle_pt_PT.properties +7 -0
- package/src/sap/f/messagebundle_ro.properties +7 -0
- package/src/sap/f/messagebundle_ru.properties +7 -0
- package/src/sap/f/messagebundle_sh.properties +7 -0
- package/src/sap/f/messagebundle_sk.properties +7 -0
- package/src/sap/f/messagebundle_sl.properties +7 -0
- package/src/sap/f/messagebundle_sv.properties +7 -0
- package/src/sap/f/messagebundle_th.properties +7 -0
- package/src/sap/f/messagebundle_tr.properties +7 -0
- package/src/sap/f/messagebundle_uk.properties +7 -0
- package/src/sap/f/messagebundle_vi.properties +7 -0
- package/src/sap/f/messagebundle_zh_CN.properties +7 -0
- package/src/sap/f/messagebundle_zh_TW.properties +7 -0
- package/src/sap/f/routing/Router.js +1 -1
- package/src/sap/f/routing/Target.js +1 -1
- package/src/sap/f/routing/TargetHandler.js +1 -1
- package/src/sap/f/routing/Targets.js +1 -1
- package/src/sap/f/routing/async/Target.js +1 -1
- package/src/sap/f/routing/async/Targets.js +1 -1
- package/src/sap/f/rules/Avatar.support.js +1 -1
- package/src/sap/f/rules/DynamicPage.support.js +1 -1
- package/src/sap/f/semantic/AddAction.js +2 -2
- package/src/sap/f/semantic/CloseAction.js +2 -2
- package/src/sap/f/semantic/CopyAction.js +2 -2
- package/src/sap/f/semantic/DeleteAction.js +2 -2
- package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
- package/src/sap/f/semantic/EditAction.js +2 -2
- package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
- package/src/sap/f/semantic/FavoriteAction.js +2 -2
- package/src/sap/f/semantic/FlagAction.js +2 -2
- package/src/sap/f/semantic/FooterMainAction.js +2 -2
- package/src/sap/f/semantic/FullScreenAction.js +2 -2
- package/src/sap/f/semantic/MainAction.js +2 -2
- package/src/sap/f/semantic/MessagesIndicator.js +2 -2
- package/src/sap/f/semantic/NegativeAction.js +2 -2
- package/src/sap/f/semantic/PositiveAction.js +2 -2
- package/src/sap/f/semantic/PrintAction.js +2 -2
- package/src/sap/f/semantic/SemanticButton.js +2 -2
- package/src/sap/f/semantic/SemanticConfiguration.js +4 -8
- package/src/sap/f/semantic/SemanticContainer.js +1 -1
- package/src/sap/f/semantic/SemanticControl.js +2 -2
- package/src/sap/f/semantic/SemanticFooter.js +1 -1
- package/src/sap/f/semantic/SemanticPage.js +6 -6
- package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
- package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
- package/src/sap/f/semantic/SemanticTitle.js +1 -1
- package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
- package/src/sap/f/semantic/SendEmailAction.js +2 -2
- package/src/sap/f/semantic/SendMessageAction.js +2 -2
- package/src/sap/f/semantic/ShareInJamAction.js +2 -2
- package/src/sap/f/semantic/TitleMainAction.js +2 -2
- package/src/sap/f/shellBar/Accessibility.js +1 -1
- package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
- package/src/sap/f/shellBar/CoPilot.js +2 -2
- package/src/sap/f/shellBar/CoPilotRenderer.js +12 -7
- package/src/sap/f/shellBar/ControlSpacer.js +2 -2
- package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
- package/src/sap/f/shellBar/Factory.js +1 -1
- package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
- package/src/sap/f/shellBar/Search.js +2 -2
- package/src/sap/f/shellBar/SearchRenderer.js +1 -1
- package/src/sap/f/themes/base/DynamicPage.less +4 -1
- package/src/sap/f/themes/base/FlexibleColumnLayout.less +1 -1
- package/src/sap/f/themes/base/GridList.less +4 -0
- package/src/sap/f/themes/base/ShellBar.less +6 -0
- package/src/sap/f/themes/base/SidePanel.less +189 -29
- package/src/sap/f/themes/base/library.source.less +1 -1
- package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @extends sap.ui.core.Control
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.110.0
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @private
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
sap.ui.define([
|
|
8
|
-
|
|
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:
|
|
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.
|
|
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.
|
|
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.
|
|
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");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
26
|
+
* @version 1.110.0
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @private
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
* OpenUI5
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -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.
|
|
39
|
+
* @version 1.110.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @private
|
|
@@ -257,6 +257,7 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
+
// Reflection: Overwritten styles
|
|
260
261
|
.sapFDynamicPageTitleMainHeading,
|
|
261
262
|
.sapFDynamicPageTitleMainContent,
|
|
262
263
|
.sapFDynamicPageTitleMainActions {
|
|
@@ -296,6 +297,7 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
296
297
|
left: 50%;
|
|
297
298
|
padding: 0;
|
|
298
299
|
|
|
300
|
+
// Reflection: Overwritten styles
|
|
299
301
|
.sapMBtnInner {
|
|
300
302
|
position: absolute !important;
|
|
301
303
|
border-radius: 0.1875rem;
|
|
@@ -327,6 +329,7 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
327
329
|
.sapFDynamicPageHeaderPinButton {
|
|
328
330
|
bottom: -0.875rem;
|
|
329
331
|
|
|
332
|
+
// Reflection: Overwritten styles
|
|
330
333
|
.sapMBtnInner.sapMBtnIconFirst:not(.sapMBtnBack) {
|
|
331
334
|
padding-left: 0;
|
|
332
335
|
padding-right: 0;
|
|
@@ -406,4 +409,4 @@ To be used in Comparison pattern scenario. */
|
|
|
406
409
|
|
|
407
410
|
.sapUiComparisonContainer .sapFDynamicPageTitleSnapped + .sapFDynamicPageContentWrapper .sapUiComparisonContent {
|
|
408
411
|
margin-right: -1rem;
|
|
409
|
-
}
|
|
412
|
+
}
|
|
@@ -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.
|
|
@@ -94,6 +94,8 @@
|
|
|
94
94
|
.sapFShellBarCopilot + .sapFShellBarItem {
|
|
95
95
|
margin-left: 0;
|
|
96
96
|
}
|
|
97
|
+
|
|
98
|
+
// Reflection: styles overwritten
|
|
97
99
|
.sapMBtn .sapMBtnInner {
|
|
98
100
|
.sapFAvatar {
|
|
99
101
|
vertical-align: middle;
|
|
@@ -132,6 +134,8 @@
|
|
|
132
134
|
vertical-align: middle;
|
|
133
135
|
font-weight: bold;
|
|
134
136
|
overflow: hidden;
|
|
137
|
+
|
|
138
|
+
// Reflection: styles overwritten
|
|
135
139
|
.sapMBtnInner > img {
|
|
136
140
|
width: auto !important;
|
|
137
141
|
max-width: none !important;
|
|
@@ -351,6 +355,8 @@
|
|
|
351
355
|
max-width: 100%;
|
|
352
356
|
}
|
|
353
357
|
}
|
|
358
|
+
|
|
359
|
+
// Reflection: styles overwritten
|
|
354
360
|
.sapMBtnInner {
|
|
355
361
|
&.sapMBtnIconFirst:not(.sapMBtnText),
|
|
356
362
|
&.sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText){
|
|
@@ -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:
|
|
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
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
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
|
|
245
|
-
|
|
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 .
|
|
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:
|
|
421
|
+
width: 100%;
|
|
422
|
+
|
|
423
|
+
.sapFSPActionBar {
|
|
424
|
+
min-width: 4rem;
|
|
425
|
+
width: 4rem;
|
|
426
|
+
}
|
|
288
427
|
}
|
|
289
428
|
|
|
290
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
|
458
|
-
|
|
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
|
-
|
|
461
|
-
|
|
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
|
-
.
|
|
635
|
+
.sapFSPActionBarListWrapper {
|
|
476
636
|
height: inherit;
|
|
477
637
|
width: 100%;
|
|
478
638
|
display: flex;
|
|
479
639
|
border: none;
|
|
480
640
|
|
|
481
|
-
.
|
|
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 .
|
|
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
|
-
.
|
|
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 .
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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 .
|
|
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
|
-
.
|
|
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 .
|
|
798
|
+
&.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
|
|
639
799
|
height: 0;
|
|
640
800
|
overflow: hidden;
|
|
641
801
|
}
|