@sapui5/sap.suite.ui.commons 1.145.1 → 1.147.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 (214) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +83 -4
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderInput.js +11 -0
  9. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
  10. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  11. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  13. package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
  14. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  15. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  16. package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
  17. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
  18. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
  19. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
  20. package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
  21. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
  32. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/library.js +4 -4
  35. package/src/sap/suite/ui/commons/messagebundle.properties +16 -8
  36. package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
  37. package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
  38. package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
  39. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
  40. package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
  41. package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
  42. package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
  43. package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
  44. package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
  45. package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
  46. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
  47. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
  48. package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
  49. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
  50. package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
  51. package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
  52. package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
  53. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
  54. package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
  55. package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
  56. package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
  57. package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
  58. package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
  59. package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
  60. package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
  61. package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
  62. package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
  63. package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
  64. package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
  65. package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
  66. package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
  67. package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
  68. package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
  69. package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
  70. package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
  71. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
  72. package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
  73. package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
  74. package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
  75. package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
  76. package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
  77. package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
  78. package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
  79. package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
  80. package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
  81. package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
  82. package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
  83. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
  84. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
  85. package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
  86. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  87. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  88. package/src/sap/suite/ui/commons/networkgraph/Line.js +110 -12
  89. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  90. package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
  91. package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
  92. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  93. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
  94. package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
  95. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
  96. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  97. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  98. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  99. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  100. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  101. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  102. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  103. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  104. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  105. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  106. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  108. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  109. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  110. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  111. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  112. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  113. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  114. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  115. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  116. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  117. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  118. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  119. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  120. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  121. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  122. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  123. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  124. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  125. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  126. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  127. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  128. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  129. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  130. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  131. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  132. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  133. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  134. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  135. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  136. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  137. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  138. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  139. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  140. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  141. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  142. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  143. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  144. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  145. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  146. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  147. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  148. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  149. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  150. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  151. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  152. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  153. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  154. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  155. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  156. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  157. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  158. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  159. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  160. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  161. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  162. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  163. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  164. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  165. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  166. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  167. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  168. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  169. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  170. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  171. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  172. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  173. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  174. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  175. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  176. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  177. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  178. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  179. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  180. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  181. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  182. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  183. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  184. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  185. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  186. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  187. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  188. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  189. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  190. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  191. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  192. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  193. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  194. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  195. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  196. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  197. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  198. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  199. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  200. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  201. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  202. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  203. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  204. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  205. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  206. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  207. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  208. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  209. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  210. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  211. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  212. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
  213. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  214. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -1,17 +1,20 @@
1
+ /* ============================================================ */
2
+ /* CSS for control sap.suite.ui.commons/CalculationBuilderItem */
3
+ /* Base theme */
4
+ /* ============================================================ */
5
+
1
6
  .sapCalculationBuilderItem {
2
- background-color: @sapUiButtonBackground;
3
- border: 1px solid @sapUiNeutralBorder;
4
- color: @sapUiNeutralText;
7
+ background-color: var(--sapButton_Background);
8
+ border: 1px solid var(--sapNeutralBorderColor);
9
+ color: var(--sapNeutralTextColor);
5
10
  display: inline-block;
6
11
  font-size: @sapMFontMediumSize;
7
12
  border-radius: 3px;
8
13
  font-weight: bold;
9
14
  position: relative;
10
- user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
11
- -webkit-touch-callout: none; /* iOS Safari */
12
- -webkit-user-select: none; /* Safari */
13
- -moz-user-select: none; /* Firefox */
14
- -ms-user-select: none; /*Edge */
15
+ -webkit-touch-callout: none;
16
+ -webkit-user-select: none;
17
+ user-select: none;
15
18
 
16
19
  &:focus {
17
20
  outline: none;
@@ -19,7 +22,7 @@
19
22
  }
20
23
 
21
24
  .sapUiSizeCozy .sapCalculationBuilderItem {
22
- font-size: @sapMFontLargeSize;
25
+ font-size: var(--sapFontLargeSize);
23
26
  }
24
27
 
25
28
  .sapCalculationBuilderItemContentWrapper {
@@ -49,8 +52,9 @@
49
52
  }
50
53
 
51
54
  .sapCalculationBuilderReadOnly .sapCalculationBuilderItemLabel {
52
- color: @sapUiButtonBorderColor;
55
+ color: var(--sapButton_BorderColor);
53
56
  }
57
+
54
58
  .sapCalculationBuilderReadOnly .sapCalculationBuilderItem{
55
59
  background-color: transparent;
56
60
  }
@@ -59,41 +63,44 @@
59
63
  .sapCalculationBuilderItemLiteral .sapCalculationBuilderItemContent,
60
64
  .sapCalculationBuilderUnknownItem .sapCalculationBuilderItemContent,
61
65
  .sapCalculationBuilderItemExpandButton {
66
+
62
67
  &:hover {
63
- border-color: @sapUiButtonHoverBorderColor;
64
- background-color: @sapUiButtonHoverBackground;
68
+ border-color: var(--sapButton_Hover_BorderColor);
69
+ background-color: var(--sapButton_Hover_Background);
65
70
  }
71
+
66
72
  &:active {
67
- border-color: @sapUiButtonActiveBorderColor;
68
- background-color: @sapActiveColor;
69
- color: @sapUiButtonActiveTextColor;
73
+ border-color: var(--sapButton_Active_BorderColor);
74
+ background-color: var(--sapActiveColor);
75
+ color: var(--sapButton_Active_TextColor);
70
76
  }
71
77
  }
72
78
 
73
79
  .sapCalculationBuilderItemVariable,
74
80
  .sapCalculationBuilderItemLiteral,
75
81
  .sapCalculationBuilderUnknownItem {
76
- border-color: @sapUiButtonBorderColor;
77
- background-color: @sapUiButtonBackground;
78
- color: @sapUiButtonTextColor;
82
+ border-color: var(--sapButton_BorderColor);
83
+ background-color: var(--sapButton_Background);
84
+ color: var(--sapButton_TextColor);
79
85
  display: flex;
80
86
  }
81
87
 
82
88
  .sapCalculationBuilderItemFunction,
83
89
  .sapCalculationBuilderItemBracket,
84
90
  .sapCalculationBuilderItemOperator {
85
- background-color: @sapUiButtonLiteBackground;
86
- border-color: @sapUiButtonLiteBorderColor;
91
+ background-color: var(--sapButton_Lite_Background);
92
+ border-color: var(--sapButton_Lite_BorderColor);
87
93
  color: @sapUiCalendarColorToday;
88
94
 
89
95
  &:hover {
90
- border-color: @sapUiButtonLiteHoverBorderColor;
91
- background-color: @sapUiButtonLiteHoverBackground;
96
+ border-color: var(--sapButton_Lite_Hover_BorderColor);
97
+ background-color: var(--sapButton_Lite_Hover_Background);
92
98
  }
99
+
93
100
  &:active {
94
- border-color: @sapUiButtonLiteActiveBackground;
95
- background-color: @sapUiButtonLiteActiveBorderColor;
96
- color: @sapUiButtonActiveTextColor;
101
+ border-color: var(--sapButton_Lite_Active_Background);
102
+ background-color: var(--sapButton_Lite_Active_BorderColor);
103
+ color: var(--sapButton_Active_TextColor);
97
104
  }
98
105
  }
99
106
 
@@ -111,12 +118,12 @@
111
118
  }
112
119
 
113
120
  .sapCalculationBuilderBracket {
114
- border-color: @sapUiButtonLiteHoverBorderColor;
115
- background-color: @sapUiButtonLiteHoverBackground;
121
+ border-color: var(--sapButton_Lite_Hover_BorderColor);
122
+ background-color: var(--sapButton_Lite_Hover_Background);
116
123
  }
117
124
 
118
125
  .sapCalculationBuilderItemOperator {
119
- color: @sapUiButtonTextColor;
126
+ color: var(--sapButton_TextColor);
120
127
  }
121
128
 
