@openui5/sap.ui.integration 1.71.71 → 1.71.72

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.integration",
3
- "version": "1.71.71",
3
+ "version": "1.71.72",
4
4
  "description": "OpenUI5 UI Library sap.ui.integration",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.71.71",
18
- "@openui5/sap.f": "1.71.71"
17
+ "@openui5/sap.ui.core": "1.71.72",
18
+ "@openui5/sap.f": "1.71.72"
19
19
  }
20
20
  }
@@ -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.71</version>
9
+ <version>1.71.72</version>
10
10
 
11
11
  <documentation>SAPUI5 library with integration-related controls.</documentation>
12
12
 
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.71.71
49
+ * @version 1.71.72
50
50
  * @constructor
51
51
  * @since 1.70
52
52
  * @alias sap.ui.integration.Widget
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.71
28
+ * @version 1.71.72
29
29
  *
30
30
  * @constructor
31
31
  * @experimental
@@ -20,7 +20,7 @@ sap.ui.define(["sap/ui/base/DataType",
20
20
  // delegate further initialization of this library to the Core
21
21
  sap.ui.getCore().initLibrary({
22
22
  name: "sap.ui.integration",
23
- version: "1.71.71",
23
+ version: "1.71.72",
24
24
  dependencies: ["sap.ui.core", "sap.f", "sap.m"],
25
25
  types: [
26
26
  "sap.ui.integration.CardActionType",
@@ -49,7 +49,7 @@ sap.ui.define(["sap/ui/base/DataType",
49
49
  * @namespace
50
50
  * @alias sap.ui.integration
51
51
  * @author SAP SE
52
- * @version 1.71.71
52
+ * @version 1.71.72
53
53
  * @public
54
54
  */
55
55
  var thisLib = sap.ui.integration;
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.ui.base.Object
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.71.71
54
+ * @version 1.71.72
55
55
  *
56
56
  * @constructor
57
57
  * @private
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.base.EventProvider
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.71.71
40
+ * @version 1.71.72
41
41
  *
42
42
  * @constructor
43
43
  * @param {Object} mServiceFactoryReferences A map with service descriptions.
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @extends sap.ui.core.Control
121
121
  *
122
122
  * @author SAP SE
123
- * @version 1.71.71
123
+ * @version 1.71.72
124
124
  * @public
125
125
  * @constructor
126
126
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}