@openui5/ts-types 1.115.0 → 1.116.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,17 +1,17 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
- * @SINCE 1.92.0
7
- * @EXPERIMENTAL (since 1.92.0)
6
+ * @since 1.92.0
7
+ * @experimental (since 1.92.0)
8
8
  *
9
9
  * Namespace for UI5 Web Components Retrofit libraries
10
10
  */
11
11
  namespace webc {
12
12
  /**
13
- * @SINCE 1.92.0
14
- * @EXPERIMENTAL (since 1.92.0)
13
+ * @since 1.92.0
14
+ * @experimental (since 1.92.0)
15
15
  *
16
16
  * UI5 library: sap.ui.webc.common
17
17
  */
@@ -19,8 +19,8 @@ declare namespace sap {
19
19
  interface $WebComponentSettings extends sap.ui.core.$ControlSettings {}
20
20
 
21
21
  /**
22
- * @SINCE 1.92.0
23
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
22
+ * @since 1.92.0
23
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
24
24
  *
25
25
  * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
26
26
  * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
@@ -68,8 +68,8 @@ declare namespace sap {
68
68
  static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
69
69
  }
70
70
  /**
71
- * @SINCE 1.92.0
72
- * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
71
+ * @since 1.92.0
72
+ * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
73
73
  */
74
74
  class WebComponentMetadata extends sap.ui.core.ElementMetadata {
75
75
  /**