@openui5/ts-types 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 namespace sap {
4
4
  /**
@@ -1301,6 +1301,8 @@ declare namespace sap {
1301
1301
  */
1302
1302
  static getMetadata(): sap.ui.core.ElementMetadata;
1303
1303
  /**
1304
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1305
+ *
1304
1306
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
1305
1307
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
1306
1308
  */
@@ -1592,6 +1594,8 @@ declare namespace sap {
1592
1594
  oListener?: object
1593
1595
  ): this;
1594
1596
  /**
1597
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1598
+ *
1595
1599
  * Creates a view.
1596
1600
  *
1597
1601
  * @returns A promise on the created view.
@@ -1633,6 +1637,7 @@ declare namespace sap {
1633
1637
  ): this;
1634
1638
  /**
1635
1639
  * @SINCE 1.72
1640
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1636
1641
  *
1637
1642
  * Fires event {@link #event:viewInit viewInit} to attached listeners.
1638
1643
  *
@@ -3209,6 +3214,8 @@ declare namespace sap {
3209
3214
  oListener?: object
3210
3215
  ): this;
3211
3216
  /**
3217
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3218
+ *
3212
3219
  * Fires event {@link #event:markChangesPress markChangesPress} to attached listeners.
3213
3220
  *
3214
3221
  * @returns Reference to `this` in order to allow method chaining
@@ -3225,6 +3232,8 @@ declare namespace sap {
3225
3232
  }
3226
3233
  ): this;
3227
3234
  /**
3235
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3236
+ *
3228
3237
  * Fires event {@link #event:markLockedPress markLockedPress} to attached listeners.
3229
3238
  *
3230
3239
  * @returns Reference to `this` in order to allow method chaining
@@ -3241,6 +3250,8 @@ declare namespace sap {
3241
3250
  }
3242
3251
  ): this;
3243
3252
  /**
3253
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3254
+ *
3244
3255
  * Fires event {@link #event:titleSelectorPress titleSelectorPress} to attached listeners.
3245
3256
  *
3246
3257
  * @returns Reference to `this` in order to allow method chaining
@@ -5150,6 +5161,8 @@ declare namespace sap {
5150
5161
  oListener?: object
5151
5162
  ): this;
5152
5163
  /**
5164
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5165
+ *
5153
5166
  * Fires event {@link #event:editHeaderButtonPress editHeaderButtonPress} to attached listeners.
5154
5167
  *
5155
5168
  * @returns Reference to `this` in order to allow method chaining
@@ -5162,6 +5175,7 @@ declare namespace sap {
5162
5175
  ): this;
5163
5176
  /**
5164
5177
  * @SINCE 1.93
5178
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5165
5179
  *
5166
5180
  * Fires event {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange} to attached
5167
5181
  * listeners.
@@ -5181,6 +5195,7 @@ declare namespace sap {
5181
5195
  ): this;
5182
5196
  /**
5183
5197
  * @SINCE 1.40
5198
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5184
5199
  *
5185
5200
  * Fires event {@link #event:navigate navigate} to attached listeners.
5186
5201
  *
@@ -5203,6 +5218,7 @@ declare namespace sap {
5203
5218
  ): this;
5204
5219
  /**
5205
5220
  * @SINCE 1.73
5221
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5206
5222
  *
5207
5223
  * Fires event {@link #event:sectionChange sectionChange} to attached listeners.
5208
5224
  *
@@ -5225,6 +5241,7 @@ declare namespace sap {
5225
5241
  ): this;
5226
5242
  /**
5227
5243
  * @SINCE 1.77
5244
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5228
5245
  *
5229
5246
  * Fires event {@link #event:subSectionVisibilityChange subSectionVisibilityChange} to attached listeners.
5230
5247
  *
@@ -5242,6 +5259,8 @@ declare namespace sap {
5242
5259
  }
5243
5260
  ): this;
5244
5261
  /**
5262
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5263
+ *
5245
5264
  * Fires event {@link #event:toggleAnchorBar toggleAnchorBar} to attached listeners.
5246
5265
  *
5247
5266
  * @returns Reference to `this` in order to allow method chaining
@@ -5684,6 +5703,8 @@ declare namespace sap {
5684
5703
  iIndex: int
5685
5704
  ): this;
5686
5705
  /**
5706
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5707
+ *
5687
5708
  * This triggers rerendering of itself and its children.
5688
5709
  */
5689
5710
  invalidate(
@@ -6788,6 +6809,8 @@ declare namespace sap {
6788
6809
  */
6789
6810
  getImportance(): sap.uxap.Importance;
6790
6811
  /**
6812
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6813
+ *
6791
6814
  * Returns the control name text.
6792
6815
  *
6793
6816
  * To be overwritten by the specific control method.
@@ -6927,6 +6950,8 @@ declare namespace sap {
6927
6950
  bVisible?: boolean
6928
6951
  ): this;
6929
6952
  /**
6953
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6954
+ *
6930
6955
  * Performs the update of the invisible text label. This method is called for example when the section title
6931
6956
  * is changed.
6932
6957
  *