@sapui5/ts-types-esm 1.135.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.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +82 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +101 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +27 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +446 -57
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +80 -8
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +518 -39
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +14 -6
- package/types/sap.suite.ui.commons.d.ts +12 -1
- package/types/sap.suite.ui.generic.template.d.ts +8 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +3278 -212
- package/types/sap.ui.core.d.ts +114 -117
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +8 -2
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +135 -8
- package/types/sap.ui.richtexteditor.d.ts +8 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +14 -32
- package/types/sap.ui.ux3.d.ts +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +310 -39
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +46 -37
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +2 -21
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.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/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -1118,7 +1118,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1118
1118
|
*
|
|
1119
1119
|
* Available Table Templates
|
|
1120
1120
|
*
|
|
1121
|
-
* Default value is `[Default, Basic
|
|
1121
|
+
* Default value is `[Default, Basic]`.
|
|
1122
1122
|
*
|
|
1123
1123
|
* @since 1.135
|
|
1124
1124
|
* @experimental As of version 1.135.
|
|
@@ -1228,7 +1228,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1228
1228
|
*
|
|
1229
1229
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1230
1230
|
*
|
|
1231
|
-
* Default value is `[Default, Basic
|
|
1231
|
+
* Default value is `[Default, Basic]`.
|
|
1232
1232
|
*
|
|
1233
1233
|
* @since 1.135
|
|
1234
1234
|
* @experimental As of version 1.135.
|
|
@@ -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>;
|
|
@@ -3283,7 +3283,7 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3283
3283
|
): Grid;
|
|
3284
3284
|
}
|
|
3285
3285
|
/**
|
|
3286
|
-
*
|
|
3286
|
+
* Axes Layout object type.
|
|
3287
3287
|
*
|
|
3288
3288
|
* @experimental As of version 1.132.
|
|
3289
3289
|
*/
|
|
@@ -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.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -21643,6 +21643,17 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21643
21643
|
* Returns `true` if the graph is in full screen mode.
|
|
21644
21644
|
*/
|
|
21645
21645
|
isFullScreen(): void;
|
|
21646
|
+
/**
|
|
21647
|
+
* If you call this method with `true` parameter, no invalidation will be triggered until you call it with
|
|
21648
|
+
* `false`. This can be useful when changing properties before rendering that can trigger unwanted invalidation
|
|
21649
|
+
* and force an infinite loop.
|
|
21650
|
+
*/
|
|
21651
|
+
preventInvalidation(
|
|
21652
|
+
/**
|
|
21653
|
+
* True for preventing graph invalidation
|
|
21654
|
+
*/
|
|
21655
|
+
bPreventInvalidation: boolean
|
|
21656
|
+
): void;
|
|
21646
21657
|
/**
|
|
21647
21658
|
* Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
21648
21659
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -838,8 +838,14 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
|
|
|
838
838
|
* Call this method to indicate that the state of custom controls has changed. This is only necessary when
|
|
839
839
|
* methods `stGetCurrentState` and `stApplyState` have been implemented by the reuse component in the Canvas
|
|
840
840
|
* page, such that the corresponding state can be stored and restored.
|
|
841
|
+
* See:
|
|
842
|
+
* {@link https://ui5.sap.com/#/topic/89fa878945294931b15a581a99043005 Custom State Handling for Extended Apps}
|
|
843
|
+
*
|
|
844
|
+
*
|
|
845
|
+
* @returns A `Promise` that is resolved when the changed state is transferred to the URL and the corresponding
|
|
846
|
+
* busy session is ended.
|
|
841
847
|
*/
|
|
842
|
-
onCustomStateChange():
|
|
848
|
+
onCustomStateChange(): Promise<any>;
|
|
843
849
|
/**
|
|
844
850
|
* Allow parent components to be refreshed on next activation
|
|
845
851
|
*/
|
package/types/sap.tnt.d.ts
CHANGED