@sapui5/ts-types 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",
3
- "version": "1.136.0",
3
+ "version": "1.136.1",
4
4
  "description": "SAPUI5 TypeScript Definitions",
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 namespace sap {
4
4
  namespace sac {
@@ -171,6 +171,14 @@ declare namespace sap {
171
171
  * dimensions on row axis
172
172
  */
173
173
  Rows: string[];
174
+ /**
175
+ * members of measure structure dimension
176
+ */
177
+ MeasureStructureMembers: string[];
178
+ /**
179
+ * members of structure dimension
180
+ */
181
+ StructureMembers: string[];
174
182
  };
175
183
  }
176
184
 
@@ -460,11 +468,11 @@ declare namespace sap {
460
468
  */
461
469
  getCellContext(
462
470
  /**
463
- * the row index
471
+ * the row index of data cell
464
472
  */
465
473
  nRowIndex: int,
466
474
  /**
467
- * the column index
475
+ * the column index of data cell
468
476
  */
469
477
  nColumnIndex: int
470
478
  ): Promise<Object>;
@@ -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
  namespace suite {
@@ -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 namespace sap {
4
4
  namespace zen {
@@ -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
  namespace zen {
@@ -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
  namespace zen {