@openui5/sap.f 1.136.3 → 1.139.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/README.md +1 -1
- package/REUSE.toml +8 -29
- package/THIRDPARTY.txt +72 -90
- package/package.json +5 -5
- package/src/sap/f/.library +1 -1
- package/src/sap/f/Avatar.js +1 -1
- package/src/sap/f/AvatarGroup.js +1 -1
- package/src/sap/f/AvatarGroupItem.js +1 -1
- package/src/sap/f/CalendarAppointmentInCard.js +1 -1
- package/src/sap/f/CalendarInCard.js +1 -1
- package/src/sap/f/Card.js +1 -1
- package/src/sap/f/CardBase.js +1 -1
- package/src/sap/f/DynamicPage.js +1 -1
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/DynamicPageHeader.js +12 -12
- package/src/sap/f/DynamicPageTitle.js +4 -3
- package/src/sap/f/FlexibleColumnLayout.js +7 -3
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
- package/src/sap/f/GridContainer.js +1 -1
- package/src/sap/f/GridContainerItemLayoutData.js +1 -1
- package/src/sap/f/GridContainerSettings.js +2 -2
- package/src/sap/f/GridList.js +1 -1
- package/src/sap/f/GridListItem.js +1 -1
- package/src/sap/f/IllustratedMessage.js +1 -1
- package/src/sap/f/Illustration.js +1 -1
- package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
- package/src/sap/f/ProductSwitch.js +1 -1
- package/src/sap/f/ProductSwitchItem.js +1 -1
- package/src/sap/f/SearchManager.js +1 -1
- package/src/sap/f/ShellBar.js +1 -1
- package/src/sap/f/SidePanel.js +20 -5
- package/src/sap/f/SidePanelItem.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +1 -1
- package/src/sap/f/cards/BaseHeaderRenderer.js +2 -2
- package/src/sap/f/cards/Header.js +1 -1
- package/src/sap/f/cards/NumericHeader.js +1 -1
- package/src/sap/f/cards/NumericIndicators.js +1 -1
- package/src/sap/f/cards/NumericSideIndicator.js +1 -1
- package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
- package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
- package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
- package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
- package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
- package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
- package/src/sap/f/delegate/GridItemNavigation.js +1 -1
- package/src/sap/f/dnd/GridDragOver.js +1 -1
- package/src/sap/f/dnd/GridDropInfo.js +1 -1
- package/src/sap/f/library.js +2 -2
- package/src/sap/f/routing/Target.js +38 -11
- package/src/sap/f/routing/Targets.js +44 -11
- package/src/sap/f/semantic/AddAction.js +1 -1
- package/src/sap/f/semantic/CloseAction.js +1 -1
- package/src/sap/f/semantic/CopyAction.js +1 -1
- package/src/sap/f/semantic/DeleteAction.js +1 -1
- package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/f/semantic/EditAction.js +1 -1
- package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
- package/src/sap/f/semantic/FavoriteAction.js +1 -1
- package/src/sap/f/semantic/FlagAction.js +1 -1
- package/src/sap/f/semantic/FooterMainAction.js +1 -1
- package/src/sap/f/semantic/FullScreenAction.js +1 -1
- package/src/sap/f/semantic/MainAction.js +1 -1
- package/src/sap/f/semantic/MessagesIndicator.js +1 -1
- package/src/sap/f/semantic/NegativeAction.js +1 -1
- package/src/sap/f/semantic/PositiveAction.js +1 -1
- package/src/sap/f/semantic/PrintAction.js +1 -1
- package/src/sap/f/semantic/SemanticButton.js +1 -1
- package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
- package/src/sap/f/semantic/SemanticControl.js +1 -1
- package/src/sap/f/semantic/SemanticPage.js +1 -1
- package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/f/semantic/SendEmailAction.js +1 -1
- package/src/sap/f/semantic/SendMessageAction.js +1 -1
- package/src/sap/f/semantic/ShareInJamAction.js +1 -1
- package/src/sap/f/semantic/TitleMainAction.js +1 -1
- package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
- package/src/sap/f/shellBar/CoPilot.js +1 -1
- package/src/sap/f/shellBar/ControlSpacer.js +1 -1
- package/src/sap/f/shellBar/Search.js +1 -1
- package/src/sap/f/themes/base/Card.less +1 -1
- package/src/sap/f/themes/base/CardHeaders.less +8 -4
- package/src/sap/f/themes/base/CardNumericIndicators.less +6 -5
- package/src/sap/f/themes/base/DynamicPage.less +55 -76
- package/src/sap/f/themes/base/DynamicPageHeader.less +7 -4
- package/src/sap/f/themes/base/ListPlaceholder.less +1 -1
- package/src/sap/f/themes/base/ObjectPlaceholder.less +3 -2
- package/src/sap/f/themes/base/ProductSwitch.less +5 -0
- package/src/sap/f/themes/base/ProductSwitchItem.less +24 -24
- package/src/sap/f/themes/base/SemanticPage.less +4 -0
- package/src/sap/f/themes/base/ShellBar.less +75 -47
- package/src/sap/f/themes/base/SidePanel.less +5 -12
- package/src/sap/f/themes/base/TablePlaceholder.less +3 -3
- package/src/sap/f/themes/base/TimelinePlaceholder.less +3 -4
- package/src/sap/f/routing/async/Target.js +0 -53
- package/src/sap/f/routing/async/Targets.js +0 -59
|
@@ -16,21 +16,22 @@
|
|
|
16
16
|
|
|
17
17
|
.sapFDynamicPageContentWrapperStandard,
|
|
18
18
|
.sapFDynamicPageContentWrapperSolid {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
|
|
20
|
+
& > .sapFDynamicPageContent {
|
|
21
|
+
background: var(--sapBackgroundColor);
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
.sapFDynamicPageHeaderSolid {
|
|
25
|
-
background:
|
|
26
|
+
background: var(--sapBackgroundColor);
|
|
26
27
|
}
|
|
27
28
|
|
|
28
|
-
.sapFDynamicPageContentWrapperTransparent
|
|
29
|
+
.sapFDynamicPageContentWrapperTransparent > .sapFDynamicPageContent {
|
|
29
30
|
background: transparent;
|
|
30
31
|
}
|
|
31
32
|
|
|
32
|
-
.sapFDynamicPageContentWrapperList
|
|
33
|
-
background:
|
|
33
|
+
.sapFDynamicPageContentWrapperList > .sapFDynamicPageContent {
|
|
34
|
+
background: var(--sapGroup_ContentBackground);
|
|
34
35
|
}
|
|
35
36
|
}
|
|
36
37
|
|
|
@@ -47,8 +48,9 @@
|
|
|
47
48
|
z-index: 3;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
|
-
html[data-sap-ui-browser^=
|
|
51
|
-
html[data-sap-ui-os^=
|
|
51
|
+
html[data-sap-ui-browser^='ff'].sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll,
|
|
52
|
+
html[data-sap-ui-os^='win'][data-sap-ui-browser^='cr'].sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
53
|
+
|
|
52
54
|
.sapFDynamicPageTitleWrapper {
|
|
53
55
|
right: 17px;
|
|
54
56
|
}
|
|
@@ -60,7 +62,6 @@ html[data-sap-ui-os^="win"][data-sap-ui-browser^="cr"].sap-desktop .sapFDynamicP
|
|
|
60
62
|
|
|
61
63
|
.sapFDynamicPageContent {
|
|
62
64
|
flex-grow: 1;
|
|
63
|
-
-webkit-flex-grow: 1;
|
|
64
65
|
z-index: 0;
|
|
65
66
|
|
|
66
67
|
.sapFDynamicPageAlignContent {
|
|
@@ -69,13 +70,6 @@ html[data-sap-ui-os^="win"][data-sap-ui-browser^="cr"].sap-desktop .sapFDynamicP
|
|
|
69
70
|
}
|
|
70
71
|
}
|
|
71
72
|
|
|
72
|
-
/* TODO remove after the end of support for Internet Explorer */
|
|
73
|
-
html[data-sap-ui-browser^="ie"] {
|
|
74
|
-
.sapFDynamicPageContent {
|
|
75
|
-
flex-shrink: 0;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
73
|
.sapFDynamicPageContent,
|
|
80
74
|
.sapFDynamicPageContentFitContainer {
|
|
81
75
|
position: relative;
|
|
@@ -91,29 +85,32 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
91
85
|
bottom: 0;
|
|
92
86
|
}
|
|
93
87
|
|
|
94
|
-
|
|
88
|
+
/* adds space underneath the footer (when page in scrollable mode) */
|
|
95
89
|
.sapFDynamicPageContentFitContainerFooterVisible:not(.sapFDynamicPageContentFitContainer) {
|
|
96
90
|
padding-bottom: ~"calc(@{_sap_f_DynamicPage_FooterHeight} + ( @{_sap_f_DynamicPage_FooterMarginBottom} * 2 ) )";
|
|
97
91
|
}
|
|
98
92
|
|
|
99
93
|
.sapUiSizeCompact {
|
|
94
|
+
|
|
100
95
|
.sapFDynamicPageContentFitContainerFooterVisible:not(.sapFDynamicPageContentFitContainer) {
|
|
101
96
|
padding-bottom: ~"calc(@{_sap_f_DynamicPage_FooterHeight_Compact} + ( @{_sap_f_DynamicPage_FooterMarginBottom} * 2 ) )";
|
|
102
97
|
}
|
|
103
98
|
}
|
|
104
99
|
|
|
105
|
-
|
|
100
|
+
/* adds space underneath the footer (when page in non-scrollable mode) */
|
|
106
101
|
.sapFDynamicPageContentFitContainerFooterVisible.sapFDynamicPageContentFitContainer {
|
|
107
102
|
max-height: ~"calc(100% - (@{_sap_f_DynamicPage_FooterHeight} + ( @{_sap_f_DynamicPage_FooterMarginBottom} * 2 ) ))";
|
|
108
103
|
}
|
|
109
104
|
|
|
110
105
|
.sapUiSizeCompact {
|
|
106
|
+
|
|
111
107
|
.sapFDynamicPageContentFitContainerFooterVisible.sapFDynamicPageContentFitContainer {
|
|
112
108
|
max-height: ~"calc(100% - (@{_sap_f_DynamicPage_FooterHeight_Compact} + ( @{_sap_f_DynamicPage_FooterMarginBottom} * 2 ) ))";
|
|
113
109
|
}
|
|
114
110
|
}
|
|
115
111
|
|
|
116
112
|
.sapFDynamicPage-Std-Tablet {
|
|
113
|
+
|
|
117
114
|
.sapFDynamicPageContent,
|
|
118
115
|
.sapFDynamicPageContentFitContainer {
|
|
119
116
|
padding: 2rem 2rem 0 2rem;
|
|
@@ -121,6 +118,7 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
121
118
|
}
|
|
122
119
|
|
|
123
120
|
.sapFDynamicPage-Std-Phone {
|
|
121
|
+
|
|
124
122
|
.sapFDynamicPageContent,
|
|
125
123
|
.sapFDynamicPageContentFitContainer {
|
|
126
124
|
padding: 2rem 1rem 0 1rem;
|
|
@@ -128,18 +126,22 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
128
126
|
}
|
|
129
127
|
|
|
130
128
|
.sapUiContainerContentPadding(~".sapFDynamicPage", ~".sapFDynamicPageContent");
|
|
129
|
+
|
|
131
130
|
.sapUiContainerContentPadding(~".sapFDynamicPage", ~".sapFDynamicPageContentFitContainer");
|
|
132
131
|
|
|
133
132
|
.sapFDynamicPage.sapUiContentPadding,
|
|
134
133
|
.sapFDynamicPage.sapUiNoContentPadding,
|
|
135
134
|
.sapFDynamicPage.sapUiResponsiveContentPadding {
|
|
135
|
+
|
|
136
136
|
.sapFDynamicPageAlignContent {
|
|
137
137
|
margin: 0;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.sapFDynamicPage.sapUiContentPadding {
|
|
142
|
+
|
|
142
143
|
.sapFDynamicPage-Std-Phone {
|
|
144
|
+
|
|
143
145
|
.sapFDynamicPageAlignContent {
|
|
144
146
|
margin: 0 -1rem;
|
|
145
147
|
}
|
|
@@ -147,7 +149,9 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
147
149
|
}
|
|
148
150
|
|
|
149
151
|
.sapFDynamicPage.sapUiResponsiveContentPadding {
|
|
152
|
+
|
|
150
153
|
&.sapFDynamicPage-Std-Phone {
|
|
154
|
+
|
|
151
155
|
.sapFDynamicPageContent,
|
|
152
156
|
.sapFDynamicPageContentFitContainer {
|
|
153
157
|
padding: 0;
|
|
@@ -156,6 +160,7 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
156
160
|
}
|
|
157
161
|
|
|
158
162
|
&.sapFDynamicPage-Std-Tablet {
|
|
163
|
+
|
|
159
164
|
.sapFDynamicPageContent,
|
|
160
165
|
.sapFDynamicPageContentFitContainer {
|
|
161
166
|
padding: 1rem;
|
|
@@ -163,6 +168,7 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
163
168
|
}
|
|
164
169
|
|
|
165
170
|
&.sapFDynamicPage-Std-Desktop {
|
|
171
|
+
|
|
166
172
|
.sapFDynamicPageContent,
|
|
167
173
|
.sapFDynamicPageContentFitContainer {
|
|
168
174
|
padding: 1rem 2rem;
|
|
@@ -171,13 +177,14 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
171
177
|
}
|
|
172
178
|
|
|
173
179
|
.sapFDynamicPageFooterVisible .sapFDynamicPageContentWrapper,
|
|
174
|
-
.sapFDynamicPageFooterVisible .sapFDynamicPageContentFitContainer *[style*=
|
|
180
|
+
.sapFDynamicPageFooterVisible .sapFDynamicPageContentFitContainer *[style*='overflow: hidden auto;'] {
|
|
175
181
|
scroll-padding-bottom: ~"calc(@{_sap_f_DynamicPage_FooterHeight} + @{_sap_f_DynamicPage_FooterMarginBottom} + 2px)";
|
|
176
182
|
}
|
|
177
183
|
|
|
178
184
|
.sapUiSizeCompact {
|
|
185
|
+
|
|
179
186
|
.sapFDynamicPageFooterVisible .sapFDynamicPageContentWrapper,
|
|
180
|
-
.sapFDynamicPageFooterVisible .sapFDynamicPageContentFitContainer *[style*=
|
|
187
|
+
.sapFDynamicPageFooterVisible .sapFDynamicPageContentFitContainer *[style*='overflow: hidden auto;'] {
|
|
181
188
|
scroll-padding-bottom: ~"calc(@{_sap_f_DynamicPage_FooterHeight_Compact} + @{_sap_f_DynamicPage_FooterMarginBottom} + 2px)";
|
|
182
189
|
}
|
|
183
190
|
}
|
|
@@ -187,24 +194,19 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
187
194
|
height: 100%;
|
|
188
195
|
position: relative;
|
|
189
196
|
will-change: scroll-position;
|
|
190
|
-
-webkit-overflow-scrolling: auto;
|
|
191
|
-
|
|
192
|
-
display: -webkit-box;
|
|
193
|
-
display: -webkit-flex;
|
|
194
197
|
display: flex;
|
|
195
|
-
|
|
196
|
-
-webkit-flex-direction: column;
|
|
197
198
|
flex-direction: column;
|
|
198
199
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
/* Scroll anchoring adjusts the scroll position to prevent visible jumps (or "reflows"),
|
|
201
|
+
when content changes above the viewport.
|
|
202
|
+
See: https://github.com/WICG/ScrollAnchoring/blob/master/explainer.md */
|
|
202
203
|
overflow-anchor: none;
|
|
203
204
|
|
|
204
205
|
overflow-y: auto;
|
|
205
206
|
}
|
|
206
207
|
|
|
207
208
|
.sapFDynamicPageSupressScroll {
|
|
209
|
+
|
|
208
210
|
.sapFDynamicPageContentWrapper {
|
|
209
211
|
overflow: hidden;
|
|
210
212
|
}
|
|
@@ -212,14 +214,12 @@ html[data-sap-ui-browser^="ie"] {
|
|
|
212
214
|
|
|
213
215
|
.sapFDynamicPage .sapFDynamicPageTitleWrapper {
|
|
214
216
|
display: flex;
|
|
215
|
-
display: -webkit-flex;
|
|
216
217
|
flex-direction: column;
|
|
217
|
-
-webkit-flex-direction: column;
|
|
218
218
|
flex-shrink: 0;
|
|
219
|
-
-webkit-flex-shrink: 0;
|
|
220
219
|
}
|
|
221
220
|
|
|
222
221
|
html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
222
|
+
|
|
223
223
|
.sapFDynamicPageTitleWrapper {
|
|
224
224
|
right: 12px;
|
|
225
225
|
}
|
|
@@ -230,21 +230,18 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
.sapFDynamicPageContentWrapper {
|
|
233
|
-
-webkit-flex-grow: 1;
|
|
234
233
|
flex-grow: 1;
|
|
235
234
|
}
|
|
236
235
|
|
|
237
236
|
.sapFDynamicPage,
|
|
238
237
|
.sapFDynamicPage.sapFNavItem {
|
|
239
|
-
display: -webkit-box;
|
|
240
|
-
display: -webkit-flex;
|
|
241
238
|
display: flex;
|
|
242
|
-
-webkit-flex-direction: column;
|
|
243
239
|
flex-direction: column;
|
|
244
240
|
}
|
|
245
241
|
|
|
246
|
-
|
|
242
|
+
/* DynamicPageTitle hover */
|
|
247
243
|
.sapFDynamicPage.sapFDynamicPageTitleClickEnabled {
|
|
244
|
+
|
|
248
245
|
.sapFDynamicPageTitle:hover,
|
|
249
246
|
&.sapFDynamicPageTitleForceHovered .sapFDynamicPageTitle {
|
|
250
247
|
cursor: pointer;
|
|
@@ -255,8 +252,9 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
255
252
|
}
|
|
256
253
|
}
|
|
257
254
|
|
|
258
|
-
|
|
255
|
+
/* Overstyle for Comparison Pattern */
|
|
259
256
|
.sapFDynamicPage.sapFDynamicPageTitleClickEnabled.sapUiComparisonContainer {
|
|
257
|
+
|
|
260
258
|
.sapFDynamicPageTitleMainInner:hover {
|
|
261
259
|
cursor: pointer;
|
|
262
260
|
}
|
|
@@ -267,15 +265,16 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
267
265
|
}
|
|
268
266
|
}
|
|
269
267
|
|
|
270
|
-
|
|
268
|
+
/* Reflection: Overwritten styles */
|
|
271
269
|
.sapFDynamicPageTitleMainHeading,
|
|
272
270
|
.sapFDynamicPageTitleMainContent,
|
|
273
271
|
.sapFDynamicPageTitleMainActions {
|
|
274
|
-
|
|
272
|
+
/* BCP: 1870261908 - CSS cursor reset is needed here to prevent showing pointer for not clickable control types */
|
|
275
273
|
cursor: default;
|
|
276
274
|
}
|
|
277
275
|
|
|
278
276
|
.sapFDynamicPage {
|
|
277
|
+
|
|
279
278
|
.sapFDynamicPageFooter {
|
|
280
279
|
position: relative;
|
|
281
280
|
|
|
@@ -298,16 +297,17 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
298
297
|
height: @_sap_f_DynamicPage_FooterHeight_Compact;
|
|
299
298
|
}
|
|
300
299
|
|
|
301
|
-
/*
|
|
302
|
-
/* Toggle Header Visual Indicator
|
|
303
|
-
/*
|
|
300
|
+
/* =============================== */
|
|
301
|
+
/* Toggle Header Visual Indicator */
|
|
302
|
+
/* =============================== */
|
|
303
|
+
|
|
304
304
|
.sapFDynamicPageToggleHeaderIndicator.sapMBtn,
|
|
305
305
|
.sapFDynamicPageHeaderPinButton.sapMBtn {
|
|
306
306
|
position: absolute;
|
|
307
307
|
left: 50%;
|
|
308
308
|
padding: 0;
|
|
309
309
|
|
|
310
|
-
|
|
310
|
+
/* Reflection: Overwritten styles */
|
|
311
311
|
.sapMBtnInner {
|
|
312
312
|
position: absolute !important;
|
|
313
313
|
border-radius: 0.1875rem;
|
|
@@ -335,11 +335,12 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
335
335
|
|
|
336
336
|
/* Compact */
|
|
337
337
|
.sapUiSizeCompact {
|
|
338
|
+
|
|
338
339
|
.sapFDynamicPageToggleHeaderIndicator,
|
|
339
340
|
.sapFDynamicPageHeaderPinButton {
|
|
340
341
|
bottom: -0.875rem;
|
|
341
342
|
|
|
342
|
-
|
|
343
|
+
/* Reflection: Overwritten styles */
|
|
343
344
|
.sapMBtnInner.sapMBtnIconFirst:not(.sapMBtnBack) {
|
|
344
345
|
padding-left: 0;
|
|
345
346
|
padding-right: 0;
|
|
@@ -347,30 +348,20 @@ html.sap-desktop .sapFDynamicPage.sapFDynamicPageWithScroll {
|
|
|
347
348
|
}
|
|
348
349
|
}
|
|
349
350
|
|
|
350
|
-
/*
|
|
351
|
-
/* Animations
|
|
352
|
-
/*
|
|
351
|
+
/* =========== */
|
|
352
|
+
/* Animations */
|
|
353
|
+
/* =========== */
|
|
353
354
|
|
|
354
355
|
html[data-sap-ui-animation='on'] .sapFDynamicPage {
|
|
356
|
+
|
|
355
357
|
.sapFDynamicPageActualFooterControlShow {
|
|
356
|
-
-webkit-animation: bounceShow 0.35s forwards ease-in-out;
|
|
357
358
|
animation: bounceShow 0.35s forwards ease-in-out;
|
|
358
359
|
}
|
|
360
|
+
|
|
359
361
|
.sapFDynamicPageActualFooterControlHide {
|
|
360
|
-
-webkit-animation: bounceHide 0.35s forwards ease-in-out;
|
|
361
362
|
animation: bounceHide 0.35s forwards ease-in-out;
|
|
362
363
|
}
|
|
363
364
|
|
|
364
|
-
@-webkit-keyframes bounceShow {
|
|
365
|
-
0% {
|
|
366
|
-
-webkit-transform: translateY(100%);
|
|
367
|
-
transform: translateY(100%);
|
|
368
|
-
opacity: 0;
|
|
369
|
-
}
|
|
370
|
-
100% {
|
|
371
|
-
opacity: 1;
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
365
|
@keyframes bounceShow {
|
|
375
366
|
0% {
|
|
376
367
|
transform: translateY(100%);
|
|
@@ -380,18 +371,7 @@ html[data-sap-ui-animation='on'] .sapFDynamicPage {
|
|
|
380
371
|
opacity: 1;
|
|
381
372
|
}
|
|
382
373
|
}
|
|
383
|
-
|
|
384
|
-
0% {
|
|
385
|
-
-webkit-transform: translateY(-5%);
|
|
386
|
-
transform: translateY(-5%);
|
|
387
|
-
opacity: 1;
|
|
388
|
-
}
|
|
389
|
-
100% {
|
|
390
|
-
-webkit-transform: translateY(100%);
|
|
391
|
-
transform: translateY(100%);
|
|
392
|
-
opacity: 0;
|
|
393
|
-
}
|
|
394
|
-
}
|
|
374
|
+
|
|
395
375
|
@keyframes bounceHide {
|
|
396
376
|
0% {
|
|
397
377
|
transform: translateY(-5%);
|
|
@@ -404,7 +384,6 @@ html[data-sap-ui-animation='on'] .sapFDynamicPage {
|
|
|
404
384
|
}
|
|
405
385
|
}
|
|
406
386
|
|
|
407
|
-
|
|
408
387
|
/* Vertically align items in the table-like view with the items in the sap.m.Carousel control,
|
|
409
388
|
part of DynamicPageTitle snapped content and DynamicPageHeader content.
|
|
410
389
|
To be used in Comparison pattern scenario. */
|
|
@@ -421,7 +400,7 @@ To be used in Comparison pattern scenario. */
|
|
|
421
400
|
margin-right: -1rem;
|
|
422
401
|
}
|
|
423
402
|
|
|
424
|
-
|
|
403
|
+
/* Avoid visible gap between content and header when title is snapped */
|
|
425
404
|
.sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped + .sapFDynamicPageContentWrapper > .sapFDynamicPageHeaderWrapper {
|
|
426
|
-
background:
|
|
427
|
-
}
|
|
405
|
+
background: var(--sapObjectHeader_Background);
|
|
406
|
+
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
/* Base theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
/* Synced with ObjectPageLayout.HEADER_CONTENT_PADDING_BOTTOM and DynamicPage.HEADER_CONTENT_PADDING_BOTTOM */
|
|
7
7
|
@_sap_f_DynamicPageHeader_PaddingBottom: 1rem;
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
/* Default base icon for the pin button */
|
|
10
10
|
@_sap_f_DynamicPageHeader_PinButton_Icon: pushpin-off;
|
|
11
11
|
|
|
12
12
|
.sapFDynamicPageHeader {
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
-webkit-flex-shrink: 0;
|
|
17
17
|
flex-shrink: 0;
|
|
18
18
|
box-sizing: border-box;
|
|
19
|
-
background:
|
|
19
|
+
background: var(--sapObjectHeader_Background);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
23
23
|
padding: 1rem 3rem @_sap_f_DynamicPageHeader_PaddingBottom 3rem;
|
|
24
|
-
box-shadow:
|
|
24
|
+
box-shadow: var(--sapContent_HeaderShadow);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.sapFDynamicPageHeader.sapFDynamicPageHeaderPinnable {
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.sapFDynamicPage-Std-Tablet {
|
|
40
|
+
|
|
40
41
|
.sapFDynamicPageHeaderWithContent {
|
|
41
42
|
padding: 1rem 2rem @_sap_f_DynamicPageHeader_PaddingBottom 2rem;
|
|
42
43
|
}
|
|
@@ -47,12 +48,14 @@
|
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
.sapFDynamicPage-Std-Phone {
|
|
51
|
+
|
|
50
52
|
.sapFDynamicPageHeaderWithContent {
|
|
51
53
|
padding: 0.5rem 1rem @_sap_f_DynamicPageHeader_PaddingBottom 1rem;
|
|
52
54
|
}
|
|
53
55
|
}
|
|
54
56
|
|
|
55
57
|
.sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
58
|
+
|
|
56
59
|
.sapMObjectAttributeDiv .sapMText,
|
|
57
60
|
.sapMObjectAttributeDiv .sapMObjectAttributeTitle,
|
|
58
61
|
.sapMObjectAttributeDiv .sapMObjectAttributeColon,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ====================================================== */
|
|
2
|
-
/* CSS for control sap.f
|
|
2
|
+
/* CSS for control sap.f/cards/loading/ObjectPlaceholder */
|
|
3
3
|
/* Base theme */
|
|
4
4
|
/* ====================================================== */
|
|
5
5
|
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.sapFCardObjectContent.sapFCardContentLoading {
|
|
36
|
+
|
|
36
37
|
> div:not(.sapFCardContentObjectPlaceholder) {
|
|
37
38
|
visibility: hidden;
|
|
38
39
|
}
|
|
@@ -40,4 +41,4 @@
|
|
|
40
41
|
|
|
41
42
|
.sapUiIntCardWithFooter .sapFCardContentObjectPlaceholder {
|
|
42
43
|
padding-bottom: 0;
|
|
43
|
-
}
|
|
44
|
+
}
|
|
@@ -1,13 +1,18 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.f/ProductSwitchItem */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
1
6
|
.sapFPSItemContainer {
|
|
2
|
-
border-radius:
|
|
3
|
-
background:
|
|
7
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
8
|
+
background: var(--sapUiListBackground);
|
|
4
9
|
padding: 0.5rem;
|
|
5
10
|
width: 11.25rem;
|
|
6
11
|
height: 7rem;
|
|
7
12
|
display: flex;
|
|
8
13
|
flex-direction: column;
|
|
9
14
|
align-items: center;
|
|
10
|
-
color:
|
|
15
|
+
color: var(--sapContent_IconColor);
|
|
11
16
|
box-sizing: border-box;
|
|
12
17
|
text-decoration: none;
|
|
13
18
|
cursor: pointer;
|
|
@@ -20,8 +25,8 @@
|
|
|
20
25
|
}
|
|
21
26
|
|
|
22
27
|
.sapFPSItemMainTitle {
|
|
23
|
-
font-size:
|
|
24
|
-
color:
|
|
28
|
+
font-size: var(--sapFontHeader6Size);
|
|
29
|
+
color: var(--sapGroup_TitleTextColor);
|
|
25
30
|
}
|
|
26
31
|
|
|
27
32
|
.sapFPSItemIconPlaceholder {
|
|
@@ -42,15 +47,15 @@
|
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
.sapFPSItemSubTitle {
|
|
45
|
-
font-size:
|
|
50
|
+
font-size: var(--sapFontSmallSize);
|
|
46
51
|
white-space: nowrap;
|
|
47
52
|
text-overflow: ellipsis;
|
|
48
53
|
overflow: hidden;
|
|
49
|
-
color:
|
|
54
|
+
color: var(--sapContent_LabelColor);
|
|
50
55
|
}
|
|
51
56
|
|
|
52
57
|
&:hover {
|
|
53
|
-
background:
|
|
58
|
+
background: var(--sapList_Hover_Background);
|
|
54
59
|
}
|
|
55
60
|
|
|
56
61
|
&.sapFPSItemActive,
|
|
@@ -58,19 +63,19 @@
|
|
|
58
63
|
&:active,
|
|
59
64
|
&.sapFPSItemSelected:active,
|
|
60
65
|
&.sapFPSItemSelected:hover:active {
|
|
61
|
-
background:
|
|
62
|
-
color:
|
|
66
|
+
background: var(--sapList_Active_Background);
|
|
67
|
+
color: var(--sapList_Active_TextColor);
|
|
63
68
|
border: none;
|
|
64
69
|
|
|
65
70
|
.sapFPSItemMainTitle,
|
|
66
71
|
.sapFPSItemSubTitle {
|
|
67
|
-
color:
|
|
72
|
+
color: var(--sapList_Active_TextColor);
|
|
68
73
|
}
|
|
69
74
|
}
|
|
70
75
|
|
|
71
76
|
&.sapFPSItemSelected:not(:active) {
|
|
72
|
-
background:
|
|
73
|
-
border: 0.125rem solid
|
|
77
|
+
background: var(--sapList_SelectionBackgroundColor);
|
|
78
|
+
border: 0.125rem solid var(--sapList_SelectionBorderColor);
|
|
74
79
|
padding: 0.375rem;;
|
|
75
80
|
}
|
|
76
81
|
}
|
|
@@ -102,13 +107,14 @@
|
|
|
102
107
|
cursor: pointer;
|
|
103
108
|
font-size: 1.25rem;
|
|
104
109
|
width: 3rem;
|
|
105
|
-
color:
|
|
110
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
106
111
|
}
|
|
107
112
|
|
|
108
113
|
&.sapFPSItemActive,
|
|
109
114
|
&:active {
|
|
115
|
+
|
|
110
116
|
.sapUiIcon {
|
|
111
|
-
color:
|
|
117
|
+
color: var(--sapList_Active_TextColor);
|
|
112
118
|
}
|
|
113
119
|
}
|
|
114
120
|
|
|
@@ -125,15 +131,13 @@
|
|
|
125
131
|
|
|
126
132
|
&.sapFPSItemSelected {
|
|
127
133
|
border: none;
|
|
128
|
-
border-bottom: 0.0625rem solid
|
|
134
|
+
border-bottom: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
129
135
|
}
|
|
130
136
|
}
|
|
131
137
|
|
|
132
138
|
.sapFPSItemContainer:focus {
|
|
133
|
-
outline
|
|
134
|
-
outline-color: @sapUiContentFocusColor;
|
|
139
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
135
140
|
outline-offset: -2px;
|
|
136
|
-
outline-style: @sapUiContentFocusStyle;
|
|
137
141
|
}
|
|
138
142
|
|
|
139
143
|
.sapFPSItemContainer.sapFPSItemSelected:focus {
|
|
@@ -143,7 +147,7 @@
|
|
|
143
147
|
.sapFPSItemSelected.sapFPSItemActive:focus,
|
|
144
148
|
.sapFPSItemActive:focus,
|
|
145
149
|
.sapFPSItemContainer:active:focus {
|
|
146
|
-
outline-color:
|
|
150
|
+
outline-color: var(--sapContent_ContrastFocusColor);
|
|
147
151
|
outline-offset: -2px;
|
|
148
152
|
}
|
|
149
153
|
|
|
@@ -151,10 +155,6 @@
|
|
|
151
155
|
outline-offset: -2px;
|
|
152
156
|
}
|
|
153
157
|
|
|
154
|
-
html[data-sap-ui-browser^="ed"].sap-desktop .sapFPSItemContainer:focus {
|
|
155
|
-
outline-style: dashed;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
158
|
html[dir="rtl"].sapUiMedia-Std-Phone .sapFPSItemContainer .sapFPSItemTitle {
|
|
159
159
|
text-align: right;
|
|
160
160
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
overflow: hidden;
|
|
11
11
|
|
|
12
12
|
.sapFDynamicPageContent {
|
|
13
|
+
|
|
13
14
|
.sapFSemanticPageAlignContent {
|
|
14
15
|
margin-left: -@sapUiMarginSmall;
|
|
15
16
|
margin-right: -@sapUiMarginSmall;
|
|
@@ -19,13 +20,16 @@
|
|
|
19
20
|
.sapFDynamicPage.sapUiContentPadding,
|
|
20
21
|
.sapFDynamicPage.sapUiNoContentPadding,
|
|
21
22
|
.sapFDynamicPage.sapUiResponsiveContentPadding {
|
|
23
|
+
|
|
22
24
|
.sapFSemanticPageAlignContent {
|
|
23
25
|
margin: 0;
|
|
24
26
|
}
|
|
25
27
|
}
|
|
26
28
|
|
|
27
29
|
.sapFDynamicPage.sapUiContentPadding {
|
|
30
|
+
|
|
28
31
|
.sapFDynamicPage-Std-Phone {
|
|
32
|
+
|
|
29
33
|
.sapFSemanticPageAlignContent {
|
|
30
34
|
margin: 0 -@sapUiMarginSmall;
|
|
31
35
|
}
|