@openui5/sap.ui.suite 1.96.39 → 1.96.41
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": "@openui5/sap.ui.suite",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.41",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.suite",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.96.
|
|
17
|
+
"@openui5/sap.ui.core": "1.96.41"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.96.
|
|
9
|
+
<version>1.96.41</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UI library: sap.ui.suite (by SAP, Author)</documentation>
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
|
|
|
16
16
|
// delegate further initialization of this library to the Core
|
|
17
17
|
sap.ui.getCore().initLibrary({
|
|
18
18
|
name : "sap.ui.suite",
|
|
19
|
-
version: "1.96.
|
|
19
|
+
version: "1.96.41",
|
|
20
20
|
dependencies : ["sap.ui.core"],
|
|
21
21
|
types: [
|
|
22
22
|
"sap.ui.suite.TaskCircleColor"
|
|
@@ -36,7 +36,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
|
|
|
36
36
|
* @namespace
|
|
37
37
|
* @alias sap.ui.suite
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.96.
|
|
39
|
+
* @version 1.96.41
|
|
40
40
|
* @since 1.1
|
|
41
41
|
* @public
|
|
42
42
|
*/
|
|
@@ -46,7 +46,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
|
|
|
46
46
|
/**
|
|
47
47
|
* Defined color values for the Task Circle Control
|
|
48
48
|
*
|
|
49
|
-
* @version 1.96.
|
|
49
|
+
* @version 1.96.41
|
|
50
50
|
* @enum {string}
|
|
51
51
|
* @public
|
|
52
52
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|