@sapui5/ts-types 1.136.12 → 1.136.13

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 (55) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.136.10-d.ts} +1 -1
  3. package/types/{sap.ui.dt.d.ts → dt-1.136.10-d.ts} +1 -1
  4. package/types/index.d.ts +5 -5
  5. package/types/{mdc-1.136.7-d.ts → mdc-1.136.9-d.ts} +1 -1
  6. package/types/sap.chart.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +1 -1
  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 +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1 -1
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.makit.d.ts +1 -1
  23. package/types/sap.me.d.ts +1 -1
  24. package/types/sap.ndc.d.ts +1 -1
  25. package/types/sap.ovp.d.ts +1 -1
  26. package/types/sap.sac.df.d.ts +1 -1
  27. package/types/sap.suite.ui.commons.d.ts +1 -1
  28. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  29. package/types/sap.suite.ui.microchart.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.comp.d.ts +1 -1
  32. package/types/sap.ui.export.d.ts +1 -1
  33. package/types/sap.ui.fl.d.ts +1 -1
  34. package/types/sap.ui.integration.d.ts +1 -1
  35. package/types/sap.ui.layout.d.ts +1 -1
  36. package/types/sap.ui.richtexteditor.d.ts +7 -6
  37. package/types/sap.ui.rta.d.ts +1 -1
  38. package/types/sap.ui.suite.d.ts +3 -1
  39. package/types/sap.ui.support.d.ts +1 -1
  40. package/types/sap.ui.table.d.ts +1 -1
  41. package/types/sap.ui.testrecorder.d.ts +1 -1
  42. package/types/sap.ui.unified.d.ts +1 -1
  43. package/types/sap.ui.webc.common.d.ts +3 -1
  44. package/types/sap.ui.webc.fiori.d.ts +31 -1
  45. package/types/sap.ui.webc.main.d.ts +70 -1
  46. package/types/sap.uiext.inbox.d.ts +1 -1
  47. package/types/sap.ushell.d.ts +3 -1
  48. package/types/sap.ushell_abap.d.ts +1 -1
  49. package/types/sap.uxap.d.ts +1 -1
  50. package/types/sap.viz.d.ts +1 -1
  51. package/types/sap.zen.commons.d.ts +1 -1
  52. package/types/sap.zen.crosstab.d.ts +1 -1
  53. package/types/sap.zen.dsh.d.ts +1 -1
  54. package/types/{sap.tnt.d.ts → tnt-1.136.10-d.ts} +1 -1
  55. package/types/{sap.ui.ux3.d.ts → ux3-1.136.10-d.ts} +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.12",
3
+ "version": "1.136.13",
4
4
  "description": "SAPUI5 TypeScript Definitions",
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.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
package/types/index.d.ts CHANGED
@@ -17,10 +17,10 @@
17
17
  /// <reference path="./sap.zen.dsh.d.ts"/>
18
18
  /// <reference path="./sap.zen.commons.d.ts"/>
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
- /// <reference path="./sap.ui.commons.d.ts"/>
20
+ /// <reference path="./commons-1.136.10-d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
22
  /// <reference path="./core-1.136.2-d.ts"/>
23
- /// <reference path="./sap.ui.dt.d.ts"/>
23
+ /// <reference path="./dt-1.136.10-d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
26
26
  /// <reference path="./sap.ui.fl.d.ts"/>
@@ -32,7 +32,7 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./mdc-1.136.7-d.ts"/>
35
+ /// <reference path="./mdc-1.136.9-d.ts"/>
36
36
  /// <reference path="./mobile-1.136.2-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
@@ -67,12 +67,12 @@
67
67
  /// <reference path="./sap.ui.support.d.ts"/>
68
68
  /// <reference path="./sap.ui.table.d.ts"/>
69
69
  /// <reference path="./sap.ui.testrecorder.d.ts"/>
70
- /// <reference path="./sap.tnt.d.ts"/>
70
+ /// <reference path="./tnt-1.136.10-d.ts"/>
71
71
  /// <reference path="./sap.ca.ui.d.ts"/>
72
72
  /// <reference path="./sap.ui.unified.d.ts"/>
73
73
  /// <reference path="./sap.ushell.d.ts"/>
74
74
  /// <reference path="./sap.ushell_abap.d.ts"/>
75
- /// <reference path="./sap.ui.ux3.d.ts"/>
75
+ /// <reference path="./ux3-1.136.10-d.ts"/>
76
76
  /// <reference path="./sap.uxap.d.ts"/>
77
77
  /// <reference path="./sap.ui.vbm.d.ts"/>
78
78
  /// <reference path="./sap.viz.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -70,7 +70,7 @@ declare namespace sap {
70
70
  * update.
71
71
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
72
72
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
73
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
73
+ * - TinyMCE 6 will be removed in future releases.
74
74
  */
75
75
  editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
76
76
 
@@ -404,8 +404,7 @@ declare namespace sap {
404
404
  * Below is a list of supported groups and buttons, which can be specified in the configuration objects
405
405
  * (format is <>: <>):
406
406
  * - font-style: bold, italic, underline, strikethrough
407
- * - font: fontfamily (fontselect in TinyMCE5), fontsize (fontsizeselect in TinyMCE5), forecolor, backcolor
408
- *
407
+ * - font: fontfamily, fontsize, forecolor, backcolor
409
408
  * - clipboard: cut, copy, paste
410
409
  * - structure: bullist, numlist, outdent, indent
411
410
  * - undo: undo, redo
@@ -1025,7 +1024,7 @@ declare namespace sap {
1025
1024
  * update.
1026
1025
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
1027
1026
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1028
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
1027
+ * - TinyMCE 6 will be removed in future releases.
1029
1028
  *
1030
1029
  * Default value is `'TinyMCE'`.
1031
1030
  *
@@ -1466,7 +1465,7 @@ declare namespace sap {
1466
1465
  */
1467
1466
  setEditorType(
1468
1467
  /**
1469
- * Which editor type to be used (currently only 5 and 6)
1468
+ * Which editor type to be used (currently only 6 and 7)
1470
1469
  */
1471
1470
  sEditorType?: string
1472
1471
  ): sap.ui.richtexteditor.RichTextEditor;
@@ -1848,6 +1847,8 @@ declare namespace sap {
1848
1847
  TinyMCE = "TinyMCE",
1849
1848
  /**
1850
1849
  * Uses TinyMCE version 6 as editor
1850
+ *
1851
+ * @deprecated As of version 1.136.13. Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
1851
1852
  */
1852
1853
  TinyMCE6 = "TinyMCE6",
1853
1854
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -700,6 +700,8 @@ declare namespace sap {
700
700
  * Defined color values for the Task Circle Control
701
701
  *
702
702
  * This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
703
+ *
704
+ * @deprecated As of version 1.108. because it is part of the deprecated package sap.ui.suite
703
705
  */
704
706
  enum TaskCircleColor {
705
707
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -24,6 +24,8 @@ declare namespace sap {
24
24
  /**
25
25
  * The structure of the "metadata" object which is passed when inheriting from sap.ui.core.Element using
26
26
  * its static "extend" method. See {@link sap.ui.core.Element.extend} for details on its usage.
27
+ *
28
+ * @deprecated As of version 1.118.0. because it is part of the deprecated package sap.ui.webc.common.WebComponent
27
29
  */
28
30
  type MetadataOptions = sap.ui.core.webc.WebComponent.MetadataOptions;
29
31
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -16,6 +16,7 @@ declare namespace sap {
16
16
  * Interface for components that may be slotted inside `ui5-page` as header and footer.
17
17
  *
18
18
  * @since 1.99.0
19
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
19
20
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
20
21
  */
21
22
  interface IBar {
@@ -26,6 +27,7 @@ declare namespace sap {
26
27
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
27
28
  *
28
29
  * @since 1.97.0
30
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
29
31
  * @experimental As of version 1.97.0. This API is experimental and might change significantly.
30
32
  */
31
33
  interface IFilterItem {
@@ -36,6 +38,7 @@ declare namespace sap {
36
38
  * Interface for components that may be slotted inside `ui5-filter-item` as values
37
39
  *
38
40
  * @since 1.97.0
41
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
39
42
  * @experimental As of version 1.97.0. This API is experimental and might change significantly.
40
43
  */
41
44
  interface IFilterItemOption {
@@ -46,6 +49,7 @@ declare namespace sap {
46
49
  * Interface for components that can be slotted inside `ui5-media-gallery` as items.
47
50
  *
48
51
  * @since 1.99.0
52
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
49
53
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
50
54
  */
51
55
  interface IMediaGalleryItem {
@@ -56,6 +60,7 @@ declare namespace sap {
56
60
  * Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
57
61
  *
58
62
  * @since 1.92.0
63
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
59
64
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
60
65
  */
61
66
  interface INotificationAction {
@@ -66,6 +71,7 @@ declare namespace sap {
66
71
  * Interface for components that may be slotted inside a notification list
67
72
  *
68
73
  * @since 1.92.0
74
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
69
75
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
70
76
  */
71
77
  interface INotificationListItem {
@@ -76,6 +82,7 @@ declare namespace sap {
76
82
  * Interface for components that may be slotted inside `ui5-product-switch` as items
77
83
  *
78
84
  * @since 1.92.0
85
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
79
86
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
80
87
  */
81
88
  interface IProductSwitchItem {
@@ -86,6 +93,7 @@ declare namespace sap {
86
93
  * Interface for components that may be slotted inside `ui5-shellbar` as items
87
94
  *
88
95
  * @since 1.92.0
96
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
89
97
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
90
98
  */
91
99
  interface IShellBarItem {
@@ -96,6 +104,7 @@ declare namespace sap {
96
104
  * Interface for components that may be slotted inside `ui5-side-navigation` as items
97
105
  *
98
106
  * @since 1.92.0
107
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
99
108
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
100
109
  */
101
110
  interface ISideNavigationItem {
@@ -106,6 +115,7 @@ declare namespace sap {
106
115
  * Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
107
116
  *
108
117
  * @since 1.92.0
118
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
109
119
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
110
120
  */
111
121
  interface ISideNavigationSubItem {
@@ -116,6 +126,7 @@ declare namespace sap {
116
126
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
117
127
  *
118
128
  * @since 1.97.0
129
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
119
130
  * @experimental As of version 1.97.0. This API is experimental and might change significantly.
120
131
  */
121
132
  interface ISortItem {
@@ -126,6 +137,7 @@ declare namespace sap {
126
137
  * Interface for components that may be slotted inside `ui5-timeline` as items
127
138
  *
128
139
  * @since 1.92.0
140
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
129
141
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
130
142
  */
131
143
  interface ITimelineItem {
@@ -136,6 +148,7 @@ declare namespace sap {
136
148
  * Interface for components that may be slotted inside `ui5-upload-collection` as items
137
149
  *
138
150
  * @since 1.92.0
151
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
139
152
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
140
153
  */
141
154
  interface IUploadCollectionItem {
@@ -146,6 +159,7 @@ declare namespace sap {
146
159
  * Interface for components that may be slotted inside `ui5-wizard` as wizard steps
147
160
  *
148
161
  * @since 1.92.0
162
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
149
163
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
150
164
  */
151
165
  interface IWizardStep {
@@ -14849,6 +14863,7 @@ declare namespace sap {
14849
14863
  * 'BarDesign'.
14850
14864
  *
14851
14865
  * @since 1.92.0
14866
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14852
14867
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
14853
14868
  */
14854
14869
  enum BarDesign {
@@ -14876,6 +14891,7 @@ declare namespace sap {
14876
14891
  * 'FCLLayout'.
14877
14892
  *
14878
14893
  * @since 1.92.0
14894
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14879
14895
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
14880
14896
  */
14881
14897
  enum FCLLayout {
@@ -14953,6 +14969,7 @@ declare namespace sap {
14953
14969
  * 'IllustrationMessageSize'.
14954
14970
  *
14955
14971
  * @since 1.106.0
14972
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14956
14973
  * @experimental As of version 1.106.0. This API is experimental and might change significantly.
14957
14974
  */
14958
14975
  enum IllustrationMessageSize {
@@ -14991,6 +15008,7 @@ declare namespace sap {
14991
15008
  * 'IllustrationMessageType'.
14992
15009
  *
14993
15010
  * @since 1.95.0
15011
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14994
15012
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
14995
15013
  */
14996
15014
  enum IllustrationMessageType {
@@ -15374,6 +15392,7 @@ declare namespace sap {
15374
15392
  * 'MediaGalleryItemLayout'.
15375
15393
  *
15376
15394
  * @since 1.99.0
15395
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15377
15396
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15378
15397
  */
15379
15398
  enum MediaGalleryItemLayout {
@@ -15397,6 +15416,7 @@ declare namespace sap {
15397
15416
  * 'MediaGalleryLayout'.
15398
15417
  *
15399
15418
  * @since 1.99.0
15419
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15400
15420
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15401
15421
  */
15402
15422
  enum MediaGalleryLayout {
@@ -15420,6 +15440,7 @@ declare namespace sap {
15420
15440
  * 'MediaGalleryMenuHorizontalAlign'.
15421
15441
  *
15422
15442
  * @since 1.99.0
15443
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15423
15444
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15424
15445
  */
15425
15446
  enum MediaGalleryMenuHorizontalAlign {
@@ -15439,6 +15460,7 @@ declare namespace sap {
15439
15460
  * 'MediaGalleryMenuVerticalAlign'.
15440
15461
  *
15441
15462
  * @since 1.99.0
15463
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15442
15464
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15443
15465
  */
15444
15466
  enum MediaGalleryMenuVerticalAlign {
@@ -15458,6 +15480,7 @@ declare namespace sap {
15458
15480
  * 'PageBackgroundDesign'.
15459
15481
  *
15460
15482
  * @since 1.92.0
15483
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15461
15484
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15462
15485
  */
15463
15486
  enum PageBackgroundDesign {
@@ -15481,6 +15504,7 @@ declare namespace sap {
15481
15504
  * 'SideContentFallDown'.
15482
15505
  *
15483
15506
  * @since 1.99.0
15507
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15484
15508
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15485
15509
  */
15486
15510
  enum SideContentFallDown {
@@ -15508,6 +15532,7 @@ declare namespace sap {
15508
15532
  * 'SideContentPosition'.
15509
15533
  *
15510
15534
  * @since 1.99.0
15535
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15511
15536
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15512
15537
  */
15513
15538
  enum SideContentPosition {
@@ -15529,6 +15554,7 @@ declare namespace sap {
15529
15554
  * 'SideContentVisibility'.
15530
15555
  *
15531
15556
  * @since 1.99.0
15557
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15532
15558
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15533
15559
  */
15534
15560
  enum SideContentVisibility {
@@ -15560,6 +15586,7 @@ declare namespace sap {
15560
15586
  * 'TimelineLayout'.
15561
15587
  *
15562
15588
  * @since 1.92.0
15589
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15563
15590
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15564
15591
  */
15565
15592
  enum TimelineLayout {
@@ -15579,6 +15606,7 @@ declare namespace sap {
15579
15606
  * 'UploadState'.
15580
15607
  *
15581
15608
  * @since 1.92.0
15609
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15582
15610
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15583
15611
  */
15584
15612
  enum UploadState {
@@ -15606,6 +15634,7 @@ declare namespace sap {
15606
15634
  * 'ViewSettingsDialogMode'.
15607
15635
  *
15608
15636
  * @since 1.115.0
15637
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15609
15638
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
15610
15639
  */
15611
15640
  enum ViewSettingsDialogMode {
@@ -15625,6 +15654,7 @@ declare namespace sap {
15625
15654
  * 'WizardContentLayout'.
15626
15655
  *
15627
15656
  * @since 1.92.0
15657
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15628
15658
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15629
15659
  */
15630
15660
  enum WizardContentLayout {