@openui5/sap.ui.webc.common 1.133.1 → 1.135.0
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 +0 -7
- package/THIRDPARTY.txt +2 -23
- package/package.json +2 -2
- package/src/sap/ui/webc/common/.library +1 -1
- package/src/sap/ui/webc/common/WebComponent.js +1 -1
- package/src/sap/ui/webc/common/WebComponentMetadata.js +1 -1
- package/src/sap/ui/webc/common/library.js +3 -3
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
package/.reuse/dep5
CHANGED
@@ -364,13 +364,6 @@ Copyright:
|
|
364
364
|
License: Apache-2.0 and ISC
|
365
365
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
366
366
|
|
367
|
-
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
368
|
-
Copyright:
|
369
|
-
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
370
|
-
Arthur David Olson, Paul Eggert and other contributors
|
371
|
-
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
372
|
-
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
373
|
-
|
374
367
|
|
375
368
|
# Library: sap.ui.documentation:
|
376
369
|
|
package/THIRDPARTY.txt
CHANGED
@@ -22,7 +22,7 @@ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
|
|
22
22
|
|
23
23
|
Library: sap.ui.codeeditor:
|
24
24
|
|
25
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.
|
25
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
|
26
26
|
Copyright: 2010, Ajax.org B.V.
|
27
27
|
License: BSD-3-Clause
|
28
28
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
@@ -342,12 +342,6 @@ License: ISC
|
|
342
342
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
343
343
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
344
344
|
|
345
|
-
Component: Time Zone Database, version: 2024b
|
346
|
-
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
347
|
-
License: LicenseRef-tzdata-PublicDomain
|
348
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
349
|
-
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
350
|
-
|
351
345
|
|
352
346
|
Library: sap.ui.documentation:
|
353
347
|
|
@@ -468,7 +462,7 @@ License: Apache-2.0
|
|
468
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
469
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
470
464
|
|
471
|
-
Component: SAP Theming Base Content, version: 11.
|
465
|
+
Component: SAP Theming Base Content, version: 11.28.2
|
472
466
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
473
467
|
License: Apache-2.0
|
474
468
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
@@ -1015,21 +1009,6 @@ END of license: LicenseRef-Unicode-3.0
|
|
1015
1009
|
=================================
|
1016
1010
|
|
1017
1011
|
|
1018
|
-
=================================
|
1019
|
-
BEGIN of license: LicenseRef-tzdata-PublicDomain
|
1020
|
-
=================================
|
1021
|
-
|
1022
|
-
Unless specified below, all files in the tz code and data (including
|
1023
|
-
this LICENSE file) are in the public domain.
|
1024
|
-
|
1025
|
-
If the files date.c, newstrftime.3, and strftime.c are present, they
|
1026
|
-
contain material derived from BSD and use the BSD 3-clause license.
|
1027
|
-
|
1028
|
-
=================================
|
1029
|
-
END of license: LicenseRef-tzdata-PublicDomain
|
1030
|
-
=================================
|
1031
|
-
|
1032
|
-
|
1033
1012
|
=================================
|
1034
1013
|
BEGIN of license: MIT
|
1035
1014
|
=================================
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openui5/sap.ui.webc.common",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.135.0",
|
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.
|
22
|
+
"@openui5/sap.ui.core": "1.135.0"
|
23
23
|
}
|
24
24
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
<name>sap.ui.webc.common</name>
|
5
5
|
<vendor>SAP SE</vendor>
|
6
|
-
<version>1.
|
6
|
+
<version>1.135.0</version>
|
7
7
|
<copyright>OpenUI5
|
8
8
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
@@ -19,7 +19,7 @@ function(CoreWebComponentMetadata) {
|
|
19
19
|
*
|
20
20
|
* @class
|
21
21
|
* @author SAP SE
|
22
|
-
* @version 1.
|
22
|
+
* @version 1.135.0
|
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!
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
29
29
|
* @namespace
|
30
30
|
* @name sap.ui.webc
|
31
31
|
* @author SAP SE
|
32
|
-
* @version 1.
|
32
|
+
* @version 1.135.0
|
33
33
|
* @public
|
34
34
|
* @since 1.92.0
|
35
35
|
* @experimental Since 1.92.0
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
42
42
|
* @namespace
|
43
43
|
* @alias sap.ui.webc.common
|
44
44
|
* @author SAP SE
|
45
|
-
* @version 1.
|
45
|
+
* @version 1.135.0
|
46
46
|
* @public
|
47
47
|
* @since 1.92.0
|
48
48
|
* @experimental Since 1.92.0
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
50
50
|
*/
|
51
51
|
var thisLib = Library.init({
|
52
52
|
name : "sap.ui.webc.common",
|
53
|
-
version: "1.
|
53
|
+
version: "1.135.0",
|
54
54
|
dependencies : ["sap.ui.core"],
|
55
55
|
noLibraryCSS: true,
|
56
56
|
designtime: "sap/ui/webc/common/designtime/library.designtime",
|