@openui5/ts-types-esm 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 module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -28426,8 +28426,6 @@ declare module "sap/m/GenericTile" {
|
|
|
28426
28426
|
*/
|
|
28427
28427
|
getIcon(): Control;
|
|
28428
28428
|
/**
|
|
28429
|
-
* @EXPERIMENTAL
|
|
28430
|
-
*
|
|
28431
28429
|
* Gets current value of property {@link #getIconLoaded iconLoaded}.
|
|
28432
28430
|
*
|
|
28433
28431
|
* The load state of the tileIcon.
|
|
@@ -28572,7 +28570,7 @@ declare module "sap/m/GenericTile" {
|
|
|
28572
28570
|
getUrl(): URI;
|
|
28573
28571
|
/**
|
|
28574
28572
|
* @SINCE 1.95
|
|
28575
|
-
* @EXPERIMENTAL
|
|
28573
|
+
* @EXPERIMENTAL (since 1.95)
|
|
28576
28574
|
*
|
|
28577
28575
|
* Gets current value of property {@link #getValueColor valueColor}.
|
|
28578
28576
|
*
|
|
@@ -28927,8 +28925,6 @@ declare module "sap/m/GenericTile" {
|
|
|
28927
28925
|
oIcon: Control
|
|
28928
28926
|
): this;
|
|
28929
28927
|
/**
|
|
28930
|
-
* @EXPERIMENTAL
|
|
28931
|
-
*
|
|
28932
28928
|
* Sets a new value for property {@link #getIconLoaded iconLoaded}.
|
|
28933
28929
|
*
|
|
28934
28930
|
* The load state of the tileIcon.
|
|
@@ -29150,7 +29146,7 @@ declare module "sap/m/GenericTile" {
|
|
|
29150
29146
|
): this;
|
|
29151
29147
|
/**
|
|
29152
29148
|
* @SINCE 1.95
|
|
29153
|
-
* @EXPERIMENTAL
|
|
29149
|
+
* @EXPERIMENTAL (since 1.95)
|
|
29154
29150
|
*
|
|
29155
29151
|
* Sets a new value for property {@link #getValueColor valueColor}.
|
|
29156
29152
|
*
|
|
@@ -29425,7 +29421,7 @@ declare module "sap/m/GenericTile" {
|
|
|
29425
29421
|
|
|
29426
29422
|
/**
|
|
29427
29423
|
* @SINCE 1.95
|
|
29428
|
-
* @EXPERIMENTAL
|
|
29424
|
+
* @EXPERIMENTAL (since 1.95)
|
|
29429
29425
|
*
|
|
29430
29426
|
* The semantic color of the value.
|
|
29431
29427
|
*/
|
|
@@ -29435,8 +29431,6 @@ declare module "sap/m/GenericTile" {
|
|
|
29435
29431
|
| `{${string}}`;
|
|
29436
29432
|
|
|
29437
29433
|
/**
|
|
29438
|
-
* @EXPERIMENTAL
|
|
29439
|
-
*
|
|
29440
29434
|
* The load state of the tileIcon.
|
|
29441
29435
|
*/
|
|
29442
29436
|
iconLoaded?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -119669,8 +119663,6 @@ declare module "sap/m/TileContent" {
|
|
|
119669
119663
|
*/
|
|
119670
119664
|
getPriority(): Priority | keyof typeof Priority;
|
|
119671
119665
|
/**
|
|
119672
|
-
* @EXPERIMENTAL (since 1.103)
|
|
119673
|
-
*
|
|
119674
119666
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
119675
119667
|
*
|
|
119676
119668
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
@@ -119811,8 +119803,6 @@ declare module "sap/m/TileContent" {
|
|
|
119811
119803
|
sPriority?: Priority | keyof typeof Priority
|
|
119812
119804
|
): this;
|
|
119813
119805
|
/**
|
|
119814
|
-
* @EXPERIMENTAL (since 1.103)
|
|
119815
|
-
*
|
|
119816
119806
|
* Sets a new value for property {@link #getPriorityText priorityText}.
|
|
119817
119807
|
*
|
|
119818
119808
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
@@ -119968,8 +119958,6 @@ declare module "sap/m/TileContent" {
|
|
|
119968
119958
|
| `{${string}}`;
|
|
119969
119959
|
|
|
119970
119960
|
/**
|
|
119971
|
-
* @EXPERIMENTAL (since 1.103)
|
|
119972
|
-
*
|
|
119973
119961
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
119974
119962
|
*/
|
|
119975
119963
|
priorityText?: string | PropertyBindingInfo;
|
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
|
/**
|
|
@@ -20112,6 +20112,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20112
20112
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20113
20113
|
*/
|
|
20114
20114
|
showScale?: boolean;
|
|
20115
|
+
/**
|
|
20116
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20117
|
+
* are not validated.
|
|
20118
|
+
*/
|
|
20119
|
+
strictGroupingValidation?: boolean;
|
|
20115
20120
|
/**
|
|
20116
20121
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20117
20122
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -20303,6 +20308,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20303
20308
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20304
20309
|
*/
|
|
20305
20310
|
showScale?: boolean;
|
|
20311
|
+
/**
|
|
20312
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20313
|
+
* are not validated.
|
|
20314
|
+
*/
|
|
20315
|
+
strictGroupingValidation?: boolean;
|
|
20306
20316
|
/**
|
|
20307
20317
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20308
20318
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -20451,6 +20461,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20451
20461
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20452
20462
|
*/
|
|
20453
20463
|
showScale?: boolean;
|
|
20464
|
+
/**
|
|
20465
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20466
|
+
* are not validated.
|
|
20467
|
+
*/
|
|
20468
|
+
strictGroupingValidation?: boolean;
|
|
20454
20469
|
/**
|
|
20455
20470
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20456
20471
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -20613,6 +20628,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20613
20628
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20614
20629
|
*/
|
|
20615
20630
|
showScale?: boolean;
|
|
20631
|
+
/**
|
|
20632
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20633
|
+
* are not validated.
|
|
20634
|
+
*/
|
|
20635
|
+
strictGroupingValidation?: boolean;
|
|
20616
20636
|
/**
|
|
20617
20637
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20618
20638
|
* 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