@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.
Files changed (55) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/microchart/.library +1 -1
  3. package/src/sap/suite/ui/microchart/AreaMicroChart.js +1 -1
  4. package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +1 -1
  5. package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +1 -1
  6. package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +1 -1
  7. package/src/sap/suite/ui/microchart/BulletMicroChart.js +9 -4
  8. package/src/sap/suite/ui/microchart/BulletMicroChartData.js +1 -1
  9. package/src/sap/suite/ui/microchart/ColumnMicroChart.js +1 -1
  10. package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +1 -1
  11. package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +1 -1
  12. package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +1 -1
  13. package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +1 -1
  14. package/src/sap/suite/ui/microchart/DeltaMicroChart.js +1 -1
  15. package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +1 -1
  16. package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +1 -1
  17. package/src/sap/suite/ui/microchart/HarveyBallMicroChartRenderer.js +1 -5
  18. package/src/sap/suite/ui/microchart/InteractiveBarChart.js +4 -4
  19. package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +1 -1
  20. package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +1 -1
  21. package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +1 -1
  22. package/src/sap/suite/ui/microchart/InteractiveLineChart.js +1 -1
  23. package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +1 -1
  24. package/src/sap/suite/ui/microchart/LineMicroChart.js +1 -1
  25. package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +1 -1
  26. package/src/sap/suite/ui/microchart/LineMicroChartLine.js +1 -1
  27. package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +1 -1
  28. package/src/sap/suite/ui/microchart/LineMicroChartRenderer.js +2 -2
  29. package/src/sap/suite/ui/microchart/RadialMicroChart.js +1 -1
  30. package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +1 -1
  31. package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +1 -1
  32. package/src/sap/suite/ui/microchart/library.js +14 -5
  33. package/src/sap/suite/ui/microchart/messagebundle_en_US_saptrc.properties +70 -71
  34. package/src/sap/suite/ui/microchart/themes/base/AreaMicroChart.less +5 -11
  35. package/src/sap/suite/ui/microchart/themes/base/DeltaMicroChart.less +1 -5
  36. package/src/sap/suite/ui/microchart/themes/base/InteractiveDonutChart.less +6 -0
  37. package/src/sap/suite/ui/microchart/themes/sap_belize_base/AreaMicroChart.less +1 -1
  38. package/src/sap/suite/ui/microchart/themes/sap_belize_hcb/BulletMicroChart.less +0 -5
  39. package/src/sap/suite/ui/microchart/themes/sap_belize_hcw/BulletMicroChart.less +0 -5
  40. package/src/sap/suite/ui/microchart/themes/sap_bluecrystal/BulletMicroChart.less +0 -5
  41. package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/BulletMicroChart.less +0 -5
  42. package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ColumnMicroChart.less +1 -1
  43. package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/RadialMicroChart.less +0 -17
  44. package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/BulletMicroChart.less +0 -5
  45. package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ColumnMicroChart.less +1 -1
  46. package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/RadialMicroChart.less +0 -17
  47. package/src/sap/suite/ui/microchart/themes/sap_hcb/BulletMicroChart.less +0 -4
  48. package/src/sap/suite/ui/microchart/themes/sap_hcb/base_AreaMicroChart.less +1 -1
  49. package/src/sap/suite/ui/microchart/themes/sap_hcb/base_BulletMicroChart.less +0 -5
  50. package/src/sap/suite/ui/microchart/themes/sap_hcb/base_ColumnMicroChart.less +2 -2
  51. package/src/sap/suite/ui/microchart/themes/sap_hcb/base_ComparisonMicroChart.less +2 -2
  52. package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/BulletMicroChart.less +0 -5
  53. package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/RadialMicroChart.less +0 -17
  54. package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/BulletMicroChart.less +0 -5
  55. package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/RadialMicroChart.less +0 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.microchart",
3
- "version": "1.131.1",
3
+ "version": "1.133.0",
4
4
  "description": "SAPUI5 Library sap.suite.ui.microchart",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
8
- <version>1.131.1</version>
8
+ <version>1.133.0</version>
9
9
 
10
10
  <documentation>UI5 library: sap.suite.ui.microchart</documentation>
11
11
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.131.1
40
+ * @version 1.133.0
41
41
  * @since 1.34
