@sapui5/sap.suite.ui.generic.template 1.120.7 → 1.120.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.generic.template",
3
- "version": "1.120.7",
3
+ "version": "1.120.8",
4
4
  "description": "SAPUI5 Library sap.suite.ui.generic.template",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.120.7</version>
10
+ <version>1.120.8</version>
11
11
 
12
12
  <documentation>Library with generic Suite UI templates.</documentation>
13
13
 
@@ -8,7 +8,7 @@
8
8
  "i18n": "i18n/i18n.properties",
9
9
  "applicationVersion": {
10
10
  "__comment": "applicationVersion oder componentversion??",
11
- "version": "1.120.7"
11
+ "version": "1.120.8"
12
12
  },
13
13
  "title": "{{TITLE}}",
14
14
  "description": "{{DESCRIPTION}}",
@@ -8,7 +8,7 @@
8
8
  "i18n": "i18n/i18n.properties",
9
9
  "applicationVersion": {
10
10
  "__comment": "applicationVersion oder componentversion??",
11
- "version": "1.120.7"
11
+ "version": "1.120.8"
12
12
  },
13
13
  "title": "Canvas",
14
14
  "description": "Canvas Page",
@@ -8,7 +8,7 @@
8
8
  "i18n": "i18n/i18n.properties",
9
9
  "applicationVersion": {
10
10
  "__comment": "applicationVersion oder componentversion??",
11
- "version": "1.120.7"
11
+ "version": "1.120.8"
12
12
  },
13
13
  "title": "{{TITLE}}",
14
14
  "description": "{{DESCRIPTION}}",
@@ -6,7 +6,7 @@
6
6
  "type": "component",
7
7
  "i18n": "i18n/i18n.properties",
8
8
  "applicationVersion": {
9
- "version": "1.120.7"
9
+ "version": "1.120.8"
10
10
  },
11
11
  "title": "{{TITLE}}",
12
12
  "description": "{{DESCRIPTION}}",
@@ -6,7 +6,7 @@
6
6
  "type": "component",
7
7
  "i18n": "i18n/i18n.properties",
8
8
  "applicationVersion": {
9
- "version": "1.120.7"
9
+ "version": "1.120.8"
10
10
  },
11
11
  "title": "{{TITLE}}",
12
12
  "description": "{{DESCRIPTION}}",
@@ -6,7 +6,7 @@
6
6
  "type": "component",
7
7
  "i18n": "i18n/i18n.properties",
8
8
  "applicationVersion": {
9
- "version": "1.120.7"
9
+ "version": "1.120.8"
10
10
  },
11
11
  "title": "{{TITLE}}",
12
12
  "description": "{{DESCRIPTION}}",
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  var fnGetColorFromAnnotations = function (sCriticalityPath) {
16
16
  if (sCriticalityPath) {
17
17
  var sColorExp = sCriticalityPath.indexOf('/') > -1 ? sCriticalityPath.replaceAll('/', '.') : sCriticalityPath;
18
- return "${if(" + sColorExp + " == '0', 'Default', if(" + sColorExp + " == '1' , 'Attention', if(" + sColorExp + " == '2' , 'Warning', 'Good')))}";
18
+ return "${if(int(" + sColorExp + ") == 0, 'Default', if(int(" + sColorExp + ") == 1 , 'Attention', if(int(" + sColorExp + ") == 2 , 'Warning', 'Good')))}";
19
19
  }
20
20
  return 'Default';
21
21
  };
@@ -280,7 +280,7 @@ sap.ui.define([
280
280
  return oPath !== oField.path && oPath.indexOf("##@@") === -1;
281
281
  });
282
282
  }
283
- var sValue = oField.edmType === "Edm.Decimal" ? "${formatNumber(" + oField.path + ", 2)}" : "${" + oField.path + "}";
283
+ var sValue = oField.edmType === "Edm.Decimal" ? "${formatNumber(float(" + oField.path + "), 2)}" : "${" + oField.path + "}";
284
284
  var sId = "";
285
285
  var sDescription = "";
286
286
  var sPath;
@@ -907,7 +907,7 @@ sap.ui.define([
907
907
  * @extends sap.ui.core.UIComponent
908
908
  * @abstract
909
909
  * @author SAP SE
910
- * @version 1.120.7
910
+ * @version 1.120.8
911
911
  * @name sap.suite.ui.generic.template.lib.AppComponent
912
912
  */
913
913
  return UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
@@ -3051,7 +3051,7 @@ sap.ui.define(["sap/ui/base/Object",
3051
3051
  * @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
3052
3052
  * @public
3053
3053
  * @extends sap.ui.base.Object
3054
- * @version 1.120.7
3054
+ * @version 1.120.8
3055
3055
  * @since 1.30.0
3056
3056
  * @alias sap.suite.ui.generic.template.lib.NavigationController
3057
3057
  */
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  interfaces: [],
61
61
  controls: [],
62
62
  elements: [],
63
- version: "1.120.7",
63
+ version: "1.120.8",
64
64
  extensions: {
65
65
  //Configuration used for rule loading of Support Assistant
66
66
  "sap.ui.support": {