@openui5/ts-types-esm 1.96.39 → 1.96.40
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 +21 -11
- 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.40
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -18400,7 +18400,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18400
18400
|
*/
|
|
18401
18401
|
pattern?: string;
|
|
18402
18402
|
/**
|
|
18403
|
-
* defines whether grouping is enabled (show the grouping separators)
|
|
18403
|
+
* defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
|
|
18404
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
18404
18405
|
*/
|
|
18405
18406
|
groupingEnabled?: boolean;
|
|
18406
18407
|
/**
|
|
@@ -18409,7 +18410,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18409
18410
|
*/
|
|
18410
18411
|
groupingSeparator?: string;
|
|
18411
18412
|
/**
|
|
18412
|
-
* defines the grouping size in digits, the default is three
|
|
18413
|
+
* defines the grouping size in digits, the default is three. **Note:** If this format option is set to
|
|
18414
|
+
* a non-positive value, grouping will be disabled entirely.
|
|
18413
18415
|
*/
|
|
18414
18416
|
groupingSize?: int;
|
|
18415
18417
|
/**
|
|
@@ -18575,7 +18577,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18575
18577
|
*/
|
|
18576
18578
|
pattern?: string;
|
|
18577
18579
|
/**
|
|
18578
|
-
* defines whether grouping is enabled (show the grouping separators)
|
|
18580
|
+
* defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
|
|
18581
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
18579
18582
|
*/
|
|
18580
18583
|
groupingEnabled?: boolean;
|
|
18581
18584
|
/**
|
|
@@ -18584,7 +18587,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18584
18587
|
*/
|
|
18585
18588
|
groupingSeparator?: string;
|
|
18586
18589
|
/**
|
|
18587
|
-
* defines the grouping size in digits, the default is three
|
|
18590
|
+
* defines the grouping size in digits, the default is three. **Note:** If this format option is set to
|
|
18591
|
+
* a non-positive value, grouping will be disabled entirely.
|
|
18588
18592
|
*/
|
|
18589
18593
|
groupingSize?: int;
|
|
18590
18594
|
/**
|
|
@@ -18716,7 +18720,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18716
18720
|
*/
|
|
18717
18721
|
pattern?: string;
|
|
18718
18722
|
/**
|
|
18719
|
-
* defines whether grouping is enabled (show the grouping separators)
|
|
18723
|
+
* defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
|
|
18724
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
18720
18725
|
*/
|
|
18721
18726
|
groupingEnabled?: boolean;
|
|
18722
18727
|
/**
|
|
@@ -18725,7 +18730,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18725
18730
|
*/
|
|
18726
18731
|
groupingSeparator?: string;
|
|
18727
18732
|
/**
|
|
18728
|
-
* defines the grouping size in digits, the default is three
|
|
18733
|
+
* defines the grouping size in digits, the default is three. **Note:** If this format option is set to
|
|
18734
|
+
* a non-positive value, grouping will be disabled entirely.
|
|
18729
18735
|
*/
|
|
18730
18736
|
groupingSize?: int;
|
|
18731
18737
|
/**
|
|
@@ -18860,7 +18866,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18860
18866
|
*/
|
|
18861
18867
|
pattern?: string;
|
|
18862
18868
|
/**
|
|
18863
|
-
* defines whether grouping is enabled (show the grouping separators)
|
|
18869
|
+
* defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
|
|
18870
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
18864
18871
|
*/
|
|
18865
18872
|
groupingEnabled?: boolean;
|
|
18866
18873
|
/**
|
|
@@ -18869,7 +18876,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18869
18876
|
*/
|
|
18870
18877
|
groupingSeparator?: string;
|
|
18871
18878
|
/**
|
|
18872
|
-
* defines the grouping size in digits, the default is three
|
|
18879
|
+
* defines the grouping size in digits, the default is three. **Note:** If this format option is set to
|
|
18880
|
+
* a non-positive value, grouping will be disabled entirely.
|
|
18873
18881
|
*/
|
|
18874
18882
|
groupingSize?: int;
|
|
18875
18883
|
/**
|
|
@@ -19005,7 +19013,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
19005
19013
|
*/
|
|
19006
19014
|
pattern?: string;
|
|
19007
19015
|
/**
|
|
19008
|
-
* defines whether grouping is enabled (show the grouping separators)
|
|
19016
|
+
* defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
|
|
19017
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19009
19018
|
*/
|
|
19010
19019
|
groupingEnabled?: boolean;
|
|
19011
19020
|
/**
|
|
@@ -19014,7 +19023,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
19014
19023
|
*/
|
|
19015
19024
|
groupingSeparator?: string;
|
|
19016
19025
|
/**
|
|
19017
|
-
* defines the grouping size in digits, the default is three
|
|
19026
|
+
* defines the grouping size in digits, the default is three. **Note:** If this format option is set to
|
|
19027
|
+
* a non-positive value, grouping will be disabled entirely.
|
|
19018
19028
|
*/
|
|
19019
19029
|
groupingSize?: int;
|
|
19020
19030
|
/**
|
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,8 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @SINCE 1.96.
|
|
5
|
+
* @SINCE 1.96.40
|
|
6
6
|
*
|
|
7
7
|
* Defines the Audiences.
|
|
8
8
|
*/
|
|
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
|
|
|
21
21
|
Internal = "Internal",
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* @SINCE 1.96.
|
|
24
|
+
* @SINCE 1.96.40
|
|
25
25
|
*
|
|
26
26
|
* Issue Categories.
|
|
27
27
|
*/
|
|
@@ -76,7 +76,7 @@ declare module "sap/ui/support/library" {
|
|
|
76
76
|
Usage = "Usage",
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* @SINCE 1.96.
|
|
79
|
+
* @SINCE 1.96.40
|
|
80
80
|
*
|
|
81
81
|
* Analysis history formats.
|
|
82
82
|
*/
|
|
@@ -91,7 +91,7 @@ declare module "sap/ui/support/library" {
|
|
|
91
91
|
String = "String",
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
* @SINCE 1.96.
|
|
94
|
+
* @SINCE 1.96.40
|
|
95
95
|
*
|
|
96
96
|
* Defines severity types.
|
|
97
97
|
*/
|
|
@@ -110,7 +110,7 @@ declare module "sap/ui/support/library" {
|
|
|
110
110
|
Medium = "Medium",
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
|
-
* @SINCE 1.96.
|
|
113
|
+
* @SINCE 1.96.40
|
|
114
114
|
*
|
|
115
115
|
* Contains the available system presets.
|
|
116
116
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED