@openui5/ts-types-esm 1.112.2 → 1.114.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.112.2
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -596,6 +596,8 @@ declare module "sap/tnt/NavigationList" {
596
596
  oListener?: object
597
597
  ): this;
598
598
  /**
599
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
600
+ *
599
601
  * Fires event {@link #event:itemSelect itemSelect} to attached listeners.
600
602
  *
601
603
  * @returns Reference to `this` in order to allow method chaining
@@ -1011,6 +1013,8 @@ declare module "sap/tnt/NavigationListItem" {
1011
1013
  oListener?: object
1012
1014
  ): this;
1013
1015
  /**
1016
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1017
+ *
1014
1018
  * Fires event {@link #event:select select} to attached listeners.
1015
1019
  *
1016
1020
  * @returns Reference to `this` in order to allow method chaining
@@ -1493,6 +1497,8 @@ declare module "sap/tnt/SideNavigation" {
1493
1497
  oListener?: object
1494
1498
  ): this;
1495
1499
  /**
1500
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1501
+ *
1496
1502
  * Fires event {@link #event:itemSelect itemSelect} to attached listeners.
1497
1503
  *
1498
1504
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.2
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -221,6 +221,8 @@ declare module "sap/ui/codeeditor/CodeEditor" {
221
221
  oListener?: object
222
222
  ): this;
223
223
  /**
224
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
225
+ *
224
226
  * Fires event {@link #event:change change} to attached listeners.
225
227
  *
226
228
  * @returns Reference to `this` in order to allow method chaining
@@ -241,6 +243,8 @@ declare module "sap/ui/codeeditor/CodeEditor" {
241
243
  }
242
244
  ): this;
243
245
  /**
246
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
247
+ *
244
248
  * Fires event {@link #event:liveChange liveChange} to attached listeners.
245
249
  *
246
250
  * @returns Reference to `this` in order to allow method chaining