@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.127.0",
3
+ "version": "1.127.2",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare module "sap/fe/base/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
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 resolves once the editable document is available with the editable context
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
- oContext: Context
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
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare module "sap/fe/macros/CollectionBindingInfo" {
4
4
  import Filter from "sap/ui/model/Filter";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.2
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.2
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {