@sapui5/ts-types 1.140.0 → 1.141.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 (68) 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 +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +2792 -1
  7. package/types/sap.f.d.ts +43 -2
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +78 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +371 -42
  14. package/types/sap.fe.navigation.d.ts +13 -15
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +7 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +70 -8
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +20 -5
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +1 -1
  37. package/types/sap.ui.core.d.ts +129 -66
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +3 -3
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -1
  44. package/types/sap.ui.layout.d.ts +5102 -5062
  45. package/types/sap.ui.mdc.d.ts +4 -4
  46. package/types/sap.ui.richtexteditor.d.ts +307 -9
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +18 -4
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +53 -1
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +141 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +32 -3
  62. package/types/sap.ushell_abap.d.ts +5 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -219,7 +219,7 @@ declare namespace sap {
219
219
  * {@link #.navigate NavigationHandler.navigate} method.
220
220
  *
221
221
  *
222
- * @returns Instance of {@link sap.fe.navigation.SelectionVariant }
222
+ * @returns Instance of {@link sap.fe.navigation.SelectionVariant}
223
223
  */
224
224
  mixAttributesAndSelectionVariant(
225
225
  /**
@@ -341,12 +341,12 @@ declare namespace sap {
341
341
  * above. The app state is
342
342
  * an object that contains the following information:
343
343
  *
344
- * `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant }
344
+ * `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant}
345
345
  * containing only parameters/select options that are related to navigation
346
346
  *
347
347
  * - `oAppData.selectionVariant`: The navigation-related selection variant as a JSON-formatted string
348
348
  * `oAppData.oDefaultedSelectionVariant`: An instance of
349
- * {@link sap.fe.navigation.SelectionVariant } containing only the parameters/select options that are set
349
+ * {@link sap.fe.navigation.SelectionVariant} containing only the parameters/select options that are set
350
350
  * by user
351
351
  * default data
352
352
  * `oAppData.bNavSelVarHasDefaultsOnly`: A Boolean flag that indicates whether only defaulted parameters
@@ -359,11 +359,11 @@ declare namespace sap {
359
359
  * If the navigation-related selection variant is empty, it is replaced by a copy of the defaulted selection
360
360
  * variant.
361
361
  *
362
- * The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType } (possible values
362
+ * The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType} (possible values
363
363
  * are
364
364
  * initial, URLParams, xAppState, and iAppState).
365
365
  *
366
- * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState } oAppData has two
366
+ * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState} oAppData has two
367
367
  * additional properties
368
368
  *
369
369
  *
@@ -375,9 +375,9 @@ declare namespace sap {
375
375
  * `oAppData.oDefaultedSelectionVariant` is an empty selection variant and
376
376
  * `oAppData.bNavSelVarHasDefaultsOnly` is `false` in this case.
377
377
  *
378
- * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial } oAppData is an empty object!
378
+ * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial} oAppData is an empty object!
379
379
  *
380
- * If an error occurs, an error object of type {@link sap.fe.navigation.NavError }, URL parameters (if available)
380
+ * If an error occurs, an error object of type {@link sap.fe.navigation.NavError}, URL parameters (if available)
381
381
  * and the type of navigation are returned.
382
382
  */
383
383
  parseNavigation(): JQuery.Promise<any>;
@@ -412,7 +412,7 @@ declare namespace sap {
412
412
  * @returns A Promise object to monitor when all actions of the function have been executed; if the execution
413
413
  * is successful, the
414
414
  * modified oTableEventParameters is returned; if an error occurs, an error object of type
415
- * {@link sap.fe.navigation.NavError } is returned
415
+ * {@link sap.fe.navigation.NavError} is returned
416
416
  */
417
417
  processBeforeSmartLinkPopoverOpens(
418
418
  /**
@@ -494,13 +494,12 @@ declare namespace sap {
494
494
  /**
495
495
  * Changes the URL according to the current app state and stores the app state for later retrieval.
496
496
  *
497
- * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
497
+ * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
498
498
  * instead.
499
499
  *
500
500
  * @returns A Promise object to monitor when all the actions of the function have been executed; if the
501
501
  * execution is successful, the
502
- * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
503
- * is
502
+ * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is
504
503
  * returned
505
504
  */
506
505
  storeInnerAppState(
@@ -521,8 +520,7 @@ declare namespace sap {
521
520
  *
522
521
  * @returns A Promise object to monitor when all the actions of the function have been executed; if the
523
522
  * execution is successful, the
524
- * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
525
- * is
523
+ * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is
526
524
  * returned
527
525
  */
528
526
  storeInnerAppStateAsync(
@@ -545,7 +543,7 @@ declare namespace sap {
545
543
  /**
546
544
  * Changes the URL according to the current app state and stores the app state for later retrieval.
547
545
  *
548
- * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
546
+ * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
549
547
  * instead.
550
548
  *
551
549
  * @returns An object containing the appStateId and a promise object to monitor when all the actions of
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -28537,6 +28537,12 @@ declare namespace sap {
28537
28537
  * The mouse position relative to the top edge of the document.
28538
28538
  */
28539
28539
  pageY?: int;
28540
+
28541
+ /**
28542
+ * Indicates whether the connector has a pin icon. This parameter is only valid when the shape is a connector
28543
+ * shape.
28544
+ */
28545
+ isPinConnector?: boolean;
28540
28546
  }
28541
28547
 
28542
28548
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/m/p13n/Engine" {
4
4
  /**
@@ -33711,6 +33711,20 @@ declare namespace sap {
33711
33711
  itemActionPress?: (oEvent: ListBase$ItemActionPressEvent) => void;
33712
33712
  }
33713
33713
 
33714
+ /**
33715
+ * Describes the settings that can be provided to the ListItemAction constructor.
33716
+ */
33717
+ interface $ListItemActionSettings
33718
+ extends sap.m.$ListItemActionBaseSettings {
33719
+ /**
33720
+ * Defines the type of the action.
33721
+ */
33722
+ type?:
33723
+ | sap.m.ListItemActionType
33724
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
33725
+ | `{${string}}`;
33726
+ }
33727
+
33714
33728
  /**
33715
33729
  * Describes the settings that can be provided to the ListItemActionBase constructor.
33716
33730
  */
@@ -38135,6 +38149,12 @@ declare namespace sap {
38135
38149
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
38136
38150
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
38137
38151
  * when this event is fired, call the preventDefault() method inside the event handler.
38152
+ *
38153
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
38154
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
38155
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
38156
+ *
38157
+ * @deprecated As of version 1.141.0. with no replacement.
38138
38158
  */
38139
38159
  sourceValidationFailed?: (oEvent: sap.ui.base.Event) => void;
38140
38160
  }
@@ -39242,6 +39262,7 @@ declare namespace sap {
39242
39262
  /**
39243
39263
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
39244
39264
  * is ignored, and only this customHeader is shown on the top of popover.
39265
+ * **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
39245
39266
  */
39246
39267
  customHeader?: sap.ui.core.Control;
39247
39268
 
@@ -48008,6 +48029,8 @@ declare namespace sap {
48008
48029
 
48009
48030
  /**
48010
48031
  * Parameters of the PDFViewer#sourceValidationFailed event.
48032
+ *
48033
+ * @deprecated As of version 1.141.0. with no replacement.
48011
48034
  */
48012
48035
  interface PDFViewer$SourceValidationFailedEventParameters {}
48013
48036
 
@@ -90512,9 +90535,20 @@ declare namespace sap {
90512
90535
  *
90513
90536
  * @since 1.137
90514
90537
  */
90515
- class ListItemAction
90516
- extends /* was: sap.ui.core.ListItemActionBase */ Object
90517
- {
90538
+ class ListItemAction extends sap.m.ListItemActionBase {
90539
+ /**
90540
+ * Constructor for a new action for list items.
90541
+ *
90542
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
90543
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
90544
+ * of the syntax of the settings object.
90545
+ */
90546
+ constructor(
90547
+ /**
90548
+ * Initial settings for the new control
90549
+ */
90550
+ mSettings?: sap.m.$ListItemActionSettings
90551
+ );
90518
90552
  /**
90519
90553
  * Constructor for a new action for list items.
90520
90554
  *
@@ -90530,14 +90564,14 @@ declare namespace sap {
90530
90564
  /**
90531
90565
  * Initial settings for the new control
90532
90566
  */
90533
- mSettings?: object
90567
+ mSettings?: sap.m.$ListItemActionSettings
90534
90568
  );
90535
90569
 
90536
90570
  /**
90537
90571
  * Creates a new subclass of class sap.m.ListItemAction with name `sClassName` and enriches it with the
90538
90572
  * information contained in `oClassInfo`.
90539
90573
  *
90540
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.ListItemActionBase.extend}.
90574
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListItemActionBase.extend}.
90541
90575
  *
90542
90576
  *
90543
90577
  * @returns Created class / constructor function
@@ -90563,7 +90597,7 @@ declare namespace sap {
90563
90597
  *
90564
90598
  * @returns Metadata object describing this class
90565
90599
  */
90566
- static getMetadata(): sap.ui.base.Metadata;
90600
+ static getMetadata(): sap.ui.core.ElementMetadata;
90567
90601
  /**
90568
90602
  * Gets current value of property {@link #getType type}.
90569
90603
  *
@@ -116210,6 +116244,11 @@ declare namespace sap {
116210
116244
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
116211
116245
  * when this event is fired, call the preventDefault() method inside the event handler.
116212
116246
  *
116247
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
116248
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
116249
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
116250
+ *
116251
+ * @deprecated As of version 1.141.0. with no replacement.
116213
116252
  *
116214
116253
  * @returns Reference to `this` in order to allow method chaining
116215
116254
  */
@@ -116240,6 +116279,11 @@ declare namespace sap {
116240
116279
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
116241
116280
  * when this event is fired, call the preventDefault() method inside the event handler.
116242
116281
  *
116282
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
116283
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
116284
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
116285
+ *
116286
+ * @deprecated As of version 1.141.0. with no replacement.
116243
116287
  *
116244
116288
  * @returns Reference to `this` in order to allow method chaining
116245
116289
  */
@@ -116309,6 +116353,7 @@ declare namespace sap {
116309
116353
  *
116310
116354
  * The passed function and listener object must match the ones used for event registration.
116311
116355
  *
116356
+ * @deprecated As of version 1.141.0. with no replacement.
116312
116357
  *
116313
116358
  * @returns Reference to `this` in order to allow method chaining
116314
116359
  */
@@ -116355,6 +116400,7 @@ declare namespace sap {
116355
116400
  /**
116356
116401
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
116357
116402
  *
116403
+ * @deprecated As of version 1.141.0. with no replacement.
116358
116404
  * @ui5-protected Do not call from applications (only from related classes in the framework)
116359
116405
  *
116360
116406
  * @returns Reference to `this` in order to allow method chaining
@@ -121454,6 +121500,7 @@ declare namespace sap {
121454
121500
  *
121455
121501
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
121456
121502
  * is ignored, and only this customHeader is shown on the top of popover.
121503
+ * **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
121457
121504
  */
121458
121505
  getCustomHeader(): sap.ui.core.Control;
121459
121506
  /**
@@ -145547,6 +145594,18 @@ declare namespace sap {
145547
145594
  */
145548
145595
  bSuppressInvalidation: boolean
145549
145596
  ): this;
145597
+ /**
145598
+ * Property setter for the icon
145599
+ *
145600
+ *
145601
+ * @returns `this` to allow method chaining
145602
+ */
145603
+ setTooltip(
145604
+ /**
145605
+ * new value of the tooltip aggregation
145606
+ */
145607
+ sTooltip: string | sap.ui.core.TooltipBase
145608
+ ): this;
145550
145609
  }
145551
145610
  /**
145552
145611
  * The `sap.m.Table` control provides a set of sophisticated and easy-to-use functions for responsive table
@@ -152061,7 +152120,8 @@ declare namespace sap {
152061
152120
  setSupport2400(bSupport2400: boolean): this;
152062
152121
  }
152063
152122
  /**
152064
- * A picker clocks container control used inside the {@link sap.m.TimePicker}.
152123
+ * A picker clocks container control used inside the {@link sap.m.TimePicker}. If you use the control standalone,
152124
+ * please call the {@link #prepareForOpen} method before opening or displaying it.
152065
152125
  *
152066
152126
  * @since 1.90
152067
152127
  */
@@ -170352,6 +170412,8 @@ declare namespace sap {
170352
170412
 
170353
170413
  /**
170354
170414
  * Event object of the PDFViewer#sourceValidationFailed event.
170415
+ *
170416
+ * @deprecated As of version 1.141.0. with no replacement.
170355
170417
  */
170356
170418
  type PDFViewer$SourceValidationFailedEvent = sap.ui.base.Event<
170357
170419
  PDFViewer$SourceValidationFailedEventParameters,
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace rules {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -125,7 +125,7 @@ declare namespace sap {
125
125
  /**
126
126
  * start with auto fetch
127
127
  */
128
- AutoFetch: boolean[];
128
+ AutoFetch: boolean;
129
129
  };
130
130
  }
131
131
 
@@ -1430,7 +1430,12 @@ declare namespace sap {
1430
1430
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
1431
1431
  * with Ok and dynamic filters of the given dimension are updated
1432
1432
  */
1433
- openValueHelpDialog(): Promise<any>;
1433
+ openValueHelpDialog(
1434
+ /**
1435
+ * search string
1436
+ */
1437
+ sSearchString: String
1438
+ ): Promise<any>;
1434
1439
  /**
1435
1440
  * Read hierarchy
1436
1441
  *
@@ -2016,7 +2021,12 @@ declare namespace sap {
2016
2021
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
2017
2022
  * with Ok and dynamic filters of the given dimension are updated
2018
2023
  */
2019
- openValueHelpDialog(): Promise<any>;
2024
+ openValueHelpDialog(
2025
+ /**
2026
+ * search string
2027
+ */
2028
+ sSearchString: String
2029
+ ): Promise<any>;
2020
2030
  /**
2021
2031
  * Remove variable filter
2022
2032
  *
@@ -2172,7 +2182,12 @@ declare namespace sap {
2172
2182
  *
2173
2183
  * @returns to indicate if the VariableGroup has been updated
2174
2184
  */
2175
- openValueHelpDialog(): Promise<boolean>;
2185
+ openValueHelpDialog(
2186
+ /**
2187
+ * search string
2188
+ */
2189
+ sSearchString: String
2190
+ ): Promise<boolean>;
2176
2191
  /**
2177
2192
  * Remove variable group filter
2178
2193
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -96,7 +96,6 @@ declare namespace sap {
96
96
  *
97
97
  *
98
98
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
99
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
100
99
  */
101
100
  invokeActions(
102
101
  /**
@@ -119,6 +118,16 @@ declare namespace sap {
119
118
  * Determines whether the common or unique changeset gets sent in batch
120
119
  */
121
120
  bInvocationGroupingChangeSet?: boolean;
121
+ /**
122
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
123
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
124
+ * is used as the default label.
125
+ */
126
+ sLabel?: string;
127
+ /**
128
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
129
+ */
130
+ bStrict?: boolean;
122
131
  }
123
132
  ): Promise<any>;
124
133
  /**
@@ -754,7 +763,6 @@ declare namespace sap {
754
763
  *
755
764
  *
756
765
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
757
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
758
766
  */
759
767
  invokeActions(
760
768
  /**
@@ -777,6 +785,16 @@ declare namespace sap {
777
785
  * Determines whether the common or unique changeset gets sent in batch
778
786
  */
779
787
  bInvocationGroupingChangeSet?: boolean;
788
+ /**
789
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
790
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
791
+ * is used as the default label.
792
+ */
793
+ sLabel?: string;
794
+ /**
795
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
796
+ */
797
+ bStrict?: boolean;
780
798
  }
781
799
  ): Promise<any>;
782
800
  /**
@@ -1908,7 +1926,6 @@ declare namespace sap {
1908
1926
  *
1909
1927
  *
1910
1928
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
1911
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
1912
1929
  */
1913
1930
  invokeActions(
1914
1931
  /**
@@ -1931,6 +1948,16 @@ declare namespace sap {
1931
1948
  * Determines whether the common or unique changeset gets sent in batch
1932
1949
  */
1933
1950
  bInvocationGroupingChangeSet?: boolean;
1951
+ /**
1952
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
1953
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
1954
+ * is used as the default label.
1955
+ */
1956
+ sLabel?: string;
1957
+ /**
1958
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
1959
+ */
1960
+ bStrict?: boolean;
1934
1961
  }
1935
1962
  ): Promise<any>;
1936
1963
  /**
@@ -2875,7 +2902,6 @@ declare namespace sap {
2875
2902
  *
2876
2903
  *
2877
2904
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
2878
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
2879
2905
  */
2880
2906
  invokeActions(
2881
2907
  /**
@@ -2898,6 +2924,16 @@ declare namespace sap {
2898
2924
  * Determines whether the common or unique changeset gets sent in batch
2899
2925
  */
2900
2926
  bInvocationGroupingChangeSet?: boolean;
2927
+ /**
2928
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
2929
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
2930
+ * is used as the default label.
2931
+ */
2932
+ sLabel?: string;
2933
+ /**
2934
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
2935
+ */
2936
+ bStrict?: boolean;
2901
2937
  }
2902
2938
  ): Promise<any>;
2903
2939
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {