@sapui5/types 1.119.2 → 1.120.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +58 -58
  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 +103 -1
  8. package/types/sap.f.d.ts +2 -2
  9. package/types/sap.fe.core.d.ts +10 -1
  10. package/types/sap.fe.macros.d.ts +84 -78
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.templates.d.ts +11 -2
  14. package/types/sap.fe.test.d.ts +15 -7
  15. package/types/sap.fe.tools.d.ts +1 -1
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +951 -15
  18. package/types/sap.insights.d.ts +92 -12
  19. package/types/sap.m.d.ts +5723 -155
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +7 -3
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +870 -1007
  26. package/types/sap.suite.ui.commons.d.ts +34 -2
  27. package/types/sap.suite.ui.generic.template.d.ts +26 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +45 -2
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +567 -40
  33. package/types/sap.ui.core.d.ts +1744 -143
  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 +14 -4
  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 +1 -1
  40. package/types/sap.ui.layout.d.ts +125 -102
  41. package/types/sap.ui.mdc.d.ts +2142 -1439
  42. package/types/sap.ui.richtexteditor.d.ts +4 -12
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +7 -1
  46. package/types/sap.ui.table.d.ts +121 -47
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +1 -1
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +5 -11
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +454 -136
  55. package/types/sap.ui.webc.main.d.ts +3737 -1084
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +1996 -808
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
  65. package/types/sap.landvisz.d.ts +0 -8043
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -521,8 +521,6 @@ declare module "sap/gantt/library" {
521
521
  export const EMPTY_TOOLBAR_SCHEME_KEY: string;
522
522
 
523
523
  /**
524
- * @deprecated (since 1.63) - Using these constants may result in errors in your application.
525
- *
526
524
  * Defines the default configuration object for enabling the adhoc line setting item. Default values:
527
525
  *
528
526
  * - key - `sap.gantt.config.SETTING_ITEM_ENABLE_ADHOC_LINE_KEY`
@@ -540,8 +538,6 @@ declare module "sap/gantt/library" {
540
538
  export const SETTING_ITEM_ENABLE_ADHOC_LINE_KEY: string;
541
539
 
542
540
  /**
543
- * @deprecated (since 1.63) - Using these constants may result in errors in your application.
544
- *
545
541
  * Defines the default configuration object for enabling the cursor line setting items. Default values:
546
542
  *
547
543
  * - key - `sap.gantt.config.SETTING_ITEM_ENABLE_CURSOR_LINE_KEY`
@@ -583,8 +579,6 @@ declare module "sap/gantt/library" {
583
579
  export const SETTING_ITEM_ENABLE_NON_WORKING_TIME_KEY: string;
584
580
 
585
581
  /**
586
- * @deprecated (since 1.63) - Using these constants may result in errors in your application.
587
- *
588
582
  * Defines the default configuration object for enabling the present time indicator setting item. Default
589
583
  * values:
590
584
  * - key - `sap.gantt.config.SETTING_ITEM_ENABLE_NOW_LINE_KEY`
@@ -618,8 +612,6 @@ declare module "sap/gantt/library" {
618
612
  export const SETTING_ITEM_ENABLE_STATUS_BAR_KEY: string;
619
613
 
620
614
  /**
621
- * @deprecated (since 1.63) - Using these constants may result in errors in your application.
622
- *
623
615
  * Defines the default configuration object for enabling the synchronized time scroll setting item. Default
624
616
  * values are:
625
617
  * - key - `sap.gantt.config.SETTING_ITEM_ENABLE_TIME_SCROLL_SYNC_KEY`
@@ -637,8 +629,6 @@ declare module "sap/gantt/library" {
637
629
  export const SETTING_ITEM_ENABLE_TIME_SCROLL_SYNC_KEY: string;
638
630
 
639
631
  /**
640
- * @deprecated (since 1.63) - Using these constants may result in errors in your application.
641
- *
642
632
  * Defines the default configuration object for enabling vertical line setting item. Default values:
643
633
  *
644
634
  * - key - `sap.gantt.config.SETTING_ITEM_ENABLE_VERTICAL_LINE_KEY`
@@ -1859,7 +1849,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
1859
1849
  * Entire time span Gantt Chart can display in the chart area We recommend that you set the type of this
1860
1850
  * argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not function properly.
1861
1851
  *
1862
- * Default totalHorizon value is: `sap.gantt.config.DEFAULT_PLAN_HORIZON `
1852
+ * Default totalHorizon value is: `sap.gantt.config.DEFAULT_TOTAL_HORIZON `
1863
1853
  */
1864
1854
  getTotalHorizon(): TimeHorizon;
1865
1855
  /**
@@ -1886,7 +1876,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
1886
1876
  * the type of this argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not
1887
1877
  * function properly.
1888
1878
  *
1889
- * Default visible horizon value is `sap.gantt.config.DEFAULT_INIT_HORIZON`
1879
+ * Default visible horizon value is `sap.gantt.config.DEFAULT_VISIBLE_HORIZON`
1890
1880
  */
1891
1881
  getVisibleHorizon(): TimeHorizon;
1892
1882
  /**
@@ -2383,7 +2373,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
2383
2373
  * Entire time span Gantt Chart can display in the chart area We recommend that you set the type of this
2384
2374
  * argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not function properly.
2385
2375
  *
2386
- * Default totalHorizon value is: `sap.gantt.config.DEFAULT_PLAN_HORIZON `
2376
+ * Default totalHorizon value is: `sap.gantt.config.DEFAULT_TOTAL_HORIZON `
2387
2377
  */
2388
2378
  totalHorizon?: TimeHorizon;
2389
2379
 
@@ -2403,7 +2393,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
2403
2393
  * the type of this argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not
2404
2394
  * function properly.
2405
2395
  *
2406
- * Default visible horizon value is `sap.gantt.config.DEFAULT_INIT_HORIZON`
2396
+ * Default visible horizon value is `sap.gantt.config.DEFAULT_VISIBLE_HORIZON`
2407
2397
  */
2408
2398
  visibleHorizon?: TimeHorizon;
2409
2399
  }
