@openui5/sap.ui.webc.common 1.108.46 → 1.108.48
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/.reuse/dep5 +1 -1
- package/THIRDPARTY.txt +2 -2
- package/package.json +2 -2
- package/src/sap/ui/webc/common/.library +2 -2
- package/src/sap/ui/webc/common/WebComponent.js +2 -2
- package/src/sap/ui/webc/common/WebComponentMetadata.js +2 -2
- package/src/sap/ui/webc/common/WebComponentRenderer.js +1 -1
- package/src/sap/ui/webc/common/library.js +4 -4
package/.reuse/dep5
CHANGED
|
@@ -268,7 +268,7 @@ License: MIT
|
|
|
268
268
|
Comment: these files belong to: handlebars
|
|
269
269
|
|
|
270
270
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
|
271
|
-
Copyright: 2010-
|
|
271
|
+
Copyright: 2010-2024, jQuery Foundation and other contributors
|
|
272
272
|
License: MIT
|
|
273
273
|
Comment: these files belong to: requireJS
|
|
274
274
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -237,8 +237,8 @@ License: MIT
|
|
|
237
237
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
238
238
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
|
|
239
239
|
|
|
240
|
-
Component: requireJS, version: 2.
|
|
241
|
-
Copyright: 2010-
|
|
240
|
+
Component: requireJS, version: 2.3.7
|
|
241
|
+
Copyright: 2010-2024, jQuery Foundation and other contributors
|
|
242
242
|
License: MIT
|
|
243
243
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
244
244
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.webc.common",
|
|
3
|
-
"version": "1.108.
|
|
3
|
+
"version": "1.108.48",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.webc.common",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"build": "rimraf src/sap/ui/webc/common/thirdparty/ && ui5-webc-prebuild"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@openui5/sap.ui.core": "1.108.
|
|
22
|
+
"@openui5/sap.ui.core": "1.108.48"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.ui.webc.common</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
|
-
<version>1.108.
|
|
6
|
+
<version>1.108.48</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
|
-
* (c) Copyright 2009-
|
|
8
|
+
* (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 Web Components Retrofit Common</documentation>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -106,7 +106,7 @@ sap.ui.define([
|
|
|
106
106
|
*
|
|
107
107
|
* @extends sap.ui.core.Control
|
|
108
108
|
* @author SAP SE
|
|
109
|
-
* @version 1.108.
|
|
109
|
+
* @version 1.108.48
|
|
110
110
|
* @public
|
|
111
111
|
* @since 1.92.0
|
|
112
112
|
* @alias sap.ui.webc.common.WebComponent
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
*
|
|
24
24
|
* @class
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.108.
|
|
26
|
+
* @version 1.108.48
|
|
27
27
|
* @since 1.92.0
|
|
28
28
|
* @experimental Since 1.92.0 The API might change. It is not intended for productive usage yet!
|
|
29
29
|
* @alias sap.ui.webc.common.WebComponentMetadata
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @namespace
|
|
29
29
|
* @name sap.ui.webc
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.108.
|
|
31
|
+
* @version 1.108.48
|
|
32
32
|
* @public
|
|
33
33
|
* @since 1.92.0
|
|
34
34
|
* @experimental Since 1.92.0
|
|
@@ -40,14 +40,14 @@ sap.ui.define([
|
|
|
40
40
|
* @namespace
|
|
41
41
|
* @alias sap.ui.webc.common
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.108.
|
|
43
|
+
* @version 1.108.48
|
|
44
44
|
* @public
|
|
45
45
|
* @since 1.92.0
|
|
46
46
|
* @experimental Since 1.92.0
|
|
47
47
|
*/
|
|
48
48
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
49
49
|
name : "sap.ui.webc.common",
|
|
50
|
-
version: "1.108.
|
|
50
|
+
version: "1.108.48",
|
|
51
51
|
dependencies : ["sap.ui.core"],
|
|
52
52
|
noLibraryCSS: true,
|
|
53
53
|
designtime: "sap/ui/webc/common/designtime/library.designtime",
|