@sapui5/sap.suite.ui.commons 1.146.0 → 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 (157) 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 +56 -2
  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/CalculationBuilderItem.js +16 -3
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +8 -8
  15. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +5 -5
  16. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/library.js +4 -4
  30. package/src/sap/suite/ui/commons/messagebundle.properties +12 -8
  31. package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
  32. package/src/sap/suite/ui/commons/networkgraph/Graph.js +138 -27
  33. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  34. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  35. package/src/sap/suite/ui/commons/networkgraph/Line.js +5 -1
  36. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  37. package/src/sap/suite/ui/commons/networkgraph/Utils.js +10 -0
  38. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  39. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +213 -74
  40. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  45. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  47. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  48. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  49. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  50. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  51. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  52. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  53. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  54. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  55. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  56. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  57. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  58. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  59. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  60. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  61. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  62. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  63. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  64. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  65. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  66. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  67. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  68. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  69. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  70. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  71. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  72. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  73. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  74. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  75. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  76. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  77. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  78. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  79. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  80. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  81. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  82. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  83. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  84. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  85. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  86. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  87. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  88. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  89. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  90. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  91. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  92. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  93. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  94. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  95. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  96. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  97. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  98. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  99. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  100. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  101. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  102. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  103. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  104. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  105. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  106. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  107. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  108. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  109. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  110. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  111. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  112. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  113. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  114. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  115. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  116. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  117. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  118. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  119. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  120. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  121. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  122. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  123. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  124. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  125. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  126. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  127. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  128. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  129. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  130. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  131. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  132. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  133. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  134. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  135. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  136. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  137. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  138. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  139. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  140. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  141. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  142. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  143. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  144. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  145. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  146. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  147. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  148. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  149. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  150. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  151. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  152. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  153. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  154. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  155. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  156. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  157. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -1,8 +1,9 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/HeaderCell.control */
3
- /* ============================================= */
1
+ /* ================================================ */
2
+ /* CSS for control sap.suite.ui.commons/HeaderCell */
3
+ /* Base theme */
4
+ /* ================================================ */
4
5
 
5
- .sapSuiteUiCommonsHeaderCell{
6
+ .sapSuiteUiCommonsHeaderCell {
6
7
  box-sizing:border-box;
7
8
  padding-bottom: 1.125rem;
8
9
  padding-top: 0.875rem;
@@ -12,7 +13,7 @@
12
13
  }
13
14
 
14
15
  .sapMOHR .sapSuiteUiCommonsHeaderCell {
15
- padding: 0rem;
16
+ padding: 0;
16
17
  }
17
18
 
18
19
  .WE.sapSuiteHdrCellWest {
@@ -64,4 +65,4 @@
64
65
  .N.sapSuiteHdrCellNorth {
65
66
  width: 100%;
66
67
  height: 100%;
67
- }
68
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/HeaderContainer.control */
3
- /* ============================================= */
1
+ /* ===================================================== */
2
+ /* CSS for control sap.suite.ui.commons/HeaderContainer */
3
+ /* Base theme */
4
+ /* ===================================================== */
4
5
 
5
6
  .sapSuiteHdrCntr {
6
7
  position: relative;
@@ -21,53 +22,52 @@
21
22
 
22
23
  .sapSuiteHdrCntrBtnCntr.Horizontal {
23
24
  position: absolute;
24
- top:0px;
25
- bottom:0px;
25
+ top: 0;
26
+ bottom: 0;
26
27
  min-width: 1.375rem;
27
28
  }
28
29
 
29
30
  .Horizontal > .sapSuiteHdrCntrLeft {
30
- left: 0rem;
31
+ left: 0;
31
32
  }
32
33
 
33
34
  .Horizontal > .sapSuiteHdrCntrRight {
34
- right: 0rem;
35
+ right: 0;
35
36
  }
36
37
 
37
38
  .sapSuiteHdrCntrBtnCntr.Vertical {
38
39
  position: absolute;
39
- left: 0px;
40
- right: 0px;
40
+ left: 0;
41
+ right: 0;
41
42
  min-height: 1.375rem;
42
43
  }
43
44
  .sapSuiteHdrCntrLeft.Vertical {
44
- top: 0rem;
45
+ top: 0;
45
46
  }
46
47
 
47
48
  .sapSuiteHdrCntrRight.Vertical {
48
- bottom: 0rem;
49
+ bottom: 0;
49
50
  }
50
51
 
51
- .sapSuiteHdrCntrBtnCntr.Horizontal >.sapSuiteHdrCntrBtn {
52
+ .sapSuiteHdrCntrBtnCntr.Horizontal > .sapSuiteHdrCntrBtn {
52
53
  position: absolute;
53
- top:50%;
54
+ top: 50%;
54
55
  margin-top: -1.5rem;
55
56
  min-width: 1.375rem;
56
57
  }
57
58
 
58
- .sapSuiteHdrCntrBtnCntr.Vertical >.sapSuiteHdrCntrBtn {
59
+ .sapSuiteHdrCntrBtnCntr.Vertical > .sapSuiteHdrCntrBtn {
59
60
  position: absolute;
60
61
  left: 50%;
61
62
  margin-left: -1.5rem;
62
63
  height: 2.5rem;
63
- padding: 0px;
64
+ padding: 0;
64
65
  }
65
66
 
66
- .sapSuiteHdrCntrBtnCntr.Vertical >.sapSuiteHdrCntrBtn.sapSuiteHdrCntrRight {
67
- bottom: 0px;
67
+ .sapSuiteHdrCntrBtnCntr.Vertical > .sapSuiteHdrCntrBtn.sapSuiteHdrCntrRight {
68
+ bottom: 0;
68
69
  }
69
70
 
70
-
71
71
  .sapSuiteHdrCntrCntr.Horizontal {
72
72
  white-space: nowrap;
73
73
  }
@@ -75,19 +75,17 @@
75
75
  .sapSuiteHdrCntrCntr.Vertical {
76
76
  height: 100%;
77
77
  box-sizing: border-box;
78
- -moz-box-sizing: border-box;
79
78
  }
80
79
 
81
80
  .sapSuiteHrdrCntrInner {
82
- position:relative;
81
+ position: relative;
83
82
  vertical-align: bottom;
84
83
  margin-top: 0.065rem;
85
84
  margin-bottom: 0.065rem;
86
85
  margin-left: 0.065rem;
87
86
  margin-right: 0.065rem;
88
87
  -webkit-user-select: none;
89
- -moz-user-select: -moz-none;
90
- -ms-user-select: none;
88
+ user-select: none;
91
89
  overflow: visible;
92
90
  }
93
91
 
@@ -105,24 +103,24 @@
105
103
  }
106
104
 
107
105
  .sapSuiteHrdrCntrDvdrs .sapSuiteHrdrCntrInner:not(:first-child)::after {
108
- content:"";
109
- position:absolute;
110
- box-sizing:border-box;
111
- display:inline-block;
106
+ content: '';
107
+ position: absolute;
108
+ box-sizing: border-box;
109
+ display: inline-block;
112
110
  }
113
111
 
114
112
  .sapSuiteHrdrCntrDvdrs.Horizontal .sapSuiteHrdrCntrInner::after {
115
- top:10px;
116
- bottom:10px;
117
- left:-9px;
118
- border-left:1px solid @sapUiFieldBorderColor;
113
+ top: 10px;
114
+ bottom: 10px;
115
+ left: -9px;
116
+ border-left: 1px solid var(--sapField_BorderColor);
119
117
  }
120
118
 
121
119
  .sapSuiteHrdrCntrDvdrs.Vertical .sapSuiteHrdrCntrInner::after {
122
- left:10px;
123
- right:10px;
124
- top:-9px;
125
- border-top: 1px solid @sapUiFieldBorderColor;
120
+ left: 10px;
121
+ right: 10px;
122
+ top: -9px;
123
+ border-top: 1px solid var(--sapField_BorderColor);
126
124
  }
127
125
 
128
126
  .sapSuiteKTileBorder {
@@ -134,7 +132,7 @@
134
132
  }
135
133
 
136
134
  .sapSuiteHdrPddngRight0 {
137
- padding-right: 0rem;
135
+ padding-right: 0;
138
136
  }
139
137
 
140
138
  .sapSuiteHdrPddngLeft2 {
@@ -142,5 +140,5 @@
142
140
  }
143
141
 
144
142
  .sapSuiteHdrPddngleft0 {
145
- padding-left: 0rem;
146
- }
143
+ padding-left: 0;
144
+ }
@@ -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
+ }