@openui5/ts-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
|
/**
|
|
@@ -22627,7 +22627,7 @@ declare namespace sap {
|
|
|
22627
22627
|
* - the first week of the year.
|
|
22628
22628
|
*
|
|
22629
22629
|
* @since 1.108.0
|
|
22630
|
-
* @deprecated (since 1.120) - Please use {@link module:sap/base/
|
|
22630
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/base/i18n/date/CalendarWeekNumbering} instead.
|
|
22631
22631
|
*/
|
|
22632
22632
|
enum CalendarWeekNumbering {
|
|
22633
22633
|
/**
|
|
@@ -49058,7 +49058,7 @@ declare namespace sap {
|
|
|
49058
49058
|
/**
|
|
49059
49059
|
* The types of `Calendar`.
|
|
49060
49060
|
*
|
|
49061
|
-
* @deprecated (since 1.120) - Please use {@link module:sap/base/
|
|
49061
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/base/i18n/date/CalendarType} instead.
|
|
49062
49062
|
*/
|
|
49063
49063
|
enum CalendarType {
|
|
49064
49064
|
/**
|
|
@@ -84294,7 +84294,7 @@ declare namespace sap {
|
|
|
84294
84294
|
* the Opa5 instance to call {@link sap.ui.test.Opa5#waitFor} on
|
|
84295
84295
|
*/
|
|
84296
84296
|
oOpaInstance?: sap.ui.test.Opa5
|
|
84297
|
-
):
|
|
84297
|
+
): sap.ui.test.Opa5;
|
|
84298
84298
|
/**
|
|
84299
84299
|
* Sets the `fragmentId` parameter.
|
|
84300
84300
|
*
|
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