@openui5/ts-types 1.120.25 → 1.120.27
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 +41 -4
- 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 +14 -7
- 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 +47 -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.120.
|
|
1
|
+
// For Library Version: 1.120.27
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -14962,6 +14962,11 @@ declare namespace sap {
|
|
|
14962
14962
|
*/
|
|
14963
14963
|
uploader?: sap.m.upload.Uploader;
|
|
14964
14964
|
|
|
14965
|
+
/**
|
|
14966
|
+
* An illustrated message is displayed when no data is loaded or provided
|
|
14967
|
+
*/
|
|
14968
|
+
illustratedMessage?: sap.m.IllustratedMessage;
|
|
14969
|
+
|
|
14965
14970
|
/**
|
|
14966
14971
|
* This event is fired when a new file is added to the set of items to be uploaded.
|
|
14967
14972
|
*/
|
|
@@ -18674,6 +18679,13 @@ declare namespace sap {
|
|
|
18674
18679
|
* @returns Reference to `this` in order to allow method chaining
|
|
18675
18680
|
*/
|
|
18676
18681
|
destroyHeaderFields(): this;
|
|
18682
|
+
/**
|
|
18683
|
+
* Destroys the illustratedMessage in the aggregation {@link #getIllustratedMessage illustratedMessage}.
|
|
18684
|
+
*
|
|
18685
|
+
*
|
|
18686
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
18687
|
+
*/
|
|
18688
|
+
destroyIllustratedMessage(): this;
|
|
18677
18689
|
/**
|
|
18678
18690
|
* Destroys all the incompleteItems in the aggregation {@link #getIncompleteItems incompleteItems}.
|
|
18679
18691
|
*
|
|
@@ -19405,6 +19417,12 @@ declare namespace sap {
|
|
|
19405
19417
|
* @returns Value of property `httpRequestMethod`
|
|
19406
19418
|
*/
|
|
19407
19419
|
getHttpRequestMethod(): sap.m.upload.UploaderHttpRequestMethod;
|
|
19420
|
+
/**
|
|
19421
|
+
* Gets content of aggregation {@link #getIllustratedMessage illustratedMessage}.
|
|
19422
|
+
*
|
|
19423
|
+
* An illustrated message is displayed when no data is loaded or provided
|
|
19424
|
+
*/
|
|
19425
|
+
getIllustratedMessage(): sap.m.IllustratedMessage;
|
|
19408
19426
|
/**
|
|
19409
19427
|
* Gets content of aggregation {@link #getIncompleteItems incompleteItems}.
|
|
19410
19428
|
*
|
|
@@ -19954,6 +19972,18 @@ declare namespace sap {
|
|
|
19954
19972
|
*/
|
|
19955
19973
|
sHttpRequestMethod?: sap.m.upload.UploaderHttpRequestMethod
|
|
19956
19974
|
): this;
|
|
19975
|
+
/**
|
|
19976
|
+
* Sets the aggregated {@link #getIllustratedMessage illustratedMessage}.
|
|
19977
|
+
*
|
|
19978
|
+
*
|
|
19979
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
19980
|
+
*/
|
|
19981
|
+
setIllustratedMessage(
|
|
19982
|
+
/**
|
|
19983
|
+
* The illustratedMessage to set
|
|
19984
|
+
*/
|
|
19985
|
+
oIllustratedMessage: sap.m.IllustratedMessage
|
|
19986
|
+
): this;
|
|
19957
19987
|
/**
|
|
19958
19988
|
* Sets a new value for property {@link #getInstantUpload instantUpload}.
|
|
19959
19989
|
*
|
|
@@ -24462,6 +24492,9 @@ declare namespace sap {
|
|
|
24462
24492
|
|
|
24463
24493
|
/**
|
|
24464
24494
|
* Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
|
|
24495
|
+
*
|
|
24496
|
+
* **Note:**The aria-labelledby attribute will not be rendered when there are less than two interactive
|
|
24497
|
+
* elements inside the Bar (for example, one Button).
|
|
24465
24498
|
*/
|
|
24466
24499
|
ariaLabelledBy?: Array<sap.ui.core.Control | string>;
|
|
24467
24500
|
}
|
|
@@ -30907,7 +30940,6 @@ declare namespace sap {
|
|
|
30907
30940
|
|
|
30908
30941
|
/**
|
|
30909
30942
|
* Defines the width of the `MenuButton`.
|
|
30910
|
-
* **Note:**As per visual design this width can be maximum of 12rem (192px).
|
|
30911
30943
|
*/
|
|
30912
30944
|
width?:
|
|
30913
30945
|
| sap.ui.core.CSSSize
|
|
@@ -86703,7 +86735,6 @@ declare namespace sap {
|
|
|
86703
86735
|
* Gets current value of property {@link #getWidth width}.
|
|
86704
86736
|
*
|
|
86705
86737
|
* Defines the width of the `MenuButton`.
|
|
86706
|
-
* **Note:**As per visual design this width can be maximum of 12rem (192px).
|
|
86707
86738
|
*
|
|
86708
86739
|
*
|
|
86709
86740
|
* @returns Value of property `width`
|
|
@@ -86970,7 +87001,6 @@ declare namespace sap {
|
|
|
86970
87001
|
* Sets a new value for property {@link #getWidth width}.
|
|
86971
87002
|
*
|
|
86972
87003
|
* Defines the width of the `MenuButton`.
|
|
86973
|
-
* **Note:**As per visual design this width can be maximum of 12rem (192px).
|
|
86974
87004
|
*
|
|
86975
87005
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
86976
87006
|
*
|
|
@@ -123553,6 +123583,13 @@ declare namespace sap {
|
|
|
123553
123583
|
*/
|
|
123554
123584
|
vItem: int | string | sap.ui.core.Item
|
|
123555
123585
|
): sap.ui.core.Item | null;
|
|
123586
|
+
/**
|
|
123587
|
+
* Select next selectable item in the select list
|
|
123588
|
+
*
|
|
123589
|
+
*
|
|
123590
|
+
* @returns item to be selected
|
|
123591
|
+
*/
|
|
123592
|
+
selectNextSelectableItem(): sap.ui.core.Item;
|
|
123556
123593
|
/**
|
|
123557
123594
|
* Sets a new value for property {@link #getAutoAdjustWidth autoAdjustWidth}.
|
|
123558
123595
|
*
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.120.
|
|
283
|
+
// For Library Version: 1.120.27
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -3026,15 +3026,14 @@ declare module "sap/base/util/merge" {
|
|
|
3026
3026
|
|
|
3027
3027
|
declare module "sap/base/util/now" {
|
|
3028
3028
|
/**
|
|
3029
|
-
* Returns a high resolution timestamp in microseconds
|
|
3030
|
-
*
|
|
3031
|
-
*
|
|
3032
|
-
*
|
|
3033
|
-
* function(now){new Date(now());}`
|
|
3029
|
+
* Returns a high resolution timestamp in microseconds. The timestamp is based on 01/01/1970 00:00:00 (UNIX
|
|
3030
|
+
* epoch) as float with microsecond precision. The fractional part of the timestamp represents fractions
|
|
3031
|
+
* of a millisecond. Converting to a `Date` is possible by using `require(["sap/base/util/now"], function(now){new
|
|
3032
|
+
* Date(now());}`
|
|
3034
3033
|
*
|
|
3035
3034
|
* @since 1.58
|
|
3036
3035
|
*
|
|
3037
|
-
* @returns timestamp in microseconds
|
|
3036
|
+
* @returns timestamp in microseconds
|
|
3038
3037
|
*/
|
|
3039
3038
|
export default function now(): float;
|
|
3040
3039
|
}
|
|
@@ -78877,6 +78876,10 @@ declare namespace sap {
|
|
|
78877
78876
|
* The version of the operating system as `float`.
|
|
78878
78877
|
*
|
|
78879
78878
|
* Might be `-1` if no version can reliably be determined.
|
|
78879
|
+
*
|
|
78880
|
+
* **Note:** The property `version` may not contain the correct version for Windows 11 onwards, depending
|
|
78881
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
78882
|
+
* this case the `version` property may contain `10`.
|
|
78880
78883
|
*/
|
|
78881
78884
|
export const version: float;
|
|
78882
78885
|
|
|
@@ -78884,6 +78887,10 @@ declare namespace sap {
|
|
|
78884
78887
|
* The version of the operating system as `string`.
|
|
78885
78888
|
*
|
|
78886
78889
|
* Might be empty if no version can reliably be determined.
|
|
78890
|
+
*
|
|
78891
|
+
* **Note:** The property `versionStr` may not contain the correct version for Windows 11 onwards, depending
|
|
78892
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
78893
|
+
* this case the `versionStr` property may contain `10`.
|
|
78887
78894
|
*/
|
|
78888
78895
|
export const versionStr: string;
|
|
78889
78896
|
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.27
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -1116,6 +1116,9 @@ declare namespace sap {
|
|
|
1116
1116
|
|
|
1117
1117
|
/**
|
|
1118
1118
|
* The list of Subsections.
|
|
1119
|
+
*
|
|
1120
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
1121
|
+
* reasons.
|
|
1119
1122
|
*/
|
|
1120
1123
|
subSections?:
|
|
1121
1124
|
| sap.uxap.ObjectPageSubSection[]
|
|
@@ -1168,6 +1171,22 @@ declare namespace sap {
|
|
|
1168
1171
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1169
1172
|
| `{${string}}`;
|
|
1170
1173
|
|
|
1174
|
+
/**
|
|
1175
|
+
* Defines the actual visibility of the title of `ObjectPageSectionBase`.
|
|
1176
|
+
*
|
|
1177
|
+
* **Note:** This property is read-only. The `ObjectPageSectionBase` updates it, according to internal rules,
|
|
1178
|
+
* based on UX specifications. You can only read the value of `titleVisible` property and use it in your
|
|
1179
|
+
* binding to determine the aria-levels of the inner Controls.
|
|
1180
|
+
*
|
|
1181
|
+
* **Note:** This is a downported feature introduced in version 1.121.0
|
|
1182
|
+
*
|
|
1183
|
+
* @since 1.120.27
|
|
1184
|
+
*/
|
|
1185
|
+
titleVisible?:
|
|
1186
|
+
| boolean
|
|
1187
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1188
|
+
| `{${string}}`;
|
|
1189
|
+
|
|
1171
1190
|
/**
|
|
1172
1191
|
* Invisible ObjectPageSectionBase are not rendered
|
|
1173
1192
|
*/
|
|
@@ -7005,6 +7024,9 @@ declare namespace sap {
|
|
|
7005
7024
|
* Gets content of aggregation {@link #getSubSections subSections}.
|
|
7006
7025
|
*
|
|
7007
7026
|
* The list of Subsections.
|
|
7027
|
+
*
|
|
7028
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
7029
|
+
* reasons.
|
|
7008
7030
|
*/
|
|
7009
7031
|
getSubSections(): sap.uxap.ObjectPageSubSection[];
|
|
7010
7032
|
/**
|
|
@@ -7305,6 +7327,24 @@ declare namespace sap {
|
|
|
7305
7327
|
* @returns Value of property `titleLevel`
|
|
7306
7328
|
*/
|
|
7307
7329
|
getTitleLevel(): sap.ui.core.TitleLevel;
|
|
7330
|
+
/**
|
|
7331
|
+
* Gets current value of property {@link #getTitleVisible titleVisible}.
|
|
7332
|
+
*
|
|
7333
|
+
* Defines the actual visibility of the title of `ObjectPageSectionBase`.
|
|
7334
|
+
*
|
|
7335
|
+
* **Note:** This property is read-only. The `ObjectPageSectionBase` updates it, according to internal rules,
|
|
7336
|
+
* based on UX specifications. You can only read the value of `titleVisible` property and use it in your
|
|
7337
|
+
* binding to determine the aria-levels of the inner Controls.
|
|
7338
|
+
*
|
|
7339
|
+
* **Note:** This is a downported feature introduced in version 1.121.0
|
|
7340
|
+
*
|
|
7341
|
+
* Default value is `true`.
|
|
7342
|
+
*
|
|
7343
|
+
* @since 1.120.27
|
|
7344
|
+
*
|
|
7345
|
+
* @returns Value of property `titleVisible`
|
|
7346
|
+
*/
|
|
7347
|
+
getTitleVisible(): boolean;
|
|
7308
7348
|
/**
|
|
7309
7349
|
* Gets current value of property {@link #getVisible visible}.
|
|
7310
7350
|
*
|
|
@@ -7392,6 +7432,12 @@ declare namespace sap {
|
|
|
7392
7432
|
*/
|
|
7393
7433
|
sTitleLevel?: sap.ui.core.TitleLevel
|
|
7394
7434
|
): this;
|
|
7435
|
+
/**
|
|
7436
|
+
* Sets title visibility
|
|
7437
|
+
*
|
|
7438
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7439
|
+
*/
|
|
7440
|
+
setTitleVisible(bVisible: boolean): void;
|
|
7395
7441
|
/**
|
|
7396
7442
|
* Sets a new value for property {@link #getVisible visible}.
|
|
7397
7443
|
*
|