@sapui5/sap.suite.ui.microchart 1.96.38 → 1.96.39
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_da.properties +4 -4
- package/src/sap/suite/ui/microchart/messagebundle_hu.properties +1 -1
- package/src/sap/suite/ui/microchart/messagebundle_kk.properties +1 -1
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.39
|
|
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.39
|
|
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.39
|
|
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.39
|
|
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.39
|
|
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.39
|
|
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.39
|
|
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.39
|
|
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.39",
|
|
30
30
|
// library dependencies
|
|
31
31
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
32
32
|
types: [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#
|
|
3
3
|
|
|
4
4
|
#XTOL: name of line micro chart used in aria label
|
|
5
|
-
LINEMICROCHART=
|
|
5
|
+
LINEMICROCHART=Linjediagram mikro
|
|
6
6
|
#XTOL: tooltip for start
|
|
7
7
|
LINEMICROCHART_START=Start
|
|
8
8
|
#XTOL: tooltip for end
|
|
@@ -23,7 +23,7 @@ AREAMICROCHART_ACTUAL_VALUES=Faktiske v\u00E6rdier
|
|
|
23
23
|
#XTOL: tooltip for target values
|
|
24
24
|
AREAMICROCHART_TARGET_VALUES=M\u00E5lv\u00E6rdier
|
|
25
25
|
#XTOL: tooltip for line and its number
|
|
26
|
-
AREAMICROCHART_LINE=
|
|
26
|
+
AREAMICROCHART_LINE=Linje {0}
|
|
27
27
|
|
|
28
28
|
#XTOL: name of bullet micro chart used in aria label
|
|
29
29
|
BULLETMICROCHART=Bullet-diagram mikro
|
|
@@ -109,7 +109,7 @@ ACC_CTR_TYPE_DELTAMICROCHART=Visualisering af deltadiagram
|
|
|
109
109
|
ACC_CTR_TYPE_HARVEYBALLMICROCHART=Visualisering af Harvey Ball-diagram
|
|
110
110
|
|
|
111
111
|
#XACT: type of a UI control is a LineMicroChart
|
|
112
|
-
ACC_CTR_TYPE_LINEMICROCHART=Visualisering af
|
|
112
|
+
ACC_CTR_TYPE_LINEMICROCHART=Visualisering af linjediagram
|
|
113
113
|
|
|
114
114
|
#XACT: type of a UI control is a RadialMicroChart
|
|
115
115
|
ACC_CTR_TYPE_RADIALMICROCHART=Visualisering af diagram
|
|
@@ -124,4 +124,4 @@ INTERACTIVEBARCHART=Interaktivt bj\u00E6lkediagram
|
|
|
124
124
|
INTERACTIVEDONUTCHART=Interaktivt kransediagram
|
|
125
125
|
|
|
126
126
|
#XACT: type of a UI control is a InteractiveLineChart
|
|
127
|
-
INTERACTIVELINECHART=Interaktivt
|
|
127
|
+
INTERACTIVELINECHART=Interaktivt linjediagram
|
|
@@ -19,7 +19,7 @@ AREAMICROCHART_MINIMAL_VALUE=Minim\u00E1lis \u00E9rt\u00E9k
|
|
|
19
19
|
#XTOL: tooltip for maximal value
|
|
20
20
|
AREAMICROCHART_MAXIMAL_VALUE=Maxim\u00E1lis \u00E9rt\u00E9k
|
|
21
21
|
#XTOL: tooltip for actual value
|
|
22
|
-
AREAMICROCHART_ACTUAL_VALUES=T\u00E9ny
|
|
22
|
+
AREAMICROCHART_ACTUAL_VALUES=T\u00E9ny\u00E9rt\u00E9kek
|
|
23
23
|
#XTOL: tooltip for target values
|
|
24
24
|
AREAMICROCHART_TARGET_VALUES=C\u00E9l\u00E9rt\u00E9kek
|
|
25
25
|
#XTOL: tooltip for line and its number
|
|
@@ -73,7 +73,7 @@ SEMANTIC_COLOR_NEUTRAL=\u0411\u0435\u0439\u0442\u0430\u0440\u0430\u043F
|
|
|
73
73
|
SEMANTIC_COLOR_ERROR=\u041A\u0440\u0438\u0442\u0438\u043A\u0430\u043B\u044B\u049B
|
|
74
74
|
|
|
75
75
|
#XTXT: text rendered instead of control when there are no data
|
|
76
|
-
NO_DATA=\u0414\u0435\u0440\u0435\u043A
|
|
76
|
+
NO_DATA=\u0414\u0435\u0440\u0435\u043A \u0436\u043E\u049B
|
|
77
77
|
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
78
78
|
IS_ACTIVE=\u0456\u0441\u0442\u0435\u043F \u0442\u04B1\u0440
|
|
79
79
|
|