@sapui5/ts-types 1.149.0 → 1.150.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/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +165 -223
  7. package/types/sap.f.d.ts +57 -5
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +35 -15
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +93 -43
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +140 -30
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +141 -137
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +251 -27
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +132 -59
  31. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  32. package/types/sap.suite.ui.microchart.d.ts +4 -3
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +4 -3
  36. package/types/sap.ui.comp.d.ts +37 -25
  37. package/types/sap.ui.core.d.ts +753 -466
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +1 -1
  41. package/types/sap.ui.generic.app.d.ts +16 -11
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +111 -209
  44. package/types/sap.ui.integration.d.ts +1 -1
  45. package/types/sap.ui.layout.d.ts +7 -5
  46. package/types/sap.ui.mdc.d.ts +78 -9
  47. package/types/sap.ui.richtexteditor.d.ts +1 -1
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +3 -1
  51. package/types/sap.ui.table.d.ts +10 -7
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +72 -3
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +1 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.uiext.inbox.d.ts +1 -1
  59. package/types/sap.ushell.d.ts +1 -3
  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 +58 -39
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +39 -25
  65. package/types/sap.zen.crosstab.d.ts +15 -8
  66. package/types/sap.zen.dsh.d.ts +17 -9
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -5483,8 +5483,9 @@ declare namespace sap {
5483
5483
  * make sure you evaluate it thoroughly before migration.
5484
5484
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
5485
5485
  */
5486
- class Interaction_selectability extends sap.viz.ui5.core
5487
- .BaseStructuredType {
5486
+ class Interaction_selectability
5487
+ extends sap.viz.ui5.core.BaseStructuredType
5488
+ {
5488
5489
  /**
5489
5490
  * Constructor for a new sap.viz.ui5.types.controller.Interaction_selectability
5490
5491
  *
@@ -14544,8 +14545,9 @@ declare namespace sap {
14544
14545
  * make sure you evaluate it thoroughly before migration.
14545
14546
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
14546
14547
  */
14547
- class Background_border_bottom extends sap.viz.ui5.core
14548
- .BaseStructuredType {
14548
+ class Background_border_bottom
14549
+ extends sap.viz.ui5.core.BaseStructuredType
14550
+ {
14549
14551
  /**
14550
14552
  * Constructor for a new sap.viz.ui5.types.Background_border_bottom
14551
14553
  *
@@ -14657,8 +14659,9 @@ declare namespace sap {
14657
14659
  * make sure you evaluate it thoroughly before migration.
14658
14660
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
14659
14661
  */
14660
- class Background_border_left extends sap.viz.ui5.core
14661
- .BaseStructuredType {
14662
+ class Background_border_left
14663
+ extends sap.viz.ui5.core.BaseStructuredType
14664
+ {
14662
14665
  /**
14663
14666
  * Constructor for a new sap.viz.ui5.types.Background_border_left
14664
14667
  *
@@ -14770,8 +14773,9 @@ declare namespace sap {
14770
14773
  * make sure you evaluate it thoroughly before migration.
14771
14774
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
14772
14775
  */
14773
- class Background_border_right extends sap.viz.ui5.core
14774
- .BaseStructuredType {
14776
+ class Background_border_right
14777
+ extends sap.viz.ui5.core.BaseStructuredType
14778
+ {
14775
14779
  /**
14776
14780
  * Constructor for a new sap.viz.ui5.types.Background_border_right
14777
14781
  *
@@ -14883,8 +14887,9 @@ declare namespace sap {
14883
14887
  * make sure you evaluate it thoroughly before migration.
14884
14888
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
14885
14889
  */
14886
- class Background_border_top extends sap.viz.ui5.core
14887
- .BaseStructuredType {
14890
+ class Background_border_top
14891
+ extends sap.viz.ui5.core.BaseStructuredType
14892
+ {
14888
14893
  /**
14889
14894
  * Constructor for a new sap.viz.ui5.types.Background_border_top
14890
14895
  *
@@ -17616,8 +17621,9 @@ declare namespace sap {
17616
17621
  * make sure you evaluate it thoroughly before migration.
17617
17622
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
17618
17623
  */
17619
- class Combination_animation extends sap.viz.ui5.core
17620
- .BaseStructuredType {
17624
+ class Combination_animation
17625
+ extends sap.viz.ui5.core.BaseStructuredType
17626
+ {
17621
17627
  /**
17622
17628
  * Constructor for a new sap.viz.ui5.types.Combination_animation
17623
17629
  *
@@ -17900,8 +17906,9 @@ declare namespace sap {
17900
17906
  * make sure you evaluate it thoroughly before migration.
17901
17907
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
17902
17908
  */
17903
- class Combination_dataShape extends sap.viz.ui5.core
17904
- .BaseStructuredType {
17909
+ class Combination_dataShape
17910
+ extends sap.viz.ui5.core.BaseStructuredType
17911
+ {
17905
17912
  /**
17906
17913
  * Constructor for a new sap.viz.ui5.types.Combination_dataShape
17907
17914
  *
@@ -18211,8 +18218,9 @@ declare namespace sap {
18211
18218
  * make sure you evaluate it thoroughly before migration.
18212
18219
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
18213
18220
  */
18214
- class Combination_line_marker extends sap.viz.ui5.core
18215
- .BaseStructuredType {
18221
+ class Combination_line_marker
18222
+ extends sap.viz.ui5.core.BaseStructuredType
18223
+ {
18216
18224
  /**
18217
18225
  * Constructor for a new sap.viz.ui5.types.Combination_line_marker
18218
18226
  *
@@ -19322,8 +19330,9 @@ declare namespace sap {
19322
19330
  * make sure you evaluate it thoroughly before migration.
19323
19331
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
19324
19332
  */
19325
- class Datatransform_autoBinning extends sap.viz.ui5.core
19326
- .BaseStructuredType {
19333
+ class Datatransform_autoBinning
19334
+ extends sap.viz.ui5.core.BaseStructuredType
19335
+ {
19327
19336
  /**
19328
19337
  * Constructor for a new sap.viz.ui5.types.Datatransform_autoBinning
19329
19338
  *
@@ -19464,8 +19473,9 @@ declare namespace sap {
19464
19473
  * make sure you evaluate it thoroughly before migration.
19465
19474
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
19466
19475
  */
19467
- class Datatransform_dataSampling extends sap.viz.ui5.core
19468
- .BaseStructuredType {
19476
+ class Datatransform_dataSampling
19477
+ extends sap.viz.ui5.core.BaseStructuredType
19478
+ {
19469
19479
  /**
19470
19480
  * Constructor for a new sap.viz.ui5.types.Datatransform_dataSampling
19471
19481
  *
@@ -19660,8 +19670,9 @@ declare namespace sap {
19660
19670
  * make sure you evaluate it thoroughly before migration.
19661
19671
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
19662
19672
  */
19663
- class Datatransform_dataSampling_grid extends sap.viz.ui5.core
19664
- .BaseStructuredType {
19673
+ class Datatransform_dataSampling_grid
19674
+ extends sap.viz.ui5.core.BaseStructuredType
19675
+ {
19665
19676
  /**
19666
19677
  * Constructor for a new sap.viz.ui5.types.Datatransform_dataSampling_grid
19667
19678
  *
@@ -24280,8 +24291,9 @@ declare namespace sap {
24280
24291
  * make sure you evaluate it thoroughly before migration.
24281
24292
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
24282
24293
  */
24283
- class StackedVerticalBar_animation extends sap.viz.ui5.core
24284
- .BaseStructuredType {
24294
+ class StackedVerticalBar_animation
24295
+ extends sap.viz.ui5.core.BaseStructuredType
24296
+ {
24285
24297
  /**
24286
24298
  * Constructor for a new sap.viz.ui5.types.StackedVerticalBar_animation
24287
24299
  *
@@ -24442,8 +24454,9 @@ declare namespace sap {
24442
24454
  * @deprecated As of version 1.12. This Property has been deprecated. This interface will be removed from
24443
24455
  * the SAPUI5 delivery in one of the next releases.
24444
24456
  */
24445
- class StackedVerticalBar_tooltip extends sap.viz.ui5.core
24446
- .BaseStructuredType {
24457
+ class StackedVerticalBar_tooltip
24458
+ extends sap.viz.ui5.core.BaseStructuredType
24459
+ {
24447
24460
  /**
24448
24461
  * Constructor for a new sap.viz.ui5.types.StackedVerticalBar_tooltip
24449
24462
  *
@@ -25525,8 +25538,9 @@ declare namespace sap {
25525
25538
  * @deprecated As of version 1.12. This Property has been deprecated. This interface will be removed from
25526
25539
  * the SAPUI5 delivery in one of the next releases.
25527
25540
  */
25528
- class Tooltip_bodyDimensionLabel extends sap.viz.ui5.core
25529
- .BaseStructuredType {
25541
+ class Tooltip_bodyDimensionLabel
25542
+ extends sap.viz.ui5.core.BaseStructuredType
25543
+ {
25530
25544
  /**
25531
25545
  * Constructor for a new sap.viz.ui5.types.Tooltip_bodyDimensionLabel
25532
25546
  *
@@ -25629,8 +25643,9 @@ declare namespace sap {
25629
25643
  * @deprecated As of version 1.12. This Property has been deprecated. This interface will be removed from
25630
25644
  * the SAPUI5 delivery in one of the next releases.
25631
25645
  */
25632
- class Tooltip_bodyDimensionValue extends sap.viz.ui5.core
25633
- .BaseStructuredType {
25646
+ class Tooltip_bodyDimensionValue
25647
+ extends sap.viz.ui5.core.BaseStructuredType
25648
+ {
25634
25649
  /**
25635
25650
  * Constructor for a new sap.viz.ui5.types.Tooltip_bodyDimensionValue
25636
25651
  *
@@ -25733,8 +25748,9 @@ declare namespace sap {
25733
25748
  * @deprecated As of version 1.12. This Property has been deprecated. This interface will be removed from
25734
25749
  * the SAPUI5 delivery in one of the next releases.
25735
25750
  */
25736
- class Tooltip_bodyMeasureLabel extends sap.viz.ui5.core
25737
- .BaseStructuredType {
25751
+ class Tooltip_bodyMeasureLabel
25752
+ extends sap.viz.ui5.core.BaseStructuredType
25753
+ {
25738
25754
  /**
25739
25755
  * Constructor for a new sap.viz.ui5.types.Tooltip_bodyMeasureLabel
25740
25756
  *
@@ -25837,8 +25853,9 @@ declare namespace sap {
25837
25853
  * @deprecated As of version 1.12. This Property has been deprecated. This interface will be removed from
25838
25854
  * the SAPUI5 delivery in one of the next releases.
25839
25855
  */
25840
- class Tooltip_bodyMeasureValue extends sap.viz.ui5.core
25841
- .BaseStructuredType {
25856
+ class Tooltip_bodyMeasureValue
25857
+ extends sap.viz.ui5.core.BaseStructuredType
25858
+ {
25842
25859
  /**
25843
25860
  * Constructor for a new sap.viz.ui5.types.Tooltip_bodyMeasureValue
25844
25861
  *
@@ -26176,8 +26193,9 @@ declare namespace sap {
26176
26193
  * @deprecated As of version 1.12. This Property has been deprecated. This interface will be removed from
26177
26194
  * the SAPUI5 delivery in one of the next releases.
26178
26195
  */
26179
- class Tooltip_separationLine extends sap.viz.ui5.core
26180
- .BaseStructuredType {
26196
+ class Tooltip_separationLine
26197
+ extends sap.viz.ui5.core.BaseStructuredType
26198
+ {
26181
26199
  /**
26182
26200
  * Constructor for a new sap.viz.ui5.types.Tooltip_separationLine
26183
26201
  *
@@ -27358,8 +27376,9 @@ declare namespace sap {
27358
27376
  * make sure you evaluate it thoroughly before migration.
27359
27377
  * @experimental As of version 1.7.2. Charting API is not finished yet and might change completely.
27360
27378
  */
27361
- class VerticalBar_animation extends sap.viz.ui5.core
27362
- .BaseStructuredType {
27379
+ class VerticalBar_animation
27380
+ extends sap.viz.ui5.core.BaseStructuredType
27381
+ {
27363
27382
  /**
27364
27383
  * Constructor for a new sap.viz.ui5.types.VerticalBar_animation
27365
27384
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -10,7 +10,8 @@ declare namespace sap {
10
10
  /**
11
11
  * Describes the settings that can be provided to the AbsoluteLayout constructor.
12
12
  *
13
- * @deprecated As of version 1.38. the concept has been discarded.
13
+ * @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
14
+ * and has been replaced by Web Dynpro-based apps in S/4HANA.
14
15
  */
15
16
  interface $AbsoluteLayoutSettings extends sap.ui.core.$ControlSettings {
16
17
  /**
@@ -58,7 +59,8 @@ declare namespace sap {
58
59
  /**
59
60
  * Describes the settings that can be provided to the MatrixLayout constructor.
60
61
  *
61
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
62
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
63
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
62
64
  */
63
65
  interface $MatrixLayoutSettings extends sap.ui.core.$ControlSettings {
64
66
  /**
@@ -118,7 +120,8 @@ declare namespace sap {
118
120
  /**
119
121
  * Describes the settings that can be provided to the MatrixLayoutCell constructor.
120
122
  *
121
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
123
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
124
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
122
125
  */
123
126
  interface $MatrixLayoutCellSettings
124
127
  extends sap.ui.core.$ElementSettings {}
@@ -126,7 +129,8 @@ declare namespace sap {
126
129
  /**
127
130
  * Describes the settings that can be provided to the MatrixLayoutRow constructor.
128
131
  *
129
- * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
132
+ * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
133
+ * is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
130
134
  */
131
135
  interface $MatrixLayoutRowSettings
132
136
  extends sap.ui.core.$ElementSettings {
@@ -151,7 +155,8 @@ declare namespace sap {
151
155
  /**
152
156
  * Describes the settings that can be provided to the PositionContainer constructor.
153
157
  *
154
- * @deprecated As of version 1.89. the concept has been discarded.
158
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
159
+ * apps in S/4HANA.
155
160
  */
156
161
  interface $PositionContainerSettings
157
162
  extends sap.ui.core.$ElementSettings {
@@ -214,7 +219,8 @@ declare namespace sap {
214
219
  /**
215
220
  * The Absolute Layout positions its child controls absolutely
216
221
  *
217
- * @deprecated As of version 1.38. the concept has been discarded.
222
+ * @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
223
+ * and has been replaced by Web Dynpro-based apps in S/4HANA.
218
224
  */
219
225
  class AbsoluteLayout extends sap.ui.core.Control {
220
226
  /**
@@ -565,7 +571,8 @@ declare namespace sap {
565
571
  ): this;
566
572
  }
567
573
  /**
568
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
574
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
575
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
569
576
  */
570
577
  class MatrixLayout extends sap.ui.core.Control {
571
578
  /**
@@ -867,7 +874,8 @@ declare namespace sap {
867
874
  /**
868
875
  * Non-control element used as part of a matrix layout's inner structure.
869
876
  *
870
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
877
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
878
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
871
879
  */
872
880
  class MatrixLayoutCell extends sap.ui.core.Element {
873
881
  /**
@@ -997,7 +1005,7 @@ declare namespace sap {
997
1005
  *
998
1006
  * Determines the matrix layout cell's background design.
999
1007
  *
1000
- * Default value is `'Transparent'`.
1008
+ * Default value is `"Transparent"`.
1001
1009
  *
1002
1010
  *
1003
1011
  * @returns Value of property `backgroundDesign`
@@ -1028,7 +1036,7 @@ declare namespace sap {
1028
1036
  *
1029
1037
  * Determines the horizontal alignment of the matrix layout cell's content with the cell's borders.
1030
1038
  *
1031
- * Default value is `'Begin'`.
1039
+ * Default value is `"Begin"`.
1032
1040
  *
1033
1041
  *
1034
1042
  * @returns Value of property `hAlign`
@@ -1041,7 +1049,7 @@ declare namespace sap {
1041
1049
  * is appropriate for all cells in a form-like layout. Consider to remove the padding on the outer layout
1042
1050
  * in case of nesting.
1043
1051
  *
1044
- * Default value is `'End'`.
1052
+ * Default value is `"End"`.
1045
1053
  *
1046
1054
  *
1047
1055
  * @returns Value of property `padding`
@@ -1065,7 +1073,7 @@ declare namespace sap {
1065
1073
  * Determines how a matrix layout cell is separated from its predecessor, via a vertical gutter of variable
1066
1074
  * width, with or without a vertical line.
1067
1075
  *
1068
- * Default value is `'None'`.
1076
+ * Default value is `"None"`.
1069
1077
  *
1070
1078
  *
1071
1079
  * @returns Value of property `separation`
@@ -1076,7 +1084,7 @@ declare namespace sap {
1076
1084
  *
1077
1085
  * Determines the vertical alignment of the matrix layout cell's content with the cell's borders.
1078
1086
  *
1079
- * Default value is `'Middle'`.
1087
+ * Default value is `"Middle"`.
1080
1088
  *
1081
1089
  *
1082
1090
  * @returns Value of property `vAlign`
@@ -1163,7 +1171,7 @@ declare namespace sap {
1163
1171
  *
1164
1172
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1165
1173
  *
1166
- * Default value is `'Transparent'`.
1174
+ * Default value is `"Transparent"`.
1167
1175
  *
1168
1176
  *
1169
1177
  * @returns Reference to `this` in order to allow method chaining
@@ -1199,7 +1207,7 @@ declare namespace sap {
1199
1207
  *
1200
1208
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1201
1209
  *
1202
- * Default value is `'Begin'`.
1210
+ * Default value is `"Begin"`.
1203
1211
  *
1204
1212
  *
1205
1213
  * @returns Reference to `this` in order to allow method chaining
@@ -1219,7 +1227,7 @@ declare namespace sap {
1219
1227
  *
1220
1228
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1221
1229
  *
1222
- * Default value is `'End'`.
1230
+ * Default value is `"End"`.
1223
1231
  *
1224
1232
  *
1225
1233
  * @returns Reference to `this` in order to allow method chaining
@@ -1257,7 +1265,7 @@ declare namespace sap {
1257
1265
  *
1258
1266
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1259
1267
  *
1260
- * Default value is `'None'`.
1268
+ * Default value is `"None"`.
1261
1269
  *
1262
1270
  *
1263
1271
  * @returns Reference to `this` in order to allow method chaining
@@ -1275,7 +1283,7 @@ declare namespace sap {
1275
1283
  *
1276
1284
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1277
1285
  *
1278
- * Default value is `'Middle'`.
1286
+ * Default value is `"Middle"`.
1279
1287
  *
1280
1288
  *
1281
1289
  * @returns Reference to `this` in order to allow method chaining
@@ -1290,7 +1298,8 @@ declare namespace sap {
1290
1298
  /**
1291
1299
  * Non-control element used as part of a matrix layout's inner structure.
1292
1300
  *
1293
- * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
1301
+ * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
1302
+ * is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
1294
1303
  */
1295
1304
  class MatrixLayoutRow extends sap.ui.core.Element {
1296
1305
  /**
@@ -1524,7 +1533,8 @@ declare namespace sap {
1524
1533
  /**
1525
1534
  * Is used to specify the position of a control in the AbsoluteLayout
1526
1535
  *
1527
- * @deprecated As of version 1.89. the concept has been discarded.
1536
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1537
+ * apps in S/4HANA.
1528
1538
  */
1529
1539
  class PositionContainer extends sap.ui.core.Element {
1530
1540
  /**
@@ -1797,7 +1807,8 @@ declare namespace sap {
1797
1807
  * Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
1798
1808
  * depend on the current locale's writing direction while others do not.
1799
1809
  *
1800
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1810
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1811
+ * apps in S/4HANA.
1801
1812
  */
1802
1813
  enum HAlign {
1803
1814
  /**
@@ -1826,7 +1837,8 @@ declare namespace sap {
1826
1837
  * include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards
1827
1838
  * the beginning or end of a line, in the current locale's writing direction.
1828
1839
  *
1829
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1840
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1841
+ * apps in S/4HANA.
1830
1842
  * @experimental
1831
1843
  */
1832
1844
  enum Padding {
@@ -1857,7 +1869,8 @@ declare namespace sap {
1857
1869
  * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
1858
1870
  * without a vertical line in its middle.
1859
1871
  *
1860
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1872
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1873
+ * apps in S/4HANA.
1861
1874
  */
1862
1875
  enum Separation {
1863
1876
  /**
@@ -1892,7 +1905,8 @@ declare namespace sap {
1892
1905
  /**
1893
1906
  * Vertical alignment, e.g. of a layout cell's content within the cell's borders.
1894
1907
  *
1895
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1908
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1909
+ * apps in S/4HANA.
1896
1910
  */
1897
1911
  enum VAlign {
1898
1912
  /**
@@ -1,18 +1,20 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
5
5
  /**
6
6
  * Design Studio Crosstab library. NOT INTENDED FOR STANDALONE USAGE.
7
7
  *
8
- * @deprecated As of version 1.89.0.
8
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
9
+ * apps in S/4HANA.
9
10
  * @experimental
10
11
  */
11
12
  namespace crosstab {
12
13
  /**
13
14
  * Describes the settings that can be provided to the Crosstab constructor.
14
15
  *
15
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
16
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
17
+ * apps in S/4HANA.
16
18
  */
17
19
  interface $CrosstabSettings extends sap.ui.core.$ControlSettings {
18
20
  /**
@@ -35,7 +37,8 @@ declare namespace sap {
35
37
  /**
36
38
  * Describes the settings that can be provided to the DataCell constructor.
37
39
  *
38
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
40
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
41
+ * apps in S/4HANA.
39
42
  */
40
43
  interface $DataCellSettings extends sap.ui.core.$ControlSettings {
41
44
  /**
@@ -87,7 +90,8 @@ declare namespace sap {
87
90
  /**
88
91
  * Describes the settings that can be provided to the HeaderCell constructor.
89
92
  *
90
- * @deprecated As of version 1.89.0. please use the WD Grid control instead.
93
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
94
+ * apps in S/4HANA.
91
95
  */
92
96
  interface $HeaderCellSettings extends sap.ui.core.$ControlSettings {
93
97
  /**
@@ -259,7 +263,8 @@ declare namespace sap {
259
263
  /**
260
264
  * Add your documentation for the new Crosstab
261
265
  *
262
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
266
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
267
+ * apps in S/4HANA.
263
268
  */
264
269
  class Crosstab extends sap.ui.core.Control {
265
270
  /**
@@ -378,7 +383,8 @@ declare namespace sap {
378
383
  /**
379
384
  * Add your documentation for the new DataCell
380
385
  *
381
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
386
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
387
+ * apps in S/4HANA.
382
388
  */
383
389
  class DataCell extends sap.ui.core.Control {
384
390
  /**
@@ -599,7 +605,8 @@ declare namespace sap {
599
605
  /**
600
606
  * Add your documentation for the new HeaderCell
601
607
  *
602
- * @deprecated As of version 1.89.0. please use the WD Grid control instead.
608
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
609
+ * apps in S/4HANA.
603
610
  */
604
611
  class HeaderCell extends sap.ui.core.Control {
605
612
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -10,7 +10,8 @@ declare namespace sap {
10
10
  /**
11
11
  * Model implementation for JSON format
12
12
  *
13
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
13
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
14
+ * apps in S/4HANA.
14
15
  */
15
16
  class SDKModel extends sap.ui.model.Model {
16
17
  /**
@@ -59,7 +60,8 @@ declare namespace sap {
59
60
  /**
60
61
  * Describes the settings that can be provided to the AnalyticGrid constructor.
61
62
  *
62
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
63
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
64
+ * apps in S/4HANA.
63
65
  * @experimental As of version 1.46. API is incomplete and may change incompatibly
64
66
  */
65
67
  interface $AnalyticGridSettings extends sap.ui.core.$ControlSettings {
@@ -120,7 +122,8 @@ declare namespace sap {
120
122
  /**
121
123
  * Describes the settings that can be provided to the Dsh constructor.
122
124
  *
123
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
125
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
126
+ * apps in S/4HANA.
124
127
  */
125
128
  interface $DshSettings extends sap.ui.core.$ControlSettings {
126
129
  /**
@@ -202,7 +205,8 @@ declare namespace sap {
202
205
  /**
203
206
  * Describes the settings that can be provided to the ValueHelpDialog constructor.
204
207
  *
205
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
208
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
209
+ * apps in S/4HANA.
206
210
  */
207
211
  interface $ValueHelpDialogSettings extends sap.m.$DialogSettings {
208
212
  /**
@@ -459,7 +463,8 @@ declare namespace sap {
459
463
  * Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
460
464
  *
461
465
  * @since 1.46
462
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
466
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
467
+ * apps in S/4HANA.
463
468
  * @experimental As of version 1.46. API is incomplete and may change incompatibly
464
469
  */
465
470
  class AnalyticGrid extends sap.ui.core.Control {
@@ -847,7 +852,8 @@ declare namespace sap {
847
852
  * Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
848
853
  *
849
854
  * @since 1.44
850
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
855
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
856
+ * apps in S/4HANA.
851
857
  */
852
858
  class Dsh extends sap.ui.core.Control {
853
859
  /**
@@ -1290,7 +1296,8 @@ declare namespace sap {
1290
1296
  /**
1291
1297
  * The ValueHelpDialog control can be used to implement a value help for an input field.
1292
1298
  *
1293
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1299
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1300
+ * apps in S/4HANA.
1294
1301
  */
1295
1302
  class ValueHelpDialog extends sap.m.Dialog {
1296
1303
  /**
@@ -2181,7 +2188,8 @@ declare namespace sap {
2181
2188
  /**
2182
2189
  * Sort Type
2183
2190
  *
2184
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
2191
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
2192
+ * apps in S/4HANA.
2185
2193
  * @experimental
2186
2194
  */
2187
2195
  enum ValueHelpRangeOperation {