@sapui5/ts-types-esm 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 +2680 -1
  7. package/types/sap.f.d.ts +44 -3
  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 +84 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +367 -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 +78 -9
  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 +130 -67
  38. package/types/sap.ui.dt.d.ts +202 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +8 -7
  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 +63 -47
  45. package/types/sap.ui.mdc.d.ts +4 -4
  46. package/types/sap.ui.richtexteditor.d.ts +309 -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 +55 -3
  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 +132 -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 module "sap/fe/navigation/library" {
4
4
  /**
@@ -224,7 +224,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
224
224
  * {@link #.navigate NavigationHandler.navigate} method.
225
225
  *
226
226
  *
227
- * @returns Instance of {@link sap.fe.navigation.SelectionVariant }
227
+ * @returns Instance of {@link sap.fe.navigation.SelectionVariant}
228
228
  */
229
229
  mixAttributesAndSelectionVariant(
230
230
  /**
@@ -346,12 +346,12 @@ declare module "sap/fe/navigation/NavigationHandler" {
346
346
  * above. The app state is
347
347
  * an object that contains the following information:
348
348
  *
349
- * `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant }
349
+ * `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant}
350
350
  * containing only parameters/select options that are related to navigation
351
351
  *
352
352
  * - `oAppData.selectionVariant`: The navigation-related selection variant as a JSON-formatted string
353
353
  * `oAppData.oDefaultedSelectionVariant`: An instance of
354
- * {@link sap.fe.navigation.SelectionVariant } containing only the parameters/select options that are set
354
+ * {@link sap.fe.navigation.SelectionVariant} containing only the parameters/select options that are set
355
355
  * by user
356
356
  * default data
357
357
  * `oAppData.bNavSelVarHasDefaultsOnly`: A Boolean flag that indicates whether only defaulted parameters
@@ -364,11 +364,11 @@ declare module "sap/fe/navigation/NavigationHandler" {
364
364
  * If the navigation-related selection variant is empty, it is replaced by a copy of the defaulted selection
365
365
  * variant.
366
366
  *
367
- * The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType } (possible values
367
+ * The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType} (possible values
368
368
  * are
369
369
  * initial, URLParams, xAppState, and iAppState).
370
370
  *
371
- * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState } oAppData has two
371
+ * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState} oAppData has two
372
372
  * additional properties
373
373
  *
374
374
  *
@@ -380,9 +380,9 @@ declare module "sap/fe/navigation/NavigationHandler" {
380
380
  * `oAppData.oDefaultedSelectionVariant` is an empty selection variant and
381
381
  * `oAppData.bNavSelVarHasDefaultsOnly` is `false` in this case.
382
382
  *
383
- * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial } oAppData is an empty object!
383
+ * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial} oAppData is an empty object!
384
384
  *
385
- * If an error occurs, an error object of type {@link sap.fe.navigation.NavError }, URL parameters (if available)
385
+ * If an error occurs, an error object of type {@link sap.fe.navigation.NavError}, URL parameters (if available)
386
386
  * and the type of navigation are returned.
387
387
  */
388
388
  parseNavigation(): JQuery.Promise<any>;
@@ -417,7 +417,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
417
417
  * @returns A Promise object to monitor when all actions of the function have been executed; if the execution
418
418
  * is successful, the
419
419
  * modified oTableEventParameters is returned; if an error occurs, an error object of type
420
- * {@link sap.fe.navigation.NavError } is returned
420
+ * {@link sap.fe.navigation.NavError} is returned
421
421
  */
422
422
  processBeforeSmartLinkPopoverOpens(
423
423
  /**
@@ -497,13 +497,12 @@ declare module "sap/fe/navigation/NavigationHandler" {
497
497
  /**
498
498
  * Changes the URL according to the current app state and stores the app state for later retrieval.
499
499
  *
500
- * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
500
+ * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
501
501
  * instead.
502
502
  *
503
503
  * @returns A Promise object to monitor when all the actions of the function have been executed; if the
504
504
  * execution is successful, the
505
- * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
506
- * is
505
+ * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is
507
506
  * returned
508
507
  */
509
508
  storeInnerAppState(
@@ -524,8 +523,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
524
523
  *
525
524
  * @returns A Promise object to monitor when all the actions of the function have been executed; if the
526
525
  * execution is successful, the
527
- * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError }
528
- * is
526
+ * app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is
529
527
  * returned
530
528
  */
531
529
  storeInnerAppStateAsync(
@@ -548,7 +546,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
548
546
  /**
549
547
  * Changes the URL according to the current app state and stores the app state for later retrieval.
550
548
  *
551
- * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
549
+ * @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
552
550
  * instead.
553
551
  *
554
552
  * @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 module "sap/fe/plugins/managecache/library" {}
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 module "sap/fe/templates/library" {}
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 module "sap/fe/test/library" {}
4
4
 
@@ -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 module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -48177,6 +48177,12 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
48177
48177
  * The mouse position relative to the top edge of the document.
48178
48178
  */
48179
48179
  pageY?: int;
48180
+
48181
+ /**
48182
+ * Indicates whether the connector has a pin icon. This parameter is only valid when the shape is a connector
48183
+ * shape.
48184
+ */
48185
+ isPinConnector?: boolean;
48180
48186
  }
48181
48187
 
48182
48188
  /**
@@ -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/insights/library" {}
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/f/library" {
4
4
  export interface IShellBar {
@@ -53603,18 +53603,36 @@ declare module "sap/m/ListBase" {
53603
53603
  }
53604
53604
 
53605
53605
  declare module "sap/m/ListItemAction" {
53606
- import Metadata from "sap/ui/base/Metadata";
53606
+ import {
53607
+ default as ListItemActionBase,
53608
+ $ListItemActionBaseSettings,
53609
+ } from "sap/m/ListItemActionBase";
53610
+
53611
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
53607
53612
 
53608
53613
  import { ListItemActionType } from "sap/m/library";
53609
53614
 
53615
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
53616
+
53610
53617
  /**
53611
53618
  * The `sap.m.ListItemAction` control provides the option to define actions directly related to list items.
53612
53619
  *
53613
53620
  * @since 1.137
53614
53621
  */
53615
- export default class ListItemAction
53616
- extends /* was: sap.ui.core.ListItemActionBase */ Object
53617
- {
53622
+ export default class ListItemAction extends ListItemActionBase {
53623
+ /**
53624
+ * Constructor for a new action for list items.
53625
+ *
53626
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
53627
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
53628
+ * of the syntax of the settings object.
53629
+ */
53630
+ constructor(
53631
+ /**
53632
+ * Initial settings for the new control
53633
+ */
53634
+ mSettings?: $ListItemActionSettings
53635
+ );
53618
53636
  /**
53619
53637
  * Constructor for a new action for list items.
53620
53638
  *
@@ -53630,14 +53648,14 @@ declare module "sap/m/ListItemAction" {
53630
53648
  /**
53631
53649
  * Initial settings for the new control
53632
53650
  */
53633
- mSettings?: object
53651
+ mSettings?: $ListItemActionSettings
53634
53652
  );
53635
53653
 
53636
53654
  /**
53637
53655
  * Creates a new subclass of class sap.m.ListItemAction with name `sClassName` and enriches it with the
53638
53656
  * information contained in `oClassInfo`.
53639
53657
  *
53640
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.ListItemActionBase.extend}.
53658
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListItemActionBase.extend}.
53641
53659
  *
53642
53660
  *
53643
53661
  * @returns Created class / constructor function
@@ -53663,7 +53681,7 @@ declare module "sap/m/ListItemAction" {
53663
53681
  *
53664
53682
  * @returns Metadata object describing this class
53665
53683
  */
53666
- static getMetadata(): Metadata;
53684
+ static getMetadata(): ElementMetadata;
53667
53685
  /**
53668
53686
  * Gets current value of property {@link #getType type}.
53669
53687
  *
@@ -53694,6 +53712,18 @@ declare module "sap/m/ListItemAction" {
53694
53712
  sType?: ListItemActionType | keyof typeof ListItemActionType
53695
53713
  ): this;
53696
53714
  }
53715
+ /**
53716
+ * Describes the settings that can be provided to the ListItemAction constructor.
53717
+ */
53718
+ export interface $ListItemActionSettings extends $ListItemActionBaseSettings {
53719
+ /**
53720
+ * Defines the type of the action.
53721
+ */
53722
+ type?:
53723
+ | (ListItemActionType | keyof typeof ListItemActionType)
53724
+ | PropertyBindingInfo
53725
+ | `{${string}}`;
53726
+ }
53697
53727
  }
53698
53728
 
53699
53729
  declare module "sap/m/ListItemActionBase" {
@@ -88644,6 +88674,11 @@ declare module "sap/m/PDFViewer" {
88644
88674
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
88645
88675
  * when this event is fired, call the preventDefault() method inside the event handler.
88646
88676
  *
88677
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
88678
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
88679
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
88680
+ *
88681
+ * @deprecated As of version 1.141.0. with no replacement.
88647
88682
  *
88648
88683
  * @returns Reference to `this` in order to allow method chaining
88649
88684
  */
@@ -88674,6 +88709,11 @@ declare module "sap/m/PDFViewer" {
88674
88709
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
88675
88710
  * when this event is fired, call the preventDefault() method inside the event handler.
88676
88711
  *
88712
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
88713
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
88714
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
88715
+ *
88716
+ * @deprecated As of version 1.141.0. with no replacement.
88677
88717
  *
88678
88718
  * @returns Reference to `this` in order to allow method chaining
88679
88719
  */
@@ -88743,6 +88783,7 @@ declare module "sap/m/PDFViewer" {
88743
88783
  *
88744
88784
  * The passed function and listener object must match the ones used for event registration.
88745
88785
  *
88786
+ * @deprecated As of version 1.141.0. with no replacement.
88746
88787
  *
88747
88788
  * @returns Reference to `this` in order to allow method chaining
88748
88789
  */
@@ -88789,6 +88830,7 @@ declare module "sap/m/PDFViewer" {
88789
88830
  /**
88790
88831
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
88791
88832
  *
88833
+ * @deprecated As of version 1.141.0. with no replacement.
88792
88834
  * @ui5-protected Do not call from applications (only from related classes in the framework)
88793
88835
  *
88794
88836
  * @returns Reference to `this` in order to allow method chaining
@@ -89320,6 +89362,12 @@ declare module "sap/m/PDFViewer" {
89320
89362
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
89321
89363
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
89322
89364
  * when this event is fired, call the preventDefault() method inside the event handler.
89365
+ *
89366
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
89367
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
89368
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
89369
+ *
89370
+ * @deprecated As of version 1.141.0. with no replacement.
89323
89371
  */
89324
89372
  sourceValidationFailed?: (oEvent: Event) => void;
89325
89373
  }
@@ -89357,11 +89405,15 @@ declare module "sap/m/PDFViewer" {
89357
89405
 
89358
89406
  /**
89359
89407
  * Parameters of the PDFViewer#sourceValidationFailed event.
89408
+ *
89409
+ * @deprecated As of version 1.141.0. with no replacement.
89360
89410
  */
89361
89411
  export interface PDFViewer$SourceValidationFailedEventParameters {}
89362
89412
 
89363
89413
  /**
89364
89414
  * Event object of the PDFViewer#sourceValidationFailed event.
89415
+ *
89416
+ * @deprecated As of version 1.141.0. with no replacement.
89365
89417
  */
89366
89418
  export type PDFViewer$SourceValidationFailedEvent = Event<
89367
89419
  PDFViewer$SourceValidationFailedEventParameters,
@@ -100015,6 +100067,7 @@ declare module "sap/m/Popover" {
100015
100067
  *
100016
100068
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
100017
100069
  * is ignored, and only this customHeader is shown on the top of popover.
100070
+ * **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
100018
100071
  */
100019
100072
  getCustomHeader(): Control;
100020
100073
  /**
@@ -100925,6 +100978,7 @@ declare module "sap/m/Popover" {
100925
100978
  /**
100926
100979
  * Any control that needed to be displayed in the header area. When this is set, the showHeader property
100927
100980
  * is ignored, and only this customHeader is shown on the top of popover.
100981
+ * **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
100928
100982
  */
100929
100983
  customHeader?: Control;
100930
100984
 
@@ -138940,6 +138994,8 @@ declare module "sap/m/TabContainerItem" {
138940
138994
 
138941
138995
  import ElementMetadata from "sap/ui/core/ElementMetadata";
138942
138996
 
138997
+ import TooltipBase from "sap/ui/core/TooltipBase";
138998
+
138943
138999
  import {
138944
139000
  PropertyBindingInfo,
138945
139001
  AggregationBindingInfo,
@@ -139278,6 +139334,18 @@ declare module "sap/m/TabContainerItem" {
139278
139334
  */
139279
139335
  bSuppressInvalidation: boolean
139280
139336
  ): this;
139337
+ /**
139338
+ * Property setter for the icon
139339
+ *
139340
+ *
139341
+ * @returns `this` to allow method chaining
139342
+ */
139343
+ setTooltip(
139344
+ /**
139345
+ * new value of the tooltip aggregation
139346
+ */
139347
+ sTooltip: string | TooltipBase
139348
+ ): this;
139281
139349
  }
139282
139350
  /**
139283
139351
  * Describes the settings that can be provided to the TabContainerItem constructor.
@@ -151358,7 +151426,8 @@ declare module "sap/m/TimePickerClocks" {
151358
151426
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
151359
151427
 
151360
151428
  /**
151361
- * A picker clocks container control used inside the {@link sap.m.TimePicker}.
151429
+ * A picker clocks container control used inside the {@link sap.m.TimePicker}. If you use the control standalone,
151430
+ * please call the {@link #prepareForOpen} method before opening or displaying it.
151362
151431
  *
151363
151432
  * @since 1.90
151364
151433
  */
@@ -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/makit/library" {
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 module "sap/me/library" {
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 module "sap/ndc/library" {}
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 module "sap/ovp/library" {}
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 module "sap/rules/ui/library" {
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 module "sap/sac/df/library" {}
4
4
 
@@ -1868,7 +1868,7 @@ declare module "sap/sac/df/model/DataProvider" {
1868
1868
  /**
1869
1869
  * start with auto fetch
1870
1870
  */
1871
- AutoFetch: boolean[];
1871
+ AutoFetch: boolean;
1872
1872
  };
1873
1873
  }
1874
1874
  }
@@ -2089,7 +2089,12 @@ declare module "sap/sac/df/model/Dimension" {
2089
2089
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
2090
2090
  * with Ok and dynamic filters of the given dimension are updated
2091
2091
  */
2092
- openValueHelpDialog(): Promise<any>;
2092
+ openValueHelpDialog(
2093
+ /**
2094
+ * search string
2095
+ */
2096
+ sSearchString: String
2097
+ ): Promise<any>;
2093
2098
  /**
2094
2099
  * Read hierarchy
2095
2100
  *
@@ -2779,7 +2784,12 @@ declare module "sap/sac/df/model/Variable" {
2779
2784
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
2780
2785
  * with Ok and dynamic filters of the given dimension are updated
2781
2786
  */
2782
- openValueHelpDialog(): Promise<any>;
2787
+ openValueHelpDialog(
2788
+ /**
2789
+ * search string
2790
+ */
2791
+ sSearchString: String
2792
+ ): Promise<any>;
2783
2793
  /**
2784
2794
  * Remove variable filter
2785
2795
  *
@@ -2944,7 +2954,12 @@ declare module "sap/sac/df/model/VariableGroup" {
2944
2954
  *
2945
2955
  * @returns to indicate if the VariableGroup has been updated
2946
2956
  */
2947
- openValueHelpDialog(): Promise<boolean>;
2957
+ openValueHelpDialog(
2958
+ /**
2959
+ * search string
2960
+ */
2961
+ sSearchString: String
2962
+ ): Promise<boolean>;
2948
2963
  /**
2949
2964
  * Remove variable group filter
2950
2965
  *
@@ -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
  import BaseObject from "sap/ui/base/Object";
@@ -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/generic/template/library" {
4
4
  /**
@@ -517,7 +517,6 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
517
517
  *
518
518
  *
519
519
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
520
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
521
520
  */
522
521
  invokeActions(
523
522
  /**
@@ -540,6 +539,16 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
540
539
  * Determines whether the common or unique changeset gets sent in batch
541
540
  */
542
541
  bInvocationGroupingChangeSet?: boolean;
542
+ /**
543
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
544
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
545
+ * is used as the default label.
546
+ */
547
+ sLabel?: string;
548
+ /**
549
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
550
+ */
551
+ bStrict?: boolean;
543
552
  }
544
553
  ): Promise<any>;
545
554
  /**
@@ -809,7 +818,6 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
809
818
  *
810
819
  *
811
820
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
812
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
813
821
  */
814
822
  invokeActions(
815
823
  /**
@@ -832,6 +840,16 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
832
840
  * Determines whether the common or unique changeset gets sent in batch
833
841
  */
834
842
  bInvocationGroupingChangeSet?: boolean;
843
+ /**
844
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
845
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
846
+ * is used as the default label.
847
+ */
848
+ sLabel?: string;
849
+ /**
850
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
851
+ */
852
+ bStrict?: boolean;
835
853
  }
836
854
  ): Promise<any>;
837
855
  /**
@@ -2396,7 +2414,6 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
2396
2414
  *
2397
2415
  *
2398
2416
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
2399
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
2400
2417
  */
2401
2418
  invokeActions(
2402
2419
  /**
@@ -2419,6 +2436,16 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
2419
2436
  * Determines whether the common or unique changeset gets sent in batch
2420
2437
  */
2421
2438
  bInvocationGroupingChangeSet?: boolean;
2439
+ /**
2440
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
2441
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
2442
+ * is used as the default label.
2443
+ */
2444
+ sLabel?: string;
2445
+ /**
2446
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
2447
+ */
2448
+ bStrict?: boolean;
2422
2449
  }
2423
2450
  ): Promise<any>;
2424
2451
  /**
@@ -3304,7 +3331,6 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
3304
3331
  *
3305
3332
  *
3306
3333
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
3307
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
3308
3334
  */
3309
3335
  invokeActions(
3310
3336
  /**
@@ -3327,6 +3353,16 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
3327
3353
  * Determines whether the common or unique changeset gets sent in batch
3328
3354
  */
3329
3355
  bInvocationGroupingChangeSet?: boolean;
3356
+ /**
3357
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
3358
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
3359
+ * is used as the default label.
3360
+ */
3361
+ sLabel?: string;
3362
+ /**
3363
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
3364
+ */
3365
+ bStrict?: boolean;
3330
3366
  }
3331
3367
  ): Promise<any>;
3332
3368
  /**
@@ -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/microchart/library" {
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 module "sap/tnt/library" {
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 module "sap/ui/codeeditor/library" {}
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 module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -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/ui/comp/library" {
4
4
  /**