@openui5/sap.ui.suite 1.99.0 → 1.100.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.
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.7
200
+ Component: URI.js, version: 1.19.10
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -450,7 +450,7 @@ License: Apache-2.0
450
450
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
451
  Contained in: lib/jsdoc/ui5/plugin.js
452
452
 
453
- Component: SAP Theming Base Content, version: 11.1.34
453
+ Component: SAP Theming Base Content, version: 11.1.36-SNAPSHOT
454
454
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
455
455
  License: Apache-2.0
456
456
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.suite",
3
- "version": "1.99.0",
3
+ "version": "1.100.0",
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.99.0"
17
+ "@openui5/sap.ui.core": "1.100.0"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
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.99.0</version>
9
+ <version>1.100.0</version>
10
10
 
11
11
  <documentation>SAP UI library: sap.ui.suite (by SAP, Author)</documentation>
12
12
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author Svetozar Buzdumovic
31
- * @version 1.99.0
31
+ * @version 1.100.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['sap/ui/core/Core', './library'],
25
25
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
26
26
  *
27
27
  * @param {sap.ui.core.RenderManager} oRenderManager the RenderManager that can be used for writing to the Render-Output-Buffer
28
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
28
+ * @param {sap.ui.suite.TaskCircle} oControl an object representation of the control that should be rendered
29
29
  */
30
30
  TaskCircleRenderer.render = function(oRenderManager, oControl){
31
31
  // convenience variable
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author Svetozar Buzdumovic
37
- * @version 1.99.0
37
+ * @version 1.100.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(function() {
21
21
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
22
22
  *
23
23
  * @param {sap.ui.core.RenderManager} oRenderManager the RenderManager that can be used for writing to the Render-Output-Buffer
24
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
24
+ * @param {sap.ui.suite.VerticalProgressIndicator} oControl an object representation of the control that should be rendered
25
25
  */
26
26
  VerticalProgressIndicatorRenderer.render = function(oRenderManager, oControl){
27
27
  // convenience variable
@@ -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.99.0",
19
+ version: "1.100.0",
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.99.0
39
+ * @version 1.100.0
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.99.0
49
+ * @version 1.100.0
50
50
  * @enum {string}
51
51
  * @public
52
52
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel