@sapui5/ts-types-esm 1.136.17 → 1.136.19

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 (59) hide show
  1. package/package.json +1 -1
  2. package/types/{core-1.136.14-esm-d.ts → core-1.136.16-esm-d.ts} +1 -1
  3. package/types/index.d.ts +7 -7
  4. package/types/{mdc-1.136.9-esm-d.ts → mdc-1.136.16-esm-d.ts} +15 -7
  5. package/types/{mobile-1.136.14-esm-d.ts → mobile-1.136.16-esm-d.ts} +1 -1
  6. package/types/sap.chart.d.ts +1 -1
  7. package/types/sap.f.d.ts +1 -1
  8. package/types/sap.fe.base.d.ts +1 -1
  9. package/types/sap.fe.controls.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +1 -1
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +2 -2
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.gantt.d.ts +99 -1
  20. package/types/sap.insights.d.ts +1 -1
  21. package/types/sap.makit.d.ts +1 -1
  22. package/types/sap.me.d.ts +1 -1
  23. package/types/sap.ndc.d.ts +1 -1
  24. package/types/sap.ovp.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +1171 -7
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/{tnt-1.136.14-esm-d.ts → sap.tnt.d.ts} +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/{commons-1.136.14-esm-d.ts → sap.ui.commons.d.ts} +1 -1
  32. package/types/sap.ui.comp.d.ts +1 -1
  33. package/types/{dt-1.136.14-esm-d.ts → sap.ui.dt.d.ts} +1 -1
  34. package/types/sap.ui.export.d.ts +1 -1
  35. package/types/sap.ui.fl.d.ts +1 -1
  36. package/types/sap.ui.generic.app.d.ts +1 -1
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +1 -1
  39. package/types/sap.ui.layout.d.ts +1 -1
  40. package/types/sap.ui.richtexteditor.d.ts +1 -1
  41. package/types/sap.ui.rta.d.ts +1 -1
  42. package/types/sap.ui.suite.d.ts +1 -1
  43. package/types/sap.ui.support.d.ts +1 -1
  44. package/types/sap.ui.table.d.ts +1 -1
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +1 -1
  47. package/types/{ux3-1.136.14-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
  48. package/types/sap.ui.vbm.d.ts +1 -1
  49. package/types/sap.ui.webc.common.d.ts +1 -1
  50. package/types/sap.ui.webc.fiori.d.ts +1 -1
  51. package/types/sap.ui.webc.main.d.ts +1 -1
  52. package/types/sap.uiext.inbox.d.ts +1 -1
  53. package/types/sap.ushell.d.ts +1 -1
  54. package/types/sap.ushell_abap.d.ts +1 -1
  55. package/types/sap.uxap.d.ts +1 -1
  56. package/types/sap.viz.d.ts +1 -1
  57. package/types/sap.zen.commons.d.ts +29 -15
  58. package/types/sap.zen.crosstab.d.ts +13 -7
  59. package/types/sap.zen.dsh.d.ts +17 -9
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.16
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare module "sap/ui/generic/app/library" {
4
4
  export namespace navigation {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.19
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.19
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.13
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -7,7 +7,8 @@ declare module "sap/zen/commons/HAlign" {
7
7
  * Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
8
8
  * depend on the current locale's writing direction while others do not.
9
9
  *
10
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
10
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
11
+ * apps in S/4HANA.
11
12
  */
12
13
  enum HAlign {
13
14
  /**
@@ -51,7 +52,8 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
51
52
  /**
52
53
  * The Absolute Layout positions its child controls absolutely
53
54
  *
54
- * @deprecated As of version 1.38. the concept has been discarded.
55
+ * @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
56
+ * and has been replaced by Web Dynpro-based apps in S/4HANA.
55
57
  */
56
58
  export default class AbsoluteLayout extends Control {
57
59
  /**
@@ -401,7 +403,8 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
401
403
  /**
402
404
  * Describes the settings that can be provided to the AbsoluteLayout constructor.
403
405
  *
404
- * @deprecated As of version 1.38. the concept has been discarded.
406
+ * @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
407
+ * and has been replaced by Web Dynpro-based apps in S/4HANA.
405
408
  */
406
409
  export interface $AbsoluteLayoutSettings extends $ControlSettings {
407
410
  /**
@@ -458,7 +461,8 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
458
461
  } from "sap/ui/base/ManagedObject";
459
462
 
460
463
  /**
461
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
464
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
465
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
462
466
  */
463
467
  export default class MatrixLayout extends Control {
464
468
  /**
@@ -757,7 +761,8 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
757
761
  /**
758
762
  * Describes the settings that can be provided to the MatrixLayout constructor.
759
763
  *
760
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
764
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
765
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
761
766
  */
762
767
  export interface $MatrixLayoutSettings extends $ControlSettings {
763
768
  /**
@@ -806,7 +811,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
806
811
  /**
807
812
  * Non-control element used as part of a matrix layout's inner structure.
808
813
  *
809
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
814
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
815
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
810
816
  */
811
817
  export default class MatrixLayoutCell extends UI5Element {
812
818
  /**
@@ -904,7 +910,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
904
910
  /**
905
911
  * Describes the settings that can be provided to the MatrixLayoutCell constructor.
906
912
  *
907
- * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
913
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
914
+ * library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
908
915
  */
909
916
  export interface $MatrixLayoutCellSettings extends $ElementSettings {}
910
917
  }
@@ -926,7 +933,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
926
933
  /**
927
934
  * Non-control element used as part of a matrix layout's inner structure.
928
935
  *
929
- * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
936
+ * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
937
+ * is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
930
938
  */
931
939
  export default class MatrixLayoutRow extends UI5Element {
932
940
  /**
@@ -1157,7 +1165,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
1157
1165
  /**
1158
1166
  * Describes the settings that can be provided to the MatrixLayoutRow constructor.
1159
1167
  *
1160
- * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
1168
+ * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
1169
+ * is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
1161
1170
  */
1162
1171
  export interface $MatrixLayoutRowSettings extends $ElementSettings {
1163
1172
  /**
@@ -1190,7 +1199,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
1190
1199
  /**
1191
1200
  * Is used to specify the position of a control in the AbsoluteLayout
1192
1201
  *
1193
- * @deprecated As of version 1.89. the concept has been discarded.
1202
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1203
+ * apps in S/4HANA.
1194
1204
  */
1195
1205
  export default class PositionContainer extends UI5Element {
1196
1206
  /**
@@ -1457,7 +1467,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
1457
1467
  /**
1458
1468
  * Describes the settings that can be provided to the PositionContainer constructor.
1459
1469
  *
1460
- * @deprecated As of version 1.89. the concept has been discarded.
1470
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1471
+ * apps in S/4HANA.
1461
1472
  */
1462
1473
  export interface $PositionContainerSettings extends $ElementSettings {
1463
1474
  /**
@@ -1505,7 +1516,8 @@ declare module "sap/zen/commons/Padding" {
1505
1516
  * include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards
1506
1517
  * the beginning or end of a line, in the current locale's writing direction.
1507
1518
  *
1508
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1519
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1520
+ * apps in S/4HANA.
1509
1521
  * @experimental
1510
1522
  */
1511
1523
  enum Padding {
@@ -1540,7 +1552,8 @@ declare module "sap/zen/commons/Separation" {
1540
1552
  * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
1541
1553
  * without a vertical line in its middle.
1542
1554
  *
1543
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1555
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1556
+ * apps in S/4HANA.
1544
1557
  */
1545
1558
  enum Separation {
1546
1559
  /**
@@ -1579,7 +1592,8 @@ declare module "sap/zen/commons/VAlign" {
1579
1592
  /**
1580
1593
  * Vertical alignment, e.g. of a layout cell's content within the cell's borders.
1581
1594
  *
1582
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1595
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1596
+ * apps in S/4HANA.
1583
1597
  */
1584
1598
  enum VAlign {
1585
1599
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.13
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -14,7 +14,8 @@ declare module "sap/zen/crosstab/Crosstab" {
14
14
  /**
15
15
  * Add your documentation for the new Crosstab
16
16
  *
17
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
17
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
18
+ * apps in S/4HANA.
18
19
  */
19
20
  export default class Crosstab extends Control {
20
21
  /**
@@ -133,7 +134,8 @@ declare module "sap/zen/crosstab/Crosstab" {
133
134
  /**
134
135
  * Describes the settings that can be provided to the Crosstab constructor.
135
136
  *
136
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
137
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
138
+ * apps in S/4HANA.
137
139
  */
138
140
  export interface $CrosstabSettings extends $ControlSettings {
139
141
  /**
@@ -158,7 +160,8 @@ declare module "sap/zen/crosstab/DataCell" {
158
160
  /**
159
161
  * Add your documentation for the new DataCell
160
162
  *
161
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
163
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
164
+ * apps in S/4HANA.
162
165
  */
163
166
  export default class DataCell extends Control {
164
167
  /**
@@ -379,7 +382,8 @@ declare module "sap/zen/crosstab/DataCell" {
379
382
  /**
380
383
  * Describes the settings that can be provided to the DataCell constructor.
381
384
  *
382
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
385
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
386
+ * apps in S/4HANA.
383
387
  */
384
388
  export interface $DataCellSettings extends $ControlSettings {
385
389
  /**
@@ -424,7 +428,8 @@ declare module "sap/zen/crosstab/HeaderCell" {
424
428
  /**
425
429
  * Add your documentation for the new HeaderCell
426
430
  *
427
- * @deprecated As of version 1.89.0. please use the WD Grid control instead.
431
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
432
+ * apps in S/4HANA.
428
433
  */
429
434
  export default class HeaderCell extends Control {
430
435
  /**
@@ -1099,7 +1104,8 @@ declare module "sap/zen/crosstab/HeaderCell" {
1099
1104
  /**
1100
1105
  * Describes the settings that can be provided to the HeaderCell constructor.
1101
1106
  *
1102
- * @deprecated As of version 1.89.0. please use the WD Grid control instead.
1107
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1108
+ * apps in S/4HANA.
1103
1109
  */
1104
1110
  export interface $HeaderCellSettings extends $ControlSettings {
1105
1111
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.13
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4
 
@@ -17,7 +17,8 @@ declare module "sap/zen/dsh/AnalyticGrid" {
17
17
  * Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
18
18
  *
19
19
  * @since 1.46
20
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
20
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
21
+ * apps in S/4HANA.
21
22
  * @experimental As of version 1.46. API is incomplete and may change incompatibly
22
23
  */
23
24
  export default class AnalyticGrid extends Control {
@@ -404,7 +405,8 @@ declare module "sap/zen/dsh/AnalyticGrid" {
404
405
  /**
405
406
  * Describes the settings that can be provided to the AnalyticGrid constructor.
406
407
  *
407
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
408
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
409
+ * apps in S/4HANA.
408
410
  * @experimental As of version 1.46. API is incomplete and may change incompatibly
409
411
  */
410
412
  export interface $AnalyticGridSettings extends $ControlSettings {
@@ -503,7 +505,8 @@ declare module "sap/zen/dsh/Dsh" {
503
505
  * Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
504
506
  *
505
507
  * @since 1.44
506
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
508
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
509
+ * apps in S/4HANA.
507
510
  */
508
511
  export default class Dsh extends Control {
509
512
  /**
@@ -946,7 +949,8 @@ declare module "sap/zen/dsh/Dsh" {
946
949
  /**
947
950
  * Describes the settings that can be provided to the Dsh constructor.
948
951
  *
949
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
952
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
953
+ * apps in S/4HANA.
950
954
  */
951
955
  export interface $DshSettings extends $ControlSettings {
952
956
  /**
@@ -1029,7 +1033,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
1029
1033
  /**
1030
1034
  * The ValueHelpDialog control can be used to implement a value help for an input field.
1031
1035
  *
1032
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1036
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1037
+ * apps in S/4HANA.
1033
1038
  */
1034
1039
  export default class ValueHelpDialog extends Dialog {
1035
1040
  /**
@@ -1924,7 +1929,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
1924
1929
  /**
1925
1930
  * Describes the settings that can be provided to the ValueHelpDialog constructor.
1926
1931
  *
1927
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1932
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
1933
+ * apps in S/4HANA.
1928
1934
  */
1929
1935
  export interface $ValueHelpDialogSettings extends $DialogSettings {
1930
1936
  /**
@@ -2175,7 +2181,8 @@ declare module "sap/zen/dsh/ValueHelpRangeOperation" {
2175
2181
  /**
2176
2182
  * Sort Type
2177
2183
  *
2178
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
2184
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
2185
+ * apps in S/4HANA.
2179
2186
  * @experimental
2180
2187
  */
2181
2188
  enum ValueHelpRangeOperation {
@@ -2227,7 +2234,8 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
2227
2234
  /**
2228
2235
  * Model implementation for JSON format
2229
2236
  *
2230
- * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
2237
+ * @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
2238
+ * apps in S/4HANA.
2231
2239
  */
2232
2240
  export default class SDKModel extends Model {
2233
2241
  /**