@openui5/ts-types 1.96.8 → 1.96.9

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.9",
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.9
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.9
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.9
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.9
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.9
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.9
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -12696,6 +12696,11 @@ declare namespace sap {
12696
12696
  * sap.ui.core.Configuration.FormatSettings#setCustomCurrencies} and {@link sap.ui.core.Configuration.FormatSettings#addCustomCurrencies}.
12697
12697
  */
12698
12698
  customCurrencies?: Record<string, object>;
12699
+ /**
12700
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
12701
+ * are not validated.
12702
+ */
12703
+ strictGroupingValidation?: boolean;
12699
12704
  },
12700
12705
  /**
12701
12706
  * Locale to get the formatter for
@@ -12832,6 +12837,11 @@ declare namespace sap {
12832
12837
  * string.
12833
12838
  */
12834
12839
  emptyString?: number;
12840
+ /**
12841
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
12842
+ * are not validated.
12843
+ */
12844
+ strictGroupingValidation?: boolean;
12835
12845
  },
12836
12846
  /**
12837
12847
  * Locale to get the formatter for
@@ -12967,6 +12977,11 @@ declare namespace sap {
12967
12977
  * this parameter is set to NaN, empty string is parsed as NaN and NaN is formatted as empty string.
12968
12978
  */
12969
12979
  emptyString?: number;
12980
+ /**
12981
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
12982
+ * are not validated.
12983
+ */
12984
+ strictGroupingValidation?: boolean;
12970
12985
  },
12971
12986
  /**
12972
12987
  * Locale to get the formatter for
@@ -13111,6 +13126,11 @@ declare namespace sap {
13111
13126
  * string.
13112
13127
  */
13113
13128
  emptyString?: number;
13129
+ /**
13130
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
13131
+ * are not validated.
13132
+ */
13133
+ strictGroupingValidation?: boolean;
13114
13134
  },
13115
13135
  /**
13116
13136
  * Locale to get the formatter for
@@ -13270,6 +13290,11 @@ declare namespace sap {
13270
13290
  * as empty string.
13271
13291
  */
13272
13292
  emptyString?: number;
13293
+ /**
13294
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
13295
+ * are not validated.
13296
+ */
13297
+ strictGroupingValidation?: boolean;
13273
13298
  },
13274
13299
  /**
13275
13300
  * Locale to get the formatter for
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.8
1
+ // For Library Version: 1.96.9
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.8
1
+ // For Library Version: 1.96.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
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.9
2
2
 
3
3
  declare namespace sap {
4
4
  /**