@openui5/ts-types 1.132.0 → 1.133.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.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -6,18 +6,18 @@ declare namespace sap {
6
6
  * Namespace for UI5 Web Components Retrofit libraries
7
7
  *
8
8
  * @since 1.92.0
9
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. An alternative
9
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. An alternative
10
10
  * consumption model is planned for the future.
11
- * @experimental (since 1.92.0)
11
+ * @experimental As of version 1.92.0.
12
12
  */
13
13
  namespace webc {
14
14
  /**
15
15
  * UI5 library: sap.ui.webc.common
16
16
  *
17
17
  * @since 1.92.0
18
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. An alternative
18
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. An alternative
19
19
  * consumption model is planned for the future.
20
- * @experimental (since 1.92.0)
20
+ * @experimental As of version 1.92.0.
21
21
  */
22
22
  namespace common {
23
23
  namespace WebComponent {
@@ -30,8 +30,8 @@ declare namespace sap {
30
30
  /**
31
31
  * Describes the settings that can be provided to the WebComponent constructor.
32
32
  *
33
- * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
34
- * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
33
+ * @deprecated As of version 1.118.0. Use sap.ui.core.webc.WebComponent instead!
34
+ * @experimental As of version 1.92.0. The API might change. It is not intended for productive usage yet!
35
35
  */
36
36
  interface $WebComponentSettings
37
37
  extends sap.ui.core.webc.$WebComponentSettings {}
@@ -43,8 +43,8 @@ declare namespace sap {
43
43
  * controls in the dedicated slots of the Web Component.
44
44
  *
45
45
  * @since 1.92.0
46
- * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
47
- * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
46
+ * @deprecated As of version 1.118.0. Use sap.ui.core.webc.WebComponent instead!
47
+ * @experimental As of version 1.92.0. The API might change. It is not intended for productive usage yet!
48
48
  */
49
49
  class WebComponent extends sap.ui.core.webc.WebComponent {
50
50
  /**
@@ -138,8 +138,8 @@ declare namespace sap {
138
138
  }
139
139
  /**
140
140
  * @since 1.92.0
141
- * @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponentMetadata instead!
142
- * @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
141
+ * @deprecated As of version 1.118.0. Use sap.ui.core.webc.WebComponentMetadata instead!
142
+ * @experimental As of version 1.92.0. The API might change. It is not intended for productive usage yet!
143
143
  */
144
144
  class WebComponentMetadata extends sap.ui.core.webc
145
145
  .WebComponentMetadata {