122
129
  .sapCalculationBuilderItemFunctionLabel {
@@ -125,9 +132,8 @@
125
132
 
126
133
  .sapCalculationBuilderItemFunctionBracket {
127
134
  padding-left: 0;
128
-
129
- background-color: @sapUiButtonLiteBackground;
130
- border-color: @sapUiButtonLiteBorderColor;
135
+ background-color: var(--sapButton_Lite_Background);
136
+ border-color: var(--sapButton_Lite_BorderColor);
131
137
  }
132
138
 
133
139
  .sapCalculationBuilderItemOperatorLength-1 .sapCalculationBuilderItemLabel {
@@ -144,9 +150,9 @@
144
150
  border-radius: 3px;
145
151
  outline: none;
146
152
  width: 1.625rem;
147
- border: 1px solid @sapUiButtonTextColor;
148
- background-color: @sapUiButtonLiteBackground;
149
- color: @sapUiButtonTextColor;
153
+ border: 1px solid var(--sapButton_TextColor);
154
+ background-color: var(--sapButton_Lite_Background);
155
+ color: var(--sapButton_TextColor);
150
156
  }
151
157
 
152
158
  .sapUiSizeCozy .sapCalculationBuilderNewItem,
@@ -169,21 +175,25 @@
169
175
 
170
176
  .sapCalculationBuilderItemPopupOptionItem {
171
177
  padding-bottom: 1rem;
172
- border-bottom: 1px solid @sapUiListBorderColor;
178
+ border-bottom: 1px solid var(--sapList_BorderColor);
173
179
  }
174
180
 
175
181
  .sapCalculationBuilderItemPopupOperators {
182
+
176
183
  .sapMBtn {
177
184
  padding: 0;
178
185
  }
186
+
179
187
  .sapMBtnInner {
180
188
  height: 2rem;
181
189
  }
190
+
182
191
  .sapMBtnContent {
183
192
  line-height: 30px;
184
193
  font-size: 1.125rem;
185
194
  font-weight: bold
186
195
  }
196
+
187
197
  .sapMBtnIcon {
188
198
  line-height: 30px;
189
199
  }
@@ -199,7 +209,7 @@
199
209
 
200
210
  .sapCalculationBuilderItem.ui-selecting,
201
211
  .sapCalculationBuilderItem.ui-selected {
202
- border: 1px dashed @sapUiButtonBorderColor;
212
+ border: 1px dashed var(--sapButton_BorderColor);
203
213
  }
204
214
 
205
215
  .sapCalculationBuilderItem.ui-state-disabled {
@@ -214,12 +224,13 @@
214
224
  flex-direction: column;
215
225
  vertical-align: middle;
216
226
  justify-content: center;
217
- font-size: @sapFontSmallSize;
218
- border-left: 1px solid @sapUiButtonBorderColor;
227
+ font-size: var(--sapFontSmallSize);
228
+ border-left: 1px solid var(--sapButton_BorderColor);
219
229
 
220
230
  &:focus {
221
231
  outline: none;
222
232
  }
233
+
223
234
  .sapUiIcon {
224
235
  cursor: pointer;
225
236
  }
@@ -247,7 +258,7 @@
247
258
 
248
259
  .sapCalculationBuilderItemExpandButton:focus .sapCalculationBuilderItemExpandButtonFocus,
249
260
  .sapCalculationBuilderItemExpandButton:active .sapCalculationBuilderItemExpandButtonFocus {
250
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
261
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
251
262
  }
252
263
 
253
264
  .sapCalculationBuilderItemFocusWrapper {
@@ -266,7 +277,7 @@
266
277
  position: relative;
267
278
  box-sizing: border-box;
268
279
  height: 100%;
269
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
280
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
270
281
  pointer-events: none;
271
282
  }
272
283
 
@@ -277,6 +288,7 @@
277
288
 
278
289
  .sapCalculationBuilderItemExpandButtonWrapper {
279
290
  position: relative;
291
+
280
292
  &:focus {
281
293
  outline: none;
282
294
  }
@@ -285,23 +297,25 @@
285
297
  .sapCalculationBuilderItemErrorSyntax,
286
298
  .sapCalculationBuilderItemErrorSyntax .sapCalculationBuilderItemContent,
287
299
  .sapCalculationBuilderItemErrorSyntax .sapCalculationBuilderItemExpandButton {
288
- background-color: @sapUiButtonRejectBackground;
289
- border-color: @sapUiButtonRejectBorderColor;
290
- color: @sapUiButtonRejectTextColor;
300
+ background-color: var(--sapButton_Reject_Background);
301
+ border-color: var(--sapButton_Reject_BorderColor);
302
+ color: var(--sapButton_Reject_TextColor);
303
+
291
304
  &:hover {
292
- background-color: @sapUiButtonRejectHoverBackground;
293
- border-color: @sapUiButtonRejectHoverBorderColor;
305
+ background-color: var(--sapButton_Reject_Hover_Background);
306
+ border-color: var(--sapButton_Reject_Hover_BorderColor);
294
307
  }
308
+
295
309
  &:active {
296
- background-color: @sapUiButtonRejectActiveBackground;
297
- border-color: @sapUiButtonRejectActiveBorderColor;
298
- color: @sapUiButtonActiveTextColor;
310
+ background-color: var(--sapButton_Reject_Active_Background);
311
+ border-color: var(--sapButton_Reject_Active_BorderColor);
312
+ color: var(--sapButton_Active_TextColor);
299
313
  }
300
314
 
301
315
  }
302
316
 
303
317
  .sapCalculationBuilderItemErrorSyntax .sapCalculationBuilderItemExpandButton {
304
- border-left-color: @sapUiButtonRejectBorderColor;
318
+ border-left-color: var(--sapButton_Reject_BorderColor);
305
319
  }
306
320
 
307
321
  .sapCalculationBuilderItemTextError {
@@ -312,11 +326,11 @@
312
326
 
313
327
  .sapCalculationBuilderItemTextEmpty {
314
328
  background-color: fade(@sapUiFieldTextColor, 15);
315
- padding: 0px 5px 1px 1px;
329
+ padding: 0 5px 1px 1px;
316
330
  border-radius: 3px
317
331
  }
318
332
 
319
- // *** DRAGGING *** //
333
+ /* *** DRAGGING *** */
320
334
  .sapCalculationBuilderDragging.sapCalculationBuilderItem,
321
335
  .sapCalculationBuilderDragging .sapCalculationBuilderItemExpandButton,
322
336
  .sapCalculationBuilderDraggingSelectedClone .sapCalculationBuilderItemExpandButton,
@@ -324,10 +338,9 @@
324
338
  .sapCalculationBuilderDraggingSelectedClone .sapCalculationBuilderItem {
325
339
  z-index: 30;
326
340
  opacity: 0.7;
327
- color: @sapUiContentDisabledTextColor !important;
328
- background-color: @sapUiButtonBackground !important;
329
- border-color: @sapUiButtonBackground !important;
330
-
341
+ color: var(--sapContent_DisabledTextColor) !important;
342
+ background-color: var(--sapButton_Background) !important;
343
+ border-color: var(--sapButton_Background) !important;
331
344
  }
332
345
 
333
346
  .sapCalculationBuilderDroppableLine,
@@ -340,20 +353,20 @@
340
353
  display: block;
341
354
  }
342
355
 
343
- .sapCalculationBuilderDroppableLine:after {
344
- content: "";
356
+ .sapCalculationBuilderDroppableLine::after {
357
+ content: '';
345
358
  position: absolute;
346
359
  top: 10px;
347
360
  bottom: 10px;
348
361
  left: 50%;
349
362
  width: 2px;
350
- background-color: @sapUiSelected;
363
+ background-color: var(--sapSelectedColor);
351
364
  transform: translate(-50%);
352
365
  }
353
366
 
354
- .sapCalculationBuilderDroppableCircle:after {
355
- border: 2px solid @sapUiSelected;
356
- content: "";
367
+ .sapCalculationBuilderDroppableCircle::after {
368
+ border: 2px solid var(--sapSelectedColor);
369
+ content: '';
357
370
  position: absolute;
358
371
  border-radius: 50%;
359
372
  top: 0;
@@ -364,5 +377,5 @@
364
377
  }
365
378
 
366
379
  .sapCalculationBuilderExpressionSAPFont {
367
- font-family: 'SAP-icons';
368
- }
380
+ font-family: var(--sapContent_IconFontFamily);
381
+ }
@@ -1,21 +1,18 @@
1
- /* =================================================== */
2
- /* CSS for control sap.suite.ui.commons/ChartContainer */
3
- /* Base Theme */
4
- /* =================================================== */
1
+ /* ==================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ChartContainer */
3
+ /* Base Theme */
4
+ /* ==================================================== */
5
5
 
6
6
  .sapSuiteUiCommonsChartContainer {
7
7
  height: 100%;
8
8
  }
9
+
9
10
  .sapSuiteUiCommonsChartContainer {
10
- overflow: unset;
11
- }
12
- /* In Edge browser vizFrame chart is cut off when changing the view from full screen to normal*/
13
- html[data-sap-ui-browser^="ed"] .sapSuiteUiCommonsChartContainer {
14
- overflow: hidden;
11
+ overflow: unset;
15
12
  }
16
13
 
17
14
  .sapMDialogChartContainerScroll {
18
- height: 100%;
15
+ height: 100%;
19
16
  }
20
17
 
21
18
  .sapSuiteUiCommonsChartContainerOverlay {
@@ -26,7 +23,7 @@ html[data-sap-ui-browser^="ed"] .sapSuiteUiCommonsChartContainer {
26
23
  }
27
24
 
28
25
  .sapSuiteUiCommonsChartContainerChartArea {
29
- background-color: @sapUiGroupContentBackground;
26
+ background-color: var(--sapGroup_ContentBackground);
30
27
  }
31
28
 
32
29
  /* mixin call for creating container content padding classes (arguments: rootContainer, contentSelector) */
@@ -1,6 +1,7 @@
1
- /* =========================================================== */
2
- /* CSS for control sap.suite.ui.commons/ComparisonTile.control */
3
- /* =========================================================== */
1
+ /* =============================================== */
2
+ /* CSS for control sap.suite.ui.commons/ChartTile */
3
+ /* Base theme */
4
+ /* =============================================== */
4
5
 
5
6
  .sapSuiteCmpTileContent {
6
7
  position: absolute;
@@ -39,7 +40,6 @@
39
40
  display: inline-block;
40
41
  max-width: 100%;
41
42
  box-sizing: border-box;
42
- -moz-box-sizing: border-box;
43
43
  }
44
44
 
45
45
  .sapSuiteCmpTileUnitInner {
@@ -102,13 +102,10 @@
102
102
  background-color: #e2e2e2;
103
103
  border-right: 1px solid white;
104
104
  box-sizing: border-box;
105
- -moz-box-sizing: border-box;
106
-
107
105
  }
108
106
 
109
107
  .sapSuiteCmpTileBarNoValue {
110
108
  background-color: #e2e2e2;
111
109
  border-left: 1px solid white;
112
110
  box-sizing: border-box;
113
- -moz-box-sizing: border-box;
114
- }
111
+ }
@@ -1,168 +1,178 @@
1
- .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnInner{
2
- background-color: @sapLegendBackgroundColor20;
3
- color: @sapLegendColor20;
4
- height: 90px;
5
- flex-direction: column;
6
- align-items: center;
7
- font-size: 15px;
1
+ /* ========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/CollaborationPopover */
3
+ /* Base theme */
4
+ /* ========================================================== */
5
+
6
+ .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnInner {
7
+ background-color: var(--sapLegendBackgroundColor20);
8
+ color: var(--sapLegendColor20);
9
+ height: 90px;
10
+ flex-direction: column;
11
+ align-items: center;
12
+ font-size: 15px;
8
13
  }
9
14
 
10
- .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnIcon::before{
11
- font-size: 25px;
12
- color: @sapLegendColor20;
15
+ .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnIcon::before {
16
+ font-size: 25px;
17
+ color: var(--sapLegendColor20);
13
18
  }
14
19
 
15
20
  .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnContent {
16
- white-space: normal !important;
17
- overflow: visible !important;
18
- line-height: 15px !important;
21
+ white-space: normal !important;
22
+ overflow: visible !important;
23
+ line-height: 15px !important;
19
24
  }
20
25
 
21
26
  .sapSuiteUiCollaborationBarEmailButtonHorizontal .sapMBtnInner {
22
- background-color: @sapLegendBackgroundColor6;
23
- color: @sapLegendColor6;
24
- height: 90px;
25
- flex-direction: column;
26
- align-items: center;
27
- font-size: 15px;
27
+ background-color: var(--sapLegendBackgroundColor6);
28
+ color: var(--sapLegendColor6);
29
+ height: 90px;
30
+ flex-direction: column;
31
+ align-items: center;
32
+ font-size: 15px;
28
33
  }
29
34
 
30
35
  .sapSuiteUiCollaborationBarEmailButtonHorizontal .sapMBtnIcon::before {
31
- font-size: 25px;
32
- color: @sapLegendColor6;
36
+ font-size: 25px;
37
+ color: var(--sapLegendColor6);
33
38
  }
34
39
 
35
40
  .sapSuiteUiCollaborationBarEmailButtonHorizontal .sapMBtnContent {
36
- white-space: normal !important;
37
- overflow: visible !important;
38
- line-height: 15px !important;
41
+ white-space: normal !important;
42
+ overflow: visible !important;
43
+ line-height: 15px !important;
39
44
  }
40
45
 
41
- .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnInner{
42
- background-color: @sapLegendBackgroundColor7;
43
- color: @sapLegendColor17;
44
- height: 90px;
45
- flex-direction: column;
46
- align-items: center;
47
- font-size: 15px;
46
+ .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnInner {
47
+ background-color: var(--sapLegendBackgroundColor7);
48
+ color: var(--sapLegendColor17);
49
+ height: 90px;
50
+ flex-direction: column;
51
+ align-items: center;
52
+ font-size: 15px;
48
53
  }
49
54
 
50
- .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnIcon::before{
51
- font-size: 25px;
52
- color: @sapLegendColor17;
55
+ .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnIcon::before {
56
+ font-size: 25px;
57
+ color: var(--sapLegendColor17);
53
58
  }
54
59
 
55
60
  .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnContent {
56
- white-space: normal !important;
57
- overflow: visible !important;
58
- line-height: 15px !important;
61
+ white-space: normal !important;
62
+ overflow: visible !important;
63
+ line-height: 15px !important;
59
64
  }
60
65
 
61
- .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnInner{
62
- background-color: @sapLegendBackgroundColor20;
63
- color: @sapLegendColor20;
64
- height: 60px;
65
- align-items: center;
66
- font-size: 15px;
66
+ .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnInner {
67
+ background-color: var(--sapLegendBackgroundColor20);
68
+ color: var(--sapLegendColor20);
69
+ height: 60px;
70
+ align-items: center;
71
+ font-size: 15px;
67
72
  }
68
73
 
69
- .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnIcon::before{
70
- font-size: 25px;
71
- color: @sapLegendColor20;
74
+ .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnIcon::before {
75
+ font-size: 25px;
76
+ color: var(--sapLegendColor20);
72
77
  }
73
78
 
74
79
  .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnIcon {
75
- margin-right: 15px;
80
+ margin-right: 15px;
76
81
  }
77
82
 
78
83
  .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnContent {
79
- white-space: normal !important;
80
- overflow: visible !important;
81
- line-height: 15px !important;
84
+ white-space: normal !important;
85
+ overflow: visible !important;
86
+ line-height: 15px !important;
82
87
  }
83
88
 
84
89
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnInner {
85
- background-color: @sapLegendBackgroundColor6;
86
- color: @sapLegendColor6;
87
- height: 60px;
88
- align-items: center;
89
- font-size: 15px;
90
+ background-color: var(--sapLegendBackgroundColor6);
91
+ color: var(--sapLegendColor6);
92
+ height: 60px;
93
+ align-items: center;
94
+ font-size: 15px;
90
95
  }
91
96
 
92
97
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnIcon::before {
93
- font-size: 25px;
94
- color: @sapLegendColor6;
98
+ font-size: 25px;
99
+ color: var(--sapLegendColor6);
95
100
  }
96
101
 
97
102
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnIcon {
98
- margin-right: 15px;
103
+ margin-right: 15px;
99
104
  }
100
105
 
101
106
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnContent {
102
- white-space: normal !important;
103
- overflow: visible !important;
104
- line-height: 15px !important;
107
+ white-space: normal !important;
108
+ overflow: visible !important;
109
+ line-height: 15px !important;
105
110
  }
106
111
 
107
- .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnInner{
108
- background-color: @sapLegendBackgroundColor7;
109
- color: @sapLegendColor17;
110
- height: 60px;
111
- align-items: center;
112
- font-size: 15px;
112
+ .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnInner {
113
+ background-color: var(--sapLegendBackgroundColor7);
114
+ color: var(--sapLegendColor17);
115
+ height: 60px;
116
+ align-items: center;
117
+ font-size: 15px;
113
118
  }
114
119
 
115
- .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnIcon::before{
116
- font-size: 25px;
117
- color: @sapLegendColor17;
120
+ .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnIcon::before {
121
+ font-size: 25px;
122
+ color: var(--sapLegendColor17);
118
123
  }
119
124
 
120
125
  .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnIcon {
121
- margin-right: 15px;
126
+ margin-right: 15px;
122
127
  }
123
128
 
124
129
  .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnContent {
125
- white-space: normal !important;
126
- overflow: visible !important;
127
- line-height: 15px !important;
130
+ white-space: normal !important;
131
+ overflow: visible !important;
132
+ line-height: 15px !important;
128
133
  }
129
134
 
130
135
  .sapSuiteUiCollaborationBarMsgStripHBox {
131
- background-color: @sapLegendBackgroundColor6 !important;
132
- background-image: none;
133
- border-radius: 10px !important;
134
- align-items: center !important;
136
+ background-color: var(--sapLegendBackgroundColor6) !important;
137
+ background-image: none;
138
+ border-radius: 10px !important;
139
+ align-items: center !important;
135
140
  }
136
141
 
137
142
  .sapSuiteCollaborationBarMsgStrip {
138
- background-color: @sapLegendBackgroundColor6 !important;
139
- border-width: 0px !important;
143
+ background-color: var(--sapLegendBackgroundColor6) !important;
144
+ border-width: 0 !important;
140
145
  }
141
146
 
142
147
  .sapSuiteCollaborationBarMenu {
143
- .sapSuiteUiCommonsCollaborationMail {
144
- .sapUiIcon {
145
- color: @sapLegendColor6;
146
- }
147
- }
148
-
149
- .sapSuiteUiCommonsCollaborationMSTeamsShare,
150
- .sapSuiteUiCommonsCollaborationChat,
151
- .sapSuiteUiCommonsCollaborationTab {
152
- .sapUiIcon {
153
- color: @sapLegendColor20;
154
- }
155
- }
156
-
157
- .sapSuiteUiCommonsCollaborationManager {
158
- .sapUiIcon {
159
- color: @sapLegendColor17;
160
- }
161
- }
162
-
163
- .sapSuiteUiCommonsCollaborationLink {
164
- .sapUiIcon {
165
- color: @sapLegendColor18;
166
- }
167
- }
168
- }
148
+
149
+ .sapSuiteUiCommonsCollaborationMail {
150
+
151
+ .sapUiIcon {
152
+ color: var(--sapLegendColor6);
153
+ }
154
+ }
155
+
156
+ .sapSuiteUiCommonsCollaborationMSTeamsShare,
157
+ .sapSuiteUiCommonsCollaborationChat,
158
+ .sapSuiteUiCommonsCollaborationTab {
159
+
160
+ .sapUiIcon {
161
+ color: var(--sapLegendColor20);
162
+ }
163
+ }
164
+
165
+ .sapSuiteUiCommonsCollaborationManager {
166
+
167
+ .sapUiIcon {
168
+ color: var(--sapLegendColor17);
169
+ }
170
+ }
171
+
172
+ .sapSuiteUiCommonsCollaborationLink {
173
+
174
+ .sapUiIcon {
175
+ color: var(--sapLegendColor18);
176
+ }
177
+ }
178
+ }