@openui5/sap.f 1.134.0 → 1.136.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 (215) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +23 -23
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +2 -2
  5. package/src/sap/f/Avatar.js +2 -2
  6. package/src/sap/f/AvatarGroup.js +2 -2
  7. package/src/sap/f/AvatarGroupItem.js +2 -2
  8. package/src/sap/f/AvatarGroupItemRenderer.js +1 -1
  9. package/src/sap/f/AvatarGroupRenderer.js +1 -1
  10. package/src/sap/f/CalendarAppointmentInCard.js +2 -2
  11. package/src/sap/f/CalendarInCard.js +2 -2
  12. package/src/sap/f/CalendarInCardRenderer.js +1 -1
  13. package/src/sap/f/Card.js +2 -2
  14. package/src/sap/f/CardBase.js +112 -18
  15. package/src/sap/f/CardRenderer.js +9 -4
  16. package/src/sap/f/DynamicPage.js +2 -2
  17. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +2 -2
  18. package/src/sap/f/DynamicPageHeader.js +2 -2
  19. package/src/sap/f/DynamicPageHeaderRenderer.js +1 -1
  20. package/src/sap/f/DynamicPageRenderer.js +1 -1
  21. package/src/sap/f/DynamicPageTitle.js +2 -2
  22. package/src/sap/f/DynamicPageTitleRenderer.js +1 -1
  23. package/src/sap/f/FlexibleColumnLayout.js +2 -2
  24. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +2 -2
  25. package/src/sap/f/FlexibleColumnLayoutData.js +2 -2
  26. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +2 -2
  27. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +2 -2
  28. package/src/sap/f/FlexibleColumnLayoutRenderer.js +1 -1
  29. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +2 -2
  30. package/src/sap/f/GridContainer.js +2 -2
  31. package/src/sap/f/GridContainerItemLayoutData.js +2 -2
  32. package/src/sap/f/GridContainerRenderer.js +1 -1
  33. package/src/sap/f/GridContainerSettings.js +3 -3
  34. package/src/sap/f/GridContainerUtils.js +1 -1
  35. package/src/sap/f/GridList.js +2 -2
  36. package/src/sap/f/GridListItem.js +2 -2
  37. package/src/sap/f/GridListItemRenderer.js +1 -1
  38. package/src/sap/f/GridListRenderer.js +1 -1
  39. package/src/sap/f/GridNavigationMatrix.js +1 -1
  40. package/src/sap/f/IllustratedMessage.js +2 -2
  41. package/src/sap/f/Illustration.js +2 -2
  42. package/src/sap/f/IllustrationPool.js +1 -1
  43. package/src/sap/f/PlanningCalendarInCardLegend.js +2 -2
  44. package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +1 -1
  45. package/src/sap/f/ProductSwitch.js +2 -2
  46. package/src/sap/f/ProductSwitchItem.js +2 -2
  47. package/src/sap/f/ProductSwitchItemRenderer.js +1 -1
  48. package/src/sap/f/ProductSwitchRenderer.js +1 -1
  49. package/src/sap/f/SearchManager.js +2 -2
  50. package/src/sap/f/ShellBar.js +4 -5
  51. package/src/sap/f/ShellBarRenderer.js +1 -1
  52. package/src/sap/f/SidePanel.js +2 -2
  53. package/src/sap/f/SidePanelItem.js +2 -2
  54. package/src/sap/f/SidePanelRenderer.js +1 -1
  55. package/src/sap/f/cards/BaseHeader.js +36 -14
  56. package/src/sap/f/cards/BaseHeaderRenderer.js +22 -1
  57. package/src/sap/f/cards/CardBadgeCustomData.js +1 -1
  58. package/src/sap/f/cards/Header.js +2 -2
  59. package/src/sap/f/cards/HeaderRenderer.js +1 -1
  60. package/src/sap/f/cards/NumericHeader.js +2 -2
  61. package/src/sap/f/cards/NumericHeaderRenderer.js +1 -1
  62. package/src/sap/f/cards/NumericIndicators.js +2 -2
  63. package/src/sap/f/cards/NumericIndicatorsRenderer.js +1 -1
  64. package/src/sap/f/cards/NumericSideIndicator.js +2 -2
  65. package/src/sap/f/cards/NumericSideIndicatorRenderer.js +1 -1
  66. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
  67. package/src/sap/f/cards/loading/AnalyticalPlaceholderRenderer.js +1 -1
  68. package/src/sap/f/cards/loading/CalendarPlaceholder.js +2 -2
  69. package/src/sap/f/cards/loading/CalendarPlaceholderRenderer.js +1 -1
  70. package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
  71. package/src/sap/f/cards/loading/GenericPlaceholderRenderer.js +1 -1
  72. package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
  73. package/src/sap/f/cards/loading/ListPlaceholderRenderer.js +1 -1
  74. package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
  75. package/src/sap/f/cards/loading/ObjectPlaceholderRenderer.js +1 -1
  76. package/src/sap/f/cards/loading/PlaceholderBase.js +2 -2
  77. package/src/sap/f/cards/loading/PlaceholderBaseRenderer.js +1 -1
  78. package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
  79. package/src/sap/f/cards/loading/TablePlaceholderRenderer.js +1 -1
  80. package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
  81. package/src/sap/f/cards/loading/TimelinePlaceholderRenderer.js +1 -1
  82. package/src/sap/f/cards/util/CardBadgeEnabler.js +1 -1
  83. package/src/sap/f/cards/util/addTooltipIfTruncated.js +1 -1
  84. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
  85. package/src/sap/f/delegate/GridContainerItemNavigation.js +2 -2
  86. package/src/sap/f/delegate/GridItemNavigation.js +2 -2
  87. package/src/sap/f/designtime/Avatar.designtime.js +1 -1
  88. package/src/sap/f/designtime/DynamicPage.designtime.js +1 -1
  89. package/src/sap/f/designtime/DynamicPageHeader.designtime.js +1 -1
  90. package/src/sap/f/designtime/DynamicPageTitle.designtime.js +1 -1
  91. package/src/sap/f/designtime/GridContainer.designtime.js +1 -1
  92. package/src/sap/f/designtime/SemanticPage.designtime.js +1 -1
  93. package/src/sap/f/designtime/library.designtime.js +1 -1
  94. package/src/sap/f/dnd/GridDragOver.js +2 -2
  95. package/src/sap/f/dnd/GridDropInfo.js +2 -2
  96. package/src/sap/f/dnd/GridKeyboardDragAndDrop.js +1 -1
  97. package/src/sap/f/flexibility/Avatar.flexibility.js +1 -1
  98. package/src/sap/f/flexibility/DynamicPageTitle.flexibility.js +1 -1
  99. package/src/sap/f/i18n/interaction.xml +9 -0
  100. package/src/sap/f/library.js +6 -3
  101. package/src/sap/f/library.support.js +1 -1
  102. package/src/sap/f/messagebundle.properties +4 -1
  103. package/src/sap/f/messagebundle_ar.properties +2 -0
  104. package/src/sap/f/messagebundle_bg.properties +2 -0
  105. package/src/sap/f/messagebundle_ca.properties +2 -0
  106. package/src/sap/f/messagebundle_cnr.properties +2 -0
  107. package/src/sap/f/messagebundle_cs.properties +2 -0
  108. package/src/sap/f/messagebundle_cy.properties +2 -0
  109. package/src/sap/f/messagebundle_da.properties +2 -0
  110. package/src/sap/f/messagebundle_de.properties +3 -1
  111. package/src/sap/f/messagebundle_el.properties +2 -0
  112. package/src/sap/f/messagebundle_en.properties +2 -0
  113. package/src/sap/f/messagebundle_en_GB.properties +2 -0
  114. package/src/sap/f/messagebundle_en_US_saprigi.properties +2 -0
  115. package/src/sap/f/messagebundle_es.properties +2 -0
  116. package/src/sap/f/messagebundle_es_MX.properties +3 -1
  117. package/src/sap/f/messagebundle_et.properties +2 -0
  118. package/src/sap/f/messagebundle_fi.properties +2 -0
  119. package/src/sap/f/messagebundle_fr.properties +3 -1
  120. package/src/sap/f/messagebundle_fr_CA.properties +2 -0
  121. package/src/sap/f/messagebundle_hi.properties +2 -0
  122. package/src/sap/f/messagebundle_hr.properties +2 -0
  123. package/src/sap/f/messagebundle_hu.properties +2 -0
  124. package/src/sap/f/messagebundle_id.properties +2 -0
  125. package/src/sap/f/messagebundle_it.properties +2 -0
  126. package/src/sap/f/messagebundle_iw.properties +2 -0
  127. package/src/sap/f/messagebundle_ja.properties +2 -0
  128. package/src/sap/f/messagebundle_kk.properties +2 -0
  129. package/src/sap/f/messagebundle_ko.properties +2 -0
  130. package/src/sap/f/messagebundle_lt.properties +2 -0
  131. package/src/sap/f/messagebundle_lv.properties +2 -0
  132. package/src/sap/f/messagebundle_mk.properties +2 -0
  133. package/src/sap/f/messagebundle_ms.properties +2 -0
  134. package/src/sap/f/messagebundle_nl.properties +2 -0
  135. package/src/sap/f/messagebundle_no.properties +2 -0
  136. package/src/sap/f/messagebundle_pl.properties +2 -0
  137. package/src/sap/f/messagebundle_pt.properties +3 -1
  138. package/src/sap/f/messagebundle_pt_PT.properties +2 -0
  139. package/src/sap/f/messagebundle_ro.properties +3 -1
  140. package/src/sap/f/messagebundle_ru.properties +2 -0
  141. package/src/sap/f/messagebundle_sh.properties +2 -0
  142. package/src/sap/f/messagebundle_sk.properties +2 -0
  143. package/src/sap/f/messagebundle_sl.properties +2 -0
  144. package/src/sap/f/messagebundle_sr.properties +2 -0
  145. package/src/sap/f/messagebundle_sv.properties +2 -0
  146. package/src/sap/f/messagebundle_th.properties +2 -0
  147. package/src/sap/f/messagebundle_tr.properties +2 -0
  148. package/src/sap/f/messagebundle_uk.properties +4 -2
  149. package/src/sap/f/messagebundle_vi.properties +2 -0
  150. package/src/sap/f/messagebundle_zh_CN.properties +2 -0
  151. package/src/sap/f/messagebundle_zh_TW.properties +2 -0
  152. package/src/sap/f/routing/Router.js +1 -1
  153. package/src/sap/f/routing/Target.js +1 -1
  154. package/src/sap/f/routing/TargetHandler.js +1 -1
  155. package/src/sap/f/routing/Targets.js +5 -1
  156. package/src/sap/f/routing/async/Target.js +1 -1
  157. package/src/sap/f/routing/async/Targets.js +1 -1
  158. package/src/sap/f/rules/Avatar.support.js +1 -1
  159. package/src/sap/f/rules/DynamicPage.support.js +1 -1
  160. package/src/sap/f/semantic/AddAction.js +2 -2
  161. package/src/sap/f/semantic/CloseAction.js +2 -2
  162. package/src/sap/f/semantic/CopyAction.js +2 -2
  163. package/src/sap/f/semantic/DeleteAction.js +2 -2
  164. package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
  165. package/src/sap/f/semantic/EditAction.js +2 -2
  166. package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
  167. package/src/sap/f/semantic/FavoriteAction.js +2 -2
  168. package/src/sap/f/semantic/FlagAction.js +2 -2
  169. package/src/sap/f/semantic/FooterMainAction.js +2 -2
  170. package/src/sap/f/semantic/FullScreenAction.js +2 -2
  171. package/src/sap/f/semantic/MainAction.js +2 -2
  172. package/src/sap/f/semantic/MessagesIndicator.js +2 -2
  173. package/src/sap/f/semantic/NegativeAction.js +2 -2
  174. package/src/sap/f/semantic/PositiveAction.js +2 -2
  175. package/src/sap/f/semantic/PrintAction.js +2 -2
  176. package/src/sap/f/semantic/SemanticButton.js +2 -2
  177. package/src/sap/f/semantic/SemanticConfiguration.js +2 -2
  178. package/src/sap/f/semantic/SemanticContainer.js +1 -1
  179. package/src/sap/f/semantic/SemanticControl.js +2 -2
  180. package/src/sap/f/semantic/SemanticFooter.js +1 -1
  181. package/src/sap/f/semantic/SemanticPage.js +2 -2
  182. package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
  183. package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
  184. package/src/sap/f/semantic/SemanticTitle.js +1 -1
  185. package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
  186. package/src/sap/f/semantic/SendEmailAction.js +2 -2
  187. package/src/sap/f/semantic/SendMessageAction.js +2 -2
  188. package/src/sap/f/semantic/ShareInJamAction.js +2 -2
  189. package/src/sap/f/semantic/TitleMainAction.js +2 -2
  190. package/src/sap/f/shellBar/Accessibility.js +1 -1
  191. package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
  192. package/src/sap/f/shellBar/CoPilot.js +2 -2
  193. package/src/sap/f/shellBar/CoPilotRenderer.js +1 -1
  194. package/src/sap/f/shellBar/ControlSpacer.js +2 -2
  195. package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
  196. package/src/sap/f/shellBar/Factory.js +1 -1
  197. package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
  198. package/src/sap/f/shellBar/Search.js +2 -2
  199. package/src/sap/f/shellBar/SearchRenderer.js +1 -1
  200. package/src/sap/f/themes/base/AvatarGroup.less +7 -4
  201. package/src/sap/f/themes/base/CalendarPlaceholder.less +16 -4
  202. package/src/sap/f/themes/base/Card.less +16 -0
  203. package/src/sap/f/themes/base/CardBadge.less +11 -6
  204. package/src/sap/f/themes/base/CardHeaders.less +12 -2
  205. package/src/sap/f/themes/base/CardLoading.less +32 -21
  206. package/src/sap/f/themes/base/DynamicPageTitle.less +30 -73
  207. package/src/sap/f/themes/base/FlexibleColumnLayout.less +35 -33
  208. package/src/sap/f/themes/base/GridContainer.less +6 -5
  209. package/src/sap/f/themes/base/GridList.less +20 -18
  210. package/src/sap/f/themes/base/GridListItem.less +14 -13
  211. package/src/sap/f/themes/base/SidePanel.less +94 -62
  212. package/src/sap/f/themes/base/library.source.less +1 -1
  213. package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
  214. package/ui5.yaml +1 -1
  215. package/.reuse/dep5 +0 -471
@@ -1,11 +1,12 @@
1
- /* =================================== */
2
- /* CSS for control sap.f/GridContainer */
3
- /* Base theme */
4
- /* =================================== */
1
+ /* ==================================== */
2
+ /* CSS for control sap.f/GridContainer */
3
+ /* Base theme */
4
+ /* ==================================== */
5
5
 
6
6
  @_sap_f_GridContainer_FocusBorderOffset: 0;
7
7
 
8
8
  .sapFGridContainer {
9
+
9
10
  .sapFGridContainerDummyArea {
10
11
  position: fixed;
11
12
  }
@@ -54,4 +55,4 @@
54
55
  .sapUiIntCard.sapUiIntCardAnalytical {
55
56
  min-height: 100%;
56
57
  }
57
- }
58
+ }
@@ -1,14 +1,15 @@
1
- /* ============================== */
2
- /* CSS for control sap.f/GridList */
3
- /* Base theme */
4
- /* ============================== */
1
+ /* =============================== */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Base theme */
4
+ /* =============================== */
5
5
 
6
6
  @_sap_f_GridList_ItemFocusBorderRadius: unset;
7
- @_sap_f_GridList_ItemHighlightBorderRadius: 0px;
8
- @_sap_f_GridList_ItemFocusedHighlightOffset: 0px;
7
+ @_sap_f_GridList_ItemHighlightBorderRadius: 0;
8
+ @_sap_f_GridList_ItemFocusedHighlightOffset: 0;
9
9
  @_sap_f_GridList_ItemOverflow: unset;
