@openui5/sap.ui.webc.common 1.120.1 → 1.120.3
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 +1 -1
- package/package.json +2 -2
- package/src/sap/ui/webc/common/.library +2 -2
- package/src/sap/ui/webc/common/Configuration.js +1 -1
- package/src/sap/ui/webc/common/Icons.js +1 -1
- 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/library.js +4 -4
package/.reuse/dep5
CHANGED
@@ -223,7 +223,7 @@ License: Apache-2.0
|
|
223
223
|
Comment: these files belong to: Google-Caja JS HTML Sanitizer
|
224
224
|
|
225
225
|
Files: src/sap.ui.core/src/sap/ui/core/cldr/*
|
226
|
-
Copyright: 1991-
|
226
|
+
Copyright: 1991-2023 Unicode, Inc.
|
227
227
|
License: Unicode-DFS-2015
|
228
228
|
Comment: these files belong to: Unicode Common Locale Data Repository
|
229
229
|
|
package/THIRDPARTY.txt
CHANGED
@@ -180,7 +180,7 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
180
180
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
181
181
|
|
182
182
|
Component: Unicode Common Locale Data Repository, version: 43
|
183
|
-
Copyright: 1991-
|
183
|
+
Copyright: 1991-2023 Unicode, Inc.
|
184
184
|
License: Unicode-DFS-2015
|
185
185
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
186
186
|
Contained in: src/sap.ui.core/src/sap/ui/core/cldr/*
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openui5/sap.ui.webc.common",
|
3
|
-
"version": "1.120.
|
3
|
+
"version": "1.120.3",
|
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.120.
|
22
|
+
"@openui5/sap.ui.core": "1.120.3"
|
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.120.
|
6
|
+
<version>1.120.3</version>
|
7
7
|
<copyright>OpenUI5
|
8
|
-
* (c) Copyright 2009-
|
8
|
+
* (c) Copyright 2009-2024 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-2024 SAP SE or an SAP affiliate company.
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
5
5
|
*/
|
6
6
|
|
@@ -33,7 +33,7 @@ function(
|
|
33
33
|
*
|
34
34
|
* @extends sap.ui.core.webc.WebComponent
|
35
35
|
* @author SAP SE
|
36
|
-
* @version 1.120.
|
36
|
+
* @version 1.120.3
|
37
37
|
* @public
|
38
38
|
* @since 1.92.0
|
39
39
|
* @alias sap.ui.webc.common.WebComponent
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* OpenUI5
|
3
|
-
* (c) Copyright 2009-
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
5
5
|
*/
|
6
6
|
|
@@ -19,7 +19,7 @@ function(CoreWebComponentMetadata) {
|
|
19
19
|
*
|
20
20
|
* @class
|
21
21
|
* @author SAP SE
|
22
|
-
* @version 1.120.
|
22
|
+
* @version 1.120.3
|
23
23
|
* @since 1.92.0
|
24
24
|
* @experimental Since 1.92.0 The API might change. It is not intended for productive usage yet!
|
25
25
|
* @deprecated Since 1.118.0 Use sap.ui.core.webc.WebComponentMetadata instead!
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* OpenUI5
|
3
|
-
* (c) Copyright 2009-
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
5
5
|
*/
|
6
6
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
29
29
|
* @namespace
|
30
30
|
* @name sap.ui.webc
|
31
31
|
* @author SAP SE
|
32
|
-
* @version 1.120.
|
32
|
+
* @version 1.120.3
|
33
33
|
* @public
|
34
34
|
* @since 1.92.0
|
35
35
|
* @experimental Since 1.92.0
|
@@ -41,14 +41,14 @@ sap.ui.define([
|
|
41
41
|
* @namespace
|
42
42
|
* @alias sap.ui.webc.common
|
43
43
|
* @author SAP SE
|
44
|
-
* @version 1.120.
|
44
|
+
* @version 1.120.3
|
45
45
|
* @public
|
46
46
|
* @since 1.92.0
|
47
47
|
* @experimental Since 1.92.0
|
48
48
|
*/
|
49
49
|
var thisLib = Library.init({
|
50
50
|
name : "sap.ui.webc.common",
|
51
|
-
version: "1.120.
|
51
|
+
version: "1.120.3",
|
52
52
|
dependencies : ["sap.ui.core"],
|
53
53
|
noLibraryCSS: true,
|
54
54
|
designtime: "sap/ui/webc/common/designtime/library.designtime",
|