@openui5/ts-types 1.136.0 → 1.136.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 +29 -10
- 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 +22 -12
- 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.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -745,7 +745,11 @@ declare namespace sap {
|
|
|
745
745
|
/**
|
|
746
746
|
* The handler function to call when the event occurs
|
|
747
747
|
*/
|
|
748
|
-
fnStateEventHandler: (p1: sap.ui.base.Event) => void
|
|
748
|
+
fnStateEventHandler: (p1: sap.ui.base.Event) => void,
|
|
749
|
+
/**
|
|
750
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
751
|
+
*/
|
|
752
|
+
oListener?: object
|
|
749
753
|
): this;
|
|
750
754
|
/**
|
|
751
755
|
* Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
|
|
@@ -768,7 +772,11 @@ declare namespace sap {
|
|
|
768
772
|
/**
|
|
769
773
|
* The handler function to detach from the event
|
|
770
774
|
*/
|
|
771
|
-
fnStateEventHandler: (p1: sap.ui.base.Event) => void
|
|
775
|
+
fnStateEventHandler: (p1: sap.ui.base.Event) => void,
|
|
776
|
+
/**
|
|
777
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
778
|
+
*/
|
|
779
|
+
oListener?: object
|
|
772
780
|
): this;
|
|
773
781
|
|
|
774
782
|
register(
|
|
@@ -41651,7 +41659,8 @@ declare namespace sap {
|
|
|
41651
41659
|
| `{${string}}`;
|
|
41652
41660
|
|
|
41653
41661
|
/**
|
|
41654
|
-
* Width of the control.
|
|
41662
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
41663
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
41655
41664
|
*
|
|
41656
41665
|
* @since 1.72
|
|
41657
41666
|
*/
|
|
@@ -43430,7 +43439,7 @@ declare namespace sap {
|
|
|
43430
43439
|
|
|
43431
43440
|
/**
|
|
43432
43441
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
43433
|
-
*
|
|
43442
|
+
* FrameType Stretch.
|
|
43434
43443
|
*
|
|
43435
43444
|
* @since 1.96
|
|
43436
43445
|
*/
|
|
@@ -43441,7 +43450,7 @@ declare namespace sap {
|
|
|
43441
43450
|
|
|
43442
43451
|
/**
|
|
43443
43452
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
43444
|
-
* Article Mode containing
|
|
43453
|
+
* Article Mode containing FrameType Stretch.
|
|
43445
43454
|
*
|
|
43446
43455
|
* @since 1.103
|
|
43447
43456
|
*/
|
|
@@ -138691,7 +138700,8 @@ declare namespace sap {
|
|
|
138691
138700
|
/**
|
|
138692
138701
|
* Gets current value of property {@link #getWidth width}.
|
|
138693
138702
|
*
|
|
138694
|
-
* Width of the control.
|
|
138703
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
138704
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
138695
138705
|
*
|
|
138696
138706
|
* @since 1.72
|
|
138697
138707
|
*
|
|
@@ -138846,7 +138856,8 @@ declare namespace sap {
|
|
|
138846
138856
|
/**
|
|
138847
138857
|
* Sets a new value for property {@link #getWidth width}.
|
|
138848
138858
|
*
|
|
138849
|
-
* Width of the control.
|
|
138859
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
138860
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
138850
138861
|
*
|
|
138851
138862
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
138852
138863
|
*
|
|
@@ -149272,7 +149283,7 @@ declare namespace sap {
|
|
|
149272
149283
|
* Gets current value of property {@link #getPriority priority}.
|
|
149273
149284
|
*
|
|
149274
149285
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
149275
|
-
*
|
|
149286
|
+
* FrameType Stretch.
|
|
149276
149287
|
*
|
|
149277
149288
|
* Default value is `None`.
|
|
149278
149289
|
*
|
|
@@ -149285,7 +149296,7 @@ declare namespace sap {
|
|
|
149285
149296
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
149286
149297
|
*
|
|
149287
149298
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
149288
|
-
* Article Mode containing
|
|
149299
|
+
* Article Mode containing FrameType Stretch.
|
|
149289
149300
|
*
|
|
149290
149301
|
* @since 1.103
|
|
149291
149302
|
*
|
|
@@ -164881,6 +164892,8 @@ declare namespace sap {
|
|
|
164881
164892
|
AddPeopleToCalendar = "sapIllus-AddPeopleToCalendar",
|
|
164882
164893
|
/**
|
|
164883
164894
|
* "Balloon Sky" illustration type.
|
|
164895
|
+
*
|
|
164896
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.ReceiveAppreciation}
|
|
164884
164897
|
*/
|
|
164885
164898
|
BalloonSky = "sapIllus-BalloonSky",
|
|
164886
164899
|
/**
|
|
@@ -164889,6 +164902,8 @@ declare namespace sap {
|
|
|
164889
164902
|
BeforeSearch = "sapIllus-BeforeSearch",
|
|
164890
164903
|
/**
|
|
164891
164904
|
* "Connection" illustration type.
|
|
164905
|
+
*
|
|
164906
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
164892
164907
|
*/
|
|
164893
164908
|
Connection = "sapIllus-Connection",
|
|
164894
164909
|
/**
|
|
@@ -165079,6 +165094,8 @@ declare namespace sap {
|
|
|
165079
165094
|
SimpleCheckMark = "sapIllus-SimpleCheckMark",
|
|
165080
165095
|
/**
|
|
165081
165096
|
* "Simple Connection" illustration type.
|
|
165097
|
+
*
|
|
165098
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
165082
165099
|
*/
|
|
165083
165100
|
SimpleConnection = "sapIllus-SimpleConnection",
|
|
165084
165101
|
/**
|
|
@@ -170363,6 +170380,8 @@ declare namespace sap {
|
|
|
170363
170380
|
|
|
170364
170381
|
"sap/m/p13n/SortPanel": undefined;
|
|
170365
170382
|
|
|
170383
|
+
"sap/m/p13n/util/diff": undefined;
|
|
170384
|
+
|
|
170366
170385
|
"sap/m/P13nColumnsItem": undefined;
|
|
170367
170386
|
|
|
170368
170387
|
"sap/m/P13nColumnsPanel": undefined;
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.136.
|
|
282
|
+
// For Library Version: 1.136.2
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -18853,7 +18853,8 @@ declare namespace sap {
|
|
|
18853
18853
|
*/
|
|
18854
18854
|
groupingBaseSize?: int;
|
|
18855
18855
|
/**
|
|
18856
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
18856
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
18857
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
18857
18858
|
*/
|
|
18858
18859
|
groupingEnabled?: boolean;
|
|
18859
18860
|
/**
|
|
@@ -18862,7 +18863,8 @@ declare namespace sap {
|
|
|
18862
18863
|
*/
|
|
18863
18864
|
groupingSeparator?: string;
|
|
18864
18865
|
/**
|
|
18865
|
-
* defines the grouping size in digits; the default is `3`.
|
|
18866
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
18867
|
+
* non-positive value, grouping will be disabled entirely.
|
|
18866
18868
|
*/
|
|
18867
18869
|
groupingSize?: int;
|
|
18868
18870
|
/**
|
|
@@ -19032,7 +19034,8 @@ declare namespace sap {
|
|
|
19032
19034
|
*/
|
|
19033
19035
|
groupingBaseSize?: int;
|
|
19034
19036
|
/**
|
|
19035
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19037
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19038
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19036
19039
|
*/
|
|
19037
19040
|
groupingEnabled?: boolean;
|
|
19038
19041
|
/**
|
|
@@ -19041,7 +19044,8 @@ declare namespace sap {
|
|
|
19041
19044
|
*/
|
|
19042
19045
|
groupingSeparator?: string;
|
|
19043
19046
|
/**
|
|
19044
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19047
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19048
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19045
19049
|
*/
|
|
19046
19050
|
groupingSize?: int;
|
|
19047
19051
|
/**
|
|
@@ -19195,7 +19199,8 @@ declare namespace sap {
|
|
|
19195
19199
|
*/
|
|
19196
19200
|
groupingBaseSize?: int;
|
|
19197
19201
|
/**
|
|
19198
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19202
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19203
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19199
19204
|
*/
|
|
19200
19205
|
groupingEnabled?: boolean;
|
|
19201
19206
|
/**
|
|
@@ -19204,7 +19209,8 @@ declare namespace sap {
|
|
|
19204
19209
|
*/
|
|
19205
19210
|
groupingSeparator?: string;
|
|
19206
19211
|
/**
|
|
19207
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19212
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19213
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19208
19214
|
*/
|
|
19209
19215
|
groupingSize?: int;
|
|
19210
19216
|
/**
|
|
@@ -19353,7 +19359,8 @@ declare namespace sap {
|
|
|
19353
19359
|
*/
|
|
19354
19360
|
groupingBaseSize?: int;
|
|
19355
19361
|
/**
|
|
19356
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19362
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19363
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19357
19364
|
*/
|
|
19358
19365
|
groupingEnabled?: boolean;
|
|
19359
19366
|
/**
|
|
@@ -19362,7 +19369,8 @@ declare namespace sap {
|
|
|
19362
19369
|
*/
|
|
19363
19370
|
groupingSeparator?: string;
|
|
19364
19371
|
/**
|
|
19365
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19372
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19373
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19366
19374
|
*/
|
|
19367
19375
|
groupingSize?: int;
|
|
19368
19376
|
/**
|
|
@@ -19523,7 +19531,8 @@ declare namespace sap {
|
|
|
19523
19531
|
*/
|
|
19524
19532
|
groupingBaseSize?: int;
|
|
19525
19533
|
/**
|
|
19526
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19534
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19535
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19527
19536
|
*/
|
|
19528
19537
|
groupingEnabled?: boolean;
|
|
19529
19538
|
/**
|
|
@@ -19532,7 +19541,8 @@ declare namespace sap {
|
|
|
19532
19541
|
*/
|
|
19533
19542
|
groupingSeparator?: string;
|
|
19534
19543
|
/**
|
|
19535
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19544
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19545
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19536
19546
|
*/
|
|
19537
19547
|
groupingSize?: int;
|
|
19538
19548
|
/**
|
|
@@ -57379,7 +57389,7 @@ declare namespace sap {
|
|
|
57379
57389
|
*/
|
|
57380
57390
|
constructor(
|
|
57381
57391
|
/**
|
|
57382
|
-
* Must be `undefined`
|
|
57392
|
+
* Must be `undefined` or `null`
|
|
57383
57393
|
*/
|
|
57384
57394
|
oFormatOptions?: object,
|
|
57385
57395
|
/**
|
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