@openui5/ts-types 1.96.0 → 1.96.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.96.0",
3
+ "version": "1.96.2",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -13915,6 +13915,13 @@ declare namespace sap {
13915
13915
  | boolean
13916
13916
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
13917
13917
 
13918
+ /**
13919
+ * @EXPERIMENTAL (since 1.96)
13920
+ *
13921
+ * Disables press event for the tile control.
13922
+ */
13923
+ pressEnabled?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
13924
+
13918
13925
  /**
13919
13926
  * @EXPERIMENTAL (since 1.96)
13920
13927
  *
@@ -44581,6 +44588,16 @@ declare namespace sap {
44581
44588
  * Text for navigate action button. Default Value is "Read More". Works only in ArticleMode.
44582
44589
  */
44583
44590
  getNavigationButtonText(): string;
44591
+ /**
44592
+ * @EXPERIMENTAL (since 1.96)
44593
+ *
44594
+ * Gets current value of property {@link #getPressEnabled pressEnabled}.
44595
+ *
44596
+ * Disables press event for the tile control.
44597
+ *
44598
+ * Default value is `true`.
44599
+ */
44600
+ getPressEnabled(): boolean;
44584
44601
  /**
44585
44602
  * @SINCE 1.46.0
44586
44603
  *
@@ -51316,6 +51333,10 @@ declare namespace sap {
51316
51333
  * Defines the value of the control.
51317
51334
  */
51318
51335
  getValue(): string;
51336
+ /**
51337
+ * Gets the value of the accessibility description info field.
51338
+ */
51339
+ getValueDescriptionInfo(): string;
51319
51340
  /**
51320
51341
  * Gets current value of property {@link #getValueState valueState}.
51321
51342
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.96.0
267
+ // For Library Version: 1.96.2
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -238,7 +238,7 @@ declare namespace sap {
238
238
  static getType(): string;
239
239
  }
240
240
  /**
241
- * @SINCE 1.96.0
241
+ * @SINCE 1.96.2
242
242
  *
243
243
  * Defines the Audiences.
244
244
  */
@@ -257,7 +257,7 @@ declare namespace sap {
257
257
  Internal = "Internal",
258
258
  }
259
259
  /**
260
- * @SINCE 1.96.0
260
+ * @SINCE 1.96.2
261
261
  *
262
262
  * Issue Categories.
263
263
  */
@@ -312,7 +312,7 @@ declare namespace sap {
312
312
  Usage = "Usage",
313
313
  }
314
314
  /**
315
- * @SINCE 1.96.0
315
+ * @SINCE 1.96.2
316
316
  *
317
317
  * Analysis history formats.
318
318
  */
@@ -327,7 +327,7 @@ declare namespace sap {
327
327
  String = "String",
328
328
  }
329
329
  /**
330
- * @SINCE 1.96.0
330
+ * @SINCE 1.96.2
331
331
  *
332
332
  * Defines severity types.
333
333
  */
@@ -346,7 +346,7 @@ declare namespace sap {
346
346
  Medium = "Medium",
347
347
  }
348
348
  /**
349
- * @SINCE 1.96.0
349
+ * @SINCE 1.96.2
350
350
  *
351
351
  * Contains the available system presets.
352
352
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**