@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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +26 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.96.
|
|
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
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
349
|
+
* @SINCE 1.96.9
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED