@sapui5/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 module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -518,13 +518,13 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
518
518
|
*
|
|
519
519
|
* @since 1.90.0
|
|
520
520
|
*
|
|
521
|
-
* @returns Promise
|
|
521
|
+
* @returns Promise resolved once the editable document is available with the editable context
|
|
522
522
|
*/
|
|
523
523
|
editDocument(
|
|
524
524
|
/**
|
|
525
525
|
* Context of the active document
|
|
526
526
|
*/
|
|
527
|
-
|
|
527
|
+
context: Context
|
|
528
528
|
): Promise<Context | void>;
|
|
529
529
|
/**
|
|
530
530
|
* 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