@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,3 +1,8 @@
1
+ /* ================================================= */
2
+ /* CSS for control sap.suite.ui.commons/ImageEditor */
3
+ /* Base theme */
4
+ /* ================================================= */
5
+
1
6
  .sapSuiteUiCommonsImageEditor {
2
7
  width: 100%;
3
8
  min-height: 100%;
@@ -6,7 +11,6 @@
6
11
  position: relative;
7
12
  overflow: auto;
8
13
  display: flex;
9
- min-width: 1px; // fix for IE
10
14
  }
11
15
 
12
16
  .sapSuiteUiCommonsImageEditorNoData {
@@ -18,14 +22,14 @@
18
22
  }
19
23
 
20
24
  .sapSuiteUiCommonsImageEditorNoDataText {
21
- font-size: @sapMFontLargeSize;
25
+ font-size: var(--sapFontLargeSize);
22
26
  white-space: nowrap;
23
27
  overflow: hidden;
24
28
  text-overflow: ellipsis;
25
29
  }
26
30
 
27
31
  .sapSuiteUiCommonsImageEditorNoData:focus{
28
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
32
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
29
33
  outline-offset: 1px;
30
34
  }
31
35
 
@@ -38,7 +42,7 @@
38
42
  }
39
43
 
40
44
  .sapSuiteUiCommonsImageEditorCanvasInnerContainer:focus{
41
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
45
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
42
46
  outline-offset: 1px;
43
47
  }
44
48
 
@@ -56,6 +60,7 @@
56
60
  }
57
61
 
58
62
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorEmpty {
63
+
59
64
  .sapSuiteUiCommonsImageEditorCanvasInnerContainer {
60
65
  display: none;
61
66
  }
@@ -75,6 +80,7 @@
75
80
  pointer-events: none;
76
81
 
77
82
  .sapSuiteUiCommonsImageEditorHandlerContainer {
83
+
78
84
  &.sapSuiteUiCommonsImageEditorTop {
79
85
  top: -0.125rem;
80
86
  }
@@ -93,8 +99,8 @@
93
99
  }
94
100
  }
95
101
 
96
- // resize box shadow
97
- .sapSuiteUiCommonsImageEditorTransformHandlers:before {
102
+ /* resize box shadow */
103
+ .sapSuiteUiCommonsImageEditorTransformHandlers::before {
98
104
  content: '';
99
105
  display: block;
100
106
  position: absolute;
@@ -106,6 +112,7 @@
106
112
  }
107
113
 
108
114
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorModeResize {
115
+
109
116
  .sapSuiteUiCommonsImageEditorTransformHandlers {
110
117
  display: block;
111
118
  }
@@ -148,8 +155,9 @@
148
155
  }
149
156
 
150
157
  &.sapSuiteUiCommonsImageEditorCropInnerRectangleSmall {
158
+
151
159
  .sapSuiteUiCommonsImageEditorDragHandlerContainer {
152
- font-size: @sapFontLargeSize;
160
+ font-size: var(--sapFontLargeSize);
153
161
  width: 1.5rem;
154
162
  height: 1.5rem;
155
163
  }
@@ -160,6 +168,7 @@
160
168
  }
161
169
 
162
170
  &.sapSuiteUiCommonsImageEditorCropInnerRectangleVerySmall {
171
+
163
172
  .sapSuiteUiCommonsImageEditorDragHandlerContainer {
164
173
  font-size: 0.625rem;
165
174
  width: 1rem;
@@ -179,6 +188,7 @@
179
188
  }
180
189
 
181
190
  .sapSuiteUiCommonsImageEditorHandlerContainer {
191
+
182
192
  &.sapSuiteUiCommonsImageEditorRight, &.sapSuiteUiCommonsImageEditorLeft {
183
193
  max-width: 0.5rem;
184
194
  }
@@ -190,6 +200,7 @@
190
200
  }
191
201
 
192
202
  &.sapSuiteUiCommonsImageEditorCropInnerRectangleExtraSmall {
203
+
193
204
  .sapSuiteUiCommonsImageEditorDragHandlerContainer {
194
205
  display: none;
195
206
  }
@@ -211,11 +222,13 @@
211
222
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorModeCropRectangle,
212
223
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorModeCropEllipse,
213
224
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorModeCropCustomShape {
225
+
214
226
  .sapSuiteUiCommonsImageEditorCropOverlayContainer {
215
227
  display: block;
216
228
  }
217
229
 
218
230
  .sapSuiteUiCommonsImageEditorHandlerContainer {
231
+
219
232
  &.sapSuiteUiCommonsImageEditorTop {
220
233
  top: -0.0625rem;
221
234
  }
@@ -237,6 +250,7 @@
237
250
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorModeCropRectangle,
238
251
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorModeCropEllipse,
239
252
  .sapSuiteUiCommonsImageEditor.sapSuiteUiCommonsImageEditorModeCropCustomShape.sapSuiteUiCommonsImageEditorModeCropCustomShapeLoaded {
253
+
240
254
  .sapSuiteUiCommonsImageEditorCropInnerRectangle {
241
255
  display: block;
242
256
  }
@@ -247,18 +261,21 @@
247
261
  }
248
262
 
249
263
  .sapSuiteUiCommonsImageEditorModeCropRectangle {
264
+
250
265
  .sapSuiteUiCommonsImageEditorCropItemRectangle {
251
266
  display: block;
252
267
  }
253
268
  }
254
269
 
255
270
  .sapSuiteUiCommonsImageEditorModeCropEllipse {
271
+
256
272
  .sapSuiteUiCommonsImageEditorCropItemEllipse {
257
273
  display: block;
258
274
  }
259
275
  }
260
276
 
261
277
  .sapSuiteUiCommonsImageEditorModeCropCustomShape {
278
+
262
279
  .sapSuiteUiCommonsImageEditorCropItemCustomShape {
263
280
  display: block;
264
281
  }
@@ -272,7 +289,7 @@
272
289
  width: 8rem;
273
290
  height: 8rem;
274
291
  font-size: 3rem;
275
- color: @sapUiContentContrastIconColor;
292
+ color: var(--sapContent_ContrastIconColor);
276
293
  text-shadow: 0 0.1875rem 5px rgba(0, 0, 0, 0.5);
277
294
  pointer-events: auto;
278
295
  cursor: move;
@@ -350,7 +367,7 @@
350
367
  transform: translateX(-50%);
351
368
  }
352
369
 
353
- html[dir=rtl] .sapSuiteUiCommonsImageEditorCenter {
370
+ html[dir='rtl'] .sapSuiteUiCommonsImageEditorCenter {
354
371
  transform: translateX(50%);
355
372
  }
356
373
 
@@ -366,6 +383,7 @@ html[dir=rtl] .sapSuiteUiCommonsImageEditorCenter {
366
383
  }
367
384
 
368
385
  .sapSuiteUiCommonsImageEditor {
386
+
369
387
  .ui-resizable-nw {
370
388
  cursor: nw-resize;
371
389
  }
@@ -397,4 +415,4 @@ html[dir=rtl] .sapSuiteUiCommonsImageEditorCenter {
397
415
  .ui-resizable-e {
398
416
  cursor: e-resize;
399
417
  }
400
- }
418
+ }
@@ -1,3 +1,8 @@
1
+ /* ========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ImageEditorContainer */
3
+ /* Base theme */
4
+ /* ========================================================== */
5
+
1
6
  .sapSuiteUiCommonsImageEditorContainer {
2
7
  width: 100%;
3
8
  height: 100%;
@@ -6,7 +11,7 @@
6
11
  flex-direction: column;
7
12
 
8
13
  &:focus{
9
- outline: 1px dotted @sapUiContentFocusColor;
14
+ outline: 1px dotted var(--sapContent_FocusColor);
10
15
  outline-offset: 1px;
11
16
  }
12
17
  }
@@ -27,13 +32,13 @@
27
32
  .sapSuiteUiCommonsImageEditorContainerContent {
28
33
  display: flex;
29
34
  flex: 1 1 auto;
30
- min-height: 1px; // fix for problems with height propagation to min-height property
35
+ min-height: 1px; /* fix for problems with height propagation to min-height property */
31
36
  }
32
37
 
33
38
  .sapSuiteUiCommonsImageEditorContainerPanel {
34
39
  flex: 0 0 16.25rem;
35
40
  overflow: auto;
36
- background-color: @sapUiPageFooterBackground;
41
+ background-color: var(--sapPageFooter_Background);
37
42
 
38
43
  .sapSuiteUiCommonsImageEditorContainerPanelArea {
39
44
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
@@ -41,6 +46,7 @@
41
46
  }
42
47
 
43
48
  .sapUiMedia-Std-Phone {
49
+
44
50
  .sapSuiteUiCommonsImageEditorContainerContent {
45
51
  flex-direction: column;
46
52
  }
@@ -54,7 +60,7 @@
54
60
  }
55
61
 
56
62
  .sapSuiteUiCommonsImageEditorContainerPanel {
57
- order:1;
63
+ order: 1;
58
64
  flex: 0 0 auto;
59
65
  }
60
66
 
@@ -94,26 +100,27 @@
94
100
  }
95
101
 
96
102
  .sapSuiteUiCommonsImageEditorContainerFilterIcons {
97
- font-family: "SAP-icons";
103
+ font-family: var(--sapContent_IconFontFamily);
98
104
 
99
105
  .sapMITBText {
100
- font-size: @sapMFontLargeSize;
106
+ font-size: var(--sapFontLargeSize);
101
107
  }
102
108
  }
103
109
 
104
- // grid list
110
+ /* grid list */
105
111
  .sapSuiteUiCommonsImageEditorContainerGridList > ul {
106
112
  display: flex;
107
113
  flex-wrap: wrap;
108
114
  }
109
115
 
110
- // change z-index to show whole outline when the items are in focus
116
+ /* change z-index to show whole outline when the items are in focus */
111
117
  .sapSuiteUiCommonsImageEditorContainerGridList .sapMLIBFocusable:focus {
112
118
  z-index: 1;
113
119
  }
114
120
 
115
121
  .sapSuiteUiCommonsImageEditorContainerTabBar {
116
- // override default padding of the icon tab bar
122
+
123
+ /* override default padding of the icon tab bar */
117
124
  .sapMITBContent {
118
125
  padding: 0;
119
126
  border-bottom: 0;
@@ -135,7 +142,7 @@
135
142
  justify-content: center;
136
143
  height: 6.25rem;
137
144
  padding: 0.5rem;
138
- box-shadow: 0 0 0 1px @sapUiListBorderColor;
145
+ box-shadow: 0 0 0 1px var(--sapList_BorderColor);
139
146
  }
140
147
 
141
148
  .sapSuiteUiCommonsImageEditorContainerGridItemIcon {
@@ -144,17 +151,17 @@
144
151
 
145
152
  .sapSuiteUiCommonsImageEditorContainerGridItemHeaderContent {
146
153
  width: 100%;
147
- height: 3.125rem; // absolute height, because 100% causes problems in some browsers
148
- fill: @sapUiButtonBackground;
149
- stroke: @sapUiButtonBorderColor;
150
- stroke-width: 1.001; // decimal number to force rendering even with crispEdges turned on
154
+ height: 3.125rem; /* absolute height, because 100% causes problems in some browsers */
155
+ fill: var(--sapButton_Background);
156
+ stroke: var(--sapButton_BorderColor);
157
+ stroke-width: 1.001; /* decimal number to force rendering even with crispEdges turned on */
151
158
 
152
159
  &.sapSuiteUiCommonsImageEditorContainerGridItemHeaderFilterContent {
153
160
  height: 3.625rem;
154
161
  }
155
162
 
156
163
  rect {
157
- vector-effect: non-scaling-stroke; // prevents stroke from scaling because of the viewBox, doesn't work in IE but should look closely enough
164
+ vector-effect: non-scaling-stroke; /* prevents stroke from scaling because of the viewBox */
158
165
  shape-rendering: crispEdges;
159
166
  }
160
167
 
@@ -164,15 +171,15 @@
164
171
  }
165
172
 
166
173
  .sapSuiteUiCommonsImageEditorContainerGridItemLabel {
167
- font-family: @sapUiFontFamily;
168
- font-size: @sapMFontSmallSize;
169
- color: @sapUiBaseText;
174
+ font-family: var(--sapFontFamily);
175
+ font-size: var(--sapFontSmallSize);
176
+ color: var(--sapTextColor);
170
177
  margin-top: 0.75rem;
171
178
  }
172
179
 
173
180
  &.sapSuiteUiCommonsImageEditorContainerGridItemSelected {
174
- background-color: @sapUiListSelectionBackgroundColor;
175
- box-shadow: 0 0 0 1px @sapUiListSelectionBackgroundColor;
181
+ background-color: var(--sapList_SelectionBackgroundColor);
182
+ box-shadow: 0 0 0 1px var(--sapList_SelectionBackgroundColor);
176
183
  }
177
184
 
178
185
  .sapSuiteUiCommonsImageEditorContainerWrapper {
@@ -181,6 +188,6 @@
181
188
  min-height: 100%;
182
189
  padding: 1rem;
183
190
  min-width: 1px;
184
- background-color: @sapUiContentForegroundColor;
191
+ background-color: var(--sapContent_ForegroundColor);
185
192
  box-sizing: border-box;
186
- }
193
+ }
@@ -1,6 +1,11 @@
1
+ /* ============================================== */
2
+ /* CSS for control sap.suite.ui.commons/InfoTile */
3
+ /* Base theme */
4
+ /* ============================================== */
5
+
1
6
  .sapSuiteInfoTile {
2
7
  background-color: #FFFFFF;
3
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
8
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
4
9
  font-family: Arial, Helvetica, sans-serif;
5
10
  display: inline-block;
6
11
  box-sizing: border-box;
@@ -9,7 +14,7 @@
9
14
  cursor: pointer;
10
15
  }
11
16
 
12
- html[dir=rtl] .sapSuiteInfoTile {
17
+ html[dir='rtl'] .sapSuiteInfoTile {
13
18
  text-align: right;
14
19
  }
15
20
 
@@ -63,7 +68,7 @@ html[dir=rtl] .sapSuiteInfoTile {
63
68
  }
64
69
 
65
70
  .sapUiMedia-Std-Phone .sapSuiteInfoTileTitleTxt.Auto > .sapMText,
66
- .sapSuiteInfoTileTitleTxt.S > .sapMText {
71
+ .sapSuiteInfoTileTitleTxt.S > .sapMText {
67
72
  font-size: 14px;
68
73
  line-height: 18px;
69
74
  margin-bottom: 2px;
@@ -166,7 +171,8 @@ html[dir=rtl] .sapSuiteInfoTile {
166
171
  .sapSuiteInfoTile .sapUiLocalBusyIndicator {
167
172
  background-color: transparent;
168
173
  }
174
+
169
175
  .sapSuiteInfoTileLoading {
170
176
  width:40px;
171
177
  height: 8px
172
- }
178
+ }
@@ -1,8 +1,9 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/InfoTileSize.control */
3
- /* ============================================= */
1
+ /* ================================================== */
2
+ /* CSS for control sap.suite.ui.commons/InfoTileSize */
3
+ /* Base theme */
4
+ /* ================================================== */
4
5
 
5
6
  .sapSuiteUiCommonsInfoTileSize{
6
7
  color: @sapUiTextColor;
7
8
  border: 1px solid blue;
8
- }
9
+ }
@@ -1,6 +1,7 @@
1
- /* ==================================================== */
2
- /* CSS for control sap.suite.ui.commons/KpiTile.control */
3
- /* ==================================================== */
1
+ /* ============================================= */
2
+ /* CSS for control sap.suite.ui.commons/KpiTile */
3
+ /* Base theme */
4
+ /* ============================================= */
4
5
 
5
6
  .sapSuiteKTile {
6
7
  min-width: 148px;
@@ -14,12 +15,12 @@
14
15
  text-align: left;
15
16
  }
16
17
 
17
- html[dir=rtl] .sapSuiteKTile {
18
+ html[dir='rtl'] .sapSuiteKTile {
18
19
  text-align: right;
19
20
  }
20
21
 
21
22
  .sap-phone .sapSuiteKTile:nth-of-type(1) > .sapSuiteKTileBorder {
22
- display:none;
23
+ display: none;
23
24
  }
24
25
 
25
26
  .sapSuiteKTileValue {
@@ -50,7 +51,7 @@ html[dir=rtl] .sapSuiteKTile {
50
51
 
51
52
  .sapSuiteKTileDesc{
52
53
  font-size: 0.75rem;
53
- color: @sapUiContentLabelColor;
54
+ color: var(--sapContent_LabelColor);
54
55
  position: absolute;
55
56
  bottom: 4px;
56
57
  white-space: nowrap;
@@ -64,10 +65,8 @@ html[dir=rtl] .sapSuiteKTile {
64
65
  .sapSuiteKTileBorder {
65
66
  height: 48px;
66
67
  width: 1px;
67
- background-color: @sapUiFieldBorderColor;
68
- bottom: 0px;
68
+ background-color: var(--sapField_BorderColor);
69
+ bottom: 0;
69
70
  position: absolute;
70
71
  left: -1px;
71
-
72
- }
73
-
72
+ }
@@ -1,16 +1,17 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/LaunchTile.control */
3
- /* ============================================= */
1
+ /* ================================================ */
2
+ /* CSS for control sap.suite.ui.commons/LaunchTile */
3
+ /* Base theme */
4
+ /* ================================================ */
4
5
 
5
- .sapSuiteUiCommonsLaunchTile{
6
+ .sapSuiteUiCommonsLaunchTile {
6
7
  height: 100%;
7
8
  width: 100%;
8
9
  background-color: #FFFFFF;
9
- box-shadow: 0px 0px 5px #ccc;
10
+ box-shadow: 0 0 5px #ccc;
10
11
  }
11
12
 
12
- .sapSuiteUiCommonsLaunchTileTitle{
13
- padding: 15px 15px 0px 15px;
13
+ .sapSuiteUiCommonsLaunchTileTitle {
14
+ padding: 15px 15px 0 15px;
14
15
  font-size: 20px;
15
16
  line-height: 22px;
16
17
  height: 44px;
@@ -23,4 +24,4 @@
23
24
  .sapSuiteUiCommonsLaunchTileIcon {
24
25
  text-align: center;
25
26
  margin-top: 15px;
26
- }
27
+ }
@@ -1,67 +1,38 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/LinkActionSheet.control */
3
- /* ============================================= */
1
+ /* ===================================================== */
2
+ /* CSS for control sap.suite.ui.commons/LinkActionSheet */
3
+ /* Base theme */
4
+ /* ===================================================== */
5
+
6
+ .sapUILinkActionSheet > {
4
7
 
5
- .sapUILinkActionSheet> {
6
8
  .sapUILinkActionSheetLink,
7
9
  .sapUILinkActionSheetLink:visited,
8
10
  .sapUILinkActionSheetLink:active {
9
11
  display: block;
10
12
  border-top: 0.0625rem solid rgba(229, 229, 229, 0.2);
11
13
  height: 3rem;
12
- color: @sapUiLink;
14
+ color: var(--sapLinkColor);
13
15
  box-sizing: border-box;
14
- -moz-box-sizing: border-box;
15
16
  text-align: left;
16
17
  text-decoration: none;
17
18
  padding: 1rem 1rem 0 1rem;
18
- font-family: @sapUiFontFamily;
19
+ font-family: var(--sapFontFamily);
19
20
  font-size: 0.875rem;
20
21
  outline: none;
21
22
  }
22
23
  }
23
24
 
24
- .sapMActionSheetMixedButtons.sapUILinkActionSheet>.sapUILinkActionSheetLink {
25
+ .sapMActionSheetMixedButtons.sapUILinkActionSheet > .sapUILinkActionSheetLink {
25
26
  padding-left: 3rem;
26
27
  }
27
28
 
28
- .sapUILinkActionSheet>.sapUILinkActionSheetLink:active {
29
- color: @sapUiButtonActiveTextColor;
30
- background-color: @sapUiButtonActiveBackground;
31
- }
32
-
33
- html[data-sap-ui-browser^="ie"] {
34
- .sapUILinkActionSheet > .sapUILinkActionSheetLink {
35
- padding-left:1rem;
36
- }
37
-
38
- .sapUILinkActionSheetButton {
39
- text-align: left;
40
- }
41
-
29
+ .sapUILinkActionSheet > .sapUILinkActionSheetLink:active {
30
+ color: var(--sapButton_Active_TextColor);
31
+ background-color: var(--sapButton_Active_Background);
42
32
  }
43
33
 
44
34
  .sap-desktop .sapUILinkActionSheetLink:focus {
45
35
  outline: 1px dotted;
46
- outline-color: @sapUiContentFocusColor;
36
+ outline-color: var(--sapContent_FocusColor);
47
37
  outline-offset: -1px;
48
- }
49
-
50
- /* IE ignores outline-offset. Use an overlay. */
51
- .sap-desktop[data-sap-ui-browser^="ie"] {
52
- .sapUILinkActionSheetLink:focus {
53
- outline: none;
54
- position: relative;
55
- }
56
-
57
- .sapUILinkActionSheetLink:focus:before {
58
- content: " ";
59
- box-sizing: border-box;
60
- width: 100%;
61
- height: 100%;
62
- position: absolute;
63
- left: 0;
64
- top: 0;
65
- border: 1px dotted @sapUiContentFocusColor;
66
- }
67
- }
38
+ }