@sapui5/types 1.120.4 → 1.120.5
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 +57 -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 +314 -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 +444 -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 module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -18160,7 +18160,7 @@ declare module "sap/gantt/misc/AxisTime" {
|
|
|
18160
18160
|
/**
|
|
18161
18161
|
* Convert date to UTC.
|
|
18162
18162
|
*/
|
|
18163
|
-
|
|
18163
|
+
bTimeInUTC: boolean
|
|
18164
18164
|
): object;
|
|
18165
18165
|
/**
|
|
18166
18166
|
* 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 module "sap/insights/library" {}
|
|
4
4
|
|
|
@@ -255,6 +255,10 @@ declare module "sap/insights/CardsChannel" {
|
|
|
255
255
|
* Id of the parent app.
|
|
256
256
|
*/
|
|
257
257
|
parentAppId: string;
|
|
258
|
+
/**
|
|
259
|
+
* Subtitle of the card
|
|
260
|
+
*/
|
|
261
|
+
description: string;
|
|
258
262
|
};
|
|
259
263
|
|
|
260
264
|
/**
|
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.5
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -79344,6 +79344,24 @@ declare module "sap/m/PDFViewer" {
|
|
|
79344
79344
|
* @returns Value of property `height`
|
|
79345
79345
|
*/
|
|
79346
79346
|
getHeight(): CSSSize;
|
|
79347
|
+
/**
|
|
79348
|
+
* @since 1.121.0
|
|
79349
|
+
*
|
|
79350
|
+
* Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
|
|
79351
|
+
*
|
|
79352
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
79353
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
79354
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
79355
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
79356
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
79357
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
79358
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
79359
|
+
*
|
|
79360
|
+
* Default value is `false`.
|
|
79361
|
+
*
|
|
79362
|
+
* @returns Value of property `isTrustedSource`
|
|
79363
|
+
*/
|
|
79364
|
+
getIsTrustedSource(): boolean;
|
|
79347
79365
|
/**
|
|
79348
79366
|
* Gets content of aggregation {@link #getPopupButtons popupButtons}.
|
|
79349
79367
|
*
|
|
@@ -79550,6 +79568,31 @@ declare module "sap/m/PDFViewer" {
|
|
|
79550
79568
|
*/
|
|
79551
79569
|
sHeight?: CSSSize
|
|
79552
79570
|
): this;
|
|
79571
|
+
/**
|
|
79572
|
+
* @since 1.121.0
|
|
79573
|
+
*
|
|
79574
|
+
* Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
|
|
79575
|
+
*
|
|
79576
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
79577
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
79578
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
79579
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
79580
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
79581
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
79582
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
79583
|
+
*
|
|
79584
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
79585
|
+
*
|
|
79586
|
+
* Default value is `false`.
|
|
79587
|
+
*
|
|
79588
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
79589
|
+
*/
|
|
79590
|
+
setIsTrustedSource(
|
|
79591
|
+
/**
|
|
79592
|
+
* New value for property `isTrustedSource`
|
|
79593
|
+
*/
|
|
79594
|
+
bIsTrustedSource?: boolean
|
|
79595
|
+
): this;
|
|
79553
79596
|
/**
|
|
79554
79597
|
* @deprecated (since 1.50.0) - replaced by {@link sap.m.PDFViewer#getTitle}.
|
|
79555
79598
|
*
|
|
@@ -79706,6 +79749,19 @@ declare module "sap/m/PDFViewer" {
|
|
|
79706
79749
|
| PropertyBindingInfo
|
|
79707
79750
|
| `{${string}}`;
|
|
79708
79751
|
|
|
79752
|
+
/**
|
|
79753
|
+
* @since 1.121.0
|
|
79754
|
+
*
|
|
79755
|
+
* Parameter to determine if the given PDF is from a trusted source. If the source is valid this property
|
|
79756
|
+
* can be set to true. If isTrustedSource is set to true, the PDFViewer opens with the displayType set to
|
|
79757
|
+
* "Embedded" on desktop devices, which means that the PDF content is directly shown within the PDFViewer.
|
|
79758
|
+
* Set this property to true only when the PDF is generated by the application or the PDF is scanned for
|
|
79759
|
+
* viruses. If isTrustedSource is set to false, the PDFViewer opens with the displayType set to "Link" on
|
|
79760
|
+
* desktop devices, which overrides any configuration that has been provided by the application for the
|
|
79761
|
+
* property displayType. This means that the PDFViewer appears as a toolbar with a download button.
|
|
79762
|
+
*/
|
|
79763
|
+
isTrustedSource?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
79764
|
+
|
|
79709
79765
|
/**
|
|
79710
79766
|
* A custom control that can be used instead of the error message specified by the errorPlaceholderMessage
|
|
79711
79767
|
* property.
|
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,7 +1,78 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
5
|
+
declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
|
|
6
|
+
import { default as Control, $ControlSettings } from "sap/ui/mdc/Control";
|
|
7
|
+
|
|
8
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
9
|
+
|
|
10
|
+
import MultiDimModel from "sap/sac/df/model/MultiDimModel";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @since 1.120
|
|
14
|
+
* @experimental (since 1.120)
|
|
15
|
+
*
|
|
16
|
+
* Control to handle changes of {@link sap.sac.df.model.MultiDimModel }. To store the changes in {@link sap.ui.fl.variants.VariantManagement }
|
|
17
|
+
* you need to include this change handler control as a dependent somewhere in the view tree for which the
|
|
18
|
+
* variant management is responsible. Each time the event `requestCompleted` is fired a new change will
|
|
19
|
+
* be created. The method `registerMultiDimModel` needs to be called once to register the {@link sap.sac.df.model.MultiDimModel }
|
|
20
|
+
* to the change handler.
|
|
21
|
+
*/
|
|
22
|
+
export default class MultiDimModelChangeHandler extends Control {
|
|
23
|
+
/**
|
|
24
|
+
* Constructor for a new `MultiDimModelChangeHandler`.
|
|
25
|
+
*/
|
|
26
|
+
constructor(
|
|
27
|
+
/**
|
|
28
|
+
* ID for the new control, generated automatically if no ID is given
|
|
29
|
+
*/
|
|
30
|
+
sId?: string
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Creates a new subclass of class sap.sac.df.changeHandler.MultiDimModelChangeHandler with name `sClassName`
|
|
35
|
+
* and enriches it with the information contained in `oClassInfo`.
|
|
36
|
+
*
|
|
37
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.Control.extend}.
|
|
38
|
+
*
|
|
39
|
+
* @returns Created class / constructor function
|
|
40
|
+
*/
|
|
41
|
+
static extend<T extends Record<string, unknown>>(
|
|
42
|
+
/**
|
|
43
|
+
* Name of the class being created
|
|
44
|
+
*/
|
|
45
|
+
sClassName: string,
|
|
46
|
+
/**
|
|
47
|
+
* Object literal with information about the class
|
|
48
|
+
*/
|
|
49
|
+
oClassInfo?: sap.ClassInfo<T, MultiDimModelChangeHandler>,
|
|
50
|
+
/**
|
|
51
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
52
|
+
* used by this class
|
|
53
|
+
*/
|
|
54
|
+
FNMetaImpl?: Function
|
|
55
|
+
): Function;
|
|
56
|
+
/**
|
|
57
|
+
* Returns a metadata object for class sap.sac.df.changeHandler.MultiDimModelChangeHandler.
|
|
58
|
+
*
|
|
59
|
+
* @returns Metadata object describing this class
|
|
60
|
+
*/
|
|
61
|
+
static getMetadata(): ElementMetadata;
|
|
62
|
+
/**
|
|
63
|
+
* Register {@link sap.sac.df.model.MultiDimModel} for handling changes
|
|
64
|
+
*/
|
|
65
|
+
registerMultiDimModel(oMultiDimModel: MultiDimModel): void;
|
|
66
|
+
/**
|
|
67
|
+
* Skip the triggering of the event `apply` once
|
|
68
|
+
*/
|
|
69
|
+
skipApplyModelChangeOnce(): void;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface $MultiDimModelChangeHandlerSettings
|
|
73
|
+
extends $ControlSettings {}
|
|
74
|
+
}
|
|
75
|
+
|
|
5
76
|
declare module "sap/sac/df/FilterBar" {
|
|
6
77
|
import {
|
|
7
78
|
default as FilterBar1,
|
|
@@ -1537,6 +1608,8 @@ declare module "sap/sac/df/model/AxesLayout" {
|
|
|
1537
1608
|
* @experimental (since 1.119)
|
|
1538
1609
|
*
|
|
1539
1610
|
* Axis Layout showing which dimensions are set on rows and which on columns.
|
|
1611
|
+
*
|
|
1612
|
+
* **Structure of Exposed Data:**
|
|
1540
1613
|
* ```javascript
|
|
1541
1614
|
*
|
|
1542
1615
|
* "Rows": [],
|
|
@@ -1916,7 +1989,9 @@ declare module "sap/sac/df/model/DataSourceInfo" {
|
|
|
1916
1989
|
* @since 1.119
|
|
1917
1990
|
* @experimental (since 1.119)
|
|
1918
1991
|
*
|
|
1919
|
-
*
|
|
1992
|
+
* Data source information.
|
|
1993
|
+
*
|
|
1994
|
+
* **Structure of Exposed Data:**
|
|
1920
1995
|
* ```javascript
|
|
1921
1996
|
*
|
|
1922
1997
|
* "QueryTitle": "",
|
|
@@ -1979,7 +2054,9 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
1979
2054
|
* @since 1.119
|
|
1980
2055
|
* @experimental (since 1.119)
|
|
1981
2056
|
*
|
|
1982
|
-
* Dimension
|
|
2057
|
+
* Dimension Object
|
|
2058
|
+
*
|
|
2059
|
+
* **Structure of Exposed Data:**
|
|
1983
2060
|
* ```javascript
|
|
1984
2061
|
*
|
|
1985
2062
|
* "Name": "",
|
|
@@ -2058,7 +2135,11 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2058
2135
|
/**
|
|
2059
2136
|
* a member filter object
|
|
2060
2137
|
*/
|
|
2061
|
-
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
|
|
2138
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
2139
|
+
/**
|
|
2140
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2141
|
+
*/
|
|
2142
|
+
bInvalidateDataProvider: boolean
|
|
2062
2143
|
): this;
|
|
2063
2144
|
/**
|
|
2064
2145
|
* Add a member filter by its key
|
|
@@ -2069,7 +2150,22 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2069
2150
|
/**
|
|
2070
2151
|
* (internal) key of a dimension member
|
|
2071
2152
|
*/
|
|
2072
|
-
sKey: string
|
|
2153
|
+
sKey: string,
|
|
2154
|
+
/**
|
|
2155
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2156
|
+
*/
|
|
2157
|
+
bInvalidateDataProvider: boolean
|
|
2158
|
+
): this;
|
|
2159
|
+
/**
|
|
2160
|
+
* Clear the filter of a dimension
|
|
2161
|
+
*
|
|
2162
|
+
* @returns Reference to this in order to allow method chaining
|
|
2163
|
+
*/
|
|
2164
|
+
clearMemberFilter(
|
|
2165
|
+
/**
|
|
2166
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2167
|
+
*/
|
|
2168
|
+
bInvalidateDataProvider: boolean
|
|
2073
2169
|
): this;
|
|
2074
2170
|
/**
|
|
2075
2171
|
* Get effective dimension filters
|
|
@@ -2103,9 +2199,9 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2103
2199
|
*/
|
|
2104
2200
|
openValueHelpDialog(
|
|
2105
2201
|
/**
|
|
2106
|
-
*
|
|
2202
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2107
2203
|
*/
|
|
2108
|
-
|
|
2204
|
+
bInvalidateDataProvider: boolean
|
|
2109
2205
|
): Promise<any>;
|
|
2110
2206
|
/**
|
|
2111
2207
|
* Set Display Hierarchy
|
|
@@ -2129,7 +2225,16 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2129
2225
|
*
|
|
2130
2226
|
* @returns Reference to this in order to allow method chaining
|
|
2131
2227
|
*/
|
|
2132
|
-
removeMemberFilter(
|
|
2228
|
+
removeMemberFilter(
|
|
2229
|
+
/**
|
|
2230
|
+
* a member filter object
|
|
2231
|
+
*/
|
|
2232
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
2233
|
+
/**
|
|
2234
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2235
|
+
*/
|
|
2236
|
+
bInvalidateDataProvider: boolean
|
|
2237
|
+
): this;
|
|
2133
2238
|
/**
|
|
2134
2239
|
* Remove a member filter by its key
|
|
2135
2240
|
*
|
|
@@ -2139,7 +2244,11 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2139
2244
|
/**
|
|
2140
2245
|
* (internal) key of a dimension member
|
|
2141
2246
|
*/
|
|
2142
|
-
sKey: string
|
|
2247
|
+
sKey: string,
|
|
2248
|
+
/**
|
|
2249
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2250
|
+
*/
|
|
2251
|
+
bInvalidateDataProvider: boolean
|
|
2143
2252
|
): this;
|
|
2144
2253
|
/**
|
|
2145
2254
|
* Performs the search for a given value
|
|
@@ -2201,7 +2310,11 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2201
2310
|
/**
|
|
2202
2311
|
* array of member filters
|
|
2203
2312
|
*/
|
|
2204
|
-
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
|
|
2313
|
+
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[],
|
|
2314
|
+
/**
|
|
2315
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2316
|
+
*/
|
|
2317
|
+
bInvalidateDataProvider: boolean
|
|
2205
2318
|
): this;
|
|
2206
2319
|
/**
|
|
2207
2320
|
* Set a member filter by its key
|
|
@@ -2212,7 +2325,11 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2212
2325
|
/**
|
|
2213
2326
|
* (internal) key of a dimension member
|
|
2214
2327
|
*/
|
|
2215
|
-
sKey: string
|
|
2328
|
+
sKey: string,
|
|
2329
|
+
/**
|
|
2330
|
+
* If true, the result set is invalidated and must be refreshed
|
|
2331
|
+
*/
|
|
2332
|
+
bInvalidateDataProvider: boolean
|
|
2216
2333
|
): this;
|
|
2217
2334
|
/**
|
|
2218
2335
|
* Sort the members of a dimension
|
|
@@ -2461,6 +2578,21 @@ declare module "sap/sac/df/model/Grid" {
|
|
|
2461
2578
|
* @returns Metadata object describing this class
|
|
2462
2579
|
*/
|
|
2463
2580
|
static getMetadata(): Metadata;
|
|
2581
|
+
/**
|
|
2582
|
+
* Gets the cell context for a data cell in the result set
|
|
2583
|
+
*
|
|
2584
|
+
* @returns a promise which resolves with the retrieved cell context
|
|
2585
|
+
*/
|
|
2586
|
+
getCellContext(
|
|
2587
|
+
/**
|
|
2588
|
+
* the row index
|
|
2589
|
+
*/
|
|
2590
|
+
nRowIndex: int,
|
|
2591
|
+
/**
|
|
2592
|
+
* the column index
|
|
2593
|
+
*/
|
|
2594
|
+
nColumnIndex: int
|
|
2595
|
+
): Promise<Object>;
|
|
2464
2596
|
/**
|
|
2465
2597
|
* Get the list of the jump targets associated to a cell defined via the Report-To-Report Interface.
|
|
2466
2598
|
*
|
|
@@ -2803,7 +2935,9 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
2803
2935
|
* @since 1.119
|
|
2804
2936
|
* @experimental (since 1.119)
|
|
2805
2937
|
*
|
|
2806
|
-
* Variable
|
|
2938
|
+
* Variable Object
|
|
2939
|
+
*
|
|
2940
|
+
* **Structure of Exposed Data:**
|
|
2807
2941
|
* ```javascript
|
|
2808
2942
|
*
|
|
2809
2943
|
* "Name": "",
|
|
@@ -2883,6 +3017,17 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
2883
3017
|
*/
|
|
2884
3018
|
bInvalidateDataProvider: boolean
|
|
2885
3019
|
): this;
|
|
3020
|
+
/**
|
|
3021
|
+
* Clear variable filter
|
|
3022
|
+
*
|
|
3023
|
+
* @returns Reference to this in order to allow method chaining
|
|
3024
|
+
*/
|
|
3025
|
+
clearMemberFilter(
|
|
3026
|
+
/**
|
|
3027
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3028
|
+
*/
|
|
3029
|
+
bInvalidateDataProvider: boolean
|
|
3030
|
+
): this;
|
|
2886
3031
|
/**
|
|
2887
3032
|
* Get effective variable filters
|
|
2888
3033
|
*
|
|
@@ -3007,7 +3152,9 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
3007
3152
|
* @since 1.119
|
|
3008
3153
|
* @experimental (since 1.119)
|
|
3009
3154
|
*
|
|
3010
|
-
* Variable Group
|
|
3155
|
+
* Variable Group Object
|
|
3156
|
+
*
|
|
3157
|
+
* **Structure of Exposed Data:**
|
|
3011
3158
|
* ```javascript
|
|
3012
3159
|
*
|
|
3013
3160
|
* "Name": "",
|
|
@@ -3056,6 +3203,158 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
3056
3203
|
* @returns Metadata object describing this class
|
|
3057
3204
|
*/
|
|
3058
3205
|
static getMetadata(): Metadata;
|
|
3206
|
+
/**
|
|
3207
|
+
* Add variable group filters
|
|
3208
|
+
*
|
|
3209
|
+
* @returns Reference to this in order to allow method chaining
|
|
3210
|
+
*/
|
|
3211
|
+
addMemberFilter(
|
|
3212
|
+
/**
|
|
3213
|
+
* a member filter object
|
|
3214
|
+
*/
|
|
3215
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
3216
|
+
/**
|
|
3217
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3218
|
+
*/
|
|
3219
|
+
bInvalidateDataProvider: boolean
|
|
3220
|
+
): this;
|
|
3221
|
+
/**
|
|
3222
|
+
* Add a member filter by its key
|
|
3223
|
+
*
|
|
3224
|
+
* @returns Reference to this in order to allow method chaining
|
|
3225
|
+
*/
|
|
3226
|
+
addMemberFilterByKey(
|
|
3227
|
+
/**
|
|
3228
|
+
* (internal) key of a dimension member
|
|
3229
|
+
*/
|
|
3230
|
+
sKey: string,
|
|
3231
|
+
/**
|
|
3232
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3233
|
+
*/
|
|
3234
|
+
bInvalidateDataProvider: boolean
|
|
3235
|
+
): this;
|
|
3236
|
+
/**
|
|
3237
|
+
* Clear variable group filter
|
|
3238
|
+
*
|
|
3239
|
+
* @returns Reference to this in order to allow method chaining
|
|
3240
|
+
*/
|
|
3241
|
+
clearMemberFilter(
|
|
3242
|
+
/**
|
|
3243
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3244
|
+
*/
|
|
3245
|
+
bInvalidateDataProvider: boolean
|
|
3246
|
+
): this;
|
|
3247
|
+
/**
|
|
3248
|
+
* Get effective variable group filters
|
|
3249
|
+
*
|
|
3250
|
+
* @returns array of member filters
|
|
3251
|
+
*/
|
|
3252
|
+
getMemberFilter(): /* was: sap.sac.df.model.MemberFilter */ any[];
|
|
3253
|
+
/**
|
|
3254
|
+
* Opens the value help dialog so the user choose a value for a variable group After the value is selected
|
|
3255
|
+
* only teh VariableGroup.MergedVariable is updated. The variables of the aggregated DataProviders are updated
|
|
3256
|
+
* with the next ResultSet fetch
|
|
3257
|
+
*
|
|
3258
|
+
* @returns to indicate if the VariableGroup has been updated
|
|
3259
|
+
*/
|
|
3260
|
+
openValueHelpDialog(
|
|
3261
|
+
/**
|
|
3262
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3263
|
+
*/
|
|
3264
|
+
bInvalidateDataProvider: boolean
|
|
3265
|
+
): Promise<boolean>;
|
|
3266
|
+
/**
|
|
3267
|
+
* Remove variable group filter
|
|
3268
|
+
*
|
|
3269
|
+
* @returns Reference to this in order to allow method chaining
|
|
3270
|
+
*/
|
|
3271
|
+
removeMemberFilter(
|
|
3272
|
+
/**
|
|
3273
|
+
* a member filter object
|
|
3274
|
+
*/
|
|
3275
|
+
oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
|
|
3276
|
+
/**
|
|
3277
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3278
|
+
*/
|
|
3279
|
+
bInvalidateDataProvider: boolean
|
|
3280
|
+
): this;
|
|
3281
|
+
/**
|
|
3282
|
+
* Remove a member filter by its key
|
|
3283
|
+
*
|
|
3284
|
+
* @returns Reference to this in order to allow method chaining
|
|
3285
|
+
*/
|
|
3286
|
+
removeMemberFilterByKey(
|
|
3287
|
+
/**
|
|
3288
|
+
* (internal) key of a dimension member
|
|
3289
|
+
*/
|
|
3290
|
+
sKey: string,
|
|
3291
|
+
/**
|
|
3292
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3293
|
+
*/
|
|
3294
|
+
bInvalidateDataProvider: boolean
|
|
3295
|
+
): this;
|
|
3296
|
+
/**
|
|
3297
|
+
* Performs the search in values of a given Variable
|
|
3298
|
+
*
|
|
3299
|
+
* @returns array with found values
|
|
3300
|
+
*/
|
|
3301
|
+
searchMember(
|
|
3302
|
+
/**
|
|
3303
|
+
* string to search for
|
|
3304
|
+
*/
|
|
3305
|
+
sSearchString: string,
|
|
3306
|
+
/**
|
|
3307
|
+
* if a fuzzy search is performed
|
|
3308
|
+
*/
|
|
3309
|
+
bFuzzy: boolean,
|
|
3310
|
+
/**
|
|
3311
|
+
* if to search in text/description (default true)
|
|
3312
|
+
*/
|
|
3313
|
+
bText: boolean,
|
|
3314
|
+
/**
|
|
3315
|
+
* if to search in key/id (default true)
|
|
3316
|
+
*/
|
|
3317
|
+
bKey: boolean,
|
|
3318
|
+
/**
|
|
3319
|
+
* maximal number of search results (default 1)
|
|
3320
|
+
*/
|
|
3321
|
+
iMaxNumberOfResults: int,
|
|
3322
|
+
/**
|
|
3323
|
+
* if to provide the parents of the search result for hierarchical variables (only relevant if iMaxNumberOfResults
|
|
3324
|
+
* is set)
|
|
3325
|
+
*/
|
|
3326
|
+
bRequestParents: boolean
|
|
3327
|
+
): Promise</* was: sap.sac.df.model.MemberFilter */ any[]>;
|
|
3328
|
+
/**
|
|
3329
|
+
* Set variable group filters
|
|
3330
|
+
*
|
|
3331
|
+
* @returns Promise which resolve when the value is set
|
|
3332
|
+
*/
|
|
3333
|
+
setMemberFilter(
|
|
3334
|
+
/**
|
|
3335
|
+
* array of member filters
|
|
3336
|
+
*/
|
|
3337
|
+
aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[],
|
|
3338
|
+
/**
|
|
3339
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3340
|
+
*/
|
|
3341
|
+
bInvalidateDataProvider: boolean
|
|
3342
|
+
): undefined;
|
|
3343
|
+
/**
|
|
3344
|
+
* Set a member filter by its key
|
|
3345
|
+
*
|
|
3346
|
+
* @returns Reference to this in order to allow method chaining
|
|
3347
|
+
*/
|
|
3348
|
+
setMemberFilterByKey(
|
|
3349
|
+
/**
|
|
3350
|
+
* (internal) key of a dimension member
|
|
3351
|
+
*/
|
|
3352
|
+
sKey: string,
|
|
3353
|
+
/**
|
|
3354
|
+
* If true, the result set is invalidated and must be refreshed
|
|
3355
|
+
*/
|
|
3356
|
+
bInvalidateDataProvider: boolean
|
|
3357
|
+
): this;
|
|
3059
3358
|
}
|
|
3060
3359
|
}
|
|
3061
3360
|
|
|
@@ -3115,6 +3414,8 @@ declare module "sap/sac/df/types/SystemType" {
|
|
|
3115
3414
|
|
|
3116
3415
|
declare namespace sap {
|
|
3117
3416
|
interface IUI5DefineDependencyNames {
|
|
3417
|
+
"sap/sac/df/changeHandler/MultiDimModelChangeHandler": undefined;
|
|
3418
|
+
|
|
3118
3419
|
"sap/sac/df/FilterBar": undefined;
|
|
3119
3420
|
|
|
3120
3421
|
"sap/sac/df/FlexAnalysis": undefined;
|