@sapui5/ts-types 1.92.0 → 1.93.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/README.md +3 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
- package/types/sap.apf.d.ts +2 -29
- package/types/sap.ca.ui.d.ts +649 -651
- package/types/sap.chart.d.ts +49 -49
- package/types/sap.collaboration.d.ts +756 -762
- package/types/sap.esh.search.ui.d.ts +7 -0
- package/types/sap.f.d.ts +623 -468
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +101 -75
- package/types/sap.fe.macros.d.ts +55 -8
- package/types/sap.fe.navigation.d.ts +5 -14
- package/types/sap.fe.placeholder.d.ts +2 -4
- package/types/sap.fe.plugins.d.ts +2 -4
- package/types/sap.fe.templates.d.ts +1 -16
- package/types/sap.fe.test.d.ts +44 -115
- package/types/sap.fe.tools.d.ts +2 -4
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1321 -1191
- package/types/sap.landvisz.d.ts +345 -345
- package/types/sap.m.d.ts +5498 -4814
- package/types/sap.makit.d.ts +123 -123
- package/types/sap.me.d.ts +137 -153
- package/types/sap.ndc.d.ts +29 -29
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +170 -124
- package/types/sap.suite.ui.commons.d.ts +1593 -1612
- package/types/sap.suite.ui.generic.template.d.ts +285 -165
- package/types/sap.suite.ui.microchart.d.ts +742 -508
- package/types/sap.tnt.d.ts +149 -117
- package/types/sap.ui.codeeditor.d.ts +28 -28
- package/types/sap.ui.commons.d.ts +1387 -1387
- package/types/sap.ui.comp.d.ts +1011 -1011
- package/types/sap.ui.core.d.ts +3779 -3913
- package/types/sap.ui.dt.d.ts +2 -4
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +138 -147
- package/types/sap.ui.generic.template.d.ts +2 -4
- package/types/sap.ui.integration.d.ts +118 -112
- package/types/sap.ui.layout.d.ts +593 -586
- package/types/sap.ui.mdc.d.ts +7 -1
- package/types/sap.ui.richtexteditor.d.ts +30 -30
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +53 -53
- package/types/sap.ui.support.d.ts +6 -12
- package/types/sap.ui.table.d.ts +248 -248
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +853 -713
- package/types/sap.ui.ux3.d.ts +785 -793
- package/types/sap.ui.vbm.d.ts +784 -784
- package/types/sap.ui.vk.d.ts +3130 -2251
- package/types/sap.ui.vtm.d.ts +240 -240
- package/types/sap.uiext.inbox.d.ts +222 -222
- package/types/sap.ushell.d.ts +334 -380
- package/types/sap.ushell_abap.d.ts +127 -129
- package/types/sap.uxap.d.ts +384 -220
- package/types/sap.viz.d.ts +1527 -1527
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +188 -222
- package/types/sap.zen.crosstab.d.ts +15 -17
- package/types/sap.zen.dsh.d.ts +176 -211
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# @sapui5/ts-types
|
|
4
4
|
|
|
5
|
-
This npm package contains the types signatures for all the SAPUI5 libraries.
|
|
5
|
+
This npm package contains the types signatures (based on globals) for all the SAPUI5 libraries.
|
|
6
6
|
|
|
7
7
|
These signatures can be used to:
|
|
8
8
|
|
|
@@ -11,6 +11,8 @@ These signatures can be used to:
|
|
|
11
11
|
|
|
12
12
|
These two capabilities are available both for SAPUI5 apps written in TypeScript **and** in JavaScript.
|
|
13
13
|
|
|
14
|
+
<b>NOTE:</b> "based on globals" means that it supports the usage of the global "sap" object and the huge tree below this global object containing all modules and controls. But this usage is <b>no longer recommended</b>. In traditional JavaScript, UI5 application code should use the asynchronous sap.ui.define()/sap.ui.require() calls instead and for TypeScript code we recommend using ES6 module syntax provided by the [@sapui5/ts-types-esm](https://www.npmjs.com/package/@sapui5/ts-types-esm) package. So better use that one instead of this package.
|
|
15
|
+
|
|
14
16
|
## Status
|
|
15
17
|
|
|
16
18
|
This project is in an experimental **_Beta State_**. Significant changes are likely to occur,
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
/// <reference path="./sap.ovp.d.ts"/>
|
|
32
32
|
/// <reference path="./sap.ui.richtexteditor.d.ts"/>
|
|
33
33
|
/// <reference path="./sap.ui.rta.d.ts"/>
|
|
34
|
+
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
34
35
|
/// <reference path="./sap.fe.common.d.ts"/>
|
|
35
36
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
36
37
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -18,9 +18,6 @@ declare namespace sap {
|
|
|
18
18
|
* shall be created by method {@link sap.apf.Api#createMessageObject}.
|
|
19
19
|
*/
|
|
20
20
|
class MessageObject {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
21
|
constructor(oConfig: object);
|
|
25
22
|
|
|
26
23
|
/**
|
|
@@ -106,9 +103,6 @@ declare namespace sap {
|
|
|
106
103
|
* HTTP GET method. Creation is done via APF API.
|
|
107
104
|
*/
|
|
108
105
|
class ReadRequest {
|
|
109
|
-
/**
|
|
110
|
-
*
|
|
111
|
-
*/
|
|
112
106
|
constructor(
|
|
113
107
|
/**
|
|
114
108
|
* Injection object.
|
|
@@ -162,9 +156,6 @@ declare namespace sap {
|
|
|
162
156
|
* applied, which are determined from path filter.
|
|
163
157
|
*/
|
|
164
158
|
class ReadRequestByRequiredFilter {
|
|
165
|
-
/**
|
|
166
|
-
*
|
|
167
|
-
*/
|
|
168
159
|
constructor(
|
|
169
160
|
/**
|
|
170
161
|
* Injection object.
|
|
@@ -222,9 +213,6 @@ declare namespace sap {
|
|
|
222
213
|
* for to interact with the APF.
|
|
223
214
|
*/
|
|
224
215
|
class representationInterface {
|
|
225
|
-
/**
|
|
226
|
-
*
|
|
227
|
-
*/
|
|
228
216
|
constructor(
|
|
229
217
|
/**
|
|
230
218
|
* specific interface proxy for communication between the representation and APF.
|
|
@@ -381,9 +369,6 @@ declare namespace sap {
|
|
|
381
369
|
* and representations.
|
|
382
370
|
*/
|
|
383
371
|
class RepresentationInterfaceProxy {
|
|
384
|
-
/**
|
|
385
|
-
*
|
|
386
|
-
*/
|
|
387
372
|
constructor(
|
|
388
373
|
oCoreApi: /* was: sap.apf.core.Instance */ any,
|
|
389
374
|
|
|
@@ -537,9 +522,6 @@ declare namespace sap {
|
|
|
537
522
|
}
|
|
538
523
|
|
|
539
524
|
class FilterAnd {
|
|
540
|
-
/**
|
|
541
|
-
*
|
|
542
|
-
*/
|
|
543
525
|
constructor(
|
|
544
526
|
oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
|
|
545
527
|
/**
|
|
@@ -592,9 +574,6 @@ declare namespace sap {
|
|
|
592
574
|
* Filter expression
|
|
593
575
|
*/
|
|
594
576
|
class FilterExpression {
|
|
595
|
-
/**
|
|
596
|
-
*
|
|
597
|
-
*/
|
|
598
577
|
constructor(
|
|
599
578
|
oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
|
|
600
579
|
/**
|
|
@@ -626,9 +605,6 @@ declare namespace sap {
|
|
|
626
605
|
}
|
|
627
606
|
|
|
628
607
|
class FilterOr {
|
|
629
|
-
/**
|
|
630
|
-
*
|
|
631
|
-
*/
|
|
632
608
|
constructor(
|
|
633
609
|
oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
|
|
634
610
|
/**
|
|
@@ -699,9 +675,6 @@ declare namespace sap {
|
|
|
699
675
|
* or {@link sap.apf.Api#createFilter} for {@link sap.apf.utils.Filter}.
|
|
700
676
|
*/
|
|
701
677
|
class Api {
|
|
702
|
-
/**
|
|
703
|
-
*
|
|
704
|
-
*/
|
|
705
678
|
constructor(
|
|
706
679
|
/**
|
|
707
680
|
* A reference to the calling Component.js. The reference provides access to parameters and context.
|
|
@@ -797,7 +770,7 @@ declare namespace sap {
|
|
|
797
770
|
* identifies a request configuration, which is contained in the analytical configuration. or the request
|
|
798
771
|
* configuration is directly passed as an object oRequestConfiguration.
|
|
799
772
|
*/
|
|
800
|
-
requestConfiguration:
|
|
773
|
+
requestConfiguration: string | object
|
|
801
774
|
): sap.apf.core.ReadRequest;
|
|
802
775
|
/**
|
|
803
776
|
* helps to call customer defined custom formatter function(fnCallback).
|