@sapui5/types 1.120.7 → 1.121.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/index.d.ts +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1112 -544
- package/types/sap.chart.d.ts +191 -43
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1870
- package/types/sap.f.d.ts +1605 -885
- package/types/sap.fe.core.d.ts +221 -191
- package/types/sap.fe.macros.d.ts +461 -568
- package/types/sap.fe.navigation.d.ts +59 -26
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +9 -0
- package/types/sap.fe.templates.d.ts +16 -11
- package/types/sap.fe.test.d.ts +333 -33
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +3938 -1749
- package/types/sap.insights.d.ts +165 -43
- package/types/sap.m.d.ts +14948 -8390
- package/types/sap.makit.d.ts +377 -185
- package/types/sap.me.d.ts +235 -35
- package/types/sap.ndc.d.ts +40 -9
- package/types/sap.ovp.d.ts +9 -7
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +270 -47
- package/types/sap.suite.ui.commons.d.ts +4323 -1016
- package/types/sap.suite.ui.generic.template.d.ts +236 -171
- package/types/sap.suite.ui.microchart.d.ts +1024 -388
- package/types/sap.tnt.d.ts +904 -294
- package/types/sap.ui.codeeditor.d.ts +55 -22
- package/types/sap.ui.commons.d.ts +2084 -676
- package/types/sap.ui.comp.d.ts +3909 -2996
- package/types/sap.ui.core.d.ts +5771 -3523
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +88 -67
- package/types/sap.ui.fl.d.ts +184 -112
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +496 -390
- package/types/sap.ui.layout.d.ts +1337 -668
- package/types/sap.ui.mdc.d.ts +3384 -2021
- package/types/sap.ui.richtexteditor.d.ts +115 -55
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +44 -10
- package/types/sap.ui.support.d.ts +58 -26
- package/types/sap.ui.table.d.ts +962 -626
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1976 -1246
- package/types/sap.ui.ux3.d.ts +1308 -488
- package/types/sap.ui.vbm.d.ts +6081 -3279
- package/types/sap.ui.vk.d.ts +2742 -837
- package/types/sap.ui.vtm.d.ts +681 -211
- package/types/sap.ui.webc.common.d.ts +7 -5
- package/types/sap.ui.webc.fiori.d.ts +884 -213
- package/types/sap.ui.webc.main.d.ts +2813 -599
- package/types/sap.uiext.inbox.d.ts +207 -36
- package/types/sap.ushell.d.ts +4972 -4262
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +621 -319
- package/types/sap.viz.d.ts +4118 -2318
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +81 -13
- package/types/sap.zen.dsh.d.ts +194 -143
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
|
45
45
|
/// <reference path="./sap.fe.navigation.d.ts"/>
|
|
46
46
|
/// <reference path="./sap.fe.placeholder.d.ts"/>
|
|
47
|
+
/// <reference path="./sap.fe.plugins.managecache.d.ts"/>
|
|
47
48
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
|
48
49
|
/// <reference path="./sap.fe.test.d.ts"/>
|
|
49
50
|
/// <reference path="./sap.fe.tools.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/apf/library" {}
|
|
4
4
|
|
|
@@ -47,11 +47,11 @@ declare module "sap/apf/api" {
|
|
|
47
47
|
type: undefined;
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
|
-
* @experimental - NOT FOR PRODUCTION USE
|
|
51
|
-
*
|
|
52
50
|
* The handling of the window.onerror by the message handler is either switched on or off. Per default the
|
|
53
51
|
* handling is deactivated.
|
|
54
52
|
*
|
|
53
|
+
* @experimental - NOT FOR PRODUCTION USE
|
|
54
|
+
*
|
|
55
55
|
* @returns undefined
|
|
56
56
|
*/
|
|
57
57
|
activateOnErrorHandling(
|
|
@@ -61,10 +61,10 @@ declare module "sap/apf/api" {
|
|
|
61
61
|
bHandling: boolean
|
|
62
62
|
): undefined;
|
|
63
63
|
/**
|
|
64
|
+
* Adds an element to the footer area.
|
|
65
|
+
*
|
|
64
66
|
* @deprecated (since 1.23.1) - Remains in api in order to maintain downward compatibility to 3 Wave 5 apps.
|
|
65
67
|
* @experimental - NOT FOR PRODUCTION USE
|
|
66
|
-
*
|
|
67
|
-
* Adds an element to the footer area.
|
|
68
68
|
*/
|
|
69
69
|
addMasterFooterContent(
|
|
70
70
|
/**
|
|
@@ -78,6 +78,7 @@ declare module "sap/apf/api" {
|
|
|
78
78
|
* is supported. Restriction: Only the operators EQ, LE (less equal than) and GE (greater equal than) are
|
|
79
79
|
* supported.
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @returns ID to be provided for later updates of the same filter via method updatePathFilter.
|
|
82
83
|
*/
|
|
83
84
|
addPathFilter(filter: sap.apf.utils.Filter): number;
|
|
@@ -138,6 +139,7 @@ declare module "sap/apf/api" {
|
|
|
138
139
|
/**
|
|
139
140
|
* Gets a path filter fragment for the given identifier by fully replacing the existing one.
|
|
140
141
|
*
|
|
142
|
+
*
|
|
141
143
|
* @returns filter for id
|
|
142
144
|
*/
|
|
143
145
|
getPathFilter(
|
|
@@ -173,11 +175,11 @@ declare module "sap/apf/api" {
|
|
|
173
175
|
aParameters: string[]
|
|
174
176
|
): string;
|
|
175
177
|
/**
|
|
176
|
-
* @deprecated (since 1.23.1)
|
|
177
|
-
* @experimental - NOT FOR PRODUCTION USE
|
|
178
|
-
*
|
|
179
178
|
* Loads a new application configuration in JSON format. When called many times, the file is loaded only
|
|
180
179
|
* the first time.
|
|
180
|
+
*
|
|
181
|
+
* @deprecated (since 1.23.1)
|
|
182
|
+
* @experimental - NOT FOR PRODUCTION USE
|
|
181
183
|
*/
|
|
182
184
|
loadApplicationConfig(
|
|
183
185
|
/**
|
|
@@ -190,6 +192,7 @@ declare module "sap/apf/api" {
|
|
|
190
192
|
* A message is passed to the APF message handler for further processing. All message specific settings
|
|
191
193
|
* (e.g. message code or severity) need to be passed within an APF message object instance.
|
|
192
194
|
*
|
|
195
|
+
*
|
|
193
196
|
* @returns undefined
|
|
194
197
|
*/
|
|
195
198
|
putMessage(
|
|
@@ -199,11 +202,11 @@ declare module "sap/apf/api" {
|
|
|
199
202
|
oMessage: MessageObject
|
|
200
203
|
): undefined;
|
|
201
204
|
/**
|
|
202
|
-
* @experimental - NOT FOR PRODUCTION USE
|
|
203
|
-
*
|
|
204
205
|
* Calls the sap.apf.core.instance#updatePath (also see {@link sap.apf.core.Path#update}) with proper callback
|
|
205
206
|
* for UI. It also refreshes the steps either from the active step or all the steps depending on the boolean
|
|
206
207
|
* value passed.
|
|
208
|
+
*
|
|
209
|
+
* @experimental - NOT FOR PRODUCTION USE
|
|
207
210
|
*/
|
|
208
211
|
selectionChanged(bRefreshAllSteps: boolean): void;
|
|
209
212
|
/**
|
|
@@ -227,11 +230,11 @@ declare module "sap/apf/api" {
|
|
|
227
230
|
fnCallback: Function
|
|
228
231
|
): void;
|
|
229
232
|
/**
|
|
230
|
-
* @experimental - NOT FOR PRODUCTION USE
|
|
231
|
-
*
|
|
232
233
|
* Register the function callback to be executed on the given event type. fnCallback will be executed under
|
|
233
234
|
* a context and will be passed with arguments depending on the event type.
|
|
234
235
|
*
|
|
236
|
+
* @experimental - NOT FOR PRODUCTION USE
|
|
237
|
+
*
|
|
235
238
|
* @returns true or false based on success or failure of registering the listener.
|
|
236
239
|
*/
|
|
237
240
|
setEventCallback(
|
|
@@ -250,6 +253,7 @@ declare module "sap/apf/api" {
|
|
|
250
253
|
* true, when no fatal error occurred during startup phase. Startup phase includes the initialization +
|
|
251
254
|
* startupApf
|
|
252
255
|
*
|
|
256
|
+
*
|
|
253
257
|
* @returns success of startup
|
|
254
258
|
*/
|
|
255
259
|
startupSucceeded(): boolean;
|
|
@@ -301,6 +305,7 @@ declare module "sap/apf/core/messageObject" {
|
|
|
301
305
|
/**
|
|
302
306
|
* Gets the previous message object.
|
|
303
307
|
*
|
|
308
|
+
*
|
|
304
309
|
* @returns || undefined
|
|
305
310
|
*/
|
|
306
311
|
getPrevious(): MessageObject;
|
|
@@ -335,12 +340,14 @@ declare module "sap/apf/core/messageObject" {
|
|
|
335
340
|
/**
|
|
336
341
|
* Sets the code, that classifies the message.
|
|
337
342
|
*
|
|
343
|
+
*
|
|
338
344
|
* @returns undefined
|
|
339
345
|
*/
|
|
340
346
|
setCode(code: string): undefined;
|
|
341
347
|
/**
|
|
342
348
|
* Sets the message text.
|
|
343
349
|
*
|
|
350
|
+
*
|
|
344
351
|
* @returns undefined
|
|
345
352
|
*/
|
|
346
353
|
setMessage(sTextMessage: string): undefined;
|
|
@@ -349,12 +356,14 @@ declare module "sap/apf/core/messageObject" {
|
|
|
349
356
|
* a previous message. The message in the previous message object will also be displayed in the log (as
|
|
350
357
|
* previous entry).
|
|
351
358
|
*
|
|
359
|
+
*
|
|
352
360
|
* @returns undefined
|
|
353
361
|
*/
|
|
354
362
|
setPrevious(oPreviousMessageObject: MessageObject): undefined;
|
|
355
363
|
/**
|
|
356
364
|
* Sets the severity , which classifies the message.
|
|
357
365
|
*
|
|
366
|
+
*
|
|
358
367
|
* @returns undefined
|
|
359
368
|
*/
|
|
360
369
|
setSeverity(
|
|
@@ -406,6 +415,7 @@ declare module "sap/apf/core/readRequest" {
|
|
|
406
415
|
/**
|
|
407
416
|
* Executes an OData request.
|
|
408
417
|
*
|
|
418
|
+
*
|
|
409
419
|
* @returns undefined
|
|
410
420
|
*/
|
|
411
421
|
send(
|
|
@@ -434,10 +444,10 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
434
444
|
import ODataModel from "sap/ui/model/odata/v2/ODataModel";
|
|
435
445
|
|
|
436
446
|
/**
|
|
437
|
-
* @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
438
|
-
*
|
|
439
447
|
* This is not a runtime class, but it describes the interface that a representation (chart) has to implement
|
|
440
448
|
* for to interact with the APF.
|
|
449
|
+
*
|
|
450
|
+
* @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
441
451
|
*/
|
|
442
452
|
export default class representationInterface {
|
|
443
453
|
constructor(
|
|
@@ -478,12 +488,14 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
478
488
|
/**
|
|
479
489
|
* Returns the alternate representation of current step (i.e. list representation for the charts)
|
|
480
490
|
*
|
|
491
|
+
*
|
|
481
492
|
* @returns oAlternateRepresentation
|
|
482
493
|
*/
|
|
483
494
|
getAlternateRepresentation(): object | string;
|
|
484
495
|
/**
|
|
485
496
|
* Returns data for representation type
|
|
486
497
|
*
|
|
498
|
+
*
|
|
487
499
|
* @returns aDataResponse
|
|
488
500
|
*/
|
|
489
501
|
getData(): any[];
|
|
@@ -491,12 +503,14 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
491
503
|
* This method has to be implemented so that binding can determine which method has to be used for the filter
|
|
492
504
|
* retrieval from a representations.
|
|
493
505
|
*
|
|
506
|
+
*
|
|
494
507
|
* @returns The filter method type the representation supports
|
|
495
508
|
*/
|
|
496
509
|
getFilterMethodType(): /* was: sap.apf.constants.filterMethodTypes */ any;
|
|
497
510
|
/**
|
|
498
511
|
* This method holds the logic to draw the content to be shown on main representation area.
|
|
499
512
|
*
|
|
513
|
+
*
|
|
500
514
|
* @returns oUiObject The UI object that has to be shown in main representation area. Example: Line chart
|
|
501
515
|
* instance for a line chart representation.
|
|
502
516
|
*/
|
|
@@ -504,18 +518,21 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
504
518
|
/**
|
|
505
519
|
* Returns meta data for representation type
|
|
506
520
|
*
|
|
521
|
+
*
|
|
507
522
|
* @returns metadata
|
|
508
523
|
*/
|
|
509
524
|
getMetaData(): /* was: sap.apf.core.EntityTypeMetadata */ any;
|
|
510
525
|
/**
|
|
511
526
|
* The method returns the constructor arguments which will be used to create toggle representation.
|
|
512
527
|
*
|
|
528
|
+
*
|
|
513
529
|
* @returns oParameters
|
|
514
530
|
*/
|
|
515
531
|
getParameter(): object | string;
|
|
516
532
|
/**
|
|
517
533
|
* This method holds the logic to draw the content to be printed.
|
|
518
534
|
*
|
|
535
|
+
*
|
|
519
536
|
* @returns oUiObject The UI object that has to be printed. Example: Line chart instance for a line chart
|
|
520
537
|
* representation.
|
|
521
538
|
*/
|
|
@@ -541,6 +558,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
541
558
|
* is applied. **array** holding objects with properties 'property' and 'ascending' as described
|
|
542
559
|
* above.
|
|
543
560
|
*
|
|
561
|
+
*
|
|
544
562
|
* @returns Example:
|
|
545
563
|
* { paging : {
|
|
546
564
|
* top : 10,
|
|
@@ -561,6 +579,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
561
579
|
/**
|
|
562
580
|
* This is the basic method with which the step can detect data selected in the chart.
|
|
563
581
|
*
|
|
582
|
+
*
|
|
564
583
|
* @returns An array with indices is returned.
|
|
565
584
|
* E.g. if the first and the third line of the array aDataResponse have been selected, then aIndices = [0,
|
|
566
585
|
* 2]. Counting of indices start from 0. If all data has been selected, and aDataResponse.length == 4, then
|
|
@@ -573,6 +592,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
573
592
|
/**
|
|
574
593
|
* This method holds the logic to draw the content to be shown on thumbnail area.
|
|
575
594
|
*
|
|
595
|
+
*
|
|
576
596
|
* @returns oUiObject The UI object that has to be shown in thumbnail area. Example: Line chart instance
|
|
577
597
|
* for a line chart representation.
|
|
578
598
|
*/
|
|
@@ -582,6 +602,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
582
602
|
* inside a tooltip Popup when the thumbnail content overflows the thumbnail container area with a gradient
|
|
583
603
|
* effect to indicate that it is overflowing.
|
|
584
604
|
*
|
|
605
|
+
*
|
|
585
606
|
* @returns oUiObject The UI object that has to be shown as tooltip for a thumbnail. Example: Detailed content
|
|
586
607
|
* of a form representation.
|
|
587
608
|
*/
|
|
@@ -594,6 +615,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
594
615
|
* This method returns the selection for serialization. This is required for the Persisting selection of
|
|
595
616
|
* current representation. It includes selection mode and selections.
|
|
596
617
|
*
|
|
618
|
+
*
|
|
597
619
|
* @returns oSerializationInformation
|
|
598
620
|
*/
|
|
599
621
|
serialize(): object | string;
|
|
@@ -640,11 +662,11 @@ declare module "sap/apf/ui/representations/representationInterface" {
|
|
|
640
662
|
|
|
641
663
|
declare module "sap/apf/ui/representations/RepresentationInterfaceProxy" {
|
|
642
664
|
/**
|
|
643
|
-
* @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
644
|
-
*
|
|
645
665
|
* The interface proxy passed to a representation which provides access to required APF methods. This constructor
|
|
646
666
|
* is used by apf.api. It can be also used to build unit tests that need an interface proxy between APF
|
|
647
667
|
* and representations.
|
|
668
|
+
*
|
|
669
|
+
* @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
|
|
648
670
|
*/
|
|
649
671
|
export default class RepresentationInterfaceProxy {
|
|
650
672
|
constructor(
|
|
@@ -686,9 +708,9 @@ declare namespace sap {
|
|
|
686
708
|
*/
|
|
687
709
|
namespace apf {
|
|
688
710
|
/**
|
|
689
|
-
* @deprecated (since 1.23.1) - Use sap.apf.core.constants instead.
|
|
690
|
-
*
|
|
691
711
|
* Constants to be used by APF consumers.
|
|
712
|
+
*
|
|
713
|
+
* @deprecated (since 1.23.1) - Use sap.apf.core.constants instead.
|
|
692
714
|
*/
|
|
693
715
|
export const constants: Object;
|
|
694
716
|
|
|
@@ -732,6 +754,7 @@ declare namespace sap {
|
|
|
732
754
|
/**
|
|
733
755
|
* Executes an OData request.
|
|
734
756
|
*
|
|
757
|
+
*
|
|
735
758
|
* @returns undefined
|
|
736
759
|
*/
|
|
737
760
|
send(
|
|
@@ -795,6 +818,7 @@ declare namespace sap {
|
|
|
795
818
|
* object) or be a boolean expression (see the FilterExpression object). AND and OR terms are returned as
|
|
796
819
|
* arrays; boolean expressions are returned as objects.
|
|
797
820
|
*
|
|
821
|
+
*
|
|
798
822
|
* @returns Array of AND terms, OR terms and expressions.
|
|
799
823
|
*/
|
|
800
824
|
getExpressions(): object[];
|
|
@@ -810,6 +834,7 @@ declare namespace sap {
|
|
|
810
834
|
* Build the intersection of the this filter object with the supplied filter(s). The method does not change
|
|
811
835
|
* the "this"-instance.
|
|
812
836
|
*
|
|
837
|
+
*
|
|
813
838
|
* @returns new CoreFilter object {@link sap.apf.utils.Filter} for the intersected filters
|
|
814
839
|
*/
|
|
815
840
|
intersectWith(
|
|
@@ -822,6 +847,7 @@ declare namespace sap {
|
|
|
822
847
|
/**
|
|
823
848
|
* Updates an expression.
|
|
824
849
|
*
|
|
850
|
+
*
|
|
825
851
|
* @returns undefined
|
|
826
852
|
*/
|
|
827
853
|
updateExpression(
|
|
@@ -858,6 +884,7 @@ declare namespace sap {
|
|
|
858
884
|
/**
|
|
859
885
|
* Updates a value of an expression object.
|
|
860
886
|
*
|
|
887
|
+
*
|
|
861
888
|
* @returns undefined
|
|
862
889
|
*/
|
|
863
890
|
updateValue(
|
|
@@ -888,6 +915,7 @@ declare namespace sap {
|
|
|
888
915
|
/**
|
|
889
916
|
* Adds an expression object to this filter.
|
|
890
917
|
*
|
|
918
|
+
*
|
|
891
919
|
* @returns this to allow method chaining
|
|
892
920
|
*/
|
|
893
921
|
addExpression(
|
|
@@ -986,6 +1014,7 @@ declare namespace sap {
|
|
|
986
1014
|
/**
|
|
987
1015
|
* Adds an expression object to this filter.
|
|
988
1016
|
*
|
|
1017
|
+
*
|
|
989
1018
|
* @returns this to allow method chaining
|
|
990
1019
|
*/
|
|
991
1020
|
addExpression(
|
|
@@ -1014,6 +1043,7 @@ declare namespace sap {
|
|
|
1014
1043
|
/**
|
|
1015
1044
|
* Retrieves an ID of the term.
|
|
1016
1045
|
*
|
|
1046
|
+
*
|
|
1017
1047
|
* @returns ID of the term.
|
|
1018
1048
|
*/
|
|
1019
1049
|
getId(): string;
|
|
@@ -1034,6 +1064,8 @@ declare namespace sap {
|
|
|
1034
1064
|
|
|
1035
1065
|
"sap/apf/library": undefined;
|
|
1036
1066
|
|
|
1067
|
+
"sap/apf/ui/instance": undefined;
|
|
1068
|
+
|
|
1037
1069
|
"sap/apf/ui/representations/representationInterface": undefined;
|
|
1038
1070
|
|
|
1039
1071
|
"sap/apf/ui/representations/RepresentationInterfaceProxy": undefined;
|