@openui5/ts-types 1.96.16 → 1.96.18

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.16",
3
+ "version": "1.96.18",
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.16
1
+ // For Library Version: 1.96.18
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.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -18604,6 +18604,13 @@ declare namespace sap {
18604
18604
  */
18605
18605
  href?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
18606
18606
 
18607
+ /**
18608
+ * @SINCE 1.96.18
18609
+ *
18610
+ * Defines href of a link.
18611
+ */
18612
+ internalHref?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
18613
+
18607
18614
  /**
18608
18615
  * Defines target of a link.
18609
18616
  */
@@ -72262,6 +72269,14 @@ declare namespace sap {
72262
72269
  * Defines href of a link.
72263
72270
  */
72264
72271
  getHref(): string;
72272
+ /**
72273
+ * @SINCE 1.96.18
72274
+ *
72275
+ * Gets current value of property {@link #getInternalHref internalHref}.
72276
+ *
72277
+ * Defines href of a link.
72278
+ */
72279
+ getInternalHref(): string;
72265
72280
  /**
72266
72281
  * Gets current value of property {@link #getIsDefault isDefault}.
72267
72282
  *
@@ -72448,6 +72463,21 @@ declare namespace sap {
72448
72463
  */
72449
72464
  sHref?: string
72450
72465
  ): this;
72466
+ /**
72467
+ * @SINCE 1.96.18
72468
+ *
72469
+ * Sets a new value for property {@link #getInternalHref internalHref}.
72470
+ *
72471
+ * Defines href of a link.
72472
+ *
72473
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
72474
+ */
72475
+ setInternalHref(
72476
+ /**
72477
+ * New value for property `internalHref`
72478
+ */
72479
+ sInternalHref?: string
72480
+ ): this;
72451
72481
  /**
72452
72482
  * Sets a new value for property {@link #getIsDefault isDefault}.
72453
72483
  *
@@ -104651,10 +104681,6 @@ declare namespace sap {
104651
104681
  * Called after the clock picker appears.
104652
104682
  */
104653
104683
  onAfterOpen(): void;
104654
- /**
104655
- * Called before the clock picker closes.
104656
- */
104657
- onBeforeClose(): void;
104658
104684
  /**
104659
104685
  * Called before the clock picker appears.
104660
104686
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
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.16
267
+ // For Library Version: 1.96.18
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
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.16
241
+ * @SINCE 1.96.18
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.16
260
+ * @SINCE 1.96.18
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.16
315
+ * @SINCE 1.96.18
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.16
330
+ * @SINCE 1.96.18
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.16
349
+ * @SINCE 1.96.18
350
350
  *
351
351
  * Contains the available system presets.
352
352
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.16
1
+ // For Library Version: 1.96.18
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -6055,12 +6055,6 @@ declare namespace sap {
6055
6055
  */
6056
6056
  sImportance?: sap.uxap.Importance
6057
6057
  ): this;
6058
- /**
6059
- * Returns the DOM Element that should get the focus.
6060
- *
6061
- * To be overwritten by the specific control method.
6062
- */
6063
- setInvisibleTextLabelValue(): this;
6064
6058
  /**
6065
6059
  * Sets a new value for property {@link #getTitle title}.
6066
6060
  *
@@ -6116,6 +6110,11 @@ declare namespace sap {
6116
6110
  */
6117
6111
  bVisible?: boolean
6118
6112
  ): this;
6113
+ /**
6114
+ * Performs the update of the invisible text label. This method is called for example when the section title
6115
+ * is changed.
6116
+ */
6117
+ updateInvisibleTextLabelValue(): this;
6119
6118
  }
6120
6119
  /**
6121
6120
  * @SINCE 1.26