@sapui5/ts-types 1.107.1 → 1.108.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 +8 -8
  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 +3 -2
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +111 -44
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +64 -3
  10. package/types/sap.fe.macros.d.ts +32 -24
  11. package/types/sap.fe.navigation.d.ts +16 -897
  12. package/types/sap.fe.templates.d.ts +30 -4
  13. package/types/sap.fe.test.d.ts +30 -2
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +171 -47
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +200 -97
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +4 -4
  21. package/types/sap.ndc.d.ts +4 -1
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +11 -8
  25. package/types/sap.sac.grid.d.ts +10 -2
  26. package/types/sap.suite.ui.commons.d.ts +40 -17
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +12 -2
  32. package/types/sap.ui.comp.d.ts +68 -32
  33. package/types/sap.ui.core.d.ts +306 -103
  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 -1
  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 +104 -58
  40. package/types/sap.ui.layout.d.ts +2 -2
  41. package/types/sap.ui.mdc.d.ts +1 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +8 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +28 -20
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +198 -24
  49. package/types/sap.ui.ux3.d.ts +18 -9
  50. package/types/sap.ui.vbm.d.ts +9 -5
  51. package/types/sap.ui.vk.d.ts +78 -22
  52. package/types/sap.ui.vtm.d.ts +108 -59
  53. package/types/sap.ui.webc.common.d.ts +3 -3
  54. package/types/sap.ui.webc.fiori.d.ts +58 -58
  55. package/types/sap.ui.webc.main.d.ts +129 -129
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +124 -1701
  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 +132 -132
  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 +4 -4
  64. package/types/sap.zen.dsh.d.ts +2 -2
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -10,7 +10,7 @@ declare namespace sap {
10
10
  /**
11
11
  * @SINCE 1.79.0
12
12
  *
13
- * Extension API for list reports on SAP Fiori elements for OData V4.
13
+ * Extension API for list reports in SAP Fiori elements for OData V4.
14
14
  */
15
15
  class ExtensionAPI
16
16
  /* was: sap.fe.templates.ExtensionAPI */ extends Object {
@@ -42,6 +42,13 @@ declare namespace sap {
42
42
  * @returns The editFlow controller extension
43
43
  */
44
44
  getEditFlow(): /* was: sap.fe.templates.EditFlow */ any;
45
+ /**
46
+ * Provides all the model filters from the filter bar that are currently active
47
+ * along with the search expression.
48
+ *
49
+ * @returns An array of active filters and the search expression.
50
+ */
51
+ getFilters(): object;
45
52
  /**
46
53
  * Retrieves the intentBasedNavigation controller extension for this page.
47
54
  *
@@ -151,6 +158,26 @@ declare namespace sap {
151
158
  */
152
159
  oControl: sap.ui.core.Control
153
160
  ): void;
161
+ /**
162
+ * Provide an option for showing a custom message in the message strip above the list report table.
163
+ */
164
+ setCustomMessage(
165
+ /**
166
+ * Custom message along with the message type to be set on the table.
167
+ */
168
+ message:
169
+ | undefined
170
+ | /* was: sap.fe.templates.LRCustomMessage */ any,
171
+ /**
172
+ * The tabKey identifying the table where the custom message is displayed. If tabKey is empty, the message
173
+ * is displayed in all tabs . If tabKey = ['1','2'], the message is displayed in tabs 1 and 2 only
174
+ */
175
+ tabKey?: object | string | string[],
176
+ /**
177
+ * A function that is called when the user closes the message bar.
178
+ */
179
+ onClose?: Function
180
+ ): void;
154
181
  /**
155
182
  * Set the filter values for the given property in the filter bar.
156
183
  * The filter values can be either a single value or an array of values.
@@ -170,8 +197,7 @@ declare namespace sap {
170
197
  /**
171
198
  * The values to be applied
172
199
  */
173
- vValues:
174
- | undefined
200
+ vValues?:
175
201
  | string
176
202
  | number
177
203
  | boolean
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -740,6 +740,23 @@ declare namespace sap {
740
740
  */
741
741
  mFilterBarState?: object
742
742
  ): object;
743
+ /**
744
+ * Checks if the focus is on the filter field.
745
+ *
746
+ * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
747
+ */
748
+ iSeeFocusOnFilterField(
749
+ /**
750
+ * The field label
751
+ */
752
+ sFilterFieldLabel?: string
753
+ ): object;
754
+ /**
755
+ * Checks if the focus is on the Go Button of the filter bar.
756
+ *
757
+ * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
758
+ */
759
+ iSeeFocusOnGoButton(): object;
743
760
  }
744
761
 
745
762
  class FooterActionsBase {
@@ -2083,7 +2100,7 @@ declare namespace sap {
2083
2100
  */
2084
2101
  iCheckExport(): object;
2085
2102
  /**
2086
- * Checks a filter field in the filter dialog.
2103
+ * Checks, if a filter field is available in the filter dialog.
2087
2104
  *
2088
2105
  * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
2089
2106
  */
@@ -2242,6 +2259,17 @@ declare namespace sap {
2242
2259
  * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
2243
2260
  */
2244
2261
  iSeeFocusOnHeader(): object;
2262
+ /**
2263
+ * Checks if the focus is on a table row.
2264
+ *
2265
+ * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
2266
+ */
2267
+ iSeeFocusOnRow(
2268
+ /**
2269
+ * The expected focused row
2270
+ */
2271
+ iRowIndex: number
2272
+ ): object;
2245
2273
  }
2246
2274
  /**
2247
2275
  * Enum for supported dialog types.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -721,10 +721,10 @@ declare namespace sap {
721
721
  | `{${string}}`;
722
722
 
723
723
  /**
724
- * @deprecated - This feature may cause severe performance issue! Since TreeTable doesn't have API to expand
725
- * specific multiple rows in one call, GanttChart expand the tree tale to level calculated from the configuration,
726
- * then loop all data in the model, collapse the node which does not full-fill the configuration one by
727
- * one. This feature is application specific and should be handled by application.
724
+ * @deprecated (since 1.46.8) - This feature may cause severe performance issue! Since TreeTable doesn't
725
+ * have API to expand specific multiple rows in one call, GanttChart expand the tree tale to level calculated
726
+ * from the configuration, then loop all data in the model, collapse the node which does not full-fill the
727
+ * configuration one by one. This feature is application specific and should be handled by application.
728
728
  *
729
729
  * expandedLevels determines how the tree table is initially expanded. This property is a two-dimensional
730
730
  * array containing object types of row data. Only rows with data of the specified object types are expanded.
@@ -2556,10 +2556,10 @@ declare namespace sap {
2556
2556
  */
2557
2557
  getColumns(): object[];
2558
2558
  /**
2559
- * @deprecated - This feature may cause severe performance issue! Since TreeTable doesn't have API to expand
2560
- * specific multiple rows in one call, GanttChart expand the tree tale to level calculated from the configuration,
2561
- * then loop all data in the model, collapse the node which does not full-fill the configuration one by
2562
- * one. This feature is application specific and should be handled by application.
2559
+ * @deprecated (since 1.46.8) - This feature may cause severe performance issue! Since TreeTable doesn't
2560
+ * have API to expand specific multiple rows in one call, GanttChart expand the tree tale to level calculated
2561
+ * from the configuration, then loop all data in the model, collapse the node which does not full-fill the
2562
+ * configuration one by one. This feature is application specific and should be handled by application.
2563
2563
  *
2564
2564
  * Gets current value of property {@link #getExpandedLevels expandedLevels}.
2565
2565
  *
@@ -2636,10 +2636,10 @@ declare namespace sap {
2636
2636
  sColumns: object[]
2637
2637
  ): this;
2638
2638
  /**
2639
- * @deprecated - This feature may cause severe performance issue! Since TreeTable doesn't have API to expand
2640
- * specific multiple rows in one call, GanttChart expand the tree tale to level calculated from the configuration,
2641
- * then loop all data in the model, collapse the node which does not full-fill the configuration one by
2642
- * one. This feature is application specific and should be handled by application.
2639
+ * @deprecated (since 1.46.8) - This feature may cause severe performance issue! Since TreeTable doesn't
2640
+ * have API to expand specific multiple rows in one call, GanttChart expand the tree tale to level calculated
2641
+ * from the configuration, then loop all data in the model, collapse the node which does not full-fill the
2642
+ * configuration one by one. This feature is application specific and should be handled by application.
2643
2643
  *
2644
2644
  * Sets a new value for property {@link #getExpandedLevels expandedLevels}.
2645
2645
  *
@@ -6776,7 +6776,7 @@ declare namespace sap {
6776
6776
  oData?: object
6777
6777
  ): string;
6778
6778
  /**
6779
- * @deprecated
6779
+ * @deprecated (since 1.90.0)
6780
6780
  *
6781
6781
  * Do not use! This method only exists for type compatibility reasons and always returns 0.
6782
6782
  *
@@ -6815,7 +6815,7 @@ declare namespace sap {
6815
6815
  oData: object
6816
6816
  ): int;
6817
6817
  /**
6818
- * @deprecated
6818
+ * @deprecated (since 1.90.0)
6819
6819
  *
6820
6820
  * Do not use! This method only exists for type compatibility reasons and does nothing.
6821
6821
  *
@@ -21622,7 +21622,7 @@ declare namespace sap {
21622
21622
  | `{${string}}`;
21623
21623
 
21624
21624
  /**
21625
- * @deprecated
21625
+ * @deprecated (since 1.71.2)
21626
21626
  *
21627
21627
  * This property is ignored.
21628
21628
  */
@@ -21632,7 +21632,7 @@ declare namespace sap {
21632
21632
  | `{${string}}`;
21633
21633
 
21634
21634
  /**
21635
- * @deprecated
21635
+ * @deprecated (since 1.71.2)
21636
21636
  *
21637
21637
  * This property is ignored.
21638
21638
  */
@@ -21642,7 +21642,7 @@ declare namespace sap {
21642
21642
  | `{${string}}`;
21643
21643
 
21644
21644
  /**
21645
- * @deprecated
21645
+ * @deprecated (since 1.71.2)
21646
21646
  *
21647
21647
  * This property is ignored.
21648
21648
  */
@@ -21652,7 +21652,7 @@ declare namespace sap {
21652
21652
  | `{${string}}`;
21653
21653
 
21654
21654
  /**
21655
- * @deprecated
21655
+ * @deprecated (since 1.71.2)
21656
21656
  *
21657
21657
  * This property is ignored.
21658
21658
  */
@@ -21662,7 +21662,7 @@ declare namespace sap {
21662
21662
  | `{${string}}`;
21663
21663
 
21664
21664
  /**
21665
- * @deprecated
21665
+ * @deprecated (since 1.71.2)
21666
21666
  *
21667
21667
  * All standard shapes are selectable.
21668
21668
  */
@@ -21672,7 +21672,7 @@ declare namespace sap {
21672
21672
  | `{${string}}`;
21673
21673
 
21674
21674
  /**
21675
- * @deprecated
21675
+ * @deprecated (since 1.71.2)
21676
21676
  *
21677
21677
  * All standard shapes are hoverable.
21678
21678
  */
@@ -21780,7 +21780,7 @@ declare namespace sap {
21780
21780
  */
21781
21781
  getColor(): sap.gantt.PaletteColor;
21782
21782
  /**
21783
- * @deprecated - true
21783
+ * @deprecated (since 1.71.2)
21784
21784
  *
21785
21785
  * Gets current value of property {@link #getFill fill}.
21786
21786
  *
@@ -21790,7 +21790,7 @@ declare namespace sap {
21790
21790
  */
21791
21791
  getFill(): sap.gantt.ValueSVGPaintServer;
21792
21792
  /**
21793
- * @deprecated - true
21793
+ * @deprecated (since 1.71.2)
21794
21794
  *
21795
21795
  * Gets current value of property {@link #getFillOpacity fillOpacity}.
21796
21796
  *
@@ -21815,7 +21815,7 @@ declare namespace sap {
21815
21815
  */
21816
21816
  getHeight(): sap.gantt.SVGLength;
21817
21817
  /**
21818
- * @deprecated - true
21818
+ * @deprecated (since 1.71.2)
21819
21819
  *
21820
21820
  * Gets current value of property {@link #getHoverable hoverable}.
21821
21821
  *
@@ -21845,7 +21845,7 @@ declare namespace sap {
21845
21845
  */
21846
21846
  getHoverState(): boolean;
21847
21847
  /**
21848
- * @deprecated - true
21848
+ * @deprecated (since 1.71.2)
21849
21849
  *
21850
21850
  * Gets current value of property {@link #getOpacity opacity}.
21851
21851
  *
@@ -21869,7 +21869,7 @@ declare namespace sap {
21869
21869
  */
21870
21870
  getRowPadding(): number;
21871
21871
  /**
21872
- * @deprecated - true
21872
+ * @deprecated (since 1.71.2)
21873
21873
  *
21874
21874
  * Gets current value of property {@link #getSelectable selectable}.
21875
21875
  *
@@ -21897,7 +21897,7 @@ declare namespace sap {
21897
21897
  */
21898
21898
  getStartX(): sap.gantt.SVGLength;
21899
21899
  /**
21900
- * @deprecated - true
21900
+ * @deprecated (since 1.71.2)
21901
21901
  *
21902
21902
  * Gets current value of property {@link #getStroke stroke}.
21903
21903
  *
@@ -21970,7 +21970,7 @@ declare namespace sap {
21970
21970
  sColor?: sap.gantt.PaletteColor
21971
21971
  ): this;
21972
21972
  /**
21973
- * @deprecated - true
21973
+ * @deprecated (since 1.71.2)
21974
21974
  *
21975
21975
  * Sets a new value for property {@link #getFill fill}.
21976
21976
  *
@@ -21987,7 +21987,7 @@ declare namespace sap {
21987
21987
  sFill: sap.gantt.ValueSVGPaintServer
21988
21988
  ): this;
21989
21989
  /**
21990
- * @deprecated - true
21990
+ * @deprecated (since 1.71.2)
21991
21991
  *
21992
21992
  * Sets a new value for property {@link #getFillOpacity fillOpacity}.
21993
21993
  *
@@ -22026,7 +22026,7 @@ declare namespace sap {
22026
22026
  sHeight?: sap.gantt.SVGLength
22027
22027
  ): this;
22028
22028
  /**
22029
- * @deprecated - true
22029
+ * @deprecated (since 1.71.2)
22030
22030
  *
22031
22031
  * Sets a new value for property {@link #getHoverable hoverable}.
22032
22032
  *
@@ -22045,7 +22045,7 @@ declare namespace sap {
22045
22045
  bHoverable?: boolean
22046
22046
  ): this;
22047
22047
  /**
22048
- * @deprecated - true
22048
+ * @deprecated (since 1.71.2)
22049
22049
  *
22050
22050
  * Sets a new value for property {@link #getOpacity opacity}.
22051
22051
  *
@@ -22064,7 +22064,7 @@ declare namespace sap {
22064
22064
  fOpacity?: float
22065
22065
  ): this;
22066
22066
  /**
22067
- * @deprecated - true
22067
+ * @deprecated (since 1.71.2)
22068
22068
  *
22069
22069
  * Sets a new value for property {@link #getSelectable selectable}.
22070
22070
  *
@@ -22100,7 +22100,7 @@ declare namespace sap {
22100
22100
  sStartX?: sap.gantt.SVGLength
22101
22101
  ): this;
22102
22102
  /**
22103
- * @deprecated - true
22103
+ * @deprecated (since 1.71.2)
22104
22104
  *
22105
22105
  * Sets a new value for property {@link #getStroke stroke}.
22106
22106
  *
@@ -23229,6 +23229,17 @@ declare namespace sap {
23229
23229
  | boolean
23230
23230
  | sap.ui.base.ManagedObject.PropertyBindingInfo
23231
23231
  | `{${string}}`;
23232
+
23233
+ /**
23234
+ * @SINCE 1.108
23235
+ *
23236
+ * Comma-separated value of row IDs for the rows that are highlighted when the shape is being dragged. The
23237
+ * highlighted rows are the ones where the shape drop is allowed.
23238
+ */
23239
+ dragHighlightRows?:
23240
+ | string[]
23241
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
23242
+ | `{${string}}`;
23232
23243
  }
23233
23244
 
23234
23245
  interface $BaseTextSettings extends sap.gantt.simple.$BaseShapeSettings {
@@ -24616,6 +24627,28 @@ declare namespace sap {
24616
24627
  | sap.ui.base.ManagedObject.PropertyBindingInfo
24617
24628
  | `{${string}}`;
24618
24629
 
24630
+ /**
24631
+ * @SINCE 1.108
24632
+ *
24633
+ * The rowHighlightFill property defines the color that is filled for the highlighted rows when a shape
24634
+ * is being dragged The highlighted rows are the ones where the shape drop is allowed
24635
+ */
24636
+ rowHighlightFill?:
24637
+ | sap.gantt.ValueSVGPaintServer
24638
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
24639
+ | `{${string}}`;
24640
+
24641
+ /**
24642
+ * @SINCE 1.108
24643
+ *
24644
+ * The rowHighlightAndHoverFill property defines the color that is filled for the highlighted and hovered
24645
+ * rows when a shape is being dragged The highlighted rows are the ones where the shape drop is allowed
24646
+ */
24647
+ rowHighlightAndHoverFill?:
24648
+ | sap.gantt.ValueSVGPaintServer
24649
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
24650
+ | `{${string}}`;
24651
+
24619
24652
  /**
24620
24653
  * Table of the Gantt Chart
24621
24654
  *
@@ -28870,6 +28903,19 @@ declare namespace sap {
28870
28903
  * @returns Value of property `draggable`
28871
28904
  */
28872
28905
  getDraggable(): boolean;
28906
+ /**
28907
+ * @SINCE 1.108
28908
+ *
28909
+ * Gets current value of property {@link #getDragHighlightRows dragHighlightRows}.
28910
+ *
28911
+ * Comma-separated value of row IDs for the rows that are highlighted when the shape is being dragged. The
28912
+ * highlighted rows are the ones where the shape drop is allowed.
28913
+ *
28914
+ * Default value is `[]`.
28915
+ *
28916
+ * @returns Value of property `dragHighlightRows`
28917
+ */
28918
+ getDragHighlightRows(): string[];
28873
28919
  /**
28874
28920
  * @SINCE 1.86
28875
28921
  *
@@ -29410,6 +29456,26 @@ declare namespace sap {
29410
29456
  */
29411
29457
  bDraggable?: boolean
29412
29458
  ): this;
29459
+ /**
29460
+ * @SINCE 1.108
29461
+ *
29462
+ * Sets a new value for property {@link #getDragHighlightRows dragHighlightRows}.
29463
+ *
29464
+ * Comma-separated value of row IDs for the rows that are highlighted when the shape is being dragged. The
29465
+ * highlighted rows are the ones where the shape drop is allowed.
29466
+ *
29467
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
29468
+ *
29469
+ * Default value is `[]`.
29470
+ *
29471
+ * @returns Reference to `this` in order to allow method chaining
29472
+ */
29473
+ setDragHighlightRows(
29474
+ /**
29475
+ * New value for property `dragHighlightRows`
29476
+ */
29477
+ sDragHighlightRows?: string[]
29478
+ ): this;
29413
29479
  /**
29414
29480
  * @SINCE 1.86
29415
29481
  *
@@ -37210,6 +37276,28 @@ declare namespace sap {
37210
37276
  * @returns Value of property `relationshipShapeSize`
37211
37277
  */
37212
37278
  getRelationshipShapeSize(): sap.gantt.simple.relationshipShapeSize;
37279
+ /**
37280
+ * @SINCE 1.108
37281
+ *
37282
+ * Gets current value of property {@link #getRowHighlightAndHoverFill rowHighlightAndHoverFill}.
37283
+ *
37284
+ * The rowHighlightAndHoverFill property defines the color that is filled for the highlighted and hovered
37285
+ * rows when a shape is being dragged The highlighted rows are the ones where the shape drop is allowed
37286
+ *
37287
+ * @returns Value of property `rowHighlightAndHoverFill`
37288
+ */
37289
+ getRowHighlightAndHoverFill(): sap.gantt.ValueSVGPaintServer;
37290
+ /**
37291
+ * @SINCE 1.108
37292
+ *
37293
+ * Gets current value of property {@link #getRowHighlightFill rowHighlightFill}.
37294
+ *
37295
+ * The rowHighlightFill property defines the color that is filled for the highlighted rows when a shape
37296
+ * is being dragged The highlighted rows are the ones where the shape drop is allowed
37297
+ *
37298
+ * @returns Value of property `rowHighlightFill`
37299
+ */
37300
+ getRowHighlightFill(): sap.gantt.ValueSVGPaintServer;
37213
37301
  /**
37214
37302
  * Get the shape IDs for selected shapes in the gantt chart.
37215
37303
  *
@@ -38561,6 +38649,42 @@ declare namespace sap {
38561
38649
  */
38562
38650
  sRelationshipShapeSize?: sap.gantt.simple.relationshipShapeSize
38563
38651
  ): this;
38652
+ /**
38653
+ * @SINCE 1.108
38654
+ *
38655
+ * Sets a new value for property {@link #getRowHighlightAndHoverFill rowHighlightAndHoverFill}.
38656
+ *
38657
+ * The rowHighlightAndHoverFill property defines the color that is filled for the highlighted and hovered
38658
+ * rows when a shape is being dragged The highlighted rows are the ones where the shape drop is allowed
38659
+ *
38660
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
38661
+ *
38662
+ * @returns Reference to `this` in order to allow method chaining
38663
+ */
38664
+ setRowHighlightAndHoverFill(
38665
+ /**
38666
+ * New value for property `rowHighlightAndHoverFill`
38667
+ */
38668
+ sRowHighlightAndHoverFill: sap.gantt.ValueSVGPaintServer
38669
+ ): this;
38670
+ /**
38671
+ * @SINCE 1.108
38672
+ *
38673
+ * Sets a new value for property {@link #getRowHighlightFill rowHighlightFill}.
38674
+ *
38675
+ * The rowHighlightFill property defines the color that is filled for the highlighted rows when a shape
38676
+ * is being dragged The highlighted rows are the ones where the shape drop is allowed
38677
+ *
38678
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
38679
+ *
38680
+ * @returns Reference to `this` in order to allow method chaining
38681
+ */
38682
+ setRowHighlightFill(
38683
+ /**
38684
+ * New value for property `rowHighlightFill`
38685
+ */
38686
+ sRowHighlightFill: sap.gantt.ValueSVGPaintServer
38687
+ ): this;
38564
38688
  /**
38565
38689
  * @SINCE 1.105
38566
38690
  *
@@ -44402,9 +44526,9 @@ declare namespace sap {
44402
44526
  mode?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
44403
44527
 
44404
44528
  /**
44405
- * @deprecated - Please use `tableProperties`(e.g. `setTableproperties({selectionMode: "None"})`) to control
44406
- * table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`) to control shape
44407
- * selection mode.
44529
+ * @deprecated (since 1.50.7) - Please use `tableProperties`(e.g. `setTableproperties({selectionMode: "None"})`)
44530
+ * to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`) to control
44531
+ * shape selection mode.
44408
44532
  *
44409
44533
  * Selection mode for GanttChart
44410
44534
  *
@@ -45369,7 +45493,7 @@ declare namespace sap {
45369
45493
  oAxisTimeStrategy: object
45370
45494
  ): this;
45371
45495
  /**
45372
- * @deprecated - We recommend use setTableProperties function instead
45496
+ * @deprecated (since 1.50.7) - We recommend use setTableProperties function instead
45373
45497
  *
45374
45498
  * Sets the first visible row in the Gantt Chart Control.
45375
45499
  * See:
@@ -47641,9 +47765,9 @@ declare namespace sap {
47641
47765
  */
47642
47766
  getSelectedShapes(): any[];
47643
47767
  /**
47644
- * @deprecated - Please use `tableProperties`(e.g. `setTableproperties({selectionMode: "None"})`) to control
47645
- * table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`) to control shape
47646
- * selection mode.
47768
+ * @deprecated (since 1.50.7) - Please use `tableProperties`(e.g. `setTableproperties({selectionMode: "None"})`)
47769
+ * to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`) to control
47770
+ * shape selection mode.
47647
47771
  *
47648
47772
  * Gets current value of property {@link #getSelectionMode selectionMode}.
47649
47773
  *
@@ -48409,9 +48533,9 @@ declare namespace sap {
48409
48533
  sObjectTypes?: object[]
48410
48534
  ): this;
48411
48535
  /**
48412
- * @deprecated - Please use `tableProperties`(e.g. `setTableproperties({selectionMode: "None"})`) to control
48413
- * table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`) to control shape
48414
- * selection mode.
48536
+ * @deprecated (since 1.50.7) - Please use `tableProperties`(e.g. `setTableproperties({selectionMode: "None"})`)
48537
+ * to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`) to control
48538
+ * shape selection mode.
48415
48539
  *
48416
48540
  * Sets a new value for property {@link #getSelectionMode selectionMode}.
48417
48541
  *
@@ -50107,7 +50231,7 @@ declare namespace sap {
50107
50231
  */
50108
50232
  getCustomToolbarItems(): sap.ui.core.Control[];
50109
50233
  /**
50110
- * @deprecated - We recommend use getTableProperties function instead
50234
+ * @deprecated (since 1.50.7) - We recommend use getTableProperties function instead
50111
50235
  *
50112
50236
  * Gets the first visible row of the selection panel.
50113
50237
  * See:
@@ -50117,7 +50241,7 @@ declare namespace sap {
50117
50241
  */
50118
50242
  getFirstVisibleRow(): int;
50119
50243
  /**
50120
- * @deprecated - We recommend use getTableProperties function instead
50244
+ * @deprecated (since 1.50.7) - We recommend use getTableProperties function instead
50121
50245
  *
50122
50246
  * To get fixedColumnCount value
50123
50247
  * See:
@@ -50269,7 +50393,7 @@ declare namespace sap {
50269
50393
  oCellCallback: object
50270
50394
  ): this;
50271
50395
  /**
50272
- * @deprecated - We recommend use setTableProperties function instead
50396
+ * @deprecated (since 1.50.7) - We recommend use setTableProperties function instead
50273
50397
  *
50274
50398
  * Sets the first visible row in the selection panel.
50275
50399
  * See:
@@ -50284,7 +50408,7 @@ declare namespace sap {
50284
50408
  iRowIndex: int
50285
50409
  ): this;
50286
50410
  /**
50287
- * @deprecated - We recommend use setTableProperties function instead
50411
+ * @deprecated (since 1.50.7) - We recommend use setTableProperties function instead
50288
50412
  *
50289
50413
  * To set fixedColumnCount value
50290
50414
  * See:
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**