@sapui5/sap.suite.ui.microchart 1.84.18 → 1.84.22
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 +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/ComparisonMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/DeltaMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/DeltaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveBarChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveDonutChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartLine.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartRenderUtils.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartUtils.js +1 -1
- package/src/sap/suite/ui/microchart/RadialMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/RadialMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/library.js +3 -3
- package/src/sap/suite/ui/microchart/messagebundle_th.properties +1 -1
- package/src/sap/suite/ui/microchart/themes/base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_hcb/library.source.less +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @extends sap.ui.core.Control
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.84.
|
|
38
|
+
* @version 1.84.22
|
|
39
39
|
* @since 1.34
|
|
40
40
|
*
|
|
41
41
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @extends sap.ui.core.Element
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.22
|
|
24
24
|
* @since 1.34
|
|
25
25
|
*
|
|
26
26
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
|
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.84.
|
|
20
|
+
* @version 1.84.22
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
@@ -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.84.
|
|
21
|
+
* @version 1.84.22
|
|
22
22
|
* @since 1.34
|
|
23
23
|
*
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.84.
|
|
43
|
+
* @version 1.84.22
|
|
44
44
|
* @since 1.34
|
|
45
45
|
*
|
|
46
46
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
@@ -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.84.
|
|
20
|
+
* @version 1.84.22
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
// Provides control sap.suite.ui.microchart.Example.
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @extends sap.ui.core.Control
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.84.
|
|
39
|
+
* @version 1.84.22
|
|
40
40
|
* @since 1.34
|
|
41
41
|
*
|
|
42
42
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
|
17
17
|
* Defines the column chart data.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
19
|
*
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.22
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
// This control displays the history of values as a line mini chart or an area mini chart.
|
|
@@ -18,7 +18,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
|
18
18
|
* Displays or hides the labels of a column micro chart.
|
|
19
19
|
* @extends sap.ui.core.Element
|
|
20
20
|
*
|
|
21
|
-
* @version 1.84.
|
|
21
|
+
* @version 1.84.22
|
|
22
22
|
* @since 1.34
|
|
23
23
|
*
|
|
24
24
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.84.
|
|
36
|
+
* @version 1.84.22
|
|
37
37
|
* @since 1.34
|
|
38
38
|
*
|
|
39
39
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Control'],
|
|
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Control'],
|
|
|
17
17
|
* Contains the values of the comparison chart.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
19
|
*
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.22
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* @extends sap.ui.core.Control
|
|
45
45
|
*
|
|
46
46
|
* @author SAP SE
|
|
47
|
-
* @version 1.84.
|
|
47
|
+
* @version 1.84.22
|
|
48
48
|
* @since 1.34
|
|
49
49
|
*
|
|
50
50
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @extends sap.ui.core.Control
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.84.
|
|
38
|
+
* @version 1.84.22
|
|
39
39
|
* @since 1.34
|
|
40
40
|
*
|
|
41
41
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @extends sap.ui.core.Element
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.22
|
|
24
24
|
* @since 1.34
|
|
25
25
|
*
|
|
26
26
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/ui/thirdparty/jquery",
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @extends sap.ui.core.Control
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.84.
|
|
31
|
+
* @version 1.84.22
|
|
32
32
|
*
|
|
33
33
|
* @public
|
|
34
34
|
* @since 1.42.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
6
6
|
function(library, Element) {
|
|
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
|
16
16
|
* @extends sap.ui.core.Element
|
|
17
17
|
*
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.84.
|
|
19
|
+
* @version 1.84.22
|
|
20
20
|
*
|
|
21
21
|
* @public
|
|
22
22
|
* @since 1.42.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/ui/thirdparty/jquery",
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @extends sap.ui.core.Control
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.84.
|
|
31
|
+
* @version 1.84.22
|
|
32
32
|
*
|
|
33
33
|
* @public
|
|
34
34
|
* @since 1.42.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["./library", "sap/ui/core/Element"], function(library, Element) {
|
|
6
6
|
"use strict";
|
|
@@ -15,7 +15,7 @@ sap.ui.define(["./library", "sap/ui/core/Element"], function(library, Element) {
|
|
|
15
15
|
* @extends sap.ui.core.Element
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.84.
|
|
18
|
+
* @version 1.84.22
|
|
19
19
|
*
|
|
20
20
|
* @public
|
|
21
21
|
* @since 1.42.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/ui/thirdparty/jquery",
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a number of interactive features.
|
|
38
38
|
* @extends sap.ui.core.Control
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.84.
|
|
40
|
+
* @version 1.84.22
|
|
41
41
|
*
|
|
42
42
|
* @public
|
|
43
43
|
* @since 1.42.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
6
6
|
function(library, Element) {
|
|
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
|
16
16
|
* @extends sap.ui.core.Element
|
|
17
17
|
*
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.84.
|
|
19
|
+
* @version 1.84.22
|
|
20
20
|
*
|
|
21
21
|
* @public
|
|
22
22
|
* @since 1.42.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define(["sap/ui/thirdparty/jquery", "sap/m/library", "sap/base/security/encodeXML"], function(jQuery, MobileLibrary, encodeXML) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* <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.
|
|
31
31
|
* @extends sap.ui.core.Control
|
|
32
32
|
*
|
|
33
|
-
* @version 1.84.
|
|
33
|
+
* @version 1.84.22
|
|
34
34
|
* @since 1.48.0
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
// Provides sap.suite.ui.microchart.LineMicroChartEmphasizedPoint control.
|
|
@@ -21,7 +21,7 @@ sap.ui.define(["sap/m/library", "sap/suite/ui/microchart/LineMicroChartPoint"],
|
|
|
21
21
|
* Contains the emphasized point of the line micro chart.
|
|
22
22
|
* @extends sap.suite.ui.microchart.LineMicroChartPoint
|
|
23
23
|
*
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.22
|
|
25
25
|
* @since 1.48.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.84.
|
|
28
|
+
* @version 1.84.22
|
|
29
29
|
* @since 1.60
|
|
30
30
|
*
|
|
31
31
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
// Provides sap.suite.ui.microchart.LineMicroChartPoint control.
|
|
@@ -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.84.
|
|
21
|
+
* @version 1.84.22
|
|
22
22
|
* @since 1.48.0
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @extends sap.ui.core.Control
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.84.
|
|
33
|
+
* @version 1.84.22
|
|
34
34
|
* @since 1.36.0
|
|
35
35
|
*
|
|
36
36
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* <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.
|
|
31
31
|
* @extends sap.ui.core.Control
|
|
32
32
|
*
|
|
33
|
-
* @version 1.84.
|
|
33
|
+
* @version 1.84.22
|
|
34
34
|
* @since 1.44.0
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
// Provides sap.suite.ui.microchart.StackedBarMicroChartBar control.
|
|
@@ -20,7 +20,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", './library', 'sap/ui/core/Element', "
|
|
|
20
20
|
* Contains the values of the stacked bar chart.
|
|
21
21
|
* @extends sap.ui.core.Element
|
|
22
22
|
*
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.22
|
|
24
24
|
* @since 1.44.0
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -19,14 +19,14 @@ sap.ui.define([
|
|
|
19
19
|
* @namespace sap.suite.ui.microchart
|
|
20
20
|
* @name sap.suite.ui.microchart
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.22
|
|
23
23
|
* @public
|
|
24
24
|
*/
|
|
25
25
|
|
|
26
26
|
// delegate further initialization of this library to the Core
|
|
27
27
|
sap.ui.getCore().initLibrary({
|
|
28
28
|
name: "sap.suite.ui.microchart",
|
|
29
|
-
version: "1.84.
|
|
29
|
+
version: "1.84.22",
|
|
30
30
|
// library dependencies
|
|
31
31
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
32
32
|
types: [
|
|
@@ -37,7 +37,7 @@ INFOTILE_LOADING=\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14
|
|
|
37
37
|
SEMANTIC_COLOR_CRITICAL=\u0E04\u0E33\u0E40\u0E15\u0E37\u0E2D\u0E19
|
|
38
38
|
SEMANTIC_COLOR_GOOD=\u0E14\u0E35
|
|
39
39
|
SEMANTIC_COLOR_NEUTRAL=\u0E01\u0E25\u0E32\u0E07\u0E46
|
|
40
|
-
SEMANTIC_COLOR_ERROR=\
|
|
40
|
+
SEMANTIC_COLOR_ERROR=\u0E27\u0E34\u0E01\u0E24\u0E15
|
|
41
41
|
|
|
42
42
|
NO_DATA=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
43
43
|
IS_ACTIVE=\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E44\u0E14\u0E49
|