@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.
Files changed (107) hide show
  1. package/.reuse/dep5 +9 -4
  2. package/THIRDPARTY.txt +13 -6
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +1 -1
  5. package/src/sap/f/Avatar.js +1 -1
  6. package/src/sap/f/AvatarGroup.js +1 -1
  7. package/src/sap/f/AvatarGroupItem.js +1 -1
  8. package/src/sap/f/AvatarGroupRenderer.js +11 -4
  9. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  10. package/src/sap/f/CalendarInCard.js +1 -1
  11. package/src/sap/f/Card.js +1 -1
  12. package/src/sap/f/CardBase.js +28 -1
  13. package/src/sap/f/DynamicPage.js +2 -2
  14. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  15. package/src/sap/f/DynamicPageHeader.js +1 -1
  16. package/src/sap/f/DynamicPageTitle.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  20. package/src/sap/f/GridContainer.js +1 -1
  21. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  22. package/src/sap/f/GridContainerSettings.js +2 -2
  23. package/src/sap/f/GridList.js +1 -1
  24. package/src/sap/f/GridListItem.js +1 -1
  25. package/src/sap/f/IllustratedMessage.js +1 -1
  26. package/src/sap/f/Illustration.js +1 -1
  27. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  28. package/src/sap/f/ProductSwitch.js +1 -1
  29. package/src/sap/f/ProductSwitchItem.js +1 -1
  30. package/src/sap/f/SearchManager.js +1 -1
  31. package/src/sap/f/ShellBar.js +1 -1
  32. package/src/sap/f/SidePanel.js +1 -1
  33. package/src/sap/f/SidePanelItem.js +1 -1
  34. package/src/sap/f/cards/BaseHeader.js +6 -10
  35. package/src/sap/f/cards/Header.js +1 -1
  36. package/src/sap/f/cards/HeaderRenderer.js +4 -0
  37. package/src/sap/f/cards/NumericHeader.js +1 -1
  38. package/src/sap/f/cards/NumericHeaderRenderer.js +7 -2
  39. package/src/sap/f/cards/NumericIndicators.js +1 -1
  40. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  41. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/PlaceholderBase.js +2 -1
  47. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  49. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  50. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  51. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  52. package/src/sap/f/dnd/GridDragOver.js +1 -1
  53. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  54. package/src/sap/f/library.js +2 -2
  55. package/src/sap/f/semantic/AddAction.js +1 -1
  56. package/src/sap/f/semantic/CloseAction.js +1 -1
  57. package/src/sap/f/semantic/CopyAction.js +1 -1
  58. package/src/sap/f/semantic/DeleteAction.js +1 -1
  59. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  60. package/src/sap/f/semantic/EditAction.js +1 -1
  61. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  62. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  63. package/src/sap/f/semantic/FlagAction.js +1 -1
  64. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  65. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  66. package/src/sap/f/semantic/MainAction.js +1 -1
  67. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  68. package/src/sap/f/semantic/NegativeAction.js +1 -1
  69. package/src/sap/f/semantic/PositiveAction.js +1 -1
  70. package/src/sap/f/semantic/PrintAction.js +1 -1
  71. package/src/sap/f/semantic/SemanticButton.js +1 -1
  72. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  73. package/src/sap/f/semantic/SemanticControl.js +1 -1
  74. package/src/sap/f/semantic/SemanticPage.js +1 -1
  75. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  76. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  77. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  78. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  79. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  80. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  81. package/src/sap/f/shellBar/CoPilot.js +1 -1
  82. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  83. package/src/sap/f/shellBar/Search.js +1 -1
  84. package/src/sap/f/themes/base/Card.less +11 -2
  85. package/src/sap/f/themes/sap_hcb/base_AvatarGroup.less +275 -0
  86. package/src/sap/f/themes/sap_hcb/base_CalendarPlaceholder.less +70 -0
  87. package/src/sap/f/themes/sap_hcb/base_Card.less +638 -0
  88. package/src/sap/f/themes/sap_hcb/base_CardLoading.less +268 -0
  89. package/src/sap/f/themes/sap_hcb/base_CardNumericIndicators.less +38 -0
  90. package/src/sap/f/themes/sap_hcb/base_DynamicPage.less +418 -0
  91. package/src/sap/f/themes/sap_hcb/base_DynamicPageHeader.less +66 -0
  92. package/src/sap/f/themes/sap_hcb/base_DynamicPageTitle.less +373 -0
  93. package/src/sap/f/themes/sap_hcb/base_FlexibleColumnLayout.less +281 -0
  94. package/src/sap/f/themes/sap_hcb/base_GridContainer.less +60 -0
  95. package/src/sap/f/themes/sap_hcb/base_GridDragAndDrop.less +5 -0
  96. package/src/sap/f/themes/sap_hcb/base_GridList.less +103 -0
  97. package/src/sap/f/themes/sap_hcb/base_GridListItem.less +111 -0
  98. package/src/sap/f/themes/sap_hcb/base_ListPlaceholder.less +53 -0
  99. package/src/sap/f/themes/sap_hcb/base_ObjectPlaceholder.less +43 -0
  100. package/src/sap/f/themes/sap_hcb/base_ProductSwitch.less +3 -0
  101. package/src/sap/f/themes/sap_hcb/base_ProductSwitchItem.less +160 -0
  102. package/src/sap/f/themes/sap_hcb/base_SemanticPage.less +34 -0
  103. package/src/sap/f/themes/sap_hcb/base_ShellBar.less +495 -0
  104. package/src/sap/f/themes/sap_hcb/base_SidePanel.less +858 -0
  105. package/src/sap/f/themes/sap_hcb/base_TablePlaceholder.less +34 -0
  106. package/src/sap/f/themes/sap_hcb/base_TimelinePlaceholder.less +79 -0
  107. 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
+ }