@openui5/sap.ui.suite 1.99.1 → 1.102.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
@@ -400,7 +400,7 @@ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperato
400
400
 
401
401
  Library: sap.ui.webc.common:
402
402
 
403
- Component: UI5 Web Components, version: 1.0.0-rc.12
403
+ Component: UI5 Web Components, version: 1.1.2
404
404
  Copyright: SAP
405
405
  License: Apache-2.0
406
406
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -411,7 +411,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
411
411
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
412
412
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
413
413
 
414
- Component: lit-html, version: 1.4.1
414
+ Component: lit-html, version: 2.0.1
415
415
  Copyright: Google LLC
416
416
  License: BSD-3-Clause
417
417
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -420,7 +420,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
420
420
 
421
421
  Library: sap.ui.webc.fiori:
422
422
 
423
- Component: UI5 Web Components, version: 1.0.0-rc.12
423
+ Component: UI5 Web Components, version: 1.1.2
424
424
  Copyright: SAP
425
425
  License: Apache-2.0
426
426
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -429,7 +429,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
429
429
 
430
430
  Library: sap.ui.webc.main:
431
431
 
432
- Component: UI5 Web Components, version: 1.0.0-rc.12
432
+ Component: UI5 Web Components, version: 1.1.2
433
433
  Copyright: SAP
434
434
  License: Apache-2.0
435
435
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.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.39
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.1",
3
+ "version": "1.102.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.1"
17
+ "@openui5/sap.ui.core": "1.102.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.1</version>
9
+ <version>1.102.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.1
31
+ * @version 1.102.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.1
37
+ * @version 1.102.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
@@ -12,11 +12,19 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
12
12
 
13
13
  "use strict";
14
14
 
15
-
16
- // delegate further initialization of this library to the Core
17
- sap.ui.getCore().initLibrary({
15
+ /**
16
+ * Suite controls library.
17
+ *
18
+ * @namespace
19
+ * @alias sap.ui.suite
20
+ * @author SAP SE
21
+ * @version 1.102.0
22
+ * @since 1.1
23
+ * @public
24
+ */
25
+ var thisLibrary = sap.ui.getCore().initLibrary({
18
26
  name : "sap.ui.suite",
19
- version: "1.99.1",
27
+ version: "1.102.0",
20
28
  dependencies : ["sap.ui.core"],
21
29
  types: [
22
30
  "sap.ui.suite.TaskCircleColor"
@@ -29,24 +37,10 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
29
37
  elements: []
30
38
  });
31
39
 
32
- /* eslint-disable no-undef */
33
- /**
34
- * Suite controls library.
35
- *
36
- * @namespace
37
- * @alias sap.ui.suite
38
- * @author SAP SE
39
- * @version 1.99.1
40
- * @since 1.1
41
- * @public
42
- */
43
- var thisLibrary = sap.ui.suite;
44
- /* eslint-enable no-undef */
45
-
46
40
  /**
47
41
  * Defined color values for the Task Circle Control
48
42
  *
49
- * @version 1.99.1
43
+ * @version 1.102.0
50
44
  * @enum {string}
51
45
  * @public
52
46
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel