@sapui5/ts-types 1.150.1 → 1.151.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/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 +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +410 -157
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +2 -222
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +1 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +209 -80
  15. package/types/sap.fe.navigation.d.ts +3 -2
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +3 -3
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +125 -1
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.m.d.ts +133 -1
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +45 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +178 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +1 -1
  38. package/types/sap.ui.core.d.ts +389 -236
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +1 -1
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +10393 -8758
  45. package/types/sap.ui.integration.d.ts +31 -3
  46. package/types/sap.ui.joule.frontend.d.ts +710 -0
  47. package/types/sap.ui.layout.d.ts +1 -1
  48. package/types/sap.ui.mdc.d.ts +11 -8
  49. package/types/sap.ui.richtexteditor.d.ts +1 -1
  50. package/types/sap.ui.rta.d.ts +2 -2
  51. package/types/sap.ui.suite.d.ts +1 -1
  52. package/types/sap.ui.support.d.ts +1 -1
  53. package/types/sap.ui.table.d.ts +2 -2
  54. package/types/sap.ui.testrecorder.d.ts +1 -1
  55. package/types/sap.ui.unified.d.ts +101 -1
  56. package/types/sap.ui.ux3.d.ts +1 -1
  57. package/types/sap.ui.vbm.d.ts +1 -1
  58. package/types/sap.ui.vk.d.ts +1 -1
  59. package/types/sap.ui.vtm.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +22 -2
  62. package/types/sap.ushell_abap.d.ts +1 -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.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -372,7 +372,8 @@ declare namespace sap {
372
372
  * - `oAppData.customData`
373
373
  *
374
374
  * which return the inner app data as stored in {@link #.navigate navigate} or {@link #.storeInnerAppStateAsync storeInnerAppStateAsync}.
375
- * `oAppData.oDefaultedSelectionVariant` is an empty selection variant and
375
+ * `oAppData.oDefaultedSelectionVariant` is populated with the user default values when they are
376
+ * available (fetched from the cross-app state), otherwise it is an empty selection variant, and
376
377
  * `oAppData.bNavSelVarHasDefaultsOnly` is `false` in this case.
377
378
  *
378
379
  * **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial} oAppData is an empty object!
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -3282,7 +3282,7 @@ declare namespace sap {
3282
3282
  /**
3283
3283
  * Defines the expected state of the section, e.g. its visibility
3284
3284
  */
3285
- mState: object
3285
+ mState?: object
3286
3286
  ): object;
3287
3287
  /**
3288
3288
  * Checks a sub-section.
@@ -3305,7 +3305,7 @@ declare namespace sap {
3305
3305
  /**
3306
3306
  * Defines the expected state of the sub-section, e.g. its visibility
3307
3307
  */
3308
- mState: object
3308
+ mState?: object
3309
3309
  ): object;
3310
3310
  /**
3311
3311
  * Returns a {@link sap.fe.test.api.FilterBarAssertions} instance.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -27422,6 +27422,28 @@ declare namespace sap {
27422
27422
  extends sap.ui.table.$RowSettingsSettings {
27423
27423
  rowId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
27424
27424
 
27425
+ /**
27426
+ * Option to show or hide the parent row on expand. This is applicable only for multi-activity row settings.
27427
+ *
27428
+ * @since 1.151
27429
+ */
27430
+ showParentRowOnExpand?:
27431
+ | sap.gantt.simple.RowSettingsShowParentRowOnExpand
27432
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
27433
+ | `{${string}}`;
27434
+
27435
+ /**
27436
+ * Determines if only tasks are to be used for rendering the expanded shapes. Subtasks are not required.
27437
+ * PseudoShape creation depends only on the tasks. Subtasks are not considered. If not explicitly set, falls
27438
+ * back to the Gantt chart's useParentShapeOnExpand property.
27439
+ *
27440
+ * @since 1.151
27441
+ */
27442
+ useParentShapeOnExpand?:
27443
+ | sap.gantt.simple.RowSettingsUseParentShapeOnExpand
27444
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
27445
+ | `{${string}}`;
27446
+
27425
27447
  /**
27426
27448
  * The controls for the calendars.
27427
27449
  */
@@ -43791,6 +43813,26 @@ declare namespace sap {
43791
43813
  * The controls for the shapes.
43792
43814
  */
43793
43815
  getShapes5(): sap.gantt.simple.BaseShape[];
43816
+ /**
43817
+ * Gets the showParentRowOnExpand value with a fallback to the gantt chart level. If the property is explicitly
43818
+ * set on the row settings, use that value. Otherwise, fall back to the gantt chart's showParentRowOnExpand
43819
+ * property.
43820
+ *
43821
+ * @since 1.151
43822
+ *
43823
+ * @returns The showParentRowOnExpand value
43824
+ */
43825
+ getShowParentRowOnExpand(): boolean;
43826
+ /**
43827
+ * Gets the useParentShapeOnExpand value with a fallback to the gantt chart level. If the property is explicitly
43828
+ * set on the row settings, use that value. Otherwise, fall back to the gantt chart's useParentShapeOnExpand
43829
+ * property.
43830
+ *
43831
+ * @since 1.151
43832
+ *
43833
+ * @returns The useParentShapeOnExpand value
43834
+ */
43835
+ getUseParentShapeOnExpand(): boolean;
43794
43836
  /**
43795
43837
  * Checks for the provided `sap.gantt.simple.BaseCalendar` in the aggregation {@link #getCalendars1 calendars1}.
43796
43838
  * and returns its index if found or -1 otherwise.
@@ -44729,6 +44771,46 @@ declare namespace sap {
44729
44771
  */
44730
44772
  sRowId: string
44731
44773
  ): this;
44774
+ /**
44775
+ * Sets a new value for property {@link #getShowParentRowOnExpand showParentRowOnExpand}.
44776
+ *
44777
+ * Option to show or hide the parent row on expand. This is applicable only for multi-activity row settings.
44778
+ *
44779
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44780
+ *
44781
+ * Default value is `"None"`.
44782
+ *
44783
+ * @since 1.151
44784
+ *
44785
+ * @returns Reference to `this` in order to allow method chaining
44786
+ */
44787
+ setShowParentRowOnExpand(
44788
+ /**
44789
+ * New value for property `showParentRowOnExpand`
44790
+ */
44791
+ sShowParentRowOnExpand?: sap.gantt.simple.RowSettingsShowParentRowOnExpand
44792
+ ): this;
44793
+ /**
44794
+ * Sets a new value for property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
44795
+ *
44796
+ * Determines if only tasks are to be used for rendering the expanded shapes. Subtasks are not required.
44797
+ * PseudoShape creation depends only on the tasks. Subtasks are not considered. If not explicitly set, falls
44798
+ * back to the Gantt chart's useParentShapeOnExpand property.
44799
+ *
44800
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44801
+ *
44802
+ * Default value is `"None"`.
44803
+ *
44804
+ * @since 1.151
44805
+ *
44806
+ * @returns Reference to `this` in order to allow method chaining
44807
+ */
44808
+ setUseParentShapeOnExpand(
44809
+ /**
44810
+ * New value for property `useParentShapeOnExpand`
44811
+ */
44812
+ sUseParentShapeOnExpand?: sap.gantt.simple.RowSettingsUseParentShapeOnExpand
44813
+ ): this;
44732
44814
  }
44733
44815
  /**
44734
44816
  * Enable users to define properties for shapes in one vertical line(column), each LegendColumnConfig affects
@@ -49663,6 +49745,48 @@ declare namespace sap {
49663
49745
  */
49664
49746
  StartToStart = "StartToStart",
49665
49747
  }