10
10
 
11
11
  .sapFGridList {
12
+
12
13
  /* List headers overrides */
13
14
  & > .sapMListHdrText,
14
15
  & > .sapMListHdrTBar {
@@ -25,10 +26,10 @@
25
26
  }
26
27
 
27
28
  > .sapMLIBFocusable:focus::after {
28
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
29
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
29
30
  border-radius: @_sap_f_GridList_ItemFocusBorderRadius;
30
31
  position: absolute;
31
- content: " ";
32
+ content: ' ';
32
33
  top: 1px;
33
34
  right: 1px;
34
35
  bottom: 1px;
@@ -52,6 +53,7 @@
52
53
 
53
54
  /* List Group headers overrides. */
54
55
  .sapFGridListGroup {
56
+
55
57
  & > .sapMLIB.sapMGHLI {
56
58
  background: none;
57
59
  border: none;
@@ -61,24 +63,24 @@
61
63
 
62
64
  & .sapMGHLITitle {
63
65
  font-size: 1.125rem;
64
- color: @sapUiGroupTitleTextColor;
66
+ color: var(--sapGroup_TitleTextColor);
65
67
  }
66
68
  }
67
69
  }
68
70
 
69
- // Overrides for various list items, except for GridListItem. It has its own independent styles
71
+ /* Overrides for various list items, except for GridListItem. It has its own independent styles */
70
72
  .sapFGridList > .sapMListUl > .sapMLIB:not(.sapMGHLI):not(.sapFGLI) {
71
- border-radius: @sapUiTileBorderCornerRadius;
73
+ border-radius: var(--sapTile_BorderCornerRadius);
72
74
  border: none;
73
- box-shadow: @sapUiContentShadow0;
75
+ box-shadow: var(--sapContent_Shadow0);
74
76
  overflow: @_sap_f_GridList_ItemOverflow;
75
77
 
76
- // Highlighted items
78
+ /* Highlighted items */
77
79
  > .sapMLIBHighlight {
78
80
  border-top-left-radius: 0.25rem;
79
81
  border-bottom-left-radius: 0.25rem;
80
82
  }
81
-
83
+
82
84
  &.sapMLIBFocusable:focus > .sapMLIBHighlight {
83
85
  top: @_sap_f_GridList_ItemFocusedHighlightOffset;
84
86
  bottom: @_sap_f_GridList_ItemFocusedHighlightOffset;
@@ -92,12 +94,12 @@
92
94
  }
93
95
 
94
96
  .sapFGridList > .sapMListUl.sapMGrowingList {
95
- border-radius: @sapUiTileBorderCornerRadius;
97
+ border-radius: var(--sapTile_BorderCornerRadius);
96
98
  }
97
99
 
98
100
  .sapFGridList > .sapMListUl > .sapUiBlockLayerTabbable {
99
- // There are "span" helpers, which purpose is to block navigation into the blocked controls content.
100
- // If the focus reaches the span before the blocked/busy control it is forwarded to the one after the control.
101
- // These spans should not be visible.
101
+ /* There are "span" helpers, which purpose is to block navigation into the blocked controls content.
102
+ If the focus reaches the span before the blocked/busy control it is forwarded to the one after the control.
103
+ These spans should not be visible. */
102
104
  position: absolute;
103
105
  }
@@ -3,22 +3,22 @@
3
3
  /* Base theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_f_GridListItem_HeaderBoxShadow: inset 0 -0.0625rem @sapUiPageHeaderBorderColor;
6
+ @_sap_f_GridListItem_HeaderBoxShadow: inset 0 -0.0625rem var(--sapPageHeader_BorderColor);
7
7
  @_sap_f_GridListItem_Overflow: unset;
8
8
  @_sap_f_GridListItem_HeaderHeight: 3rem;
9
9
  @_sap_f_GridListItem_Compact_HeaderHeight: 2rem;
10
10
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.125rem;
11
11
  @_sap_f_GridListItem_HighlightBorderRadius: 0.25rem;
12
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 0px;
12
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 0;
13
13
 
14
14
  .sapFGLI {
15
15
  padding: 0;
16
- border-radius: @sapUiTileBorderCornerRadius;
16
+ border-radius: var(--sapTile_BorderCornerRadius);
17
17
  border: none;
18
- box-shadow: @sapUiContentShadow0;
18
+ box-shadow: var(--sapContent_Shadow0);
19
19
  overflow: @_sap_f_GridListItem_Overflow;
20
20
 
21
- // Highlighted items
21
+ /* Highlighted items */
22
22
  > .sapMLIBHighlight {
23
23
  z-index: 1;
24
24
  border-top-left-radius: @_sap_f_GridListItem_HighlightBorderRadius;
@@ -36,7 +36,7 @@
36
36
  width: 100%;
37
37
  height: 100%;
38
38
 
39
- // Header Toolbar
39
+ /* Header Toolbar */
40
40
  .sapFGLIToolbar {
41
41
  height: @_sap_f_GridListItem_HeaderHeight;
42
42
  box-shadow: @_sap_f_GridListItem_HeaderBoxShadow;
@@ -52,13 +52,13 @@
52
52
  padding: 0;
53
53
  }
54
54
 
55
- // add spacing between the items, except for the first item
56
- >:not(:first-child) {
55
+ /* add spacing between the items, except for the first item */
56
+ > :not(:first-child) {
57
57
  margin: 0 0 0 0.5rem;
58
58
  }
59
59
  }
60
60
 
61
- // Content
61
+ /* Content */
62
62
  .sapMLIBContent {
63
63
  height: 100%;;
64
64
  }
@@ -83,13 +83,14 @@
83
83
 
84
84
  /* Interaction states */
85
85
  .sapFGLI {
86
+
86
87
  &.sapMLIBHoverable:hover {
87
- box-shadow: 0 0 0 0.0625rem @sapUiTileInteractiveBorderColor;
88
+ box-shadow: 0 0 0 0.0625rem var(--sapTile_Interactive_BorderColor);
88
89
  }
89
90
 
90
91
  &.sapMLIB.sapMLIBSelected {
91
92
  border-bottom: none;
92
- box-shadow: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
93
+ box-shadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor);
93
94
  }
94
95
  }
95
96
 
@@ -100,7 +101,7 @@
100
101
  height: @_sap_f_GridListItem_Compact_HeaderHeight;
101
102
  }
102
103
 
103
- // Content
104
+ /* Content */
104
105
  .sapMLIBContent {
105
106
  height: 100%;;
106
107
  }
@@ -108,4 +109,4 @@
108
109
  .sapFGLIToolbar + .sapMLIBContent {
109
110
  height: calc(100% ~"-" @_sap_f_GridListItem_Compact_HeaderHeight);
110
111
  }
111
- }
112
+ }
@@ -1,28 +1,28 @@
1
- /* =============================== */
2
- /* CSS for control sap.f/SidePanel */
3
- /* Base theme */
4
- /* =============================== */
1
+ /* ================================ */
2
+ /* CSS for control sap.f/SidePanel */
3
+ /* Base theme */
4
+ /* ================================ */
5
5
 
