@openui5/sap.f 1.132.1 → 1.134.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 (152) hide show
  1. package/.reuse/dep5 +2 -9
  2. package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
  3. package/THIRDPARTY.txt +45 -78
  4. package/package.json +4 -4
  5. package/src/sap/f/.library +1 -1
  6. package/src/sap/f/Avatar.js +1 -1
  7. package/src/sap/f/AvatarGroup.js +1 -1
  8. package/src/sap/f/AvatarGroupItem.js +1 -1
  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 +65 -25
  13. package/src/sap/f/CardRenderer.js +9 -6
  14. package/src/sap/f/DynamicPage.js +12 -1
  15. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  16. package/src/sap/f/DynamicPageHeader.js +1 -1
  17. package/src/sap/f/DynamicPageRenderer.js +1 -1
  18. package/src/sap/f/DynamicPageTitle.js +34 -1
  19. package/src/sap/f/FlexibleColumnLayout.js +12 -7
  20. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  21. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  22. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  23. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  24. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  25. package/src/sap/f/GridContainer.js +60 -110
  26. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  27. package/src/sap/f/GridContainerRenderer.js +8 -3
  28. package/src/sap/f/GridContainerSettings.js +2 -2
  29. package/src/sap/f/GridContainerUtils.js +8 -0
  30. package/src/sap/f/GridList.js +1 -1
  31. package/src/sap/f/GridListItem.js +1 -1
  32. package/src/sap/f/IllustratedMessage.js +1 -1
  33. package/src/sap/f/Illustration.js +1 -1
  34. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  35. package/src/sap/f/ProductSwitch.js +1 -1
  36. package/src/sap/f/ProductSwitchItem.js +1 -1
  37. package/src/sap/f/SearchManager.js +1 -1
  38. package/src/sap/f/ShellBar.js +1 -1
  39. package/src/sap/f/ShellBarRenderer.js +1 -0
  40. package/src/sap/f/SidePanel.js +2 -2
  41. package/src/sap/f/SidePanelItem.js +1 -1
  42. package/src/sap/f/cards/BaseHeader.js +35 -20
  43. package/src/sap/f/cards/BaseHeaderRenderer.js +212 -3
  44. package/src/sap/f/cards/Header.js +2 -8
  45. package/src/sap/f/cards/HeaderRenderer.js +0 -161
  46. package/src/sap/f/cards/NumericHeader.js +3 -9
  47. package/src/sap/f/cards/NumericHeaderRenderer.js +54 -126
  48. package/src/sap/f/cards/NumericIndicators.js +1 -1
  49. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  50. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  51. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  52. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  53. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  54. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  55. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  56. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  57. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  58. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  59. package/src/sap/f/delegate/GridContainerItemNavigation.js +24 -202
  60. package/src/sap/f/delegate/GridItemNavigation.js +23 -10
  61. package/src/sap/f/dnd/GridDragOver.js +1 -1
  62. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  63. package/src/sap/f/library.js +36 -2
  64. package/src/sap/f/messagebundle.properties +0 -3
  65. package/src/sap/f/messagebundle_ar.properties +0 -2
  66. package/src/sap/f/messagebundle_bg.properties +0 -2
  67. package/src/sap/f/messagebundle_ca.properties +0 -2
  68. package/src/sap/f/messagebundle_cnr.properties +0 -2
  69. package/src/sap/f/messagebundle_cs.properties +0 -2
  70. package/src/sap/f/messagebundle_cy.properties +0 -2
  71. package/src/sap/f/messagebundle_da.properties +0 -2
  72. package/src/sap/f/messagebundle_de.properties +0 -2
  73. package/src/sap/f/messagebundle_el.properties +0 -2
  74. package/src/sap/f/messagebundle_en.properties +0 -2
  75. package/src/sap/f/messagebundle_en_GB.properties +0 -2
  76. package/src/sap/f/messagebundle_en_US_saprigi.properties +0 -2
  77. package/src/sap/f/messagebundle_es.properties +0 -2
  78. package/src/sap/f/messagebundle_es_MX.properties +0 -2
  79. package/src/sap/f/messagebundle_et.properties +0 -2
  80. package/src/sap/f/messagebundle_fi.properties +0 -2
  81. package/src/sap/f/messagebundle_fr.properties +0 -2
  82. package/src/sap/f/messagebundle_fr_CA.properties +0 -2
  83. package/src/sap/f/messagebundle_hi.properties +0 -2
  84. package/src/sap/f/messagebundle_hr.properties +0 -2
  85. package/src/sap/f/messagebundle_hu.properties +0 -2
  86. package/src/sap/f/messagebundle_id.properties +0 -2
  87. package/src/sap/f/messagebundle_it.properties +0 -2
  88. package/src/sap/f/messagebundle_iw.properties +0 -2
  89. package/src/sap/f/messagebundle_ja.properties +0 -2
  90. package/src/sap/f/messagebundle_kk.properties +0 -2
  91. package/src/sap/f/messagebundle_ko.properties +0 -2
  92. package/src/sap/f/messagebundle_lt.properties +0 -2
  93. package/src/sap/f/messagebundle_lv.properties +0 -2
  94. package/src/sap/f/messagebundle_mk.properties +0 -2
  95. package/src/sap/f/messagebundle_ms.properties +0 -2
  96. package/src/sap/f/messagebundle_nl.properties +0 -2
  97. package/src/sap/f/messagebundle_no.properties +0 -2
  98. package/src/sap/f/messagebundle_pl.properties +0 -2
  99. package/src/sap/f/messagebundle_pt.properties +0 -2
  100. package/src/sap/f/messagebundle_pt_PT.properties +0 -2
  101. package/src/sap/f/messagebundle_ro.properties +0 -2
  102. package/src/sap/f/messagebundle_ru.properties +0 -2
  103. package/src/sap/f/messagebundle_sh.properties +0 -2
  104. package/src/sap/f/messagebundle_sk.properties +0 -2
  105. package/src/sap/f/messagebundle_sl.properties +0 -2
  106. package/src/sap/f/messagebundle_sr.properties +0 -2
  107. package/src/sap/f/messagebundle_sv.properties +0 -2
  108. package/src/sap/f/messagebundle_th.properties +0 -2
  109. package/src/sap/f/messagebundle_tr.properties +0 -2
  110. package/src/sap/f/messagebundle_uk.properties +0 -2
  111. package/src/sap/f/messagebundle_vi.properties +0 -2
  112. package/src/sap/f/messagebundle_zh_CN.properties +0 -2
  113. package/src/sap/f/messagebundle_zh_TW.properties +0 -2
  114. package/src/sap/f/semantic/AddAction.js +1 -1
  115. package/src/sap/f/semantic/CloseAction.js +1 -1
  116. package/src/sap/f/semantic/CopyAction.js +1 -1
  117. package/src/sap/f/semantic/DeleteAction.js +1 -1
  118. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  119. package/src/sap/f/semantic/EditAction.js +1 -1
  120. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  121. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  122. package/src/sap/f/semantic/FlagAction.js +1 -1
  123. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  124. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  125. package/src/sap/f/semantic/MainAction.js +1 -1
  126. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  127. package/src/sap/f/semantic/NegativeAction.js +1 -1
  128. package/src/sap/f/semantic/PositiveAction.js +1 -1
  129. package/src/sap/f/semantic/PrintAction.js +1 -1
  130. package/src/sap/f/semantic/SemanticButton.js +1 -1
  131. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  132. package/src/sap/f/semantic/SemanticControl.js +1 -1
  133. package/src/sap/f/semantic/SemanticPage.js +1 -1
  134. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  135. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  136. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  137. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  138. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  139. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  140. package/src/sap/f/shellBar/CoPilot.js +1 -1
  141. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  142. package/src/sap/f/shellBar/Factory.js +7 -1
  143. package/src/sap/f/shellBar/Search.js +1 -1
  144. package/src/sap/f/themes/base/Card.less +77 -41
  145. package/src/sap/f/themes/base/CardHeaders.less +28 -37
  146. package/src/sap/f/themes/base/CardLoading.less +3 -3
  147. package/src/sap/f/themes/base/DynamicPage.less +9 -0
  148. package/src/sap/f/themes/base/GridContainer.less +10 -13
  149. package/src/sap/f/themes/sap_hcb/base_Card.less +3 -10
  150. package/src/sap/f/themes/sap_hcb/base_GridContainer.less +0 -13
  151. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
  152. package/LICENSES/Unicode-DFS-2015.txt +0 -51
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=Ha\u0300nh \u0111\u00F4\u0323ng ti\u00EAu \u01
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=Ha\u0300nh \u0111\u00F4\u0323ng ch\u00E2n trang
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=A\u0309nh \u0111a\u0323i di\u00EA\u0323n
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=Thanh vo\u0309
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=L\u00F4g\u00F4
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=\u62AC\u5934\u64CD\u4F5C
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=\u9875\u811A\u64CD\u4F5C
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=\u5934\u50CF
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=\u5916\u58F3\u680F
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=\u5FBD\u6807
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=\u8868\u982D\u52D5\u4F5C
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=\u8868\u5C3E\u52D5\u4F5C
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=\u865B\u64EC\u500B\u4EBA\u982D\u50CF
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=Shell \u8868\u982D\u5217
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=\u5546\u6A19
@@ -18,7 +18,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.132.1
27
+ * @version 1.134.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * Defines the visual properties and placement for each supported semantic type.
31
31
  *
