@openui5/ts-types 1.108.41 → 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
|
/**
|
|
@@ -13817,7 +13817,8 @@ declare namespace sap {
|
|
|
13817
13817
|
*/
|
|
13818
13818
|
groupingBaseSize?: int;
|
|
13819
13819
|
/**
|
|
13820
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
13820
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
13821
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
13821
13822
|
*/
|
|
13822
13823
|
groupingEnabled?: boolean;
|
|
13823
13824
|
/**
|
|
@@ -13826,7 +13827,8 @@ declare namespace sap {
|
|
|
13826
13827
|
*/
|
|
13827
13828
|
groupingSeparator?: string;
|
|
13828
13829
|
/**
|
|
13829
|
-
* defines the grouping size in digits; the default is `3`.
|
|
13830
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
13831
|
+
* non-positive value, grouping will be disabled entirely.
|
|
13830
13832
|
*/
|
|
13831
13833
|
groupingSize?: int;
|
|
13832
13834
|
/**
|
|
@@ -13987,7 +13989,8 @@ declare namespace sap {
|
|
|
13987
13989
|
*/
|
|
13988
13990
|
groupingBaseSize?: int;
|
|
13989
13991
|
/**
|
|
13990
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
13992
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
13993
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
13991
13994
|
*/
|
|
13992
13995
|
groupingEnabled?: boolean;
|
|
13993
13996
|
/**
|
|
@@ -13996,7 +13999,8 @@ declare namespace sap {
|
|
|
13996
13999
|
*/
|
|
13997
14000
|
groupingSeparator?: string;
|
|
13998
14001
|
/**
|
|
13999
|
-
* defines the grouping size in digits; the default is `3`.
|
|
14002
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
14003
|
+
* non-positive value, grouping will be disabled entirely.
|
|
14000
14004
|
*/
|
|
14001
14005
|
groupingSize?: int;
|
|
14002
14006
|
/**
|
|
@@ -14143,7 +14147,8 @@ declare namespace sap {
|
|
|
14143
14147
|
*/
|
|
14144
14148
|
groupingBaseSize?: int;
|
|
14145
14149
|
/**
|
|
14146
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
14150
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
14151
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
14147
14152
|
*/
|
|
14148
14153
|
groupingEnabled?: boolean;
|
|
14149
14154
|
/**
|
|
@@ -14152,7 +14157,8 @@ declare namespace sap {
|
|
|
14152
14157
|
*/
|
|
14153
14158
|
groupingSeparator?: string;
|
|
14154
14159
|
/**
|
|
14155
|
-
* defines the grouping size in digits; the default is `3`.
|
|
14160
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
14161
|
+
* non-positive value, grouping will be disabled entirely.
|
|
14156
14162
|
*/
|
|
14157
14163
|
groupingSize?: int;
|
|
14158
14164
|
/**
|
|
@@ -14292,7 +14298,8 @@ declare namespace sap {
|
|
|
14292
14298
|
*/
|
|
14293
14299
|
groupingBaseSize?: int;
|
|
14294
14300
|
/**
|
|
14295
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
14301
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
14302
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
14296
14303
|
*/
|
|
14297
14304
|
groupingEnabled?: boolean;
|
|
14298
14305
|
/**
|
|
@@ -14301,7 +14308,8 @@ declare namespace sap {
|
|
|
14301
14308
|
*/
|
|
14302
14309
|
groupingSeparator?: string;
|
|
14303
14310
|
/**
|
|
14304
|
-
* defines the grouping size in digits; the default is `3`.
|
|
14311
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
14312
|
+
* non-positive value, grouping will be disabled entirely.
|
|
14305
14313
|
*/
|
|
14306
14314
|
groupingSize?: int;
|
|
14307
14315
|
/**
|
|
@@ -14449,7 +14457,8 @@ declare namespace sap {
|
|
|
14449
14457
|
*/
|
|
14450
14458
|
groupingBaseSize?: int;
|
|
14451
14459
|
/**
|
|
14452
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
14460
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
14461
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
14453
14462
|
*/
|
|
14454
14463
|
groupingEnabled?: boolean;
|
|
14455
14464
|
/**
|
|
@@ -14458,7 +14467,8 @@ declare namespace sap {
|
|
|
14458
14467
|
*/
|
|
14459
14468
|
groupingSeparator?: string;
|
|
14460
14469
|
/**
|
|
14461
|
-
* defines the grouping size in digits; the default is `3`. It must be a positive number.
|
|
14470
|
+
* defines the grouping size in digits; the default is `3`. It must be a positive number. **Note:** If this
|
|
14471
|
+
* format option is set to a non-positive value, grouping will be disabled entirely.
|
|
14462
14472
|
*/
|
|
14463
14473
|
groupingSize?: int;
|
|
14464
14474
|
/**
|
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