@sapui5/sap.suite.ui.microchart 1.130.2 → 1.130.4
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 +1 -1
- 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 +1 -1
- 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/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 +2 -2
- package/src/sap/suite/ui/microchart/themes/base/BulletMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/BulletMicroChart.less +0 -11
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/BulletMicroChart.less +0 -11
- package/src/sap/suite/ui/microchart/themes/sap_hcb/base_BulletMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/BulletMicroChart.less +0 -10
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/BulletMicroChart.less +0 -11
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.130.
|
|
20
|
+
* @version 1.130.4
|
|
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.130.
|
|
49
|
+
* @version 1.130.4
|
|
50
50
|
* @since 1.34
|
|
51
51
|
*
|
|
52
52
|
* @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.130.
|
|
43
|
+
* @version 1.130.4
|
|
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) {
|
|
@@ -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.130.
|
|
45
|
+
* @version 1.130.4
|
|
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.130.
|
|
34
|
+
* @version 1.130.4
|
|
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.130.
|
|
21
|
+
* @version 1.130.4
|
|
22
22
|
* @since 1.48.0
|
|
23
23
|
*
|
|
24
24
|
* @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.130.
|
|
36
|
+
* @version 1.130.4
|
|
37
37
|
* @since 1.44.0
|
|
38
38
|
*
|
|
39
39
|
* @public
|
|
@@ -22,12 +22,12 @@ sap.ui.define([
|
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.suite.ui.microchart
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.130.
|
|
25
|
+
* @version 1.130.4
|
|
26
26
|
* @public
|
|
27
27
|
*/
|
|
28
28
|
var thisLib = CoreLib.init({
|
|
29
29
|
name: "sap.suite.ui.microchart",
|
|
30
|
-
version: "1.130.
|
|
30
|
+
version: "1.130.4",
|
|
31
31
|
// library dependencies
|
|
32
32
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
33
33
|
types: [
|
|
@@ -288,7 +288,7 @@ html[dir=rtl] .sapSuiteBMCDiamond {
|
|
|
288
288
|
|
|
289
289
|
.sapSuiteBMCBarValue.sapSuiteBMCSemanticColorNeutral,
|
|
290
290
|
.sapSuiteBMCBarValueMarker.sapSuiteBMCSemanticColorNeutral {
|
|
291
|
-
background-color: @
|
|
291
|
+
background-color: @sapChart_Sequence_Neutral_Minus1;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
.sapSuiteBMCBarValue.sapSuiteBMCSemanticColorGood,
|
|
@@ -327,7 +327,7 @@ html[dir=rtl] .sapSuiteBMCDiamond {
|
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.sapSuiteBMCForecastBarValue.sapSuiteBMCSemanticColorNeutral {
|
|
330
|
-
background-color: @
|
|
330
|
+
background-color: @sapChart_Sequence_Neutral_Plus2;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.sapSuiteBMCForecastBarValue.sapSuiteBMCSemanticColorGood {
|
|
@@ -345,7 +345,7 @@ html[dir=rtl] .sapSuiteBMCDiamond {
|
|
|
345
345
|
.sapSuiteBMCBar {
|
|
346
346
|
background-color: @sapContent_ForegroundColor;
|
|
347
347
|
border-color: @sapContent_ForegroundBorderColor;
|
|
348
|
-
outline: 0.0625rem solid @
|
|
348
|
+
outline: 0.0625rem solid @sapChart_Sequence_Neutral_BorderColor;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.sapSuiteBMCTargetBarValue {
|
|
@@ -41,14 +41,3 @@ html[dir=rtl] .sapSuiteBMCForecastBarValue {
|
|
|
41
41
|
border-left: 1px @sapUiHcStandardBackground solid;
|
|
42
42
|
border-right: 1px @sapUiHcStandardBackground solid;
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
/* Scale Colors Start */
|
|
46
|
-
|
|
47
|
-
.sapSuiteBMCBar {
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
background-color: @sapUiHcStandardBackground;
|
|
50
|
-
border-width: 1px;
|
|
51
|
-
border-style: solid;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/* Scale Colors End */
|
|
@@ -41,14 +41,3 @@ html[dir=rtl] .sapSuiteBMCForecastBarValue {
|
|
|
41
41
|
border-left: 1px @sapUiHcStandardBackground solid;
|
|
42
42
|
border-right: 1px @sapUiHcStandardBackground solid;
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
/* Scale Colors Start */
|
|
46
|
-
|
|
47
|
-
.sapSuiteBMCBar {
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
background-color: @sapUiHcStandardBackground;
|
|
50
|
-
border-width: 1px;
|
|
51
|
-
border-style: solid;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/* Scale Colors End */
|
|
@@ -287,7 +287,7 @@ html[dir=rtl] .sapSuiteBMCDiamond {
|
|
|
287
287
|
|
|
288
288
|
.sapSuiteBMCBarValue.sapSuiteBMCSemanticColorNeutral,
|
|
289
289
|
.sapSuiteBMCBarValueMarker.sapSuiteBMCSemanticColorNeutral {
|
|
290
|
-
background-color: @
|
|
290
|
+
background-color: @sapChart_Sequence_Neutral_Minus1;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.sapSuiteBMCBarValue.sapSuiteBMCSemanticColorGood,
|
|
@@ -326,7 +326,7 @@ html[dir=rtl] .sapSuiteBMCDiamond {
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.sapSuiteBMCForecastBarValue.sapSuiteBMCSemanticColorNeutral {
|
|
329
|
-
background-color: @
|
|
329
|
+
background-color: @sapChart_Sequence_Neutral_Plus2;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.sapSuiteBMCForecastBarValue.sapSuiteBMCSemanticColorGood {
|
|
@@ -344,7 +344,7 @@ html[dir=rtl] .sapSuiteBMCDiamond {
|
|
|
344
344
|
.sapSuiteBMCBar {
|
|
345
345
|
background-color: @sapContent_ForegroundColor;
|
|
346
346
|
border-color: @sapContent_ForegroundBorderColor;
|
|
347
|
-
outline: 0.0625rem solid @
|
|
347
|
+
outline: 0.0625rem solid @sapChart_Sequence_Neutral_BorderColor;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
.sapSuiteBMCTargetBarValue {
|
|
@@ -42,13 +42,3 @@ html[dir=rtl] .sapSuiteBMCForecastBarValue {
|
|
|
42
42
|
border-right: 1px @sapUiHcStandardBackground solid;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
/* Scale Colors Start */
|
|
46
|
-
|
|
47
|
-
.sapSuiteBMCBar {
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
background-color: @sapUiHcStandardBackground;
|
|
50
|
-
border-width: 1px;
|
|
51
|
-
border-style: solid;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/* Scale Colors End */
|
|
@@ -41,14 +41,3 @@ html[dir=rtl] .sapSuiteBMCForecastBarValue {
|
|
|
41
41
|
border-left: 1px @sapUiHcStandardBackground solid;
|
|
42
42
|
border-right: 1px @sapUiHcStandardBackground solid;
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
/* Scale Colors Start */
|
|
46
|
-
|
|
47
|
-
.sapSuiteBMCBar {
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
background-color: @sapUiHcStandardBackground;
|
|
50
|
-
border-width: 1px;
|
|
51
|
-
border-style: solid;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/* Scale Colors End */
|