@openui5/types 1.120.11 → 1.120.13

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.11
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -117,6 +117,12 @@ declare module "sap/ui/webc/common/WebComponent" {
117
117
  */
118
118
  export type MetadataOptions = MetadataOptions1;
119
119
 
120
+ /**
121
+ * Describes the settings that can be provided to the WebComponent constructor.
122
+ *
123
+ * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
124
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
125
+ */
120
126
  export interface $WebComponentSettings extends $WebComponentSettings1 {}
121
127
  }
122
128