@sapui5/sap.suite.ui.microchart 1.131.1 → 1.133.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 +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChart.js +9 -4
- package/src/sap/suite/ui/microchart/BulletMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/DeltaMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartRenderer.js +1 -5
- package/src/sap/suite/ui/microchart/InteractiveBarChart.js +4 -4
- package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveLineChart.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartLine.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartRenderer.js +2 -2
- package/src/sap/suite/ui/microchart/RadialMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +1 -1
- package/src/sap/suite/ui/microchart/library.js +14 -5
- package/src/sap/suite/ui/microchart/messagebundle_en_US_saptrc.properties +70 -71
- package/src/sap/suite/ui/microchart/themes/base/AreaMicroChart.less +5 -11
- package/src/sap/suite/ui/microchart/themes/base/DeltaMicroChart.less +1 -5
- package/src/sap/suite/ui/microchart/themes/base/InteractiveDonutChart.less +6 -0
- package/src/sap/suite/ui/microchart/themes/sap_belize_base/AreaMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcb/BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcw/BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal/BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ColumnMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/RadialMicroChart.less +0 -17
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ColumnMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/RadialMicroChart.less +0 -17
- package/src/sap/suite/ui/microchart/themes/sap_hcb/BulletMicroChart.less +0 -4
- package/src/sap/suite/ui/microchart/themes/sap_hcb/base_AreaMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_hcb/base_BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_hcb/base_ColumnMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_hcb/base_ComparisonMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/RadialMicroChart.less +0 -17
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/BulletMicroChart.less +0 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/RadialMicroChart.less +0 -17
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', "sap/suite/ui/microchart/Micr
|
|
|
17
17
|
* Displays or hides the labels for start and end dates, start and end values, and minimum and maximum values.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
19
|
*
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.133.0
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @public
|
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
|
|
47
47
|
* @extends sap.ui.core.Control
|
|
48
48
|
*
|
|
49
|
-
* @version 1.
|
|
49
|
+
* @version 1.133.0
|
|
50
50
|
* @since 1.34
|
|
51
51
|
*
|
|
52
52
|
* @public
|
|
@@ -513,7 +513,7 @@ sap.ui.define([
|
|
|
513
513
|
if (oBarValue && oBarValue.offset()) {
|
|
514
514
|
var fAValWidth = oBarValue.offset().left + oBarValue.width() - oChartBar.offset().left;
|
|
515
515
|
if (bRtl) {
|
|
516
|
-
fAValWidth =
|
|
516
|
+
fAValWidth = (oBarValue.offset().left - oChartBar.offset().left);
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
if (this.getMode() === library.BulletMicroChartModeType.Delta) {
|
|
@@ -524,7 +524,12 @@ sap.ui.define([
|
|
|
524
524
|
}
|
|
525
525
|
|
|
526
526
|
var iSign = this.getTargetValue() < this.getActual().getValue() ? 1 : -1;
|
|
527
|
-
|
|
527
|
+
|
|
528
|
+
if (bRtl) {
|
|
529
|
+
fAValWidth = oTBarVal.offset().left - oChartBar.offset().left - (fAValWidth * iSign);
|
|
530
|
+
} else {
|
|
531
|
+
fAValWidth = oTBarVal.offset().left - oChartBar.offset().left + (fAValWidth * iSign);
|
|
532
|
+
}
|
|
528
533
|
}
|
|
529
534
|
|
|
530
535
|
this._adjustLabelPos(this.$("bc-item-value"), fFullWidth, fAValWidth, bRtl);
|
|
@@ -533,7 +538,7 @@ sap.ui.define([
|
|
|
533
538
|
};
|
|
534
539
|
|
|
535
540
|
BulletMicroChart.prototype._adjustLabelPos = function(oLabel, fFullWidth, fOffset, bRtl) {
|
|
536
|
-
var sDirection =
|
|
541
|
+
var sDirection = "left";
|
|
537
542
|
var fLabelWidth = oLabel.width();
|
|
538
543
|
if (fLabelWidth > fFullWidth) {
|
|
539
544
|
oLabel.css(sDirection, "0");
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
|
|
41
41
|
* @extends sap.ui.core.Control
|
|
42
42
|
*
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.133.0
|
|
44
44
|
* @since 1.34
|
|
45
45
|
*
|
|
46
46
|
* @public
|
|
@@ -70,11 +70,7 @@ sap.ui.define([
|
|
|
70
70
|
};
|
|
71
71
|
|
|
72
72
|
var sColor = aColorPalette.length > 0 ? fnGetColor(aColorPalette[0]) : null;
|
|
73
|
-
var iCircleRadius = this._oPath.center;
|
|
74
|
-
|
|
75
|
-
if (oControl._isThemeHighContrast()) {
|
|
76
|
-
iCircleRadius -= 1;
|
|
77
|
-
}
|
|
73
|
+
var iCircleRadius = this._oPath.center - 1;
|
|
78
74
|
|
|
79
75
|
// currently only value from first item is supported
|
|
80
76
|
if (oControl.getItems().length) {
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @extends sap.ui.core.Control
|
|
33
33
|
*
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
35
|
+
* @version 1.133.0
|
|
36
36
|
*
|
|
37
37
|
* @public
|
|
38
38
|
* @since 1.42.0
|
|
@@ -128,11 +128,11 @@ sap.ui.define([
|
|
|
128
128
|
InteractiveBarChart.DIVIDER_WIDTH_IN_PX = 1; // width of the divider separating negative and positive values
|
|
129
129
|
// Responsiveness height
|
|
130
130
|
InteractiveBarChart.AREA_HEIGHT_MINVALUE = 18; // area height threshold for which the chart should be hidden (px)
|
|
131
|
-
InteractiveBarChart.BAR_HEIGHT_FONT_SMALLER =
|
|
131
|
+
InteractiveBarChart.BAR_HEIGHT_FONT_SMALLER = 20; // bar height threshold for a switch to smaller font (px)
|
|
132
132
|
InteractiveBarChart.BAR_HEIGHT_MINVALUE = 6; // bar height threshold for which the chart should be hidden (px)
|
|
133
133
|
InteractiveBarChart.BAR_HEIGHT_LABEL_HIDE = 16; // bar height threshold for which the labels inside bars should be hidden (px)
|
|
134
134
|
// Responsiveness width
|
|
135
|
-
InteractiveBarChart.CHART_WIDTH_FONT_SMALLER =
|
|
135
|
+
InteractiveBarChart.CHART_WIDTH_FONT_SMALLER = 286; // chart width threshold for a switch to smaller font (px)
|
|
136
136
|
InteractiveBarChart.LABEL_WIDTH_MINVALUE = 80; // label width threshold for a switch to move labels above bars (px)
|
|
137
137
|
InteractiveBarChart.CHART_WIDTH_MINVALUE = 130; // chart width threshold for a switch to an invisible chart (px)
|
|
138
138
|
// Responsiveness cozy vs compact mode
|
|
@@ -846,7 +846,7 @@ sap.ui.define([
|
|
|
846
846
|
InteractiveBarChart.prototype._resizeVertically = function(flags) {
|
|
847
847
|
var iAreaHeight, iMargin, iBarHeight, $this = this.$(), bSwitchMode = false,
|
|
848
848
|
$SelectionAreas = $this.find(".sapSuiteIBCBarInteractionArea"),
|
|
849
|
-
iCurrentControlHeight = $this.height(), iInteractiveModeMarginDelta = 0,
|
|
849
|
+
iCurrentControlHeight = Math.round($this.height()), iInteractiveModeMarginDelta = 0,
|
|
850
850
|
iVisibleBars = this._iVisibleBars;
|
|
851
851
|
|
|
852
852
|
// margin
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a number of interactive features.
|
|
43
43
|
* @extends sap.ui.core.Control
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.133.0
|
|
46
46
|
*
|
|
47
47
|
* @public
|
|
48
48
|
* @since 1.42.0
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string.
|
|
32
32
|
* @extends sap.ui.core.Control
|
|
33
33
|
*
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.133.0
|
|
35
35
|
* @since 1.48.0
|
|
36
36
|
*
|
|
37
37
|
* @public
|
|
@@ -18,7 +18,7 @@ sap.ui.define(["sap/suite/ui/microchart/MicroChartUtils", "./library", "sap/suit
|
|
|
18
18
|
* Contains the emphasized point of the line micro chart.
|
|
19
19
|
* @extends sap.suite.ui.microchart.LineMicroChartPoint
|
|
20
20
|
*
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.133.0
|
|
22
22
|
* @since 1.48.0
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
@@ -20,8 +20,8 @@ sap.ui.define([
|
|
|
20
20
|
};
|
|
21
21
|
var LineType = library.LineType;
|
|
22
22
|
const MicroChartColorType = library.MicroChartColorType;
|
|
23
|
-
LineMicroChartRenderer.QUALITATIVE_CLASS = "
|
|
24
|
-
LineMicroChartRenderer.QUALITATIVE_MAX =
|
|
23
|
+
LineMicroChartRenderer.QUALITATIVE_CLASS = "sapChart_Sequence_";
|
|
24
|
+
LineMicroChartRenderer.QUALITATIVE_MAX = 13;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
|
33
33
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
|
|
34
34
|
* @extends sap.ui.core.Control
|
|
35
35
|
*
|
|
36
|
-
* @version 1.
|
|
36
|
+
* @version 1.133.0
|
|
37
37
|
* @since 1.44.0
|
|
38
38
|
*
|
|
39
39
|
* @public
|
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
* Initialization Code and shared classes of library sap.suite.ui.microchart.
|
|
8
8
|
*/
|
|
9
9
|
sap.ui.define([
|
|
10
|
-
"sap/ui/
|
|
10
|
+
"sap/ui/base/DataType",
|
|
11
11
|
"sap/ui/core/IntervalTrigger",
|
|
12
12
|
"sap/ui/core/Lib",
|
|
13
|
-
"sap/ui/core/Core", // provides sap.ui.getCore()
|
|
14
13
|
"sap/ui/core/library", // library dependency
|
|
15
14
|
"sap/m/library" // library dependency
|
|
16
|
-
], function(
|
|
15
|
+
], function(DataType, IntervalTrigger, CoreLib) {
|
|
17
16
|
"use strict";
|
|
18
17
|
|
|
19
18
|
/**
|
|
@@ -22,12 +21,13 @@ sap.ui.define([
|
|
|
22
21
|
* @namespace
|
|
23
22
|
* @alias sap.suite.ui.microchart
|
|
24
23
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
24
|
+
* @version 1.133.0
|
|
26
25
|
* @public
|
|
27
26
|
*/
|
|
28
27
|
var thisLib = CoreLib.init({
|
|
29
28
|
name: "sap.suite.ui.microchart",
|
|
30
|
-
|
|
29
|
+
apiVersion: 2,
|
|
30
|
+
version: "1.133.0",
|
|
31
31
|
// library dependencies
|
|
32
32
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
33
33
|
types: [
|
|
@@ -98,6 +98,7 @@ sap.ui.define([
|
|
|
98
98
|
Wide: "Wide"
|
|
99
99
|
|
|
100
100
|
};
|
|
101
|
+
DataType.registerEnum("sap.suite.ui.microchart.AreaMicroChartViewType", thisLib.AreaMicroChartViewType);
|
|
101
102
|
|
|
102
103
|
/**
|
|
103
104
|
* Defines if the horizontal bar represents a current value only or if it represents the delta between a current value and a threshold value.
|
|
@@ -119,6 +120,7 @@ sap.ui.define([
|
|
|
119
120
|
*/
|
|
120
121
|
Delta: "Delta"
|
|
121
122
|
};
|
|
123
|
+
DataType.registerEnum("sap.suite.ui.microchart.BulletMicroChartModeType", thisLib.BulletMicroChartModeType);
|
|
122
124
|
|
|
123
125
|
/**
|
|
124
126
|
* Lists the available theme-specific background colors.
|
|
@@ -182,6 +184,7 @@ sap.ui.define([
|
|
|
182
184
|
*/
|
|
183
185
|
Transparent: "Transparent"
|
|
184
186
|
};
|
|
187
|
+
DataType.registerEnum("sap.suite.ui.microchart.CommonBackgroundType", thisLib.CommonBackgroundType);
|
|
185
188
|
|
|
186
189
|
/**
|
|
187
190
|
* Type of the microchart line.
|
|
@@ -209,6 +212,7 @@ sap.ui.define([
|
|
|
209
212
|
*/
|
|
210
213
|
Dotted: "Dotted"
|
|
211
214
|
};
|
|
215
|
+
DataType.registerEnum("sap.suite.ui.microchart.LineType", thisLib.LineType);
|
|
212
216
|
|
|
213
217
|
/**
|
|
214
218
|
* Alignment type for the microchart content.
|
|
@@ -236,6 +240,7 @@ sap.ui.define([
|
|
|
236
240
|
*/
|
|
237
241
|
Right: "Right"
|
|
238
242
|
};
|
|
243
|
+
DataType.registerEnum("sap.suite.ui.microchart.HorizontalAlignmentType", thisLib.HorizontalAlignmentType);
|
|
239
244
|
|
|
240
245
|
/**
|
|
241
246
|
* Lists the views of the comparison micro chart concerning the position of titles and labels.
|
|
@@ -265,6 +270,7 @@ sap.ui.define([
|
|
|
265
270
|
*/
|
|
266
271
|
Responsive: "Responsive"
|
|
267
272
|
};
|
|
273
|
+
DataType.registerEnum("sap.suite.ui.microchart.ComparisonMicroChartViewType", thisLib.ComparisonMicroChartViewType);
|
|
268
274
|
|
|
269
275
|
/**
|
|
270
276
|
* Lists the views of the delta micro chart concerning the position of titles.
|
|
@@ -294,6 +300,7 @@ sap.ui.define([
|
|
|
294
300
|
*/
|
|
295
301
|
Responsive: "Responsive"
|
|
296
302
|
};
|
|
303
|
+
DataType.registerEnum("sap.suite.ui.microchart.DeltaMicroChartViewType", thisLib.DeltaMicroChartViewType);
|
|
297
304
|
|
|
298
305
|
/**
|
|
299
306
|
* Contains available loading states.
|
|
@@ -325,6 +332,7 @@ sap.ui.define([
|
|
|
325
332
|
*/
|
|
326
333
|
Disabled: "Disabled"
|
|
327
334
|
};
|
|
335
|
+
// Enum is currently not used as type of managed property
|
|
328
336
|
|
|
329
337
|
/**
|
|
330
338
|
* Colors to highlight certain UI chart elements.
|
|
@@ -441,6 +449,7 @@ sap.ui.define([
|
|
|
441
449
|
*/
|
|
442
450
|
Sequence12 : "Sequence12"
|
|
443
451
|
};
|
|
452
|
+
DataType.registerEnum("sap.suite.ui.microchart.MicroChartColorType", thisLib.MicroChartColorType);
|
|
444
453
|
|
|
445
454
|
thisLib._aStandardMarginClassNames = [
|
|
446
455
|
"sapUiTinyMargin", "sapUiSmallMargin", "sapUiMediumMargin", "sapUiLargeMargin", "sapUiTinyMarginBeginEnd", "sapUiTinyMarginTopBottom", "sapUiSmallMarginBeginEnd",
|
|
@@ -2,132 +2,131 @@
|
|
|
2
2
|
#
|
|
3
3
|
|
|
4
4
|
#XTOL: name of line micro chart used in aria label
|
|
5
|
-
LINEMICROCHART=
|
|
5
|
+
LINEMICROCHART=xtNS8ZyNenv3tmrPhbqvlg_Line Micro Chart
|
|
6
6
|
#XTOL: tooltip for start
|
|
7
|
-
LINEMICROCHART_START=
|
|
7
|
+
LINEMICROCHART_START=G9nTjgdqx5OimHt+N4AeRQ_Start
|
|
8
8
|
#XTOL: tooltip for end
|
|
9
|
-
LINEMICROCHART_END=
|
|
9
|
+
LINEMICROCHART_END=ZDNgsziZ4qnutDJ+9d//Ag_End
|
|
10
10
|
|
|
11
11
|
#XTOL: name of area micro chart used in aria label
|
|
12
|
-
AREAMICROCHART=
|
|
12
|
+
AREAMICROCHART=FHDylYifoa/MgMIJDEOuKw_Area Micro Chart
|
|
13
13
|
#XTOL: tooltip for start
|
|
14
|
-
AREAMICROCHART_START=
|
|
14
|
+
AREAMICROCHART_START=TU2DlQF/LzLMd+2iDWzeRQ_Start
|
|
15
15
|
#XTOL: tooltip for end
|
|
16
|
-
AREAMICROCHART_END=
|
|
16
|
+
AREAMICROCHART_END=zA5SJBrLr84dtHTQTNW0bQ_End
|
|
17
17
|
#XTOL: tooltip for minimal value
|
|
18
|
-
AREAMICROCHART_MINIMAL_VALUE=
|
|
18
|
+
AREAMICROCHART_MINIMAL_VALUE=DfqP6loP8Vn5o8kIWX5Gxw_Minimal value
|
|
19
19
|
#XTOL: tooltip for maximal value
|
|
20
|
-
AREAMICROCHART_MAXIMAL_VALUE
|
|
20
|
+
AREAMICROCHART_MAXIMAL_VALUE=f0DO9bV2+dXCk2t/aLlzcw_Maximal value
|
|
21
21
|
#XTOL: tooltip for actual value
|
|
22
|
-
AREAMICROCHART_ACTUAL_VALUES=
|
|
22
|
+
AREAMICROCHART_ACTUAL_VALUES=IZ4Q44GjNm4rtiai3qKfpg_Actual values
|
|
23
23
|
#XTOL: tooltip for target values
|
|
24
|
-
AREAMICROCHART_TARGET_VALUES=
|
|
24
|
+
AREAMICROCHART_TARGET_VALUES=FaOtI3wReNMslcPX24c5zA_Target values
|
|
25
25
|
#XTOL: tooltip for line and its number
|
|
26
|
-
AREAMICROCHART_LINE=
|
|
26
|
+
AREAMICROCHART_LINE=iJ2HEAmUjYWTHTaBPw4dQw_Line {0}
|
|
27
27
|
|
|
28
28
|
#XTOL: name of bullet micro chart used in aria label
|
|
29
|
-
BULLETMICROCHART=
|
|
29
|
+
BULLETMICROCHART=Kf+ElmoJQJwP+UcTYN0v+w_Bullet Micro Chart
|
|
30
30
|
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
31
|
-
BULLETMICROCHART_DELTA_TOOLTIP=
|
|
31
|
+
BULLETMICROCHART_DELTA_TOOLTIP=GmWKhoT6+3IXOWnLOLDm3g_Delta {0} {1}
|
|
32
32
|
#XTOL: tooltip for actual value. 0 - value, 1 - semantic color
|
|
33
|
-
BULLETMICROCHART_ACTUAL_TOOLTIP=
|
|
33
|
+
BULLETMICROCHART_ACTUAL_TOOLTIP=oiWUzOZo0cpbFZPxlal7Wg_Actual {0} {1}
|
|
34
34
|
#XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
|
|
35
|
-
BULLETMICROCHART_FORECAST_TOOLTIP=
|
|
35
|
+
BULLETMICROCHART_FORECAST_TOOLTIP=IsG34P6P0bVpzvidVHeayA_Forecast {0} {1}
|
|
36
36
|
#XTOL: tooltip for target value. 0 - value
|
|
37
|
-
BULLETMICROCHART_TARGET_TOOLTIP=
|
|
37
|
+
BULLETMICROCHART_TARGET_TOOLTIP=wDR0C2XXCKR4jvtVLeTgBg_Target {0}
|
|
38
38
|
#XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
|
|
39
|
-
BULLETMICROCHART_THRESHOLD_TOOLTIP=
|
|
39
|
+
BULLETMICROCHART_THRESHOLD_TOOLTIP=9XcIF9HlncxzFpyitHb7/w_Threshold {0} {1}
|
|
40
40
|
|
|
41
41
|
#XTOL: name of column micro chart used in aria label
|
|
42
|
-
COLUMNMICROCHART=
|
|
42
|
+
COLUMNMICROCHART=AyNUuThF/PKYldJGBNfRdw_Column Micro Chart
|
|
43
43
|
#XTOL: tooltip for start
|
|
44
|
-
COLUMNMICROCHART_START=
|
|
44
|
+
COLUMNMICROCHART_START=O8X40xgGf0lRwjBOHK4blQ_Start
|
|
45
45
|
#XTOL: tooltip for end
|
|
46
|
-
COLUMNMICROCHART_END=
|
|
46
|
+
COLUMNMICROCHART_END=W6Rxj65Uy5doydWHE4vXww_End
|
|
47
47
|
|
|
48
48
|
#XTOL: name of comparison micro chart used in aria label
|
|
49
|
-
COMPARISONMICROCHART=
|
|
49
|
+
COMPARISONMICROCHART=w2A4mevSK/Gmhnqrh3UBBA_Comparison Micro Chart
|
|
50
50
|
|
|
51
51
|
#XTOL: name of delta micro chart used in aria label
|
|
52
|
-
DELTAMICROCHART=
|
|
52
|
+
DELTAMICROCHART=iM/dR8iBiRapc8UUpWvjPA_Delta Micro Chart
|
|
53
53
|
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
54
|
-
DELTAMICROCHART_DELTA_TOOLTIP
|
|
54
|
+
DELTAMICROCHART_DELTA_TOOLTIP=nXK2QV0A/v6XoUQdf++RIw_Delta {0} {1}
|
|
55
55
|
#XTOL: Text inside the menu items
|
|
56
|
-
DELTAMICROCHART_MENU_ITEM=
|
|
56
|
+
DELTAMICROCHART_MENU_ITEM=NvIS6nGbODGEvViyBJFPKA_Select {0}
|
|
57
57
|
#XTOL: Text inside the menu item for total chart
|
|
58
|
-
DELTAMICROCHART_ENTIRE_CHART=
|
|
58
|
+
DELTAMICROCHART_ENTIRE_CHART=VwAmEdRhN7gMPnjAV5PUow_Select Total Chart
|
|
59
59
|
|
|
60
60
|
#XTOL: name of harvey ball micro chart used in aria label
|
|
61
|
-
HARVEYBALLMICROCHART=
|
|
61
|
+
HARVEYBALLMICROCHART=3uGdRcHbFDkAlYziRVdKSw_Harvey Ball Micro Chart
|
|
62
62
|
#XTOL: tooltip for Total value
|
|
63
|
-
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=
|
|
63
|
+
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=ZK1+8LIpraDDKSLcab6TAw_Total
|
|
64
64
|
|
|
65
65
|
#XFLD: text that will be read when tile cannot be loaded
|
|
66
|
-
INFOTILE_CANNOT_LOAD_TILE=
|
|
66
|
+
INFOTILE_CANNOT_LOAD_TILE=P796SpoE7PxA5mANnE0gkQ_Cannot load tile
|
|
67
67
|
#XFLD: text that will be read while tile is loading
|
|
68
|
-
INFOTILE_LOADING=
|
|
68
|
+
INFOTILE_LOADING=mFMr5Au5orcxzaKD5zoFFA_Loading
|
|
69
69
|
|
|
70
70
|
#XTXT: text for critical color
|
|
71
|
-
SEMANTIC_COLOR_CRITICAL=
|
|
71
|
+
SEMANTIC_COLOR_CRITICAL=yxYw00rwRywgL5entQnGIw_Warning
|
|
72
72
|
#XTXT: text for good color
|
|
73
|
-
SEMANTIC_COLOR_GOOD=
|
|
73
|
+
SEMANTIC_COLOR_GOOD=YgExPKDMuO/xkJTsjnXVGg_Good
|
|
74
74
|
#XTXT: text for neutral color
|
|
75
|
-
SEMANTIC_COLOR_NEUTRAL=
|
|
75
|
+
SEMANTIC_COLOR_NEUTRAL=53cXh0S7fbRVFFVOQqWWLg_Neutral
|
|
76
76
|
#XTXT: text for error color
|
|
77
|
-
SEMANTIC_COLOR_ERROR=
|
|
77
|
+
SEMANTIC_COLOR_ERROR=pi31c+5fhvMjBhplgzJbjw_Critical
|
|
78
|
+
#XTXT: text for SEQUENCE1 color
|
|
79
|
+
SEMANTIC_COLOR_SEQUENCE1=G7TRWhwoQe05uo8G5Lp/3w_Sequence1
|
|
80
|
+
#XTXT: text for SEQUENCE2 color
|
|
81
|
+
SEMANTIC_COLOR_SEQUENCE2=OMgltvY1euaWW1vJN5syoQ_Sequence2
|
|
82
|
+
#XTXT: text for SEQUENCE3 color
|
|
83
|
+
SEMANTIC_COLOR_SEQUENCE3=/sdS1JvU9UUmUuS3Utllcg_Sequence3
|
|
84
|
+
#XTXT: text for SEQUENCE4 color
|
|
85
|
+
SEMANTIC_COLOR_SEQUENCE4=V54eXLZZvI3SpJ4/kkQlkg_Sequence4
|
|
86
|
+
#XTXT: text for SEQUENCE5 color
|
|
87
|
+
SEMANTIC_COLOR_SEQUENCE5=jBoZcSTCdYzxes2y7AlIVA_Sequence5
|
|
88
|
+
#XTXT: text for SEQUENCE6 color
|
|
89
|
+
SEMANTIC_COLOR_SEQUENCE6=kTmbVwS2XNAkvOkAWPa0BA_Sequence6
|
|
90
|
+
#XTXT: text for SEQUENCE7 color
|
|
91
|
+
SEMANTIC_COLOR_SEQUENCE7=AlpGiwLQPWhku3SCX0juOw_Sequence7
|
|
92
|
+
#XTXT: text for SEQUENCE8 color
|
|
93
|
+
SEMANTIC_COLOR_SEQUENCE8=WrNLasISF4w8XhuhIBc4UA_Sequence8
|
|
94
|
+
#XTXT: text for SEQUENCE9 color
|
|
95
|
+
SEMANTIC_COLOR_SEQUENCE9=H+jpedt95ns3UNgLUtxZig_Sequence9
|
|
96
|
+
#XTXT: text for SEQUENCE10 color
|
|
97
|
+
SEMANTIC_COLOR_SEQUENCE10=FrYiEJD0DBvgmedOswBd7g_Sequence10
|
|
98
|
+
#XTXT: text for SEQUENCE11 color
|
|
99
|
+
SEMANTIC_COLOR_SEQUENCE11=ifzPk2dCROg4yXtEQ28WVw_Sequence11
|
|
100
|
+
#XTXT: text for SEQUENCE12 color
|
|
101
|
+
SEMANTIC_COLOR_SEQUENCE12=ZQf6R1OtJki+Sx7JgzaA4A_Sequence12
|
|
78
102
|
|
|
79
103
|
#XTXT: text rendered instead of control when there are no data
|
|
80
|
-
NO_DATA=
|
|
104
|
+
NO_DATA=vg9Q7Xy1Fdz2lDgk+sXxQg_No data
|
|
81
105
|
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
82
|
-
IS_ACTIVE=
|
|
106
|
+
IS_ACTIVE=Vt7+RdHfOxxosyEeq3jUNw_is active
|
|
83
107
|
|
|
84
108
|
#XFLD: Label text for not available values in InteractiveChart - if possible, use an abbreviation or short text in target languages
|
|
85
|
-
INTERACTIVECHART_NA=
|
|
109
|
+
INTERACTIVECHART_NA=GKh0v98ii6rSeLg6yQyWKA_N/A
|
|
86
110
|
|
|
87
111
|
#XTOL: name of radial micro chart used in aria label
|
|
88
|
-
RADIALMICROCHART=
|
|
112
|
+
RADIALMICROCHART=uA7TihGHrD4GcuaPStsDMA_Radial Micro Chart
|
|
89
113
|
#XFLD: aria label text for RadialMicroChart
|
|
90
|
-
RADIALMICROCHART_ARIA_LABEL=
|
|
114
|
+
RADIALMICROCHART_ARIA_LABEL=CZ/dIkFiKi5nZr1sSmLfag_{0}%, status {1}
|
|
91
115
|
#XFLD: text with percentage value for RadialMicroChart
|
|
92
|
-
RADIALMICROCHART_PERCENTAGE_TEXT=
|
|
116
|
+
RADIALMICROCHART_PERCENTAGE_TEXT=LgqqWunzad3e961qkuRRCQ_{0}%
|
|
93
117
|
#XFLD: Percentage symbol for RadialMicroChart
|
|
94
|
-
RADIALMICROCHART_PERCENTAGE_SYMBOL=
|
|
95
|
-
|
|
118
|
+
RADIALMICROCHART_PERCENTAGE_SYMBOL=PQZOAMpTjcq0H4XGCRYg2g_{0}
|
|
96
119
|
#XTOL: name of stacked bar micro chart used in aria label
|
|
97
|
-
STACKEDBARMICROCHART=
|
|
98
|
-
|
|
99
|
-
#XACT: type of a UI control is an AreaMicroChart
|
|
100
|
-
ACC_CTR_TYPE_AREAMICROCHART=hp2PNga7kNBz8OW78MAZog_Area Chart Visualization
|
|
101
|
-
|
|
102
|
-
#XACT: type of a UI control is a BulletMicroChart
|
|
103
|
-
ACC_CTR_TYPE_BULLETMICROCHART=QB4QZXmqv+RqcypJb7wr/A_Bullet Chart Visualization
|
|
104
|
-
|
|
105
|
-
#XACT: type of a UI control is a ColumnMicroChart
|
|
106
|
-
ACC_CTR_TYPE_COLUMNMICROCHART=fCqHK2vxXUEHtZcaOGbMTg_Column Chart Visualization
|
|
107
|
-
|
|
108
|
-
#XACT: type of a UI control is a ComparisonMicroChart
|
|
109
|
-
ACC_CTR_TYPE_COMPARISONMICROCHART=ZgS8xC4uBt76H7uO1Hfe8g_Comparison Chart Visualization
|
|
110
|
-
|
|
111
|
-
#XACT: type of a UI control is a DeltaMicroChart
|
|
112
|
-
ACC_CTR_TYPE_DELTAMICROCHART=E/HM036K6M6dqZKPzfM7iQ_Delta Chart Visualization
|
|
113
|
-
|
|
114
|
-
#XACT: type of a UI control is a HarveyBallMicroChart
|
|
115
|
-
ACC_CTR_TYPE_HARVEYBALLMICROCHART=NObWY6I+piTcjv9tN+Wk4w_Harvey Ball Chart Visualization
|
|
116
|
-
|
|
117
|
-
#XACT: type of a UI control is a LineMicroChart
|
|
118
|
-
ACC_CTR_TYPE_LINEMICROCHART=yz1VWWtwlvQSnxgk/6+7uQ_Line Chart Visualization
|
|
119
|
-
|
|
120
|
-
#XACT: type of a UI control is a RadialMicroChart
|
|
121
|
-
ACC_CTR_TYPE_RADIALMICROCHART=uXYGxyiXrq4UGb4p5cIajQ_Chart Visualization
|
|
120
|
+
STACKEDBARMICROCHART=pe+QdF4vyuxeKlP4JxFklg_Stacked Bar Chart
|
|
122
121
|
|
|
123
|
-
#XACT: type of a UI control is
|
|
124
|
-
|
|
122
|
+
#XACT: type of a UI control is an MicroChart
|
|
123
|
+
ACC_CTR_TYPE_MICROCHART=vjmVovq4DkxG7c36JZS41w_Chart Visualization
|
|
125
124
|
|
|
126
125
|
#XACT: type of a UI control is a InteractiveBarChart
|
|
127
|
-
INTERACTIVEBARCHART=
|
|
126
|
+
INTERACTIVEBARCHART=G4X5wukBCD9LhGMPLCXi2w_Interactive Bar Chart
|
|
128
127
|
|
|
129
128
|
#XACT: type of a UI control is a InteractiveDonutChart
|
|
130
|
-
INTERACTIVEDONUTCHART=
|
|
129
|
+
INTERACTIVEDONUTCHART=1hIXZRqNDvQ7h4UfeXFLAQ_Interactive Donut Chart
|
|
131
130
|
|
|
132
131
|
#XACT: type of a UI control is a InteractiveLineChart
|
|
133
|
-
INTERACTIVELINECHART=
|
|
132
|
+
INTERACTIVELINECHART=2My/eZE9S6XljWulsQdHDA_Interactive Line Chart
|
|
@@ -252,23 +252,17 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
252
252
|
|
|
253
253
|
// colors
|
|
254
254
|
|
|
255
|
-
.sapSuiteAMCTarget
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
.sapSuiteAMCChart {
|
|
260
|
-
.sapSuiteSemanticColor(sapSuiteAMCSemanticColor);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.sapSuiteAMCLine {
|
|
264
|
-
.sapSuiteSemanticColor(sapSuiteAMCSemanticColor);
|
|
255
|
+
.sapSuiteAMCTarget.sapSuiteAMCSemanticColorNeutral,
|
|
256
|
+
.sapSuiteAMCChart.sapSuiteAMCSemanticColorNeutral,
|
|
257
|
+
.sapSuiteAMCLine.sapSuiteAMCSemanticColorNeutral {
|
|
258
|
+
color: @sapChart_LineColor_3;
|
|
265
259
|
}
|
|
266
260
|
|
|
267
261
|
|
|
268
262
|
.sapSuiteAMCTarget.sapSuiteAMCNeutralNoThreshold,
|
|
269
263
|
.sapSuiteAMCChart.sapSuiteAMCNeutralNoThreshold,
|
|
270
264
|
.sapSuiteAMCLine.sapSuiteAMCNeutralNoThreshold {
|
|
271
|
-
color: @
|
|
265
|
+
color: @sapChart_LineColor_3;
|
|
272
266
|
}
|
|
273
267
|
|
|
274
268
|
.sapSuiteAMCLbl.sapSuiteAMCSemanticColorNeutral {
|
|
@@ -210,11 +210,6 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
210
210
|
top: 0rem;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
.sapSuiteDMCBarInternal {
|
|
214
|
-
background-color: grey;
|
|
215
|
-
height: 100%;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
213
|
.sapSuiteDMCBarInternal.sapSuiteDMCDirectionLeft {
|
|
219
214
|
margin-right: 2px;
|
|
220
215
|
.sapSuiteDMCBarSizeSmaller:not(.sapSuiteDMCBarDeltaMaxDelta) & {
|
|
@@ -409,4 +404,5 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
409
404
|
|
|
410
405
|
.sapSuiteDMCBarInternal {
|
|
411
406
|
background-color: @sapChart_Sequence_Neutral;
|
|
407
|
+
height: 100%;
|
|
412
408
|
}
|
|
@@ -235,6 +235,12 @@ html.sap-desktop .sapSuiteIDCLegendSegment:focus {
|
|
|
235
235
|
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
+
html.sap-tablet .sapSuiteIDCLegendSegmentSelected,
|
|
239
|
+
html.sap-phone .sapSuiteIDCLegendSegmentSelected,
|
|
240
|
+
html.sap-desktop .sapSuiteIDCLegendSegmentSelected:not(:focus) {
|
|
241
|
+
border: 0.0625rem solid @_sap_suite_ui_microchart_InteractiveDonutChart_SegmentBorder
|
|
242
|
+
}
|
|
243
|
+
|
|
238
244
|
/* LEGEND SEGMENTS */
|
|
239
245
|
html.sap-desktop .sapSuiteIDC:not(.sapSuiteIDCNonInteractive) {
|
|
240
246
|
.sapSuiteIDCLegendSegmentHover {
|
|
@@ -278,7 +278,7 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
278
278
|
.sapSuiteAMCTarget.sapSuiteAMCNeutralNoThreshold,
|
|
279
279
|
.sapSuiteAMCChart.sapSuiteAMCNeutralNoThreshold,
|
|
280
280
|
.sapSuiteAMCLine.sapSuiteAMCNeutralNoThreshold {
|
|
281
|
-
color: @
|
|
281
|
+
color: @sapChart_LineColor_3;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.sapSuiteAMCLbl.sapSuiteAMCSemanticColorNeutral {
|
|
@@ -7,11 +7,6 @@ html.sap-desktop .sapSuiteBMCContent:focus {
|
|
|
7
7
|
outline: 2px dotted @sapUiContentFocusColor;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapSuiteBMCTargetBarValue {
|
|
11
|
-
border-left-color: @sapUiHcStandardForeground ;
|
|
12
|
-
background-color: darken(@sapUiHcStandardForeground , 80);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
10
|
.sapSuiteBMCTargetValue {
|
|
16
11
|
color: @sapUiHcStandardForeground ;
|
|
17
12
|
}
|
|
@@ -7,11 +7,6 @@ html.sap-desktop .sapSuiteBMCContent:focus {
|
|
|
7
7
|
outline: 2px dotted @sapUiContentFocusColor;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapSuiteBMCTargetBarValue {
|
|
11
|
-
border-left-color: @sapUiHcStandardForeground ;
|
|
12
|
-
background-color: darken(@sapUiHcStandardForeground , 80);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
10
|
.sapSuiteBMCTargetValue {
|
|
16
11
|
color: @sapUiHcStandardForeground ;
|
|
17
12
|
}
|
|
@@ -7,11 +7,6 @@ html.sap-desktop .sapSuiteBMCContent:focus {
|
|
|
7
7
|
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapSuiteBMCTargetBarValue {
|
|
11
|
-
border-left-color: @sapUiHcStandardForeground ;
|
|
12
|
-
background-color: darken(@sapUiHcStandardForeground , 80);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
10
|
.sapSuiteBMCTargetValue {
|
|
16
11
|
color: @sapUiHcStandardForeground ;
|
|
17
12
|
}
|
|
@@ -10,5 +10,5 @@ html.sap-desktop .sapSuiteClMC:focus,
|
|
|
10
10
|
|
|
11
11
|
html.sap-desktop .sapSuiteClMCBar[tabindex]:focus .sapSuiteClMCInnerBar,
|
|
12
12
|
.sapSuiteClMCBar[tabindex]:focus .sapSuiteClMCInnerBar {
|
|
13
|
-
outline:
|
|
13
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
14
14
|
}
|
|
@@ -7,23 +7,6 @@
|
|
|
7
7
|
fill: @sapUiHcStandardBackground;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
/* PATH COLORS */
|
|
11
|
-
.sapSuiteRMCPathNeutral {
|
|
12
|
-
stroke: @sapUiChartPaletteSequentialHue1;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.sapSuiteRMCPathGood {
|
|
16
|
-
stroke: @sapUiChartPaletteSemanticGood;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.sapSuiteRMCPathError {
|
|
20
|
-
stroke: @sapUiChartPaletteSemanticBad;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sapSuiteRMCPathCritical {
|
|
24
|
-
stroke: @sapUiChartPaletteSemanticCritical;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
10
|
.sapSuiteRMCAccessibleTextColor {
|
|
28
11
|
fill: @sapUiHcStandardForeground;
|
|
29
12
|
}
|
|
@@ -7,11 +7,6 @@ html.sap-desktop .sapSuiteBMCContent:focus {
|
|
|
7
7
|
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapSuiteBMCTargetBarValue {
|
|
11
|
-
border-left-color: @sapUiHcStandardForeground ;
|
|
12
|
-
background-color: darken(@sapUiHcStandardForeground , 80);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
10
|
.sapSuiteBMCTargetValue {
|
|
16
11
|
color: @sapUiHcStandardForeground ;
|
|
17
12
|
}
|
|
@@ -10,5 +10,5 @@ html.sap-desktop .sapSuiteClMC:focus,
|
|
|
10
10
|
|
|
11
11
|
html.sap-desktop .sapSuiteClMCBar[tabindex]:focus .sapSuiteClMCInnerBar,
|
|
12
12
|
.sapSuiteClMCBar[tabindex]:focus .sapSuiteClMCInnerBar {
|
|
13
|
-
outline:
|
|
13
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
14
14
|
}
|
|
@@ -7,23 +7,6 @@
|
|
|
7
7
|
fill: @sapUiHcStandardBackground;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
/* PATH COLORS */
|
|
11
|
-
.sapSuiteRMCPathNeutral {
|
|
12
|
-
stroke: @sapUiChartPaletteSequentialHue1;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.sapSuiteRMCPathGood {
|
|
16
|
-
stroke: @sapUiChartPaletteSemanticGood;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.sapSuiteRMCPathError {
|
|
20
|
-
stroke: @sapUiChartPaletteSemanticBad;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sapSuiteRMCPathCritical {
|
|
24
|
-
stroke: @sapUiChartPaletteSemanticCritical;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
10
|
.sapSuiteRMCAccessibleTextColor {
|
|
28
11
|
fill: @sapUiHcStandardForeground;
|
|
29
12
|
}
|
|
@@ -42,10 +42,6 @@
|
|
|
42
42
|
.sapSuiteBMCItemValue.sapSuiteBMCSemanticColorError {
|
|
43
43
|
color: @sapHCNegative;
|
|
44
44
|
}
|
|
45
|
-
.sapSuiteBMCTargetBarValue {
|
|
46
|
-
border-left-color: @sapHCStandardFG;
|
|
47
|
-
background-color: darken(@sapHCStandardFG, 80);
|
|
48
|
-
}
|
|
49
45
|
|
|
50
46
|
.sapSuiteBMCTargetValue {
|
|
51
47
|
color: @sapHCStandardFG;
|
|
@@ -278,7 +278,7 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
278
278
|
.sapSuiteAMCTarget.sapSuiteAMCNeutralNoThreshold,
|
|
279
279
|
.sapSuiteAMCChart.sapSuiteAMCNeutralNoThreshold,
|
|
280
280
|
.sapSuiteAMCLine.sapSuiteAMCNeutralNoThreshold {
|
|
281
|
-
color: @
|
|
281
|
+
color: @sapChart_LineColor_3;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.sapSuiteAMCLbl.sapSuiteAMCSemanticColorNeutral {
|
|
@@ -347,11 +347,6 @@ html[dir=rtl] .sapSuiteBMCDiamond {
|
|
|
347
347
|
outline: 0.0625rem solid @sapContent_ForegroundBorderColor;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
.sapSuiteBMCTargetBarValue {
|
|
351
|
-
border-left-color: @sapChart_ContrastLineColor;
|
|
352
|
-
background-color: @sapChart_LineColor_3;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
350
|
.sapSuiteBMCItemValue.sapSuiteBMCSemanticColorNeutral {
|
|
356
351
|
color: @sapNeutralTextColor;
|
|
357
352
|
}
|
|
@@ -147,13 +147,13 @@ html.sap-desktop .sapSuiteClMCBar[tabindex]:focus,
|
|
|
147
147
|
.sapSuiteClMCBar[tabindex]:focus {
|
|
148
148
|
outline: none;
|
|
149
149
|
& .sapSuiteClMCInnerBar {
|
|
150
|
-
outline:
|
|
150
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
html.sap-desktop .sapSuiteClMC:focus,
|
|
155
155
|
.sapSuiteClMC:focus {
|
|
156
|
-
outline:
|
|
156
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
157
157
|
outline-offset: 1px;
|
|
158
158
|
}
|
|
159
159
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
html.sap-desktop .sapSuiteCpMCChartContent[tabindex]:focus {
|
|
15
|
-
outline:
|
|
15
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
16
16
|
outline-offset: 1px;
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -22,7 +22,7 @@ html.sap-desktop .sapSuiteCpMCChartContent:focus:not([tabindex]),
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
html.sap-desktop .sapSuiteCpMCChartBar:focus {
|
|
25
|
-
border:
|
|
25
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
26
26
|
outline: none;
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -7,11 +7,6 @@ html.sap-desktop .sapSuiteBMCContent:focus {
|
|
|
7
7
|
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapSuiteBMCTargetBarValue {
|
|
11
|
-
border-left-color: @sapUiHcStandardForeground ;
|
|
12
|
-
background-color: darken(@sapUiHcStandardForeground , 80);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
10
|
.sapSuiteBMCTargetValue {
|
|
16
11
|
color: @sapUiHcStandardForeground ;
|
|
17
12
|
}
|
|
@@ -7,23 +7,6 @@
|
|
|
7
7
|
fill: @sapUiHcStandardBackground;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
/* PATH COLORS */
|
|
11
|
-
.sapSuiteRMCPathNeutral {
|
|
12
|
-
stroke: @sapUiChartPaletteSequentialHue1;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.sapSuiteRMCPathGood {
|
|
16
|
-
stroke: @sapUiChartPaletteSemanticGood;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.sapSuiteRMCPathError {
|
|
20
|
-
stroke: @sapUiChartPaletteSemanticBad;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sapSuiteRMCPathCritical {
|
|
24
|
-
stroke: @sapUiChartPaletteSemanticCritical;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
10
|
.sapSuiteRMCAccessibleTextColor {
|
|
28
11
|
fill: @sapUiHcStandardForeground;
|
|
29
12
|
}
|
|
@@ -7,11 +7,6 @@ html.sap-desktop .sapSuiteBMCContent:focus {
|
|
|
7
7
|
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapSuiteBMCTargetBarValue {
|
|
11
|
-
border-left-color: @sapUiHcStandardForeground ;
|
|
12
|
-
background-color: darken(@sapUiHcStandardForeground , 80);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
10
|
.sapSuiteBMCTargetValue {
|
|
16
11
|
color: @sapUiHcStandardForeground ;
|
|
17
12
|
}
|
|
@@ -7,23 +7,6 @@
|
|
|
7
7
|
fill: @sapUiHcStandardBackground;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
/* PATH COLORS */
|
|
11
|
-
.sapSuiteRMCPathNeutral {
|
|
12
|
-
stroke: @sapUiChartPaletteSequentialHue1;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.sapSuiteRMCPathGood {
|
|
16
|
-
stroke: @sapUiChartPaletteSemanticGood;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.sapSuiteRMCPathError {
|
|
20
|
-
stroke: @sapUiChartPaletteSemanticBad;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sapSuiteRMCPathCritical {
|
|
24
|
-
stroke: @sapUiChartPaletteSemanticCritical;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
10
|
.sapSuiteRMCAccessibleTextColor {
|
|
28
11
|
fill: @sapUiHcStandardForeground;
|
|
29
12
|
}
|