@sapui5/sap.suite.ui.microchart 1.143.1 → 1.145.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/microchart/.library +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +56 -14
- package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +11 -2
- package/src/sap/suite/ui/microchart/ComparisonMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/DeltaMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/DeltaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +21 -4
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartRenderer.js +5 -3
- package/src/sap/suite/ui/microchart/InteractiveBarChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveDonutChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChart.js +2 -3
- package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartLine.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartRenderUtils.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartUtils.js +5 -3
- package/src/sap/suite/ui/microchart/RadialMicroChart.js +5 -6
- package/src/sap/suite/ui/microchart/RadialMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/library.js +3 -3
- package/src/sap/suite/ui/microchart/themes/base/AreaMicroChart.less +30 -64
- package/src/sap/suite/ui/microchart/themes/base/BulletMicroChart.less +41 -44
- package/src/sap/suite/ui/microchart/themes/base/ColumnMicroChart.less +38 -30
- package/src/sap/suite/ui/microchart/themes/base/ComparisonMicroChart.less +205 -195
- package/src/sap/suite/ui/microchart/themes/base/DeltaMicroChart.less +28 -18
- package/src/sap/suite/ui/microchart/themes/base/HarveyBallMicroChart.less +190 -163
- package/src/sap/suite/ui/microchart/themes/base/InteractiveBarChart.less +35 -33
- package/src/sap/suite/ui/microchart/themes/base/InteractiveDonutChart.less +67 -40
- package/src/sap/suite/ui/microchart/themes/base/InteractiveLineChart.less +61 -43
- package/src/sap/suite/ui/microchart/themes/base/LineMicroChart.less +75 -82
- package/src/sap/suite/ui/microchart/themes/base/RadialMicroChart.less +45 -41
- package/src/sap/suite/ui/microchart/themes/base/StackedBarMicroChart.less +45 -42
- package/src/sap/suite/ui/microchart/themes/base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal_base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/AreaMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/BulletMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ColumnMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ComparisonMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/DeltaMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/HarveyBallMicroChart.less +4 -4
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveBarChart.less +24 -21
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveDonutChart.less +19 -13
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveLineChart.less +35 -16
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/LineMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/RadialMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/StackedBarMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/AreaMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/BulletMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ColumnMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ComparisonMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/DeltaMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/HarveyBallMicroChart.less +4 -4
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveBarChart.less +24 -21
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveLineChart.less +31 -11
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/LineMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/StackedBarMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/AreaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/BulletMicroChart.less +3 -4
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/ColumnMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/ComparisonMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/DeltaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/HarveyBallMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveBarChart.less +20 -17
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveLineChart.less +33 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/LineMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/StackedBarMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/AreaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/BulletMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/ColumnMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/ComparisonMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/DeltaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/HarveyBallMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveBarChart.less +20 -17
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveLineChart.less +33 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/LineMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/StackedBarMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/RadialMicroChart
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/RadialMicroChart */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteRMC {
|
|
7
7
|
background-color: transparent;
|
|
8
8
|
position: relative;
|
|
9
|
-
|
|
9
|
+
outline: none;
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
.sapSuiteRMC .sapSuiteRMCVerticalAlignmentContainer {
|
|
15
15
|
width: 100%;
|
|
16
16
|
height: 100%;
|
|
17
|
-
|
|
17
|
+
position: relative;
|
|
18
18
|
max-height: 5.875rem;
|
|
19
19
|
max-width: 20rem;
|
|
20
20
|
min-height: 1.125rem;
|
|
@@ -24,55 +24,55 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.sapSuiteRMCVerticalAlignmentContainer .sapSuiteRMCInnerContainer {
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
position: relative;
|
|
28
|
+
height: 100%;
|
|
29
29
|
display: inline-block;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapSuiteRMCInnerContainer .sapSuiteRMCInsideLabel {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: 0;
|
|
35
|
+
left: 0;
|
|
36
|
+
width: 100%;
|
|
37
37
|
height: 100%;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
display: flex;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
align-items: center;
|
|
41
41
|
color: @sapChart_Data_TextColor;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.sapSuiteRMCVerticalAlignmentContainer .sapSuiteRMCOutsideLabel {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
45
|
+
width: auto;
|
|
46
|
+
height: auto;
|
|
47
|
+
display: flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
padding-left: 0.25rem;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
white-space: nowrap;
|
|
52
|
+
text-overflow: ellipsis;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.sapSuiteRMCVerticalAlignmentContainer .sapSuiteRMCSvg {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
height: 100%;
|
|
57
|
+
width: 100%;
|
|
58
|
+
min-width: 1.125rem;
|
|
59
|
+
min-height: 1.125rem;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.sapSuiteRMCVerticalAlignmentContainer.sapSuiteRMCAlignLeft {
|
|
63
|
-
|
|
63
|
+
justify-content: flex-start;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.sapSuiteRMCVerticalAlignmentContainer.sapSuiteRMCAlignCenter {
|
|
67
|
-
|
|
67
|
+
justify-content: center;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.sapSuiteRMCVerticalAlignmentContainer.sapSuiteRMCAlignRight {
|
|
71
|
-
|
|
71
|
+
justify-content: flex-end;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.sapSuiteRMC .sapSuiteRMCLabelHide {
|
|
75
|
-
|
|
75
|
+
display: none;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.sapSuiteRMC:focus:not([tabindex]) {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
html.sap-desktop .sapSuiteRMC:focus {
|
|
83
|
-
outline:
|
|
83
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.sapSuiteRMC.sapSuiteRMCSizeL {
|
|
@@ -112,32 +112,36 @@ html.sapUiMedia-Std-Phone .sapSuiteRMC.sapSuiteRMCSizeAuto,
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.sapSuiteRMC.sapSuiteRMCLookL {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
115
|
+
|
|
116
|
+
.sapSuiteRMCFont {
|
|
117
|
+
font-size: var(--sapFontHeader4Size);
|
|
118
|
+
}
|
|
118
119
|
}
|
|
119
120
|
|
|
120
121
|
.sapSuiteRMC.sapSuiteRMCLookM {
|
|
122
|
+
|
|
121
123
|
.sapSuiteRMCFont {
|
|
122
|
-
|
|
124
|
+
font-size: var(--sapFontLargeSize);
|
|
123
125
|
}
|
|
124
126
|
}
|
|
125
127
|
|
|
126
128
|
.sapSuiteRMC.sapSuiteRMCLookS {
|
|
129
|
+
|
|
127
130
|
.sapSuiteRMCFont {
|
|
128
|
-
|
|
131
|
+
font-size: var(--sapFontSmallSize);
|
|
129
132
|
}
|
|
130
133
|
}
|
|
131
134
|
|
|
132
135
|
.sapSuiteRMC.sapSuiteRMCLookXS {
|
|
136
|
+
|
|
133
137
|
.sapSuiteRMCFont {
|
|
134
|
-
|
|
138
|
+
font-size: var(--sapFontSmallSize);
|
|
135
139
|
}
|
|
136
140
|
}
|
|
137
141
|
|
|
138
142
|
.sapSuiteRMCRing{
|
|
139
|
-
fill:
|
|
140
|
-
stroke:
|
|
143
|
+
fill: var(--sapGroup_ContentBackground);
|
|
144
|
+
stroke: var(--sapContent_ForegroundBorderColor);
|
|
141
145
|
}
|
|
142
146
|
|
|
143
147
|
.sapSuiteStrokeSemanticColor(sapSuiteRMCPath);
|
|
@@ -149,5 +153,5 @@ html.sapUiMedia-Std-Phone .sapSuiteRMC.sapSuiteRMCSizeAuto,
|
|
|
149
153
|
|
|
150
154
|
/* PATH COLORS */
|
|
151
155
|
.sapSuiteRMCRemainingCircle {
|
|
152
|
-
stroke:
|
|
156
|
+
stroke: var(--sapContent_ForegroundColor);
|
|
153
157
|
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microcharts/StackedBarMicroChart
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.microcharts/StackedBarMicroChart */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================================================== */
|
|
5
5
|
|
|
6
6
|
.sapSuiteStackedMC {
|
|
7
|
-
font-size:
|
|
7
|
+
font-size: var(--sapFontSmallSize);
|
|
8
8
|
outline: none;
|
|
9
9
|
display: flex;
|
|
10
10
|
align-items: center;
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
.sapSuiteStackedMCContainer {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
position: relative;
|
|
16
|
+
height: 100%;
|
|
17
|
+
width: 100%;
|
|
18
|
+
min-width: 2rem;
|
|
19
|
+
max-width: 20rem;
|
|
20
|
+
height:fit-content;
|
|
21
|
+
max-height: 3.5rem;
|
|
22
|
+
border: 1px solid var(--sapGroup_ContentBackground);
|
|
23
|
+
outline: 1px solid var(--sapContent_ForegroundBorderColor);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.sapSuiteStackedMCBar {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
position: relative;
|
|
28
|
+
height: 1rem;
|
|
29
|
+
-moz-box-sizing: border-box;
|
|
30
|
+
min-width: 0.25rem;
|
|
31
31
|
|
|
32
32
|
&:not(:last-child) {
|
|
33
33
|
border-right: 1px solid @sapUiChartDataPointBGBorderColor;
|
|
34
34
|
}
|
|
35
35
|
&.sapSuiteStackedMCBarZeroValue {
|
|
36
|
-
background-color:
|
|
36
|
+
background-color: var(--sapChart_Neutral) !important;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -65,25 +65,27 @@ html.sap-desktop .sapSuiteStackedMC:focus:not([tabindex]),
|
|
|
65
65
|
html.sapUiMedia-Std-Desktop .sapSuiteStackedMC.sapSuiteStackedMCSizeAuto,
|
|
66
66
|
html.sapUiMedia-Std-Tablet .sapSuiteStackedMC.sapSuiteStackedMCSizeAuto,
|
|
67
67
|
.sapSuiteStackedMC.sapSuiteStackedMCSizeM {
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
width: 10.5rem;
|
|
69
|
+
height: 3.5rem;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
html.sapUiMedia-Std-Phone .sapSuiteStackedMC.sapSuiteStackedMCSizeAuto,
|
|
73
73
|
.sapSuiteStackedMC.sapSuiteStackedMCSizeS{
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
width: 8.25rem;
|
|
75
|
+
height: 3.5rem;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.sapSuiteStackedMC.sapSuiteStackedMCSizeXS {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
.
|
|
84
|
-
|
|
79
|
+
width: 6rem;
|
|
80
|
+
height: 1.5rem;
|
|
81
|
+
justify-content: center;
|
|
82
|
+
|
|
83
|
+
.sapSuiteStackedMCContainer {
|
|
84
|
+
|
|
85
|
+
.sapSuiteStackedMCBar {
|
|
86
|
+
height: 1.125rem;
|
|
87
|
+
}
|
|
85
88
|
}
|
|
86
|
-
}
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
.sapSuiteStackedMC.sapSuiteStackedMCSizeXS:focus {
|
|
@@ -100,20 +102,21 @@ html.sapUiMedia-Std-Phone .sapSuiteStackedMC.sapSuiteStackedMCSizeAuto,
|
|
|
100
102
|
}
|
|
101
103
|
|
|
102
104
|
.sapSuiteStackedMCSmallLook {
|
|
103
|
-
.sapSuiteStackedMCBar {
|
|
104
|
-
height: 0.75rem;
|
|
105
|
-
}
|
|
106
105
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
106
|
+
.sapSuiteStackedMCBar {
|
|
107
|
+
height: 0.75rem;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.sapSuiteStackedMCBarLabel {
|
|
111
|
+
display: none;
|
|
112
|
+
}
|
|
110
113
|
}
|
|
111
114
|
|
|
112
115
|
html.sap-desktop .sapSuiteStackedMC:focus {
|
|
113
|
-
|
|
114
|
-
|
|
116
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
117
|
+
outline-offset: 1px;
|
|
115
118
|
}
|
|
116
119
|
|
|
117
120
|
.sapSuiteBackgroundSemanticColor(sapSuiteStackedMCBarSemanticColor);
|
|
118
121
|
|
|
119
|
-
.sapSuiteChartTextSemanticColor(sapSuiteStackedMCBarLabel);
|
|
122
|
+
.sapSuiteChartTextSemanticColor(sapSuiteStackedMCBarLabel);
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/AreaMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ======================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/AreaMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ======================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteAMCTarget {
|
|
7
7
|
outline-width: 7px;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
html.sap-desktop .sapSuiteAMC:focus {
|
|
11
|
-
|
|
11
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapSuiteAMCChart.sapSuiteAMCSemanticColorNeutral,
|
|
15
15
|
.sapSuiteAMCTarget.sapSuiteAMCSemanticColorNeutral {
|
|
16
|
-
text-shadow:
|
|
16
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
17
17
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/BulletMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/BulletMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
html.sap-desktop .sapSuiteBMCContent:focus {
|
|
7
|
-
outline:
|
|
7
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapSuiteBMCTargetValue {
|
|
@@ -35,4 +35,4 @@ html[dir=rtl] .sapSuiteBMCForecastBarValue {
|
|
|
35
35
|
.sapSuiteBMCBarValueMarker.sapSuiteBMCModeTypeDelta {
|
|
36
36
|
border-left: 1px @sapUiHcStandardBackground solid;
|
|
37
37
|
border-right: 1px @sapUiHcStandardBackground solid;
|
|
38
|
-
}
|
|
38
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/ColumnMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/ColumnMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
html.sap-desktop .sapSuiteClMC:focus,
|
|
7
7
|
.sapSuiteClMC:focus {
|
|
8
|
-
|
|
8
|
+
outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
html.sap-desktop .sapSuiteClMCBar[tabindex]:focus .sapSuiteClMCInnerBar,
|
|
12
12
|
.sapSuiteClMCBar[tabindex]:focus .sapSuiteClMCInnerBar {
|
|
13
|
-
|
|
14
|
-
}
|
|
13
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
14
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/ComparisonMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/ComparisonMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ============================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteCpMCChartBar > div {
|
|
7
7
|
height: 0.25rem;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
html.sap-desktop .sapSuiteCpMCChartContent[tabindex]:focus {
|
|
17
|
-
outline:
|
|
17
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.sapSuiteCpMCChartBarValue {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/DeltaMicroChart.control
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ================================================================ */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/DeltaMicroChart.control */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ================================================================ */
|
|
5
5
|
|
|
6
6
|
.sapSuiteDMC {
|
|
7
|
-
|
|
7
|
+
color: @sapUiHcStandardForeground;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
html.sap-desktop .sapSuiteDMC:focus {
|
|
11
|
-
|
|
12
|
-
}
|
|
11
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
12
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/HarveyBallMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/HarveyBallMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ============================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteHBMCBackgroundCircle {
|
|
7
7
|
stroke-width: 1.5;
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/InteractiveBarChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================ */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/InteractiveBarChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ============================================================ */
|
|
5
5
|
|
|
6
6
|
.sapSuiteIBCBar {
|
|
7
7
|
background-color: @sapUiHcStandardBackground;
|
|
8
8
|
border-style: solid;
|
|
9
|
-
border-width: 1px
|
|
9
|
+
border-width: 1px 0 1px 0;
|
|
10
10
|
border-color: @sapUiHcStandardForeground;
|
|
11
|
+
|
|
11
12
|
&.sapSuiteIBCBarNegative.sapSuiteIBCValueNegative {
|
|
12
13
|
border-left-width: 1px;
|
|
13
14
|
}
|
|
15
|
+
|
|
14
16
|
&.sapSuiteIBCBarPositive.sapSuiteIBCValuePositive {
|
|
15
17
|
border-right-width: 1px;
|
|
16
18
|
}
|
|
19
|
+
|
|
17
20
|
&.sapSuiteIBCBarValueNull {
|
|
18
21
|
border: none;
|
|
19
22
|
}
|
|
@@ -21,51 +24,51 @@
|
|
|
21
24
|
|
|
22
25
|
/* hover */
|
|
23
26
|
.sapSuiteIBCBarInteractionArea:hover {
|
|
24
|
-
background-color:
|
|
25
|
-
border: 1px solid
|
|
27
|
+
background-color: var(--sapHighlightColor) !important;
|
|
28
|
+
border: 1px solid var(--sapContent_ContrastTextColor) !important;
|
|
26
29
|
}
|
|
27
30
|
|
|
28
31
|
.sapSuiteIBCBarInteractionArea:hover .sapSuiteIBCBarLabelText,
|
|
29
32
|
.sapSuiteIBCBarInteractionArea:hover .sapSuiteIBCBarValue.sapSuiteIBCBarValueOutside {
|
|
30
|
-
color:
|
|
33
|
+
color: var(--sapContent_LabelColor);
|
|
31
34
|
}
|
|
32
35
|
|
|
33
36
|
.sapSuiteIBCBarSelected.sapSuiteIBCBarInteractionArea:hover .sapSuiteIBCBarLabelText,
|
|
34
37
|
.sapSuiteIBCBarSelected.sapSuiteIBCBarInteractionArea:hover .sapSuiteIBCBarValue.sapSuiteIBCBarValueOutside {
|
|
35
|
-
color:
|
|
38
|
+
color: var(--sapTextColor);
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
.sapSuiteIBCBarSelected.sapSuiteIBCBarInteractionArea:hover {
|
|
39
|
-
background-color:
|
|
42
|
+
background-color: var(--sapHighlightColor);
|
|
40
43
|
}
|
|
41
44
|
|
|
42
45
|
.sapSuiteIBCBarSelected {
|
|
43
|
-
border: 1px solid
|
|
44
|
-
background-color:
|
|
46
|
+
border: 1px solid var(--sapContent_ContrastTextColor);
|
|
47
|
+
background-color: var(--sapSelectedColor);
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
html.sap-desktop .sapSuiteIBC:not(.sapSuiteIBCNonInteractive) .sapSuiteIBCBarInteractionArea:focus {
|
|
48
|
-
outline:
|
|
51
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
49
52
|
outline-offset: -2px;
|
|
50
53
|
border-color: transparent;
|
|
51
54
|
}
|
|
52
55
|
|
|
53
|
-
/*
|
|
54
|
-
html[data-sap-ui-browser^="ie"].sap-desktop,
|
|
55
|
-
html[data-sap-ui-browser^="ed"].sap-desktop,
|
|
56
|
+
/* Firefox stretches the outline */
|
|
56
57
|
html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
58
|
+
|
|
57
59
|
.sapSuiteIBC:not(.sapSuiteIBCNonInteractive) .sapSuiteIBCBarInteractionArea:focus {
|
|
58
60
|
outline: none;
|
|
59
61
|
position: relative;
|
|
60
62
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
+
|
|
64
|
+
.sapSuiteIBC:not(.sapSuiteIBCNonInteractive) .sapSuiteIBCBarInteractionArea:focus::before {
|
|
65
|
+
content: '';
|
|
63
66
|
box-sizing: border-box;
|
|
64
67
|
width: 100%;
|
|
65
68
|
height: 100%;
|
|
66
69
|
position: absolute;
|
|
67
|
-
left:
|
|
68
|
-
top:
|
|
70
|
+
left: 0;
|
|
71
|
+
top: 0;
|
|
69
72
|
border: 2px dashed @sapUiHcStandardForeground;
|
|
70
73
|
pointer-events: none;
|
|
71
74
|
}
|
|
@@ -77,4 +80,4 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
|
77
80
|
|
|
78
81
|
.sapSuiteIBCSemanticMarker {
|
|
79
82
|
border-right: 1px solid @sapUiHcStandardBackground;
|
|
80
|
-
}
|
|
83
|
+
}
|