@openui5/sap.ui.suite 1.96.3 → 1.96.6
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/THIRDPARTY.txt +1 -1
- package/package.json +2 -2
- package/src/sap/ui/suite/.library +2 -2
- package/src/sap/ui/suite/QuickViewUtils.js +1 -1
- package/src/sap/ui/suite/TaskCircle.js +2 -2
- package/src/sap/ui/suite/TaskCircleRenderer.js +1 -1
- package/src/sap/ui/suite/VerticalProgressIndicator.js +2 -2
- package/src/sap/ui/suite/VerticalProgressIndicatorRenderer.js +1 -1
- package/src/sap/ui/suite/library.js +4 -4
- package/src/sap/ui/suite/themes/base/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_hcb/library.source.less +1 -1
package/THIRDPARTY.txt
CHANGED
|
@@ -197,7 +197,7 @@ License: BSD-3-Clause
|
|
|
197
197
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
198
198
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
199
199
|
|
|
200
|
-
Component: URI.js, version: 1.19.
|
|
200
|
+
Component: URI.js, version: 1.19.8
|
|
201
201
|
Copyright: Rodney Rehm
|
|
202
202
|
License: MIT
|
|
203
203
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
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.6",
|
|
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.6"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.suite</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2022 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.6</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UI library: sap.ui.suite (by SAP, Author)</documentation>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @extends sap.ui.core.Control
|
|
29
29
|
*
|
|
30
30
|
* @author Svetozar Buzdumovic
|
|
31
|
-
* @version 1.96.
|
|
31
|
+
* @version 1.96.6
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* @extends sap.ui.core.Control
|
|
35
35
|
*
|
|
36
36
|
* @author Svetozar Buzdumovic
|
|
37
|
-
* @version 1.96.
|
|
37
|
+
* @version 1.96.6
|
|
38
38
|
*
|
|
39
39
|
* @constructor
|
|
40
40
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.6",
|
|
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.6
|
|
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.6
|
|
50
50
|
* @enum {string}
|
|
51
51
|
* @public
|
|
52
52
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|