@sapui5/ts-types 1.124.1 → 1.125.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 (66) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +6 -5
  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 +1 -1
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +7 -0
  10. package/types/sap.fe.core.d.ts +5 -5
  11. package/types/sap.fe.macros.d.ts +664 -78
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +1 -1
  14. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  15. package/types/sap.fe.templates.d.ts +1 -1
  16. package/types/sap.fe.test.d.ts +1 -1
  17. package/types/sap.fe.tools.d.ts +1 -1
  18. package/types/sap.feedback.ui.d.ts +1 -1
  19. package/types/sap.gantt.d.ts +363 -330
  20. package/types/sap.insights.d.ts +1 -1
  21. package/types/{mobile-1.124.0-d.ts → sap.m.d.ts} +303 -87
  22. package/types/sap.makit.d.ts +1 -1
  23. package/types/sap.me.d.ts +1 -1
  24. package/types/sap.ndc.d.ts +1 -1
  25. package/types/sap.ovp.d.ts +1 -1
  26. package/types/sap.rules.ui.d.ts +1 -1
  27. package/types/sap.sac.df.d.ts +1 -1
  28. package/types/sap.suite.ui.commons.d.ts +4 -4
  29. package/types/sap.suite.ui.generic.template.d.ts +4 -4
  30. package/types/sap.suite.ui.microchart.d.ts +19 -19
  31. package/types/{tnt-1.124.0-d.ts → sap.tnt.d.ts} +1 -1
  32. package/types/sap.ui.codeeditor.d.ts +1 -1
  33. package/types/sap.ui.commons.d.ts +1 -1
  34. package/types/sap.ui.comp.d.ts +110 -38
  35. package/types/{core-1.124.0-d.ts → sap.ui.core.d.ts} +130 -80
  36. package/types/{dt-1.124.0-d.ts → sap.ui.dt.d.ts} +1 -1
  37. package/types/sap.ui.export.d.ts +1 -1
  38. package/types/sap.ui.fl.d.ts +3 -1
  39. package/types/sap.ui.generic.app.d.ts +1 -1
  40. package/types/sap.ui.generic.template.d.ts +1 -1
  41. package/types/sap.ui.integration.d.ts +6 -1
  42. package/types/sap.ui.layout.d.ts +1 -1
  43. package/types/{mdc-1.124.0-d.ts → sap.ui.mdc.d.ts} +43 -10
  44. package/types/sap.ui.richtexteditor.d.ts +1 -1
  45. package/types/sap.ui.rta.d.ts +1 -1
  46. package/types/sap.ui.suite.d.ts +1 -1
  47. package/types/sap.ui.support.d.ts +1 -1
  48. package/types/sap.ui.table.d.ts +27 -16
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +1 -1
  51. package/types/sap.ui.ux3.d.ts +1 -1
  52. package/types/sap.ui.vbm.d.ts +1 -1
  53. package/types/sap.ui.vk.d.ts +1 -1
  54. package/types/sap.ui.vtm.d.ts +1 -1
  55. package/types/sap.ui.webc.common.d.ts +3 -1
  56. package/types/sap.ui.webc.fiori.d.ts +1 -1
  57. package/types/sap.ui.webc.main.d.ts +1 -1
  58. package/types/sap.uiext.inbox.d.ts +1 -1
  59. package/types/sap.ushell.d.ts +49 -103
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +1 -1
  62. package/types/sap.viz.d.ts +1 -1
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +1 -1
  65. package/types/sap.zen.crosstab.d.ts +1 -1
  66. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.125.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -198,9 +198,9 @@ declare namespace sap {
198
198
 
199
199
  /**
200
200
  * Defines the default configuration object Locale. The configured time zone is considered as the default
201
- * time zone for the locale, see {@link sap.ui.core.Configuration#getTimezone}.. **Note:** Adjusting the
201
+ * time zone for the locale, see {@link sap.base.i18n.Localization#getTimezone}.. **Note:** Adjusting the
202
202
  * time zone in a running application can lead to unexpected data inconsistencies. For more information,
203
- * see {@link sap.ui.core.Configuration#setTimezone}. Default values
203
+ * see {@link sap/base/i18n/Localization#setTimezone}. Default values
204
204
  * - timeZoine - `null`
205
205
  */
206
206
  export const DEFAULT_LOCALE: sap.gantt.config.Locale;
@@ -500,7 +500,7 @@ declare namespace sap {
500
500
  /**
501
501
  * Describes the settings that can be provided to the BirdEyeGroup constructor.
502
502
  *
503
- * @deprecated (since 1.64)
503
+ * @deprecated (since 1.64) - the concept has been discarded.
504
504
  */
505
505
  interface $BirdEyeGroupSettings
506
506
  extends sap.gantt.config.$ToolbarGroupSettings {
@@ -515,7 +515,7 @@ declare namespace sap {
515
515
  /**
516
516
  * Describes the settings that can be provided to the ChartScheme constructor.
517
517
  *
518
- * @deprecated (since 1.64)
518
+ * @deprecated (since 1.64) - the concept has been discarded.
519
519
  */
520
520
  interface $ChartSchemeSettings extends sap.ui.core.$ElementSettings {
521
521
  /**
@@ -582,7 +582,7 @@ declare namespace sap {
582
582
  /**
583
583
  * Describes the settings that can be provided to the ColumnAttribute constructor.
584
584
  *
585
- * @deprecated (since 1.64)
585
+ * @deprecated (since 1.64) - the concept has been discarded.
586
586
  */
587
587
  interface $ColumnAttributeSettings extends sap.ui.core.$ElementSettings {
588
588
  /**
@@ -599,7 +599,7 @@ declare namespace sap {
599
599
  /**
600
600
  * Describes the settings that can be provided to the ContainerLayout constructor.
601
601
  *
602
- * @deprecated (since 1.64)
602
+ * @deprecated (since 1.64) - the concept has been discarded.
603
603
  */
604
604
  interface $ContainerLayoutSettings extends sap.ui.core.$ElementSettings {
605
605
  /**
@@ -651,7 +651,7 @@ declare namespace sap {
651
651
  /**
652
652
  * Describes the settings that can be provided to the ExpandChart constructor.
653
653
  *
654
- * @deprecated (since 1.64)
654
+ * @deprecated (since 1.64) - the concept has been discarded.
655
655
  */
656
656
  interface $ExpandChartSettings extends sap.ui.core.$ElementSettings {
657
657
  /**
@@ -682,7 +682,7 @@ declare namespace sap {
682
682
  /**
683
683
  * Describes the settings that can be provided to the ExpandChartGroup constructor.
684
684
  *
685
- * @deprecated (since 1.64)
685
+ * @deprecated (since 1.64) - the concept has been discarded.
686
686
  */
687
687
  interface $ExpandChartGroupSettings
688
688
  extends sap.gantt.config.$ToolbarGroupSettings {
@@ -715,7 +715,7 @@ declare namespace sap {
715
715
  /**
716
716
  * Describes the settings that can be provided to the GanttChartLayout constructor.
717
717
  *
718
- * @deprecated (since 1.64)
718
+ * @deprecated (since 1.64) - the concept has been discarded.
719
719
  */
720
720
  interface $GanttChartLayoutSettings extends sap.ui.core.$ElementSettings {
721
721
  /**
@@ -740,7 +740,7 @@ declare namespace sap {
740
740
  /**
741
741
  * Describes the settings that can be provided to the Hierarchy constructor.
742
742
  *
743
- * @deprecated (since 1.64)
743
+ * @deprecated (since 1.64) - the concept has been discarded.
744
744
  */
745
745
  interface $HierarchySettings extends sap.ui.core.$ElementSettings {
746
746
  /**
@@ -795,7 +795,7 @@ declare namespace sap {
795
795
  /**
796
796
  * Describes the settings that can be provided to the HierarchyColumn constructor.
797
797
  *
798
- * @deprecated (since 1.64)
798
+ * @deprecated (since 1.64) - the concept has been discarded.
799
799
  */
800
800
  interface $HierarchyColumnSettings extends sap.ui.core.$ElementSettings {
801
801
  /**
@@ -851,7 +851,7 @@ declare namespace sap {
851
851
  /**
852
852
  * Describes the settings that can be provided to the LayoutGroup constructor.
853
853
  *
854
- * @deprecated (since 1.64)
854
+ * @deprecated (since 1.64) - the concept has been discarded.
855
855
  */
856
856
  interface $LayoutGroupSettings
857
857
  extends sap.gantt.config.$ToolbarGroupSettings {
@@ -859,7 +859,7 @@ declare namespace sap {
859
859
  * Determines the button type. See {@link sap.m.ButtonType} true stands for {@link sap.m.ButtonType.Emphasized }
860
860
  * false stands for {@link sap.m.ButtonType.Default}
861
861
  *
862
- * @deprecated (since 1.50)
862
+ * @deprecated (since 1.50) - the concept has been discarded.
863
863
  */
864
864
  enableRichStyle?:
865
865
  | boolean
@@ -872,22 +872,22 @@ declare namespace sap {
872
872
  */
873
873
  interface $LocaleSettings extends sap.ui.core.$ElementSettings {
874
874
  /**
875
- * Custom timezone for Gantt. The configured time zone is considered as the default time zone for the locale,
876
- * see {@link sap.ui.core.Configuration#getTimezone}
875
+ * Custom timezone for Gantt. The localization time zone is considered as the default time zone for the
876
+ * locale, see {@link sap.base.i18n.Localization#getTimezone}
877
877
  */
878
878
  timeZone?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
879
879
 
880
880
  /**
881
881
  * Gap value to the UTC time in the format hhmmss
882
882
  *
883
- * @deprecated (since 1.119)
883
+ * @deprecated (since 1.119) - the concept has been discarded.
884
884
  */
885
885
  utcdiff?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
886
886
 
887
887
  /**
888
888
  * Sign of the gap to the UTC time. Two valid values: "+" or "-".
889
889
  *
890
- * @deprecated (since 1.119)
890
+ * @deprecated (since 1.119) - the concept has been discarded.
891
891
  */
892
892
  utcsign?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
893
893
 
@@ -895,7 +895,7 @@ declare namespace sap {
895
895
  * Day-light saving time periods. Array of {@link sap.gantt.config.TimeHorizon} other locale info like langu,
896
896
  * dateFormat, timeFormat and numberFormat, please use UI5 standard configuration object.
897
897
  *
898
- * @deprecated (since 1.119)
898
+ * @deprecated (since 1.119) - the concept has been discarded.
899
899
  */
900
900
  dstHorizons?:
901
901
  | object[]
@@ -906,7 +906,7 @@ declare namespace sap {
906
906
  /**
907
907
  * Describes the settings that can be provided to the Mode constructor.
908
908
  *
909
- * @deprecated (since 1.64)
909
+ * @deprecated (since 1.64) - the concept has been discarded.
910
910
  */
911
911
  interface $ModeSettings extends sap.ui.core.$ElementSettings {
912
912
  /**
@@ -939,7 +939,7 @@ declare namespace sap {
939
939
  /**
940
940
  * Describes the settings that can be provided to the ModeGroup constructor.
941
941
  *
942
- * @deprecated (since 1.64)
942
+ * @deprecated (since 1.64) - the concept has been discarded.
943
943
  */
944
944
  interface $ModeGroupSettings
945
945
  extends sap.gantt.config.$ToolbarGroupSettings {
@@ -955,7 +955,7 @@ declare namespace sap {
955
955
  /**
956
956
  * Describes the settings that can be provided to the ObjectType constructor.
957
957
  *
958
- * @deprecated (since 1.64)
958
+ * @deprecated (since 1.64) - the concept has been discarded.
959
959
  */
960
960
  interface $ObjectTypeSettings extends sap.ui.core.$ElementSettings {
961
961
  /**
@@ -987,7 +987,7 @@ declare namespace sap {
987
987
  /**
988
988
  * Describes the settings that can be provided to the SettingGroup constructor.
989
989
  *
990
- * @deprecated (since 1.64)
990
+ * @deprecated (since 1.64) - the concept has been discarded.
991
991
  */
992
992
  interface $SettingGroupSettings
993
993
  extends sap.gantt.config.$ToolbarGroupSettings {
@@ -1028,7 +1028,7 @@ declare namespace sap {
1028
1028
  /**
1029
1029
  * Describes the settings that can be provided to the Shape constructor.
1030
1030
  *
1031
- * @deprecated (since 1.64)
1031
+ * @deprecated (since 1.64) - the concept has been discarded.
1032
1032
  */
1033
1033
  interface $ShapeSettings extends sap.ui.core.$ElementSettings {
1034
1034
  /**
@@ -1208,7 +1208,7 @@ declare namespace sap {
1208
1208
  /**
1209
1209
  * Describes the settings that can be provided to the TimeZoomGroup constructor.
1210
1210
  *
1211
- * @deprecated (since 1.64)
1211
+ * @deprecated (since 1.64) - the concept has been discarded.
1212
1212
  */
1213
1213
  interface $TimeZoomGroupSettings
1214
1214
  extends sap.gantt.config.$ToolbarGroupSettings {
@@ -1261,7 +1261,7 @@ declare namespace sap {
1261
1261
  /**
1262
1262
  * Describes the settings that can be provided to the ToolbarGroup constructor.
1263
1263
  *
1264
- * @deprecated (since 1.64)
1264
+ * @deprecated (since 1.64) - the concept has been discarded.
1265
1265
  */
1266
1266
  interface $ToolbarGroupSettings extends sap.ui.core.$ElementSettings {
1267
1267
  /**
@@ -1290,7 +1290,7 @@ declare namespace sap {
1290
1290
  /**
1291
1291
  * Describes the settings that can be provided to the ToolbarScheme constructor.
1292
1292
  *
1293
- * @deprecated (since 1.64)
1293
+ * @deprecated (since 1.64) - the concept has been discarded.
1294
1294
  */
1295
1295
  interface $ToolbarSchemeSettings extends sap.ui.core.$ElementSettings {
1296
1296
  /**
@@ -1397,7 +1397,7 @@ declare namespace sap {
1397
1397
  /**
1398
1398
  * You can define bird eye toolbar items in the Gantt chart toolbar.
1399
1399
  *
1400
- * @deprecated (since 1.64)
1400
+ * @deprecated (since 1.64) - the concept has been discarded.
1401
1401
  */
1402
1402
  class BirdEyeGroup extends sap.gantt.config.ToolbarGroup {
1403
1403
  /**
@@ -1498,7 +1498,7 @@ declare namespace sap {
1498
1498
  * chart contains one or more Chart schemes. By switching between these schemes, the Gantt chart can display
1499
1499
  * different shapes.
1500
1500
  *
1501
- * @deprecated (since 1.64)
1501
+ * @deprecated (since 1.64) - the concept has been discarded.
1502
1502
  */
1503
1503
  class ChartScheme extends sap.ui.core.Element {
1504
1504
  /**
@@ -1814,7 +1814,7 @@ declare namespace sap {
1814
1814
  /**
1815
1815
  * Defines the column attribute which is used in the hierarchy column
1816
1816
  *
1817
- * @deprecated (since 1.64)
1817
+ * @deprecated (since 1.64) - the concept has been discarded.
1818
1818
  */
1819
1819
  class ColumnAttribute extends sap.ui.core.Element {
1820
1820
  /**
@@ -1934,7 +1934,7 @@ declare namespace sap {
1934
1934
  * Defines the container layout. The container layout determines the layout of a Gantt chart container such
1935
1935
  * as the CSS size, orientation, toolbar, and tree table size.
1936
1936
  *
1937
- * @deprecated (since 1.64)
1937
+ * @deprecated (since 1.64) - the concept has been discarded.
1938
1938
  */
1939
1939
  class ContainerLayout extends sap.ui.core.Element {
1940
1940
  /**
@@ -2206,7 +2206,7 @@ declare namespace sap {
2206
2206
  /**
2207
2207
  * Defines the expand chart which is used by {@link sap.gantt.config.ExpandChartGroup}.
2208
2208
  *
2209
- * @deprecated (since 1.64)
2209
+ * @deprecated (since 1.64) - the concept has been discarded.
2210
2210
  */
2211
2211
  class ExpandChart extends sap.ui.core.Element {
2212
2212
  /**
@@ -2355,7 +2355,7 @@ declare namespace sap {
2355
2355
  * Defines a toolbar group for the expand chart-related toolbar items. These expand chart-related toolbar
2356
2356
  * items are displayed in the Gantt chart toolbar.
2357
2357
  *
2358
- * @deprecated (since 1.64)
2358
+ * @deprecated (since 1.64) - the concept has been discarded.
2359
2359
  */
2360
2360
  class ExpandChartGroup extends sap.gantt.config.ToolbarGroup {
2361
2361
  /**
@@ -2506,7 +2506,7 @@ declare namespace sap {
2506
2506
  * Defines the Gantt chart layout. This includes but is not limited to the CSS size, mode, and hierarchy
2507
2507
  * of the Gantt chart.
2508
2508
  *
2509
- * @deprecated (since 1.64)
2509
+ * @deprecated (since 1.64) - the concept has been discarded.
2510
2510
  */
2511
2511
  class GanttChartLayout extends sap.ui.core.Element {
2512
2512
  /**
@@ -2658,7 +2658,7 @@ declare namespace sap {
2658
2658
  /**
2659
2659
  * Defines the hierarchy in the Gantt chart. The hierarchy is used for building the tree table in {@link sap.gantt.GanttChartWithTable}.
2660
2660
  *
2661
- * @deprecated (since 1.64)
2661
+ * @deprecated (since 1.64) - the concept has been discarded.
2662
2662
  */
2663
2663
  class Hierarchy extends sap.ui.core.Element {
2664
2664
  /**
@@ -2911,7 +2911,7 @@ declare namespace sap {
2911
2911
  /**
2912
2912
  * Defines the column attribute which is used in the hierarchy column
2913
2913
  *
2914
- * @deprecated (since 1.64)
2914
+ * @deprecated (since 1.64) - the concept has been discarded.
2915
2915
  */
2916
2916
  class HierarchyColumn extends sap.ui.core.Element {
2917
2917
  /**
@@ -3186,7 +3186,7 @@ declare namespace sap {
3186
3186
  /**
3187
3187
  * You can specify the Gantt chart layout-related toolbar items in the Gantt chart toolbar
3188
3188
  *
3189
- * @deprecated (since 1.64)
3189
+ * @deprecated (since 1.64) - the concept has been discarded.
3190
3190
  */
3191
3191
  class LayoutGroup extends sap.gantt.config.ToolbarGroup {
3192
3192
  /**
@@ -3259,7 +3259,7 @@ declare namespace sap {
3259
3259
  *
3260
3260
  * Default value is `true`.
3261
3261
  *
3262
- * @deprecated (since 1.50)
3262
+ * @deprecated (since 1.50) - the concept has been discarded.
3263
3263
  *
3264
3264
  * @returns Value of property `enableRichStyle`
3265
3265
  */
@@ -3274,7 +3274,7 @@ declare namespace sap {
3274
3274
  *
3275
3275
  * Default value is `true`.
3276
3276
  *
3277
- * @deprecated (since 1.50)
3277
+ * @deprecated (since 1.50) - the concept has been discarded.
3278
3278
  *
3279
3279
  * @returns Reference to `this` in order to allow method chaining
3280
3280
  */
@@ -3359,7 +3359,7 @@ declare namespace sap {
3359
3359
  *
3360
3360
  * Default value is `[]`.
3361
3361
  *
3362
- * @deprecated (since 1.119)
3362
+ * @deprecated (since 1.119) - the concept has been discarded.
3363
3363
  *
3364
3364
  * @returns Value of property `dstHorizons`
3365
3365
  */
@@ -3371,7 +3371,7 @@ declare namespace sap {
3371
3371
  *
3372
3372
  * Default value is `"000000"`.
3373
3373
  *
3374
- * @deprecated (since 1.119)
3374
+ * @deprecated (since 1.119) - the concept has been discarded.
3375
3375
  *
3376
3376
  * @returns Value of property `utcdiff`
3377
3377
  */
@@ -3383,7 +3383,7 @@ declare namespace sap {
3383
3383
  *
3384
3384
  * Default value is `"+"`.
3385
3385
  *
3386
- * @deprecated (since 1.119)
3386
+ * @deprecated (since 1.119) - the concept has been discarded.
3387
3387
  *
3388
3388
  * @returns Value of property `utcsign`
3389
3389
  */
@@ -3398,7 +3398,7 @@ declare namespace sap {
3398
3398
  *
3399
3399
  * Default value is `[]`.
3400
3400
  *
3401
- * @deprecated (since 1.119)
3401
+ * @deprecated (since 1.119) - the concept has been discarded.
3402
3402
  *
3403
3403
  * @returns Reference to `this` in order to allow method chaining
3404
3404
  */
@@ -3411,8 +3411,8 @@ declare namespace sap {
3411
3411
  /**
3412
3412
  * Sets a new value for property {@link #getTimeZone timeZone}.
3413
3413
  *
3414
- * Custom timezone for Gantt. The configured time zone is considered as the default time zone for the locale,
3415
- * see {@link sap.ui.core.Configuration#getTimezone}
3414
+ * Custom timezone for Gantt. The localization time zone is considered as the default time zone for the
3415
+ * locale, see {@link sap.base.i18n.Localization#getTimezone}
3416
3416
  *
3417
3417
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3418
3418
  *
@@ -3434,7 +3434,7 @@ declare namespace sap {
3434
3434
  *
3435
3435
  * Default value is `"000000"`.
3436
3436
  *
3437
- * @deprecated (since 1.119)
3437
+ * @deprecated (since 1.119) - the concept has been discarded.
3438
3438
  *
3439
3439
  * @returns Reference to `this` in order to allow method chaining
3440
3440
  */
@@ -3453,7 +3453,7 @@ declare namespace sap {
3453
3453
  *
3454
3454
  * Default value is `"+"`.
3455
3455
  *
3456
- * @deprecated (since 1.119)
3456
+ * @deprecated (since 1.119) - the concept has been discarded.
3457
3457
  *
3458
3458
  * @returns Reference to `this` in order to allow method chaining
3459
3459
  */
@@ -3468,7 +3468,7 @@ declare namespace sap {
3468
3468
  * The Mode control specifies the mode which is used in GanttChart and Shape. Mode enables GanttChart to
3469
3469
  * show the same objects in different views.
3470
3470
  *
3471
- * @deprecated (since 1.64)
3471
+ * @deprecated (since 1.64) - the concept has been discarded.
3472
3472
  */
3473
3473
  class Mode extends sap.ui.core.Element {
3474
3474
  /**
@@ -3637,7 +3637,7 @@ declare namespace sap {
3637
3637
  /**
3638
3638
  * The ModeGroup control specifies the mode-related buttons in the Gantt chart toolbar
3639
3639
  *
3640
- * @deprecated (since 1.64)
3640
+ * @deprecated (since 1.64) - the concept has been discarded.
3641
3641
  */
3642
3642
  class ModeGroup extends sap.gantt.config.ToolbarGroup {
3643
3643
  /**
@@ -3735,7 +3735,7 @@ declare namespace sap {
3735
3735
  /**
3736
3736
  * Define the ObjectType which is used in GanttChart
3737
3737
  *
3738
- * @deprecated (since 1.64)
3738
+ * @deprecated (since 1.64) - the concept has been discarded.
3739
3739
  */
3740
3740
  class ObjectType extends sap.ui.core.Element {
3741
3741
  /**
@@ -3913,7 +3913,7 @@ declare namespace sap {
3913
3913
  * The SettingGroup control allows you to specify the number of setting items to display in the Setting
3914
3914
  * window.
3915
3915
  *
3916
- * @deprecated (since 1.64)
3916
+ * @deprecated (since 1.64) - the concept has been discarded.
3917
3917
  */
3918
3918
  class SettingGroup extends sap.gantt.config.ToolbarGroup {
3919
3919
  /**
@@ -4173,7 +4173,7 @@ declare namespace sap {
4173
4173
  * The root shape is called 'top shape'. Some properties are only top shape relevant such as `key`, `level`,
4174
4174
  * and `selectedClassName`.
4175
4175
  *
4176
- * @deprecated (since 1.64)
4176
+ * @deprecated (since 1.64) - the concept has been discarded.
4177
4177
  */
4178
4178
  class Shape extends sap.ui.core.Element {
4179
4179
  /**
@@ -5035,7 +5035,7 @@ declare namespace sap {
5035
5035
  /**
5036
5036
  * You can define time zooming related toolbar items in the Gantt chart toolbar.
5037
5037
  *
5038
- * @deprecated (since 1.64)
5038
+ * @deprecated (since 1.64) - the concept has been discarded.
5039
5039
  */
5040
5040
  class TimeZoomGroup extends sap.gantt.config.ToolbarGroup {
5041
5041
  /**
@@ -5252,7 +5252,7 @@ declare namespace sap {
5252
5252
  * Defines the toolbar group. Toolbar groups enables you to categorize related toolbar items. For example,
5253
5253
  * you can put all settings-related toolbar items in the Setting group.
5254
5254
  *
5255
- * @deprecated (since 1.64)
5255
+ * @deprecated (since 1.64) - the concept has been discarded.
5256
5256
  */
5257
5257
  class ToolbarGroup extends sap.ui.core.Element {
5258
5258
  /**
@@ -5406,7 +5406,7 @@ declare namespace sap {
5406
5406
  /**
5407
5407
  * Defines the Toolbar scheme
5408
5408
  *
5409
- * @deprecated (since 1.64)
5409
+ * @deprecated (since 1.64) - the concept has been discarded.
5410
5410
  */
5411
5411
  class ToolbarScheme extends sap.ui.core.Element {
5412
5412
  /**
@@ -5958,7 +5958,7 @@ declare namespace sap {
5958
5958
  /**
5959
5959
  * Describes the settings that can be provided to the Calendar constructor.
5960
5960
  *
5961
- * @deprecated (since 1.64)
5961
+ * @deprecated (since 1.64) - the concept has been discarded.
5962
5962
  */
5963
5963
  interface $CalendarSettings extends sap.gantt.shape.$RectangleSettings {
5964
5964
  isBulk?:
@@ -5980,7 +5980,7 @@ declare namespace sap {
5980
5980
  * The Calendar shape must be used in combination with Calendar def class {@link sap.gantt.def.cal.Calendar }
5981
5981
  * which draws SVG 'defs' tag.
5982
5982
  *
5983
- * @deprecated (since 1.64)
5983
+ * @deprecated (since 1.64) - the concept has been discarded.
5984
5984
  */
5985
5985
  class Calendar extends sap.gantt.shape.Rectangle {
5986
5986
  /**
@@ -6260,7 +6260,7 @@ declare namespace sap {
6260
6260
  /**
6261
6261
  * Describes the settings that can be provided to the Relationship constructor.
6262
6262
  *
6263
- * @deprecated (since 1.64)
6263
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.Relationship}.
6264
6264
  */
6265
6265
  interface $RelationshipSettings
6266
6266
  extends sap.gantt.shape.$PathSettings {
@@ -6430,7 +6430,7 @@ declare namespace sap {
6430
6430
  * Four types of relationships are supported and L-shaped lines are supported for the finish-to-start
6431
6431
  * type.
6432
6432
  *
6433
- * @deprecated (since 1.64)
6433
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.Relationship}.
6434
6434
  */
6435
6435
  class Relationship extends sap.gantt.shape.Path {
6436
6436
  /**
@@ -7193,7 +7193,7 @@ declare namespace sap {
7193
7193
  /**
7194
7194
  * Do not use! This method only exists for type compatibility reasons and always returns 0.
7195
7195
  *
7196
- * @deprecated (since 1.90.0)
7196
+ * @deprecated (since 1.90.0) - the concept has been discarded.
7197
7197
  * @ui5-protected Do not call from applications (only from related classes in the framework)
7198
7198
  *
7199
7199
  * @returns Value of property `height`.
@@ -7235,7 +7235,7 @@ declare namespace sap {
7235
7235
  /**
7236
7236
  * Do not use! This method only exists for type compatibility reasons and does nothing.
7237
7237
  *
7238
- * @deprecated (since 1.90.0)
7238
+ * @deprecated (since 1.90.0) - the concept has been discarded.
7239
7239
  * @ui5-protected Do not call from applications (only from related classes in the framework)
7240
7240
  *
7241
7241
  * @returns this to allow method chaining
@@ -7308,7 +7308,7 @@ declare namespace sap {
7308
7308
  /**
7309
7309
  * Describes the settings that can be provided to the UbcBorderPath constructor.
7310
7310
  *
7311
- * @deprecated (since 1.64)
7311
+ * @deprecated (since 1.64) - the concept has been discarded.
7312
7312
  */
7313
7313
  interface $UbcBorderPathSettings
7314
7314
  extends sap.gantt.shape.$PathSettings {}
@@ -7316,7 +7316,7 @@ declare namespace sap {
7316
7316
  /**
7317
7317
  * Describes the settings that can be provided to the UbcOverCapacityZonePolygon constructor.
7318
7318
  *
7319
- * @deprecated (since 1.64)
7319
+ * @deprecated (since 1.64) - the concept has been discarded.
7320
7320
  */
7321
7321
  interface $UbcOverCapacityZonePolygonSettings
7322
7322
  extends sap.gantt.shape.ext.ubc.$UbcPolygonSettings {}
@@ -7324,7 +7324,7 @@ declare namespace sap {
7324
7324
  /**
7325
7325
  * Describes the settings that can be provided to the UbcPolygon constructor.
7326
7326
  *
7327
- * @deprecated (since 1.64)
7327
+ * @deprecated (since 1.64) - the concept has been discarded.
7328
7328
  */
7329
7329
  interface $UbcPolygonSettings
7330
7330
  extends sap.gantt.shape.$PolygonSettings {}
@@ -7332,7 +7332,7 @@ declare namespace sap {
7332
7332
  /**
7333
7333
  * Describes the settings that can be provided to the UbcShortageCapacityPolygon constructor.
7334
7334
  *
7335
- * @deprecated (since 1.64)
7335
+ * @deprecated (since 1.64) - the concept has been discarded.
7336
7336
  */
7337
7337
  interface $UbcShortageCapacityPolygonSettings
7338
7338
  extends sap.gantt.shape.ext.ubc.$UbcPolygonSettings {}
@@ -7340,7 +7340,7 @@ declare namespace sap {
7340
7340
  /**
7341
7341
  * Describes the settings that can be provided to the UbcTooltipRectangle constructor.
7342
7342
  *
7343
- * @deprecated (since 1.64)
7343
+ * @deprecated (since 1.64) - the concept has been discarded.
7344
7344
  */
7345
7345
  interface $UbcTooltipRectangleSettings
7346
7346
  extends sap.gantt.shape.$RectangleSettings {}
@@ -7348,7 +7348,7 @@ declare namespace sap {
7348
7348
  /**
7349
7349
  * Describes the settings that can be provided to the UbcUnderCapacityZonePolygon constructor.
7350
7350
  *
7351
- * @deprecated (since 1.64)
7351
+ * @deprecated (since 1.64) - the concept has been discarded.
7352
7352
  */
7353
7353
  interface $UbcUnderCapacityZonePolygonSettings
7354
7354
  extends sap.gantt.shape.ext.ubc.$UbcPolygonSettings {}
@@ -7356,7 +7356,7 @@ declare namespace sap {
7356
7356
  /**
7357
7357
  * Describes the settings that can be provided to the UbcUsedPolygon constructor.
7358
7358
  *
7359
- * @deprecated (since 1.64)
7359
+ * @deprecated (since 1.64) - the concept has been discarded.
7360
7360
  */
7361
7361
  interface $UbcUsedPolygonSettings
7362
7362
  extends sap.gantt.shape.ext.ubc.$UbcPolygonSettings {}
@@ -7364,7 +7364,7 @@ declare namespace sap {
7364
7364
  /**
7365
7365
  * Describes the settings that can be provided to the UtilizationBarChart constructor.
7366
7366
  *
7367
- * @deprecated (since 1.64)
7367
+ * @deprecated (since 1.64) - the concept has been discarded.
7368
7368
  */
7369
7369
  interface $UtilizationBarChartSettings
7370
7370
  extends sap.gantt.shape.$GroupSettings {}
@@ -7377,7 +7377,7 @@ declare namespace sap {
7377
7377
  *
7378
7378
  *
7379
7379
  *
7380
- * @deprecated (since 1.64)
7380
+ * @deprecated (since 1.64) - the concept has been discarded.
7381
7381
  */
7382
7382
  class UbcBorderPath extends sap.gantt.shape.Path {
7383
7383
  /**
@@ -7521,7 +7521,7 @@ declare namespace sap {
7521
7521
  *
7522
7522
  *
7523
7523
  *
7524
- * @deprecated (since 1.64)
7524
+ * @deprecated (since 1.64) - the concept has been discarded.
7525
7525
  */
7526
7526
  class UbcOverCapacityZonePolygon extends sap.gantt.shape.ext.ubc
7527
7527
  .UbcPolygon {
@@ -7668,7 +7668,7 @@ declare namespace sap {
7668
7668
  *
7669
7669
  * This base class defines a number of shared methods.
7670
7670
  *
7671
- * @deprecated (since 1.64)
7671
+ * @deprecated (since 1.64) - the concept has been discarded.
7672
7672
  */
7673
7673
  abstract class UbcPolygon extends sap.gantt.shape.Polygon {
7674
7674
  /**
@@ -7752,7 +7752,7 @@ declare namespace sap {
7752
7752
  *
7753
7753
  *
7754
7754
  *
7755
- * @deprecated (since 1.64)
7755
+ * @deprecated (since 1.64) - the concept has been discarded.
7756
7756
  */
7757
7757
  class UbcShortageCapacityPolygon extends sap.gantt.shape.ext.ubc
7758
7758
  .UbcPolygon {
@@ -7912,7 +7912,7 @@ declare namespace sap {
7912
7912
  * Required Capacity: 75
7913
7913
  *
7914
7914
  *
7915
- * @deprecated (since 1.64)
7915
+ * @deprecated (since 1.64) - the concept has been discarded.
7916
7916
  */
7917
7917
  class UbcTooltipRectangle extends sap.gantt.shape.Rectangle {
7918
7918
  /**
@@ -8141,7 +8141,7 @@ declare namespace sap {
8141
8141
  *
8142
8142
  *
8143
8143
  *
8144
- * @deprecated (since 1.64)
8144
+ * @deprecated (since 1.64) - the concept has been discarded.
8145
8145
  */
8146
8146
  class UbcUnderCapacityZonePolygon extends sap.gantt.shape.ext.ubc
8147
8147
  .UbcPolygon {
@@ -8250,7 +8250,7 @@ declare namespace sap {
8250
8250
  *
8251
8251
  *
8252
8252
  *
8253
- * @deprecated (since 1.64)
8253
+ * @deprecated (since 1.64) - the concept has been discarded.
8254
8254
  */
8255
8255
  class UbcUsedPolygon extends sap.gantt.shape.ext.ubc.UbcPolygon {
8256
8256
  /**
@@ -8395,7 +8395,7 @@ declare namespace sap {
8395
8395
  * supply: "9", demand: "7", end_date: "20160127093400" },{ start_date: "20160127093400", supply: "8", demand:
8396
8396
  * "8", start_date: "20160203134520" } ] } `
8397
8397
  *
8398
- * @deprecated (since 1.64)
8398
+ * @deprecated (since 1.64) - the concept has been discarded.
8399
8399
  */
8400
8400
  class UtilizationBarChart extends sap.gantt.shape.Group {
8401
8401
  /**
@@ -8481,7 +8481,7 @@ declare namespace sap {
8481
8481
  /**
8482
8482
  * Describes the settings that can be provided to the UlcBorderPath constructor.
8483
8483
  *
8484
- * @deprecated (since 1.64)
8484
+ * @deprecated (since 1.64) - the concept has been discarded.
8485
8485
  */
8486
8486
  interface $UlcBorderPathSettings
8487
8487
  extends sap.gantt.shape.$PathSettings {}
@@ -8489,7 +8489,7 @@ declare namespace sap {
8489
8489
  /**
8490
8490
  * Describes the settings that can be provided to the UlcClipingPath constructor.
8491
8491
  *
8492
- * @deprecated (since 1.64)
8492
+ * @deprecated (since 1.64) - the concept has been discarded.
8493
8493
  */
8494
8494
  interface $UlcClipingPathSettings
8495
8495
  extends sap.gantt.shape.$PathSettings {}
@@ -8497,7 +8497,7 @@ declare namespace sap {
8497
8497
  /**
8498
8498
  * Describes the settings that can be provided to the UlcClipPath constructor.
8499
8499
  *
8500
- * @deprecated (since 1.64)
8500
+ * @deprecated (since 1.64) - the concept has been discarded.
8501
8501
  */
8502
8502
  interface $UlcClipPathSettings
8503
8503
  extends sap.gantt.shape.$ClipPathSettings {}
@@ -8505,7 +8505,7 @@ declare namespace sap {
8505
8505
  /**
8506
8506
  * Describes the settings that can be provided to the UlcDimension constructor.
8507
8507
  *
8508
- * @deprecated (since 1.64)
8508
+ * @deprecated (since 1.64) - the concept has been discarded.
8509
8509
  */
8510
8510
  interface $UlcDimensionSettings
8511
8511
  extends sap.gantt.shape.$GroupSettings {}
@@ -8513,7 +8513,7 @@ declare namespace sap {
8513
8513
  /**
8514
8514
  * Describes the settings that can be provided to the UlcMiddleLine constructor.
8515
8515
  *
8516
- * @deprecated (since 1.64)
8516
+ * @deprecated (since 1.64) - the concept has been discarded.
8517
8517
  */
8518
8518
  interface $UlcMiddleLineSettings
8519
8519
  extends sap.gantt.shape.$LineSettings {}
@@ -8521,7 +8521,7 @@ declare namespace sap {
8521
8521
  /**
8522
8522
  * Describes the settings that can be provided to the UlcOverCapacityZoneRectangle constructor.
8523
8523
  *
8524
- * @deprecated (since 1.64)
8524
+ * @deprecated (since 1.64) - the concept has been discarded.
8525
8525
  */
8526
8526
  interface $UlcOverCapacityZoneRectangleSettings
8527
8527
  extends sap.gantt.shape.ext.ulc.$UlcRectangleSettings {}
@@ -8529,7 +8529,7 @@ declare namespace sap {
8529
8529
  /**
8530
8530
  * Describes the settings that can be provided to the UlcOverClipRectangle constructor.
8531
8531
  *
8532
- * @deprecated (since 1.64)
8532
+ * @deprecated (since 1.64) - the concept has been discarded.
8533
8533
  */
8534
8534
  interface $UlcOverClipRectangleSettings
8535
8535
  extends sap.gantt.shape.ext.ulc.$UlcRectangleSettings {}
@@ -8537,7 +8537,7 @@ declare namespace sap {
8537
8537
  /**
8538
8538
  * Describes the settings that can be provided to the UlcRectangle constructor.
8539
8539
  *
8540
- * @deprecated (since 1.64)
8540
+ * @deprecated (since 1.64) - the concept has been discarded.
8541
8541
  */
8542
8542
  interface $UlcRectangleSettings
8543
8543
  extends sap.gantt.shape.$RectangleSettings {}
@@ -8545,7 +8545,7 @@ declare namespace sap {
8545
8545
  /**
8546
8546
  * Describes the settings that can be provided to the UlcTooltipRectangle constructor.
8547
8547
  *
8548
- * @deprecated (since 1.64)
8548
+ * @deprecated (since 1.64) - the concept has been discarded.
8549
8549
  */
8550
8550
  interface $UlcTooltipRectangleSettings
8551
8551
  extends sap.gantt.shape.ext.ulc.$UlcRectangleSettings {}
@@ -8553,7 +8553,7 @@ declare namespace sap {
8553
8553
  /**
8554
8554
  * Describes the settings that can be provided to the UlcUnderClipRectangle constructor.
8555
8555
  *
8556
- * @deprecated (since 1.64)
8556
+ * @deprecated (since 1.64) - the concept has been discarded.
8557
8557
  */
8558
8558
  interface $UlcUnderClipRectangleSettings
8559
8559
  extends sap.gantt.shape.ext.ulc.$UlcRectangleSettings {}
@@ -8561,7 +8561,7 @@ declare namespace sap {
8561
8561
  /**
8562
8562
  * Describes the settings that can be provided to the UtilizationLineChart constructor.
8563
8563
  *
8564
- * @deprecated (since 1.64)
8564
+ * @deprecated (since 1.64) - the concept has been discarded.
8565
8565
  */
8566
8566
  interface $UtilizationLineChartSettings
8567
8567
  extends sap.gantt.shape.$ShapeSettings {}
@@ -8573,7 +8573,7 @@ declare namespace sap {
8573
8573
  *
8574
8574
  *
8575
8575
  *
8576
- * @deprecated (since 1.64)
8576
+ * @deprecated (since 1.64) - the concept has been discarded.
8577
8577
  */
8578
8578
  class UlcBorderPath extends sap.gantt.shape.Path {
8579
8579
  /**
@@ -8693,7 +8693,7 @@ declare namespace sap {
8693
8693
  /**
8694
8694
  * This shape is used to define path data inside {@link sap.gantt.shape.ext.ulc.UlcClipPath}.
8695
8695
  *
8696
- * @deprecated (since 1.64)
8696
+ * @deprecated (since 1.64) - the concept has been discarded.
8697
8697
  */
8698
8698
  class UlcClipingPath extends sap.gantt.shape.Path {
8699
8699
  /**
@@ -8775,7 +8775,7 @@ declare namespace sap {
8775
8775
  /**
8776
8776
  * This shape is a container of {@link sap.gantt.shape.ext.ulc.UlcClipingPath}.
8777
8777
  *
8778
- * @deprecated (since 1.64)
8778
+ * @deprecated (since 1.64) - the concept has been discarded.
8779
8779
  */
8780
8780
  class UlcClipPath extends sap.gantt.shape.ClipPath {
8781
8781
  /**
@@ -8868,7 +8868,7 @@ declare namespace sap {
8868
8868
  * `UlcClipingPath` is aggregated in `UlcClipPath`. `UlcClipingPath` and `UlcBorderPath` share the same
8869
8869
  * value of property 'd'. `UlcBorderPath` is used to visualize the dimension line.
8870
8870
  *
8871
- * @deprecated (since 1.64)
8871
+ * @deprecated (since 1.64) - the concept has been discarded.
8872
8872
  */
8873
8873
  class UlcDimension extends sap.gantt.shape.Group {
8874
8874
  /**
@@ -8936,7 +8936,7 @@ declare namespace sap {
8936
8936
  *
8937
8937
  *
8938
8938
  *
8939
- * @deprecated (since 1.64)
8939
+ * @deprecated (since 1.64) - the concept has been discarded.
8940
8940
  */
8941
8941
  class UlcMiddleLine extends sap.gantt.shape.Line {
8942
8942
  /**
@@ -9148,7 +9148,7 @@ declare namespace sap {
9148
9148
  *
9149
9149
  *
9150
9150
  *
9151
- * @deprecated (since 1.64)
9151
+ * @deprecated (since 1.64) - the concept has been discarded.
9152
9152
  */
9153
9153
  class UlcOverCapacityZoneRectangle extends sap.gantt.shape.ext.ulc
9154
9154
  .UlcRectangle {
@@ -9276,7 +9276,7 @@ declare namespace sap {
9276
9276
  *
9277
9277
  *
9278
9278
  *
9279
- * @deprecated (since 1.64)
9279
+ * @deprecated (since 1.64) - the concept has been discarded.
9280
9280
  */
9281
9281
  class UlcOverClipRectangle extends sap.gantt.shape.ext.ulc
9282
9282
  .UlcRectangle {
@@ -9385,7 +9385,7 @@ declare namespace sap {
9385
9385
  *
9386
9386
  * This base class defines a number of shared methods.
9387
9387
  *
9388
- * @deprecated (since 1.64)
9388
+ * @deprecated (since 1.64) - the concept has been discarded.
9389
9389
  */
9390
9390
  abstract class UlcRectangle extends sap.gantt.shape.Rectangle {
9391
9391
  /**
@@ -9545,7 +9545,7 @@ declare namespace sap {
9545
9545
  * dimention2: 105%-0
9546
9546
  *
9547
9547
  *
9548
- * @deprecated (since 1.64)
9548
+ * @deprecated (since 1.64) - the concept has been discarded.
9549
9549
  */
9550
9550
  class UlcTooltipRectangle extends sap.gantt.shape.ext.ulc
9551
9551
  .UlcRectangle {
@@ -9732,7 +9732,7 @@ declare namespace sap {
9732
9732
  *
9733
9733
  *
9734
9734
  *
9735
- * @deprecated (since 1.64)
9735
+ * @deprecated (since 1.64) - the concept has been discarded.
9736
9736
  */
9737
9737
  class UlcUnderClipRectangle extends sap.gantt.shape.ext.ulc
9738
9738
  .UlcRectangle {
@@ -9959,7 +9959,7 @@ declare namespace sap {
9959
9959
  * }, util_mass:{ val: 114.5 } },{ from: "20160127051300", to: "20160128093312", lastOne: true, util_volumn:
9960
9960
  * { previous: 97.6, next: 0 }, util_mass:{ previous: 114.5, next: 0 } } ] } `
9961
9961
  *
9962
- * @deprecated (since 1.64)
9962
+ * @deprecated (since 1.64) - the concept has been discarded.
9963
9963
  */
9964
9964
  class UtilizationLineChart extends sap.gantt.shape.Shape {
9965
9965
  /**
@@ -10043,7 +10043,7 @@ declare namespace sap {
10043
10043
  /**
10044
10044
  * Describes the settings that can be provided to the Chevron constructor.
10045
10045
  *
10046
- * @deprecated (since 1.64)
10046
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
10047
10047
  */
10048
10048
  interface $ChevronSettings extends sap.gantt.shape.$PathSettings {
10049
10049
  isClosed?:
@@ -10075,7 +10075,7 @@ declare namespace sap {
10075
10075
  /**
10076
10076
  * Describes the settings that can be provided to the Cursor constructor.
10077
10077
  *
10078
- * @deprecated (since 1.64)
10078
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseCursor}.
10079
10079
  */
10080
10080
  interface $CursorSettings extends sap.gantt.shape.$PathSettings {
10081
10081
  isClosed?:
@@ -10102,7 +10102,7 @@ declare namespace sap {
10102
10102
  /**
10103
10103
  * Describes the settings that can be provided to the Diamond constructor.
10104
10104
  *
10105
- * @deprecated (since 1.64)
10105
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseDiamong}.
10106
10106
  */
10107
10107
  interface $DiamondSettings extends sap.gantt.shape.$PathSettings {
10108
10108
  isClosed?:
@@ -10124,7 +10124,7 @@ declare namespace sap {
10124
10124
  /**
10125
10125
  * Describes the settings that can be provided to the Iconfont constructor.
10126
10126
  *
10127
- * @deprecated (since 1.64)
10127
+ * @deprecated (since 1.64) - the concept has been discarded.
10128
10128
  */
10129
10129
  interface $IconfontSettings extends sap.gantt.shape.$TextSettings {
10130
10130
  name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -10137,7 +10137,7 @@ declare namespace sap {
10137
10137
  /**
10138
10138
  * Describes the settings that can be provided to the Pentangle constructor.
10139
10139
  *
10140
- * @deprecated (since 1.64)
10140
+ * @deprecated (since 1.64) - the concept has been discarded.
10141
10141
  */
10142
10142
  interface $PentangleSettings extends sap.gantt.shape.$PolygonSettings {
10143
10143
  radius?:
@@ -10154,7 +10154,7 @@ declare namespace sap {
10154
10154
  /**
10155
10155
  * Describes the settings that can be provided to the TextRepeat constructor.
10156
10156
  *
10157
- * @deprecated (since 1.64)
10157
+ * @deprecated (since 1.64) - the concept has been discarded.
10158
10158
  */
10159
10159
  interface $TextRepeatSettings
10160
10160
  extends sap.gantt.shape.$DefinitionsSettings {
@@ -10197,7 +10197,7 @@ declare namespace sap {
10197
10197
  /**
10198
10198
  * Describes the settings that can be provided to the Triangle constructor.
10199
10199
  *
10200
- * @deprecated (since 1.64)
10200
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseTriangle}.
10201
10201
  */
10202
10202
  interface $TriangleSettings extends sap.gantt.shape.$PathSettings {
10203
10203
  isClosed?:
@@ -10230,7 +10230,7 @@ declare namespace sap {
10230
10230
  * height tailLength headLength
10231
10231
  *
10232
10232
  *
10233
- * @deprecated (since 1.64)
10233
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
10234
10234
  */
10235
10235
  class Chevron extends sap.gantt.shape.Path {
10236
10236
  /**
@@ -10501,7 +10501,7 @@ declare namespace sap {
10501
10501
  * point Height
10502
10502
  *
10503
10503
  *
10504
- * @deprecated (since 1.64)
10504
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseCursor}.
10505
10505
  */
10506
10506
  class Cursor extends sap.gantt.shape.Path {
10507
10507
  /**
@@ -10737,7 +10737,7 @@ declare namespace sap {
10737
10737
  *
10738
10738
  * time rotation Center horizontalDiagonal vertitalDiagonal
10739
10739
  *
10740
- * @deprecated (since 1.64)
10740
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseDiamong}.
10741
10741
  */
10742
10742
  class Diamond extends sap.gantt.shape.Path {
10743
10743
  /**
@@ -10932,7 +10932,7 @@ declare namespace sap {
10932
10932
  /**
10933
10933
  * Iconfont shape class using SVG tag 'text'. This shape is usually used to display icons in Gantt chart.
10934
10934
  *
10935
- * @deprecated (since 1.64)
10935
+ * @deprecated (since 1.64) - the concept has been discarded.
10936
10936
  */
10937
10937
  class Iconfont extends sap.gantt.shape.Text {
10938
10938
  /**
@@ -11100,7 +11100,7 @@ declare namespace sap {
11100
11100
  *
11101
11101
  * time rotation Center radius radius2
11102
11102
  *
11103
- * @deprecated (since 1.64)
11103
+ * @deprecated (since 1.64) - the concept has been discarded.
11104
11104
  */
11105
11105
  class Pentangle extends sap.gantt.shape.Polygon {
11106
11106
  /**
@@ -11268,7 +11268,7 @@ declare namespace sap {
11268
11268
  * a 'pattern' element and then referenced by the 'fill' and 'stroke' properties on a given graphics element
11269
11269
  * to indicate that the element will be filled or stroked with the referenced pattern.
11270
11270
  *
11271
- * @deprecated (since 1.64)
11271
+ * @deprecated (since 1.64) - the concept has been discarded.
11272
11272
  */
11273
11273
  class TextRepeat extends sap.gantt.shape.Definitions {
11274
11274
  /**
@@ -11671,7 +11671,7 @@ declare namespace sap {
11671
11671
  * height distanceOfyAxisHeight
11672
11672
  * base
11673
11673
  *
11674
- * @deprecated (since 1.64)
11674
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseTriangle}.
11675
11675
  */
11676
11676
  class Triangle extends sap.gantt.shape.Path {
11677
11677
  /**
@@ -11905,7 +11905,7 @@ declare namespace sap {
11905
11905
  /**
11906
11906
  * Describes the settings that can be provided to the Circle constructor.
11907
11907
  *
11908
- * @deprecated (since 1.64)
11908
+ * @deprecated (since 1.64) - the concept has been discarded.
11909
11909
  */
11910
11910
  interface $CircleSettings extends sap.gantt.shape.$ShapeSettings {
11911
11911
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -11929,7 +11929,7 @@ declare namespace sap {
11929
11929
  /**
11930
11930
  * Describes the settings that can be provided to the ClipPath constructor.
11931
11931
  *
11932
- * @deprecated (since 1.64)
11932
+ * @deprecated (since 1.64) - the concept has been discarded.
11933
11933
  */
11934
11934
  interface $ClipPathSettings extends sap.gantt.shape.$ShapeSettings {
11935
11935
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -11947,7 +11947,7 @@ declare namespace sap {
11947
11947
  /**
11948
11948
  * Describes the settings that can be provided to the Definitions constructor.
11949
11949
  *
11950
- * @deprecated (since 1.64)
11950
+ * @deprecated (since 1.64) - the concept has been discarded.
11951
11951
  */
11952
11952
  interface $DefinitionsSettings extends sap.gantt.shape.$ShapeSettings {
11953
11953
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -11969,7 +11969,7 @@ declare namespace sap {
11969
11969
  /**
11970
11970
  * Describes the settings that can be provided to the Group constructor.
11971
11971
  *
11972
- * @deprecated (since 1.64)
11972
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseGroup}.
11973
11973
  */
11974
11974
  interface $GroupSettings extends sap.gantt.shape.$ShapeSettings {
11975
11975
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -11989,7 +11989,7 @@ declare namespace sap {
11989
11989
  /**
11990
11990
  * Describes the settings that can be provided to the Image constructor.
11991
11991
  *
11992
- * @deprecated (since 1.64)
11992
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseImage}.
11993
11993
  */
11994
11994
  interface $ImageSettings extends sap.gantt.shape.$ShapeSettings {
11995
11995
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12020,7 +12020,7 @@ declare namespace sap {
12020
12020
  /**
12021
12021
  * Describes the settings that can be provided to the Line constructor.
12022
12022
  *
12023
- * @deprecated (since 1.64)
12023
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseLine}.
12024
12024
  */
12025
12025
  interface $LineSettings extends sap.gantt.shape.$ShapeSettings {
12026
12026
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12054,7 +12054,7 @@ declare namespace sap {
12054
12054
  /**
12055
12055
  * Describes the settings that can be provided to the Path constructor.
12056
12056
  *
12057
- * @deprecated (since 1.64)
12057
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BasePath}.
12058
12058
  */
12059
12059
  interface $PathSettings extends sap.gantt.shape.$ShapeSettings {
12060
12060
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12072,7 +12072,7 @@ declare namespace sap {
12072
12072
  /**
12073
12073
  * Describes the settings that can be provided to the Polygon constructor.
12074
12074
  *
12075
- * @deprecated (since 1.64)
12075
+ * @deprecated (since 1.64) - the concept has been discarded.
12076
12076
  */
12077
12077
  interface $PolygonSettings extends sap.gantt.shape.$ShapeSettings {
12078
12078
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12083,7 +12083,7 @@ declare namespace sap {
12083
12083
  /**
12084
12084
  * Describes the settings that can be provided to the Polyline constructor.
12085
12085
  *
12086
- * @deprecated (since 1.64)
12086
+ * @deprecated (since 1.64) - the concept has been discarded.
12087
12087
  */
12088
12088
  interface $PolylineSettings extends sap.gantt.shape.$ShapeSettings {
12089
12089
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12096,7 +12096,7 @@ declare namespace sap {
12096
12096
  /**
12097
12097
  * Describes the settings that can be provided to the Rectangle constructor.
12098
12098
  *
12099
- * @deprecated (since 1.64)
12099
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
12100
12100
  */
12101
12101
  interface $RectangleSettings extends sap.gantt.shape.$ShapeSettings {
12102
12102
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12134,7 +12134,7 @@ declare namespace sap {
12134
12134
  /**
12135
12135
  * Describes the settings that can be provided to the ResizeShadowShape constructor.
12136
12136
  *
12137
- * @deprecated (since 1.64)
12137
+ * @deprecated (since 1.64) - the concept has been discarded.
12138
12138
  */
12139
12139
  interface $ResizeShadowShapeSettings
12140
12140
  extends sap.gantt.shape.$PathSettings {
@@ -12147,7 +12147,7 @@ declare namespace sap {
12147
12147
  /**
12148
12148
  * Describes the settings that can be provided to the SelectedShape constructor.
12149
12149
  *
12150
- * @deprecated (since 1.64)
12150
+ * @deprecated (since 1.64) - the concept has been discarded.
12151
12151
  */
12152
12152
  interface $SelectedShapeSettings extends sap.gantt.shape.$PathSettings {
12153
12153
  fill?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12171,7 +12171,7 @@ declare namespace sap {
12171
12171
  /**
12172
12172
  * Describes the settings that can be provided to the Shape constructor.
12173
12173
  *
12174
- * @deprecated (since 1.64)
12174
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseShape}.
12175
12175
  */
12176
12176
  interface $ShapeSettings extends sap.ui.core.$ElementSettings {
12177
12177
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12310,7 +12310,7 @@ declare namespace sap {
12310
12310
  /**
12311
12311
  * Describes the settings that can be provided to the Text constructor.
12312
12312
  *
12313
- * @deprecated (since 1.64)
12313
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseText}.
12314
12314
  */
12315
12315
  interface $TextSettings extends sap.gantt.shape.$ShapeSettings {
12316
12316
  tag?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -12363,7 +12363,7 @@ declare namespace sap {
12363
12363
  *
12364
12364
  *
12365
12365
  *
12366
- * @deprecated (since 1.64)
12366
+ * @deprecated (since 1.64) - the concept has been discarded.
12367
12367
  */
12368
12368
  class Circle extends sap.gantt.shape.Shape {
12369
12369
  /**
@@ -12576,7 +12576,7 @@ declare namespace sap {
12576
12576
  *
12577
12577
  *
12578
12578
  *
12579
- * @deprecated (since 1.64)
12579
+ * @deprecated (since 1.64) - the concept has been discarded.
12580
12580
  */
12581
12581
  class ClipPath extends sap.gantt.shape.Shape {
12582
12582
  /**
@@ -12762,7 +12762,7 @@ declare namespace sap {
12762
12762
  * `sap.gantt` provides defs like TextRepeat. Applications can also extend this base class to support more
12763
12763
  * functionality.
12764
12764
  *
12765
- * @deprecated (since 1.64)
12765
+ * @deprecated (since 1.64) - the concept has been discarded.
12766
12766
  */
12767
12767
  class Definitions extends sap.gantt.shape.Shape {
12768
12768
  /**
@@ -12958,7 +12958,7 @@ declare namespace sap {
12958
12958
  * Group shape class using SVG tag 'group'. It is a container shape. Any other shapes can be aggregated
12959
12959
  * under a group.
12960
12960
  *
12961
- * @deprecated (since 1.64)
12961
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseGroup}.
12962
12962
  */
12963
12963
  class Group extends sap.gantt.shape.Shape {
12964
12964
  /**
@@ -13189,7 +13189,7 @@ declare namespace sap {
13189
13189
  /**
13190
13190
  * Image shape class using SVG tag 'image'. This shape is usually used to represent points in time.
13191
13191
  *
13192
- * @deprecated (since 1.64)
13192
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseImage}.
13193
13193
  */
13194
13194
  class Image extends sap.gantt.shape.Shape {
13195
13195
  /**
@@ -13469,7 +13469,7 @@ declare namespace sap {
13469
13469
  *
13470
13470
  *
13471
13471
  *
13472
- * @deprecated (since 1.64)
13472
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseLine}.
13473
13473
  */
13474
13474
  class Line extends sap.gantt.shape.Shape {
13475
13475
  /**
@@ -13755,7 +13755,7 @@ declare namespace sap {
13755
13755
  * M100,200 C100,100 250,100 250,200
13756
13756
  * S400,300 400,200
13757
13757
  *
13758
- * @deprecated (since 1.64)
13758
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BasePath}.
13759
13759
  */
13760
13760
  class Path extends sap.gantt.shape.Shape {
13761
13761
  /**
@@ -13958,7 +13958,7 @@ declare namespace sap {
13958
13958
  *
13959
13959
  *
13960
13960
  *
13961
- * @deprecated (since 1.64)
13961
+ * @deprecated (since 1.64) - the concept has been discarded.
13962
13962
  */
13963
13963
  class Polygon extends sap.gantt.shape.Shape {
13964
13964
  /**
@@ -14100,7 +14100,7 @@ declare namespace sap {
14100
14100
  *
14101
14101
  *
14102
14102
  *
14103
- * @deprecated (since 1.64)
14103
+ * @deprecated (since 1.64) - the concept has been discarded.
14104
14104
  */
14105
14105
  class Polyline extends sap.gantt.shape.Shape {
14106
14106
  /**
@@ -14272,7 +14272,7 @@ declare namespace sap {
14272
14272
  *
14273
14273
  *
14274
14274
  *
14275
- * @deprecated (since 1.64)
14275
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
14276
14276
  */
14277
14277
  class Rectangle extends sap.gantt.shape.Shape {
14278
14278
  /**
@@ -14619,7 +14619,7 @@ declare namespace sap {
14619
14619
  * Provides an implementation of shadow shapes, allowing you to create a highlighting effect by drawing
14620
14620
  * the shadow shapes with thicker strokes in red.
14621
14621
  *
14622
- * @deprecated (since 1.64)
14622
+ * @deprecated (since 1.64) - the concept has been discarded.
14623
14623
  */
14624
14624
  class ResizeShadowShape extends sap.gantt.shape.Path {
14625
14625
  /**
@@ -14714,7 +14714,7 @@ declare namespace sap {
14714
14714
  * Provides an implementation of selected shapes, allowing you to create a highlighting effect by drawing
14715
14715
  * the selected shapes with red and thicker strokes.
14716
14716
  *
14717
- * @deprecated (since 1.64)
14717
+ * @deprecated (since 1.64) - the concept has been discarded.
14718
14718
  */
14719
14719
  class SelectedShape extends sap.gantt.shape.Path {
14720
14720
  /**
@@ -15091,7 +15091,7 @@ declare namespace sap {
15091
15091
  * way of drawing. The instance self does not hold any status (property values). Meanwhile, all getter are
15092
15092
  * injected with actual data and related informations to adapt to d3 paradigm.
15093
15093
  *
15094
- * @deprecated (since 1.64)
15094
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseShape}.
15095
15095
  */
15096
15096
  abstract class Shape extends sap.ui.core.Element {
15097
15097
  /**
@@ -16382,7 +16382,7 @@ declare namespace sap {
16382
16382
  *
16383
16383
  * Normal text Text with line-through Underlined text One word has different underlining
16384
16384
  *
16385
- * @deprecated (since 1.64)
16385
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseText}.
16386
16386
  */
16387
16387
  class Text extends sap.gantt.shape.Shape {
16388
16388
  /**
@@ -18137,7 +18137,7 @@ declare namespace sap {
18137
18137
  /**
18138
18138
  * Describes the settings that can be provided to the Cell constructor.
18139
18139
  *
18140
- * @deprecated (since 1.64)
18140
+ * @deprecated (since 1.64) - the concept has been discarded.
18141
18141
  */
18142
18142
  interface $CellSettings extends sap.ui.core.$ControlSettings {
18143
18143
  /**
@@ -18165,7 +18165,7 @@ declare namespace sap {
18165
18165
  *
18166
18166
  * You can also use this class to define column specific properties that are applied when rendering a list.
18167
18167
  *
18168
- * @deprecated (since 1.64)
18168
+ * @deprecated (since 1.64) - the concept has been discarded.
18169
18169
  */
18170
18170
  class Cell extends sap.ui.core.Control {
18171
18171
  /**
@@ -21407,11 +21407,156 @@ declare namespace sap {
21407
21407
  }
21408
21408
  }
21409
21409
 
21410
+ namespace layouts {
21411
+ /**
21412
+ * Describes the settings that can be provided to the SidePanel constructor.
21413
+ */
21414
+ interface $SidePanelSettings extends sap.ui.core.$ControlSettings {
21415
+ /**
21416
+ * If this property is set to true, the content is shown in the side panel.
21417
+ *
21418
+ * @since 1.126
21419
+ */
21420
+ visible?:
21421
+ | boolean
21422
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
21423
+ | `{${string}}`;
21424
+
21425
+ /**
21426
+ * Control to be placed in the side panel.
21427
+ *
21428
+ * @since 1.126
21429
+ */
21430
+ content?: sap.ui.core.Control;
21431
+ }
21432
+
21433
+ /**
21434
+ * Enables applications to place a custom control within the Gantt Chart Container. The Side Panel control
21435
+ * manages the rendering of the control placed in the `content` aggregation. The child control also receives
21436
+ * `onActivated` and `onDeactivated` pseudo-events when activated or deactivated. const sidePanel
21437
+ * = this.getParent();
21438
+ *
21439
+ * sidePanel.addEventDelegate({ onActivated: (evt) => {}, //on activate handler onDeactivated: (evt) =>
21440
+ * {} //on deactivate handler })
21441
+ *
21442
+ * @since 1.126
21443
+ */
21444
+ class SidePanel extends sap.ui.core.Control {
21445
+ /**
21446
+ * Creates and initializes a new class for side panel.
21447
+ *
21448
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
21449
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
21450
+ * of the syntax of the settings object.
21451
+ */
21452
+ constructor(
21453
+ /**
21454
+ * ID of the new control. The ID is generated automatically if it is not provided.
21455
+ */
21456
+ sId?: string,
21457
+ /**
21458
+ * Initial settings for the new control
21459
+ */
21460
+ mSetting?: object
21461
+ );
21462
+
21463
+ /**
21464
+ * Creates a new subclass of class sap.gantt.layouts.SidePanel with name `sClassName` and enriches it with
21465
+ * the information contained in `oClassInfo`.
21466
+ *
21467
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
21468
+ *
21469
+ *
21470
+ * @returns Created class / constructor function
21471
+ */
21472
+ static extend<T extends Record<string, unknown>>(
21473
+ /**
21474
+ * Name of the class being created
21475
+ */
21476
+ sClassName: string,
21477
+ /**
21478
+ * Object literal with information about the class
21479
+ */
21480
+ oClassInfo?: sap.ClassInfo<T, sap.gantt.layouts.SidePanel>,
21481
+ /**
21482
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
21483
+ * used by this class
21484
+ */
21485
+ FNMetaImpl?: Function
21486
+ ): Function;
21487
+ /**
21488
+ * Returns a metadata object for class sap.gantt.layouts.SidePanel.
21489
+ *
21490
+ *
21491
+ * @returns Metadata object describing this class
21492
+ */
21493
+ static getMetadata(): sap.ui.core.ElementMetadata;
21494
+ /**
21495
+ * Destroys the content in the aggregation {@link #getContent content}.
21496
+ *
21497
+ * @since 1.126
21498
+ *
21499
+ * @returns Reference to `this` in order to allow method chaining
21500
+ */
21501
+ destroyContent(): this;
21502
+ /**
21503
+ * Gets content of aggregation {@link #getContent content}.
21504
+ *
21505
+ * Control to be placed in the side panel.
21506
+ *
21507
+ * @since 1.126
21508
+ */
21509
+ getContent(): sap.ui.core.Control;
21510
+ /**
21511
+ * Gets current value of property {@link #getVisible visible}.
21512
+ *
21513
+ * If this property is set to true, the content is shown in the side panel.
21514
+ *
21515
+ * Default value is `false`.
21516
+ *
21517
+ * @since 1.126
21518
+ *
21519
+ * @returns Value of property `visible`
21520
+ */
21521
+ getVisible(): boolean;
21522
+ /**
21523
+ * Aggregation to set the content of the side panel
21524
+ *
21525
+ * @since 1.126
21526
+ *
21527
+ * @returns returns the control for chaining
21528
+ */
21529
+ setContent(
21530
+ /**
21531
+ * control to be placed
21532
+ */
21533
+ oControl: sap.ui.core.Control,
21534
+ /**
21535
+ * flag to suppress the invalidation
21536
+ */
21537
+ bSuppressInvalidate: boolean
21538
+ ): sap.gantt.layouts.SidePanel;
21539
+ /**
21540
+ * Method to hide or show the side panel
21541
+ *
21542
+ * @since 1.126
21543
+ *
21544
+ * @returns returns the control for chaining
21545
+ */
21546
+ setVisible(
21547
+ /**
21548
+ * flag to hide or show the side panel
21549
+ */
21550
+ bEnabled: boolean
21551
+ ): this;
21552
+ }
21553
+ }
21554
+
21410
21555
  namespace legend {
21411
21556
  /**
21412
21557
  * Describes the settings that can be provided to the DimensionLegend constructor.
21413
21558
  *
21414
- * @deprecated (since 1.64)
21559
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.DimensionLegend}.
21415
21560
  */
21416
21561
  interface $DimensionLegendSettings
21417
21562
  extends sap.gantt.legend.$LegendBaseSettings {
@@ -21474,7 +21619,7 @@ declare namespace sap {
21474
21619
  /**
21475
21620
  * Describes the settings that can be provided to the LegendBase constructor.
21476
21621
  *
21477
- * @deprecated (since 1.64)
21622
+ * @deprecated (since 1.64) - the concept has been discarded.
21478
21623
  */
21479
21624
  interface $LegendBaseSettings extends sap.ui.core.$ControlSettings {
21480
21625
  /**
@@ -21516,7 +21661,7 @@ declare namespace sap {
21516
21661
  /**
21517
21662
  * Describes the settings that can be provided to the LegendContainer constructor.
21518
21663
  *
21519
- * @deprecated (since 1.64)
21664
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.LegendContainer}.
21520
21665
  */
21521
21666
  interface $LegendContainerSettings extends sap.ui.core.$ControlSettings {
21522
21667
  /**
@@ -21553,7 +21698,7 @@ declare namespace sap {
21553
21698
  /**
21554
21699
  * Describes the settings that can be provided to the ListLegend constructor.
21555
21700
  *
21556
- * @deprecated (since 1.64)
21701
+ * @deprecated (since 1.64) - replaced by {@link ap.gantt.simple.ListLegend}.
21557
21702
  */
21558
21703
  interface $ListLegendSettings
21559
21704
  extends sap.gantt.legend.$LegendBaseSettings {
@@ -21597,7 +21742,7 @@ declare namespace sap {
21597
21742
  * a three by four two-dimension legend containing twelve legend items. Each them represents an object in
21598
21743
  * a specific type and a specific status. For example, a red square stands for executed freight orders.
21599
21744
  *
21600
- * @deprecated (since 1.64)
21745
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.DimensionLegend}.
21601
21746
  */
21602
21747
  class DimensionLegend extends sap.gantt.legend.LegendBase {
21603
21748
  /**
@@ -21877,7 +22022,7 @@ declare namespace sap {
21877
22022
  * pattern, and color) of individual legend items and their corresponding meanings in both dimensions
21878
22023
  *
21879
22024
  *
21880
- * @deprecated (since 1.64)
22025
+ * @deprecated (since 1.64) - the concept has been discarded.
21881
22026
  */
21882
22027
  abstract class LegendBase extends sap.ui.core.Control {
21883
22028
  /**
@@ -22087,7 +22232,7 @@ declare namespace sap {
22087
22232
  * sections. The LegendContainer control contains an initial navigation page. Both the initial navigation
22088
22233
  * page legend sections are Page controls.
22089
22234
  *
22090
- * @deprecated (since 1.64)
22235
+ * @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.LegendContainer}.
22091
22236
  */
22092
22237
  class LegendContainer extends sap.ui.core.Control {
22093
22238
  /**
@@ -22322,7 +22467,7 @@ declare namespace sap {
22322
22467
  * List Legend is a legend template that contains a list of shapes. You can use this class to define a list
22323
22468
  * legend.
22324
22469
  *
22325
- * @deprecated (since 1.64)
22470
+ * @deprecated (since 1.64) - replaced by {@link ap.gantt.simple.ListLegend}.
22326
22471
  */
22327
22472
  class ListLegend extends sap.gantt.legend.LegendBase {
22328
22473
  /**
@@ -22497,7 +22642,7 @@ declare namespace sap {
22497
22642
  /**
22498
22643
  * CheckBox Value of ListLegend Item.
22499
22644
  *
22500
- * @deprecated (since 1.64)
22645
+ * @deprecated (since 1.64) - the concept has been discarded.
22501
22646
  */
22502
22647
  enum ListLegendItemCheckbox {
22503
22648
  /**
@@ -23669,50 +23814,11 @@ declare namespace sap {
23669
23814
  | sap.ui.base.ManagedObject.PropertyBindingInfo
23670
23815
  | `{${string}}`;
23671
23816
 
23672
- /**
23673
- * This property is ignored.
23674
- *
23675
- * @deprecated (since 1.71.2)
23676
- */
23677
- fill?:
23678
- | sap.gantt.ValueSVGPaintServer
23679
- | sap.ui.base.ManagedObject.PropertyBindingInfo
23680
- | `{${string}}`;
23681
-
23682
- /**
23683
- * This property is ignored.
23684
- *
23685
- * @deprecated (since 1.71.2)
23686
- */
23687
- fillOpacity?:
23688
- | float
23689
- | sap.ui.base.ManagedObject.PropertyBindingInfo
23690
- | `{${string}}`;
23691
-
23692
- /**
23693
- * This property is ignored.
23694
- *
23695
- * @deprecated (since 1.71.2)
23696
- */
23697
- stroke?:
23698
- | sap.gantt.ValueSVGPaintServer
23699
- | sap.ui.base.ManagedObject.PropertyBindingInfo
23700
- | `{${string}}`;
23701
-
23702
- /**
23703
- * This property is ignored.
23704
- *
23705
- * @deprecated (since 1.71.2)
23706
- */
23707
- opacity?:
23708
- | float
23709
- | sap.ui.base.ManagedObject.PropertyBindingInfo
23710
- | `{${string}}`;
23711
-
23712
23817
  /**
23713
23818
  * All standard shapes are selectable.
23714
23819
  *
23715
- * @deprecated (since 1.71.2)
23820
+ * @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
23821
+ * value, that is set to 'false', are being inherited from the parent BaseShape.
23716
23822
  */
23717
23823
  selectable?:
23718
23824
  | boolean
@@ -23722,7 +23828,8 @@ declare namespace sap {
23722
23828
  /**
23723
23829
  * All standard shapes are hoverable.
23724
23830
  *
23725
- * @deprecated (since 1.71.2)
23831
+ * @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
23832
+ * value, that is set to 'false', are being inherited from the parent BaseShape.
23726
23833
  */
23727
23834
  hoverable?:
23728
23835
  | boolean
@@ -23833,28 +23940,6 @@ declare namespace sap {
23833
23940
  * @returns Value of property `color`
23834
23941
  */
23835
23942
  getColor(): sap.gantt.PaletteColor;
23836
- /**
23837
- * Gets current value of property {@link #getFill fill}.
23838
- *
23839
- * This property is ignored.
23840
- *
23841
- * @deprecated (since 1.71.2)
23842
- *
23843
- * @returns Value of property `fill`
23844
- */
23845
- getFill(): sap.gantt.ValueSVGPaintServer;
23846
- /**
23847
- * Gets current value of property {@link #getFillOpacity fillOpacity}.
23848
- *
23849
- * This property is ignored.
23850
- *
23851
- * Default value is `1.0`.
23852
- *
23853
- * @deprecated (since 1.71.2)
23854
- *
23855
- * @returns Value of property `fillOpacity`
23856
- */
23857
- getFillOpacity(): float;
23858
23943
  /**
23859
23944
  * Gets current value of property {@link #getHeight height}.
23860
23945
  *
@@ -23876,7 +23961,8 @@ declare namespace sap {
23876
23961
  *
23877
23962
  * Default value is `true`.
23878
23963
  *
23879
- * @deprecated (since 1.71.2)
23964
+ * @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
23965
+ * value, that is set to 'false', are being inherited from the parent BaseShape.
23880
23966
  *
23881
23967
  * @returns Value of property `hoverable`
23882
23968
  */
@@ -23902,18 +23988,6 @@ declare namespace sap {
23902
23988
  * @returns `true` if the shape is in hover state, `false` otherwise.
23903
23989
  */
23904
23990
  getHoverState(): boolean;
23905
- /**
23906
- * Gets current value of property {@link #getOpacity opacity}.
23907
- *
23908
- * This property is ignored.
23909
- *
23910
- * Default value is `1.0`.
23911
- *
23912
- * @deprecated (since 1.71.2)
23913
- *
23914
- * @returns Value of property `opacity`
23915
- */
23916
- getOpacity(): float;
23917
23991
  /**
23918
23992
  * Computes the width in pixels this shape has based on current zoom level and `time` and `endTime`.
23919
23993
  *
@@ -23935,7 +24009,8 @@ declare namespace sap {
23935
24009
  *
23936
24010
  * Default value is `true`.
23937
24011
  *
23938
- * @deprecated (since 1.71.2)
24012
+ * @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
24013
+ * value, that is set to 'false', are being inherited from the parent BaseShape.
23939
24014
  *
23940
24015
  * @returns Value of property `selectable`
23941
24016
  */
@@ -23958,16 +24033,6 @@ declare namespace sap {
23958
24033
  * @returns Value of property `startX`
23959
24034
  */
23960
24035
  getStartX(): sap.gantt.SVGLength;
23961
- /**
23962
- * Gets current value of property {@link #getStroke stroke}.
23963
- *
23964
- * This property is ignored.
23965
- *
23966
- * @deprecated (since 1.71.2)
23967
- *
23968
- * @returns Value of property `stroke`
23969
- */
23970
- getStroke(): sap.gantt.ValueSVGPaintServer;
23971
24036
  /**
23972
24037
  * Translates color to hex value.
23973
24038
  *
@@ -24036,42 +24101,6 @@ declare namespace sap {
24036
24101
  */
24037
24102
  sColor?: sap.gantt.PaletteColor
24038
24103
  ): this;
24039
- /**
24040
- * Sets a new value for property {@link #getFill fill}.
24041
- *
24042
- * This property is ignored.
24043
- *
24044
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24045
- *
24046
- * @deprecated (since 1.71.2)
24047
- *
24048
- * @returns Reference to `this` in order to allow method chaining
24049
- */
24050
- setFill(
24051
- /**
24052
- * New value for property `fill`
24053
- */
24054
- sFill: sap.gantt.ValueSVGPaintServer
24055
- ): this;
24056
- /**
24057
- * Sets a new value for property {@link #getFillOpacity fillOpacity}.
24058
- *
24059
- * This property is ignored.
24060
- *
24061
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24062
- *
24063
- * Default value is `1.0`.
24064
- *
24065
- * @deprecated (since 1.71.2)
24066
- *
24067
- * @returns Reference to `this` in order to allow method chaining
24068
- */
24069
- setFillOpacity(
24070
- /**
24071
- * New value for property `fillOpacity`
24072
- */
24073
- fFillOpacity?: float
24074
- ): this;
24075
24104
  /**
24076
24105
  * Sets a new value for property {@link #getHeight height}.
24077
24106
  *
@@ -24102,7 +24131,8 @@ declare namespace sap {
24102
24131
  *
24103
24132
  * Default value is `true`.
24104
24133
  *
24105
- * @deprecated (since 1.71.2)
24134
+ * @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
24135
+ * value, that is set to 'false', are being inherited from the parent BaseShape.
24106
24136
  *
24107
24137
  * @returns Reference to `this` in order to allow method chaining
24108
24138
  */
@@ -24112,25 +24142,6 @@ declare namespace sap {
24112
24142
  */
24113
24143
  bHoverable?: boolean
24114
24144
  ): this;
24115
- /**
24116
- * Sets a new value for property {@link #getOpacity opacity}.
24117
- *
24118
- * This property is ignored.
24119
- *
24120
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24121
- *
24122
- * Default value is `1.0`.
24123
- *
24124
- * @deprecated (since 1.71.2)
24125
- *
24126
- * @returns Reference to `this` in order to allow method chaining
24127
- */
24128
- setOpacity(
24129
- /**
24130
- * New value for property `opacity`
24131
- */
24132
- fOpacity?: float
24133
- ): this;
24134
24145
  /**
24135
24146
  * Sets a new value for property {@link #getSelectable selectable}.
24136
24147
  *
@@ -24140,7 +24151,8 @@ declare namespace sap {
24140
24151
  *
24141
24152
  * Default value is `true`.
24142
24153
  *
24143
- * @deprecated (since 1.71.2)
24154
+ * @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
24155
+ * value, that is set to 'false', are being inherited from the parent BaseShape.
24144
24156
  *
24145
24157
  * @returns Reference to `this` in order to allow method chaining
24146
24158
  */
@@ -24168,23 +24180,6 @@ declare namespace sap {
24168
24180
  */
24169
24181
  sStartX?: sap.gantt.SVGLength
24170
24182
  ): this;
24171
- /**
24172
- * Sets a new value for property {@link #getStroke stroke}.
24173
- *
24174
- * This property is ignored.
24175
- *
24176
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24177
- *
24178
- * @deprecated (since 1.71.2)
24179
- *
24180
- * @returns Reference to `this` in order to allow method chaining
24181
- */
24182
- setStroke(
24183
- /**
24184
- * New value for property `stroke`
24185
- */
24186
- sStroke: sap.gantt.ValueSVGPaintServer
24187
- ): this;
24188
24183
  /**
24189
24184
  * Sets a new value for property {@link #getWidth width}.
24190
24185
  *
@@ -26056,6 +26051,13 @@ declare namespace sap {
26056
26051
  */
26057
26052
  searchSidePanelList?: /* was: sap.tnt.NavigationList */ any;
26058
26053
 
26054
+ /**
26055
+ * Side panel to place custom control within the Gantt Chart Container.
26056
+ *
26057
+ * @experimental (since 1.126)
26058
+ */
26059
+ sidePanel?: sap.gantt.layouts.SidePanel;
26060
+
26059
26061
  /**
26060
26062
  * Event fired when the custom settings value is changed.
26061
26063
  *
@@ -36653,6 +36655,14 @@ declare namespace sap {
36653
36655
  * @returns Reference to `this` in order to allow method chaining
36654
36656
  */
36655
36657
  destroySearchSidePanelList(): this;
36658
+ /**
36659
+ * Destroys the sidePanel in the aggregation {@link #getSidePanel sidePanel}.
36660
+ *
36661
+ * @experimental (since 1.126)
36662
+ *
36663
+ * @returns Reference to `this` in order to allow method chaining
36664
+ */
36665
+ destroySidePanel(): this;
36656
36666
  /**
36657
36667
  * Destroys the statusBar in the aggregation {@link #getStatusBar statusBar}.
36658
36668
  *
@@ -37072,6 +37082,14 @@ declare namespace sap {
37072
37082
  * @experimental (since 1.102)
37073
37083
  */
37074
37084
  getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
37085
+ /**
37086
+ * Gets content of aggregation {@link #getSidePanel sidePanel}.
37087
+ *
37088
+ * Side panel to place custom control within the Gantt Chart Container.
37089
+ *
37090
+ * @experimental (since 1.126)
37091
+ */
37092
+ getSidePanel(): sap.gantt.layouts.SidePanel;
37075
37093
  /**
37076
37094
  * Gets content of aggregation {@link #getStatusBar statusBar}.
37077
37095
  *
@@ -37524,6 +37542,19 @@ declare namespace sap {
37524
37542
  */
37525
37543
  oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
37526
37544
  ): this;
37545
+ /**
37546
+ * Sets the aggregated {@link #getSidePanel sidePanel}.
37547
+ *
37548
+ * @experimental (since 1.126)
37549
+ *
37550
+ * @returns Reference to `this` in order to allow method chaining
37551
+ */
37552
+ setSidePanel(
37553
+ /**
37554
+ * The sidePanel to set
37555
+ */
37556
+ oSidePanel: sap.gantt.layouts.SidePanel
37557
+ ): this;
37527
37558
  /**
37528
37559
  * Sets the aggregated {@link #getStatusBar statusBar}.
37529
37560
  *
@@ -48175,7 +48206,7 @@ declare namespace sap {
48175
48206
  /**
48176
48207
  * Describes the settings that can be provided to the GanttChartBase constructor.
48177
48208
  *
48178
- * @deprecated (since 1.64)
48209
+ * @deprecated (since 1.64) - the concept has been discarded.
48179
48210
  */
48180
48211
  interface $GanttChartBaseSettings extends sap.ui.core.$ControlSettings {
48181
48212
  /**
@@ -48557,7 +48588,7 @@ declare namespace sap {
48557
48588
  * If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
48558
48589
  * use this event.
48559
48590
  *
48560
- * @deprecated (since 1.44)
48591
+ * @deprecated (since 1.44) - the concept has been discarded.
48561
48592
  */
48562
48593
  horizontalScroll?: (oEvent: GanttChartBase$HorizontalScrollEvent) => void;
48563
48594
 
@@ -48567,7 +48598,7 @@ declare namespace sap {
48567
48598
  * If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
48568
48599
  * use this event.
48569
48600
  *
48570
- * @deprecated (since 1.44)
48601
+ * @deprecated (since 1.44) - the concept has been discarded.
48571
48602
  */
48572
48603
  verticalScroll?: (oEvent: GanttChartBase$VerticalScrollEvent) => void;
48573
48604
 
@@ -49136,7 +49167,7 @@ declare namespace sap {
49136
49167
  /**
49137
49168
  * Parameters of the GanttChartBase#horizontalScroll event.
49138
49169
  *
49139
- * @deprecated (since 1.44)
49170
+ * @deprecated (since 1.44) - the concept has been discarded.
49140
49171
  */
49141
49172
  interface GanttChartBase$HorizontalScrollEventParameters {
49142
49173
  /**
@@ -49353,7 +49384,7 @@ declare namespace sap {
49353
49384
  /**
49354
49385
  * Parameters of the GanttChartBase#verticalScroll event.
49355
49386
  *
49356
- * @deprecated (since 1.44)
49387
+ * @deprecated (since 1.44) - the concept has been discarded.
49357
49388
  */
49358
49389
  interface GanttChartBase$VerticalScrollEventParameters {
49359
49390
  /**
@@ -49803,7 +49834,7 @@ declare namespace sap {
49803
49834
  * Note that you do not need to specify the UID for a shape or row. Gantt Chart automatically forms the
49804
49835
  * UIDs for shapes or rows.
49805
49836
  *
49806
- * @deprecated (since 1.64)
49837
+ * @deprecated (since 1.64) - the concept has been discarded.
49807
49838
  */
49808
49839
  abstract class GanttChartBase extends sap.ui.core.Control {
49809
49840
  /**
@@ -50249,7 +50280,7 @@ declare namespace sap {
50249
50280
  * If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
50250
50281
  * use this event.
50251
50282
  *
50252
- * @deprecated (since 1.44)
50283
+ * @deprecated (since 1.44) - the concept has been discarded.
50253
50284
  *
50254
50285
  * @returns Reference to `this` in order to allow method chaining
50255
50286
  */
@@ -50280,7 +50311,7 @@ declare namespace sap {
50280
50311
  * If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
50281
50312
  * use this event.
50282
50313
  *
50283
- * @deprecated (since 1.44)
50314
+ * @deprecated (since 1.44) - the concept has been discarded.
50284
50315
  *
50285
50316
  * @returns Reference to `this` in order to allow method chaining
50286
50317
  */
@@ -50759,7 +50790,7 @@ declare namespace sap {
50759
50790
  * If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
50760
50791
  * use this event.
50761
50792
  *
50762
- * @deprecated (since 1.44)
50793
+ * @deprecated (since 1.44) - the concept has been discarded.
50763
50794
  *
50764
50795
  * @returns Reference to `this` in order to allow method chaining
50765
50796
  */
@@ -50790,7 +50821,7 @@ declare namespace sap {
50790
50821
  * If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
50791
50822
  * use this event.
50792
50823
  *
50793
- * @deprecated (since 1.44)
50824
+ * @deprecated (since 1.44) - the concept has been discarded.
50794
50825
  *
50795
50826
  * @returns Reference to `this` in order to allow method chaining
50796
50827
  */
@@ -51088,7 +51119,7 @@ declare namespace sap {
51088
51119
  *
51089
51120
  * The passed function and listener object must match the ones used for event registration.
51090
51121
  *
51091
- * @deprecated (since 1.44)
51122
+ * @deprecated (since 1.44) - the concept has been discarded.
51092
51123
  *
51093
51124
  * @returns Reference to `this` in order to allow method chaining
51094
51125
  */
@@ -51280,7 +51311,7 @@ declare namespace sap {
51280
51311
  *
51281
51312
  * The passed function and listener object must match the ones used for event registration.
51282
51313
  *
51283
- * @deprecated (since 1.44)
51314
+ * @deprecated (since 1.44) - the concept has been discarded.
51284
51315
  *
51285
51316
  * @returns Reference to `this` in order to allow method chaining
51286
51317
  */
@@ -51402,7 +51433,7 @@ declare namespace sap {
51402
51433
  /**
51403
51434
  * Fires event {@link #event:horizontalScroll horizontalScroll} to attached listeners.
51404
51435
  *
51405
- * @deprecated (since 1.44)
51436
+ * @deprecated (since 1.44) - the concept has been discarded.
51406
51437
  * @ui5-protected Do not call from applications (only from related classes in the framework)
51407
51438
  *
51408
51439
  * @returns Reference to `this` in order to allow method chaining
@@ -51533,7 +51564,7 @@ declare namespace sap {
51533
51564
  /**
51534
51565
  * Fires event {@link #event:verticalScroll verticalScroll} to attached listeners.
51535
51566
  *
51536
- * @deprecated (since 1.44)
51567
+ * @deprecated (since 1.44) - the concept has been discarded.
51537
51568
  * @ui5-protected Do not call from applications (only from related classes in the framework)
51538
51569
  *
51539
51570
  * @returns Reference to `this` in order to allow method chaining
@@ -54888,7 +54919,7 @@ declare namespace sap {
54888
54919
  /**
54889
54920
  * Event object of the GanttChartBase#horizontalScroll event.
54890
54921
  *
54891
- * @deprecated (since 1.44)
54922
+ * @deprecated (since 1.44) - the concept has been discarded.
54892
54923
  */
54893
54924
  type GanttChartBase$HorizontalScrollEvent = sap.ui.base.Event<
54894
54925
  GanttChartBase$HorizontalScrollEventParameters,
@@ -54970,7 +55001,7 @@ declare namespace sap {
54970
55001
  /**
54971
55002
  * Event object of the GanttChartBase#verticalScroll event.
54972
55003
  *
54973
- * @deprecated (since 1.44)
55004
+ * @deprecated (since 1.44) - the concept has been discarded.
54974
55005
  */
54975
55006
  type GanttChartBase$VerticalScrollEvent = sap.ui.base.Event<
54976
55007
  GanttChartBase$VerticalScrollEventParameters,
@@ -55091,6 +55122,8 @@ declare namespace sap {
55091
55122
 
55092
55123
  "sap/gantt/GanttChartWithTable": undefined;
55093
55124
 
55125
+ "sap/gantt/layouts/SidePanel": undefined;
55126
+
55094
55127
  "sap/gantt/legend/DimensionLegend": undefined;
55095
55128
 
55096
55129
  "sap/gantt/legend/LegendBase": undefined;