@sapui5/ts-types 1.134.0 → 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 -3
- 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 +696 -184
- 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 +75 -14
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +275 -45
- 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 +354 -1388
- package/types/sap.suite.ui.commons.d.ts +75 -1
- package/types/sap.suite.ui.generic.template.d.ts +6 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +215 -15
- 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 +89 -14
- package/types/sap.ui.core.d.ts +168 -38
- 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 +10 -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 +1 -1
- package/types/sap.ui.layout.d.ts +11 -10
- package/types/sap.ui.mdc.d.ts +26 -6
- package/types/sap.ui.richtexteditor.d.ts +37 -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 +22 -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 -73
- 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 +45 -13
- 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 namespace sap {
|
|
4
4
|
/**
|
|
@@ -20289,11 +20289,10 @@ declare namespace sap {
|
|
|
20289
20289
|
*/
|
|
20290
20290
|
class ShellBar
|
|
20291
20291
|
extends sap.ui.core.Control
|
|
20292
|
-
implements sap.f.IShellBar, sap.m.IBar
|
|
20292
|
+
implements sap.f.IShellBar, sap.m.IBar
|
|
20293
20293
|
{
|
|
20294
20294
|
__implements__sap_f_IShellBar: boolean;
|
|
20295
20295
|
__implements__sap_m_IBar: boolean;
|
|
20296
|
-
__implements__sap_tnt_IToolHeader: boolean;
|
|
20297
20296
|
/**
|
|
20298
20297
|
* Constructor for a new `ShellBar`.
|
|
20299
20298
|
*
|
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 namespace sap {
|
|
4
4
|
/**
|
|
@@ -778,9 +778,9 @@ declare namespace sap {
|
|
|
778
778
|
oContext: null | object
|
|
779
779
|
): void;
|
|
780
780
|
/**
|
|
781
|
-
* This function can be used to intercept the routing event
|
|
782
|
-
*
|
|
783
|
-
* clicked
|
|
781
|
+
* This function can be used to intercept the routing event during the normal navigation process, such as
|
|
782
|
+
* when a table row is clicked to navigate, pagination buttons are used, the Apply button in an object page
|
|
783
|
+
* is clicked, or a sub-object page in a flexible column layout is closed.
|
|
784
784
|
* The function is NOT called during other means of external outbound navigation (like a navigation configured
|
|
785
785
|
* via a link, or by using navigation buttons).
|
|
786
786
|
* If declared as an extension, it allows you to intercept and change the normal navigation flow.
|
|
@@ -800,7 +800,7 @@ declare namespace sap {
|
|
|
800
800
|
*/
|
|
801
801
|
mNavigationParameters: {
|
|
802
802
|
/**
|
|
803
|
-
* The
|
|
803
|
+
* The target navigation context
|
|
804
804
|
*/
|
|
805
805
|
bindingContext: sap.ui.model.odata.v4.Context;
|
|
806
806
|
}
|
package/types/sap.fe.ina.d.ts
CHANGED