@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 +1 -1
- package/types/sap.sac.df.d.ts +11 -3
- 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/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
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
|
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED