@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
@@ -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 {
@@ -17,6 +17,7 @@ declare namespace sap {
17
17
  * such as `ui5-avatar-group`
18
18
  *
19
19
  * @since 1.92.0
20
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
20
21
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
21
22
  */
22
23
  interface IAvatar {
@@ -27,6 +28,7 @@ declare namespace sap {
27
28
  * Interface for components that may be slotted inside `ui5-breadcrumbs` as options
28
29
  *
29
30
  * @since 1.95.0
31
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
30
32
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
31
33
  */
32
34
  interface IBreadcrumbsItem {
@@ -37,6 +39,7 @@ declare namespace sap {
37
39
  * Interface for components that may be used as a button inside numerous higher-order components
38
40
  *
39
41
  * @since 1.92.0
42
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
40
43
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
41
44
  */
42
45
  interface IButton {
@@ -47,6 +50,7 @@ declare namespace sap {
47
50
  * Interface for components that may be used as dates inside `ui5-calendar`
48
51
  *
49
52
  * @since 1.92.0
53
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
50
54
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
51
55
  */
52
56
  interface ICalendarDate {
@@ -57,6 +61,7 @@ declare namespace sap {
57
61
  * Interface for components that may be slotted inside `ui5-card` as header
58
62
  *
59
63
  * @since 1.115.0
64
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
60
65
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
61
66
  */
62
67
  interface ICardHeader {
@@ -67,6 +72,7 @@ declare namespace sap {
67
72
  * Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
68
73
  *
69
74
  * @since 1.92.0
75
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
70
76
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
71
77
  */
72
78
  interface IColorPaletteItem {
@@ -77,6 +83,7 @@ declare namespace sap {
77
83
  * Interface for components that may be slotted inside a `ui5-combobox`
78
84
  *
79
85
  * @since 1.92.0
86
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
80
87
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
81
88
  */
82
89
  interface IComboBoxItem {
@@ -87,6 +94,7 @@ declare namespace sap {
87
94
  * Interface for components that represent an icon, usable in numerous higher-order components
88
95
  *
89
96
  * @since 1.92.0
97
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
90
98
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
91
99
  */
92
100
  interface IIcon {
@@ -97,6 +105,7 @@ declare namespace sap {
97
105
  * Interface for components that represent an input, usable in numerous higher-order components
98
106
  *
99
107
  * @since 1.92.0
108
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
100
109
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
101
110
  */
102
111
  interface IInput {
@@ -107,6 +116,7 @@ declare namespace sap {
107
116
  * Interface for components that represent a suggestion item, usable in `ui5-input`
108
117
  *
109
118
  * @since 1.92.0
119
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
110
120
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
111
121
  */
112
122
  interface IInputSuggestionItem {
@@ -117,6 +127,7 @@ declare namespace sap {
117
127
  * Interface for components that may be slotted inside a `ui5-list` as items
118
128
  *
119
129
  * @since 1.92.0
130
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
120
131
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
121
132
  */
122
133
  interface IListItem {
@@ -127,6 +138,7 @@ declare namespace sap {
127
138
  * Interface for components that may be slotted inside `ui5-menu` as items
128
139
  *
129
140
  * @since 1.102.0
141
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
130
142
  * @experimental As of version 1.102.0. This API is experimental and might change significantly.
131
143
  */
132
144
  interface IMenuItem {
@@ -137,6 +149,7 @@ declare namespace sap {
137
149
  * Interface for components that may be slotted inside a `ui5-multi-combobox` as items
138
150
  *
139
151
  * @since 1.92.0
152
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
140
153
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
141
154
  */
142
155
  interface IMultiComboBoxItem {
@@ -147,6 +160,7 @@ declare namespace sap {
147
160
  * Interface for components that may be slotted inside `ui5-segmented-button` as items
148
161
  *
149
162
  * @since 1.95.0
163
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
150
164
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
151
165
  */
152
166
  interface ISegmentedButtonItem {
@@ -157,6 +171,7 @@ declare namespace sap {
157
171
  * Interface for components that may be slotted inside `ui5-select-menu` as options
158
172
  *
159
173
  * @since 1.120.0
174
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
160
175
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
161
176
  */
162
177
  interface ISelectMenuOption {
@@ -167,6 +182,7 @@ declare namespace sap {
167
182
  * Interface for components that may be slotted inside `ui5-select` as options
168
183
  *
169
184
  * @since 1.92.0
185
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
170
186
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
171
187
  */
172
188
  interface ISelectOption {
@@ -177,6 +193,7 @@ declare namespace sap {
177
193
  * Interface for components that may be slotted inside `ui5-tabcontainer`
178
194
  *
179
195
  * @since 1.92.0
196
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
180
197
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
181
198
  */
182
199
  interface ITab {
@@ -187,6 +204,7 @@ declare namespace sap {
187
204
  * Interface for components that may be slotted inside a `ui5-table-row` as cells
188
205
  *
189
206
  * @since 1.92.0
207
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
190
208
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
191
209
  */
192
210
  interface ITableCell {
@@ -197,6 +215,7 @@ declare namespace sap {
197
215
  * Interface for components that may be slotted inside a `ui5-table` as columns
198
216
  *
199
217
  * @since 1.92.0
218
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
200
219
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
201
220
  */
202
221
  interface ITableColumn {
@@ -207,6 +226,7 @@ declare namespace sap {
207
226
  * Interface for components that may be slotted inside a `ui5-table` as rows
208
227
  *
209
228
  * @since 1.92.0
229
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
210
230
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
211
231
  */
212
232
  interface ITableRow {
@@ -217,6 +237,7 @@ declare namespace sap {
217
237
  * Interface for components that represent a token and are usable in components such as `ui5-multi-input`
218
238
  *
219
239
  * @since 1.92.0
240
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
220
241
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
221
242
  */
222
243
  interface IToken {
@@ -227,6 +248,7 @@ declare namespace sap {
227
248
  * Interface for toolbar items for the purpose of `ui5-toolbar`
228
249
  *
229
250
  * @since 1.120.0
251
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
230
252
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
231
253
  */
232
254
  interface IToolbarItem {
@@ -237,6 +259,7 @@ declare namespace sap {
237
259
  * Interface for toolbar select items for the purpose of `ui5-toolbar-select`
238
260
  *
239
261
  * @since 1.120.0
262
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
240
263
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
241
264
  */
242
265
  interface IToolbarSelectOption {
@@ -247,6 +270,7 @@ declare namespace sap {
247
270
  * Interface for tree items for the purpose of `ui5-tree`
248
271
  *
249
272
  * @since 1.92.0
273
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
250
274
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
251
275
  */
252
276
  interface ITreeItem {
@@ -48939,6 +48963,7 @@ declare namespace sap {
48939
48963
  * 'AvatarColorScheme'.
48940
48964
  *
48941
48965
  * @since 1.92.0
48966
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
48942
48967
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
48943
48968
  */
48944
48969
  enum AvatarColorScheme {
@@ -48971,6 +48996,7 @@ declare namespace sap {
48971
48996
  * 'AvatarGroupType'.
48972
48997
  *
48973
48998
  * @since 1.92.0
48999
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
48974
49000
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
48975
49001
  */
48976
49002
  enum AvatarGroupType {
@@ -48991,6 +49017,7 @@ declare namespace sap {
48991
49017
  * 'AvatarShape'.
48992
49018
  *
48993
49019
  * @since 1.92.0
49020
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
48994
49021
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
48995
49022
  */
48996
49023
  enum AvatarShape {
@@ -49010,6 +49037,7 @@ declare namespace sap {
49010
49037
  * 'AvatarSize'.
49011
49038
  *
49012
49039
  * @since 1.92.0
49040
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49013
49041
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49014
49042
  */
49015
49043
  enum AvatarSize {
@@ -49041,6 +49069,7 @@ declare namespace sap {
49041
49069
  * 'BackgroundDesign'.
49042
49070
  *
49043
49071
  * @since 1.115.0
49072
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49044
49073
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49045
49074
  */
49046
49075
  enum BackgroundDesign {
@@ -49064,6 +49093,7 @@ declare namespace sap {
49064
49093
  * 'BorderDesign'.
49065
49094
  *
49066
49095
  * @since 1.115.0
49096
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49067
49097
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49068
49098
  */
49069
49099
  enum BorderDesign {
@@ -49083,6 +49113,7 @@ declare namespace sap {
49083
49113
  * 'BreadcrumbsDesign'.
49084
49114
  *
49085
49115
  * @since 1.95.0
49116
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49086
49117
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
49087
49118
  */
49088
49119
  enum BreadcrumbsDesign {
@@ -49103,6 +49134,7 @@ declare namespace sap {
49103
49134
  * 'BreadcrumbsSeparatorStyle'.
49104
49135
  *
49105
49136
  * @since 1.95.0
49137
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49106
49138
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
49107
49139
  */
49108
49140
  enum BreadcrumbsSeparatorStyle {
@@ -49138,6 +49170,7 @@ declare namespace sap {
49138
49170
  * 'BusyIndicatorSize'.
49139
49171
  *
49140
49172
  * @since 1.92.0
49173
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49141
49174
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49142
49175
  */
49143
49176
  enum BusyIndicatorSize {
@@ -49161,6 +49194,7 @@ declare namespace sap {
49161
49194
  * 'ButtonDesign'.
49162
49195
  *
49163
49196
  * @since 1.92.0
49197
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49164
49198
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49165
49199
  */
49166
49200
  enum ButtonDesign {
@@ -49196,6 +49230,7 @@ declare namespace sap {
49196
49230
  * 'ButtonType'.
49197
49231
  *
49198
49232
  * @since 1.120.0
49233
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49199
49234
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
49200
49235
  */
49201
49236
  enum ButtonType {
@@ -49219,6 +49254,7 @@ declare namespace sap {
49219
49254
  * 'CalendarSelectionMode'.
49220
49255
  *
49221
49256
  * @since 1.92.0
49257
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49222
49258
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49223
49259
  */
49224
49260
  enum CalendarSelectionMode {
@@ -49242,6 +49278,7 @@ declare namespace sap {
49242
49278
  * 'CarouselArrowsPlacement'.
49243
49279
  *
49244
49280
  * @since 1.92.0
49281
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49245
49282
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49246
49283
  */
49247
49284
  enum CarouselArrowsPlacement {
@@ -49261,6 +49298,7 @@ declare namespace sap {
49261
49298
  * 'CarouselPageIndicatorStyle'.
49262
49299
  *
49263
49300
  * @since 1.115.0
49301
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49264
49302
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49265
49303
  */
49266
49304
  enum CarouselPageIndicatorStyle {
@@ -49282,6 +49320,7 @@ declare namespace sap {
49282
49320
  * 'ComboBoxFilter'.
49283
49321
  *
49284
49322
  * @since 1.115.0
49323
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49285
49324
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49286
49325
  */
49287
49326
  enum ComboBoxFilter {
@@ -49309,6 +49348,7 @@ declare namespace sap {
49309
49348
  * 'HasPopup'.
49310
49349
  *
49311
49350
  * @since 1.99.0
49351
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49312
49352
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
49313
49353
  */
49314
49354
  enum HasPopup {
@@ -49340,6 +49380,7 @@ declare namespace sap {
49340
49380
  * 'IconDesign'.
49341
49381
  *
49342
49382
  * @since 1.115.0
49383
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49343
49384
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49344
49385
  */
49345
49386
  enum IconDesign {
@@ -49383,6 +49424,7 @@ declare namespace sap {
49383
49424
  * 'InputType'.
49384
49425
  *
49385
49426
  * @since 1.92.0
49427
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49386
49428
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49387
49429
  */
49388
49430
  enum InputType {
@@ -49418,6 +49460,7 @@ declare namespace sap {
49418
49460
  * 'LinkDesign'.
49419
49461
  *
49420
49462
  * @since 1.92.0
49463
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49421
49464
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49422
49465
  */
49423
49466
  enum LinkDesign {
@@ -49441,6 +49484,7 @@ declare namespace sap {
49441
49484
  * 'ListGrowingMode'.
49442
49485
  *
49443
49486
  * @since 1.92.0
49487
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49444
49488
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49445
49489
  */
49446
49490
  enum ListGrowingMode {
@@ -49464,6 +49508,7 @@ declare namespace sap {
49464
49508
  * 'ListItemType'.
49465
49509
  *
49466
49510
  * @since 1.92.0
49511
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49467
49512
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49468
49513
  */
49469
49514
  enum ListItemType {
@@ -49492,6 +49537,7 @@ declare namespace sap {
49492
49537
  * 'ListMode'.
49493
49538
  *
49494
49539
  * @since 1.92.0
49540
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49495
49541
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49496
49542
  */
49497
49543
  enum ListMode {
@@ -49532,6 +49578,7 @@ declare namespace sap {
49532
49578
  * 'ListSeparators'.
49533
49579
  *
49534
49580
  * @since 1.92.0
49581
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49535
49582
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49536
49583
  */
49537
49584
  enum ListSeparators {
@@ -49555,6 +49602,7 @@ declare namespace sap {
49555
49602
  * 'MessageStripDesign'.
49556
49603
  *
49557
49604
  * @since 1.92.0
49605
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49558
49606
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49559
49607
  */
49560
49608
  enum MessageStripDesign {
@@ -49582,6 +49630,7 @@ declare namespace sap {
49582
49630
  * 'PanelAccessibleRole'.
49583
49631
  *
49584
49632
  * @since 1.92.0
49633
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49585
49634
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49586
49635
  */
49587
49636
  enum PanelAccessibleRole {
@@ -49608,6 +49657,7 @@ declare namespace sap {
49608
49657
  * 'PopoverHorizontalAlign'.
49609
49658
  *
49610
49659
  * @since 1.92.0
49660
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49611
49661
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49612
49662
  */
49613
49663
  enum PopoverHorizontalAlign {
@@ -49635,6 +49685,7 @@ declare namespace sap {
49635
49685
  * 'PopoverPlacementType'.
49636
49686
  *
49637
49687
  * @since 1.92.0
49688
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49638
49689
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49639
49690
  */
49640
49691
  enum PopoverPlacementType {
@@ -49662,6 +49713,7 @@ declare namespace sap {
49662
49713
  * 'PopoverVerticalAlign'.
49663
49714
  *
49664
49715
  * @since 1.92.0
49716
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49665
49717
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49666
49718
  */
49667
49719
  enum PopoverVerticalAlign {
@@ -49687,6 +49739,7 @@ declare namespace sap {
49687
49739
  * 'PopupAccessibleRole'.
49688
49740
  *
49689
49741
  * @since 1.115.0
49742
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49690
49743
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49691
49744
  */
49692
49745
  enum PopupAccessibleRole {
@@ -49710,6 +49763,7 @@ declare namespace sap {
49710
49763
  * 'Priority'.
49711
49764
  *
49712
49765
  * @since 1.92.0
49766
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49713
49767
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49714
49768
  */
49715
49769
  enum Priority {
@@ -49737,6 +49791,7 @@ declare namespace sap {
49737
49791
  * 'SegmentedButtonMode'.
49738
49792
  *
49739
49793
  * @since 1.115.0
49794
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49740
49795
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49741
49796
  */
49742
49797
  enum SegmentedButtonMode {
@@ -49756,6 +49811,7 @@ declare namespace sap {
49756
49811
  * 'SemanticColor'.
49757
49812
  *
49758
49813
  * @since 1.92.0
49814
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49759
49815
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49760
49816
  */
49761
49817
  enum SemanticColor {
@@ -49787,6 +49843,7 @@ declare namespace sap {
49787
49843
  * 'SwitchDesign'.
49788
49844
  *
49789
49845
  * @since 1.92.0
49846
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49790
49847
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49791
49848
  */
49792
49849
  enum SwitchDesign {
@@ -49806,6 +49863,7 @@ declare namespace sap {
49806
49863
  * 'TabContainerBackgroundDesign'.
49807
49864
  *
49808
49865
  * @since 1.115.0
49866
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49809
49867
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49810
49868
  */
49811
49869
  enum TabContainerBackgroundDesign {
@@ -49829,6 +49887,7 @@ declare namespace sap {
49829
49887
  * 'TabLayout'.
49830
49888
  *
49831
49889
  * @since 1.92.0
49890
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49832
49891
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49833
49892
  */
49834
49893
  enum TabLayout {
@@ -49848,6 +49907,7 @@ declare namespace sap {
49848
49907
  * 'TableColumnPopinDisplay'.
49849
49908
  *
49850
49909
  * @since 1.115.0
49910
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49851
49911
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
49852
49912
  */
49853
49913
  enum TableColumnPopinDisplay {
@@ -49867,6 +49927,7 @@ declare namespace sap {
49867
49927
  * 'TableGrowingMode'.
49868
49928
  *
49869
49929
  * @since 1.92.0
49930
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49870
49931
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49871
49932
  */
49872
49933
  enum TableGrowingMode {
@@ -49890,6 +49951,7 @@ declare namespace sap {
49890
49951
  * 'TableMode'.
49891
49952
  *
49892
49953
  * @since 1.92.0
49954
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49893
49955
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49894
49956
  */
49895
49957
  enum TableMode {
@@ -49913,6 +49975,7 @@ declare namespace sap {
49913
49975
  * 'TableRowType'.
49914
49976
  *
49915
49977
  * @since 1.92.0
49978
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49916
49979
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49917
49980
  */
49918
49981
  enum TableRowType {
@@ -49932,6 +49995,7 @@ declare namespace sap {
49932
49995
  * 'TabsOverflowMode'.
49933
49996
  *
49934
49997
  * @since 1.99.0
49998
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49935
49999
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
49936
50000
  */
49937
50001
  enum TabsOverflowMode {
@@ -49951,6 +50015,7 @@ declare namespace sap {
49951
50015
  * 'TitleLevel'.
49952
50016
  *
49953
50017
  * @since 1.92.0
50018
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49954
50019
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49955
50020
  */
49956
50021
  enum TitleLevel {
@@ -49986,6 +50051,7 @@ declare namespace sap {
49986
50051
  * 'ToastPlacement'.
49987
50052
  *
49988
50053
  * @since 1.92.0
50054
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
49989
50055
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
49990
50056
  */
49991
50057
  enum ToastPlacement {
@@ -50033,6 +50099,7 @@ declare namespace sap {
50033
50099
  * 'ToolbarAlign'.
50034
50100
  *
50035
50101
  * @since 1.120.0
50102
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
50036
50103
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
50037
50104
  */
50038
50105
  enum ToolbarAlign {
@@ -50052,6 +50119,7 @@ declare namespace sap {
50052
50119
  * 'ToolbarItemOverflowBehavior'.
50053
50120
  *
50054
50121
  * @since 1.120.0
50122
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
50055
50123
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
50056
50124
  */
50057
50125
  enum ToolbarItemOverflowBehavior {
@@ -50072,6 +50140,7 @@ declare namespace sap {
50072
50140
  * 'WrappingType'.
50073
50141
  *
50074
50142
  * @since 1.92.0
50143
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
50075
50144
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
50076
50145
  */
50077
50146
  enum WrappingType {
@@ -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 uiext {
@@ -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
  /**
@@ -309,6 +309,8 @@ declare namespace sap {
309
309
  /**
310
310
  * A content node may be: - a classic home page group - an unselectable node (space) or a selectable node
311
311
  * (page) in spaces mode - or any other containers in the future
312
+ *
313
+ * @deprecated As of version 1.119. because it is part of the deprecated package sap.ushell.services.Bookmark
312
314
  */
313
315
  type ContentNode = {
314
316
  /**
@@ -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.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.12
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -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 zen {
@@ -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 zen {
@@ -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
  /**
@@ -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 {