@sapui5/ts-types-esm 1.132.0 → 1.133.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +937 -106
  7. package/types/sap.esh.search.ui.d.ts +39 -1
  8. package/types/sap.f.d.ts +159 -175
  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 +16 -9
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +81 -45
  14. package/types/sap.fe.navigation.d.ts +3 -3
  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 +3 -8
  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 +385 -329
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +1946 -1117
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  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 +41 -41
  29. package/types/sap.sac.df.d.ts +108 -98
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +28 -8
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +229 -14
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +427 -421
  37. package/types/sap.ui.core.d.ts +693 -718
  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 +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +324 -236
  44. package/types/sap.ui.layout.d.ts +87 -103
  45. package/types/sap.ui.mdc.d.ts +167 -142
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +130 -112
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +57 -57
  55. package/types/sap.ui.vk.d.ts +135 -132
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +206 -123
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +33 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -7,7 +7,7 @@ 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 (since 1.89.0) - Please use the WD Grid control instead.
10
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
11
11
  */
12
12
  enum HAlign {
13
13
  /**
@@ -51,7 +51,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
51
51
  /**
52
52
  * The Absolute Layout positions its child controls absolutely
53
53
  *
54
- * @deprecated (since 1.38) - the concept has been discarded.
54
+ * @deprecated As of version 1.38. the concept has been discarded.
55
55
  */
56
56
  export default class AbsoluteLayout extends Control {
57
57
  /**
@@ -181,7 +181,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
181
181
  *
182
182
  * @returns Value of property `horizontalScrolling`
183
183
  */
184
- getHorizontalScrolling(): Scrolling | keyof typeof Scrolling;
184
+ getHorizontalScrolling(): Scrolling;
185
185
  /**
186
186
  * Gets content of aggregation {@link #getPositions positions}.
187
187
  *
@@ -198,7 +198,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
198
198
  *
199
199
  * @returns Value of property `verticalScrolling`
200
200
  */
201
- getVerticalScrolling(): Scrolling | keyof typeof Scrolling;
201
+ getVerticalScrolling(): Scrolling;
202
202
  /**
203
203
  * Gets current value of property {@link #getWidth width}.
204
204
  *
@@ -401,7 +401,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
401
401
  /**
402
402
  * Describes the settings that can be provided to the AbsoluteLayout constructor.
403
403
  *
404
- * @deprecated (since 1.38) - the concept has been discarded.
404
+ * @deprecated As of version 1.38. the concept has been discarded.
405
405
  */
406
406
  export interface $AbsoluteLayoutSettings extends $ControlSettings {
407
407
  /**
@@ -458,7 +458,7 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
458
458
  } from "sap/ui/base/ManagedObject";
459
459
 
460
460
  /**
461
- * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
461
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
462
462
  */
463
463
  export default class MatrixLayout extends Control {
464
464
  /**
@@ -757,7 +757,7 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
757
757
  /**
758
758
  * Describes the settings that can be provided to the MatrixLayout constructor.
759
759
  *
760
- * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
760
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
761
761
  */
762
762
  export interface $MatrixLayoutSettings extends $ControlSettings {
763
763
  /**
@@ -806,7 +806,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
806
806
  /**
807
807
  * Non-control element used as part of a matrix layout's inner structure.
808
808
  *
809
- * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
809
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
810
810
  */
811
811
  export default class MatrixLayoutCell extends UI5Element {
812
812
  /**
@@ -904,7 +904,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
904
904
  /**
905
905
  * Describes the settings that can be provided to the MatrixLayoutCell constructor.
906
906
  *
907
- * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
907
+ * @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
908
908
  */
909
909
  export interface $MatrixLayoutCellSettings extends $ElementSettings {}
910
910
  }
@@ -926,7 +926,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
926
926
  /**
927
927
  * Non-control element used as part of a matrix layout's inner structure.
928
928
  *
929
- * @deprecated (since 1.38) - replaced by {@link sap.ui.layout.Grid}.
929
+ * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
930
930
  */
931
931
  export default class MatrixLayoutRow extends UI5Element {
932
932
  /**
@@ -1157,7 +1157,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
1157
1157
  /**
1158
1158
  * Describes the settings that can be provided to the MatrixLayoutRow constructor.
1159
1159
  *
1160
- * @deprecated (since 1.38) - replaced by {@link sap.ui.layout.Grid}.
1160
+ * @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
1161
1161
  */
1162
1162
  export interface $MatrixLayoutRowSettings extends $ElementSettings {
1163
1163
  /**
@@ -1190,7 +1190,7 @@ declare module "sap/zen/commons/layout/PositionContainer" {
1190
1190
  /**
1191
1191
  * Is used to specify the position of a control in the AbsoluteLayout
1192
1192
  *
1193
- * @deprecated (since 1.89) - the concept has been discarded.
1193
+ * @deprecated As of version 1.89. the concept has been discarded.
1194
1194
  */
1195
1195
  export default class PositionContainer extends UI5Element {
1196
1196
  /**
@@ -1457,7 +1457,7 @@ declare module "sap/zen/commons/layout/PositionContainer" {
1457
1457
  /**
1458
1458
  * Describes the settings that can be provided to the PositionContainer constructor.
1459
1459
  *
1460
- * @deprecated (since 1.89) - the concept has been discarded.
1460
+ * @deprecated As of version 1.89. the concept has been discarded.
1461
1461
  */
1462
1462
  export interface $PositionContainerSettings extends $ElementSettings {
1463
1463
  /**
@@ -1505,7 +1505,7 @@ declare module "sap/zen/commons/Padding" {
1505
1505
  * include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards
1506
1506
  * the beginning or end of a line, in the current locale's writing direction.
1507
1507
  *
1508
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1508
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1509
1509
  * @experimental
1510
1510
  */
1511
1511
  enum Padding {
@@ -1540,7 +1540,7 @@ declare module "sap/zen/commons/Separation" {
1540
1540
  * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
1541
1541
  * without a vertical line in its middle.
1542
1542
  *
1543
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1543
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1544
1544
  */
1545
1545
  enum Separation {
1546
1546
  /**
@@ -1579,7 +1579,7 @@ declare module "sap/zen/commons/VAlign" {
1579
1579
  /**
1580
1580
  * Vertical alignment, e.g. of a layout cell's content within the cell's borders.
1581
1581
  *
1582
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1582
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1583
1583
  */
1584
1584
  enum VAlign {
1585
1585
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -14,7 +14,7 @@ declare module "sap/zen/crosstab/Crosstab" {
14
14
  /**
15
15
  * Add your documentation for the new Crosstab
16
16
  *
17
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
17
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
18
18
  */
19
19
  export default class Crosstab extends Control {
20
20
  /**
@@ -133,7 +133,7 @@ declare module "sap/zen/crosstab/Crosstab" {
133
133
  /**
134
134
  * Describes the settings that can be provided to the Crosstab constructor.
135
135
  *
136
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
136
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
137
137
  */
138
138
  export interface $CrosstabSettings extends $ControlSettings {
139
139
  /**
@@ -158,7 +158,7 @@ declare module "sap/zen/crosstab/DataCell" {
158
158
  /**
159
159
  * Add your documentation for the new DataCell
160
160
  *
161
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
161
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
162
162
  */
163
163
  export default class DataCell extends Control {
164
164
  /**
@@ -379,7 +379,7 @@ declare module "sap/zen/crosstab/DataCell" {
379
379
  /**
380
380
  * Describes the settings that can be provided to the DataCell constructor.
381
381
  *
382
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
382
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
383
383
  */
384
384
  export interface $DataCellSettings extends $ControlSettings {
385
385
  /**
@@ -424,7 +424,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
424
424
  /**
425
425
  * Add your documentation for the new HeaderCell
426
426
  *
427
- * @deprecated (since 1.89.0) - please use the WD Grid control instead.
427
+ * @deprecated As of version 1.89.0. please use the WD Grid control instead.
428
428
  */
429
429
  export default class HeaderCell extends Control {
430
430
  /**
@@ -586,7 +586,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
586
586
  *
587
587
  * Default value is `1`.
588
588
  *
589
- * @deprecated (since 1.89.0) - the concept has been discarded.
589
+ * @deprecated As of version 1.89.0. the concept has been discarded.
590
590
  *
591
591
  * @returns Value of property `htmlIE8RowSpan`
592
592
  */
@@ -877,7 +877,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
877
877
  *
878
878
  * Default value is `1`.
879
879
  *
880
- * @deprecated (since 1.89.0) - the concept has been discarded.
880
+ * @deprecated As of version 1.89.0. the concept has been discarded.
881
881
  *
882
882
  * @returns Reference to `this` in order to allow method chaining
883
883
  */
@@ -1099,7 +1099,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
1099
1099
  /**
1100
1100
  * Describes the settings that can be provided to the HeaderCell constructor.
1101
1101
  *
1102
- * @deprecated (since 1.89.0) - please use the WD Grid control instead.
1102
+ * @deprecated As of version 1.89.0. please use the WD Grid control instead.
1103
1103
  */
1104
1104
  export interface $HeaderCellSettings extends $ControlSettings {
1105
1105
  /**
@@ -1185,7 +1185,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
1185
1185
  /**
1186
1186
  * the IE8 row span
1187
1187
  *
1188
- * @deprecated (since 1.89.0) - the concept has been discarded.
1188
+ * @deprecated As of version 1.89.0. the concept has been discarded.
1189
1189
  */
1190
1190
  htmlIE8RowSpan?: int | PropertyBindingInfo | `{${string}}`;
1191
1191
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4
 
@@ -17,8 +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 (since 1.89.0) - Please use the WD Grid control instead.
21
- * @experimental (since 1.46) - API is incomplete and may change incompatibly
20
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
21
+ * @experimental As of version 1.46. API is incomplete and may change incompatibly
22
22
  */
23
23
  export default class AnalyticGrid extends Control {
24
24
  /**
@@ -404,8 +404,8 @@ declare module "sap/zen/dsh/AnalyticGrid" {
404
404
  /**
405
405
  * Describes the settings that can be provided to the AnalyticGrid constructor.
406
406
  *
407
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
408
- * @experimental (since 1.46) - API is incomplete and may change incompatibly
407
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
408
+ * @experimental As of version 1.46. API is incomplete and may change incompatibly
409
409
  */
410
410
  export interface $AnalyticGridSettings extends $ControlSettings {
411
411
  /**
@@ -503,7 +503,7 @@ declare module "sap/zen/dsh/Dsh" {
503
503
  * Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
504
504
  *
505
505
  * @since 1.44
506
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
506
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
507
507
  */
508
508
  export default class Dsh extends Control {
509
509
  /**
@@ -946,7 +946,7 @@ declare module "sap/zen/dsh/Dsh" {
946
946
  /**
947
947
  * Describes the settings that can be provided to the Dsh constructor.
948
948
  *
949
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
949
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
950
950
  */
951
951
  export interface $DshSettings extends $ControlSettings {
952
952
  /**
@@ -1029,7 +1029,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
1029
1029
  /**
1030
1030
  * The ValueHelpDialog control can be used to implement a value help for an input field.
1031
1031
  *
1032
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1032
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1033
1033
  */
1034
1034
  export default class ValueHelpDialog extends Dialog {
1035
1035
  /**
@@ -1924,7 +1924,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
1924
1924
  /**
1925
1925
  * Describes the settings that can be provided to the ValueHelpDialog constructor.
1926
1926
  *
1927
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1927
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
1928
1928
  */
1929
1929
  export interface $ValueHelpDialogSettings extends $DialogSettings {
1930
1930
  /**
@@ -2175,7 +2175,7 @@ declare module "sap/zen/dsh/ValueHelpRangeOperation" {
2175
2175
  /**
2176
2176
  * Sort Type
2177
2177
  *
2178
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
2178
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
2179
2179
  * @experimental
2180
2180
  */
2181
2181
  enum ValueHelpRangeOperation {
@@ -2227,7 +2227,7 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
2227
2227
  /**
2228
2228
  * Model implementation for JSON format
2229
2229
  *
2230
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
2230
+ * @deprecated As of version 1.89.0. Please use the WD Grid control instead.
2231
2231
  */
2232
2232
  export default class SDKModel extends Model {
2233
2233
  /**