@openui5/sap.ui.webc.common 1.124.0 → 1.125.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 CHANGED
@@ -50,6 +50,11 @@ Copyright: Mario Heiderich
50
50
  License: Apache-2.0
51
51
  Comment: these files belong to: purify.js
52
52
 
53
+ Files: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
54
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
55
+ License: MIT
56
+ Comment: these files belong to: QUnit Composite 2.0.0
57
+
53
58
 
54
59
  # Library: sap.ui.codeeditor:
55
60
 
package/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  # @openui5/sap.ui.webc.common
4
4
  Runtime resources of the [OpenUI5](https://github.com/SAP/openui5) UI Library **sap.ui.webc.common**.
5
5
 
6
+ ## Deprecation
7
+ **This library is deprecated and should not be used for new projects.**
8
+
6
9
  ## Usage Restrictions
7
10
  The components of this library are under development. Their APIs are subject to change and should not be used in productive scenarios.
8
11
 
package/THIRDPARTY.txt CHANGED
@@ -12,6 +12,13 @@ License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
14
14
 
15
+ Component: QUnit Composite 2.0.0, version: 2.0.0
16
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
17
+ License: MIT
18
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
19
+ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
20
+ src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
21
+
15
22
 
16
23
  Library: sap.ui.codeeditor:
17
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.common",
3
- "version": "1.124.0",
3
+ "version": "1.125.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.124.0"
22
+ "@openui5/sap.ui.core": "1.125.0"
23
23
  }
24
24
  }
@@ -3,13 +3,17 @@
3
3
 
4
4
  <name>sap.ui.webc.common</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.124.0</version>
6
+ <version>1.125.0</version>
7
7
  <copyright>OpenUI5
8
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>
12
12
 
13
+ <deprecation since="1.120">
14
+ This Web Components consumption model has been discarded. An alternative consumption model is planned for the future.
15
+ </deprecation>
16
+
13
17
  <dependencies>
14
18
  <dependency>
15
19
  <libraryName>sap.ui.core</libraryName>
@@ -37,7 +41,7 @@
37
41
  <pattern>sap/ui/webc/common/thirdparty/icons-tnt/*.*</pattern>
38
42
  <pattern>sap/ui/webc/common/thirdparty/icons-business-suite/*.*</pattern>
39
43
  </lib>
40
- <lib name="lit-html" displayName="lit-html" npmName="lit-html" version="2.2.2" hash="94bafc7d74b032d0b543afb10cae9b08" homepage="https://lit-html.polymer-project.org">
44
+ <lib name="lit-html" displayName="lit-html" npmName="lit-html" version="2.2.2" id="73555000106100103969" hash="94bafc7d74b032d0b543afb10cae9b08" homepage="https://lit-html.polymer-project.org">
41
45
  <license url="https://github.com/lit/lit/blob/main/LICENSE" type="BSD-3-Clause"></license>
42
46
  <copyright>Google LLC</copyright>
43
47
  <pattern>sap/ui/webc/common/thirdparty/lit-html/*.*</pattern>
@@ -33,7 +33,7 @@ function(
33
33
  *
34
34
  * @extends sap.ui.core.webc.WebComponent
35
35
  * @author SAP SE
36
- * @version 1.124.0
36
+ * @version 1.125.0
37
37
  * @public
38
38
  * @since 1.92.0
39
39
  * @alias sap.ui.webc.common.WebComponent
@@ -19,7 +19,7 @@ function(CoreWebComponentMetadata) {
19
19
  *
20
20
  * @class
21
21
  * @author SAP SE
22
- * @version 1.124.0
22
+ * @version 1.125.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,10 +29,11 @@ sap.ui.define([
29
29
  * @namespace
30
30
  * @name sap.ui.webc
31
31
  * @author SAP SE
32
- * @version 1.124.0
32
+ * @version 1.125.0
33
33
  * @public
34
34
  * @since 1.92.0
35
35
  * @experimental Since 1.92.0
36
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. An alternative consumption model is planned for the future.
36
37
  */
37
38
 
38
39
  /**
@@ -41,14 +42,15 @@ sap.ui.define([
41
42
  * @namespace
42
43
  * @alias sap.ui.webc.common
43
44
  * @author SAP SE
44
- * @version 1.124.0
45
+ * @version 1.125.0
45
46
  * @public
46
47
  * @since 1.92.0
47
48
  * @experimental Since 1.92.0
49
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. An alternative consumption model is planned for the future.
48
50
  */
49
51
  var thisLib = Library.init({
50
52
  name : "sap.ui.webc.common",
51
- version: "1.124.0",
53
+ version: "1.125.0",
52
54
  dependencies : ["sap.ui.core"],
53
55
  noLibraryCSS: true,
54
56
  designtime: "sap/ui/webc/common/designtime/library.designtime",
package/ui5.yaml CHANGED
@@ -2,6 +2,7 @@
2
2
  specVersion: "3.0"
3
3
  type: library
4
4
  metadata:
5
+ deprecated: true
5
6
  name: sap.ui.webc.common
6
7
  copyright: |-
7
8
  OpenUI5