@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,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/InteractiveDonutChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/InteractiveDonutChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ============================================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_suite_ui_microchart_InteractiveDonutChart_SegmentFillColor: @sapUiHcStandardForeground;
|
|
7
7
|
|
|
@@ -18,32 +18,33 @@ html.sap-desktop .sapSuiteIDC:focus {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
html.sap-desktop .sapSuiteIDCLegendSegment:focus {
|
|
21
|
-
outline:
|
|
21
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
22
22
|
outline-offset: -0.125rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
/*
|
|
26
|
-
html[data-sap-ui-browser^="ie"].sap-desktop,
|
|
27
|
-
html[data-sap-ui-browser^="ed"].sap-desktop,
|
|
25
|
+
/* Firefox stretches the outline */
|
|
28
26
|
html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
27
|
+
|
|
29
28
|
.sapSuiteIDCLegendSegment:focus {
|
|
30
29
|
outline: none;
|
|
31
30
|
position: relative;
|
|
32
31
|
}
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
|
|
33
|
+
.sapSuiteIDCLegendSegment:focus::before {
|
|
34
|
+
content: '';
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
width: 100%;
|
|
37
37
|
height: 100%;
|
|
38
38
|
position: absolute;
|
|
39
|
-
left:
|
|
40
|
-
top:
|
|
39
|
+
left: 0;
|
|
40
|
+
top: 0;
|
|
41
41
|
border: 0.125rem dashed @sapUiHcStandardForeground;
|
|
42
42
|
pointer-events: none;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
47
|
+
|
|
47
48
|
.sapSuiteIDCLegendSegment:focus:before {
|
|
48
49
|
border-style: dotted;
|
|
49
50
|
}
|
|
@@ -51,15 +52,19 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
|
51
52
|
|
|
52
53
|
/* LEGEND SEGMENTS */
|
|
53
54
|
html.sap-desktop .sapSuiteIDC:not(.sapSuiteIDCNonInteractive) {
|
|
55
|
+
|
|
54
56
|
.sapSuiteIDCLegendSegmentHover {
|
|
55
57
|
background-color: @sapUiHcHighlightBackground;
|
|
56
58
|
}
|
|
59
|
+
|
|
57
60
|
.sapSuiteIDCLegendSegmentHover:not(:focus) {
|
|
58
61
|
border: 1px solid @sapUiHcStandardForeground;
|
|
59
62
|
}
|
|
63
|
+
|
|
60
64
|
.sapSuiteIDCLegendSegmentSelected.sapSuiteIDCLegendSegmentHover {
|
|
61
65
|
background-color: @sapUiHcHighlightBackground;
|
|
62
66
|
}
|
|
67
|
+
|
|
63
68
|
.sapSuiteIDCLegendSegmentSelected.sapSuiteIDCLegendSegmentHover:not(:focus) {
|
|
64
69
|
border: 1px solid @sapUiHcStandardForeground;
|
|
65
70
|
}
|
|
@@ -76,9 +81,10 @@ html.sap-desktop .sapSuiteIDCLegendSegmentSelected:not(:focus) {
|
|
|
76
81
|
}
|
|
77
82
|
|
|
78
83
|
/* SVG STYLE */
|
|
79
|
-
.sapSuiteIDCChartSegment{
|
|
84
|
+
.sapSuiteIDCChartSegment {
|
|
80
85
|
stroke: none;
|
|
81
86
|
}
|
|
87
|
+
|
|
82
88
|
.sapSuiteIDCChartSegmentGhostHighlight.sapSuiteIDCChartSegmentGhostSelected,
|
|
83
89
|
.sapSuiteIDCChartSegmentGhostHighlight {
|
|
84
90
|
fill: @sapUiHcHighlightBackground;
|
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/InteractiveLineChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/InteractiveLineChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ============================================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_LineColor:
|
|
7
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedPointBorder:
|
|
6
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_LineColor: @sapUiHcStandardForeground;
|
|
7
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedPointBorder: @sapUiHcStandardForeground;
|
|
8
8
|
|
|
9
9
|
.sapSuiteILCBackgroundArea {
|
|
10
10
|
z-index: -1;
|
|
11
11
|
}
|
|
12
|
+
|
|
12
13
|
html.sap-tablet .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCSection:not(.sapSuiteILCSelected) .sapSuiteILCInteractionArea:focus,
|
|
13
14
|
html.sap-phone .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCSection:not(.sapSuiteILCSelected) .sapSuiteILCInteractionArea:focus,
|
|
14
15
|
.sapSuiteILC {
|
|
15
16
|
border: 0.125rem dotted transparent;
|
|
16
17
|
outline: none;
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
.sapSuiteILCSvgElement {
|
|
19
21
|
stroke: @sapUiHcStandardForeground;
|
|
20
22
|
}
|
|
23
|
+
|
|
21
24
|
.sapSuiteILCSection {
|
|
22
25
|
border: 0.125rem solid transparent;
|
|
23
26
|
}
|
|
@@ -25,44 +28,57 @@ html.sap-phone .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCSection:not(.s
|
|
|
25
28
|
.sapSuiteILCTextElement {
|
|
26
29
|
color: @sapUiHcStandardForeground;
|
|
27
30
|
}
|
|
31
|
+
|
|
28
32
|
.sapSuiteILCBottomLabelArea {
|
|
29
33
|
border-top-color: @sapUiHcStandardForeground;
|
|
30
34
|
}
|
|
35
|
+
|
|
31
36
|
html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSection:hover,
|
|
32
37
|
html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSection.sapSuiteILCSelected:hover {
|
|
38
|
+
|
|
33
39
|
.sapSuiteILCBackgroundArea {
|
|
34
40
|
background-color: @sapUiHcHighlightBackground !important;
|
|
35
41
|
}
|
|
42
|
+
|
|
36
43
|
.sapSuiteILCPoint {
|
|
37
44
|
border-color: @sapUiHcStandardForeground;
|
|
45
|
+
|
|
38
46
|
&.sapSuiteICSemanticColorGood {
|
|
39
|
-
|
|
47
|
+
border-color: @sapUiHcPositiveColor;
|
|
40
48
|
}
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
|
|
50
|
+
&.sapSuiteICSemanticColorCritical {
|
|
51
|
+
border-color: @sapUiHcCriticalColor;
|
|
43
52
|
}
|
|
44
|
-
|
|
45
|
-
|
|
53
|
+
|
|
54
|
+
&.sapSuiteICSemanticColorError {
|
|
55
|
+
border-color: @sapUiHcNegativeColor;
|
|
46
56
|
}
|
|
47
57
|
}
|
|
48
58
|
}
|
|
49
59
|
.sapSuiteILCSelected {
|
|
60
|
+
|
|
50
61
|
.sapSuiteILCBackgroundArea {
|
|
51
62
|
background-color: @sapUiHcHighlightAltBackground !important;
|
|
52
63
|
}
|
|
64
|
+
|
|
53
65
|
.sapSuiteILCPoint {
|
|
54
66
|
border-color: @sapUiHcStandardForeground;
|
|
67
|
+
|
|
55
68
|
&.sapSuiteICSemanticColorGood {
|
|
56
|
-
|
|
69
|
+
border-color: @sapUiHcPositiveColor;
|
|
57
70
|
}
|
|
71
|
+
|
|
58
72
|
&.sapSuiteICSemanticColorCritical {
|
|
59
|
-
|
|
73
|
+
border-color: @sapUiHcCriticalColor;
|
|
60
74
|
}
|
|
75
|
+
|
|
61
76
|
&.sapSuiteICSemanticColorError {
|
|
62
|
-
|
|
77
|
+
border-color: @sapUiHcNegativeColor;
|
|
63
78
|
}
|
|
64
79
|
}
|
|
65
80
|
}
|
|
81
|
+
|
|
66
82
|
html.sap-tablet .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCSelected .sapSuiteILCInteractionArea:focus,
|
|
67
83
|
html.sap-phone .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCSelected .sapSuiteILCInteractionArea:focus,
|
|
68
84
|
html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSection:hover .sapSuiteILCInteractionArea,
|
|
@@ -70,15 +86,18 @@ html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSectio
|
|
|
70
86
|
border: 1px solid @sapUiHcStandardForeground;
|
|
71
87
|
outline: none;
|
|
72
88
|
}
|
|
89
|
+
|
|
73
90
|
html.sap-desktop .sapSuiteILCSection .sapSuiteILCInteractionArea:focus,
|
|
74
91
|
html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSection:hover .sapSuiteILCInteractionArea:focus {
|
|
75
|
-
border
|
|
92
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
76
93
|
outline: none;
|
|
77
94
|
}
|
|
95
|
+
|
|
78
96
|
html.sap-desktop .sapSuiteILC:focus {
|
|
79
97
|
border-color: @sapUiHcStandardForeground;
|
|
80
98
|
outline: none;
|
|
81
99
|
}
|
|
100
|
+
|
|
82
101
|
.sapSuiteILCDivider {
|
|
83
102
|
stroke: @sapUiHcStandardForeground;
|
|
84
|
-
}
|
|
103
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/LineMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ======================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/LineMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ======================================================= */
|
|
5
5
|
|
|
6
6
|
html.sap-desktop .sapSuiteLMC:focus {
|
|
7
|
-
|
|
8
|
-
}
|
|
7
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.microchart/RadialMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ================================================= */
|
|
2
|
+
/* CSS for sap.suite.ui.microchart/RadialMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteRMCCircleBackground {
|
|
7
7
|
fill: @sapUiHcStandardBackground;
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
html.sap-desktop .sapSuiteRMC:focus {
|
|
15
|
-
|
|
16
|
-
}
|
|
15
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
16
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.microchart/RadialMicroChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ================================================= */
|
|
2
|
+
/* CSS for sap.suite.ui.microchart/RadialMicroChart */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ================================================= */
|
|
5
5
|
|
|
6
6
|
html.sap-desktop .sapSuiteStackedMC:focus {
|
|
7
|
-
|
|
8
|
-
}
|
|
7
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
8
|
+
}
|
|
@@ -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 White theme */
|
|
4
|
+
/* ======================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteAMCTarget {
|
|
7
7
|
outline-width: 7px;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
html.sap-desktop .sapSuiteAMC:focus {
|
|
11
|
-
outline:
|
|
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 White 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 White 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 White 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 White 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 White 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 White 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
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/InteractiveDonutChart
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/InteractiveDonutChart */
|
|
3
|
+
/* Quartz High Contrast White theme */
|
|
4
|
+
/* ============================================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_suite_ui_microchart_InteractiveDonutChart_SegmentFillColor: @sapUiHcStandardForeground;
|
|
7
7
|
|
|
@@ -18,32 +18,33 @@ html.sap-desktop .sapSuiteIDC:focus {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
html.sap-desktop .sapSuiteIDCLegendSegment:focus {
|
|
21
|
-
outline:
|
|
21
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
22
22
|
outline-offset: -0.125rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* IE and Edge ignores outline-offset. Firefox stretches the outline */
|
|
26
|
-
html[data-sap-ui-browser^="ie"].sap-desktop,
|
|
27
|
-
html[data-sap-ui-browser^="ed"].sap-desktop,
|
|
28
26
|
html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
27
|
+
|
|
29
28
|
.sapSuiteIDCLegendSegment:focus {
|
|
30
29
|
outline: none;
|
|
31
30
|
position: relative;
|
|
32
31
|
}
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
|
|
33
|
+
.sapSuiteIDCLegendSegment:focus::before {
|
|
34
|
+
content: '';
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
width: 100%;
|
|
37
37
|
height: 100%;
|
|
38
38
|
position: absolute;
|
|
39
|
-
left:
|
|
40
|
-
top:
|
|
39
|
+
left: 0;
|
|
40
|
+
top: 0;
|
|
41
41
|
border: 0.125rem dashed @sapUiHcStandardForeground;
|
|
42
42
|
pointer-events: none;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
47
|
+
|
|
47
48
|
.sapSuiteIDCLegendSegment:focus:before {
|
|
48
49
|
border-style: dotted;
|
|
49
50
|
}
|
|
@@ -51,15 +52,19 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
|
51
52
|
|
|
52
53
|
/* LEGEND SEGMENTS */
|
|
53
54
|
html.sap-desktop .sapSuiteIDC:not(.sapSuiteIDCNonInteractive) {
|
|
55
|
+
|
|
54
56
|
.sapSuiteIDCLegendSegmentHover {
|
|
55
57
|
background-color: @sapUiHcHighlightBackground;
|
|
56
58
|
}
|
|
59
|
+
|
|
57
60
|
.sapSuiteIDCLegendSegmentHover:not(:focus) {
|
|
58
61
|
border: 1px solid @sapUiHcStandardForeground;
|
|
59
62
|
}
|
|
63
|
+
|
|
60
64
|
.sapSuiteIDCLegendSegmentSelected.sapSuiteIDCLegendSegmentHover {
|
|
61
65
|
background-color: @sapUiHcHighlightBackground;
|
|
62
66
|
}
|
|
67
|
+
|
|
63
68
|
.sapSuiteIDCLegendSegmentSelected.sapSuiteIDCLegendSegmentHover:not(:focus) {
|
|
64
69
|
border: 1px solid @sapUiHcStandardForeground;
|
|
65
70
|
}
|
|
@@ -76,22 +81,25 @@ html.sap-desktop .sapSuiteIDCLegendSegmentSelected:not(:focus) {
|
|
|
76
81
|
}
|
|
77
82
|
|
|
78
83
|
/* SVG STYLE */
|
|
79
|
-
.sapSuiteIDCChartSegment{
|
|
84
|
+
.sapSuiteIDCChartSegment {
|
|
80
85
|
stroke: none;
|
|
81
86
|
}
|
|
87
|
+
|
|
82
88
|
.sapSuiteIDCChartSegmentGhostHighlight.sapSuiteIDCChartSegmentGhostSelected,
|
|
83
89
|
.sapSuiteIDCChartSegmentGhostHighlight {
|
|
84
90
|
fill: @sapUiHcHighlightBackground;
|
|
85
91
|
stroke: @sapUiHcStandardForeground;
|
|
86
92
|
stroke-width: 1px;
|
|
87
93
|
}
|
|
94
|
+
|
|
88
95
|
.sapSuiteIDCChartSegmentGhostSelected {
|
|
89
96
|
fill: @sapUiHcHighlightAltBackground;
|
|
90
97
|
stroke: @sapUiHcStandardForeground;
|
|
91
98
|
stroke-width: 1px;
|
|
92
99
|
}
|
|
100
|
+
|
|
93
101
|
.sapSuiteIDCSemanticMarker {
|
|
94
102
|
border-right-color: @sapUiHcStandardBackground;
|
|
95
103
|
border-right-style: solid;
|
|
96
104
|
border-right-width: 1px;
|
|
97
|
-
}
|
|
105
|
+
}
|