49748
+ /**
49749
+ * Configuration options for showParentRowOnExpand property at the row level.
49750
+ *
49751
+ * This enum is part of the 'sap/gantt/library' module export and must be accessed by the property 'simple.RowSettingsShowParentRowOnExpand'.
49752
+ *
49753
+ * @since 1.151
49754
+ */
49755
+ enum RowSettingsShowParentRowOnExpand {
49756
+ /**
49757
+ * When this property is not set at the row level.
49758
+ */
49759
+ None = "None",
49760
+ /**
49761
+ * When a row is expanded, only the child rows are shown.
49762
+ */
49763
+ OnlySubtask = "false",
49764
+ /**
49765
+ * When a row is expanded, both the parent row and the child rows are shown.
49766
+ */
49767
+ TaskAndSubtask = "true",
49768
+ }
49769
+ /**
49770
+ * Configuration options for useParentShapeOnExpand property at the row level.
49771
+ *
49772
+ * This enum is part of the 'sap/gantt/library' module export and must be accessed by the property 'simple.RowSettingsUseParentShapeOnExpand'.
49773
+ *
49774
+ * @since 1.151
49775
+ */
49776
+ enum RowSettingsUseParentShapeOnExpand {
49777
+ /**
49778
+ * When this property is not set at the row level.
49779
+ */
49780
+ None = "None",
49781
+ /**
49782
+ * When a row is expanded, only subTasks are used for rendering the expanded shapes.
49783
+ */
49784
+ NoTaskShape = "false",
49785
+ /**
49786
+ * When a row is expanded, only tasks are used for rendering the expanded shapes.
49787
+ */
49788
+ UseTaskShape = "true",
49789
+ }
49666
49790
  /**
49667
49791
  * Defines eventType for Shape style configuration.
49668
49792
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.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.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare module "sap/m/p13n/Engine" {
4
4
  /**
@@ -41261,6 +41261,14 @@ declare namespace sap {
41261
41261
  */
41262
41262
  ariaLabelledBy?: Array<sap.ui.core.Control | string>;
41263
41263
 
41264
+ /**
41265
+ * Associates controls or IDs that are controlled by this control, as described by the WAI-ARIA attribute
41266
+ * `aria-controls`.
41267
+ *
41268
+ * @since 1.150
41269
+ */
41270
+ ariaControls?: Array<sap.ui.core.Control | string>;
41271
+
41264
41272
  /**
41265
41273
  * Event which is fired when the user triggers a search.
41266
41274
  */
@@ -44792,6 +44800,27 @@ declare namespace sap {
44792
44800
  */
44793
44801
  priorityText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
44794
44802
 
44803
+ /**
44804
+ * Sets the priority level for the additional priority badge. Determines the state and icon of the badge.
44805
+ * Works only for generic tiles with ActionMode or Article Mode where FrameType Stretch is enabled.
44806
+ *
44807
+ * @since 1.151
44808
+ */
44809
+ additionalPriority?:
44810
+ | sap.m.Priority
44811
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
44812
+ | `{${string}}`;
44813
+
44814
+ /**
44815
+ * Sets the text within the additional priority badge that is displayed next to the priority badge. Works
44816
+ * only in Generic Tiles in ActionMode or Article Mode containing FrameType Stretch.
44817
+ *
44818
+ * @since 1.151
44819
+ */
44820
+ additionalPriorityText?:
44821
+ | string
44822
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
44823
+
44795
44824
  /**
44796
44825
  * The load status.
44797
44826
  *
@@ -100149,6 +100178,21 @@ declare namespace sap {
100149
100178
  * @deprecated As of version 1.58. replaced by N-more/N-items labels.
100150
100179
  */
100151
100180
  openMultiLine(): void;
100181
+ /**
100182
+ * Prevents the `change` event from firing when focus moves between the inner input element and a Token
100183
+ * of this MultiInput's Tokenizer (e.g. via Arrow keys). The change event must only fire on ENTER or when
100184
+ * focus leaves the MultiInput entirely.
100185
+ *
100186
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
100187
+ *
100188
+ * @returns Whether the change event should be prevented.
100189
+ */
100190
+ preventChangeOnFocusLeave(
100191
+ /**
100192
+ * The event object.
100193
+ */
100194
+ oEvent?: jQuery.Event
100195
+ ): boolean;
100152
100196
  /**
100153
100197
  * Removes all the controls from the aggregation {@link #getTokens tokens}.
100154
100198
  *
@@ -130055,6 +130099,19 @@ declare namespace sap {
130055
130099
  * @returns Metadata object describing this class
130056
130100
  */
130057
130101
  static getMetadata(): sap.ui.core.ElementMetadata;
130102
+ /**
130103
+ * Adds some ariaControl into the association {@link #getAriaControls ariaControls}.
130104
+ *
130105
+ * @since 1.150
130106
+ *
130107
+ * @returns Reference to `this` in order to allow method chaining
130108
+ */
130109
+ addAriaControl(
130110
+ /**
130111
+ * The ariaControls to add; if empty, nothing is inserted
130112
+ */
130113
+ vAriaControl: sap.ui.core.ID | sap.ui.core.Control
130114
+ ): this;
130058
130115
  /**
130059
130116
  * Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
130060
130117
  *
@@ -130447,6 +130504,12 @@ declare namespace sap {
130447
130504
  */
130448
130505
  mParameters?: sap.m.SearchField$SuggestEventParameters
130449
130506
  ): this;
