@sapui5/ts-types-esm 1.132.1 → 1.134.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 +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- 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 +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- 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 +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/apf/library" {}
|
|
4
4
|
|
|
@@ -50,7 +50,7 @@ declare module "sap/apf/api" {
|
|
|
50
50
|
* The handling of the window.onerror by the message handler is either switched on or off. Per default the
|
|
51
51
|
* handling is deactivated.
|
|
52
52
|
*
|
|
53
|
-
* @experimental
|
|
53
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
54
54
|
*
|
|
55
55
|
* @returns undefined
|
|
56
56
|
*/
|
|
@@ -63,8 +63,9 @@ declare module "sap/apf/api" {
|
|
|
63
63
|
/**
|
|
64
64
|
* Adds an element to the footer area.
|
|
65
65
|
*
|
|
66
|
-
* @deprecated
|
|
67
|
-
*
|
|
66
|
+
* @deprecated As of version 1.23.1. Remains in api in order to maintain downward compatibility to 3 Wave
|
|
67
|
+
* 5 apps.
|
|
68
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
68
69
|
*/
|
|
69
70
|
addMasterFooterContent(
|
|
70
71
|
/**
|
|
@@ -178,8 +179,8 @@ declare module "sap/apf/api" {
|
|
|
178
179
|
* Loads a new application configuration in JSON format. When called many times, the file is loaded only
|
|
179
180
|
* the first time.
|
|
180
181
|
*
|
|
181
|
-
* @deprecated
|
|
182
|
-
* @experimental
|
|
182
|
+
* @deprecated As of version 1.23.1.
|
|
183
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
183
184
|
*/
|
|
184
185
|
loadApplicationConfig(
|
|
185
186
|
/**
|
|
@@ -206,7 +207,7 @@ declare module "sap/apf/api" {
|
|
|
206
207
|
* for UI. It also refreshes the steps either from the active step or all the steps depending on the boolean
|
|
207
208
|
* value passed.
|
|
208
209
|
*
|
|
209
|
-
* @experimental
|
|
210
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
210
211
|
*/
|
|
211
212
|
selectionChanged(bRefreshAllSteps: boolean): void;
|
|
212
213
|
/**
|
|
@@ -233,7 +234,7 @@ declare module "sap/apf/api" {
|
|
|
233
234
|
* Register the function callback to be executed on the given event type. fnCallback will be executed under
|
|
234
235
|
* a context and will be passed with arguments depending on the event type.
|
|
235
236
|
*
|
|
236
|
-
* @experimental
|
|
237
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
237
238
|
*
|
|
238
239
|
* @returns true or false based on success or failure of registering the listener.
|
|
239
240
|
*/
|
|
@@ -447,7 +448,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
447
448
|
* This is not a runtime class, but it describes the interface that a representation (chart) has to implement
|
|
448
449
|
* for to interact with the APF.
|
|
449
450
|
*
|
|
450
|
-
* @experimental
|
|
451
|
+
* @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
451
452
|
*/
|
|
452
453
|
export default class representationInterface {
|
|
453
454
|
constructor(
|
|
@@ -666,7 +667,7 @@ declare module "sap/apf/ui/representations/RepresentationInterfaceProxy" {
|
|
|
666
667
|
* is used by apf.api. It can be also used to build unit tests that need an interface proxy between APF
|
|
667
668
|
* and representations.
|
|
668
669
|
*
|
|
669
|
-
* @experimental
|
|
670
|
+
* @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
670
671
|
*/
|
|
671
672
|
export default class RepresentationInterfaceProxy {
|
|
672
673
|
constructor(
|
|
@@ -710,7 +711,7 @@ declare namespace sap {
|
|
|
710
711
|
/**
|
|
711
712
|
* Constants to be used by APF consumers.
|
|
712
713
|
*
|
|
713
|
-
* @deprecated
|
|
714
|
+
* @deprecated As of version 1.23.1. Use sap.apf.core.constants instead.
|
|
714
715
|
*/
|
|
715
716
|
export const constants: Object;
|
|
716
717
|
|