6
- @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiHighlight, fade(@sapUiHighlight, 0);
7
- @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiHighlight, @sapUiHighlight;
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: var(--sapHighlightColor), fade(@sapUiHighlight, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: var(--sapHighlightColor), var(--sapHighlightColor);
8
8
 
9
9
  /***** Desktop *****/
10
10
 
11
- // Cozy
11
+ /* Cozy */
12
12
  .sapFSP {
13
13
  height: 100%;
14
14
  display: flex;
15
15
  margin: 0;
16
16
  touch-action: none;
17
17
 
18
- // Main content
18
+ /* Main content */
19
19
  .sapFSPMain {
20
20
  flex: 1 1;
21
21
  padding: 0.5rem;
22
22
  overflow: hidden auto;
23
23
  }
24
24
 
25
- // Splitter
25
+ /* Splitter */
26
26
  .sapFSPSplitterBar {
27
27
  cursor: col-resize;
28
28
  width: 1rem;
@@ -34,7 +34,7 @@
34
34
  border-left: none;
35
35
  border-right: none;
36
36
  vertical-align: top;
37
- color: @sapUiContentIconColor;
37
+ color: var(--sapContent_IconColor);
38
38
  position: absolute;
39
39
  left: -1rem;
40
40
 
@@ -43,14 +43,14 @@
43
43
  }
44
44
 
45
45
  &:focus:not(:active)::after {
46
- content: "";
46
+ content: '';
47
47
  display: block;
48
48
  position: absolute;
49
49
  top: 0;
50
50
  right: 0;
51
51
  bottom: 0;
52
52
  left: 0;
53
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
53
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
54
54
  }
55
55
 
56
56
  .sapFSPSplitterBarDecorationBefore {
@@ -82,18 +82,19 @@
82
82
 
83
83
  .sapFSPSplitterBarGripIcon {
84
84
  cursor: col-resize;
85
- line-height: 1.625rem - @sapUiButtonBorderWidth - @sapUiButtonBorderWidth;
85
+ line-height: ~"calc(1.625rem - var(--sapButton_BorderWidth) - var(--sapButton_BorderWidth); )";
86
86
  box-sizing: border-box;
87
87
  height: 1.625rem;
88
88
  width: 1.5rem;
89
89
  margin-top: 3px;
90
- border: @sapUiButtonBorderWidth solid @sapUiButtonLiteBorderColor;
91
- border-radius: @sapUiButtonBorderCornerRadius;
92
- background: @sapUiButtonLiteBackground;
90
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Lite_BorderColor);
91
+ border-radius: var(--sapButton_BorderCornerRadius);
92
+ background: var(--sapButton_Lite_Background);
93
93
  }
94
94
  }
95
95
 
96
96
  &:active {
97
+
97
98
  .sapFSPSplitterBarDecorationBefore {
98
99
  flex-grow: 1;
99
100
  background-image: linear-gradient(to top, @_sap_ui_layout_Splitter_BarActiveDecorationColors);
@@ -105,6 +106,7 @@
105
106
  }
106
107
 
107
108
  &:hover {
109
+
108
110
  .sapFSPSplitterBarDecorationBefore,
109
111
  .sapFSPSplitterBarDecorationAfter {
110
112
  flex-grow: 1;
@@ -112,13 +114,13 @@
112
114
  }
113
115
 
114
116
  .sapFSPSplitterBarGripIcon {
115
- background: @sapUiButtonLiteBackground;
116
- border-color: @sapUiButtonLiteBorderColor;
117
+ background: var(--sapButton_Lite_Background);
118
+ border-color: var(--sapButton_Lite_BorderColor);
117
119
  }
118
120
  }
119
121
  }
120
122
 
121
- // Side panel
123
+ /* Side panel */
122
124
  .sapFSPSide {
123
125
  position: relative;
124
126
  display: flex;
@@ -140,9 +142,9 @@
140
142
  display: flex;
141
143
  flex-direction: row-reverse;
142
144
  align-items: stretch;
143
- border-radius: @sapUiTileBorderCornerRadius 0 0 @sapUiTileBorderCornerRadius;
145
+ border-radius: var(--sapTile_BorderCornerRadius) 0 0 var(--sapTile_BorderCornerRadius);
144
146
  box-shadow: 0 0 1rem fade(@sapUiContentShadowColor, 10);
145
- background-color: @sapUiGroupContentBackground;
147
+ background-color: var(--sapGroup_ContentBackground);
146
148
  min-width: 4.25rem;
147
149
  width: 100%;
148
150
 
@@ -169,16 +171,16 @@
169
171
  margin-right: 1rem;
170
172
 
171
173
  & > .sapUiIcon {
172
- color: @sapUiContentIconColor;
174
+ color: var(--sapContent_IconColor);
173
175
  }
174
176
 
175
177
  .sapMTitle {
176
178
  flex-grow: 2;
177
- font-family: @sapUiFontBoldFamily;
178
- font-size: @sapMFontHeader6Size;
179
+ font-family: var(--sapFontBoldFamily);
180
+ font-size: var(--sapFontHeader6Size);
179
181
  font-style: normal;
180
182
  font-weight: 700;
181
- color: @sapUiBaseText;
183
+ color: var(--sapTextColor);
182
184
 
183
185
  & > span {
184
186
  overflow: hidden;
@@ -225,11 +227,11 @@
225
227
  cursor: pointer;
226
228
 
227
229
  .sapFSPItemText {
228
- font-family: @sapUiFontSemiboldDuplexFamily;
229
- font-size: @sapMFontHeader6Size;
230
+ font-family: var(--sapFontSemiboldDuplexFamily);
231
+ font-size: var(--sapFontHeader6Size);
230
232
  font-style: normal;
231
233
  font-weight: 600;
232
- color: @sapUiBaseText;
234
+ color: var(--sapTextColor);
233
235
  overflow: hidden;
234
236
  text-overflow: ellipsis;
235
237
  white-space: nowrap;
@@ -240,19 +242,19 @@
240
242
  flex-shrink: 0;
241
243
  align-items: center;
242
244
  justify-content: center;
243
- font-size: @sapMFontHeader4Size;
244
- background-color: @sapUiGroupContentBackground;
245
- color: @sapUiContentSelectedForegroundColor;
245
+ font-size: var(--sapFontHeader4Size);
246
+ background-color: var(--sapGroup_ContentBackground);
247
+ color: var(--sapContent_Selected_ForegroundColor);
246
248
  width: 2.75rem;
247
249
  height: 2.75rem;
248
250
  box-sizing: border-box;
249
251
  border-radius: 50%;
250
- border: 0.0625rem solid @sapUiContentSelectedForegroundColor;
252
+ border: 0.0625rem solid var(--sapContent_Selected_ForegroundColor);
251
253
  cursor: pointer;
252
254
  }
253
255
 
254
256
  &.sapFSPDisabled {
255
- opacity: @sapUiContentDisabledOpacity;
257
+ opacity: var(--sapContent_DisabledOpacity);
256
258
 
257
259
  &:hover {
258
260
  background-color: initial;
@@ -263,24 +265,26 @@
263
265
  visibility: hidden;
264
266
 
265
267
  .sapUiIcon {
266
- color: @sapUiContentSelectedForegroundColor;
268
+ color: var(--sapContent_Selected_ForegroundColor);
267
269
  }
268
270
 
269
271
  &:not(.sapFSPSelected):not(:hover) {
272
+
270
273
  .sapUiIcon {
271
274
  border: none;
272
275
  }
273
276
  }
274
277
 
275
278
  &.sapFSPSelected {
279
+
276
280
  &::before {
277
281
  display: none;
278
282
  }
279
283
 
280
284
  .sapUiIcon {
281
- border-color: @sapUiContentSelectedForegroundColor;
282
- background-color: @sapUiListSelectionBackgroundColor;
283
- color: @sapUiContentSelectedForegroundColor;
285
+ border-color: var(--sapContent_Selected_ForegroundColor);
286
+ background-color: var(--sapList_SelectionBackgroundColor);
287
+ color: var(--sapContent_Selected_ForegroundColor);
284
288
  }
285
289
  }
286
290
  }
@@ -289,41 +293,42 @@
289
293
  outline: none;
290
294
 
291
295
  &::after {
292
- content: "";
296
+ content: '';
293
297
  position: absolute;
294
298
  box-sizing: border-box;
295
299
  left: 0;
296
300
  top: 0;
297
301
  right: 0;
298
302
  bottom: 0;
299
- border: 0.0625rem dotted @sapUiContentFocusColor;
303
+ border: 0.0625rem dotted var(--sapContent_FocusColor);
300
304
  pointer-events: none;
301
305
  }
302
306
  }
303
307
 
304
308
  &:hover {
305
- background-color: @sapUiListHoverBackground;
309
+ background-color: var(--sapList_Hover_Background);
306
310
 
307
311
  &.sapFSPOverflowItem .sapUiIcon {
308
- border-color: @sapUiContentSelectedForegroundColor;
312
+ border-color: var(--sapContent_Selected_ForegroundColor);
309
313
  }
310
314
  }
311
315
 
312
316
  &.sapFSPSelected {
317
+
313
318
  &::before {
314
319
  position: absolute;
315
320
  left: 0;
316
- content: "";
321
+ content: '';
317
322
  height: 3.125rem;
318
323
  width: 0.1875rem;
319
- background-color: @sapUiContentSelectedForegroundColor;
324
+ background-color: var(--sapContent_Selected_ForegroundColor);
320
325
  border-radius: 0 0.1875rem 0.1875rem 0;
321
326
  }
322
327
 
323
328
  .sapUiIcon {
324
- border-color: @sapUiContentSelectedForegroundColor;
325
- background-color: @sapUiContentSelectedForegroundColor;
326
- color: @sapUiContentContrastIconColor;
329
+ border-color: var(--sapContent_Selected_ForegroundColor);
330
+ background-color: var(--sapContent_Selected_ForegroundColor);
331
+ color: var(--sapContent_ContrastIconColor);
327
332
  }
328
333
 
329
334
  &:focus::after {
@@ -341,6 +346,7 @@
341
346
  }
342
347
 
343
348
  &.sapFSPActionBarExpanded {
349
+
344
350
  &:not(.sapFSPSideContentExpanded) .sapFSPSide {
345
351
  width: 20rem;
346
352
  }
@@ -357,7 +363,9 @@
357
363
  }
358
364
 
359
365
  &.sapFSPSideContentExpanded {
366
+
360
367
  .sapFSPSide:not(.sapFSPSplitView) {
368
+
361
369
  .sapFSPSideContent {
362
370
  display: none;
363
371
  }
@@ -373,11 +381,13 @@
373
381
  }
374
382
 
375
383
  &:not(.sapFSPSingleItem) .sapFSPSideContent {
376
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
384
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
377
385
  }
378
386
 
379
387
  &.sapFSPSingleItem {
388
+
380
389
  &.sapFSPSideContentExpanded {
390
+
381
391
  .sapFSPExpandCollapse,
382
392
  .sapFSPActionBar {
383
393
  display: none;
@@ -407,32 +417,36 @@
407
417
  }
408
418
 
409
419
  .sapFSPOverflowMenu .sapUiMnuItm {
420
+
410
421
  .sapUiMnuItmIco {
411
- color: @sapUiContentSelectedForegroundColor;
422
+ color: var(--sapContent_Selected_ForegroundColor);
412
423
  }
413
424
 
414
425
  .sapUiMnuItmTxt {
415
- font-family: @sapUiFontFamily;
416
- font-size: @sapMFontHeader6Size;
426
+ font-family: var(--sapFontFamily);
427
+ font-size: var(--sapFontHeader6Size);
417
428
  font-style: normal;
418
429
  font-weight: 600;
419
430
  }
420
431
 
421
432
  &.sapUiMnuItmDsbl {
433
+
422
434
  .sapUiMnuItmTxt {
423
- opacity: @sapUiContentDisabledOpacity;
435
+ opacity: var(--sapContent_DisabledOpacity);
424
436
  }
425
437
  }
426
438
 
427
439
  &:not(.sapUiMnuItmHov:active) .sapUiMnuItmTxt,
428
440
  &.sapUiMnuItmDsbl.sapUiMnuItmHov:active .sapUiMnuItmTxt {
429
- color: @sapUiBaseText;
441
+ color: var(--sapTextColor);
430
442
  }
431
443
  }
432
444
 
433
- // Compact
445
+ /* Compact */
434
446
  .sapUiSizeCompact {
447
+
435
448
  .sapFSP {
449
+
436
450
  .sapFSPSide {
437
451
  min-width: 4rem;
438
452
  width: 4rem;
@@ -449,6 +463,7 @@
449
463
  }
450
464
 
451
465
  .sapFSPActionBarList {
466
+
452
467
  .sapFSPItem {
453
468
  height: 2.375rem;
454
469
  padding: 0.1875rem 1rem;
@@ -458,7 +473,7 @@
458
473
  }
459
474
 
460
475
  .sapUiIcon {
461
- font-size: @sapMFontHeader5Size;
476
+ font-size: var(--sapFontHeader5Size);
462
477
  width: 2rem;
463
478
  height: 2rem;
464
479
  line-height: 1.75rem;
@@ -477,6 +492,7 @@
477
492
  }
478
493
 
479
494
  &.sapFSPActionBarExpanded {
495
+
480
496
  .sapFSPSideInner .sapFSPActionBar {
481
497
  width: 100%;
482
498
  max-width: 100%;
@@ -487,16 +503,20 @@
487
503
 
488
504
  .sapFSP.sapFSPLeft {
489
505
  flex-direction: row-reverse;
506
+
490
507
  .sapFSPSide {
491
508
  margin: 0.5rem 1rem 0.5rem 0;
509
+
492
510
  .sapFSPSideInner {
493
- border-radius: 0 @sapUiTileBorderCornerRadius @sapUiTileBorderCornerRadius 0;
511
+ border-radius: 0 var(--sapTile_BorderCornerRadius) var(--sapTile_BorderCornerRadius) 0;
494
512
  flex-direction: row;
495
513
  }
514
+
496
515
  .sapFSPExpandCollapse {
497
516
  right: auto;
498
517
  left: 1rem;
499
518
  }
519
+
500
520
  .sapFSPSplitterBar {
501
521
  left: initial;
502
522
  right: -1rem;
@@ -506,14 +526,14 @@
506
526
 
507
527
  .sapFSP.sapFSPLeft:not(.sapFSPSingleItem) .sapFSPSideContent {
508
528
  border-right: none;
509
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
529
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
510
530
  }
511
531
 
512
532
  /***** Phone *****/
513
533
 
514
534
  html.sap-phone {
515
535
 
516
- // Cozy
536
+ /* Cozy */
517
537
  .sapFSP {
518
538
  flex-direction: column;
519
539
 
@@ -544,7 +564,7 @@ html.sap-phone {
544
564
  overflow: hidden;
545
565
  border-radius: 0;
546
566
  border: none;
547
- border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
567
+ border-top: 0.0625rem solid var(--sapGroup_ContentBorderColor);
548
568
 
549
569
  .sapFSPActionBar {
550
570
  position: relative;
@@ -575,7 +595,7 @@ html.sap-phone {
575
595
  text-align: center;
576
596
  height: 2.25rem;
577
597
  padding: 0.1875rem 1rem;
578
- border-bottom: 0.0625rem solid @sapUiGroupContentBorderColor;
598
+ border-bottom: 0.0625rem solid var(--sapGroup_ContentBorderColor);
579
599
  margin-right: 0;
580
600
 
581
601
  & > .sapUiIcon {
@@ -653,6 +673,7 @@ html.sap-phone {
653
673
  }
654
674
 
655
675
  &.sapFSPActionBarExpanded {
676
+
656
677
  &.sapFSPSideContentExpanded .sapFSPSide:not(.sapFSPSplitView) .sapFSPSideContent {
657
678
  display: flex;
658
679
  }
@@ -669,6 +690,7 @@ html.sap-phone {
669
690
  }
670
691
 
671
692
  &.sapFSPSingleItem {
693
+
672
694
  .sapFSPSide {
673
695
  flex: 0 0 4.125rem;
674
696
  width: 100%;
@@ -701,6 +723,7 @@ html.sap-phone {
701
723
  border-width: 0;
702
724
  width: 2.25rem;
703
725
  }
726
+
704
727
  .sapFSPItemText {
705
728
  display: inline;
706
729
  font-size: 0.875rem;
@@ -745,7 +768,7 @@ html.sap-phone {
745
768
  bottom: 0;
746
769
  left: 0;
747
770
  right: 0;
748
- background: @sapBackgroundColor;
771
+ background: var(--sapBackgroundColor);
749
772
  height: 100%;
750
773
 
751
774
  .sapFSPSideInner {
@@ -757,7 +780,7 @@ html.sap-phone {
757
780
  border: none;
758
781
 
759
782
  .sapFSPActionBarListWrapper {
760
- border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
783
+ border-top: 0.0625rem solid var(--sapGroup_ContentBorderColor);
761
784
  }
762
785
  }
763
786
  }
@@ -768,13 +791,16 @@ html.sap-phone {
768
791
  }
769
792
  }
770
793
 
771
- // Compact
794
+ /* Compact */
772
795
  .sapUiSizeCompact {
796
+
773
797
  .sapFSP {
798
+
774
799
  .sapFSPSide {
775
800
  flex: 0 0 3.75rem;
776
801
 
777
802
  .sapFSPSideInner {
803
+
778
804
  .sapFSPActionBarListWrapper {
779
805
  height: 5.5rem;
780
806
  }
@@ -813,11 +839,13 @@ html.sap-phone {
813
839
  height: 100%;
814
840
 
815
841
  .sapFSPSideInner {
842
+
816
843
  .sapFSPSideContentInner {
817
844
  padding: 0.5rem 1rem;
818
845
  }
819
846
 
820
847
  .sapFSPSideContentHeader {
848
+
821
849
  & > .sapUiIcon {
822
850
  width: 2rem;
823
851
  }
@@ -830,8 +858,11 @@ html.sap-phone {
830
858
  }
831
859
 
832
860
  &.sapFSPSingleItem {
861
+
833
862
  .sapFSPSide {
863
+
834
864
  .sapFSPSideInner {
865
+
835
866
  .sapFSPActionBarListWrapper .sapFSPActionBarList .sapFSPItem .sapUiIcon {
836
867
  width: 2rem;
837
868
  }
@@ -841,6 +872,7 @@ html.sap-phone {
841
872
  }
842
873
  }
843
874
  }
875
+
844
876
  &.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
845
877
  height: 0;
846
878
  overflow: hidden;