@sapui5/ts-types 1.120.4 → 1.120.6
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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +2 -2
- package/types/sap.insights.d.ts +5 -1
- package/types/sap.m.d.ts +60 -1
- 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.sac.df.d.ts +313 -13
- package/types/sap.suite.ui.commons.d.ts +33 -9
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.core.d.ts +5 -5
- 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 +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +3 -3
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +10 -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 +437 -2
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.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.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -21362,7 +21362,7 @@ declare namespace sap {
|
|
|
21362
21362
|
/**
|
|
21363
21363
|
* Convert date to UTC.
|
|
21364
21364
|
*/
|
|
21365
|
-
|
|
21365
|
+
bTimeInUTC: boolean
|
|
21366
21366
|
): object;
|
|
21367
21367
|
/**
|
|
21368
21368
|
* Retrieves an array of time ticks, each item containing date position and label, for the specified level
|
package/types/sap.insights.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -40,6 +40,10 @@ declare namespace sap {
|
|
|
40
40
|
* Id of the parent app.
|
|
41
41
|
*/
|
|
42
42
|
parentAppId: string;
|
|
43
|
+
/**
|
|
44
|
+
* Subtitle of the card
|
|
45
|
+
*/
|
|
46
|
+
description: string;
|
|
43
47
|
};
|
|
44
48
|
}
|
|
45
49
|
/**
|
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.6
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -32795,6 +32795,22 @@ declare namespace sap {
|
|
|
32795
32795
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
32796
32796
|
| `{${string}}`;
|
|
32797
32797
|
|
|
32798
|
+
/**
|
|
32799
|
+
* @since 1.121.0
|
|
32800
|
+
*
|
|
32801
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
32802
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
32803
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
32804
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
32805
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
32806
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
32807
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
32808
|
+
*/
|
|
32809
|
+
isTrustedSource?:
|
|
32810
|
+
| boolean
|
|
32811
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
32812
|
+
| `{${string}}`;
|
|
32813
|
+
|
|
32798
32814
|
/**
|
|
32799
32815
|
* A custom control that can be used instead of the error message specified by the errorPlaceholderMessage
|
|
32800
32816
|
* property.
|
|
@@ -103696,6 +103712,24 @@ declare namespace sap {
|
|
|
103696
103712
|
* @returns Value of property `height`
|
|
103697
103713
|
*/
|
|
103698
103714
|
getHeight(): sap.ui.core.CSSSize;
|
|
103715
|
+
/**
|
|
103716
|
+
* @since 1.121.0
|
|
103717
|
+
*
|
|
103718
|
+
* Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
|
|
103719
|
+
*
|
|
103720
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
103721
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
103722
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
103723
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
103724
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
103725
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
103726
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
103727
|
+
*
|
|
103728
|
+
* Default value is `false`.
|
|
103729
|
+
*
|
|
103730
|
+
* @returns Value of property `isTrustedSource`
|
|
103731
|
+
*/
|
|
103732
|
+
getIsTrustedSource(): boolean;
|
|
103699
103733
|
/**
|
|
103700
103734
|
* Gets content of aggregation {@link #getPopupButtons popupButtons}.
|
|
103701
103735
|
*
|
|
@@ -103902,6 +103936,31 @@ declare namespace sap {
|
|
|
103902
103936
|
*/
|
|
103903
103937
|
sHeight?: sap.ui.core.CSSSize
|
|
103904
103938
|
): this;
|
|
103939
|
+
/**
|
|
103940
|
+
* @since 1.121.0
|
|
103941
|
+
*
|
|
103942
|
+
* Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
|
|
103943
|
+
*
|
|
103944
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
103945
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
103946
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
103947
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
103948
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
103949
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
103950
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
103951
|
+
*
|
|
103952
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
103953
|
+
*
|
|
103954
|
+
* Default value is `false`.
|
|
103955
|
+
*
|
|
103956
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
103957
|
+
*/
|
|
103958
|
+
setIsTrustedSource(
|
|
103959
|
+
/**
|
|
103960
|
+
* New value for property `isTrustedSource`
|
|
103961
|
+
*/
|
|
103962
|
+
bIsTrustedSource?: boolean
|
|
103963
|
+
): this;
|
|
103905
103964
|
/**
|
|
103906
103965
|
* @deprecated (since 1.50.0) - replaced by {@link sap.m.PDFViewer#getTitle}.
|
|
103907
103966
|
*
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace sac {
|
|
@@ -9,6 +9,76 @@ declare namespace sap {
|
|
|
9
9
|
* library
|
|
10
10
|
*/
|
|
11
11
|
namespace df {
|
|
12
|
+
namespace changeHandler {
|
|
13
|
+
interface $MultiDimModelChangeHandlerSettings
|
|
14
|
+
extends sap.ui.mdc.$ControlSettings {}
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @since 1.120
|
|
18
|
+
* @experimental (since 1.120)
|
|
19
|
+
*
|
|
20
|
+
* Control to handle changes of {@link sap.sac.df.model.MultiDimModel }. To store the changes in {@link sap.ui.fl.variants.VariantManagement }
|
|
21
|
+
* you need to include this change handler control as a dependent somewhere in the view tree for which the
|
|
22
|
+
* variant management is responsible. Each time the event `requestCompleted` is fired a new change will
|
|
23
|
+
* be created. The method `registerMultiDimModel` needs to be called once to register the {@link sap.sac.df.model.MultiDimModel }
|
|
24
|
+
* to the change handler.
|
|
25
|
+
*/
|
|
26
|
+
class MultiDimModelChangeHandler extends sap.ui.mdc.Control {
|
|
27
|
+
/**
|
|
28
|
+
* Constructor for a new `MultiDimModelChangeHandler`.
|
|
29
|
+
*/
|
|
30
|
+
constructor(
|
|
31
|
+
/**
|
|
32
|
+
* ID for the new control, generated automatically if no ID is given
|
|
33
|
+
*/
|
|
34
|
+
sId?: string
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Creates a new subclass of class sap.sac.df.changeHandler.MultiDimModelChangeHandler with name `sClassName`
|
|
39
|
+
* and enriches it with the information contained in `oClassInfo`.
|
|
40
|
+
*
|
|
41
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.Control.extend}.
|
|
42
|
+
*
|
|
43
|
+
* @returns Created class / constructor function
|
|
44
|
+
*/
|
|
45
|
+
static extend<T extends Record<string, unknown>>(
|
|
46
|
+
/**
|
|
47
|
+
* Name of the class being created
|
|
48
|
+
*/
|
|
49
|
+
sClassName: string,
|
|
50
|
+
/**
|
|
51
|
+
* Object literal with information about the class
|
|
52
|
+
*/
|
|
53
|
+
oClassInfo?: sap.ClassInfo<
|
|
54
|
+
T,
|
|
55
|
+
sap.sac.df.changeHandler.MultiDimModelChangeHandler
|
|
56
|
+
>,
|
|
57
|
+
/**
|
|
58
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
59
|
+
* used by this class
|
|
60
|
+
*/
|
|
61
|
+
FNMetaImpl?: Function
|
|
62
|
+
): Function;
|
|
63
|
+
/**
|
|
64
|
+
* Returns a metadata object for class sap.sac.df.changeHandler.MultiDimModelChangeHandler.
|
|
65
|
+
*
|
|
66
|
+
* @returns Metadata object describing this class
|
|
67
|
+
*/
|
|
68
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
69
|
+
/**
|
|
70
|
+
* Register {@link sap.sac.df.model.MultiDimModel} for handling changes
|
|
71
|
+
*/
|
|
72
|
+
registerMultiDimModel(
|
|
73
|
+
oMultiDimModel: sap.sac.df.model.MultiDimModel
|
|
74
|
+
): void;
|
|
75
|
+
/**
|
|
76
|
+
* Skip the triggering of the event `apply` once
|
|
77
|
+
*/
|
|
78
|
+
skipApplyModelChangeOnce(): void;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
12
82
|
namespace model {
|
|
13
83
|
interface MultiDimModel$DataProviderAddedEventParameters {}
|
|
14
84
|
|
|
@@ -23,6 +93,8 @@ declare namespace sap {
|
|
|
23
93
|
* @experimental (since 1.119)
|
|
24
94
|
*
|
|
25
95
|
* Axis Layout showing which dimensions are set on rows and which on columns.
|
|
96
|
+
*
|
|
97
|
+
* **Structure of Exposed Data:**
|
|
26
98
|
* ```javascript
|
|
27
99
|
*
|
|
28
100
|
* "Rows": [],
|
|
@@ -378,7 +450,9 @@ declare namespace sap {
|
|
|
378
450
|
* @since 1.119
|
|
379
451
|
* @experimental (since 1.119)
|
|
380
452
|
*
|
|
381
|
-
*
|
|
453
|
+
* Data source information.
|
|
454
|
+
*
|
|
455
|
+
* **Structure of Exposed Data:**
|
|
382
456
|
* ```javascript
|
|
383
457
|
*
|
|
384
458
|
* "QueryTitle": "",
|
|
@@ -434,7 +508,9 @@ declare namespace sap {
|
|
|
434
508
|
* @since 1.119
|
|
435
509
|
* @experimental (since 1.119)
|
|
436
510
|
*
|
|
437
|
-
* Dimension
|
|
511
|
+
* Dimension Object
|
|
512
|
+
*
|
|
513
|
+
* **Structure of Exposed Data:**
|
|
438
514
|
* ```javascript
|
|
439
515
|
*
|
|
440
516
|
* "Name": "",
|
|
@@ -513,7 +589,11 @@ declare namespace sap {
|
|
|
513
589
|
/**
|
|
514
590
|
* a member filter object
|
|
515
591
|
*/
|
|
516
|
-
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
592
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
593
|
+
/**
|
|
594
|
+
* If true, the result set is invalidated and must be refreshed
|
|
595
|
+
*/
|
|
596
|
+
bInvalidateDataProvider: boolean
|
|
517
597
|
): this;
|
|
518
598
|
/**
|
|
519
599
|
* Add a member filter by its key
|
|
@@ -524,7 +604,22 @@ declare namespace sap {
|
|
|
524
604
|
/**
|
|
525
605
|
* (internal) key of a dimension member
|
|
526
606
|
*/
|
|
527
|
-
sKey: string
|
|
607
|
+
sKey: string,
|
|
608
|
+
/**
|
|
609
|
+
* If true, the result set is invalidated and must be refreshed
|
|
610
|
+
*/
|
|
611
|
+
bInvalidateDataProvider: boolean
|
|
612
|
+
): this;
|
|
613
|
+
/**
|
|
614
|
+
* Clear the filter of a dimension
|
|
615
|
+
*
|
|
616
|
+
* @returns Reference to this in order to allow method chaining
|
|
617
|
+
*/
|
|
618
|
+
clearMemberFilter(
|
|
619
|
+
/**
|
|
620
|
+
* If true, the result set is invalidated and must be refreshed
|
|
621
|
+
*/
|
|
622
|
+
bInvalidateDataProvider: boolean
|
|
528
623
|
): this;
|
|
529
624
|
/**
|
|
530
625
|
* Get effective dimension filters
|
|
@@ -558,9 +653,9 @@ declare namespace sap {
|
|
|
558
653
|
*/
|
|
559
654
|
openValueHelpDialog(
|
|
560
655
|
/**
|
|
561
|
-
*
|
|
656
|
+
* If true, the result set is invalidated and must be refreshed
|
|
562
657
|
*/
|
|
563
|
-
|
|
658
|
+
bInvalidateDataProvider: boolean
|
|
564
659
|
): Promise<any>;
|
|
565
660
|
/**
|
|
566
661
|
* Set Display Hierarchy
|
|
@@ -584,7 +679,16 @@ declare namespace sap {
|
|
|
584
679
|
*
|
|
585
680
|
* @returns Reference to this in order to allow method chaining
|
|
586
681
|
*/
|
|
587
|
-
removeMemberFilter(
|
|
682
|
+
removeMemberFilter(
|
|
683
|
+
/**
|
|
684
|
+
* a member filter object
|
|
685
|
+
*/
|
|
686
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
687
|
+
/**
|
|
688
|
+
* If true, the result set is invalidated and must be refreshed
|
|
689
|
+
*/
|
|
690
|
+
bInvalidateDataProvider: boolean
|
|
691
|
+
): this;
|
|
588
692
|
/**
|
|
589
693
|
* Remove a member filter by its key
|
|
590
694
|
*
|
|
@@ -594,7 +698,11 @@ declare namespace sap {
|
|
|
594
698
|
/**
|
|
595
699
|
* (internal) key of a dimension member
|
|
596
700
|
*/
|
|
597
|
-
sKey: string
|
|
701
|
+
sKey: string,
|
|
702
|
+
/**
|
|
703
|
+
* If true, the result set is invalidated and must be refreshed
|
|
704
|
+
*/
|
|
705
|
+
bInvalidateDataProvider: boolean
|
|
598
706
|
): this;
|
|
599
707
|
/**
|
|
600
708
|
* Performs the search for a given value
|
|
@@ -656,7 +764,11 @@ declare namespace sap {
|
|
|
656
764
|
/**
|
|
657
765
|
* array of member filters
|
|
658
766
|
*/
|
|
659
|
-
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
|
|
767
|
+
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[],
|
|
768
|
+
/**
|
|
769
|
+
* If true, the result set is invalidated and must be refreshed
|
|
770
|
+
*/
|
|
771
|
+
bInvalidateDataProvider: boolean
|
|
660
772
|
): this;
|
|
661
773
|
/**
|
|
662
774
|
* Set a member filter by its key
|
|
@@ -667,7 +779,11 @@ declare namespace sap {
|
|
|
667
779
|
/**
|
|
668
780
|
* (internal) key of a dimension member
|
|
669
781
|
*/
|
|
670
|
-
sKey: string
|
|
782
|
+
sKey: string,
|
|
783
|
+
/**
|
|
784
|
+
* If true, the result set is invalidated and must be refreshed
|
|
785
|
+
*/
|
|
786
|
+
bInvalidateDataProvider: boolean
|
|
671
787
|
): this;
|
|
672
788
|
/**
|
|
673
789
|
* Sort the members of a dimension
|
|
@@ -900,6 +1016,21 @@ declare namespace sap {
|
|
|
900
1016
|
* @returns Metadata object describing this class
|
|
901
1017
|
*/
|
|
902
1018
|
static getMetadata(): sap.ui.base.Metadata;
|
|
1019
|
+
/**
|
|
1020
|
+
* Gets the cell context for a data cell in the result set
|
|
1021
|
+
*
|
|
1022
|
+
* @returns a promise which resolves with the retrieved cell context
|
|
1023
|
+
*/
|
|
1024
|
+
getCellContext(
|
|
1025
|
+
/**
|
|
1026
|
+
* the row index
|
|
1027
|
+
*/
|
|
1028
|
+
nRowIndex: int,
|
|
1029
|
+
/**
|
|
1030
|
+
* the column index
|
|
1031
|
+
*/
|
|
1032
|
+
nColumnIndex: int
|
|
1033
|
+
): Promise<Object>;
|
|
903
1034
|
/**
|
|
904
1035
|
* Get the list of the jump targets associated to a cell defined via the Report-To-Report Interface.
|
|
905
1036
|
*
|
|
@@ -1190,7 +1321,9 @@ declare namespace sap {
|
|
|
1190
1321
|
* @since 1.119
|
|
1191
1322
|
* @experimental (since 1.119)
|
|
1192
1323
|
*
|
|
1193
|
-
* Variable
|
|
1324
|
+
* Variable Object
|
|
1325
|
+
*
|
|
1326
|
+
* **Structure of Exposed Data:**
|
|
1194
1327
|
* ```javascript
|
|
1195
1328
|
*
|
|
1196
1329
|
* "Name": "",
|
|
@@ -1270,6 +1403,17 @@ declare namespace sap {
|
|
|
1270
1403
|
*/
|
|
1271
1404
|
bInvalidateDataProvider: boolean
|
|
1272
1405
|
): this;
|
|
1406
|
+
/**
|
|
1407
|
+
* Clear variable filter
|
|
1408
|
+
*
|
|
1409
|
+
* @returns Reference to this in order to allow method chaining
|
|
1410
|
+
*/
|
|
1411
|
+
clearMemberFilter(
|
|
1412
|
+
/**
|
|
1413
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1414
|
+
*/
|
|
1415
|
+
bInvalidateDataProvider: boolean
|
|
1416
|
+
): this;
|
|
1273
1417
|
/**
|
|
1274
1418
|
* Get effective variable filters
|
|
1275
1419
|
*
|
|
@@ -1385,7 +1529,9 @@ declare namespace sap {
|
|
|
1385
1529
|
* @since 1.119
|
|
1386
1530
|
* @experimental (since 1.119)
|
|
1387
1531
|
*
|
|
1388
|
-
* Variable Group
|
|
1532
|
+
* Variable Group Object
|
|
1533
|
+
*
|
|
1534
|
+
* **Structure of Exposed Data:**
|
|
1389
1535
|
* ```javascript
|
|
1390
1536
|
*
|
|
1391
1537
|
* "Name": "",
|
|
@@ -1434,6 +1580,158 @@ declare namespace sap {
|
|
|
1434
1580
|
* @returns Metadata object describing this class
|
|
1435
1581
|
*/
|
|
1436
1582
|
static getMetadata(): sap.ui.base.Metadata;
|
|
1583
|
+
/**
|
|
1584
|
+
* Add variable group filters
|
|
1585
|
+
*
|
|
1586
|
+
* @returns Reference to this in order to allow method chaining
|
|
1587
|
+
*/
|
|
1588
|
+
addMemberFilter(
|
|
1589
|
+
/**
|
|
1590
|
+
* a member filter object
|
|
1591
|
+
*/
|
|
1592
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
1593
|
+
/**
|
|
1594
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1595
|
+
*/
|
|
1596
|
+
bInvalidateDataProvider: boolean
|
|
1597
|
+
): this;
|
|
1598
|
+
/**
|
|
1599
|
+
* Add a member filter by its key
|
|
1600
|
+
*
|
|
1601
|
+
* @returns Reference to this in order to allow method chaining
|
|
1602
|
+
*/
|
|
1603
|
+
addMemberFilterByKey(
|
|
1604
|
+
/**
|
|
1605
|
+
* (internal) key of a dimension member
|
|
1606
|
+
*/
|
|
1607
|
+
sKey: string,
|
|
1608
|
+
/**
|
|
1609
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1610
|
+
*/
|
|
1611
|
+
bInvalidateDataProvider: boolean
|
|
1612
|
+
): this;
|
|
1613
|
+
/**
|
|
1614
|
+
* Clear variable group filter
|
|
1615
|
+
*
|
|
1616
|
+
* @returns Reference to this in order to allow method chaining
|
|
1617
|
+
*/
|
|
1618
|
+
clearMemberFilter(
|
|
1619
|
+
/**
|
|
1620
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1621
|
+
*/
|
|
1622
|
+
bInvalidateDataProvider: boolean
|
|
1623
|
+
): this;
|
|
1624
|
+
/**
|
|
1625
|
+
* Get effective variable group filters
|
|
1626
|
+
*
|
|
1627
|
+
* @returns array of member filters
|
|
1628
|
+
*/
|
|
1629
|
+
getMemberFilter(): /* was: sap.sac.df.model.MemberFilter */ any[];
|
|
1630
|
+
/**
|
|
1631
|
+
* Opens the value help dialog so the user choose a value for a variable group After the value is selected
|
|
1632
|
+
* only teh VariableGroup.MergedVariable is updated. The variables of the aggregated DataProviders are updated
|
|
1633
|
+
* with the next ResultSet fetch
|
|
1634
|
+
*
|
|
1635
|
+
* @returns to indicate if the VariableGroup has been updated
|
|
1636
|
+
*/
|
|
1637
|
+
openValueHelpDialog(
|
|
1638
|
+
/**
|
|
1639
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1640
|
+
*/
|
|
1641
|
+
bInvalidateDataProvider: boolean
|
|
1642
|
+
): Promise<boolean>;
|
|
1643
|
+
/**
|
|
1644
|
+
* Remove variable group filter
|
|
1645
|
+
*
|
|
1646
|
+
* @returns Reference to this in order to allow method chaining
|
|
1647
|
+
*/
|
|
1648
|
+
removeMemberFilter(
|
|
1649
|
+
/**
|
|
1650
|
+
* a member filter object
|
|
1651
|
+
*/
|
|
1652
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
1653
|
+
/**
|
|
1654
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1655
|
+
*/
|
|
1656
|
+
bInvalidateDataProvider: boolean
|
|
1657
|
+
): this;
|
|
1658
|
+
/**
|
|
1659
|
+
* Remove a member filter by its key
|
|
1660
|
+
*
|
|
1661
|
+
* @returns Reference to this in order to allow method chaining
|
|
1662
|
+
*/
|
|
1663
|
+
removeMemberFilterByKey(
|
|
1664
|
+
/**
|
|
1665
|
+
* (internal) key of a dimension member
|
|
1666
|
+
*/
|
|
1667
|
+
sKey: string,
|
|
1668
|
+
/**
|
|
1669
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1670
|
+
*/
|
|
1671
|
+
bInvalidateDataProvider: boolean
|
|
1672
|
+
): this;
|
|
1673
|
+
/**
|
|
1674
|
+
* Performs the search in values of a given Variable
|
|
1675
|
+
*
|
|
1676
|
+
* @returns array with found values
|
|
1677
|
+
*/
|
|
1678
|
+
searchMember(
|
|
1679
|
+
/**
|
|
1680
|
+
* string to search for
|
|
1681
|
+
*/
|
|
1682
|
+
sSearchString: string,
|
|
1683
|
+
/**
|
|
1684
|
+
* if a fuzzy search is performed
|
|
1685
|
+
*/
|
|
1686
|
+
bFuzzy: boolean,
|
|
1687
|
+
/**
|
|
1688
|
+
* if to search in text/description (default true)
|
|
1689
|
+
*/
|
|
1690
|
+
bText: boolean,
|
|
1691
|
+
/**
|
|
1692
|
+
* if to search in key/id (default true)
|
|
1693
|
+
*/
|
|
1694
|
+
bKey: boolean,
|
|
1695
|
+
/**
|
|
1696
|
+
* maximal number of search results (default 1)
|
|
1697
|
+
*/
|
|
1698
|
+
iMaxNumberOfResults: int,
|
|
1699
|
+
/**
|
|
1700
|
+
* if to provide the parents of the search result for hierarchical variables (only relevant if iMaxNumberOfResults
|
|
1701
|
+
* is set)
|
|
1702
|
+
*/
|
|
1703
|
+
bRequestParents: boolean
|
|
1704
|
+
): Promise</* was: sap.sac.df.model.MemberFilter */ any[]>;
|
|
1705
|
+
/**
|
|
1706
|
+
* Set variable group filters
|
|
1707
|
+
*
|
|
1708
|
+
* @returns Promise which resolve when the value is set
|
|
1709
|
+
*/
|
|
1710
|
+
setMemberFilter(
|
|
1711
|
+
/**
|
|
1712
|
+
* array of member filters
|
|
1713
|
+
*/
|
|
1714
|
+
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[],
|
|
1715
|
+
/**
|
|
1716
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1717
|
+
*/
|
|
1718
|
+
bInvalidateDataProvider: boolean
|
|
1719
|
+
): undefined;
|
|
1720
|
+
/**
|
|
1721
|
+
* Set a member filter by its key
|
|
1722
|
+
*
|
|
1723
|
+
* @returns Reference to this in order to allow method chaining
|
|
1724
|
+
*/
|
|
1725
|
+
setMemberFilterByKey(
|
|
1726
|
+
/**
|
|
1727
|
+
* (internal) key of a dimension member
|
|
1728
|
+
*/
|
|
1729
|
+
sKey: string,
|
|
1730
|
+
/**
|
|
1731
|
+
* If true, the result set is invalidated and must be refreshed
|
|
1732
|
+
*/
|
|
1733
|
+
bInvalidateDataProvider: boolean
|
|
1734
|
+
): this;
|
|
1437
1735
|
}
|
|
1438
1736
|
|
|
1439
1737
|
type MultiDimModel$DataProviderAddedEvent = sap.ui.base.Event<
|
|
@@ -3055,6 +3353,8 @@ declare namespace sap {
|
|
|
3055
3353
|
}
|
|
3056
3354
|
|
|
3057
3355
|
interface IUI5DefineDependencyNames {
|
|
3356
|
+
"sap/sac/df/changeHandler/MultiDimModelChangeHandler": undefined;
|
|
3357
|
+
|
|
3058
3358
|
"sap/sac/df/FilterBar": undefined;
|
|
3059
3359
|
|
|
3060
3360
|
"sap/sac/df/FlexAnalysis": undefined;
|