32
- * @version 1.132.1
32
+ * @version 1.134.0
33
33
  * @private
34
34
  * @since 1.46.0
35
35
  * @alias sap.f.semantic.SemanticConfiguration
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.132.1
27
+ * @version 1.134.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -101,7 +101,7 @@ sap.ui.define([
101
101
  * @extends sap.ui.core.Control
102
102
  *
103
103
  * @author SAP SE
104
- * @version 1.132.1
104
+ * @version 1.134.0
105
105
  *
106
106
  * @constructor
107
107
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @abstract
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.132.1
26
+ * @version 1.134.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.132.1
22
+ * @version 1.134.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
 
23
23
  /**
24
24
  * @author SAP SE
25
- * @version 1.132.1
25
+ * @version 1.134.0
26
26
  *
27
27
  * @private
28
28
  * @since 1.64
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.132.1
29
+ * @version 1.134.0
30
30
  *
31
31
  * @constructor
32
32
  * @private
@@ -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.132.1
26
+ * @version 1.134.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -172,7 +172,13 @@ sap.ui.define([
172
172
  var oSource = oEvent.getSource();
173
173
  oSource.getIcon() === "sap-icon://da" ? oSource.setIcon("sap-icon://da-2") : oSource.setIcon("sap-icon://da");
174
174
  oSource.toggleStyleClass("sapFShellBarItemActive");
175
- this._oContext.fireEvent("copilotPressed", {image: null, button: this._oControls.oCopilot});
175
+ this._oContext.fireEvent("copilotPressed", {
176
+ /**
177
+ * @deprecated Since version 1.121
178
+ */
179
+ image: null,
180
+ button: this._oControls.oCopilot
181
+ });
176
182
  }.bind(this)
