@openui5/ts-types 1.102.1 → 1.102.2
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 +4 -16
- 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 -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 +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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -17385,7 +17385,7 @@ declare namespace sap {
|
|
|
17385
17385
|
|
|
17386
17386
|
/**
|
|
17387
17387
|
* @SINCE 1.95
|
|
17388
|
-
* @EXPERIMENTAL
|
|
17388
|
+
* @EXPERIMENTAL (since 1.95)
|
|
17389
17389
|
*
|
|
17390
17390
|
* The semantic color of the value.
|
|
17391
17391
|
*/
|
|
@@ -17395,8 +17395,6 @@ declare namespace sap {
|
|
|
17395
17395
|
| `{${string}}`;
|
|
17396
17396
|
|
|
17397
17397
|
/**
|
|
17398
|
-
* @EXPERIMENTAL
|
|
17399
|
-
*
|
|
17400
17398
|
* The load state of the tileIcon.
|
|
17401
17399
|
*/
|
|
17402
17400
|
iconLoaded?:
|
|
@@ -28828,8 +28826,6 @@ declare namespace sap {
|
|
|
28828
28826
|
| `{${string}}`;
|
|
28829
28827
|
|
|
28830
28828
|
/**
|
|
28831
|
-
* @EXPERIMENTAL (since 1.103)
|
|
28832
|
-
*
|
|
28833
28829
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
28834
28830
|
*/
|
|
28835
28831
|
priorityText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -53442,8 +53438,6 @@ declare namespace sap {
|
|
|
53442
53438
|
*/
|
|
53443
53439
|
getIcon(): sap.ui.core.Control;
|
|
53444
53440
|
/**
|
|
53445
|
-
* @EXPERIMENTAL
|
|
53446
|
-
*
|
|
53447
53441
|
* Gets current value of property {@link #getIconLoaded iconLoaded}.
|
|
53448
53442
|
*
|
|
53449
53443
|
* The load state of the tileIcon.
|
|
@@ -53588,7 +53582,7 @@ declare namespace sap {
|
|
|
53588
53582
|
getUrl(): sap.ui.core.URI;
|
|
53589
53583
|
/**
|
|
53590
53584
|
* @SINCE 1.95
|
|
53591
|
-
* @EXPERIMENTAL
|
|
53585
|
+
* @EXPERIMENTAL (since 1.95)
|
|
53592
53586
|
*
|
|
53593
53587
|
* Gets current value of property {@link #getValueColor valueColor}.
|
|
53594
53588
|
*
|
|
@@ -53943,8 +53937,6 @@ declare namespace sap {
|
|
|
53943
53937
|
oIcon: sap.ui.core.Control
|
|
53944
53938
|
): this;
|
|
53945
53939
|
/**
|
|
53946
|
-
* @EXPERIMENTAL
|
|
53947
|
-
*
|
|
53948
53940
|
* Sets a new value for property {@link #getIconLoaded iconLoaded}.
|
|
53949
53941
|
*
|
|
53950
53942
|
* The load state of the tileIcon.
|
|
@@ -54166,7 +54158,7 @@ declare namespace sap {
|
|
|
54166
54158
|
): this;
|
|
54167
54159
|
/**
|
|
54168
54160
|
* @SINCE 1.95
|
|
54169
|
-
* @EXPERIMENTAL
|
|
54161
|
+
* @EXPERIMENTAL (since 1.95)
|
|
54170
54162
|
*
|
|
54171
54163
|
* Sets a new value for property {@link #getValueColor valueColor}.
|
|
54172
54164
|
*
|
|
@@ -121515,8 +121507,6 @@ declare namespace sap {
|
|
|
121515
121507
|
*/
|
|
121516
121508
|
getPriority(): sap.m.Priority;
|
|
121517
121509
|
/**
|
|
121518
|
-
* @EXPERIMENTAL (since 1.103)
|
|
121519
|
-
*
|
|
121520
121510
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
121521
121511
|
*
|
|
121522
121512
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
@@ -121657,8 +121647,6 @@ declare namespace sap {
|
|
|
121657
121647
|
sPriority?: sap.m.Priority
|
|
121658
121648
|
): this;
|
|
121659
121649
|
/**
|
|
121660
|
-
* @EXPERIMENTAL (since 1.103)
|
|
121661
|
-
*
|
|
121662
121650
|
* Sets a new value for property {@link #getPriorityText priorityText}.
|
|
121663
121651
|
*
|
|
121664
121652
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
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.102.
|
|
267
|
+
// For Library Version: 1.102.2
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -13773,6 +13773,11 @@ declare namespace sap {
|
|
|
13773
13773
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
13774
13774
|
*/
|
|
13775
13775
|
showScale?: boolean;
|
|
13776
|
+
/**
|
|
13777
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
13778
|
+
* are not validated.
|
|
13779
|
+
*/
|
|
13780
|
+
strictGroupingValidation?: boolean;
|
|
13776
13781
|
/**
|
|
13777
13782
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
13778
13783
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -13964,6 +13969,11 @@ declare namespace sap {
|
|
|
13964
13969
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
13965
13970
|
*/
|
|
13966
13971
|
showScale?: boolean;
|
|
13972
|
+
/**
|
|
13973
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
13974
|
+
* are not validated.
|
|
13975
|
+
*/
|
|
13976
|
+
strictGroupingValidation?: boolean;
|
|
13967
13977
|
/**
|
|
13968
13978
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
13969
13979
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -14112,6 +14122,11 @@ declare namespace sap {
|
|
|
14112
14122
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
14113
14123
|
*/
|
|
14114
14124
|
showScale?: boolean;
|
|
14125
|
+
/**
|
|
14126
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
14127
|
+
* are not validated.
|
|
14128
|
+
*/
|
|
14129
|
+
strictGroupingValidation?: boolean;
|
|
14115
14130
|
/**
|
|
14116
14131
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
14117
14132
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -14274,6 +14289,11 @@ declare namespace sap {
|
|
|
14274
14289
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
14275
14290
|
*/
|
|
14276
14291
|
showScale?: boolean;
|
|
14292
|
+
/**
|
|
14293
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
14294
|
+
* are not validated.
|
|
14295
|
+
*/
|
|
14296
|
+
strictGroupingValidation?: boolean;
|
|
14277
14297
|
/**
|
|
14278
14298
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
14279
14299
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
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