@sapui5/ts-types 1.118.0 → 1.119.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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +16 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +35 -1
  7. package/types/sap.f.d.ts +117 -3
  8. package/types/sap.fe.core.d.ts +87 -61
  9. package/types/sap.fe.macros.d.ts +164 -21
  10. package/types/sap.fe.navigation.d.ts +92 -87
  11. package/types/sap.fe.placeholder.d.ts +1 -1
  12. package/types/sap.fe.templates.d.ts +25 -21
  13. package/types/sap.fe.test.d.ts +1 -1
  14. package/types/sap.fe.tools.d.ts +1 -1
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +67 -53
  17. package/types/sap.insights.d.ts +141 -40
  18. package/types/sap.landvisz.d.ts +1 -1
  19. package/types/sap.m.d.ts +458 -82
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +1 -1
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +519 -272
  26. package/types/sap.suite.ui.commons.d.ts +50 -6
  27. package/types/sap.suite.ui.generic.template.d.ts +22 -17
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +17 -15
  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 +41 -62
  33. package/types/sap.ui.core.d.ts +504 -162
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +1 -54
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +11 -1
  40. package/types/sap.ui.layout.d.ts +1 -1
  41. package/types/sap.ui.mdc.d.ts +1023 -262
  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 +1 -1
  46. package/types/sap.ui.table.d.ts +913 -1
  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 +367 -1
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +113 -115
  55. package/types/sap.ui.webc.main.d.ts +299 -306
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +534 -14
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.111.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -9,7 +9,7 @@ declare namespace sap {
9
9
  /**
10
10
  * @since 1.83.0
11
11
  *
12
- * This is the successor of {@link sap.ui.generic.app.navigation.service.NavError}.
12
+ * This is the successor of {@link sap.ui.generic.app.navigation.service.NavError }.
13
13
  * An object that provides error handling information during runtime.
14
14
  */
15
15
  class NavError extends sap.ui.base.Object {
@@ -33,7 +33,7 @@ declare namespace sap {
33
33
  /**
34
34
  * @since 1.83.0
35
35
  *
36
- * This is the successor of {@link sap.ui.generic.app.navigation.service.NavigationHandler}.
36
+ * This is the successor of {@link sap.ui.generic.app.navigation.service.NavigationHandler }.
37
37
  * Creates a new NavigationHandler class by providing the required environment.
38
38
  *
39
39
  * The `NavigationHandler` supports the verification of sensitive information. All properties that are part
@@ -49,7 +49,7 @@ declare namespace sap {
49
49
  * xapp state.
50
50
  *
51
51
  * To verify the information to be removed, the `NavigationHandler` requires an unnamed model of type
52
- * {@link sap.ui.model.odata.v2.ODataModel} on component level. It is possible to set such a model using
52
+ * {@link sap.ui.model.odata.v2.ODataModel } on component level. It is possible to set such a model using
53
53
  * the `setModel`
54
54
  * method.
55
55
  *
@@ -58,7 +58,7 @@ declare namespace sap {
58
58
  * If the OData metadata model has not been loaded completely, all properties are removed from the application
59
59
  * context.
60
60
  *
61
- * **Note:** This class requires that the UShell {@link sap.ushell.services.CrossApplicationNavigation }
61
+ * **Note:** This class requires that the UShell {@link sap.ushell.services.CrossApplicationNavigation }
62
62
  * is available and initialized.
63
63
  */
64
64
  class NavigationHandler extends sap.ui.base.Object {
@@ -79,7 +79,7 @@ declare namespace sap {
79
79
  */
80
80
  sEntitySetName: string,
81
81
  /**
82
- * undefined
82
+ * Used for url determination. If omitted, the NavigationHandler model is used.
83
83
  */
84
84
  oModel?:
85
85
  | sap.ui.model.odata.v2.ODataModel
@@ -110,7 +110,7 @@ declare namespace sap {
110
110
  * the
111
111
  * {@link #.navigate NavigationHandler.navigate} method.
112
112
  *
113
- * @returns Instance of {@link sap.fe.navigation.SelectionVariant}
113
+ * @returns Instance of {@link sap.fe.navigation.SelectionVariant }
114
114
  */
115
115
  mixAttributesAndSelectionVariant(
116
116
  /**
@@ -124,7 +124,13 @@ declare namespace sap {
124
124
  | any
125
125
  | string,
126
126
  /**
127
- * undefined
127
+ * Indicates whether semantic
128
+ * attributes with special values (see {@link sap.fe.navigation.SuppressionBehavior suppression behavior})
129
+ * must be
130
+ * suppressed before they are combined with the selection variant; several
131
+ * {@link sap.fe.navigation.SuppressionBehavior suppression behaviors} can be combined with the bitwise
132
+ * OR operator
133
+ * (|)
128
134
  */
129
135
  iSuppressionBehavior?: number
130
136
  ): sap.fe.navigation.SelectionVariant;
@@ -146,7 +152,7 @@ declare namespace sap {
146
152
  *
147
153
  * {object}
148
154
  * **oError**
149
- * NavError object (instance of {@link sap.fe.navigation.NavError}) that describes which kind of error
155
+ * NavError object (instance of {@link sap.fe.navigation.NavError }) that describes which kind of error
150
156
  * occurred
151
157
  *
152
158
  * {string}
@@ -192,23 +198,23 @@ declare namespace sap {
192
198
  oExternalAppData?: {
193
199
  /**
194
200
  * Object containing the current ui state of the app which will be forwarded to the
195
- * target component.
201
+ * target component.
196
202
  */
197
- presentationVariant?: object;
203
+ presentationVariant?: object | undefined;
198
204
  /**
199
205
  * Stringified JSON object, which will be forwarded to the target component. If not
200
- * provided the selectionVariant will be constructed based on the vNavigationParameters.
206
+ * provided the selectionVariant will be constructed based on the vNavigationParameters.
201
207
  */
202
- selectionVariant?: object;
208
+ selectionVariant?: object | undefined;
203
209
  /**
204
210
  * Object containing value descriptions which will be forwarded to the target component.
205
211
  */
206
- valueTexts?: object;
212
+ valueTexts?: object | undefined;
207
213
  },
208
214
  /**
209
215
  * Argument is used to overwrite the FLP-configured target for opening a URL. If used, only the
210
- * `explace` or `inplace` values are allowed. Any other value will lead to an exception
211
- * `NavigationHandler.INVALID_NAV_MODE`.
216
+ * `explace` or `inplace` values are allowed. Any other value will lead to an exception
217
+ * `NavigationHandler.INVALID_NAV_MODE`.
212
218
  */
213
219
  sNavMode?: string
214
220
  ): void;
@@ -221,51 +227,48 @@ declare namespace sap {
221
227
  *
222
228
  * @returns A Promise object to monitor when all the actions of the function have been executed. If the
223
229
  * execution is successful, the
224
- * extracted app state, the startup parameters, and the type of navigation are returned, see also
225
- * the example above. The app state is
226
- * an object that contains the following information:
230
+ * extracted app state, the startup parameters, and the type of navigation are returned, see also the example
231
+ * above. The app state is
232
+ * an object that contains the following information:
227
233
  *
228
- * `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant}
229
- * containing only parameters/select options that are related to navigation
234
+ * `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant }
235
+ * containing only parameters/select options that are related to navigation
230
236
  *
231
237
  * - `oAppData.selectionVariant`: The navigation-related selection variant as a JSON-formatted string
232
- * `oAppData.oDefaultedSelectionVariant`: An instance of
233
- * {@link sap.fe.navigation.SelectionVariant} containing only the parameters/select options that
234
- * are set by user
235
- * default data
236
- * `oAppData.bNavSelVarHasDefaultsOnly`: A Boolean flag that indicates whether only defaulted
237
- * parameters and no
238
- * navigation parameters are present.
239
- *
240
- * **Note:** If no navigation parameters are available, `bNavSelVarHasDefaultsOnly` is set to `true`,
241
- * even though parameters without default might be available as well.
242
- *
243
- * If the navigation-related selection variant is empty, it is replaced by a copy of the defaulted
244
- * selection variant.
238
+ * `oAppData.oDefaultedSelectionVariant`: An instance of
239
+ * {@link sap.fe.navigation.SelectionVariant } containing only the parameters/select options that are set
240
+ * by user
241
+ * default data
242
+ * `oAppData.bNavSelVarHasDefaultsOnly`: A Boolean flag that indicates whether only defaulted parameters
243
+ * and no
244
+ * navigation parameters are present.
245
+ *
246
+ * **Note:** If no navigation parameters are available, `bNavSelVarHasDefaultsOnly` is set to `true`,
247
+ * even though parameters without default might be available as well.
248
+ *
249
+ * If the navigation-related selection variant is empty, it is replaced by a copy of the defaulted selection
250
+ * variant.
245
251
  *
246
- * The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType} (possible
247
- * values are
248
- * initial, URLParams, xAppState, and iAppState).
252
+ * The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType } (possible values
253
+ * are
254
+ * initial, URLParams, xAppState, and iAppState).
249
255
  *
250
- * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState} oAppData has
251
- * two
252
- * additional properties
256
+ * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState } oAppData has two
257
+ * additional properties
253
258
  *
254
259
  *
255
260
  * - `oAppData.tableVariantId`
256
261
  *
257
262
  * - `oAppData.customData`
258
263
  *
259
- * which return the inner app data as stored in {@link #.navigate navigate} or {@link #.storeInnerAppStateAsync storeInnerAppStateAsync}.
260
- * `oAppData.oDefaultedSelectionVariant` is an empty selection variant and
261
- * `oAppData.bNavSelVarHasDefaultsOnly` is `false` in this case.
264
+ * which return the inner app data as stored in {@link #.navigate navigate} or {@link #.storeInnerAppStateAsync storeInnerAppStateAsync}.
265
+ * `oAppData.oDefaultedSelectionVariant` is an empty selection variant and
266
+ * `oAppData.bNavSelVarHasDefaultsOnly` is `false` in this case.
262
267
  *
263
- * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial} oAppData is an
264
- * empty object!
268
+ * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial } oAppData is an empty object!
265
269
  *
266
- * If an error occurs, an error object of type {@link sap.fe.navigation.NavError}, URL parameters
267
- * (if available)
268
- * and the type of navigation are returned.
270
+ * If an error occurs, an error object of type {@link sap.fe.navigation.NavError }, URL parameters (if available)
271
+ * and the type of navigation are returned.
269
272
  */
270
273
  parseNavigation(): object;
271
274
  /**
@@ -297,13 +300,13 @@ declare namespace sap {
297
300
  *
298
301
  * @returns A Promise object to monitor when all actions of the function have been executed; if the execution
299
302
  * is successful, the
300
- * modified oTableEventParameters is returned; if an error occurs, an error object of type
301
- * {@link sap.fe.navigation.NavError} is returned
303
+ * modified oTableEventParameters is returned; if an error occurs, an error object of type
304
+ * {@link sap.fe.navigation.NavError } is returned
302
305
  */
303
306
  processBeforeSmartLinkPopoverOpens(
304
307
  /**
305
308
  * The parameters made available by the SmartTable control when the SmartLink control has been clicked,
306
- * an instance of a PopOver object
309
+ * an instance of a PopOver object
307
310
  */
308
311
  oTableEventParameters: any,
309
312
  /**
@@ -312,7 +315,7 @@ declare namespace sap {
312
315
  sSelectionVariant: string,
313
316
  /**
314
317
  * Object containing the current state of the app. If provided, opening the Popover is deferred until the
315
- * inner app data is saved in a consistent way.
318
+ * inner app data is saved in a consistent way.
316
319
  */
317
320
  mInnerAppData?: /* was: sap.fe.navigation.NavigationHandler.InnerAppData */ any,
318
321
  /**
@@ -321,12 +324,12 @@ declare namespace sap {
321
324
  oExternalAppData?: {
322
325
  /**
323
326
  * Object containing the current ui presentationVariant of the app, which will be
324
- * passed to the target screen
327
+ * passed to the target screen
325
328
  */
326
329
  presentationVariant?: object;
327
330
  /**
328
331
  * Object containing selectionVariant, which will be passed to the target screen. If not
329
- * set the sSelectionVariant will be used.
332
+ * set the sSelectionVariant will be used.
330
333
  */
331
334
  selectionVariant?: object;
332
335
  /**
@@ -373,22 +376,21 @@ declare namespace sap {
373
376
  setTechnicalParameters(
374
377
  /**
375
378
  * List of parameter names to be considered as technical parameters. `null` or
376
- * `undefined` may be used to reset the complete list.
379
+ * `undefined` may be used to reset the complete list.
377
380
  */
378
381
  aTechnicalParameters?: any[]
379
382
  ): void;
380
383
  /**
381
- * @deprecated (since 1.104) - Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
384
+ * @deprecated (since 1.104) - Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
382
385
  * instead.
383
386
  *
384
- *
385
387
  * Changes the URL according to the current app state and stores the app state for later retrieval.
386
388
  *
387
389
  * @returns A Promise object to monitor when all the actions of the function have been executed; if the
388
390
  * execution is successful, the
389
- * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
391
+ * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
390
392
  * is
391
- * returned
393
+ * returned
392
394
  */
393
395
  storeInnerAppState(
394
396
  /**
@@ -397,8 +399,8 @@ declare namespace sap {
397
399
  mInnerAppData: /* was: sap.fe.navigation.NavigationHandler.InnerAppData */ any,
398
400
  /**
399
401
  * If set to false, the inner app hash will not be replaced until storing is successful; do not
400
- * set to false if you cannot react to the resolution of the Promise, for example, when calling the
401
- * beforeLinkPressed event
402
+ * set to false if you cannot react to the resolution of the Promise, for example, when calling the beforeLinkPressed
403
+ * event
402
404
  */
403
405
  bImmediateHashReplace?: boolean
404
406
  ): jQuery.Promise<string>;
@@ -407,9 +409,9 @@ declare namespace sap {
407
409
  *
408
410
  * @returns A Promise object to monitor when all the actions of the function have been executed; if the
409
411
  * execution is successful, the
410
- * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
412
+ * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
411
413
  * is
412
- * returned
414
+ * returned
413
415
  */
414
416
  storeInnerAppStateAsync(
415
417
  /**
@@ -418,26 +420,25 @@ declare namespace sap {
418
420
  mInnerAppData: /* was: sap.fe.navigation.NavigationHandler.InnerAppData */ any,
419
421
  /**
420
422
  * If set to false, the inner app hash will not be replaced until storing is successful; do not
421
- * set to false if you cannot react to the resolution of the Promise, for example, when calling the
422
- * beforeLinkPressed event
423
+ * set to false if you cannot react to the resolution of the Promise, for example, when calling the beforeLinkPressed
424
+ * event
423
425
  */
424
426
  bImmediateHashReplace?: boolean,
425
427
  /**
426
428
  * If set to true, the inner app hash will not be replaced in the storeInnerAppStateAsync. Also the bImmediateHashReplace
427
- * will be ignored.
429
+ * will be ignored.
428
430
  */
429
431
  bSkipHashReplace?: boolean
430
432
  ): jQuery.Promise<string>;
431
433
  /**
432
- * @deprecated (since 1.104) - Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
434
+ * @deprecated (since 1.104) - Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
433
435
  * instead.
434
436
  *
435
- *
436
437
  * Changes the URL according to the current app state and stores the app state for later retrieval.
437
438
  *
438
439
  * @returns An object containing the appStateId and a promise object to monitor when all the actions of
439
440
  * the function have been
440
- * executed; Please note that the appStateKey may be undefined or empty.
441
+ * executed; Please note that the appStateKey may be undefined or empty.
441
442
  */
442
443
  storeInnerAppStateWithImmediateReturn(
443
444
  /**
@@ -446,11 +447,11 @@ declare namespace sap {
446
447
  mInnerAppData: /* was: sap.fe.navigation.NavigationHandler.InnerAppData */ any,
447
448
  /**
448
449
  * If set to false, the inner app hash will not be replaced until storing is successful; do not
449
- * set to false if you cannot react to the resolution of the Promise, for example, when calling the
450
- * beforeLinkPressed event. **Note:**If
451
- * not provided it will be treated as set to false. **Note:**If set to true, the calling instance
452
- * has to ensure that a follow-on
453
- * call to `replaceHash` will take place!
450
+ * set to false if you cannot react to the resolution of the Promise, for example, when calling the beforeLinkPressed
451
+ * event. **Note:**If
452
+ * not provided it will be treated as set to false. **Note:**If set to true, the calling instance has to
453
+ * ensure that a follow-on
454
+ * call to `replaceHash` will take place!
454
455
  */
455
456
  bImmediateHashReplace?: boolean
456
457
  ): object;
@@ -458,7 +459,7 @@ declare namespace sap {
458
459
  /**
459
460
  * @since 1.83.0
460
461
  *
461
- * This is the successor of {@link sap.ui.generic.app.navigation.service.PresentationVariant}.
462
+ * This is the successor of {@link sap.ui.generic.app.navigation.service.PresentationVariant }.
462
463
  * Creates a new instance of a PresentationVariant class. If no parameter is passed, an new empty instance
463
464
  * is created whose ID has been set to `""`. Passing a JSON-serialized string complying to the Selection
464
465
  * Variant Specification will parse it, and the newly created instance will contain the same information.
@@ -719,7 +720,9 @@ declare namespace sap {
719
720
  * The name of the property for which the set of select options/ranges is returned
720
721
  */
721
722
  sPropertyName: string
722
- ): undefined | undefined[];
723
+ ): /* was: sap.fe.navigation.SelectionVariant.SelectOption */
724
+ | any[]
725
+ | undefined;
723
726
  /**
724
727
  * Returns the names of the properties available for this instance.
725
728
  *
@@ -755,14 +758,16 @@ declare namespace sap {
755
758
  *
756
759
  * - `High`: The high value of the range; if this value is not necessary, `null` (but does exist)
757
760
  *
758
- * For further information on the meaning of the attributes, refer to method {@link #.addSelectOption addSelectOption}.
761
+ * For further information on the meaning of the attributes, refer to method {@link #.addSelectOption addSelectOption}.
759
762
  */
760
763
  getValue(
761
764
  /**
762
765
  * The name of the attribute for which the value is retrieved
763
766
  */
764
767
  sName: string
765
- ): undefined | undefined[];
768
+ ): /* was: sap.fe.navigation.SelectionVariant.SelectOption */
769
+ | any[]
770
+ | undefined;
766
771
  /**
767
772
  * Returns `true` if the selection variant does neither contain parameters
768
773
  * nor ranges.
@@ -784,7 +789,7 @@ declare namespace sap {
784
789
  /**
785
790
  * Set of select options to be added
786
791
  */
787
- aSelectOptions: undefined[]
792
+ aSelectOptions: /* was: sap.fe.navigation.SelectionVariant.SelectOption */ any[]
788
793
  ): this;
789
794
  /**
790
795
  * Removes a parameter called `sName` from the selection variant.
@@ -911,16 +916,11 @@ declare namespace sap {
911
916
  /**
912
917
  * @since 1.86.0
913
918
  *
914
- * This is the successor of {@link sap.ui.generic.app.navigation.service.NavType}.
919
+ * This is the successor of {@link sap.ui.generic.app.navigation.service.NavType }.
915
920
  *
916
921
  * A static enumeration type which indicates the type of inbound navigation.
917
922
  */
918
923
  enum NavType {
919
- /**
920
- * Basic cross-app navigation with URL parameters only (without sap-xapp-state) or initial start with default
921
- * parameters
922
- */
923
- URLParams = "undefined",
924
924
  /**
925
925
  * Back navigation with sap-iapp-state parameter
926
926
  */
@@ -929,6 +929,11 @@ declare namespace sap {
929
929
  * Initial startup without any navigation or default parameters
930
930
  */
931
931
  initial = "undefined",
932
+ /**
933
+ * Basic cross-app navigation with URL parameters only (without sap-xapp-state) or initial start with default
934
+ * parameters
935
+ */
936
+ URLParams = "undefined",
932
937
  /**
933
938
  * Cross-app navigation with sap-xapp-state parameter (and URL parameters), defaulted parameters may be
934
939
  * added
@@ -938,7 +943,7 @@ declare namespace sap {
938
943
  /**
939
944
  * @since 1.83.0
940
945
  *
941
- * This is the successor of {@link sap.ui.generic.app.navigation.service.ParamHandlingMode}.
946
+ * This is the successor of {@link sap.ui.generic.app.navigation.service.ParamHandlingMode }.
942
947
  *
943
948
  * A static enumeration type which indicates the conflict resolution method when merging URL parameters
944
949
  * into select options.
@@ -964,7 +969,7 @@ declare namespace sap {
964
969
  /**
965
970
  * @since 1.83.0
966
971
  *
967
- * This is the successor of {@link sap.ui.generic.app.navigation.service.SuppressionBehavior}.
972
+ * This is the successor of {@link sap.ui.generic.app.navigation.service.SuppressionBehavior }.
968
973
  *
969
974
  * A static enumeration type which indicates whether semantic attributes with values `null`,
970
975
  * `undefined` or `""` (empty string) shall be suppressed, before they are mixed in to the selection variant
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.111.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -85,7 +85,7 @@ declare namespace sap {
85
85
  */
86
86
  sConditionPath: string,
87
87
  /**
88
- * undefined
88
+ * The operator to be used (optional) - if not set, the default operator (EQ) will be used
89
89
  */
90
90
  sOperator: string | undefined,
91
91
  /**
@@ -98,6 +98,7 @@ declare namespace sap {
98
98
  | number[]
99
99
  | string
100
100
  | string[]
101
+ | undefined
101
102
  ): Promise<void>;
102
103
  }
103
104
  /**
@@ -137,21 +138,21 @@ declare namespace sap {
137
138
  *
138
139
  * ```javascript
139
140
  *
140
- * {
141
- * filterConditions: {
142
- * Country: [
143
- * {
144
- * operator: "EQ"
145
- * validated: "NotValidated"
146
- * values: ["Germany", ...]
147
- * },
148
- * ...
149
- * ]
150
- * ...
151
- * },
152
- * currentTabId: "fe::CustomTab::tab1",
153
- * refreshCause: "tabChanged" | "search"
154
- * }
141
+ * {
142
+ * filterConditions: {
143
+ * Country: [
144
+ * {
145
+ * operator: "EQ"
146
+ * validated: "NotValidated"
147
+ * values: ["Germany", ...]
148
+ * },
149
+ * ...
150
+ * ]
151
+ * ...
152
+ * },
153
+ * currentTabId: "fe::CustomTab::tab1",
154
+ * refreshCause: "tabChanged" | "search"
155
+ * }
155
156
  * ```
156
157
  */
157
158
  mParameters: any
@@ -199,9 +200,12 @@ declare namespace sap {
199
200
  */
200
201
  refresh(
201
202
  /**
202
- * undefined
203
+ * Path or array of paths referring to entities or properties to be refreshed.
204
+ * If omitted, the whole object page is refreshed. The path "" refreshes the entity assigned to the object
205
+ * page
206
+ * without navigations
203
207
  */
204
- vPath: string | string[] | undefined
208
+ vPath?: string | string[]
205
209
  ): Promise<void>;
206
210
  /**
207
211
  * Displays the message strip between the title and the header of the ObjectPage.
@@ -221,9 +225,9 @@ declare namespace sap {
221
225
  */
222
226
  sSubSectionKey: string,
223
227
  /**
224
- * undefined
228
+ * Optional Boolean flag to show or hide the side content
225
229
  */
226
- bShow: boolean | undefined
230
+ bShow?: boolean
227
231
  ): void;
228
232
  }
229
233
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {}