@openui5/types 1.114.0 → 1.115.1

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.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -8,8 +8,8 @@ declare module "sap/ui/webc/common/WebComponent" {
8
8
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9
9
 
10
10
  /**
11
- * @SINCE 1.92.0
12
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
11
+ * @since 1.92.0
12
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
13
13
  *
14
14
  * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
15
15
  * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
@@ -64,8 +64,8 @@ declare module "sap/ui/webc/common/WebComponentMetadata" {
64
64
  import ElementMetadata from "sap/ui/core/ElementMetadata";
65
65
 
66
66
  /**
67
- * @SINCE 1.92.0
68
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
67
+ * @since 1.92.0
68
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
69
69
  */
70
70
  export default class WebComponentMetadata extends ElementMetadata {
71
71
  /**