@openui5/ts-types 1.96.10 → 1.96.11

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.10",
3
+ "version": "1.96.11",
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.10
1
+ // For Library Version: 1.96.11
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.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
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.10
267
+ // For Library Version: 1.96.11
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -10619,8 +10619,10 @@ declare namespace sap {
10619
10619
  * value.
10620
10620
  */
10621
10621
  iTime: int,
10622
-
10623
- fnCallback: Function
10622
+ /**
10623
+ * Called when the scroll completes or stops without completing
10624
+ */
10625
+ fnScrollEndCallback: Function
10624
10626
  ): this;
10625
10627
  /**
10626
10628
  * Scrolls to a specific position in scroll container.
@@ -10634,8 +10636,10 @@ declare namespace sap {
10634
10636
  * Vertical position of the scrollbar
10635
10637
  */
10636
10638
  iVerticalPosition: int,
10637
-
10638
- fnCallback: Function
10639
+ /**
10640
+ * Called when the scroll completes or stops without completing
10641
+ */
10642
+ fnScrollEndCallback: Function
10639
10643
  ): this;
10640
10644
  /**
10641
10645
  * Scrolls to an element within a container.
@@ -14386,11 +14390,11 @@ declare namespace sap {
14386
14390
  /**
14387
14391
  * Whether the fragment content should be added to the `dependents` aggregation of the view
14388
14392
  */
14389
- addToDependents?: object;
14393
+ addToDependents?: boolean;
14390
14394
  /**
14391
14395
  * Whether the IDs of the fragment content will be prefixed by the view ID
14392
14396
  */
14393
- autoPrefixId?: object;
14397
+ autoPrefixId?: boolean;
14394
14398
  /**
14395
14399
  * the ID of the Fragment
14396
14400
  */
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
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.10
241
+ * @SINCE 1.96.11
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.10
260
+ * @SINCE 1.96.11
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.10
315
+ * @SINCE 1.96.11
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.10
330
+ * @SINCE 1.96.11
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.10
349
+ * @SINCE 1.96.11
350
350
  *
351
351
  * Contains the available system presets.
352
352
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.10
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**