177
183
  }).addStyleClass("sapFShellBarAssistantBtn")
178
184
  .setLayoutData(new OverflowToolbarLayoutData({
@@ -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.132.1
39
+ * @version 1.134.0
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -1,12 +1,12 @@
1
- /* ================================== */
2
- /* CSS for control sap.f/Card */
3
- /* Base theme */
4
- /* ================================== */
1
+ /* =========================== */
2
+ /* CSS for control sap.f/Card */
3
+ /* Base theme */
4
+ /* =========================== */
5
5
 
6
- @_sap_f_Card_BoxShadow: @sapUiContentShadow0;
7
- @_sap_f_Card_HeaderBorder: 0.0625rem solid @sapUiTileSeparatorColor; // used as top or bottom border
6
+ @_sap_f_Card_BoxShadow: var(--sapContent_Shadow0);
7
+ @_sap_f_Card_HeaderBorder: 0.0625rem solid var(--sapTile_SeparatorColor); /* used as top or bottom border */
8
8
  @_sap_f_Card_FocusBorderRadius: none;
9
- @_sap_f_Card_BorderRadius: @sapUiElementBorderCornerRadius;
9
+ @_sap_f_Card_BorderRadius: var(--sapElement_BorderCornerRadius);
10
10
  @_sap_f_Card_ContentPadding: 1rem;
11
11
  @_sap_f_Card_FocusBorderBottomOffset: 1px;
12
12
  @_sap_f_Card_FocusBorderTopOffset: 1px;
@@ -19,15 +19,15 @@
19
19
  flex-direction: column;
20
20
  vertical-align: top;
21
21
  box-sizing: border-box;
22
- background: @sapUiTileBackground;
22
+ background: var(--sapTile_Background);
23
23
  box-shadow: @_sap_f_Card_BoxShadow;
24
24
  border-radius: @_sap_f_Card_BorderRadius;
25
- border: 0.0625rem solid @sapUiTileBorderColor;
25
+ border: 0.0625rem solid var(--sapTile_BorderColor);
26
26
  width: 100%;
27
27
  height: auto;
28
- font-family: @sapUiFontFamily;
29
- font-size: @sapMFontMediumSize;
30
- color: @sapUiGroupTitleTextColor;
28
+ font-family: var(--sapFontFamily);
29
+ font-size: var(--sapFontSize);
30
+ color: var(--sapGroup_TitleTextColor);
31
31
  outline: none;
32
32
  }
33
33
 
@@ -35,7 +35,7 @@
35
35
  .sapFCardTransparent.sapFCard,
36
36
  ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
37
37
  border: none;
38
- border-radius: 0%;
38
+ border-radius: 0;
39
39
  background: transparent;
40
40
  box-shadow: unset;
41
41
  overflow: visible;
@@ -49,7 +49,7 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
49
49
  & > .sapFCardFooter {
50
50
  background: transparent;
51
51
  border: none;
52
- border-radius: 0%;
52
+ border-radius: 0;
53
53
  }
54
54
 
55
55
  & > .sapFCardFooter .sapMTB {
@@ -64,7 +64,7 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
64
64
 
65
65
  .sapFCard .sapFCardFilterBar {
66
66
  padding: 0.5rem @_sap_f_Card_ContentPadding;
67
- background: @sapUiTileBackground;
67
+ background: var(--sapTile_Background);
68
68
  border-bottom: @_sap_f_Card_HeaderBorder;
69
69
 
70
70
  .sapFCardFilterBarContent {
@@ -99,10 +99,23 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
99
99
  }
100
100
 
101
101
  .sapFCard.sapFCardBottomHeader {
102
+
102
103
  .sapFCardHeader {
103
104
  border-top: @_sap_f_Card_HeaderBorder;
104
105
  border-bottom: none;
105
106
  border-radius: 0 0 @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius;
107
+
108
+ .sapFCardHeaderMainPart {
109
+ border-radius: 0;
110
+ }
111
+
112
+ &.sapFCardHeaderMainPartOnly .sapFCardHeaderMainPart {
113
+ border-radius: 0 0 @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius;
114
+ }
115
+
116
+ .sapFCardHeaderLastPart {
117
+ padding-bottom: @_sap_f_Card_ContentPadding;
118
+ }
106
119
  }
107
120
 
108
121
  .sapFCardContent {
@@ -134,6 +147,7 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
134
147
  }
135
148
 
136
149
  .sapFCard .sapFCardContent {
150
+
137
151
  .sapVizFrame {
138
152
  min-height: inherit;
139
153
 
@@ -143,34 +157,39 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
143
157
  }
144
158
 
145
159
  .sapMLIB.sapMSLINoDescIcon {
146
- padding: 0 1rem 0 0.125rem; // padding left is for alignment with the header
160
+ padding: 0 1rem 0 0.125rem; /* padding left is for alignment with the header */
147
161
  }
148
162
 
149
163
  .sapMLIBContent {
164
+
150
165
  .sapMSLIDiv {
151
166
  flex: 1 1 auto;
152
167
  }
153
168
  }
154
169
 
155
170
  .sapUiView.sapUiXMLView > .sapMImg {
156
- display: block; // Fix for unwanted space under the only image inside Component Card content
171
+ display: block; /* Fix for unwanted space under the only image inside Component Card content */
157
172
  }
158
173
 
159
174
  .sapFCardIcon.sapFAvatarColorTransparent {
175
+
160
176
  .sapUiIcon {
161
- color: @sapUiContentNonInteractiveIconColor;
177
+ color: var(--sapContent_NonInteractiveIconColor);
162
178
  }
163
179
  }
164
180
  }
165
181
 
166
- html[data-sap-ui-browser^="sf"] .sapFCard,
167
- html[data-sap-ui-browser^="cr"] .sapFCard {
182
+ html[data-sap-ui-browser^='sf'] .sapFCard,
183
+ html[data-sap-ui-browser^='cr'] .sapFCard {
184
+
168
185
  .sapFCardHeaderText {
169
186
  flex: 1;
170
187
  }
171
188
 
172
189
  .sapFCardContent {
190
+
173
191
  .sapMLIBContent {
192
+
174
193
  .sapMSLIDiv {
175
194
  flex: 1;
176
195
  }
@@ -181,33 +200,50 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
181
200
  .sapFCard.sapFCardNoContent .sapFCardHeader {
182
201
  border-bottom: none;
183
202
  border-radius: @_sap_f_Card_BorderRadius;
184
- flex-grow: 1;
203
+
204
+ &.sapFCardHeaderMainPartOnly {
205
+ flex-grow: 1;
206
+
207
+ .sapFCardHeaderMainPart {
208
+ border-radius: @_sap_f_Card_BorderRadius;
209
+ flex-grow: 1;
210
+ align-items: flex-start;
211
+ }
212
+ }
213
+
214
+ .sapFCardHeaderLastPart {
215
+ padding-bottom: @_sap_f_Card_ContentPadding;
216
+ }
185
217
  }
186
218
 
187
- .sapFCard.sapFCardInteractive:hover {
188
- box-shadow: @sapUiContentShadow2;
219
+ .sapFCard.sapFCardInteractive:not(.sapFCardDisableMouseInteraction):hover {
220
+ box-shadow: var(--sapContent_Shadow2);
189
221
  cursor: pointer;
190
222
  }
191
- //Todo HC should use the active background: --sapTile_Hover_Background
223
+
224
+ /* Todo HC should use the active background: --sapTile_Hover_Background */
192
225
  .sapFCard.sapFCardInteractive:focus:active {
193
226
  box-shadow: none;
194
- border: 0.0625rem solid @sapTile_Interactive_BorderColor;
227
+ border: .0625rem solid var(--sapTile_Interactive_BorderColor);
195
228
  }
196
229
 
197
230
  .sapFCard.sapFCardSectionInteractive {
231
+
198
232
  &[data-sap-ui-draggable=true] {
233
+
199
234
  .sapMText {
200
235
  cursor: grab;
201
236
  }
202
237
  }
203
238
 
204
239
  &:not(.sapFCardTransparent) {
240
+
205
241
  .sapFCardSectionClickable:hover {
206
- background: @sapUiTileHoverBackground;
242
+ background: var(--sapTile_Hover_Background);
207
243
  }
208
244
 
209
245
  .sapFCardSectionClickable:active {
210
- background: @sapUiTileActiveBackground;
246
+ background: var(--sapTile_Active_Background);
211
247
  }
212
248
  }
213
249
 
@@ -221,8 +257,7 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
221
257
  }
222
258
  }
223
259
 
224
- .sapFCard.sapFCardFocus:focus::before,
225
- .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard.sapFCardNoHeader::before { // ... focus on a card without header
260
+ .sapFCard.sapFCardFocus:focus::before {
226
261
  content: '';
227
262
  display: block;
228
263
  position: absolute;
@@ -230,7 +265,7 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
230
265
  bottom: @_sap_f_Card_FocusBorderBottomOffset;
231
266
  right: @_sap_f_Card_FocusBorderRightOffset;
232
267
  top: @_sap_f_Card_FocusBorderTopOffset;
233
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
268
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
234
269
  border-radius: @_sap_f_Card_FocusBorderRadius;
235
270
  pointer-events: none;
236
271
  z-index: 1;
@@ -240,6 +275,7 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
240
275
  /* ui5-restricted work zone */
241
276
  .sapFCard.sapFCardFocusFullCard,
242
277
  ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
278
+
243
279
  &:has(.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within)::before {
244
280
  content: '';
245
281
  display: block;
@@ -248,7 +284,7 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
248
284
  bottom: @_sap_f_Card_FocusBorderBottomOffset;
249
285
  right: @_sap_f_Card_FocusBorderRightOffset;
250
286
  top: @_sap_f_Card_FocusBorderTopOffset;
251
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
287
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
252
288
  border-radius: @_sap_f_Card_FocusBorderRadius;
253
289
  pointer-events: none;
254
290
  z-index: 1;
@@ -259,11 +295,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
259
295
  }
260
296
  }
261
297
 
262
- .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard.sapFCardNoHeader::before { // focus inside GridContainer on a card without header
263
- bottom: 1px;
264
- z-index: 1;
265
- }
266
-
267
298
  .sapUiSizeCompact {
268
299
  .sapFCard .sapFCardContent {
269
300
  .sapMLIB.sapMSLINoDescIcon {
@@ -275,6 +306,7 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
275
306
  line-height: 1rem;
276
307
  }
277
308
  }
309
+
278
310
  .sapMListTbl {
279
311
  padding-bottom: 0.5rem;
280
312
  }
@@ -282,6 +314,7 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
282
314
  }
283
315
 
284
316
  .sapFCardAdaptiveContent {
317
+
285
318
  .sapFCardAdaptiveContentChoiceSetWrapper {
286
319
  display: flex;
287
320
  flex-direction: column;
@@ -290,12 +323,14 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
290
323
  align-items: flex-start;
291
324
  height: fit-content;
292
325
  }
326
+
293
327
  .sapFTimeInput {
294
328
  width: 13.125rem;
295
329
  }
296
330
  }
297
331
 
298
332
  .sapFCardTableContent {
333
+
299
334
  .sapMListTbl {
300
335
  border: none;
301
336
  }
@@ -306,6 +341,7 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
306
341
  }
307
342
 
308
343
  .sapFCardExperimentalCaching {
344
+
309
345
  .sapFCardDataTimestamp {
310
346
  min-width: 100px;
311
347
  padding-right: 1px;
@@ -313,9 +349,10 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
313
349
 
314
350
  .sapFCardDataTimestamp:not(.sapFCardDataTimestampUpdating) {
315
351
  cursor: pointer;
316
- &:hover:before {
317
- content: "\e010";
318
- font-family: "SAP-icons";
352
+
353
+ &:hover::before {
354
+ content: '\e010';
355
+ font-family: var(--sapContent_IconFontFamily);
319
356
  margin-right: 4px;
320
357
  font-size: 0.7rem;
321
358
  }
@@ -340,5 +377,4 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
340
377
  pointer-events: all;
341
378
  box-shadow: @sapUiShadow;
342
379
  }
343
- }
344
-
380
+ }