42
42
  *
43
43
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.131.1
25
+ * @version 1.133.0
26
26
  * @since 1.34
27
27
  *
28
28
  * @public
@@ -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.131.1
20
+ * @version 1.133.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.131.1
21
+ * @version 1.133.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @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.131.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 = fFullWidth - (oBarValue.offset().left - oChartBar.offset().left);
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
- fAValWidth = oTBarVal.offset().left - oChartBar.offset().left + (fAValWidth * iSign);
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 = bRtl ? "right" : "left";
541
+ var sDirection = "left";
537
542
  var fLabelWidth = oLabel.width();
538
543
  if (fLabelWidth > fFullWidth) {
539
544
  oLabel.css(sDirection, "0");
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
17
17
  * Contains the thresholds data.
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
- * @version 1.131.1
20
+ * @version 1.133.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @constructor
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.131.1
41
+ * @version 1.133.0
42
42
  * @since 1.34
43
43
  *
44
44
  * @public
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', "sap/suite/ui/microchart/Micr
17
17
  * Defines the column chart data.
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
- * @version 1.131.1
20
+ * @version 1.133.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', "sap/suite/ui/microchart/Micr
18
18
  * Displays or hides the labels of a column micro chart.
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
- * @version 1.131.1
21
+ * @version 1.133.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @public
@@ -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.131.1
43
+ * @version 1.133.0
44
44
  * @since 1.34
45
45
  *
46
46
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Control','sap/m/
18
18
  * Contains the values of the comparison chart.
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
- * @version 1.131.1
21
+ * @version 1.133.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @constructor
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.131.1
43
+ * @version 1.133.0
44
44
  * @since 1.34
45
45
  *
46
46
  * @public
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.131.1
36
+ * @version 1.133.0
37
37
  * @since 1.34
38
38
  *
39
39
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.131.1
24
+ * @version 1.133.0
25
25
  * @since 1.34
26
26
  *
27
27
  * @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.131.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 = 22; // bar height threshold for a switch to smaller font (px)
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 = 288; // chart width threshold for a switch to smaller font (px)
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
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Lib'],
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.131.1
19
+ * @version 1.133.0
20
20
  *
21
21
  * @public
22
22
  * @since 1.42.0
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.131.1
35
+ * @version 1.133.0
36
36
  *
37
37
  * @public
38
38
  * @since 1.42.0
@@ -15,7 +15,7 @@ sap.ui.define(["./library", "sap/ui/core/Element", "sap/ui/core/Lib"], function(
15
15
  * @extends sap.ui.core.Element
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.131.1
18
+ * @version 1.133.0
19
19
  *
20
20
  * @public
21
21
  * @since 1.42.0
@@ -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.131.1
45
+ * @version 1.133.0
46
46
  *
47
47
  * @public
48
48
  * @since 1.42.0
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Lib'],
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.131.1
19
+ * @version 1.133.0
20
20
  *
21
21
  * @public
22
22
  * @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.131.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.131.1
21
+ * @version 1.133.0
22
22
  * @since 1.48.0
23
23
  *
24
24
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.131.1
29
+ * @version 1.133.0
30
30
  * @since 1.60
31
31
  *
32
32
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/core/Element'],
18
18
  * Contains the point of the line micro chart.
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
- * @version 1.131.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 = "sapUiChartPaletteQualitativeHue";
24
- LineMicroChartRenderer.QUALITATIVE_MAX = 22;
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}.
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.131.1
32
+ * @version 1.133.0
33
33
  * @since 1.36.0
34
34
  *
35
35
  * @constructor
@@ -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.131.1
36
+ * @version 1.133.0
37
37
  * @since 1.44.0
38
38
  *
39
39
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", './library', 'sap/ui/core/Element', "
19
19
  * Contains the values of the stacked bar chart.
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
- * @version 1.131.1
22
+ * @version 1.133.0
23
23
  * @since 1.44.0
24
24
  *
25
25
  * @constructor
@@ -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/thirdparty/jquery",
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(jQuery, IntervalTrigger, CoreLib) {
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.131.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
- version: "1.131.1",
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=7dpSKYofdbWttfg82AYSvQ_Line Micro Chart
5
+ LINEMICROCHART=xtNS8ZyNenv3tmrPhbqvlg_Line Micro Chart
6
6
  #XTOL: tooltip for start
7
- LINEMICROCHART_START=XqYm1JgLTubRWGgKbuba7w_Start
7
+ LINEMICROCHART_START=G9nTjgdqx5OimHt+N4AeRQ_Start
8
8
  #XTOL: tooltip for end
9
- LINEMICROCHART_END=BQHNRVX30d6xH2yhhYzkbA_End
9
+ LINEMICROCHART_END=ZDNgsziZ4qnutDJ+9d//Ag_End
10
10
 
11
11
  #XTOL: name of area micro chart used in aria label
12
- AREAMICROCHART=XKpxzqB8nkEHVXJBp+EbZQ_Area Micro Chart
12
+ AREAMICROCHART=FHDylYifoa/MgMIJDEOuKw_Area Micro Chart
13
13
  #XTOL: tooltip for start
14
- AREAMICROCHART_START=2iQGi1n9yhuZw05r/Uyxmw_Start
14
+ AREAMICROCHART_START=TU2DlQF/LzLMd+2iDWzeRQ_Start
15
15
  #XTOL: tooltip for end
16
- AREAMICROCHART_END=6O9CZA9M4w5hDST2iTJF9g_End
16
+ AREAMICROCHART_END=zA5SJBrLr84dtHTQTNW0bQ_End
17
17
  #XTOL: tooltip for minimal value
18
- AREAMICROCHART_MINIMAL_VALUE=jAT2i3idI+teZ7v3wQXFow_Minimal value
18
+ AREAMICROCHART_MINIMAL_VALUE=DfqP6loP8Vn5o8kIWX5Gxw_Minimal value
19
19
  #XTOL: tooltip for maximal value
20
- AREAMICROCHART_MAXIMAL_VALUE=/sdIokvYWkrf2CLnt2GdbA_Maximal value
20
+ AREAMICROCHART_MAXIMAL_VALUE=f0DO9bV2+dXCk2t/aLlzcw_Maximal value
21
21
  #XTOL: tooltip for actual value
22
- AREAMICROCHART_ACTUAL_VALUES=qLDHrtu8Zm6DiXBYHXxKjA_Actual values
22
+ AREAMICROCHART_ACTUAL_VALUES=IZ4Q44GjNm4rtiai3qKfpg_Actual values
23
23
  #XTOL: tooltip for target values
24
- AREAMICROCHART_TARGET_VALUES=uSaU5aMIvvrrp/QRvjSCrA_Target values
24
+ AREAMICROCHART_TARGET_VALUES=FaOtI3wReNMslcPX24c5zA_Target values
25
25
  #XTOL: tooltip for line and its number
26
- AREAMICROCHART_LINE=UDg4CEJtv1oRKulUQro6qg_Line {0}
26
+ AREAMICROCHART_LINE=iJ2HEAmUjYWTHTaBPw4dQw_Line {0}
27
27
 
28
28
  #XTOL: name of bullet micro chart used in aria label
29
- BULLETMICROCHART=aSTQyYihjvvdMDq/gJX/gQ_Bullet Micro Chart
29
+ BULLETMICROCHART=Kf+ElmoJQJwP+UcTYN0v+w_Bullet Micro Chart
30
30
  #XTOL: tooltip for delta. 0 - value, 1 - semantic color
31
- BULLETMICROCHART_DELTA_TOOLTIP=2zxtwsaUK6P2iYDV3yz7MA_Delta {0} {1}
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=yrY15RvSJCFHkauzxzzz5g_Actual {0} {1}
33
+ BULLETMICROCHART_ACTUAL_TOOLTIP=oiWUzOZo0cpbFZPxlal7Wg_Actual {0} {1}
34
34
  #XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
35
- BULLETMICROCHART_FORECAST_TOOLTIP=5YSpNaKhlNLAFJvHhAAh7w_Forecast {0} {1}
35
+ BULLETMICROCHART_FORECAST_TOOLTIP=IsG34P6P0bVpzvidVHeayA_Forecast {0} {1}
36
36
  #XTOL: tooltip for target value. 0 - value
37
- BULLETMICROCHART_TARGET_TOOLTIP=N4eYly7GtxfL1JUWx36XzA_Target {0}
37
+ BULLETMICROCHART_TARGET_TOOLTIP=wDR0C2XXCKR4jvtVLeTgBg_Target {0}
38
38
  #XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
39
- BULLETMICROCHART_THRESHOLD_TOOLTIP=Yb86PqmV9sWOIIJufZVBjQ_Threshold {0} {1}
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=4PMq/R5lLHh8i7v2s4LNSg_Column Micro Chart
42
+ COLUMNMICROCHART=AyNUuThF/PKYldJGBNfRdw_Column Micro Chart
43
43
  #XTOL: tooltip for start
44
- COLUMNMICROCHART_START=iOtegTe0Xr71W9bCGmY8bw_Start
44
+ COLUMNMICROCHART_START=O8X40xgGf0lRwjBOHK4blQ_Start
45
45
  #XTOL: tooltip for end
46
- COLUMNMICROCHART_END=tzu1sMKXOdFm9v/zCeL5KQ_End
46
+ COLUMNMICROCHART_END=W6Rxj65Uy5doydWHE4vXww_End
47
47
 
48
48
  #XTOL: name of comparison micro chart used in aria label
49
- COMPARISONMICROCHART=xstNR7GS5uZGeCQN1Lzacw_Comparison Micro Chart
49
+ COMPARISONMICROCHART=w2A4mevSK/Gmhnqrh3UBBA_Comparison Micro Chart
50
50
 
51
51
  #XTOL: name of delta micro chart used in aria label
52
- DELTAMICROCHART=l/GyKqmkwBzKhvpYFjT1pQ_Delta Micro Chart
52
+ DELTAMICROCHART=iM/dR8iBiRapc8UUpWvjPA_Delta Micro Chart
53
53
  #XTOL: tooltip for delta. 0 - value, 1 - semantic color
54
- DELTAMICROCHART_DELTA_TOOLTIP=/Gine9rM/PQuCwFBO7x1Eg_Delta {0} {1}
54
+ DELTAMICROCHART_DELTA_TOOLTIP=nXK2QV0A/v6XoUQdf++RIw_Delta {0} {1}
55
55
  #XTOL: Text inside the menu items
56
- DELTAMICROCHART_MENU_ITEM=pQGN5RbFS8HgasjQD+kRSg_Select {0}
56
+ DELTAMICROCHART_MENU_ITEM=NvIS6nGbODGEvViyBJFPKA_Select {0}
57
57
  #XTOL: Text inside the menu item for total chart
58
- DELTAMICROCHART_ENTIRE_CHART=ZwpPo31cG+GmajEnGm+9bg_Select Total 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=YgyMjPXM9aATS0q92C7f9g_Harvey Ball Micro Chart
61
+ HARVEYBALLMICROCHART=3uGdRcHbFDkAlYziRVdKSw_Harvey Ball Micro Chart
62
62
  #XTOL: tooltip for Total value
63
- HARVEYBALLMICROCHART_TOTAL_TOOLTIP=2kH0kl8cEq3jrk2vyCHe2A_Total
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=rEYqgePBmDm+zurhkTUInA_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=t60kvD8cVLEWi4LYKoKzkQ_Loading
68
+ INFOTILE_LOADING=mFMr5Au5orcxzaKD5zoFFA_Loading
69
69
 
70
70
  #XTXT: text for critical color
71
- SEMANTIC_COLOR_CRITICAL=vUSM0cFIGPK/efVl/yUGfw_Warning
71
+ SEMANTIC_COLOR_CRITICAL=yxYw00rwRywgL5entQnGIw_Warning
72
72
  #XTXT: text for good color
73
- SEMANTIC_COLOR_GOOD=cq+zTsMmI4qYuR/iIysl0Q_Good
73
+ SEMANTIC_COLOR_GOOD=YgExPKDMuO/xkJTsjnXVGg_Good
74
74
  #XTXT: text for neutral color
75
- SEMANTIC_COLOR_NEUTRAL=57plLRItEkjpraozQYbsiw_Neutral
75
+ SEMANTIC_COLOR_NEUTRAL=53cXh0S7fbRVFFVOQqWWLg_Neutral
76
76
  #XTXT: text for error color
77
- SEMANTIC_COLOR_ERROR=O4CKWgIbOqzXxipL3bQDCQ_Critical
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=FtyPjHEQswhrKmRNQLmj3A_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=9XlujIBTfB/ATbPUco8a1w_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=mHy4lVRxEsHPld+dm6lKrA_N/A
109
+ INTERACTIVECHART_NA=GKh0v98ii6rSeLg6yQyWKA_N/A
86
110
 
87
111
  #XTOL: name of radial micro chart used in aria label
88
- RADIALMICROCHART=27jj34ZbSHXEbcGvPw/v7w_Radial Micro Chart
112
+ RADIALMICROCHART=uA7TihGHrD4GcuaPStsDMA_Radial Micro Chart
89
113
  #XFLD: aria label text for RadialMicroChart
90
- RADIALMICROCHART_ARIA_LABEL=zpHCPXY60TDgGpUazozZSA_{0}%, status {1}
114
+ RADIALMICROCHART_ARIA_LABEL=CZ/dIkFiKi5nZr1sSmLfag_{0}%, status {1}
91
115
  #XFLD: text with percentage value for RadialMicroChart
92
- RADIALMICROCHART_PERCENTAGE_TEXT=aSrx5Bw8fbHBjTGFwkQoRw_{0}%
116
+ RADIALMICROCHART_PERCENTAGE_TEXT=LgqqWunzad3e961qkuRRCQ_{0}%
93
117
  #XFLD: Percentage symbol for RadialMicroChart
94
- RADIALMICROCHART_PERCENTAGE_SYMBOL=IKCrxpUJ3eNJAGe90DKVYA_{0}
95
-
118
+ RADIALMICROCHART_PERCENTAGE_SYMBOL=PQZOAMpTjcq0H4XGCRYg2g_{0}
96
119
  #XTOL: name of stacked bar micro chart used in aria label
97
- STACKEDBARMICROCHART=Vckomq5PaV2uGCDA93GNtA_Stacked Bar Chart
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 a StackedBarMicroChart
124
- ACC_CTR_TYPE_STACKEDBARMICROCHART=vPEyQl+zJ4qaGea9vY9Kbg_Stacked Bar Chart Visualization
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=usP0DqYrMMZ/Npr3cOwldA_Interactive Bar Chart
126
+ INTERACTIVEBARCHART=G4X5wukBCD9LhGMPLCXi2w_Interactive Bar Chart
128
127
 
129
128
  #XACT: type of a UI control is a InteractiveDonutChart
130
- INTERACTIVEDONUTCHART=LsJOQV+TsfnY4UY6jGaZLg_Interactive Donut Chart
129
+ INTERACTIVEDONUTCHART=1hIXZRqNDvQ7h4UfeXFLAQ_Interactive Donut Chart
131
130
 
132
131
  #XACT: type of a UI control is a InteractiveLineChart
133
- INTERACTIVELINECHART=lgtInQZ1ajTL1JFoIQ4/Rg_Interactive Line Chart
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
- .sapSuiteSemanticColor(sapSuiteAMCSemanticColor);
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: @sapUiChartDataLineColor;
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: @sapUiChartDataLineColor;
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
  }
@@ -31,11 +31,6 @@
31
31
  color: @sapUiLightText;
32
32
  }
33
33
 
34
- .sapSuiteBMCTargetBarValue {
35
- border-left-color: @sapUiLightestBorder;
36
- background-color: darken(@sapUiExtraDarkBorder, 33);
37
- }
38
-
39
34
  .sapSuiteBMCTargetValue {
40
35
  color: @sapUiDarkText;
41
36
  }
@@ -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: 2px dotted @sapUiContentFocusColor;
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: 2px dotted @sapUiContentFocusColor;
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: @sapUiChartDataLineColor;
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: 1px dotted @sapUiContentFocusColor;
150
+ outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
151
151
  }
152
152
  }
153
153
 
154
154
  html.sap-desktop .sapSuiteClMC:focus,
155
155
  .sapSuiteClMC:focus {
156
- outline: 1px dotted @sapUiContentFocusColor;
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: 1px dotted @sapUiContentFocusColor;
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: 1px dotted @sapUiContentFocusColor;
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
  }