@sapui5/ts-types-esm 1.136.0 → 1.136.1

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/ts-types-esm",
3
- "version": "1.136.0",
3
+ "version": "1.136.1",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -3218,11 +3218,11 @@ declare module "sap/sac/df/model/visualization/Grid" {
3218
3218
  */
3219
3219
  getCellContext(
3220
3220
  /**
3221
- * the row index
3221
+ * the row index of data cell
3222
3222
  */
3223
3223
  nRowIndex: int,
3224
3224
  /**
3225
- * the column index
3225
+ * the column index of data cell
3226
3226
  */
3227
3227
  nColumnIndex: int
3228
3228
  ): Promise<Object>;
@@ -3296,6 +3296,14 @@ declare module "sap/sac/df/model/visualization/Grid" {
3296
3296
  * dimensions on row axis
3297
3297
  */
3298
3298
  Rows: string[];
3299
+ /**
3300
+ * members of measure structure dimension
3301
+ */
3302
+ MeasureStructureMembers: string[];
3303
+ /**
3304
+ * members of structure dimension
3305
+ */
3306
+ StructureMembers: string[];
3299
3307
  };
3300
3308
  }
3301
3309
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/ushell/thirdparty/webcomponents-base" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4