@sapui5/ts-types 1.132.0 → 1.133.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 +417 -417
- package/types/sap.chart.d.ts +5 -5
- package/types/sap.collaboration.d.ts +27 -23
- package/types/sap.cux.home.d.ts +866 -99
- package/types/sap.esh.search.ui.d.ts +42 -1
- package/types/sap.f.d.ts +127 -127
- 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 +16 -9
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +79 -45
- 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 +357 -272
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +1611 -729
- package/types/sap.makit.d.ts +177 -177
- package/types/sap.me.d.ts +22 -22
- 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 +106 -94
- package/types/sap.suite.ui.commons.d.ts +364 -349
- package/types/sap.suite.ui.generic.template.d.ts +26 -8
- package/types/sap.suite.ui.microchart.d.ts +25 -25
- package/types/sap.tnt.d.ts +221 -8
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.comp.d.ts +393 -363
- package/types/sap.ui.core.d.ts +621 -588
- 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 +3 -3
- package/types/sap.ui.generic.app.d.ts +85 -68
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +317 -230
- package/types/sap.ui.layout.d.ts +69 -69
- package/types/sap.ui.mdc.d.ts +142 -115
- package/types/sap.ui.richtexteditor.d.ts +50 -7
- package/types/sap.ui.rta.d.ts +1 -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 +209 -185
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +89 -89
- package/types/sap.ui.ux3.d.ts +102 -102
- package/types/sap.ui.vbm.d.ts +50 -50
- package/types/sap.ui.vk.d.ts +105 -98
- package/types/sap.ui.vtm.d.ts +114 -105
- package/types/sap.ui.webc.common.d.ts +11 -11
- package/types/sap.ui.webc.fiori.d.ts +145 -145
- package/types/sap.ui.webc.main.d.ts +400 -400
- package/types/sap.uiext.inbox.d.ts +40 -40
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +14 -14
- package/types/sap.viz.d.ts +2741 -2741
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +15 -15
- package/types/sap.zen.crosstab.d.ts +11 -11
- 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.133.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -8,7 +8,7 @@ declare namespace sap {
|
|
|
8
8
|
/**
|
|
9
9
|
* Constants to be used by APF consumers.
|
|
10
10
|
*
|
|
11
|
-
* @deprecated
|
|
11
|
+
* @deprecated As of version 1.23.1. Use sap.apf.core.constants instead.
|
|
12
12
|
*/
|
|
13
13
|
export const constants: Object;
|
|
14
14
|
|
|
@@ -239,7 +239,7 @@ declare namespace sap {
|
|
|
239
239
|
* This is not a runtime class, but it describes the interface that a representation (chart) has to implement
|
|
240
240
|
* for to interact with the APF.
|
|
241
241
|
*
|
|
242
|
-
* @experimental
|
|
242
|
+
* @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
243
243
|
*/
|
|
244
244
|
class representationInterface {
|
|
245
245
|
constructor(
|
|
@@ -455,7 +455,7 @@ declare namespace sap {
|
|
|
455
455
|
* is used by apf.api. It can be also used to build unit tests that need an interface proxy between APF
|
|
456
456
|
* and representations.
|
|
457
457
|
*
|
|
458
|
-
* @experimental
|
|
458
|
+
* @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
459
459
|
*/
|
|
460
460
|
class RepresentationInterfaceProxy {
|
|
461
461
|
constructor(
|
|
@@ -810,7 +810,7 @@ declare namespace sap {
|
|
|
810
810
|
* The handling of the window.onerror by the message handler is either switched on or off. Per default the
|
|
811
811
|
* handling is deactivated.
|
|
812
812
|
*
|
|
813
|
-
* @experimental
|
|
813
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
814
814
|
*
|
|
815
815
|
* @returns undefined
|
|
816
816
|
*/
|
|
@@ -823,8 +823,9 @@ declare namespace sap {
|
|
|
823
823
|
/**
|
|
824
824
|
* Adds an element to the footer area.
|
|
825
825
|
*
|
|
826
|
-
* @deprecated
|
|
827
|
-
*
|
|
826
|
+
* @deprecated As of version 1.23.1. Remains in api in order to maintain downward compatibility to 3 Wave
|
|
827
|
+
* 5 apps.
|
|
828
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
828
829
|
*/
|
|
829
830
|
addMasterFooterContent(
|
|
830
831
|
/**
|
|
@@ -938,8 +939,8 @@ declare namespace sap {
|
|
|
938
939
|
* Loads a new application configuration in JSON format. When called many times, the file is loaded only
|
|
939
940
|
* the first time.
|
|
940
941
|
*
|
|
941
|
-
* @deprecated
|
|
942
|
-
* @experimental
|
|
942
|
+
* @deprecated As of version 1.23.1.
|
|
943
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
943
944
|
*/
|
|
944
945
|
loadApplicationConfig(
|
|
945
946
|
/**
|
|
@@ -966,7 +967,7 @@ declare namespace sap {
|
|
|
966
967
|
* for UI. It also refreshes the steps either from the active step or all the steps depending on the boolean
|
|
967
968
|
* value passed.
|
|
968
969
|
*
|
|
969
|
-
* @experimental
|
|
970
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
970
971
|
*/
|
|
971
972
|
selectionChanged(bRefreshAllSteps: boolean): void;
|
|
972
973
|
/**
|
|
@@ -993,7 +994,7 @@ declare namespace sap {
|
|
|
993
994
|
* Register the function callback to be executed on the given event type. fnCallback will be executed under
|
|
994
995
|
* a context and will be passed with arguments depending on the event type.
|
|
995
996
|
*
|
|
996
|
-
* @experimental
|
|
997
|
+
* @experimental NOT FOR PRODUCTION USE
|
|
997
998
|
*
|
|
998
999
|
* @returns true or false based on success or failure of registering the listener.
|
|
999
1000
|
*/
|