@openui5/sap.ui.suite 1.71.72 → 1.71.74

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/LICENSE.txt CHANGED
@@ -484,12 +484,12 @@ License: MIT License
484
484
  <year> = unspecified
485
485
  <copyright holders> = jQuery Foundation and other contributors
486
486
 
487
- Component: requirejs 2.1.8
488
- Licensor: The Dojo Foundation
489
- Website: http://github.com/jrburke/requirejs/
487
+ Component: requirejs 2.3.7
488
+ Copyright: jQuery Foundation and other contributors
489
+ Website: https://github.com/requirejs/requirejs
490
490
  License: MIT License
491
- <year> = 2010-2011
492
- <copyright holders> = The Dojo Foundation
491
+ <year> = 2010-2024
492
+ <copyright holders> = jQuery Foundation and other contributors
493
493
 
494
494
  Component: sinon-qunit 2.0.0
495
495
  Licensor: Christian Johansen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.suite",
3
- "version": "1.71.72",
3
+ "version": "1.71.74",
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.71.72"
17
+ "@openui5/sap.ui.core": "1.71.74"
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.71.72</version>
9
+ <version>1.71.74</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.71.72
31
+ * @version 1.71.74
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author Svetozar Buzdumovic
37
- * @version 1.71.72
37
+ * @version 1.71.74
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -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.71.72",
19
+ version: "1.71.74",
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.71.72
39
+ * @version 1.71.74
40
40
  * @public
41
41
  */
42
42
  var thisLibrary = sap.ui.suite;
@@ -45,7 +45,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
45
45
  /**
46
46
  * Defined color values for the Task Circle Control
47
47
  *
48
- * @version 1.71.72
48
+ * @version 1.71.74
49
49
  * @enum {string}
50
50
  * @public
51
51
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel