@openui5/ts-types 1.120.24 → 1.120.26
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/index.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +8 -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 +17 -10
- 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/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* Copyright 2009-
|
|
3
|
+
* Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
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.26
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -30907,7 +30907,6 @@ declare namespace sap {
|
|
|
30907
30907
|
|
|
30908
30908
|
/**
|
|
30909
30909
|
* Defines the width of the `MenuButton`.
|
|
30910
|
-
* **Note:**As per visual design this width can be maximum of 12rem (192px).
|
|
30911
30910
|
*/
|
|
30912
30911
|
width?:
|
|
30913
30912
|
| sap.ui.core.CSSSize
|
|
@@ -86703,7 +86702,6 @@ declare namespace sap {
|
|
|
86703
86702
|
* Gets current value of property {@link #getWidth width}.
|
|
86704
86703
|
*
|
|
86705
86704
|
* Defines the width of the `MenuButton`.
|
|
86706
|
-
* **Note:**As per visual design this width can be maximum of 12rem (192px).
|
|
86707
86705
|
*
|
|
86708
86706
|
*
|
|
86709
86707
|
* @returns Value of property `width`
|
|
@@ -86970,7 +86968,6 @@ declare namespace sap {
|
|
|
86970
86968
|
* Sets a new value for property {@link #getWidth width}.
|
|
86971
86969
|
*
|
|
86972
86970
|
* Defines the width of the `MenuButton`.
|
|
86973
|
-
* **Note:**As per visual design this width can be maximum of 12rem (192px).
|
|
86974
86971
|
*
|
|
86975
86972
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
86976
86973
|
*
|
|
@@ -123553,6 +123550,13 @@ declare namespace sap {
|
|
|
123553
123550
|
*/
|
|
123554
123551
|
vItem: int | string | sap.ui.core.Item
|
|
123555
123552
|
): sap.ui.core.Item | null;
|
|
123553
|
+
/**
|
|
123554
|
+
* Select next selectable item in the select list
|
|
123555
|
+
*
|
|
123556
|
+
*
|
|
123557
|
+
* @returns item to be selected
|
|
123558
|
+
*/
|
|
123559
|
+
selectNextSelectableItem(): sap.ui.core.Item;
|
|
123556
123560
|
/**
|
|
123557
123561
|
* Sets a new value for property {@link #getAutoAdjustWidth autoAdjustWidth}.
|
|
123558
123562
|
*
|
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.26
|
|
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
|
}
|
|
@@ -22627,7 +22626,7 @@ declare namespace sap {
|
|
|
22627
22626
|
* - the first week of the year.
|
|
22628
22627
|
*
|
|
22629
22628
|
* @since 1.108.0
|
|
22630
|
-
* @deprecated (since 1.120) - Please use {@link module:sap/base/
|
|
22629
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/base/i18n/date/CalendarWeekNumbering} instead.
|
|
22631
22630
|
*/
|
|
22632
22631
|
enum CalendarWeekNumbering {
|
|
22633
22632
|
/**
|
|
@@ -49058,7 +49057,7 @@ declare namespace sap {
|
|
|
49058
49057
|
/**
|
|
49059
49058
|
* The types of `Calendar`.
|
|
49060
49059
|
*
|
|
49061
|
-
* @deprecated (since 1.120) - Please use {@link module:sap/base/
|
|
49060
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/base/i18n/date/CalendarType} instead.
|
|
49062
49061
|
*/
|
|
49063
49062
|
enum CalendarType {
|
|
49064
49063
|
/**
|
|
@@ -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
|
|
|
@@ -84294,7 +84301,7 @@ declare namespace sap {
|
|
|
84294
84301
|
* the Opa5 instance to call {@link sap.ui.test.Opa5#waitFor} on
|
|
84295
84302
|
*/
|
|
84296
84303
|
oOpaInstance?: sap.ui.test.Opa5
|
|
84297
|
-
):
|
|
84304
|
+
): sap.ui.test.Opa5;
|
|
84298
84305
|
/**
|
|
84299
84306
|
* Sets the `fragmentId` parameter.
|
|
84300
84307
|
*
|
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