@openui5/sap.f 1.124.2 → 1.126.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 +9 -4
- package/THIRDPARTY.txt +13 -6
- package/package.json +4 -4
- 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/AvatarGroupRenderer.js +11 -4
- 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 +28 -1
- package/src/sap/f/DynamicPage.js +2 -2
- package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/f/DynamicPageHeader.js +1 -1
- package/src/sap/f/DynamicPageTitle.js +1 -1
- package/src/sap/f/FlexibleColumnLayout.js +1 -1
- package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.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 +1 -1
- package/src/sap/f/SidePanelItem.js +1 -1
- package/src/sap/f/cards/BaseHeader.js +6 -10
- package/src/sap/f/cards/Header.js +1 -1
- package/src/sap/f/cards/HeaderRenderer.js +4 -0
- package/src/sap/f/cards/NumericHeader.js +1 -1
- package/src/sap/f/cards/NumericHeaderRenderer.js +7 -2
- 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 +2 -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/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 +11 -2
- package/src/sap/f/themes/sap_hcb/base_AvatarGroup.less +275 -0
- package/src/sap/f/themes/sap_hcb/base_CalendarPlaceholder.less +70 -0
- package/src/sap/f/themes/sap_hcb/base_Card.less +638 -0
- package/src/sap/f/themes/sap_hcb/base_CardLoading.less +268 -0
- package/src/sap/f/themes/sap_hcb/base_CardNumericIndicators.less +38 -0
- package/src/sap/f/themes/sap_hcb/base_DynamicPage.less +418 -0
- package/src/sap/f/themes/sap_hcb/base_DynamicPageHeader.less +66 -0
- package/src/sap/f/themes/sap_hcb/base_DynamicPageTitle.less +373 -0
- package/src/sap/f/themes/sap_hcb/base_FlexibleColumnLayout.less +281 -0
- package/src/sap/f/themes/sap_hcb/base_GridContainer.less +60 -0
- package/src/sap/f/themes/sap_hcb/base_GridDragAndDrop.less +5 -0
- package/src/sap/f/themes/sap_hcb/base_GridList.less +103 -0
- package/src/sap/f/themes/sap_hcb/base_GridListItem.less +111 -0
- package/src/sap/f/themes/sap_hcb/base_ListPlaceholder.less +53 -0
- package/src/sap/f/themes/sap_hcb/base_ObjectPlaceholder.less +43 -0
- package/src/sap/f/themes/sap_hcb/base_ProductSwitch.less +3 -0
- package/src/sap/f/themes/sap_hcb/base_ProductSwitchItem.less +160 -0
- package/src/sap/f/themes/sap_hcb/base_SemanticPage.less +34 -0
- package/src/sap/f/themes/sap_hcb/base_ShellBar.less +495 -0
- package/src/sap/f/themes/sap_hcb/base_SidePanel.less +858 -0
- package/src/sap/f/themes/sap_hcb/base_TablePlaceholder.less +34 -0
- package/src/sap/f/themes/sap_hcb/base_TimelinePlaceholder.less +79 -0
- package/src/sap/f/themes/sap_hcb/library.source.less +34 -1
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
/* ============================= */
|
|
2
|
+
/* CSS for control sap.f/AvatarGroup */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================= */
|
|
5
|
+
.sapFAvatarGroup {
|
|
6
|
+
width: 100%;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
padding: 0.0625rem;
|
|
9
|
+
margin: 0px;
|
|
10
|
+
display: inline-block;
|
|
11
|
+
white-space: nowrap;
|
|
12
|
+
max-width: 100%;
|
|
13
|
+
|
|
14
|
+
&.sapFAvatarGroupXS {
|
|
15
|
+
min-width: 2rem;
|
|
16
|
+
max-height: 2.00625rem;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&.sapFAvatarGroupS {
|
|
20
|
+
min-width: 3rem;
|
|
21
|
+
max-height: 3.00625rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.sapFAvatarGroupM {
|
|
25
|
+
min-width: 4rem;
|
|
26
|
+
max-height: 4.00625rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&.sapFAvatarGroupL {
|
|
30
|
+
min-width: 5rem;
|
|
31
|
+
max-height: 5.00625rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.sapFAvatarGroupXL {
|
|
35
|
+
min-width: 7rem;
|
|
36
|
+
max-height: 7.00625rem;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapFAvatarGroup:focus {
|
|
41
|
+
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sapFAvatarGroupGroup {
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
|
|
47
|
+
.sapFAvatarGroupItem {
|
|
48
|
+
display: inline-block;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sapFAvatarGroupNonInteractive {
|
|
53
|
+
pointer-events: none;
|
|
54
|
+
|
|
55
|
+
&.sapFAvatarGroupIndividual .sapFAvatarGroupItem {
|
|
56
|
+
pointer-events: none;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sapFAvatarGroupIndividual {
|
|
61
|
+
pointer-events: none;
|
|
62
|
+
|
|
63
|
+
.sapFAvatar {
|
|
64
|
+
pointer-events: none;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.sapFAvatarGroupMoreButton {
|
|
68
|
+
pointer-events: all;
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.sapFAvatarGroupItem {
|
|
73
|
+
pointer-events: all;
|
|
74
|
+
display: inline-block;
|
|
75
|
+
cursor: pointer;
|
|
76
|
+
padding: 0;
|
|
77
|
+
margin: 0;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.sapFAvatarGroupItem:focus {
|
|
81
|
+
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.sapFAvatarGroupItemXS {
|
|
85
|
+
height: 2rem;
|
|
86
|
+
|
|
87
|
+
&.sapFAvatarGroupItem:not(:last-child) {
|
|
88
|
+
margin-right: 0.0625rem;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.sapFAvatarGroupItemS {
|
|
93
|
+
height: 3rem;
|
|
94
|
+
|
|
95
|
+
&.sapFAvatarGroupItem:not(:last-child) {
|
|
96
|
+
margin-right: 0.125rem;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.sapFAvatarGroupItemM {
|
|
101
|
+
height: 4rem;
|
|
102
|
+
|
|
103
|
+
&.sapFAvatarGroupItem:not(:last-child) {
|
|
104
|
+
margin-right: 0.125rem;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.sapFAvatarGroupItemL {
|
|
109
|
+
height: 5rem;
|
|
110
|
+
|
|
111
|
+
&.sapFAvatarGroupItem:not(:last-child) {
|
|
112
|
+
margin-right: 0.25rem;;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.sapFAvatarGroupItemXL {
|
|
117
|
+
height: 7rem;
|
|
118
|
+
|
|
119
|
+
&.sapFAvatarGroupItem:not(:last-child) {
|
|
120
|
+
margin-right: 0.25rem;;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.sapFAvatarGroupItemCustom {
|
|
125
|
+
height: inherit;
|
|
126
|
+
|
|
127
|
+
&.sapFAvatarGroupItem:not(:last-child) {
|
|
128
|
+
margin-right: 0.125rem;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.sapFAvatarGroupGroup:not(.sapFAvatarGroupShowMore) {
|
|
134
|
+
pointer-events: all;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.sapFAvatarGroupGroup {
|
|
138
|
+
.sapFAvatarGroupItem:not(:last-child) {
|
|
139
|
+
&.sapFAvatarGroupItemXS {
|
|
140
|
+
margin-right: -0.75rem;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
&.sapFAvatarGroupItemS {
|
|
144
|
+
margin-right: -1.25rem;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
&.sapFAvatarGroupItemM {
|
|
148
|
+
margin-right: -1.625rem;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&.sapFAvatarGroupItemL {
|
|
152
|
+
margin-right: -2rem;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&.sapFAvatarGroupItemXL {
|
|
156
|
+
margin-right: -2.75rem;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&.sapFAvatarGroupItemCustom {
|
|
160
|
+
margin-right: var(--sapUiAvatarGroupCustomMarginRight);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.sapFAvatar,
|
|
165
|
+
.sapFAvatarGroupMoreButton {
|
|
166
|
+
pointer-events: none;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.sapFAvatarGroupMoreButton.sapMBtn {
|
|
171
|
+
padding: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.sapFAvatarGroupMoreButton.sapMBtn:focus .sapMBtnFocusDiv {
|
|
175
|
+
border: none;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.sapFAvatarGroupMoreButton.sapMBtn:focus > .sapMBtnInner.sapMFocusable.sapMIE {
|
|
179
|
+
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.sapFAvatarGroupMoreButton.sapMBtn:focus > .sapMFocusable.sapMBtnInner {
|
|
183
|
+
outline-offset: 0;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.sapFAvatarGroupMoreButton .sapMBtnInner {
|
|
187
|
+
border-radius: 50%;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.sapMBtn.sapFAvatarGroupMoreButton.sapFAvatarGroupMoreButtonXS {
|
|
191
|
+
height: 2rem;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.sapMBtn.sapFAvatarGroupMoreButton.sapFAvatarGroupMoreButtonS {
|
|
195
|
+
height: 3rem;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.sapMBtn.sapFAvatarGroupMoreButton.sapFAvatarGroupMoreButtonM {
|
|
199
|
+
height: 4rem;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.sapMBtn.sapFAvatarGroupMoreButton.sapFAvatarGroupMoreButtonL {
|
|
203
|
+
height: 5rem;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.sapMBtn.sapFAvatarGroupMoreButton.sapFAvatarGroupMoreButtonXL {
|
|
207
|
+
height: 7rem;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.sapMBtn.sapFAvatarGroupMoreButton.sapFAvatarGroupMoreButtonCustom {
|
|
211
|
+
height: inherit;
|
|
212
|
+
min-width: inherit;
|
|
213
|
+
font-size: inherit;
|
|
214
|
+
line-height: inherit;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.sapFAvatarGroupMoreButtonXS .sapMBtnInner {
|
|
218
|
+
height: 2rem;
|
|
219
|
+
min-width: 2rem;
|
|
220
|
+
font-size: 0.75rem;
|
|
221
|
+
|
|
222
|
+
.sapMBtnContent {
|
|
223
|
+
line-height: 2rem;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.sapFAvatarGroupMoreButtonS .sapMBtnInner {
|
|
228
|
+
height: 3rem;
|
|
229
|
+
min-width: 3rem;
|
|
230
|
+
font-size: 1.125rem;
|
|
231
|
+
|
|
232
|
+
.sapMBtnContent {
|
|
233
|
+
line-height: 3rem;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.sapFAvatarGroupMoreButtonM .sapMBtnInner {
|
|
238
|
+
height: 4rem;
|
|
239
|
+
min-width: 4rem;
|
|
240
|
+
font-size: 1.625rem;
|
|
241
|
+
|
|
242
|
+
.sapMBtnContent {
|
|
243
|
+
line-height: 4rem;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.sapFAvatarGroupMoreButtonL .sapMBtnInner {
|
|
248
|
+
height: 5rem;
|
|
249
|
+
min-width: 5rem;
|
|
250
|
+
font-size: 2rem;
|
|
251
|
+
|
|
252
|
+
.sapMBtnContent {
|
|
253
|
+
line-height: 5rem;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.sapFAvatarGroupMoreButtonXL .sapMBtnInner {
|
|
258
|
+
height: 7rem;
|
|
259
|
+
min-width: 7rem;
|
|
260
|
+
font-size: 2.75rem;
|
|
261
|
+
|
|
262
|
+
.sapMBtnContent {
|
|
263
|
+
line-height: 7rem;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.sapFAvatarGroupMoreButtonCustom .sapMBtnInner {
|
|
268
|
+
height: inherit;
|
|
269
|
+
min-width: inherit;
|
|
270
|
+
font-size: inherit;
|
|
271
|
+
|
|
272
|
+
.sapMBtnContent {
|
|
273
|
+
line-height: inherit;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/* ======================================================== */
|
|
2
|
+
/* CSS for control sap.f.cards.loading/CalendarPlaceholder */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================================== */
|
|
5
|
+
|
|
6
|
+
.sapFCard .sapFCardContentCalendarPlaceholder .sapFCardLoadingShimmer {
|
|
7
|
+
background-size: unset;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapFCardCalendarContent.sapMPCInCardTwoColumns .sapFCardContentCalendarPlaceholder {
|
|
11
|
+
display: flex;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapFCardContentCalendarPlaceholder {
|
|
15
|
+
.sapFCardContentCalendarPartPlaceholder {
|
|
16
|
+
height: 13rem;
|
|
17
|
+
min-width: 18rem;
|
|
18
|
+
margin: 1rem;
|
|
19
|
+
}
|
|
20
|
+
.sapFCardContentLegendItemsListPlaceholder {
|
|
21
|
+
column-width: 9rem;
|
|
22
|
+
}
|
|
23
|
+
.sapFCardContentItemsListPlaceholder {
|
|
24
|
+
margin: 1rem;
|
|
25
|
+
}
|
|
26
|
+
.sapFCardListPlaceholderItem {
|
|
27
|
+
height: 4.75rem;
|
|
28
|
+
display: block;
|
|
29
|
+
&.sapFCardListPlaceholderLegendItem {
|
|
30
|
+
width: 15rem;
|
|
31
|
+
height: 1.75rem;
|
|
32
|
+
.sapFCardListPlaceholderImg,
|
|
33
|
+
.sapFCardListPlaceholderRows {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
}
|
|
36
|
+
.sapFCardListPlaceholderImg {
|
|
37
|
+
margin: 0.5rem 0.5rem 0.5rem 0;
|
|
38
|
+
height: 1rem;
|
|
39
|
+
width: 1rem;
|
|
40
|
+
}
|
|
41
|
+
.sapFCardListPlaceholderRows {
|
|
42
|
+
.sapFCardListPlaceholderRow {
|
|
43
|
+
width: 6rem;
|
|
44
|
+
margin-left: 0;
|
|
45
|
+
}
|
|
46
|
+
width: 8rem;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.sapFCardListPlaceholderFromTo {
|
|
50
|
+
height: 1rem;
|
|
51
|
+
width: 5rem;
|
|
52
|
+
display: inline-block;
|
|
53
|
+
}
|
|
54
|
+
.sapFCardListPlaceholderRows {
|
|
55
|
+
.sapFCardListPlaceholderRow {
|
|
56
|
+
height: 1rem;
|
|
57
|
+
width: 8rem;
|
|
58
|
+
margin-left: 2rem;
|
|
59
|
+
&.sapFCardListPlaceholderTextRow {
|
|
60
|
+
height: 0.75rem;
|
|
61
|
+
width: 6rem;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.sapUiSizeCompact .sapFCardContentCalendarPlaceholder .sapFCardContentItemsListPlaceholder .sapFCardListPlaceholderItem {
|
|
69
|
+
height: 4.75rem;
|
|
70
|
+
}
|