@openui5/ts-types 1.130.2 → 1.130.4
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 +3 -3
- 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 +9 -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/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.130.
|
|
1
|
+
// For Library Version: 1.130.4
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -1850,7 +1850,7 @@ declare namespace sap {
|
|
|
1850
1850
|
*
|
|
1851
1851
|
* The first column in the panel describing the selectable fields.
|
|
1852
1852
|
*
|
|
1853
|
-
* Default value is
|
|
1853
|
+
* Default value is `empty string`.
|
|
1854
1854
|
*
|
|
1855
1855
|
*
|
|
1856
1856
|
* @returns Value of property `fieldColumn`
|
|
@@ -1947,7 +1947,7 @@ declare namespace sap {
|
|
|
1947
1947
|
*
|
|
1948
1948
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1949
1949
|
*
|
|
1950
|
-
* Default value is
|
|
1950
|
+
* Default value is `empty string`.
|
|
1951
1951
|
*
|
|
1952
1952
|
*
|
|
1953
1953
|
* @returns Reference to `this` in order to allow method chaining
|
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.130.
|
|
282
|
+
// For Library Version: 1.130.4
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -80236,6 +80236,10 @@ declare namespace sap {
|
|
|
80236
80236
|
* The version of the operating system as `float`.
|
|
80237
80237
|
*
|
|
80238
80238
|
* Might be `-1` if no version can reliably be determined.
|
|
80239
|
+
*
|
|
80240
|
+
* **Note:** The property `version` may not contain the correct version for Windows 11 onwards, depending
|
|
80241
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
80242
|
+
* this case the `version` property may contain `10`.
|
|
80239
80243
|
*/
|
|
80240
80244
|
export const version: float;
|
|
80241
80245
|
|
|
@@ -80243,6 +80247,10 @@ declare namespace sap {
|
|
|
80243
80247
|
* The version of the operating system as `string`.
|
|
80244
80248
|
*
|
|
80245
80249
|
* Might be empty if no version can reliably be determined.
|
|
80250
|
+
*
|
|
80251
|
+
* **Note:** The property `versionStr` may not contain the correct version for Windows 11 onwards, depending
|
|
80252
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
80253
|
+
* this case the `versionStr` property may contain `10`.
|
|
80246
80254
|
*/
|
|
80247
80255
|
export const versionStr: string;
|
|
80248
80256
|
|
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