@openui5/sap.ui.integration 1.71.67 → 1.71.69
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 +3 -3
- package/src/sap/ui/integration/.library +2 -2
- package/src/sap/ui/integration/Widget.js +2 -2
- package/src/sap/ui/integration/WidgetComponent.js +1 -1
- package/src/sap/ui/integration/WidgetRenderer.js +1 -1
- package/src/sap/ui/integration/designtime/controls/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/DefaultCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/utils/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/host/HostConfiguration.js +2 -2
- package/src/sap/ui/integration/host/HostConfigurationCompiler.js +1 -1
- package/src/sap/ui/integration/library-bootstrap.js +1 -1
- package/src/sap/ui/integration/library.js +3 -3
- package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
- package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
- package/src/sap/ui/integration/services/Data.js +1 -1
- package/src/sap/ui/integration/services/Navigation.js +1 -1
- package/src/sap/ui/integration/services/Service.js +1 -1
- package/src/sap/ui/integration/util/CustomElementBase.js +1 -1
- package/src/sap/ui/integration/util/CustomElements.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +2 -2
- package/src/sap/ui/integration/util/ServiceManager.js +2 -2
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +2 -2
- package/src/sap-ui-integration.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.integration",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.69",
|
|
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.
|
|
18
|
-
"@openui5/sap.f": "1.71.
|
|
17
|
+
"@openui5/sap.ui.core": "1.71.69",
|
|
18
|
+
"@openui5/sap.f": "1.71.69"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.integration</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
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.
|
|
9
|
+
<version>1.71.69</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with integration-related controls.</documentation>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.
|
|
49
|
+
* @version 1.71.69
|
|
50
50
|
* @constructor
|
|
51
51
|
* @since 1.70
|
|
52
52
|
* @alias sap.ui.integration.Widget
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.
|
|
28
|
+
* @version 1.71.69
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @experimental
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
23
|
+
version: "1.71.69",
|
|
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.
|
|
52
|
+
* @version 1.71.69
|
|
53
53
|
* @public
|
|
54
54
|
*/
|
|
55
55
|
var thisLib = sap.ui.integration;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(['./Service'], function (Service) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(['./Service'], function (Service) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
54
|
+
* @version 1.71.69
|
|
55
55
|
*
|
|
56
56
|
* @constructor
|
|
57
57
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.
|
|
40
|
+
* @version 1.71.69
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @param {Object} mServiceFactoryReferences A map with service descriptions.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -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.
|
|
123
|
+
* @version 1.71.69
|
|
124
124
|
* @public
|
|
125
125
|
* @constructor
|
|
126
126
|
* @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
|