@openui5/ts-types-esm 1.108.42 → 1.108.43
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 +1 -1
- 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.108.
|
|
267
|
+
// For Library Version: 1.108.43
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -20325,7 +20325,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20325
20325
|
*/
|
|
20326
20326
|
groupingBaseSize?: int;
|
|
20327
20327
|
/**
|
|
20328
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
20328
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
20329
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
20329
20330
|
*/
|
|
20330
20331
|
groupingEnabled?: boolean;
|
|
20331
20332
|
/**
|
|
@@ -20334,7 +20335,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20334
20335
|
*/
|
|
20335
20336
|
groupingSeparator?: string;
|
|
20336
20337
|
/**
|
|
20337
|
-
* defines the grouping size in digits; the default is `3`.
|
|
20338
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
20339
|
+
* non-positive value, grouping will be disabled entirely.
|
|
20338
20340
|
*/
|
|
20339
20341
|
groupingSize?: int;
|
|
20340
20342
|
/**
|
|
@@ -20495,7 +20497,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20495
20497
|
*/
|
|
20496
20498
|
groupingBaseSize?: int;
|
|
20497
20499
|
/**
|
|
20498
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
20500
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
20501
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
20499
20502
|
*/
|
|
20500
20503
|
groupingEnabled?: boolean;
|
|
20501
20504
|
/**
|
|
@@ -20504,7 +20507,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20504
20507
|
*/
|
|
20505
20508
|
groupingSeparator?: string;
|
|
20506
20509
|
/**
|
|
20507
|
-
* defines the grouping size in digits; the default is `3`.
|
|
20510
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
20511
|
+
* non-positive value, grouping will be disabled entirely.
|
|
20508
20512
|
*/
|
|
20509
20513
|
groupingSize?: int;
|
|
20510
20514
|
/**
|
|
@@ -20651,7 +20655,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20651
20655
|
*/
|
|
20652
20656
|
groupingBaseSize?: int;
|
|
20653
20657
|
/**
|
|
20654
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
20658
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
20659
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
20655
20660
|
*/
|
|
20656
20661
|
groupingEnabled?: boolean;
|
|
20657
20662
|
/**
|
|
@@ -20660,7 +20665,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20660
20665
|
*/
|
|
20661
20666
|
groupingSeparator?: string;
|
|
20662
20667
|
/**
|
|
20663
|
-
* defines the grouping size in digits; the default is `3`.
|
|
20668
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
20669
|
+
* non-positive value, grouping will be disabled entirely.
|
|
20664
20670
|
*/
|
|
20665
20671
|
groupingSize?: int;
|
|
20666
20672
|
/**
|
|
@@ -20800,7 +20806,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20800
20806
|
*/
|
|
20801
20807
|
groupingBaseSize?: int;
|
|
20802
20808
|
/**
|
|
20803
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
20809
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
20810
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
20804
20811
|
*/
|
|
20805
20812
|
groupingEnabled?: boolean;
|
|
20806
20813
|
/**
|
|
@@ -20809,7 +20816,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20809
20816
|
*/
|
|
20810
20817
|
groupingSeparator?: string;
|
|
20811
20818
|
/**
|
|
20812
|
-
* defines the grouping size in digits; the default is `3`.
|
|
20819
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
20820
|
+
* non-positive value, grouping will be disabled entirely.
|
|
20813
20821
|
*/
|
|
20814
20822
|
groupingSize?: int;
|
|
20815
20823
|
/**
|
|
@@ -20957,7 +20965,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20957
20965
|
*/
|
|
20958
20966
|
groupingBaseSize?: int;
|
|
20959
20967
|
/**
|
|
20960
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
20968
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
20969
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
20961
20970
|
*/
|
|
20962
20971
|
groupingEnabled?: boolean;
|
|
20963
20972
|
/**
|
|
@@ -20966,7 +20975,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20966
20975
|
*/
|
|
20967
20976
|
groupingSeparator?: string;
|
|
20968
20977
|
/**
|
|
20969
|
-
* defines the grouping size in digits; the default is `3`. It must be a positive number.
|
|
20978
|
+
* defines the grouping size in digits; the default is `3`. It must be a positive number. **Note:** If this
|
|
20979
|
+
* format option is set to a non-positive value, grouping will be disabled entirely.
|
|
20970
20980
|
*/
|
|
20971
20981
|
groupingSize?: int;
|
|
20972
20982
|
/**
|
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
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED