@sapui5/sap.suite.ui.microchart 1.106.0 → 1.108.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 (30) 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 -2
  4. package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +1 -2
  5. package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +1 -2
  6. package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +1 -2
  7. package/src/sap/suite/ui/microchart/BulletMicroChart.js +1 -2
  8. package/src/sap/suite/ui/microchart/BulletMicroChartData.js +1 -2
  9. package/src/sap/suite/ui/microchart/ColumnMicroChart.js +1 -2
  10. package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +1 -2
  11. package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +1 -2
  12. package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +1 -2
  13. package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +1 -2
  14. package/src/sap/suite/ui/microchart/DeltaMicroChart.js +1 -2
  15. package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +1 -2
  16. package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +1 -2
  17. package/src/sap/suite/ui/microchart/InteractiveBarChart.js +1 -2
  18. package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +1 -2
  19. package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +1 -2
  20. package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +1 -2
  21. package/src/sap/suite/ui/microchart/InteractiveLineChart.js +1 -2
  22. package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +1 -2
  23. package/src/sap/suite/ui/microchart/LineMicroChart.js +1 -2
  24. package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +1 -2
  25. package/src/sap/suite/ui/microchart/LineMicroChartLine.js +1 -2
  26. package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +1 -2
  27. package/src/sap/suite/ui/microchart/RadialMicroChart.js +1 -2
  28. package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +1 -2
  29. package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +1 -2
  30. package/src/sap/suite/ui/microchart/library.js +2 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.microchart",
3
- "version": "1.106.0",
3
+ "version": "1.108.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-2022 SAP SE. All rights reserved.</copyright>
8
- <version>1.106.0</version>
8
+ <version>1.108.0</version>
9
9
 
10
10
  <documentation>UI5 library: sap.suite.ui.microchart</documentation>
11
11
 
@@ -35,12 +35,11 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.106.0
38
+ * @version 1.108.0
39
39
  * @since 1.34
40
40
  *
41
41
  * @public
42
42
  * @alias sap.suite.ui.microchart.AreaMicroChart
43
- * @ui5-metamodel This control will also be described in the UI5 (legacy) design time metamodel
44
43
  */
45
44
  var AreaMicroChart = Control.extend("sap.suite.ui.microchart.AreaMicroChart", /** @lends sap.suite.ui.microchart.AreaMicroChart.prototype */ {
46
45
  metadata: {
@@ -20,12 +20,11 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.106.0
23
+ * @version 1.108.0
24
24
  * @since 1.34
25
25
  *
26
26
  * @public
27
27
  * @alias sap.suite.ui.microchart.AreaMicroChartItem
28
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
29
28
  */
30
29
  var AreaMicroChartItem = Element.extend("sap.suite.ui.microchart.AreaMicroChartItem", /** @lends sap.suite.ui.microchart.AreaMicroChartItem.prototype */ {
31
30
  metadata: {
@@ -17,12 +17,11 @@ 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.106.0
20
+ * @version 1.108.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @public
24
24
  * @alias sap.suite.ui.microchart.AreaMicroChartLabel
25
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
26
25
  */
27
26
  var AreaMicroChartLabel = Element.extend("sap.suite.ui.microchart.AreaMicroChartLabel", /** @lends sap.suite.ui.microchart.AreaMicroChartLabel.prototype */ {
28
27
  metadata : {
@@ -18,12 +18,11 @@ 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.106.0
21
+ * @version 1.108.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @public
25
25
  * @alias sap.suite.ui.microchart.AreaMicroChartPoint
26
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
27
26
  */
28
27
  var AreaMicroChartPoint = Element.extend("sap.suite.ui.microchart.AreaMicroChartPoint", /** @lends sap.suite.ui.microchart.AreaMicroChartPoint.prototype */ {
29
28
  metadata : {
@@ -41,12 +41,11 @@ sap.ui.define([
41
41
  * <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.
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
- * @version 1.106.0
44
+ * @version 1.108.0
45
45
  * @since 1.34
46
46
  *
47
47
  * @public
48
48
  * @alias sap.suite.ui.microchart.BulletMicroChart
49
- * @ui5-metamodel This control will also be described in the UI5 (legacy) design time metamodel
50
49
  */
51
50
  var BulletMicroChart = Control.extend("sap.suite.ui.microchart.BulletMicroChart", /** @lends sap.suite.ui.microchart.BulletMicroChart.prototype */ { metadata : {
52
51
 
@@ -17,13 +17,12 @@ 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.106.0
20
+ * @version 1.108.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @constructor
24
24
  * @public
25
25
  * @alias sap.suite.ui.microchart.BulletMicroChartData
26
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
27
26
  */
28
27
  var BulletMicroChartData = Element.extend("sap.suite.ui.microchart.BulletMicroChartData", /** @lends sap.suite.ui.microchart.BulletMicroChartData.prototype */ { metadata : {
29
28
  library: "sap.suite.ui.microchart",
@@ -38,12 +38,11 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.106.0
41
+ * @version 1.108.0
42
42
  * @since 1.34
43
43
  *
44
44
  * @public
45
45
  * @alias sap.suite.ui.microchart.ColumnMicroChart
46
- * @ui5-metamodel This control will also be described in the UI5 (legacy) designtime metamodel
47
46
  */
48
47
  var ColumnMicroChart = Control.extend("sap.suite.ui.microchart.ColumnMicroChart", /** @lends sap.suite.ui.microchart.ColumnMicroChart.prototype */ {
49
48
  metadata: {
@@ -17,12 +17,11 @@ 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.106.0
20
+ * @version 1.108.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @public
24
24
  * @alias sap.suite.ui.microchart.ColumnMicroChartData
25
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
26
25
  */
27
26
  var ColumnMicroChartData = Element.extend("sap.suite.ui.microchart.ColumnMicroChartData", /** @lends sap.suite.ui.microchart.ColumnMicroChartData.prototype */ {
28
27
  metadata : {
@@ -18,12 +18,11 @@ 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.106.0
21
+ * @version 1.108.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @public
25
25
  * @alias sap.suite.ui.microchart.ColumnMicroChartLabel
26
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
27
26
  */
28
27
  var ColumnMicroChartLabel = Element.extend("sap.suite.ui.microchart.ColumnMicroChartLabel", /** @lends sap.suite.ui.microchart.ColumnMicroChartLabel.prototype */ {
29
28
  metadata : {
@@ -33,12 +33,11 @@ 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.106.0
36
+ * @version 1.108.0
37
37
  * @since 1.34
38
38
  *
39
39
  * @public
40
40
  * @alias sap.suite.ui.microchart.ComparisonMicroChart
41
- * @ui5-metamodel This control will also be described in the UI5 (legacy) design time metamodel
42
41
  */
43
42
  var ComparisonMicroChart = Control.extend("sap.suite.ui.microchart.ComparisonMicroChart", /** @lends sap.suite.ui.microchart.ComparisonMicroChart.prototype */ { metadata : {
44
43
 
@@ -17,13 +17,12 @@ 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.106.0
20
+ * @version 1.108.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @constructor
24
24
  * @public
25
25
  * @alias sap.suite.ui.microchart.ComparisonMicroChartData
26
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
27
26
  */
28
27
  var ComparisonMicroChartData = Element.extend("sap.suite.ui.microchart.ComparisonMicroChartData", /** @lends sap.suite.ui.microchart.ComparisonMicroChartData.prototype */ {
29
28
  metadata : {
@@ -44,12 +44,11 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Control
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.106.0
47
+ * @version 1.108.0
48
48
  * @since 1.34
49
49
  *
50
50
  * @public
51
51
  * @alias sap.suite.ui.microchart.DeltaMicroChart
52
- * @ui5-metamodel This control will also be described in the UI5 (legacy) designtime metamodel
53
52
  */
54
53
  var DeltaMicroChart = Control.extend("sap.suite.ui.microchart.DeltaMicroChart", /** @lends sap.suite.ui.microchart.DeltaMicroChart.prototype */ { metadata: {
55
54
 
@@ -35,12 +35,11 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.106.0
38
+ * @version 1.108.0
39
39
  * @since 1.34
40
40
  *
41
41
  * @public
42
42
  * @alias sap.suite.ui.microchart.HarveyBallMicroChart
43
- * @ui5-metamodel This control will also be described in the UI5 (legacy) designtime metamodel
44
43
  */
45
44
  var HarveyBallMicroChart = Control.extend("sap.suite.ui.microchart.HarveyBallMicroChart", /** @lends sap.suite.ui.microchart.HarveyBallMicroChart.prototype */ {
46
45
  metadata: {
@@ -20,12 +20,11 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.106.0
23
+ * @version 1.108.0
24
24
  * @since 1.34
25
25
  *
26
26
  * @public
27
27
  * @alias sap.suite.ui.microchart.HarveyBallMicroChartItem
28
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
29
28
  */
30
29
  var HarveyBallMicroChartItem = Element.extend("sap.suite.ui.microchart.HarveyBallMicroChartItem", /** @lends sap.suite.ui.microchart.HarveyBallMicroChartItem.prototype */ {
31
30
  metadata: {
@@ -30,13 +30,12 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.106.0
33
+ * @version 1.108.0
34
34
  *
35
35
  * @public
36
36
  * @since 1.42.0
37
37
  * @constructor
38
38
  * @alias sap.suite.ui.microchart.InteractiveBarChart
39
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
39
  *
41
40
  */
42
41
  var InteractiveBarChart = Control.extend("sap.suite.ui.microchart.InteractiveBarChart", /** @lends sap.suite.ui.microchart.InteractiveBarChart.prototype */ {
@@ -16,13 +16,12 @@ 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.106.0
19
+ * @version 1.108.0
20
20
  *
21
21
  * @public
22
22
  * @since 1.42.0
23
23
  * @constructor
24
24
  * @alias sap.suite.ui.microchart.InteractiveBarChartBar
25
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
26
25
  */
27
26
  var InteractiveBarChartBar = Element.extend("sap.suite.ui.microchart.InteractiveBarChartBar", /** @lends sap.suite.ui.microchart.InteractiveBarChartBar.prototype */ {
28
27
  metadata: {
@@ -31,13 +31,12 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.106.0
34
+ * @version 1.108.0
35
35
  *
36
36
  * @public
37
37
  * @since 1.42.0
38
38
  * @constructor
39
39
  * @alias sap.suite.ui.microchart.InteractiveDonutChart
40
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
41
40
  */
42
41
  var InteractiveDonutChart = Control.extend("sap.suite.ui.microchart.InteractiveDonutChart", /** @lends sap.suite.ui.microchart.InteractiveDonutChart.prototype */ {
43
42
  metadata: {
@@ -15,13 +15,12 @@ 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.106.0
18
+ * @version 1.108.0
19
19
  *
20
20
  * @public
21
21
  * @since 1.42.0
22
22
  * @constructor
23
23
  * @alias sap.suite.ui.microchart.InteractiveDonutChartSegment
24
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
25
24
  */
26
25
  var InteractiveDonutChartSegment = Element.extend("sap.suite.ui.microchart.InteractiveDonutChartSegment", /** @lends sap.suite.ui.microchart.InteractiveDonutChartSegment.prototype */ {
27
26
  metadata: {
@@ -41,13 +41,12 @@ 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.106.0
44
+ * @version 1.108.0
45
45
  *
46
46
  * @public
47
47
  * @since 1.42.0
48
48
  * @constructor
49
49
  * @alias sap.suite.ui.microchart.InteractiveLineChart
50
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
51
50
  */
52
51
  var InteractiveLineChart = Control.extend("sap.suite.ui.microchart.InteractiveLineChart", /** @lends sap.suite.ui.microchart.InteractiveLineChart.prototype */ {
53
52
  metadata : {
@@ -16,13 +16,12 @@ 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.106.0
19
+ * @version 1.108.0
20
20
  *
21
21
  * @public
22
22
  * @since 1.42.0
23
23
  * @constructor
24
24
  * @alias sap.suite.ui.microchart.InteractiveLineChartPoint
25
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
26
25
  */
27
26
  var InteractiveLineChartPoint = Element.extend("sap.suite.ui.microchart.InteractiveLineChartPoint", /** @lends sap.suite.ui.microchart.InteractiveLineChartPoint.prototype */ {
28
27
  metadata: {
@@ -30,12 +30,11 @@ 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.106.0
33
+ * @version 1.108.0
34
34
  * @since 1.48.0
35
35
  *
36
36
  * @public
37
37
  * @alias sap.suite.ui.microchart.LineMicroChart
38
- * @ui5-metamodel This control will also be described in the UI5 (legacy) designtime metamodel
39
38
  */
40
39
  var LineMicroChart = Control.extend("sap.suite.ui.microchart.LineMicroChart", /** @lends sap.suite.ui.microchart.LineMicroChart.prototype */ {
41
40
  metadata: {
@@ -21,13 +21,12 @@ 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.106.0
24
+ * @version 1.108.0
25
25
  * @since 1.48.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
29
29
  * @alias sap.suite.ui.microchart.LineMicroChartEmphasizedPoint
30
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
31
30
  */
32
31
  var LineMicroChartEmphasizedPoint = LineMicroChartPoint.extend("sap.suite.ui.microchart.LineMicroChartEmphasizedPoint", /** @lends sap.suite.ui.microchart.LineMicroChartEmphasizedPoint.prototype */ {
33
32
  metadata: {
@@ -25,12 +25,11 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.106.0
28
+ * @version 1.108.0
29
29
  * @since 1.60
30
30
  *
31
31
  * @public
32
32
  * @alias sap.suite.ui.microchart.LineMicroChartLine
33
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
34
33
  */
35
34
  var LineMicroChartLine = Element.extend("sap.suite.ui.microchart.LineMicroChartLine", /** @lends sap.suite.ui.microchart.LineMicroChartLine.prototype */ {
36
35
  metadata: {
@@ -18,13 +18,12 @@ 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.106.0
21
+ * @version 1.108.0
22
22
  * @since 1.48.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
26
26
  * @alias sap.suite.ui.microchart.LineMicroChartPoint
27
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
28
27
  */
29
28
  var LineMicroChartPoint = Element.extend("sap.suite.ui.microchart.LineMicroChartPoint", /** @lends sap.suite.ui.microchart.LineMicroChartPoint.prototype */ {
30
29
  metadata: {
@@ -30,13 +30,12 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.106.0
33
+ * @version 1.108.0
34
34
  * @since 1.36.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
38
38
  * @alias sap.suite.ui.microchart.RadialMicroChart
39
- * @ui5-metamodel This control will also be described in the UI5 (legacy) designtime metamodel
40
39
  */
41
40
  var RadialMicroChart = Control.extend("sap.suite.ui.microchart.RadialMicroChart", /** @lends sap.suite.ui.microchart.RadialMicroChart.prototype */ {
42
41
  /**
@@ -30,12 +30,11 @@ 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.106.0
33
+ * @version 1.108.0
34
34
  * @since 1.44.0
35
35
  *
36
36
  * @public
37
37
  * @alias sap.suite.ui.microchart.StackedBarMicroChart
38
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
39
38
  */
40
39
  var StackedBarMicroChart = Control.extend("sap.suite.ui.microchart.StackedBarMicroChart", /** @lends sap.suite.ui.microchart.StackedBarMicroChart.prototype */ {
41
40
  metadata : {
@@ -20,13 +20,12 @@ 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.106.0
23
+ * @version 1.108.0
24
24
  * @since 1.44.0
25
25
  *
26
26
  * @constructor
27
27
  * @public
28
28
  * @alias sap.suite.ui.microchart.StackedBarMicroChartBar
29
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
30
29
  */
31
30
  var StackedBarMicroChartBar = Element.extend("sap.suite.ui.microchart.StackedBarMicroChartBar", /** @lends sap.suite.ui.microchart.StackedBarMicroChartBar.prototype */ {
32
31
  metadata : {
@@ -21,12 +21,12 @@ sap.ui.define([
21
21
  * @namespace
22
22
  * @alias sap.suite.ui.microchart
23
23
  * @author SAP SE
24
- * @version 1.106.0
24
+ * @version 1.108.0
25
25
  * @public
26
26
  */
27
27
  var thisLib = sap.ui.getCore().initLibrary({
28
28
  name: "sap.suite.ui.microchart",
29
- version: "1.106.0",
29
+ version: "1.108.0",
30
30
  // library dependencies
31
31
  dependencies: ["sap.ui.core", "sap.m"],
32
32
  types: [
@@ -79,7 +79,6 @@ sap.ui.define([
79
79
  *
80
80
  * @enum {string}
81
81
  * @public
82
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
83
82
  * @since 1.34
84
83
  */
85
84
  thisLib.AreaMicroChartViewType = {
@@ -103,7 +102,6 @@ sap.ui.define([
103
102
  *
104
103
  * @enum {string}
105
104
  * @public
106
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
107
105
  * @since 1.34
108
106
  */
109
107
  thisLib.BulletMicroChartModeType = {
@@ -125,7 +123,6 @@ sap.ui.define([
125
123
  *
126
124
  * @enum {string}
127
125
  * @public
128
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
129
126
  * @since 1.34
130
127
  */
131
128
  thisLib.CommonBackgroundType = {
@@ -189,7 +186,6 @@ sap.ui.define([
189
186
  *
190
187
  * @enum {string}
191
188
  * @public
192
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel*
193
189
  * @since 1.60
194
190
  */
195
191
  thisLib.LineType = {
@@ -217,7 +213,6 @@ sap.ui.define([
217
213
  *
218
214
  * @enum {string}
219
215
  * @public
220
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel*
221
216
  * @since 1.62
222
217
  */
223
218
  thisLib.HorizontalAlignmentType = {
@@ -245,7 +240,6 @@ sap.ui.define([
245
240
  *
246
241
  * @enum {string}
247
242
  * @public
248
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
249
243
  * @since 1.34
250
244
  */
251
245
  thisLib.ComparisonMicroChartViewType = {
@@ -275,7 +269,6 @@ sap.ui.define([
275
269
  *
276
270
  * @enum {string}
277
271
  * @public
278
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
279
272
  * @since 1.61
280
273
  */
281
274
  thisLib.DeltaMicroChartViewType = {