@openui5/types 1.120.7 → 1.121.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.7
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -12,14 +12,14 @@ declare module "sap/ui/webc/common/WebComponent" {
12
12
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
13
13
 
14
14
  /**
15
- * @since 1.92.0
16
- * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
17
- * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
18
- *
19
15
  * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
20
16
  * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
21
17
  * properties, the aggregations and the events. It also ensures to render the control and put the aggregated
22
18
  * controls in the dedicated slots of the Web Component.
19
+ *
20
+ * @since 1.92.0
21
+ * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
22
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
23
23
  */
24
24
  export default class WebComponent extends WebComponent1 {
25
25
  /**
@@ -86,6 +86,7 @@ declare module "sap/ui/webc/common/WebComponent" {
86
86
  * ```
87
87
  *
88
88
  *
89
+ *
89
90
  * @returns Created class / constructor function
90
91
  */
91
92
  static extend<T extends Record<string, unknown>>(
@@ -105,6 +106,7 @@ declare module "sap/ui/webc/common/WebComponent" {
105
106
  /**
106
107
  * Returns a metadata object for class sap.ui.webc.common.WebComponent.
107
108
  *
109
+ *
108
110
  * @returns Metadata object describing this class
109
111
  */
110
112
  static getMetadata(): WebComponentMetadata;