@openui5/types 1.120.24 → 1.120.25
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 +1 -1
- 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 +4 -4
- 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
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.25
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -13897,7 +13897,7 @@ declare module "sap/ui/core/CalendarType" {
|
|
|
13897
13897
|
/**
|
|
13898
13898
|
* The types of `Calendar`.
|
|
13899
13899
|
*
|
|
13900
|
-
* @deprecated (since 1.120) - Please use {@link module:sap/base/
|
|
13900
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/base/i18n/date/CalendarType} instead.
|
|
13901
13901
|
*/
|
|
13902
13902
|
enum CalendarType {
|
|
13903
13903
|
/**
|
|
@@ -20309,7 +20309,7 @@ declare module "sap/ui/core/date/CalendarWeekNumbering" {
|
|
|
20309
20309
|
* - the first week of the year.
|
|
20310
20310
|
*
|
|
20311
20311
|
* @since 1.108.0
|
|
20312
|
-
* @deprecated (since 1.120) - Please use {@link module:sap/base/
|
|
20312
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/base/i18n/date/CalendarWeekNumbering} instead.
|
|
20313
20313
|
*/
|
|
20314
20314
|
enum CalendarWeekNumbering {
|
|
20315
20315
|
/**
|
|
@@ -80728,7 +80728,7 @@ declare module "sap/ui/test/OpaBuilder" {
|
|
|
80728
80728
|
* the Opa5 instance to call {@link sap.ui.test.Opa5#waitFor} on
|
|
80729
80729
|
*/
|
|
80730
80730
|
oOpaInstance?: Opa5
|
|
80731
|
-
):
|
|
80731
|
+
): Opa5;
|
|
80732
80732
|
/**
|
|
80733
80733
|
* Sets the `fragmentId` parameter.
|
|
80734
80734
|
*
|
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