@openui5/ts-types 1.96.8 → 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.8",
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.8
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.8
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -83477,7 +83477,7 @@ declare namespace sap {
83477
83477
  /**
83478
83478
  * Removes all radio buttons.
83479
83479
  */
83480
- removeAllButtons(): any[];
83480
+ removeAllButtons(): sap.m.RadioButton[];
83481
83481
  /**
83482
83482
  * Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
83483
83483
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.8
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.8
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.8
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.8
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.
@@ -12696,6 +12700,11 @@ declare namespace sap {
12696
12700
  * sap.ui.core.Configuration.FormatSettings#setCustomCurrencies} and {@link sap.ui.core.Configuration.FormatSettings#addCustomCurrencies}.
12697
12701
  */
12698
12702
  customCurrencies?: Record<string, object>;
12703
+ /**
12704
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
12705
+ * are not validated.
12706
+ */
12707
+ strictGroupingValidation?: boolean;
12699
12708
  },
12700
12709
  /**
12701
12710
  * Locale to get the formatter for
@@ -12832,6 +12841,11 @@ declare namespace sap {
12832
12841
  * string.
12833
12842
  */
12834
12843
  emptyString?: number;
12844
+ /**
12845
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
12846
+ * are not validated.
12847
+ */
12848
+ strictGroupingValidation?: boolean;
12835
12849
  },
12836
12850
  /**
12837
12851
  * Locale to get the formatter for
@@ -12967,6 +12981,11 @@ declare namespace sap {
12967
12981
  * this parameter is set to NaN, empty string is parsed as NaN and NaN is formatted as empty string.
12968
12982
  */
12969
12983
  emptyString?: number;
12984
+ /**
12985
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
12986
+ * are not validated.
12987
+ */
12988
+ strictGroupingValidation?: boolean;
12970
12989
  },
12971
12990
  /**
12972
12991
  * Locale to get the formatter for
@@ -13111,6 +13130,11 @@ declare namespace sap {
13111
13130
  * string.
13112
13131
  */
13113
13132
  emptyString?: number;
13133
+ /**
13134
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
13135
+ * are not validated.
13136
+ */
13137
+ strictGroupingValidation?: boolean;
13114
13138
  },
13115
13139
  /**
13116
13140
  * Locale to get the formatter for
@@ -13270,6 +13294,11 @@ declare namespace sap {
13270
13294
  * as empty string.
13271
13295
  */
13272
13296
  emptyString?: number;
13297
+ /**
13298
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
13299
+ * are not validated.
13300
+ */
13301
+ strictGroupingValidation?: boolean;
13273
13302
  },
13274
13303
  /**
13275
13304
  * Locale to get the formatter for
@@ -14361,11 +14390,11 @@ declare namespace sap {
14361
14390
  /**
14362
14391
  * Whether the fragment content should be added to the `dependents` aggregation of the view
14363
14392
  */
14364
- addToDependents?: object;
14393
+ addToDependents?: boolean;
14365
14394
  /**
14366
14395
  * Whether the IDs of the fragment content will be prefixed by the view ID
14367
14396
  */
14368
- autoPrefixId?: object;
14397
+ autoPrefixId?: boolean;
14369
14398
  /**
14370
14399
  * the ID of the Fragment
14371
14400
  */
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.8
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
1
+ // For Library Version: 1.96.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**