@sapui5/ts-types 1.100.2 → 1.101.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.
Files changed (61) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +2 -2
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +674 -2
  8. package/types/sap.f.d.ts +236 -25
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +8 -63
  11. package/types/sap.fe.macros.d.ts +17 -9
  12. package/types/sap.fe.navigation.d.ts +5 -71
  13. package/types/sap.fe.templates.d.ts +97 -190
  14. package/types/sap.fe.test.d.ts +43 -24
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +40 -15
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +209 -38
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +1 -1
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +40 -5
  24. package/types/sap.sac.df.d.ts +981 -0
  25. package/types/sap.sac.grid.d.ts +25 -1
  26. package/types/sap.suite.ui.commons.d.ts +18 -1
  27. package/types/sap.suite.ui.generic.template.d.ts +115 -8
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +154 -15
  33. package/types/sap.ui.core.d.ts +73 -27
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +3 -3
  36. package/types/sap.ui.fl.d.ts +1 -1
  37. package/types/sap.ui.generic.app.d.ts +10 -10
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +1 -1
  40. package/types/sap.ui.layout.d.ts +1 -1
  41. package/types/sap.ui.mdc.d.ts +9 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +10 -6
  46. package/types/sap.ui.table.d.ts +11 -34
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +1 -1
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +683 -26
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.uiext.inbox.d.ts +1 -1
  54. package/types/sap.ushell.d.ts +549 -113
  55. package/types/sap.ushell_abap.d.ts +1 -1
  56. package/types/sap.uxap.d.ts +2 -2
  57. package/types/sap.viz.d.ts +1 -1
  58. package/types/sap.webanalytics.core.d.ts +1 -1
  59. package/types/sap.zen.commons.d.ts +1 -1585
  60. package/types/sap.zen.crosstab.d.ts +1 -1
  61. package/types/sap.zen.dsh.d.ts +1303 -4047
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.100.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1233,44 +1233,14 @@ declare namespace sap {
1233
1233
  *
1234
1234
  * A static enumeration type which indicates the Odata version used for runnning the Navigation Handler.
1235
1235
  */
1236
- enum Mode {
1237
- /**
1238
- * This is used for ODataV2 services to do some internal tasks like creation of appstate, removal of sensitive
1239
- * data etc.,
1240
- */
1241
- ODataV2 = "undefined",
1242
- /**
1243
- * This is used for ODataV4 services to do some internal tasks like creation of appstate, removal of sensitive
1244
- * data etc.,
1245
- */
1246
- ODataV4 = "undefined",
1247
- }
1236
+ enum Mode {}
1248
1237
  /**
1249
1238
  * @SINCE 1.83.0
1250
1239
  *
1251
1240
  * This is the successor of {@link sap.ui.generic.app.navigation.service.NavType}.
1252
1241
  * A static enumeration type which indicates the type of inbound navigation.
1253
1242
  */
1254
- enum NavType {
1255
- /**
1256
- * Back navigation with sap-iapp-state parameter
1257
- */
1258
- iAppState = "undefined",
1259
- /**
1260
- * Initial startup without any navigation or default parameters
1261
- */
1262
- initial = "undefined",
1263
- /**
1264
- * Basic cross-app navigation with URL parameters only (without sap-xapp-state) or initial start with default
1265
- * parameters
1266
- */
1267
- URLParams = "undefined",
1268
- /**
1269
- * Cross-app navigation with sap-xapp-state parameter (and URL parameters), defaulted parameters may be
1270
- * added
1271
- */
1272
- xAppState = "undefined",
1273
- }
1243
+ enum NavType {}
1274
1244
  /**
1275
1245
  * @SINCE 1.83.0
1276
1246
  *
@@ -1278,22 +1248,7 @@ declare namespace sap {
1278
1248
  * A static enumeration type which indicates the conflict resolution method when merging URL parameters
1279
1249
  * into select options.
1280
1250
  */
1281
- enum ParamHandlingMode {
1282
- /**
1283
- * The conflict resolution adds URL parameters to the SelectionVariant
1284
- */
1285
- InsertInSelOpt = "undefined",
1286
- /**
1287
- * The conflict resolution favors the SelectionVariant over URL parameters
1288
- */
1289
- SelVarWins = "undefined",
1290
- /**
1291
- * The conflict resolution favors the URL parameters over the SelectionVariant. Caution: In case of cross-app
1292
- * navigation a navigation parameter value from the source app is overwritten by a default, if a default
1293
- * is maintained in the launchpad designer for this parameter in the target app!
1294
- */
1295
- URLParamWins = "undefined",
1296
- }
1251
+ enum ParamHandlingMode {}
1297
1252
  /**
1298
1253
  * @SINCE 1.83.0
1299
1254
  *
@@ -1303,28 +1258,7 @@ declare namespace sap {
1303
1258
  * method {@link sap.fe.navigation.NavigationHandler.mixAttributesAndSelectionVariant mixAttributesAndSelectionVariant}
1304
1259
  * of the {@link sap.fe.navigation.NavigationHandler NavigationHandler}.
1305
1260
  */
1306
- enum SuppressionBehavior {
1307
- /**
1308
- * Semantic attributes with an empty string are ignored, the remaining attributes are mixed in to the selection
1309
- * variant. Warning! Consider the impact on Boolean variable values!
1310
- */
1311
- ignoreEmptyString = "undefined",
1312
- /**
1313
- * Semantic attributes with a `null` value lead to an {@link sap.fin.central.lib.error.Error error} of type
1314
- * NavigationHandler.INVALID_INPUT
1315
- */
1316
- raiseErrorOnNull = "undefined",
1317
- /**
1318
- * Semantic attributes with an `undefined` value lead to an {@link sap.fin.central.lib.error.Error error}
1319
- * of type NavigationHandler.INVALID_INPUT
1320
- */
1321
- raiseErrorOnUndefined = "undefined",
1322
- /**
1323
- * Standard suppression behavior: semantic attributes with a `null` or an `undefined` value are ignored,
1324
- * the remaining attributes are mixed in to the selection variant
1325
- */
1326
- standard = "undefined",
1327
- }
1261
+ enum SuppressionBehavior {}
1328
1262
  }
1329
1263
  }
1330
1264
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.100.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -10,229 +10,144 @@ declare namespace sap {
10
10
  /**
11
11
  * @SINCE 1.79.0
12
12
  *
13
+ *
13
14
  * Extension API for list reports on SAP Fiori elements for OData V4.
14
15
  */
15
- class ExtensionAPI extends sap.fe.core.ExtensionAPI {
16
+ class ExtensionAPI
17
+ /* was: sap.fe.templates.ExtensionAPI */ extends Object {
16
18
  constructor();
17
19
 
18
20
  /**
19
- * This method converts filter conditions to filters.
21
+ * Add any control as a dependent control to this SAP Fiori elements page.
20
22
  */
21
- createFiltersFromFilterConditions(
23
+ addDependent(
22
24
  /**
23
- * Map containing the filter conditions of the FilterBar.
25
+ * Control to be added as a dependent control
24
26
  */
25
- mFilterConditions: Record<string, any>
26
- ): object;
27
- /**
28
- * Gets the list entries currently selected for the displayed control.
29
- */
30
- getSelectedContexts(): sap.ui.model.odata.v4.Context[];
31
- /**
32
- * Refreshes the List Report. This method currently only supports triggering the search (by clicking on
33
- * the GO button) in the List Report Filter Bar. It can be used to request the initial load or to refresh
34
- * the currently shown data based on the filters entered by the user. Please note: The Promise is resolved
35
- * once the search is triggered and not once the data is returned.
36
- */
37
- refresh(): Promise<any>;
27
+ oControl: sap.ui.core.Control
28
+ ): void;
38
29
  /**
39
- * Set the filter values for the given property in the filter bar. The filter values can be either a single
40
- * value or an array of values. Each filter value must be represented as a string corresponding to the given
41
- * operator.
30
+ * This method converts filter conditions to filters.
42
31
  */
43
- setFilterValues(
44
- /**
45
- * The path to the property as a condition path
46
- */
47
- sConditionPath: string,
48
- /**
49
- * The operator to be used (optional) - if not set, the default operator (EQ) will be used
50
- */
51
- sOperator: string,
32
+ createFiltersFromFilterConditions(
52
33
  /**
53
- * The values to be applied
34
+ * Map containing the filter conditions of the FilterBar.
54
35
  */
55
- vValues: any[] | string
56
- ): Promise<any>;
36
+ mFilterConditions: any
37
+ ): any;
57
38
  /**
58
- * Set the filter values for the given property in the filter bar. The filter values can be either a single
59
- * value or an array of values. Each filter value must be represented as a string corresponding to the given
60
- * operator.
39
+ * Get access to models managed by SAP Fiori elements.
40
+ *
41
+ * The following models can be accessed:
42
+ *
43
+ *
44
+ * - undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page
45
+ *
46
+ * - i18n / further data models defined in the manifest
47
+ * ui: returns a SAPUI5 JSON model containing UI information.
48
+ * Only the following properties are public and supported:
49
+ *
50
+ *
51
+ * - isEditable: set to true if the application is in edit mode
52
+ *
53
+ *
54
+ * .
55
+ * editMode is deprecated and should not be used anymore. Use isEditable instead.
61
56
  */
62
- setFilterValues(
57
+ getModel(
63
58
  /**
64
- * The path to the property as a condition path
59
+ * Name of the model
65
60
  */
66
- sConditionPath: string,
67
- /**
68
- * The values to be applied
69
- */
70
- vValues: any[] | string
71
- ): Promise<any>;
72
- }
73
- }
74
-
75
- namespace ObjectPage {
76
- /**
77
- * @SINCE 1.79.0
78
- *
79
- * Extension API for object pages on SAP Fiori elements for OData V4.
80
- */
81
- class ExtensionAPI extends sap.fe.core.ExtensionAPI {
82
- constructor();
83
-
61
+ sModelName?: string
62
+ ): undefined | sap.ui.model.Model;
84
63
  /**
85
- * Gets the bound context of the current object page.
86
- */
87
- getBindingContext(): sap.ui.model.odata.v4.Context;
88
- /**
89
- * Gets the list entries currently selected for the table.
64
+ * Gets the list entries currently selected for the displayed control.
90
65
  */
91
- getSelectedContexts(
92
- /**
93
- * The ID identifying the table the selected context is requested for
94
- */
95
- sTableId: string
96
- ): sap.ui.model.odata.v4.Context[];
66
+ getSelectedContexts(): any;
97
67
  /**
98
- * Refreshes either the whole object page or only parts of it.
68
+ * Load a fragment and go through the template preprocessor with the current page context.
99
69
  */
100
- refresh(
70
+ loadFragment(
101
71
  /**
102
- * Path or array of paths referring to entities or properties to be refreshed. If omitted, the whole object
103
- * page is refreshed. The path "" refreshes the entity assigned to the object page without navigations
72
+ * The settings object
104
73
  */
105
- vPath?: string | string[]
74
+ mSettings: {
75
+ /**
76
+ * The contextPath to be used for the templating process
77
+ */
78
+ contextPath: string;
79
+ /**
80
+ * The controller to be attached to the fragment
81
+ */
82
+ controller: object;
83
+ /**
84
+ * The ID of the fragment itself
85
+ */
86
+ id: string;
87
+ /**
88
+ * The initial binding context
89
+ */
90
+ initialBindingContext: sap.ui.model.Context;
91
+ /**
92
+ * The name of the fragment to be loaded
93
+ */
94
+ name: string;
95
+ }
106
96
  ): Promise<any>;
107
97
  /**
108
- * Displays or hides the side content of an object page block.
98
+ * Navigate to another target.
109
99
  */
110
- showSideContent(
100
+ navigateToTarget(
111
101
  /**
112
- * Key of the side content fragment as defined in the manifest.json
102
+ * Name of the target route
113
103
  */
114
- sSubSectionKey: string,
104
+ sTarget: string,
115
105
  /**
116
- * Optional Boolean flag to show or hide the side content
106
+ * Context instance
117
107
  */
118
- bShow?: boolean
108
+ oContext: sap.ui.model.Context
119
109
  ): void;
120
- }
121
- }
122
-
123
- namespace RootContainer {
124
- namespace controller {
125
110
  /**
126
- * Application developers should use this controller for the sap.fe.templates.RootContainer.view.Fcl view.
127
- *
128
- * This controller and its associated view provide the entry point for your application when using the flexible
129
- * column layout in SAP Fiori elements. When used, you should declare a sap.f.routing.Router as `router`
130
- * in your application manifest.
111
+ * Refreshes the List Report.
112
+ * This method currently only supports triggering the search (by clicking on the GO button)
113
+ * in the List Report Filter Bar. It can be used to request the initial load or to refresh the
114
+ * currently shown data based on the filters entered by the user.
115
+ * Please note: The Promise is resolved once the search is triggered and not once the data is returned.
131
116
  */
132
- class Fcl extends sap.fe.templates.RootContainer.controller
133
- .RootContainerBaseController {
134
- constructor();
135
-
136
- /**
137
- * Creates a new subclass of class sap.fe.templates.RootContainer.controller.Fcl with name `sClassName`
138
- * and enriches it with the information contained in `oClassInfo`.
139
- *
140
- * `oClassInfo` might contain the same kind of information as described in {@link sap.fe.templates.RootContainer.controller.RootContainerBaseController.extend}.
141
- */
142
- static extend<T extends Record<string, unknown>>(
143
- /**
144
- * Name of the class being created
145
- */
146
- sClassName: string,
147
- /**
148
- * Object literal with information about the class
149
- */
150
- oClassInfo?: sap.ClassInfo<
151
- T,
152
- sap.fe.templates.RootContainer.controller.Fcl
153
- >,
154
- /**
155
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
156
- * used by this class
157
- */
158
- FNMetaImpl?: Function
159
- ): Function;
160
- }
117
+ refresh(): any;
161
118
  /**
162
- * Application developers should use this controller for the sap.fe.templates.RootContainer.NavContainer.Fcl
163
- * view.
164
- *
165
- * This controller and its associated view provide the entry point for your application when using the classic
166
- * full page layout in SAP Fiori elements. When used, you should declare a sap.m.routing.Router as `router`
167
- * in your application manifest.
119
+ * Remove a dependent control from this SAP Fiori elements page.
168
120
  */
169
- class NavContainer extends sap.fe.templates.RootContainer.controller
170
- .RootContainerBaseController {
171
- constructor();
172
-
121
+ removeDependent(
173
122
  /**
174
- * Creates a new subclass of class sap.fe.templates.RootContainer.controller.NavContainer with name `sClassName`
175
- * and enriches it with the information contained in `oClassInfo`.
176
- *
177
- * `oClassInfo` might contain the same kind of information as described in {@link sap.fe.templates.RootContainer.controller.RootContainerBaseController.extend}.
123
+ * Control to be added as a dependent control
178
124
  */
179
- static extend<T extends Record<string, unknown>>(
180
- /**
181
- * Name of the class being created
182
- */
183
- sClassName: string,
184
- /**
185
- * Object literal with information about the class
186
- */
187
- oClassInfo?: sap.ClassInfo<
188
- T,
189
- sap.fe.templates.RootContainer.controller.NavContainer
190
- >,
191
- /**
192
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
193
- * used by this class
194
- */
195
- FNMetaImpl?: Function
196
- ): Function;
197
- }
125
+ oControl: sap.ui.core.Control
126
+ ): void;
198
127
  /**
199
- * Internal base controller class for SAP Fiori elements application.
200
- *
201
- * If you want to extend a base controller for your application, please use for sap.fe.templates.RootContainer.controller.Fcl
202
- * or sap.fe.templates.RootContainer.controller.NavContainer
128
+ * Set the filter values for the given property in the filter bar.
129
+ * The filter values can be either a single value or an array of values.
130
+ * Each filter value must be represented as a string corresponding to the given operator.
203
131
  */
204
- class RootContainerBaseController extends sap.fe.core.BaseController {
205
- constructor();
206
-
132
+ setFilterValues(
207
133
  /**
208
- * Creates a new subclass of class sap.fe.templates.RootContainer.controller.RootContainerBaseController
209
- * with name `sClassName` and enriches it with the information contained in `oClassInfo`.
210
- *
211
- * `oClassInfo` might contain the same kind of information as described in {@link sap.fe.core.BaseController.extend}.
134
+ * The path to the property as a condition path
212
135
  */
213
- static extend<T extends Record<string, unknown>>(
214
- /**
215
- * Name of the class being created
216
- */
217
- sClassName: string,
218
- /**
219
- * Object literal with information about the class
220
- */
221
- oClassInfo?: sap.ClassInfo<
222
- T,
223
- sap.fe.templates.RootContainer.controller.RootContainerBaseController
224
- >,
225
- /**
226
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
227
- * used by this class
228
- */
229
- FNMetaImpl?: Function
230
- ): Function;
136
+ sConditionPath: string,
231
137
  /**
232
- * Returns a metadata object for class sap.fe.templates.RootContainer.controller.RootContainerBaseController.
138
+ * The operator to be used (optional) - if not set, the default operator (EQ) will be used
139
+ */
140
+ sOperator: undefined | string,
141
+ /**
142
+ * The values to be applied
233
143
  */
234
- static getMetadata(): sap.ui.base.Metadata;
235
- }
144
+ vValues: undefined | string | string[]
145
+ ): any;
146
+ /**
147
+ * Triggers an update of the app state.
148
+ * Should be called if the state of a control, or any other state-relevant information, was changed.
149
+ */
150
+ updateAppState(): undefined | Promise<any>;
236
151
  }
237
152
  }
238
153
  }
@@ -242,13 +157,5 @@ declare namespace sap {
242
157
  "sap/fe/templates/library": undefined;
243
158
 
244
159
  "sap/fe/templates/ListReport/ExtensionAPI": undefined;
245
-
246
- "sap/fe/templates/ObjectPage/ExtensionAPI": undefined;
247
-
248
- "sap/fe/templates/RootContainer/controller/Fcl.controller": undefined;
249
-
250
- "sap/fe/templates/RootContainer/controller/NavContainer.controller": undefined;
251
-
252
- "sap/fe/templates/RootContainer/controller/RootContainerBaseController": undefined;
253
160
  }
254
161
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.100.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -14,23 +14,6 @@ declare namespace sap {
14
14
  * Cancels the dialog by clicking the corresponding button (for example, 'Cancel').
15
15
  */
16
16
  iCancel(): object;
17
- /**
18
- * Changes the content of a field in an action parameter dialog.
19
- */
20
- iChangeActionParameterDialogField(
21
- /**
22
- * The identifier of the field
23
- */
24
- vFieldIdentifier: sap.fe.test.api.ActionDialogFieldIdentifier,
25
- /**
26
- * The new target value.
27
- */
28
- vValue?: string,
29
- /**
30
- * Set to `true` to clear previously set filters, otherwise all previously set values will be kept
31
- */
32
- bClearFirst?: boolean
33
- ): object;
34
17
  /**
35
18
  * Changes the content of a field in a dialog.
36
19
  */
@@ -162,10 +145,6 @@ declare namespace sap {
162
145
  class DialogMessageActions extends sap.fe.test.api.DialogActions {
163
146
  constructor();
164
147
 
165
- /**
166
- * Confirms the draft message with Discard Draft when navigating back to the list-report.
167
- */
168
- iConfirmDiscardDraft(): object;
169
148
  /**
170
149
  * Executes the `Back` action on the message dialog.
171
150
  */
@@ -174,6 +153,10 @@ declare namespace sap {
174
153
  * Executes the `Refresh` action on the message dialog.
175
154
  */
176
155
  iExecuteRefresh(): object;
156
+ /**
157
+ * Selects the specified entry in the draft data loss popup
158
+ */
159
+ iSelectDraftDataLossOption(): object;
177
160
  }
178
161
 
179
162
  class DialogMessageAssertions extends sap.fe.test.api.DialogAssertions {
@@ -933,6 +916,15 @@ declare namespace sap {
933
916
  * Executes the Related Apps action in the header toolbar of an object page.
934
917
  */
935
918
  iExecuteRelatedApps(): object;
919
+ /**
920
+ * Executes an action in the selection list that is currently open.
921
+ */
922
+ iExecuteSelectListAction(
923
+ /**
924
+ * The label of the action or its state
925
+ */
926
+ vAction: string | object
927
+ ): object;
936
928
  }
937
929
 
938
930
  class HeaderActionsLR {
@@ -1195,7 +1187,11 @@ declare namespace sap {
1195
1187
  * A map of columns (either name or index) to its new value. The columns do not need to match the ones defined
1196
1188
  * in `vRowValues`.
1197
1189
  */
1198
- mTargetValues: object
1190
+ mTargetValues: object,
1191
+ /**
1192
+ * If true, we keep the focus on the modified cell and don't press enter to validate the input
1193
+ */
1194
+ bInputNotFinalized: boolean
1199
1195
  ): object;
1200
1196
  /**
1201
1197
  * Changes the specified row. The given value map must match exactly one row.
@@ -1208,7 +1204,11 @@ declare namespace sap {
1208
1204
  * A map of columns (either name or index) to its new value. The columns do not need to match the ones defined
1209
1205
  * in `vRowValues`.
1210
1206
  */
1211
- mTargetValues: object
1207
+ mTargetValues: object,
1208
+ /**
1209
+ * If true, we keep the focus on the modified cell and don't press enter to validate the input
1210
+ */
1211
+ bInputNotFinalized: boolean
1212
1212
  ): object;
1213
1213
  /**
1214
1214
  * Changes the search field.
@@ -2439,6 +2439,25 @@ declare namespace sap {
2439
2439
  * Returns a metadata object for class sap.fe.test.BaseArrangements.
2440
2440
  */
2441
2441
  static getMetadata(): sap.ui.base.Metadata;
2442
+ /**
2443
+ * Resets the mock data.
2444
+ */
2445
+ iResetMockData(
2446
+ /**
2447
+ * The application id or a uri pointing to the service. One of the following properties needs to be provided
2448
+ * within the parameter:
2449
+ * ```javascript
2450
+ *
2451
+ * {
2452
+ * :
2453
+ * :
2454
+ * }
2455
+ * ```
2456
+ * NOTE: When passing the AppId, the application needs to be running already. Calling the function
2457
+ * before the application is started can be done by passing the ServiceUri.
2458
+ */
2459
+ oAppInfo?: object
2460
+ ): object;
2442
2461
  /**
2443
2462
  * Resets the test data.
2444
2463
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.100.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {