@sapui5/ts-types-esm 1.108.52 → 1.108.53

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 (50) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.f.d.ts +1 -1
  4. package/types/sap.fe.common.d.ts +1 -1
  5. package/types/sap.fe.core.d.ts +1 -1
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.templates.d.ts +1 -1
  9. package/types/sap.fe.test.d.ts +1 -1
  10. package/types/sap.insights.d.ts +1 -1
  11. package/types/sap.m.d.ts +1 -1
  12. package/types/sap.makit.d.ts +1 -1
  13. package/types/sap.me.d.ts +1 -1
  14. package/types/sap.ndc.d.ts +1 -1
  15. package/types/sap.ovp.d.ts +1 -1
  16. package/types/sap.sac.df.d.ts +1 -1
  17. package/types/sap.sac.grid.d.ts +1 -1
  18. package/types/sap.suite.ui.commons.d.ts +1 -1
  19. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  20. package/types/sap.suite.ui.microchart.d.ts +1 -1
  21. package/types/sap.tnt.d.ts +1 -1
  22. package/types/sap.ui.codeeditor.d.ts +1 -1
  23. package/types/sap.ui.commons.d.ts +1 -1
  24. package/types/sap.ui.comp.d.ts +1 -1
  25. package/types/sap.ui.core.d.ts +1 -1
  26. package/types/sap.ui.dt.d.ts +1 -1
  27. package/types/sap.ui.export.d.ts +1 -1
  28. package/types/sap.ui.fl.d.ts +1 -1
  29. package/types/sap.ui.integration.d.ts +1 -1
  30. package/types/sap.ui.layout.d.ts +1 -1
  31. package/types/sap.ui.mdc.d.ts +1 -1
  32. package/types/sap.ui.richtexteditor.d.ts +1 -1
  33. package/types/sap.ui.rta.d.ts +1 -1
  34. package/types/sap.ui.suite.d.ts +1 -1
  35. package/types/sap.ui.support.d.ts +1 -1
  36. package/types/sap.ui.table.d.ts +1 -1
  37. package/types/sap.ui.testrecorder.d.ts +1 -1
  38. package/types/sap.ui.unified.d.ts +1 -1
  39. package/types/sap.ui.ux3.d.ts +1 -1
  40. package/types/sap.ui.webc.common.d.ts +1 -1
  41. package/types/sap.ui.webc.fiori.d.ts +1 -1
  42. package/types/sap.ui.webc.main.d.ts +1 -1
  43. package/types/sap.uiext.inbox.d.ts +1 -1
  44. package/types/sap.ushell.d.ts +1 -1
  45. package/types/sap.ushell_abap.d.ts +1 -1
  46. package/types/sap.uxap.d.ts +1 -1
  47. package/types/sap.viz.d.ts +1 -1
  48. package/types/sap.zen.commons.d.ts +19 -11
  49. package/types/sap.zen.crosstab.d.ts +7 -4
  50. package/types/sap.zen.dsh.d.ts +11 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.108.52",
3
+ "version": "1.108.53",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.40
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.40
2
2
 
3
3
  declare module "sap/fe/core/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.40
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.40
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.40
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.40
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.23
1
+ // For Library Version: 1.108.24
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.20
1
+ // For Library Version: 1.108.21
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.29
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.29
2
2
 
3
3
  declare module "sap/sac/grid/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.23
1
+ // For Library Version: 1.108.24
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/CollaborationHelper" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
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.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.50
267
+ // For Library Version: 1.108.51
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
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.108.50
1
+ // For Library Version: 1.108.51
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.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
4
4
  import Metadata from "sap/ui/base/Metadata";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
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.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
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.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.53
1
+ // For Library Version: 1.108.54
2
2
 
3
3
  declare module "sap/ushell/components/factsheet/controls/PictureTile" {
4
4
  import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.53
1
+ // For Library Version: 1.108.54
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.50
1
+ // For Library Version: 1.108.51
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,10 +1,11 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.29
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
5
5
  declare module "sap/zen/commons/HAlign" {
6
6
  /**
7
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
7
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
8
+ * in S/4HANA.
8
9
  *
9
10
  * Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
10
11
  * depend on the current locale's writing direction while others do not.
@@ -49,7 +50,8 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
49
50
  } from "sap/ui/base/ManagedObject";
50
51
 
51
52
  /**
52
- * @deprecated (since 1.38)
53
+ * @deprecated (since 1.38) - the concept has been discarded. As of version 1.89, this library is deprecated
54
+ * and has been replaced by Web Dynpro-based apps in S/4HANA.
53
55
  *
54
56
  * The Absolute Layout positions its child controls absolutely
55
57
  */
@@ -197,7 +199,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
197
199
  *
198
200
  * The overall width of the control. When not set, 100% is automatically set.
199
201
  *
200
- * Default value is `'100%'`.
202
+ * Default value is `"100%"`.
201
203
  *
202
204
  * @returns Value of property `width`
203
205
  */
@@ -371,7 +373,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
371
373
  *
372
374
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
373
375
  *
374
- * Default value is `'100%'`.
376
+ * Default value is `"100%"`.
375
377
  *
376
378
  * @returns Reference to `this` in order to allow method chaining
377
379
  */
@@ -438,7 +440,8 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
438
440
  } from "sap/ui/base/ManagedObject";
439
441
 
440
442
  /**
441
- * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
443
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this library
444
+ * is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
442
445
  */
443
446
  export default class MatrixLayout extends Control {
444
447
  /**
@@ -761,7 +764,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
761
764
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
762
765
 
763
766
  /**
764
- * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
767
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this library
768
+ * is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
765
769
  *
766
770
  * Non-control element used as part of a matrix layout's inner structure.
767
771
  */
@@ -1127,7 +1131,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
1127
1131
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1128
1132
 
1129
1133
  /**
1130
- * @deprecated (since 1.89)
1134
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
1135
+ * in S/4HANA.
1131
1136
  *
1132
1137
  * Is used to specify the position of a control in the AbsoluteLayout
1133
1138
  */
@@ -1420,7 +1425,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
1420
1425
 
1421
1426
  declare module "sap/zen/commons/Padding" {
1422
1427
  /**
1423
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1428
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
1429
+ * in S/4HANA.
1424
1430
  * @EXPERIMENTAL
1425
1431
  *
1426
1432
  * Padding, e.g. of a layout cell's content within the cell's borders. Note that all options except "None"
@@ -1456,7 +1462,8 @@ declare module "sap/zen/commons/Padding" {
1456
1462
 
1457
1463
  declare module "sap/zen/commons/Separation" {
1458
1464
  /**
1459
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1465
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
1466
+ * in S/4HANA.
1460
1467
  *
1461
1468
  * Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
1462
1469
  * without a vertical line in its middle.
@@ -1496,7 +1503,8 @@ declare module "sap/zen/commons/Separation" {
1496
1503
 
1497
1504
  declare module "sap/zen/commons/VAlign" {
1498
1505
  /**
1499
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1506
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
1507
+ * in S/4HANA.
1500
1508
  *
1501
1509
  * Vertical alignment, e.g. of a layout cell's content within the cell's borders.
1502
1510
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.29
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -12,7 +12,8 @@ declare module "sap/zen/crosstab/Crosstab" {
12
12
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
13
13
 
14
14
  /**
15
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
15
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
16
+ * in S/4HANA.
16
17
  *
17
18
  * Add your documentation for the new Crosstab
18
19
  */
@@ -146,7 +147,8 @@ declare module "sap/zen/crosstab/DataCell" {
146
147
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
147
148
 
148
149
  /**
149
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
150
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
151
+ * in S/4HANA.
150
152
  *
151
153
  * Add your documentation for the new DataCell
152
154
  */
@@ -394,7 +396,8 @@ declare module "sap/zen/crosstab/HeaderCell" {
394
396
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
395
397
 
396
398
  /**
397
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
399
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
400
+ * in S/4HANA.
398
401
  *
399
402
  * Add your documentation for the new HeaderCell
400
403
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.27
1
+ // For Library Version: 1.108.29
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4
 
@@ -15,7 +15,8 @@ declare module "sap/zen/dsh/AnalyticGrid" {
15
15
 
16
16
  /**
17
17
  * @SINCE 1.46
18
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
18
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
19
+ * in S/4HANA.
19
20
  * @EXPERIMENTAL (since 1.46) - API is incomplete and may change incompatibly
20
21
  *
21
22
  * Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
@@ -446,7 +447,8 @@ declare module "sap/zen/dsh/Dsh" {
446
447
 
447
448
  /**
448
449
  * @SINCE 1.44
449
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
450
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
451
+ * in S/4HANA.
450
452
  *
451
453
  * Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
452
454
  */
@@ -942,7 +944,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
942
944
  import Control from "sap/ui/core/Control";
943
945
 
944
946
  /**
945
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
947
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
948
+ * in S/4HANA.
946
949
  *
947
950
  * The ValueHelpDialog control can be used to implement a value help for an input field.
948
951
  */
@@ -2007,7 +2010,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
2007
2010
 
2008
2011
  declare module "sap/zen/dsh/ValueHelpRangeOperation" {
2009
2012
  /**
2010
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
2013
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
2014
+ * in S/4HANA.
2011
2015
  * @EXPERIMENTAL
2012
2016
  *
2013
2017
  * Sort Type
@@ -2059,7 +2063,8 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
2059
2063
  import Metadata from "sap/ui/base/Metadata";
2060
2064
 
2061
2065
  /**
2062
- * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
2066
+ * @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
2067
+ * in S/4HANA.
2063
2068
  *
2064
2069
  * Model implementation for JSON format
2065
2070
  */