@sapui5/sap.suite.ui.microchart 1.96.32 → 1.96.34
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/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/messagebundle_en_US_saptrc.properties +127 -75
package/package.json
CHANGED
|
@@ -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.96.
|
|
20
|
+
* @version 1.96.34
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @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.96.
|
|
43
|
+
* @version 1.96.34
|
|
44
44
|
* @since 1.34
|
|
45
45
|
*
|
|
46
46
|
* @public
|
|
@@ -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.96.
|
|
36
|
+
* @version 1.96.34
|
|
37
37
|
* @since 1.34
|
|
38
38
|
*
|
|
39
39
|
* @public
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a number of interactive features.
|
|
42
42
|
* @extends sap.ui.core.Control
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.96.
|
|
44
|
+
* @version 1.96.34
|
|
45
45
|
*
|
|
46
46
|
* @public
|
|
47
47
|
* @since 1.42.0
|
|
@@ -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.96.
|
|
33
|
+
* @version 1.96.34
|
|
34
34
|
* @since 1.48.0
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
@@ -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.96.
|
|
24
|
+
* @version 1.96.34
|
|
25
25
|
* @since 1.48.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
@@ -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.96.
|
|
33
|
+
* @version 1.96.34
|
|
34
34
|
* @since 1.44.0
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
@@ -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.96.
|
|
22
|
+
* @version 1.96.34
|
|
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.96.
|
|
29
|
+
version: "1.96.34",
|
|
30
30
|
// library dependencies
|
|
31
31
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
32
32
|
types: [
|
|
@@ -1,75 +1,127 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
1
|
+
#This is the resource bundle for the sap.suite.ui.microchart library
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
#XTOL: name of line micro chart used in aria label
|
|
5
|
+
LINEMICROCHART=bnvGF6S4Lb1eZtKpCfmcAA_Line Micro Chart
|
|
6
|
+
#XTOL: tooltip for start
|
|
7
|
+
LINEMICROCHART_START=jxkio+k3KQsRmuGx14XEbQ_Start
|
|
8
|
+
#XTOL: tooltip for end
|
|
9
|
+
LINEMICROCHART_END=n/UtbHnER96LQtd1w2Ei7w_End
|
|
10
|
+
|
|
11
|
+
#XTOL: name of area micro chart used in aria label
|
|
12
|
+
AREAMICROCHART=wOFB+MzRTvemXPLWx38IDw_Area Micro Chart
|
|
13
|
+
#XTOL: tooltip for start
|
|
14
|
+
AREAMICROCHART_START=cB9x91VUIZSf6wtX83TqEQ_Start
|
|
15
|
+
#XTOL: tooltip for end
|
|
16
|
+
AREAMICROCHART_END=n07RPd1X/mDK8vTcj876Pg_End
|
|
17
|
+
#XTOL: tooltip for minimal value
|
|
18
|
+
AREAMICROCHART_MINIMAL_VALUE=7Ipq+DZacPMSBj65QzJrgg_Minimal value
|
|
19
|
+
#XTOL: tooltip for maximal value
|
|
20
|
+
AREAMICROCHART_MAXIMAL_VALUE=LjdqnmA/DBZ60dpw01HVDQ_Maximal value
|
|
21
|
+
#XTOL: tooltip for actual value
|
|
22
|
+
AREAMICROCHART_ACTUAL_VALUES=gezg8Wom2XSUwesH5v5lWg_Actual values
|
|
23
|
+
#XTOL: tooltip for target values
|
|
24
|
+
AREAMICROCHART_TARGET_VALUES=NmWQNoFpMhery7zZL7UpJg_Target values
|
|
25
|
+
#XTOL: tooltip for line and its number
|
|
26
|
+
AREAMICROCHART_LINE=riVkz3kbTiPspoxxt/uSJw_Line {0}
|
|
27
|
+
|
|
28
|
+
#XTOL: name of bullet micro chart used in aria label
|
|
29
|
+
BULLETMICROCHART=T90W204ZQEEGGPMwYmfC0A_Bullet Micro Chart
|
|
30
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
31
|
+
BULLETMICROCHART_DELTA_TOOLTIP=Z2KNebntQPCrbLilRRcknQ_Delta {0} {1}
|
|
32
|
+
#XTOL: tooltip for actual value. 0 - value, 1 - semantic color
|
|
33
|
+
BULLETMICROCHART_ACTUAL_TOOLTIP=nBl/5QN53br/XJ2yv/MCKQ_Actual {0} {1}
|
|
34
|
+
#XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
|
|
35
|
+
BULLETMICROCHART_FORECAST_TOOLTIP=j3veuQZUy4p+3e2e9uF+4w_Forecast {0} {1}
|
|
36
|
+
#XTOL: tooltip for target value. 0 - value
|
|
37
|
+
BULLETMICROCHART_TARGET_TOOLTIP=0m6/3Drt70PRH+lmez20nQ_Target {0}
|
|
38
|
+
#XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
|
|
39
|
+
BULLETMICROCHART_THRESHOLD_TOOLTIP=SIOs+LQCmDEudZ7SQTyv/A_Threshold {0} {1}
|
|
40
|
+
|
|
41
|
+
#XTOL: name of column micro chart used in aria label
|
|
42
|
+
COLUMNMICROCHART=oT2wXgcIkZ6/Z8/H49j3oA_Column Micro Chart
|
|
43
|
+
#XTOL: tooltip for start
|
|
44
|
+
COLUMNMICROCHART_START=sKli86sLtghDfn0ZvWDLHA_Start
|
|
45
|
+
#XTOL: tooltip for end
|
|
46
|
+
COLUMNMICROCHART_END=f6ES2FQIOcEwx32zt0lEHQ_End
|
|
47
|
+
|
|
48
|
+
#XTOL: name of comparison micro chart used in aria label
|
|
49
|
+
COMPARISONMICROCHART=Ktnq6jM0meofTozz6dxxKg_Comparison Micro Chart
|
|
50
|
+
|
|
51
|
+
#XTOL: name of delta micro chart used in aria label
|
|
52
|
+
DELTAMICROCHART=RK9CHxzVF9yIByALOXbAzA_Delta Micro Chart
|
|
53
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
54
|
+
DELTAMICROCHART_DELTA_TOOLTIP=smbSbO7OrYKVLUuY2blXPA_Delta {0} {1}
|
|
55
|
+
|
|
56
|
+
#XTOL: name of harvey ball micro chart used in aria label
|
|
57
|
+
HARVEYBALLMICROCHART=y4kYizM39lw7/J5EW/QWlQ_Harvey Ball Micro Chart
|
|
58
|
+
#XTOL: tooltip for Total value
|
|
59
|
+
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=0I3Mn0E6VebUxPgpi8f2eg_Total
|
|
60
|
+
|
|
61
|
+
#XFLD: text that will be read when tile cannot be loaded
|
|
62
|
+
INFOTILE_CANNOT_LOAD_TILE=PEkDVakplKepsrzjIgE9Gw_Cannot load tile
|
|
63
|
+
#XFLD: text that will be read while tile is loading
|
|
64
|
+
INFOTILE_LOADING=5x9+eLbGJFqazj8Kh7sd/g_Loading
|
|
65
|
+
|
|
66
|
+
#XTXT: text for critical color
|
|
67
|
+
SEMANTIC_COLOR_CRITICAL=aCcVRzYvHhWrACfQ7tIE3w_Warning
|
|
68
|
+
#XTXT: text for good color
|
|
69
|
+
SEMANTIC_COLOR_GOOD=hh3hZsfI+F3jRDzWyuiymg_Good
|
|
70
|
+
#XTXT: text for neutral color
|
|
71
|
+
SEMANTIC_COLOR_NEUTRAL=r2bq6iZMHcj3SONkbPXzaQ_Neutral
|
|
72
|
+
#XTXT: text for error color
|
|
73
|
+
SEMANTIC_COLOR_ERROR=sgDhxDb2FEcUIOLD9/RtHw_Critical
|
|
74
|
+
|
|
75
|
+
#XTXT: text rendered instead of control when there are no data
|
|
76
|
+
NO_DATA=c5ZZYBiLuHB94Vwqw3sl4A_No data
|
|
77
|
+
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
78
|
+
IS_ACTIVE=me0b8COWjAfIoi5hsfIESQ_is active
|
|
79
|
+
|
|
80
|
+
#XFLD: Label text for not available values in InteractiveChart - if possible, use an abbreviation or short text in target languages
|
|
81
|
+
INTERACTIVECHART_NA=RO6ozu4DRuphlB4zRLEoFw_N/A
|
|
82
|
+
|
|
83
|
+
#XTOL: name of radial micro chart used in aria label
|
|
84
|
+
RADIALMICROCHART=83nQwUS2PUEouaOFhi09Mg_Radial Micro Chart
|
|
85
|
+
#XFLD: aria label text for RadialMicroChart
|
|
86
|
+
RADIALMICROCHART_ARIA_LABEL=TIN61GNMbbsfPDBpJkw5Zg_{0}%, status {1}
|
|
87
|
+
#XFLD: text with percentage value for RadialMicroChart
|
|
88
|
+
RADIALMICROCHART_PERCENTAGE_TEXT=ulJUhaL58SQa+VeF98hM6Q_{0}%
|
|
89
|
+
|
|
90
|
+
#XTOL: name of stacked bar micro chart used in aria label
|
|
91
|
+
STACKEDBARMICROCHART=u0R271yxPcfSJGF8ivvXug_Stacked Bar Micro Chart
|
|
92
|
+
|
|
93
|
+
#XACT: type of a UI control is an AreaMicroChart
|
|
94
|
+
ACC_CTR_TYPE_AREAMICROCHART=InXF2ptJgyYMkIuaQ3OSZw_Area Chart Visualization
|
|
95
|
+
|
|
96
|
+
#XACT: type of a UI control is a BulletMicroChart
|
|
97
|
+
ACC_CTR_TYPE_BULLETMICROCHART=fq0JrEA0yXqTv9VYPidFdA_Bullet Chart Visualization
|
|
98
|
+
|
|
99
|
+
#XACT: type of a UI control is a ColumnMicroChart
|
|
100
|
+
ACC_CTR_TYPE_COLUMNMICROCHART=EU8mtovCiqOH5Vo7Bn134Q_Column Chart Visualization
|
|
101
|
+
|
|
102
|
+
#XACT: type of a UI control is a ComparisonMicroChart
|
|
103
|
+
ACC_CTR_TYPE_COMPARISONMICROCHART=I0sRa+IutP+mkkGuOdqn2g_Comparison Chart Visualization
|
|
104
|
+
|
|
105
|
+
#XACT: type of a UI control is a DeltaMicroChart
|
|
106
|
+
ACC_CTR_TYPE_DELTAMICROCHART=EUL2Oo3kjYycsFjfo1AZEw_Delta Chart Visualization
|
|
107
|
+
|
|
108
|
+
#XACT: type of a UI control is a HarveyBallMicroChart
|
|
109
|
+
ACC_CTR_TYPE_HARVEYBALLMICROCHART=nzj0dFXRxejW2JhzvNmpwg_Harvey Ball Chart Visualization
|
|
110
|
+
|
|
111
|
+
#XACT: type of a UI control is a LineMicroChart
|
|
112
|
+
ACC_CTR_TYPE_LINEMICROCHART=VKJNV3ivb2cxWv6WWxthdw_Line Chart Visualization
|
|
113
|
+
|
|
114
|
+
#XACT: type of a UI control is a RadialMicroChart
|
|
115
|
+
ACC_CTR_TYPE_RADIALMICROCHART=T30lAIoFhSLnlHouXfmYtQ_Chart Visualization
|
|
116
|
+
|
|
117
|
+
#XACT: type of a UI control is a StackedBarMicroChart
|
|
118
|
+
ACC_CTR_TYPE_STACKEDBARMICROCHART=XrxTDwP2ZTwgt18KHFWVOA_Stacked Bar Chart Visualization
|
|
119
|
+
|
|
120
|
+
#XACT: type of a UI control is a InteractiveBarChart
|
|
121
|
+
INTERACTIVEBARCHART=dCV2chYaKpFZmaFNxdaZgw_Interactive Bar Chart
|
|
122
|
+
|
|
123
|
+
#XACT: type of a UI control is a InteractiveDonutChart
|
|
124
|
+
INTERACTIVEDONUTCHART=+p0KCqSCR9z9Ws+y2Q/O3A_Interactive Donut Chart
|
|
125
|
+
|
|
126
|
+
#XACT: type of a UI control is a InteractiveLineChart
|
|
127
|
+
INTERACTIVELINECHART=eUbd9t3sAVwvz942/hDbmQ_Interactive Line Chart
|