@@ -18422,6 +18412,446 @@ declare module "sap/gantt/misc/Format" {
18422
18412
  }
18423
18413
  }
18424
18414
 
18415
+ declare module "sap/gantt/overlays/GanttRowOverlay" {
18416
+ import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
18417
+
18418
+ import Overlay from "sap/gantt/overlays/Overlay";
18419
+
18420
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
18421
+
18422
+ import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
18423
+
18424
+ /**
18425
+ * @since 1.120
18426
+ * @experimental (since 1.120)
18427
+ *
18428
+ * The GanttRowOverlay class contains staticOverlay and expanded aggregations that are of type Overlay.
18429
+ */
18430
+ export default class GanttRowOverlay extends UI5Element {
18431
+ /**
18432
+ * Creates and initializes a new GanttRowOverlay class.
18433
+ *
18434
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
18435
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18436
+ * of the syntax of the settings object.
18437
+ */
18438
+ constructor(
18439
+ /**
18440
+ * ID of the new control, generated automatically if an ID is not provided.
18441
+ */
18442
+ sId?: string
18443
+ );
18444
+
18445
+ /**
18446
+ * Creates a new subclass of class sap.gantt.overlays.GanttRowOverlay with name `sClassName` and enriches
18447
+ * it with the information contained in `oClassInfo`.
18448
+ *
18449
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
18450
+ *
18451
+ * @returns Created class / constructor function
18452
+ */
18453
+ static extend<T extends Record<string, unknown>>(
18454
+ /**
18455
+ * Name of the class being created
18456
+ */
18457
+ sClassName: string,
18458
+ /**
18459
+ * Object literal with information about the class
18460
+ */
18461
+ oClassInfo?: sap.ClassInfo<T, GanttRowOverlay>,
18462
+ /**
18463
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
18464
+ * used by this class
18465
+ */
18466
+ FNMetaImpl?: Function
18467
+ ): Function;
18468
+ /**
18469
+ * Returns a metadata object for class sap.gantt.overlays.GanttRowOverlay.
18470
+ *
18471
+ * @returns Metadata object describing this class
18472
+ */
18473
+ static getMetadata(): ElementMetadata;
18474
+ /**
18475
+ * @since 1.120
18476
+ * @experimental (since 1.120)
18477
+ *
18478
+ * Adds some expandedOverlay to the aggregation {@link #getExpandedOverlay expandedOverlay}.
18479
+ *
18480
+ * @returns Reference to `this` in order to allow method chaining
18481
+ */
18482
+ addExpandedOverlay(
18483
+ /**
18484
+ * The expandedOverlay to add; if empty, nothing is inserted
18485
+ */
18486
+ oExpandedOverlay: Overlay
18487
+ ): this;
18488
+ /**
18489
+ * @since 1.120
18490
+ * @experimental (since 1.120)
18491
+ *
18492
+ * Adds some staticOverlay to the aggregation {@link #getStaticOverlay staticOverlay}.
18493
+ *
18494
+ * @returns Reference to `this` in order to allow method chaining
18495
+ */
18496
+ addStaticOverlay(
18497
+ /**
18498
+ * The staticOverlay to add; if empty, nothing is inserted
18499
+ */
18500
+ oStaticOverlay: Overlay
18501
+ ): this;
18502
+ /**
18503
+ * @since 1.120
18504
+ * @experimental (since 1.120)
18505
+ *
18506
+ * Destroys all the expandedOverlay in the aggregation {@link #getExpandedOverlay expandedOverlay}.
18507
+ *
18508
+ * @returns Reference to `this` in order to allow method chaining
18509
+ */
18510
+ destroyExpandedOverlay(): this;
18511
+ /**
18512
+ * @since 1.120
18513
+ * @experimental (since 1.120)
18514
+ *
18515
+ * Destroys all the staticOverlay in the aggregation {@link #getStaticOverlay staticOverlay}.
18516
+ *
18517
+ * @returns Reference to `this` in order to allow method chaining
18518
+ */
18519
+ destroyStaticOverlay(): this;
18520
+ /**
18521
+ * @since 1.120
18522
+ * @experimental (since 1.120)
18523
+ *
18524
+ * Gets content of aggregation {@link #getExpandedOverlay expandedOverlay}.
18525
+ */
18526
+ getExpandedOverlay(): Overlay[];
18527
+ /**
18528
+ * @since 1.120
18529
+ * @experimental (since 1.120)
18530
+ *
18531
+ * Gets content of aggregation {@link #getStaticOverlay staticOverlay}.
18532
+ */
18533
+ getStaticOverlay(): Overlay[];
18534
+ /**
18535
+ * @since 1.120
18536
+ * @experimental (since 1.120)
18537
+ *
18538
+ * Checks for the provided `sap.gantt.overlays.Overlay` in the aggregation {@link #getExpandedOverlay expandedOverlay}.
18539
+ * and returns its index if found or -1 otherwise.
18540
+ *
18541
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
18542
+ */
18543
+ indexOfExpandedOverlay(
18544
+ /**
18545
+ * The expandedOverlay whose index is looked for
18546
+ */
18547
+ oExpandedOverlay: Overlay
18548
+ ): int;
18549
+ /**
18550
+ * @since 1.120
18551
+ * @experimental (since 1.120)
18552
+ *
18553
+ * Checks for the provided `sap.gantt.overlays.Overlay` in the aggregation {@link #getStaticOverlay staticOverlay}.
18554
+ * and returns its index if found or -1 otherwise.
18555
+ *
18556
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
18557
+ */
18558
+ indexOfStaticOverlay(
18559
+ /**
18560
+ * The staticOverlay whose index is looked for
18561
+ */
18562
+ oStaticOverlay: Overlay
18563
+ ): int;
18564
+ /**
18565
+ * @since 1.120
18566
+ * @experimental (since 1.120)
18567
+ *
18568
+ * Inserts a expandedOverlay into the aggregation {@link #getExpandedOverlay expandedOverlay}.
18569
+ *
18570
+ * @returns Reference to `this` in order to allow method chaining
18571
+ */
18572
+ insertExpandedOverlay(
18573
+ /**
18574
+ * The expandedOverlay to insert; if empty, nothing is inserted
18575
+ */
18576
+ oExpandedOverlay: Overlay,
18577
+ /**
18578
+ * The `0`-based index the expandedOverlay should be inserted at; for a negative value of `iIndex`, the
18579
+ * expandedOverlay is inserted at position 0; for a value greater than the current size of the aggregation,
18580
+ * the expandedOverlay is inserted at the last position
18581
+ */
18582
+ iIndex: int
18583
+ ): this;
18584
+ /**
18585
+ * @since 1.120
18586
+ * @experimental (since 1.120)
18587
+ *
18588
+ * Inserts a staticOverlay into the aggregation {@link #getStaticOverlay staticOverlay}.
18589
+ *
18590
+ * @returns Reference to `this` in order to allow method chaining
18591
+ */
18592
+ insertStaticOverlay(
18593
+ /**
18594
+ * The staticOverlay to insert; if empty, nothing is inserted
18595
+ */
18596
+ oStaticOverlay: Overlay,
18597
+ /**
18598
+ * The `0`-based index the staticOverlay should be inserted at; for a negative value of `iIndex`, the staticOverlay
18599
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the staticOverlay
18600
+ * is inserted at the last position
18601
+ */
18602
+ iIndex: int
18603
+ ): this;
18604
+ /**
18605
+ * @since 1.120
18606
+ * @experimental (since 1.120)
18607
+ *
18608
+ * Removes all the controls from the aggregation {@link #getExpandedOverlay expandedOverlay}.
18609
+ *
18610
+ * Additionally, it unregisters them from the hosting UIArea.
18611
+ *
18612
+ * @returns An array of the removed elements (might be empty)
18613
+ */
18614
+ removeAllExpandedOverlay(): Overlay[];
18615
+ /**
18616
+ * @since 1.120
18617
+ * @experimental (since 1.120)
18618
+ *
18619
+ * Removes all the controls from the aggregation {@link #getStaticOverlay staticOverlay}.
18620
+ *
18621
+ * Additionally, it unregisters them from the hosting UIArea.
18622
+ *
18623
+ * @returns An array of the removed elements (might be empty)
18624
+ */
18625
+ removeAllStaticOverlay(): Overlay[];
18626
+ /**
18627
+ * @since 1.120
18628
+ * @experimental (since 1.120)
18629
+ *
18630
+ * Removes a expandedOverlay from the aggregation {@link #getExpandedOverlay expandedOverlay}.
18631
+ *
18632
+ * @returns The removed expandedOverlay or `null`
18633
+ */
18634
+ removeExpandedOverlay(
18635
+ /**
18636
+ * The expandedOverlay to remove or its index or id
18637
+ */
18638
+ vExpandedOverlay: int | string | Overlay
18639
+ ): Overlay | null;
18640
+ /**
18641
+ * @since 1.120
18642
+ * @experimental (since 1.120)
18643
+ *
18644
+ * Removes a staticOverlay from the aggregation {@link #getStaticOverlay staticOverlay}.
18645
+ *
18646
+ * @returns The removed staticOverlay or `null`
18647
+ */
18648
+ removeStaticOverlay(
18649
+ /**
18650
+ * The staticOverlay to remove or its index or id
18651
+ */
18652
+ vStaticOverlay: int | string | Overlay
18653
+ ): Overlay | null;
18654
+ }
18655
+
18656
+ export interface $GanttRowOverlaySettings extends $ElementSettings {
18657
+ /**
18658
+ * @since 1.120
18659
+ * @experimental (since 1.120)
18660
+ */
18661
+ staticOverlay?:
18662
+ | Overlay[]
18663
+ | Overlay
18664
+ | AggregationBindingInfo
18665
+ | `{${string}}`;
18666
+
18667
+ /**
18668
+ * @since 1.120
18669
+ * @experimental (since 1.120)
18670
+ */
18671
+ expandedOverlay?:
18672
+ | Overlay[]
18673
+ | Overlay
18674
+ | AggregationBindingInfo
18675
+ | `{${string}}`;
18676
+ }
18677
+ }
18678
+
18679
+ declare module "sap/gantt/overlays/Overlay" {
18680
+ import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
18681
+
18682
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
18683
+
18684
+ import BaseShape from "sap/gantt/simple/BaseShape";
18685
+
18686
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
18687
+
18688
+ /**
18689
+ * @since 1.120
18690
+ * @experimental (since 1.120)
18691
+ *
18692
+ * The Overlay class contains a shape aggregation to draw any Gantt 2.0 supported shapes as an overlay at
18693
+ * specific time points in the chart area.
18694
+ */
18695
+ export default class Overlay extends UI5Element {
18696
+ /**
18697
+ * Creates and initializes a new Overlay class.
18698
+ *
18699
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
18700
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18701
+ * of the syntax of the settings object.
18702
+ */
18703
+ constructor(
18704
+ /**
18705
+ * ID of the new control, generated automatically if an ID is not provided.
18706
+ */
18707
+ sId?: string
18708
+ );
18709
+
18710
+ /**
18711
+ * Creates a new subclass of class sap.gantt.overlays.Overlay with name `sClassName` and enriches it with
18712
+ * the information contained in `oClassInfo`.
18713
+ *
18714
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
18715
+ *
18716
+ * @returns Created class / constructor function
18717
+ */
18718
+ static extend<T extends Record<string, unknown>>(
18719
+ /**
18720
+ * Name of the class being created
18721
+ */
18722
+ sClassName: string,
18723
+ /**
18724
+ * Object literal with information about the class
18725
+ */
18726
+ oClassInfo?: sap.ClassInfo<T, Overlay>,
18727
+ /**
18728
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
18729
+ * used by this class
18730
+ */
18731
+ FNMetaImpl?: Function
18732
+ ): Function;
18733
+ /**
18734
+ * Returns a metadata object for class sap.gantt.overlays.Overlay.
18735
+ *
18736
+ * @returns Metadata object describing this class
18737
+ */
18738
+ static getMetadata(): ElementMetadata;
18739
+ /**
18740
+ * @since 1.120
18741
+ * @experimental (since 1.120)
18742
+ *
18743
+ * Destroys the shape in the aggregation {@link #getShape shape}.
18744
+ *
18745
+ * @returns Reference to `this` in order to allow method chaining
18746
+ */
18747
+ destroyShape(): this;
18748
+ /**
18749
+ * @since 1.120
18750
+ * @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
18751
+ * of a row.
18752
+ *
18753
+ * Gets current value of property {@link #getOverlayLevel overlayLevel}.
18754
+ *
18755
+ * Default value is `1`.
18756
+ *
18757
+ * @returns Value of property `overlayLevel`
18758
+ */
18759
+ getOverlayLevel(): int;
18760
+ /**
18761
+ * @since 1.120
18762
+ * @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
18763
+ * row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
18764
+ * this property has precedence over "overlayLevel" property incase of shape bound overlay.
18765
+ *
18766
+ * Gets current value of property {@link #getOverlayShapeId overlayShapeId}.
18767
+ *
18768
+ * @returns Value of property `overlayShapeId`
18769
+ */
18770
+ getOverlayShapeId(): string;
18771
+ /**
18772
+ * @since 1.120
18773
+ * @experimental (since 1.120)
18774
+ *
18775
+ * Gets content of aggregation {@link #getShape shape}.
18776
+ */
18777
+ getShape(): BaseShape;
18778
+ /**
18779
+ * @since 1.120
18780
+ * @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
18781
+ * of a row.
18782
+ *
18783
+ * Sets a new value for property {@link #getOverlayLevel overlayLevel}.
18784
+ *
18785
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
18786
+ *
18787
+ * Default value is `1`.
18788
+ *
18789
+ * @returns Reference to `this` in order to allow method chaining
18790
+ */
18791
+ setOverlayLevel(
18792
+ /**
18793
+ * New value for property `overlayLevel`
18794
+ */
18795
+ iOverlayLevel?: int
18796
+ ): this;
18797
+ /**
18798
+ * @since 1.120
18799
+ * @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
18800
+ * row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
18801
+ * this property has precedence over "overlayLevel" property incase of shape bound overlay.
18802
+ *
18803
+ * Sets a new value for property {@link #getOverlayShapeId overlayShapeId}.
18804
+ *
18805
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
18806
+ *
18807
+ * @returns Reference to `this` in order to allow method chaining
18808
+ */
18809
+ setOverlayShapeId(
18810
+ /**
18811
+ * New value for property `overlayShapeId`
18812
+ */
18813
+ sOverlayShapeId: string
18814
+ ): this;
18815
+ /**
18816
+ * @since 1.120
18817
+ * @experimental (since 1.120)
18818
+ *
18819
+ * Sets the aggregated {@link #getShape shape}.
18820
+ *
18821
+ * @returns Reference to `this` in order to allow method chaining
18822
+ */
18823
+ setShape(
18824
+ /**
18825
+ * The shape to set
18826
+ */
18827
+ oShape: BaseShape
18828
+ ): this;
18829
+ }
18830
+
18831
+ export interface $OverlaySettings extends $ElementSettings {
18832
+ /**
18833
+ * @since 1.120
18834
+ * @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
18835
+ * of a row.
18836
+ */
18837
+ overlayLevel?: int | PropertyBindingInfo | `{${string}}`;
18838
+
18839
+ /**
18840
+ * @since 1.120
18841
+ * @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
18842
+ * row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
18843
+ * this property has precedence over "overlayLevel" property incase of shape bound overlay.
18844
+ */
18845
+ overlayShapeId?: string | PropertyBindingInfo;
18846
+
18847
+ /**
18848
+ * @since 1.120
18849
+ * @experimental (since 1.120)
18850
+ */
18851
+ shape?: BaseShape;
18852
+ }
18853
+ }
18854
+
18425
18855
  declare module "sap/gantt/shape/cal/Calendar" {
18426
18856
  import {
18427
18857
  default as Rectangle,
@@ -44437,6 +44867,8 @@ declare module "sap/gantt/simple/GanttRowSettings" {
44437
44867
 
44438
44868
  import BaseCalendar from "sap/gantt/simple/BaseCalendar";
44439
44869
 
44870
+ import GanttRowOverlay from "sap/gantt/overlays/GanttRowOverlay";
44871
+
44440
44872
  import Relationship from "sap/gantt/simple/Relationship";
44441
44873
 
44442
44874
  import BaseShape from "sap/gantt/simple/BaseShape";
@@ -44575,6 +45007,76 @@ declare module "sap/gantt/simple/GanttRowSettings" {
44575
45007
  */
44576
45008
  oCalendars: BaseCalendar
44577
45009
  ): this;
45010
+ /**
45011
+ * @since 1.120
45012
+ * @experimental (since 1.120)
45013
+ *
45014
+ * Adds some overlays1 to the aggregation {@link #getOverlays1 overlays1}.
45015
+ *
45016
+ * @returns Reference to `this` in order to allow method chaining
45017
+ */
45018
+ addOverlays1(
45019
+ /**
45020
+ * The overlays1 to add; if empty, nothing is inserted
45021
+ */
45022
+ oOverlays1: GanttRowOverlay
45023
+ ): this;
45024
+ /**
45025
+ * @since 1.120
45026
+ * @experimental (since 1.120)
45027
+ *
45028
+ * Adds some overlays2 to the aggregation {@link #getOverlays2 overlays2}.
45029
+ *
45030
+ * @returns Reference to `this` in order to allow method chaining
45031
+ */
45032
+ addOverlays2(
45033
+ /**
45034
+ * The overlays2 to add; if empty, nothing is inserted
45035
+ */
45036
+ oOverlays2: GanttRowOverlay
45037
+ ): this;
45038
+ /**
45039
+ * @since 1.120
45040
+ * @experimental (since 1.120)
45041
+ *
45042
+ * Adds some overlays3 to the aggregation {@link #getOverlays3 overlays3}.
45043
+ *
45044
+ * @returns Reference to `this` in order to allow method chaining
45045
+ */
45046
+ addOverlays3(
45047
+ /**
45048
+ * The overlays3 to add; if empty, nothing is inserted
45049
+ */
45050
+ oOverlays3: GanttRowOverlay
45051
+ ): this;
45052
+ /**
45053
+ * @since 1.120
45054
+ * @experimental (since 1.120)
45055
+ *
45056
+ * Adds some overlays4 to the aggregation {@link #getOverlays4 overlays4}.
45057
+ *
45058
+ * @returns Reference to `this` in order to allow method chaining
45059
+ */
45060
+ addOverlays4(
45061
+ /**
45062
+ * The overlays4 to add; if empty, nothing is inserted
45063
+ */
45064
+ oOverlays4: GanttRowOverlay
45065
+ ): this;
45066
+ /**
45067
+ * @since 1.120
45068
+ * @experimental (since 1.120)
45069
+ *
45070
+ * Adds some overlays5 to the aggregation {@link #getOverlays5 overlays5}.
45071
+ *
45072
+ * @returns Reference to `this` in order to allow method chaining
45073
+ */
45074
+ addOverlays5(
45075
+ /**
45076
+ * The overlays5 to add; if empty, nothing is inserted
45077
+ */
45078
+ oOverlays5: GanttRowOverlay
45079
+ ): this;
44578
45080
  /**
44579
45081
  * Adds some relationship to the aggregation {@link #getRelationships relationships}.
44580
45082
  *
@@ -44687,6 +45189,51 @@ declare module "sap/gantt/simple/GanttRowSettings" {
44687
45189
  * @returns Reference to `this` in order to allow method chaining
44688
45190
  */
44689
45191
  destroyCalendars5(): this;
45192
+ /**
45193
+ * @since 1.120
45194
+ * @experimental (since 1.120)
45195
+ *
45196
+ * Destroys all the overlays1 in the aggregation {@link #getOverlays1 overlays1}.
45197
+ *
45198
+ * @returns Reference to `this` in order to allow method chaining
45199
+ */
45200
+ destroyOverlays1(): this;
45201
+ /**
45202
+ * @since 1.120
45203
+ * @experimental (since 1.120)
45204
+ *
45205
+ * Destroys all the overlays2 in the aggregation {@link #getOverlays2 overlays2}.
45206
+ *
45207
+ * @returns Reference to `this` in order to allow method chaining
45208
+ */
45209
+ destroyOverlays2(): this;
45210
+ /**
45211
+ * @since 1.120
45212
+ * @experimental (since 1.120)
45213
+ *
45214
+ * Destroys all the overlays3 in the aggregation {@link #getOverlays3 overlays3}.
45215
+ *
45216
+ * @returns Reference to `this` in order to allow method chaining
45217
+ */
45218
+ destroyOverlays3(): this;
45219
+ /**
45220
+ * @since 1.120
45221
+ * @experimental (since 1.120)
45222
+ *
45223
+ * Destroys all the overlays4 in the aggregation {@link #getOverlays4 overlays4}.
45224
+ *
45225
+ * @returns Reference to `this` in order to allow method chaining
45226
+ */
45227
+ destroyOverlays4(): this;
45228
+ /**
45229
+ * @since 1.120
45230
+ * @experimental (since 1.120)
45231
+ *
45232
+ * Destroys all the overlays5 in the aggregation {@link #getOverlays5 overlays5}.
45233
+ *
45234
+ * @returns Reference to `this` in order to allow method chaining
45235
+ */
45236
+ destroyOverlays5(): this;
44690
45237
  /**
44691
45238
  * Destroys all the relationships in the aggregation {@link #getRelationships relationships}.
44692
45239
  *
@@ -44759,6 +45306,41 @@ declare module "sap/gantt/simple/GanttRowSettings" {
44759
45306
  * Gets content of aggregation {@link #getCalendars5 calendars5}.
44760
45307
  */
44761
45308
  getCalendars5(): BaseCalendar[];
45309
+ /**
45310
+ * @since 1.120
45311
+ * @experimental (since 1.120)
45312
+ *
45313
+ * Gets content of aggregation {@link #getOverlays1 overlays1}.
45314
+ */
45315
+ getOverlays1(): GanttRowOverlay[];
45316
+ /**
45317
+ * @since 1.120
45318
+ * @experimental (since 1.120)
45319
+ *
45320
+ * Gets content of aggregation {@link #getOverlays2 overlays2}.
45321
+ */
45322
+ getOverlays2(): GanttRowOverlay[];
45323
+ /**
45324
+ * @since 1.120
45325
+ * @experimental (since 1.120)
45326
+ *
45327
+ * Gets content of aggregation {@link #getOverlays3 overlays3}.
45328
+ */
45329
+ getOverlays3(): GanttRowOverlay[];
45330
+ /**
45331
+ * @since 1.120
45332
+ * @experimental (since 1.120)
45333
+ *
45334
+ * Gets content of aggregation {@link #getOverlays4 overlays4}.
45335
+ */
45336
+ getOverlays4(): GanttRowOverlay[];
45337
+ /**
45338
+ * @since 1.120
45339
+ * @experimental (since 1.120)
45340
+ *
45341
+ * Gets content of aggregation {@link #getOverlays5 overlays5}.
45342
+ */
45343
+ getOverlays5(): GanttRowOverlay[];
44762
45344
  /**
44763
45345
  * Gets content of aggregation {@link #getRelationships relationships}.
44764
45346
  *
@@ -44883,6 +45465,81 @@ declare module "sap/gantt/simple/GanttRowSettings" {
44883
45465
  */
44884
45466
  oCalendars: BaseCalendar
44885
45467
  ): int;
45468
+ /**
45469
+ * @since 1.120
45470
+ * @experimental (since 1.120)
45471
+ *
45472
+ * Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays1 overlays1}.
45473
+ * and returns its index if found or -1 otherwise.
45474
+ *
45475
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
45476
+ */
45477
+ indexOfOverlays1(
45478
+ /**
45479
+ * The overlays1 whose index is looked for
45480
+ */
45481
+ oOverlays1: GanttRowOverlay
45482
+ ): int;
45483
+ /**
45484
+ * @since 1.120
45485
+ * @experimental (since 1.120)
45486
+ *
45487
+ * Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays2 overlays2}.
45488
+ * and returns its index if found or -1 otherwise.
45489
+ *
45490
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
45491
+ */
45492
+ indexOfOverlays2(
45493
+ /**
45494
+ * The overlays2 whose index is looked for
45495
+ */
45496
+ oOverlays2: GanttRowOverlay
45497
+ ): int;
45498
+ /**
45499
+ * @since 1.120
45500
+ * @experimental (since 1.120)
45501
+ *
45502
+ * Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays3 overlays3}.
45503
+ * and returns its index if found or -1 otherwise.
45504
+ *
45505
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
45506
+ */
45507
+ indexOfOverlays3(
45508
+ /**
45509
+ * The overlays3 whose index is looked for
45510
+ */
45511
+ oOverlays3: GanttRowOverlay
45512
+ ): int;
45513
+ /**
45514
+ * @since 1.120
45515
+ * @experimental (since 1.120)
45516
+ *
45517
+ * Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays4 overlays4}.
45518
+ * and returns its index if found or -1 otherwise.
45519
+ *
45520
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
45521
+ */
45522
+ indexOfOverlays4(
45523
+ /**
45524
+ * The overlays4 whose index is looked for
45525
+ */
45526
+ oOverlays4: GanttRowOverlay
45527
+ ): int;
45528
+ /**
45529
+ * @since 1.120
45530
+ * @experimental (since 1.120)
45531
+ *
45532
+ * Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays5 overlays5}.
45533
+ * and returns its index if found or -1 otherwise.
45534
+ *
45535
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
45536
+ */
45537
+ indexOfOverlays5(
45538
+ /**
45539
+ * The overlays5 whose index is looked for
45540
+ */
45541
+ oOverlays5: GanttRowOverlay
45542
+ ): int;
44886
45543
  /**
44887
45544
  * Checks for the provided `sap.gantt.simple.Relationship` in the aggregation {@link #getRelationships relationships}.
44888
45545
  * and returns its index if found or -1 otherwise.
@@ -45067,6 +45724,106 @@ declare module "sap/gantt/simple/GanttRowSettings" {
45067
45724
  */
45068
45725
  iIndex: int
45069
45726
  ): this;
45727
+ /**
45728
+ * @since 1.120
45729
+ * @experimental (since 1.120)
45730
+ *
45731
+ * Inserts a overlays1 into the aggregation {@link #getOverlays1 overlays1}.
45732
+ *
45733
+ * @returns Reference to `this` in order to allow method chaining
45734
+ */
45735
+ insertOverlays1(
45736
+ /**
45737
+ * The overlays1 to insert; if empty, nothing is inserted
45738
+ */
45739
+ oOverlays1: GanttRowOverlay,
45740
+ /**
45741
+ * The `0`-based index the overlays1 should be inserted at; for a negative value of `iIndex`, the overlays1
45742
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the overlays1
45743
+ * is inserted at the last position
45744
+ */
45745
+ iIndex: int
45746
+ ): this;
45747
+ /**
45748
+ * @since 1.120
45749
+ * @experimental (since 1.120)
45750
+ *
45751
+ * Inserts a overlays2 into the aggregation {@link #getOverlays2 overlays2}.
45752
+ *
45753
+ * @returns Reference to `this` in order to allow method chaining
45754
+ */
45755
+ insertOverlays2(
45756
+ /**
45757
+ * The overlays2 to insert; if empty, nothing is inserted
45758
+ */
45759
+ oOverlays2: GanttRowOverlay,
45760
+ /**
45761
+ * The `0`-based index the overlays2 should be inserted at; for a negative value of `iIndex`, the overlays2
45762
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the overlays2
45763
+ * is inserted at the last position
45764
+ */
45765
+ iIndex: int
45766
+ ): this;
45767
+ /**
45768
+ * @since 1.120
45769
+ * @experimental (since 1.120)
45770
+ *
45771
+ * Inserts a overlays3 into the aggregation {@link #getOverlays3 overlays3}.
45772
+ *
45773
+ * @returns Reference to `this` in order to allow method chaining
45774
+ */
45775
+ insertOverlays3(
45776
+ /**
45777
+ * The overlays3 to insert; if empty, nothing is inserted
45778
+ */
45779
+ oOverlays3: GanttRowOverlay,
45780
+ /**
45781
+ * The `0`-based index the overlays3 should be inserted at; for a negative value of `iIndex`, the overlays3
45782
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the overlays3
45783
+ * is inserted at the last position
45784
+ */
45785
+ iIndex: int
45786
+ ): this;
45787
+ /**
45788
+ * @since 1.120
45789
+ * @experimental (since 1.120)
45790
+ *
45791
+ * Inserts a overlays4 into the aggregation {@link #getOverlays4 overlays4}.
45792
+ *
45793
+ * @returns Reference to `this` in order to allow method chaining
45794
+ */
45795
+ insertOverlays4(
45796
+ /**
45797
+ * The overlays4 to insert; if empty, nothing is inserted
45798
+ */
45799
+ oOverlays4: GanttRowOverlay,
45800
+ /**
45801
+ * The `0`-based index the overlays4 should be inserted at; for a negative value of `iIndex`, the overlays4
45802
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the overlays4
45803
+ * is inserted at the last position
45804
+ */
45805
+ iIndex: int
45806
+ ): this;
45807
+ /**
45808
+ * @since 1.120
45809
+ * @experimental (since 1.120)
45810
+ *
45811
+ * Inserts a overlays5 into the aggregation {@link #getOverlays5 overlays5}.
45812
+ *
45813
+ * @returns Reference to `this` in order to allow method chaining
45814
+ */
45815
+ insertOverlays5(
45816
+ /**
45817
+ * The overlays5 to insert; if empty, nothing is inserted
45818
+ */
45819
+ oOverlays5: GanttRowOverlay,
45820
+ /**
45821
+ * The `0`-based index the overlays5 should be inserted at; for a negative value of `iIndex`, the overlays5
45822
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the overlays5
45823
+ * is inserted at the last position
45824
+ */
45825
+ iIndex: int
45826
+ ): this;
45070
45827
  /**
45071
45828
  * Inserts a relationship into the aggregation {@link #getRelationships relationships}.
45072
45829
  *
@@ -45227,6 +45984,61 @@ declare module "sap/gantt/simple/GanttRowSettings" {
45227
45984
  * @returns An array of the removed elements (might be empty)
45228
45985
  */
45229
45986
  removeAllCalendars5(): BaseCalendar[];
45987
+ /**
45988
+ * @since 1.120
45989
+ * @experimental (since 1.120)
45990
+ *
45991
+ * Removes all the controls from the aggregation {@link #getOverlays1 overlays1}.
45992
+ *
45993
+ * Additionally, it unregisters them from the hosting UIArea.
45994
+ *
45995
+ * @returns An array of the removed elements (might be empty)
45996
+ */
45997
+ removeAllOverlays1(): GanttRowOverlay[];
45998
+ /**
45999
+ * @since 1.120
46000
+ * @experimental (since 1.120)
46001
+ *
46002
+ * Removes all the controls from the aggregation {@link #getOverlays2 overlays2}.
46003
+ *
46004
+ * Additionally, it unregisters them from the hosting UIArea.
46005
+ *
46006
+ * @returns An array of the removed elements (might be empty)
46007
+ */
46008
+ removeAllOverlays2(): GanttRowOverlay[];
46009
+ /**
46010
+ * @since 1.120
46011
+ * @experimental (since 1.120)
46012
+ *
46013
+ * Removes all the controls from the aggregation {@link #getOverlays3 overlays3}.
46014
+ *
46015
+ * Additionally, it unregisters them from the hosting UIArea.
46016
+ *
46017
+ * @returns An array of the removed elements (might be empty)
46018
+ */
46019
+ removeAllOverlays3(): GanttRowOverlay[];
46020
+ /**
46021
+ * @since 1.120
46022
+ * @experimental (since 1.120)
46023
+ *
46024
+ * Removes all the controls from the aggregation {@link #getOverlays4 overlays4}.
46025
+ *
46026
+ * Additionally, it unregisters them from the hosting UIArea.
46027
+ *
46028
+ * @returns An array of the removed elements (might be empty)
46029
+ */
46030
+ removeAllOverlays4(): GanttRowOverlay[];
46031
+ /**
46032
+ * @since 1.120
46033
+ * @experimental (since 1.120)
46034
+ *
46035
+ * Removes all the controls from the aggregation {@link #getOverlays5 overlays5}.
46036
+ *
46037
+ * Additionally, it unregisters them from the hosting UIArea.
46038
+ *
46039
+ * @returns An array of the removed elements (might be empty)
46040
+ */
46041
+ removeAllOverlays5(): GanttRowOverlay[];
45230
46042
  /**
45231
46043
  * Removes all the controls from the aggregation {@link #getRelationships relationships}.
45232
46044
  *
@@ -45351,6 +46163,76 @@ declare module "sap/gantt/simple/GanttRowSettings" {
45351
46163
  */
45352
46164
  vCalendars: int | string | BaseCalendar
45353
46165
  ): BaseCalendar | null;
46166
+ /**
46167
+ * @since 1.120
46168
+ * @experimental (since 1.120)
46169
+ *
46170
+ * Removes a overlays1 from the aggregation {@link #getOverlays1 overlays1}.
46171
+ *
46172
+ * @returns The removed overlays1 or `null`
46173
+ */
46174
+ removeOverlays1(
46175
+ /**
46176
+ * The overlays1 to remove or its index or id
46177
+ */
46178
+ vOverlays1: int | string | GanttRowOverlay
46179
+ ): GanttRowOverlay | null;
46180
+ /**
46181
+ * @since 1.120
46182
+ * @experimental (since 1.120)
46183
+ *
46184
+ * Removes a overlays2 from the aggregation {@link #getOverlays2 overlays2}.
46185
+ *
46186
+ * @returns The removed overlays2 or `null`
46187
+ */
46188
+ removeOverlays2(
46189
+ /**
46190
+ * The overlays2 to remove or its index or id
46191
+ */
46192
+ vOverlays2: int | string | GanttRowOverlay
46193
+ ): GanttRowOverlay | null;
46194
+ /**
46195
+ * @since 1.120
46196
+ * @experimental (since 1.120)
46197
+ *
46198
+ * Removes a overlays3 from the aggregation {@link #getOverlays3 overlays3}.
46199
+ *
46200
+ * @returns The removed overlays3 or `null`
46201
+ */
46202
+ removeOverlays3(
46203
+ /**
46204
+ * The overlays3 to remove or its index or id
46205
+ */
46206
+ vOverlays3: int | string | GanttRowOverlay
46207
+ ): GanttRowOverlay | null;
46208
+ /**
46209
+ * @since 1.120
46210
+ * @experimental (since 1.120)
46211
+ *
46212
+ * Removes a overlays4 from the aggregation {@link #getOverlays4 overlays4}.
46213
+ *
46214
+ * @returns The removed overlays4 or `null`
46215
+ */
46216
+ removeOverlays4(
46217
+ /**
46218
+ * The overlays4 to remove or its index or id
46219
+ */
46220
+ vOverlays4: int | string | GanttRowOverlay
46221
+ ): GanttRowOverlay | null;
46222
+ /**
46223
+ * @since 1.120
46224
+ * @experimental (since 1.120)
46225
+ *
46226
+ * Removes a overlays5 from the aggregation {@link #getOverlays5 overlays5}.
46227
+ *
46228
+ * @returns The removed overlays5 or `null`
46229
+ */
46230
+ removeOverlays5(
46231
+ /**
46232
+ * The overlays5 to remove or its index or id
46233
+ */
46234
+ vOverlays5: int | string | GanttRowOverlay
46235
+ ): GanttRowOverlay | null;
45354
46236
  /**
45355
46237
  * Removes a relationship from the aggregation {@link #getRelationships relationships}.
45356
46238
  *
@@ -45522,6 +46404,56 @@ declare module "sap/gantt/simple/GanttRowSettings" {
45522
46404
  * The controls for the shapes.
45523
46405
  */
45524
46406
  shapes5?: BaseShape[] | BaseShape | AggregationBindingInfo | `{${string}}`;
46407
+
46408
+ /**
46409
+ * @since 1.120
46410
+ * @experimental (since 1.120)
46411
+ */
46412
+ overlays1?:
46413
+ | GanttRowOverlay[]
46414
+ | GanttRowOverlay
46415
+ | AggregationBindingInfo
46416
+ | `{${string}}`;
46417
+
46418
+ /**
46419
+ * @since 1.120
46420
+ * @experimental (since 1.120)
46421
+ */
46422
+ overlays2?:
46423
+ | GanttRowOverlay[]
46424
+ | GanttRowOverlay
46425
+ | AggregationBindingInfo
46426
+ | `{${string}}`;
46427
+
46428
+ /**
46429
+ * @since 1.120
46430
+ * @experimental (since 1.120)
46431
+ */
46432
+ overlays3?:
46433
+ | GanttRowOverlay[]
46434
+ | GanttRowOverlay
46435
+ | AggregationBindingInfo
46436
+ | `{${string}}`;
46437
+
46438
+ /**
46439
+ * @since 1.120
46440
+ * @experimental (since 1.120)
46441
+ */
46442
+ overlays4?:
46443
+ | GanttRowOverlay[]
46444
+ | GanttRowOverlay
46445
+ | AggregationBindingInfo
46446
+ | `{${string}}`;
46447
+
46448
+ /**
46449
+ * @since 1.120
46450
+ * @experimental (since 1.120)
46451
+ */
46452
+ overlays5?:
46453
+ | GanttRowOverlay[]
46454
+ | GanttRowOverlay
46455
+ | AggregationBindingInfo
46456
+ | `{${string}}`;
45525
46457
  }
45526
46458
  }
45527
46459
 
@@ -51134,6 +52066,10 @@ declare namespace sap {
51134
52066
 
51135
52067
  "sap/gantt/misc/Format": undefined;
51136
52068
 
52069
+ "sap/gantt/overlays/GanttRowOverlay": undefined;
52070
+
52071
+ "sap/gantt/overlays/Overlay": undefined;
52072
+
51137
52073
  "sap/gantt/shape/cal/Calendar": undefined;
51138
52074
 
51139
52075
  "sap/gantt/shape/Circle": undefined;