@sapui5/ts-types 1.127.0 → 1.127.2
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.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +3 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.127.
|
|
1
|
+
// For Library Version: 1.127.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -178,13 +178,13 @@ declare namespace sap {
|
|
|
178
178
|
*
|
|
179
179
|
* @since 1.90.0
|
|
180
180
|
*
|
|
181
|
-
* @returns Promise
|
|
181
|
+
* @returns Promise resolved once the editable document is available with the editable context
|
|
182
182
|
*/
|
|
183
183
|
editDocument(
|
|
184
184
|
/**
|
|
185
185
|
* Context of the active document
|
|
186
186
|
*/
|
|
187
|
-
|
|
187
|
+
context: sap.ui.model.odata.v4.Context
|
|
188
188
|
): Promise<sap.ui.model.odata.v4.Context | void>;
|
|
189
189
|
/**
|
|
190
190
|
* Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED