@sapui5/ts-types-esm 1.134.1 → 1.135.0
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.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +2 -8
- 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 +5 -5
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +807 -293
- 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 +6 -4
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +73 -15
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +330 -83
- 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 +248 -1229
- package/types/sap.suite.ui.commons.d.ts +72 -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 +215 -19
- 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 +90 -18
- package/types/sap.ui.core.d.ts +160 -40
- 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 +14 -6
- 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 +2 -4
- package/types/sap.ui.layout.d.ts +14 -13
- package/types/sap.ui.mdc.d.ts +26 -6
- package/types/sap.ui.richtexteditor.d.ts +39 -1
- package/types/sap.ui.rta.d.ts +31 -5
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +30 -16
- package/types/sap.ui.table.d.ts +10 -18
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +32 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +11 -72
- 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 +18 -16
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +10 -1
- 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/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.135.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -20861,8 +20861,6 @@ declare module "sap/f/ShellBar" {
|
|
|
20861
20861
|
|
|
20862
20862
|
import { IBar } from "sap/m/library";
|
|
20863
20863
|
|
|
20864
|
-
import { IToolHeader } from "sap/tnt/library";
|
|
20865
|
-
|
|
20866
20864
|
import { BarContexts } from "sap/m/BarInPageEnabler";
|
|
20867
20865
|
|
|
20868
20866
|
import { URI } from "sap/ui/core/library";
|
|
@@ -20901,13 +20899,9 @@ declare module "sap/f/ShellBar" {
|
|
|
20901
20899
|
*
|
|
20902
20900
|
* @since 1.63
|
|
20903
20901
|
*/
|
|
20904
|
-
export default class ShellBar
|
|
20905
|
-
extends Control
|
|
20906
|
-
implements IShellBar, IBar, IToolHeader
|
|
20907
|
-
{
|
|
20902
|
+
export default class ShellBar extends Control implements IShellBar, IBar {
|
|
20908
20903
|
__implements__sap_f_IShellBar: boolean;
|
|
20909
20904
|
__implements__sap_m_IBar: boolean;
|
|
20910
|
-
__implements__sap_tnt_IToolHeader: boolean;
|
|
20911
20905
|
/**
|
|
20912
20906
|
* Constructor for a new `ShellBar`.
|
|
20913
20907
|
*
|
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.135.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -1159,9 +1159,9 @@ declare module "sap/fe/core/controllerextensions/Routing" {
|
|
|
1159
1159
|
oContext: null | object
|
|
1160
1160
|
): void;
|
|
1161
1161
|
/**
|
|
1162
|
-
* This function can be used to intercept the routing event
|
|
1163
|
-
*
|
|
1164
|
-
* clicked
|
|
1162
|
+
* This function can be used to intercept the routing event during the normal navigation process, such as
|
|
1163
|
+
* when a table row is clicked to navigate, pagination buttons are used, the Apply button in an object page
|
|
1164
|
+
* is clicked, or a sub-object page in a flexible column layout is closed.
|
|
1165
1165
|
* The function is NOT called during other means of external outbound navigation (like a navigation configured
|
|
1166
1166
|
* via a link, or by using navigation buttons).
|
|
1167
1167
|
* If declared as an extension, it allows you to intercept and change the normal navigation flow.
|
|
@@ -1181,7 +1181,7 @@ declare module "sap/fe/core/controllerextensions/Routing" {
|
|
|
1181
1181
|
*/
|
|
1182
1182
|
mNavigationParameters: {
|
|
1183
1183
|
/**
|
|
1184
|
-
* The
|
|
1184
|
+
* The target navigation context
|
|
1185
1185
|
*/
|
|
1186
1186
|
bindingContext: Context;
|
|
1187
1187
|
}
|
package/types/sap.fe.ina.d.ts
CHANGED