130507
+ /**
130508
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaControls ariaControls}.
130509
+ *
130510
+ * @since 1.150
130511
+ */
130512
+ getAriaControls(): sap.ui.core.ID[];
130450
130513
  /**
130451
130514
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
130452
130515
  */
@@ -130662,6 +130725,14 @@ declare namespace sap {
130662
130725
  */
130663
130726
  iIndex: int
130664
130727
  ): this;
130728
+ /**
130729
+ * Removes all the controls in the association named {@link #getAriaControls ariaControls}.
130730
+ *
130731
+ * @since 1.150
130732
+ *
130733
+ * @returns An array of the removed elements (might be empty)
130734
+ */
130735
+ removeAllAriaControls(): sap.ui.core.ID[];
130665
130736
  /**
130666
130737
  * Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
130667
130738
  *
@@ -130686,6 +130757,19 @@ declare namespace sap {
130686
130757
  * @returns An array of the removed elements (might be empty)
130687
130758
  */
130688
130759
  removeAllSuggestionItems(): sap.m.SuggestionItem[];
130760
+ /**
130761
+ * Removes an ariaControl from the association named {@link #getAriaControls ariaControls}.
130762
+ *
130763
+ * @since 1.150
130764
+ *
130765
+ * @returns The removed ariaControl or `null`
130766
+ */
130767
+ removeAriaControl(
130768
+ /**
130769
+ * The ariaControl to be removed or its index or ID
130770
+ */
130771
+ vAriaControl: int | sap.ui.core.ID | sap.ui.core.Control
130772
+ ): sap.ui.core.ID | null;
130689
130773
  /**
130690
130774
  * Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
130691
130775
  *
@@ -152056,6 +152140,30 @@ declare namespace sap {
152056
152140
  * @returns Reference to `this` in order to allow method chaining
152057
152141
  */
152058
152142
  destroyContent(): this;
152143
+ /**
152144
+ * Gets current value of property {@link #getAdditionalPriority additionalPriority}.
152145
+ *
152146
+ * Sets the priority level for the additional priority badge. Determines the state and icon of the badge.
152147
+ * Works only for generic tiles with ActionMode or Article Mode where FrameType Stretch is enabled.
152148
+ *
152149
+ * Default value is `None`.
152150
+ *
152151
+ * @since 1.151
152152
+ *
152153
+ * @returns Value of property `additionalPriority`
152154
+ */
152155
+ getAdditionalPriority(): sap.m.Priority;
152156
+ /**
152157
+ * Gets current value of property {@link #getAdditionalPriorityText additionalPriorityText}.
152158
+ *
152159
+ * Sets the text within the additional priority badge that is displayed next to the priority badge. Works
152160
+ * only in Generic Tiles in ActionMode or Article Mode containing FrameType Stretch.
152161
+ *
152162
+ * @since 1.151
152163
+ *
152164
+ * @returns Value of property `additionalPriorityText`
152165
+ */
152166
+ getAdditionalPriorityText(): string;
152059
152167
  /**
152060
152168
  * Gets content of aggregation {@link #getContent content}.
152061
152169
  *
@@ -152164,6 +152272,30 @@ declare namespace sap {
152164
152272
  * @returns Value of property `unit`
152165
152273
  */
