@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 +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 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>;
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED