@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.
- package/package.json +1 -1
- package/src/sap/suite/ui/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +56 -2
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +8 -8
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +5 -5
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +4 -4
- package/src/sap/suite/ui/commons/messagebundle.properties +12 -8
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +138 -27
- package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
- package/src/sap/suite/ui/commons/networkgraph/Line.js +5 -1
- package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +10 -0
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +213 -74
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
- package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
- package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
- package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
- package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
- package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
- package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
- package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
- package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
- package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
- package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
- package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
- package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
- package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
- package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
- package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
- package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
- package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
- package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
- package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
- package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
- package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
- package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
- package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
- package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
- package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
- package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
- package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
- package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
- package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
- package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
- package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
- package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
- package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
- package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
- package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
- package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
- package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
- package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
|
@@ -1,18 +1,24 @@
|
|
|
1
|
+
/* ======================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/CalculationBuilder */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================================== */
|
|
5
|
+
|
|
1
6
|
.sapCalculationBuilderInner {
|
|
2
7
|
display: flex;
|
|
3
8
|
align-items: center;
|
|
4
|
-
|
|
5
|
-
|
|
9
|
+
|
|
10
|
+
&:focus {
|
|
11
|
+
outline: none;
|
|
6
12
|
}
|
|
7
13
|
}
|
|
8
14
|
|
|
9
15
|
.sapCalculationBuilderWrapItems .sapCalculationBuilderInner {
|
|
10
|
-
|
|
16
|
+
flex-wrap: wrap;
|
|
11
17
|
}
|
|
12
18
|
|
|
13
19
|
.sapCalculationBuilderInsideWrapper {
|
|
14
|
-
|
|
15
|
-
|
|
20
|
+
overflow: auto;
|
|
21
|
+
padding-bottom: 0.5rem;
|
|
16
22
|
}
|
|
17
23
|
|
|
18
24
|
.sapUiSizeCozy .sapCalculationBuilderInsideWrapper {
|
|
@@ -24,40 +30,43 @@
|
|
|
24
30
|
}
|
|
25
31
|
|
|
26
32
|
.sapCalculationBuilderToolbar {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
33
|
+
margin-bottom: 0.5rem;
|
|
34
|
+
height: 3rem;
|
|
35
|
+
|
|
36
|
+
.sapMBtn {
|
|
30
37
|
padding: 0;
|
|
31
|
-
|
|
32
|
-
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapMBtnInner {
|
|
33
41
|
height: 2rem;
|
|
42
|
+
|
|
34
43
|
.sapMBtnIcon {
|
|
35
|
-
|
|
36
|
-
|
|
44
|
+
line-height: 30px;
|
|
45
|
+
max-height: 2rem;
|
|
37
46
|
}
|
|
38
|
-
|
|
47
|
+
}
|
|
39
48
|
}
|
|
40
49
|
|
|
41
50
|
.sapUiSizeCompact .sapCalculationBuilderToolbar {
|
|
42
|
-
|
|
51
|
+
height: 3rem;
|
|
43
52
|
}
|
|
44
53
|
|
|
45
54
|
.sapCalculationBuilderOverlay {
|
|
46
55
|
width: 100%;
|
|
47
|
-
|
|
48
|
-
background-color:
|
|
56
|
+
min-height: 100%;
|
|
57
|
+
background-color: var(--sapList_Background);
|
|
49
58
|
}
|
|
50
59
|
|
|
51
60
|
.sapCalculationBuilderDelimiterLine {
|
|
52
61
|
height: 1px;
|
|
53
|
-
background-color:
|
|
62
|
+
background-color: var(--sapGroup_TitleBorderColor);
|
|
54
63
|
}
|
|
55
|
-
.sapMListUl>.sapMLIB.sapMGHLI.sapCalculationBuilderSuggestionListHeader {
|
|
56
|
-
height: auto;
|
|
57
|
-
padding-top: 0;
|
|
58
|
-
}
|
|
59
64
|
|
|
60
|
-
.
|
|
61
|
-
|
|
62
|
-
|
|
65
|
+
.sapMListUl > .sapMLIB.sapMGHLI.sapCalculationBuilderSuggestionListHeader {
|
|
66
|
+
height: auto;
|
|
67
|
+
padding-top: 0;
|
|
68
|
+
}
|
|
63
69
|
|
|
70
|
+
.sapCalculationBuilderDisplayNone {
|
|
71
|
+
display: none;
|
|
72
|
+
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/* ================================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/CalculationBuilderExpression */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================================== */
|
|
5
|
+
|
|
1
6
|
.sapCalculationBuilderDelimiter {
|
|
2
7
|
display: flex;
|
|
3
8
|
width: 0.5rem;
|
|
@@ -24,20 +29,17 @@
|
|
|
24
29
|
position: absolute;
|
|
25
30
|
border-radius: 3px;
|
|
26
31
|
z-index: 10000;
|
|
27
|
-
|
|
28
32
|
justify-content: center;
|
|
29
33
|
align-items: center;
|
|
30
34
|
cursor: pointer;
|
|
31
|
-
|
|
32
|
-
|
|
33
35
|
outline: none;
|
|
34
|
-
border: 1px solid
|
|
35
|
-
background-color:
|
|
36
|
-
color:
|
|
36
|
+
border: 1px solid var(--sapButton_TextColor);
|
|
37
|
+
background-color: var(--sapButton_Background);
|
|
38
|
+
color: var(--sapButton_TextColor);
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.sapCalculationBuilderDelimiterNewButton:hover {
|
|
40
|
-
background-color:
|
|
42
|
+
background-color: var(--sapButton_Hover_Background);
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
.sapCalculationBuilderDelimiterNewButtonIcon{
|
|
@@ -47,22 +49,23 @@
|
|
|
47
49
|
}
|
|
48
50
|
|
|
49
51
|
.ui-selectable-helper {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
/* TODO: change color*/
|
|
53
|
+
border: 1px dashed var(--sapNeutralBorderColor);
|
|
54
|
+
position: absolute;
|
|
55
|
+
z-index: 40;
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
.sapCalculationBuilderWrapItems {
|
|
57
59
|
position: relative;
|
|
60
|
+
|
|
58
61
|
.sapCalculationBuilderSelected {
|
|
59
|
-
|
|
62
|
+
flex-wrap: wrap;
|
|
60
63
|
}
|
|
61
64
|
}
|
|
62
65
|
|
|
63
66
|
.sapCalculationBuilderSelected {
|
|
64
|
-
|
|
65
|
-
|
|
67
|
+
display: flex;
|
|
68
|
+
align-items: center;
|
|
66
69
|
}
|
|
67
70
|
|
|
68
71
|
.sapCalculationBuilderDraggingSelectedClone {
|
|
@@ -71,43 +74,49 @@
|
|
|
71
74
|
}
|
|
72
75
|
|
|
73
76
|
.sapCalculationBuilderNavMainPage {
|
|
74
|
-
|
|
77
|
+
|
|
78
|
+
.sapMLIB {
|
|
75
79
|
padding: 0;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMSLIImgIcon {
|
|
83
|
+
font-size: var(--sapFontLargeSize);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.sapMLIB.sapMSLI {
|
|
81
87
|
height: 4.5rem;
|
|
82
|
-
|
|
88
|
+
}
|
|
83
89
|
}
|
|
84
90
|
|
|
85
91
|
.sapCalculationBuilderPopoverOperatorsButton {
|
|
92
|
+
|
|
86
93
|
.sapMBtn {
|
|
87
|
-
|
|
94
|
+
padding: 0;
|
|
88
95
|
}
|
|
96
|
+
|
|
89
97
|
.sapMBtnInner {
|
|
90
|
-
|
|
98
|
+
height: 2rem;
|
|
91
99
|
}
|
|
100
|
+
|
|
92
101
|
.sapMBtnContent {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
102
|
+
line-height: 30px;
|
|
103
|
+
font-size: var(--sapFontLargeSize);
|
|
104
|
+
font-weight: bold
|
|
96
105
|
}
|
|
106
|
+
|
|
97
107
|
.sapMBtnIcon {
|
|
98
|
-
|
|
108
|
+
line-height: 30px;
|
|
99
109
|
}
|
|
100
110
|
}
|
|
101
111
|
|
|
102
112
|
.sapCalculationBuilderExpressionErrorIcon {
|
|
103
|
-
color:
|
|
113
|
+
color: var(--sapNegativeElementColor);
|
|
104
114
|
position: absolute;
|
|
105
|
-
|
|
106
115
|
display: none;
|
|
107
116
|
top: 0;
|
|
108
117
|
right: 2px;
|
|
109
118
|
}
|
|
110
119
|
|
|
111
120
|
.sapCalculationBuilderExpressionSAPFont {
|
|
112
|
-
font-family:
|
|
113
|
-
}
|
|
121
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
122
|
+
}
|
|
@@ -1,21 +1,27 @@
|
|
|
1
|
+
/* ============================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/CalculationBuilderInput */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================================================= */
|
|
5
|
+
|
|
1
6
|
.sapCalculationBuilderInput {
|
|
2
|
-
border: 1px solid
|
|
7
|
+
border: 1px solid var(--sapGroup_TitleBorderColor);
|
|
3
8
|
padding: 0.75rem;
|
|
4
9
|
min-height: 2.5rem;
|
|
5
|
-
|
|
6
10
|
position: relative;
|
|
7
11
|
user-select: text;
|
|
12
|
+
|
|
8
13
|
&:focus {
|
|
9
14
|
outline: none;
|
|
10
15
|
}
|
|
16
|
+
|
|
11
17
|
&:focus::before {
|
|
12
|
-
content:
|
|
18
|
+
content: '';
|
|
13
19
|
position: absolute;
|
|
14
20
|
top: 2px;
|
|
15
21
|
left: 2px;
|
|
16
22
|
right: 2px;
|
|
17
23
|
bottom: 2px;
|
|
18
|
-
border:
|
|
24
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
19
25
|
pointer-events: none;
|
|
20
26
|
}
|
|
21
27
|
|
|
@@ -33,12 +39,12 @@ html.sap-tablet:not(.sap-desktop) .sapCalculationBuilderInput span {
|
|
|
33
39
|
}
|
|
34
40
|
|
|
35
41
|
.sapCalculationBuilderInputError.sapCalculationBuilderInput {
|
|
36
|
-
border-color:
|
|
42
|
+
border-color: var(--sapErrorBorderColor);
|
|
37
43
|
border-width: 2px;
|
|
38
44
|
}
|
|
39
45
|
|
|
40
46
|
.sapCalculationBuilderInputWrapper {
|
|
41
|
-
background-color:
|
|
47
|
+
background-color: var(--sapField_Background);
|
|
42
48
|
}
|
|
43
49
|
|
|
44
50
|
.sapCalculationBuilderInputOuterWrapperMargin {
|
|
@@ -48,30 +54,39 @@ html.sap-tablet:not(.sap-desktop) .sapCalculationBuilderInput span {
|
|
|
48
54
|
.sapCalculationBuilderInputToolbar {
|
|
49
55
|
border: none;
|
|
50
56
|
height: 3rem;
|
|
57
|
+
|
|
51
58
|
.sapCalculationBuilderInputToolbarFunctionMenu {
|
|
52
59
|
margin-left: 0.75rem;
|
|
53
60
|
}
|
|
61
|
+
|
|
54
62
|
.sapCalculationBuilderInputToolbarMenuButtons {
|
|
63
|
+
|
|
55
64
|
.sapMBtnInner {
|
|
56
65
|
height: 2rem;
|
|
57
66
|
}
|
|
67
|
+
|
|
58
68
|
.sapMBtnContent {
|
|
59
69
|
line-height: 30px;
|
|
60
70
|
}
|
|
71
|
+
|
|
61
72
|
&.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
62
73
|
height: 30px;
|
|
63
74
|
line-height: 30px;
|
|
64
75
|
}
|
|
65
76
|
}
|
|
77
|
+
|
|
66
78
|
.sapCalculationBuilderInputToolbarButtons {
|
|
79
|
+
|
|
67
80
|
.sapMBtnInner {
|
|
68
81
|
height: 2rem;
|
|
69
82
|
}
|
|
83
|
+
|
|
70
84
|
.sapMBtnContent {
|
|
71
85
|
line-height: 30px;
|
|
72
86
|
font-size: 1.25rem;
|
|
73
87
|
font-weight: bold;
|
|
74
88
|
}
|
|
89
|
+
|
|
75
90
|
.sapMBtnIcon {
|
|
76
91
|
line-height: 30px;
|
|
77
92
|
}
|
|
@@ -80,6 +95,7 @@ html.sap-tablet:not(.sap-desktop) .sapCalculationBuilderInput span {
|
|
|
80
95
|
|
|
81
96
|
.sapUiSizeCompact .sapCalculationBuilderInputToolbar {
|
|
82
97
|
height: 3rem;
|
|
98
|
+
|
|
83
99
|
.sapMBtn {
|
|
84
100
|
padding: 0;
|
|
85
101
|
}
|
|
@@ -95,15 +111,15 @@ html.sap-tablet:not(.sap-desktop) .sapCalculationBuilderInput span {
|
|
|
95
111
|
|
|
96
112
|
.sapCalculationBuilderInputErrorArea {
|
|
97
113
|
white-space: pre-line;
|
|
98
|
-
background-color:
|
|
99
|
-
font-size:
|
|
114
|
+
background-color: var(--sapErrorBackground);
|
|
115
|
+
font-size: var(--sapFontSmallSize);
|
|
100
116
|
position: relative;
|
|
101
117
|
width: max-content;
|
|
102
118
|
padding: 3px;
|
|
103
119
|
display: none;
|
|
104
|
-
z-
|
|
120
|
+
z-index: 1;
|
|
105
121
|
}
|
|
106
122
|
|
|
107
123
|
.sapCalculationBuilderItemTextDefault {
|
|
108
124
|
overflow-wrap: break-word;
|
|
109
|
-
}
|
|
125
|
+
}
|
|
@@ -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:
|
|
3
|
-
border: 1px solid
|
|
4
|
-
color:
|
|
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
|
-
|
|
11
|
-
-webkit-
|
|
12
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
64
|
-
background-color:
|
|
68
|
+
border-color: var(--sapButton_Hover_BorderColor);
|
|
69
|
+
background-color: var(--sapButton_Hover_Background);
|
|
65
70
|
}
|
|
71
|
+
|
|
66
72
|
&:active {
|
|
67
|
-
border-color:
|
|
68
|
-
background-color:
|
|
69
|
-
color:
|
|
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:
|
|
77
|
-
background-color:
|
|
78
|
-
color:
|
|
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:
|
|
86
|
-
border-color:
|
|
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:
|
|
91
|
-
background-color:
|
|
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:
|
|
95
|
-
background-color:
|
|
96
|
-
color:
|
|
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:
|
|
115
|
-
background-color:
|
|
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:
|
|
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
|
-
|
|
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
|
|
148
|
-
background-color:
|
|
149
|
-
color:
|
|
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
|
|
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
|
|
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:
|
|
218
|
-
border-left: 1px solid
|
|
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:
|
|
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:
|
|
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:
|
|
289
|
-
border-color:
|
|
290
|
-
color:
|
|
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:
|
|
293
|
-
border-color:
|
|
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:
|
|
297
|
-
border-color:
|
|
298
|
-
color:
|
|
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:
|
|
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:
|
|
329
|
+
padding: 0 5px 1px 1px;
|
|
316
330
|
border-radius: 3px
|
|
317
331
|
}
|
|
318
332
|
|
|
319
|
-
|
|
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:
|
|
328
|
-
background-color:
|
|
329
|
-
border-color:
|
|
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
|
|
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:
|
|
363
|
+
background-color: var(--sapSelectedColor);
|
|
351
364
|
transform: translate(-50%);
|
|
352
365
|
}
|
|
353
366
|
|
|
354
|
-
.sapCalculationBuilderDroppableCircle
|
|
355
|
-
border: 2px solid
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
26
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
30
27
|
}
|
|
31
28
|
|
|
32
29
|
/* mixin call for creating container content padding classes (arguments: rootContainer, contentSelector) */
|