152166
152274
  getUnit(): string;
152275
+ /**
152276
+ * Sets the priority level for the additional priority badge.
152277
+ *
152278
+ *
152279
+ * @returns Reference to the current instance for method chaining.
152280
+ */
152281
+ setAdditionalPriority(
152282
+ /**
152283
+ * The priority level.
152284
+ */
152285
+ sPriority: sap.m.Priority
152286
+ ): this;
152287
+ /**
152288
+ * Sets the text for the additional priority badge.
152289
+ *
152290
+ *
152291
+ * @returns Reference to the current instance for method chaining.
152292
+ */
152293
+ setAdditionalPriorityText(
152294
+ /**
152295
+ * The text to be displayed on the badge.
152296
+ */
152297
+ sPriorityText: string
152298
+ ): this;
152167
152299
  /**
152168
152300
  * Sets the aggregated {@link #getContent content}.
152169
152301
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.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.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace rules {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -5346,6 +5346,17 @@ declare namespace sap {
5346
5346
  | sap.ui.base.ManagedObject.PropertyBindingInfo
5347
5347
  | `{${string}}`;
5348
5348
 
5349
+ /**
5350
+ * Enables enhanced line routing for the network graph. When set to `true`, overlapping connections are
5351
+ * visually separated.
5352
+ *
5353
+ * @since 1.151
5354
+ */
5355
+ enableEnhancedLineRouting?:
5356
+ | boolean
5357
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
5358
+ | `{${string}}`;
5359
+
5349
5360
  /**
5350
5361
  * Holds the lines to be displayed in the graph.
5351
5362
  */
@@ -8451,6 +8462,19 @@ declare namespace sap {
8451
8462
  * @returns Current zoom level
8452
8463
  */
8453
8464
  getCurrentZoomLevel(): number;
8465
+ /**
8466
+ * Gets current value of property {@link #getEnableEnhancedLineRouting enableEnhancedLineRouting}.
8467
+ *
8468
+ * Enables enhanced line routing for the network graph. When set to `true`, overlapping connections are
8469
+ * visually separated.
8470
+ *
8471
+ * Default value is `false`.
8472
+ *
8473
+ * @since 1.151
8474
+ *
8475
+ * @returns Value of property `enableEnhancedLineRouting`
8476
+ */
8477
+ getEnableEnhancedLineRouting(): boolean;
8454
8478
  /**
8455
8479
  * Gets current value of property {@link #getEnableWheelZoom enableWheelZoom}.
8456
8480
  *
@@ -9064,6 +9088,26 @@ declare namespace sap {
9064
9088
  isGroup: boolean;
9065
9089
  }
9066
9090
  ): void;
9091
+ /**
9092
+ * Sets a new value for property {@link #getEnableEnhancedLineRouting enableEnhancedLineRouting}.
9093
+ *
9094
+ * Enables enhanced line routing for the network graph. When set to `true`, overlapping connections are
9095
+ * visually separated.
9096
+ *
9097
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9098
+ *
9099
+ * Default value is `false`.
9100
+ *
9101
+ * @since 1.151
9102
+ *
9103
+ * @returns Reference to `this` in order to allow method chaining
9104
+ */
9105
+ setEnableEnhancedLineRouting(
9106
+ /**
9107
+ * New value for property `enableEnhancedLineRouting`
9108
+ */
9109
+ bEnableEnhancedLineRouting?: boolean
9110
+ ): this;
9067
9111
  /**
9068
9112
  * Sets a new value for property {@link #getEnableWheelZoom enableWheelZoom}.
9069
9113
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.1
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {