@sapui5/ts-types 1.120.39 → 1.120.41

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 (52) 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.core.d.ts +1 -1
  5. package/types/sap.fe.macros.d.ts +1 -1
  6. package/types/sap.fe.navigation.d.ts +1 -1
  7. package/types/sap.fe.placeholder.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.fe.tools.d.ts +1 -1
  11. package/types/sap.gantt.d.ts +1 -1
  12. package/types/sap.insights.d.ts +1 -1
  13. package/types/sap.m.d.ts +26 -1
  14. package/types/sap.makit.d.ts +1 -1
  15. package/types/sap.me.d.ts +1 -1
  16. package/types/sap.ndc.d.ts +1 -1
  17. package/types/sap.ovp.d.ts +1 -1
  18. package/types/sap.sac.df.d.ts +1 -1
  19. package/types/sap.suite.ui.commons.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +3 -1
  25. package/types/sap.ui.comp.d.ts +1 -1
  26. package/types/sap.ui.core.d.ts +1 -1
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.integration.d.ts +1 -1
  31. package/types/sap.ui.layout.d.ts +1 -1
  32. package/types/sap.ui.mdc.d.ts +1 -1
  33. package/types/sap.ui.richtexteditor.d.ts +7 -6
  34. package/types/sap.ui.rta.d.ts +1 -1
  35. package/types/sap.ui.suite.d.ts +3 -1
  36. package/types/sap.ui.support.d.ts +1 -1
  37. package/types/sap.ui.table.d.ts +1 -1
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1 -1
  40. package/types/sap.ui.ux3.d.ts +1 -1
  41. package/types/sap.ui.vk.d.ts +159 -1
  42. package/types/sap.ui.webc.common.d.ts +3 -1
  43. package/types/sap.ui.webc.fiori.d.ts +31 -1
  44. package/types/sap.ui.webc.main.d.ts +70 -1
  45. package/types/sap.uiext.inbox.d.ts +1 -1
  46. package/types/sap.ushell.d.ts +3 -1
  47. package/types/sap.ushell_abap.d.ts +1 -1
  48. package/types/sap.uxap.d.ts +1 -1
  49. package/types/sap.viz.d.ts +1 -1
  50. package/types/sap.zen.commons.d.ts +1 -1
  51. package/types/sap.zen.crosstab.d.ts +1 -1
  52. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.38
1
+ // For Library Version: 1.120.40
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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
20
21
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
30
32
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
40
43
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
50
54
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
60
65
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
70
76
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
80
87
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
90
98
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
100
109
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
110
120
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
120
131
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
130
142
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
140
153
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
150
164
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
160
175
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
170
186
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
180
197
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
190
208
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
200
219
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
210
230
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
220
241
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
230
252
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
240
263
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
250
274
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
251
275
  */
252
276
  interface ITreeItem {
@@ -48884,6 +48908,7 @@ declare namespace sap {
48884
48908
  * Different types of AvatarColorScheme.
48885
48909
  *
48886
48910
  * @since 1.92.0
48911
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
48887
48912
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
48888
48913
  */
48889
48914
  enum AvatarColorScheme {
@@ -48913,6 +48938,7 @@ declare namespace sap {
48913
48938
  * Different types of AvatarGroupType.
48914
48939
  *
48915
48940
  * @since 1.92.0
48941
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
48916
48942
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
48917
48943
  */
48918
48944
  enum AvatarGroupType {
@@ -48930,6 +48956,7 @@ declare namespace sap {
48930
48956
  * Different types of AvatarShape.
48931
48957
  *
48932
48958
  * @since 1.92.0
48959
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
48933
48960
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
48934
48961
  */
48935
48962
  enum AvatarShape {
@@ -48946,6 +48973,7 @@ declare namespace sap {
48946
48973
  * Different types of AvatarSize.
48947
48974
  *
48948
48975
  * @since 1.92.0
48976
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
48949
48977
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
48950
48978
  */
48951
48979
  enum AvatarSize {
@@ -48974,6 +49002,7 @@ declare namespace sap {
48974
49002
  * Defines background designs.
48975
49003
  *
48976
49004
  * @since 1.115.0
49005
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
48977
49006
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
48978
49007
  */
48979
49008
  enum BackgroundDesign {
@@ -48994,6 +49023,7 @@ declare namespace sap {
48994
49023
  * Defines border designs.
48995
49024
  *
48996
49025
  * @since 1.115.0
49026
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
48997
49027
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
48998
49028
  */
48999
49029
  enum BorderDesign {
@@ -49010,6 +49040,7 @@ declare namespace sap {
49010
49040
  * Different Breadcrumbs designs.
49011
49041
  *
49012
49042
  * @since 1.95.0
49043
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49013
49044
  * @experimental (since 1.95.0) - This API is experimental and might change significantly.
49014
49045
  */
49015
49046
  enum BreadcrumbsDesign {
@@ -49027,6 +49058,7 @@ declare namespace sap {
49027
49058
  * Different Breadcrumbs separator styles.
49028
49059
  *
49029
49060
  * @since 1.95.0
49061
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49030
49062
  * @experimental (since 1.95.0) - This API is experimental and might change significantly.
49031
49063
  */
49032
49064
  enum BreadcrumbsSeparatorStyle {
@@ -49059,6 +49091,7 @@ declare namespace sap {
49059
49091
  * Different BusyIndicator sizes.
49060
49092
  *
49061
49093
  * @since 1.92.0
49094
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49062
49095
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49063
49096
  */
49064
49097
  enum BusyIndicatorSize {
@@ -49079,6 +49112,7 @@ declare namespace sap {
49079
49112
  * Different Button designs.
49080
49113
  *
49081
49114
  * @since 1.92.0
49115
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49082
49116
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49083
49117
  */
49084
49118
  enum ButtonDesign {
@@ -49111,6 +49145,7 @@ declare namespace sap {
49111
49145
  * Determines if the button has special form-related functionality.
49112
49146
  *
49113
49147
  * @since 1.120.0
49148
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49114
49149
  * @experimental (since 1.120.0) - This API is experimental and might change significantly.
49115
49150
  */
49116
49151
  enum ButtonType {
@@ -49131,6 +49166,7 @@ declare namespace sap {
49131
49166
  * Different Calendar selection mode.
49132
49167
  *
49133
49168
  * @since 1.92.0
49169
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49134
49170
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49135
49171
  */
49136
49172
  enum CalendarSelectionMode {
@@ -49151,6 +49187,7 @@ declare namespace sap {
49151
49187
  * Different Carousel arrows placement.
49152
49188
  *
49153
49189
  * @since 1.92.0
49190
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49154
49191
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49155
49192
  */
49156
49193
  enum CarouselArrowsPlacement {
@@ -49167,6 +49204,7 @@ declare namespace sap {
49167
49204
  * Different Carousel page indicator styles.
49168
49205
  *
49169
49206
  * @since 1.115.0
49207
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49170
49208
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
49171
49209
  */
49172
49210
  enum CarouselPageIndicatorStyle {
@@ -49185,6 +49223,7 @@ declare namespace sap {
49185
49223
  * Different filtering types of the ComboBox.
49186
49224
  *
49187
49225
  * @since 1.115.0
49226
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49188
49227
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
49189
49228
  */
49190
49229
  enum ComboBoxFilter {
@@ -49209,6 +49248,7 @@ declare namespace sap {
49209
49248
  * Different types of HasPopup.
49210
49249
  *
49211
49250
  * @since 1.99.0
49251
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49212
49252
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
49213
49253
  */
49214
49254
  enum HasPopup {
@@ -49237,6 +49277,7 @@ declare namespace sap {
49237
49277
  * Different Icon semantic designs.
49238
49278
  *
49239
49279
  * @since 1.115.0
49280
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49240
49281
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
49241
49282
  */
49242
49283
  enum IconDesign {
@@ -49277,6 +49318,7 @@ declare namespace sap {
49277
49318
  * Different input types.
49278
49319
  *
49279
49320
  * @since 1.92.0
49321
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49280
49322
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49281
49323
  */
49282
49324
  enum InputType {
@@ -49309,6 +49351,7 @@ declare namespace sap {
49309
49351
  * Different link designs.
49310
49352
  *
49311
49353
  * @since 1.92.0
49354
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49312
49355
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49313
49356
  */
49314
49357
  enum LinkDesign {
@@ -49329,6 +49372,7 @@ declare namespace sap {
49329
49372
  * Different list growing modes.
49330
49373
  *
49331
49374
  * @since 1.92.0
49375
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49332
49376
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49333
49377
  */
49334
49378
  enum ListGrowingMode {
@@ -49349,6 +49393,7 @@ declare namespace sap {
49349
49393
  * Different list item types.
49350
49394
  *
49351
49395
  * @since 1.92.0
49396
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49352
49397
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49353
49398
  */
49354
49399
  enum ListItemType {
@@ -49374,6 +49419,7 @@ declare namespace sap {
49374
49419
  * Different list modes.
49375
49420
  *
49376
49421
  * @since 1.92.0
49422
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49377
49423
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49378
49424
  */
49379
49425
  enum ListMode {
@@ -49411,6 +49457,7 @@ declare namespace sap {
49411
49457
  * Different types of list items separators.
49412
49458
  *
49413
49459
  * @since 1.92.0
49460
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49414
49461
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49415
49462
  */
49416
49463
  enum ListSeparators {
@@ -49431,6 +49478,7 @@ declare namespace sap {
49431
49478
  * MessageStrip designs.
49432
49479
  *
49433
49480
  * @since 1.92.0
49481
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49434
49482
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49435
49483
  */
49436
49484
  enum MessageStripDesign {
@@ -49455,6 +49503,7 @@ declare namespace sap {
49455
49503
  * Panel accessible roles.
49456
49504
  *
49457
49505
  * @since 1.92.0
49506
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49458
49507
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49459
49508
  */
49460
49509
  enum PanelAccessibleRole {
@@ -49478,6 +49527,7 @@ declare namespace sap {
49478
49527
  * Popover horizontal align types.
49479
49528
  *
49480
49529
  * @since 1.92.0
49530
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49481
49531
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49482
49532
  */
49483
49533
  enum PopoverHorizontalAlign {
@@ -49502,6 +49552,7 @@ declare namespace sap {
49502
49552
  * Popover placement types.
49503
49553
  *
49504
49554
  * @since 1.92.0
49555
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49505
49556
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49506
49557
  */
49507
49558
  enum PopoverPlacementType {
@@ -49526,6 +49577,7 @@ declare namespace sap {
49526
49577
  * Popover vertical align types.
49527
49578
  *
49528
49579
  * @since 1.92.0
49580
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49529
49581
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49530
49582
  */
49531
49583
  enum PopoverVerticalAlign {
@@ -49548,6 +49600,7 @@ declare namespace sap {
49548
49600
  * Popup accessible roles.
49549
49601
  *
49550
49602
  * @since 1.115.0
49603
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49551
49604
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
49552
49605
  */
49553
49606
  enum PopupAccessibleRole {
@@ -49568,6 +49621,7 @@ declare namespace sap {
49568
49621
  * Different types of Priority.
49569
49622
  *
49570
49623
  * @since 1.92.0
49624
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49571
49625
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49572
49626
  */
49573
49627
  enum Priority {
@@ -49592,6 +49646,7 @@ declare namespace sap {
49592
49646
  * Different SegmentedButton modes.
49593
49647
  *
49594
49648
  * @since 1.115.0
49649
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49595
49650
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
49596
49651
  */
49597
49652
  enum SegmentedButtonMode {
@@ -49608,6 +49663,7 @@ declare namespace sap {
49608
49663
  * Different types of SemanticColor.
49609
49664
  *
49610
49665
  * @since 1.92.0
49666
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49611
49667
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49612
49668
  */
49613
49669
  enum SemanticColor {
@@ -49636,6 +49692,7 @@ declare namespace sap {
49636
49692
  * Different types of Switch designs.
49637
49693
  *
49638
49694
  * @since 1.92.0
49695
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49639
49696
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49640
49697
  */
49641
49698
  enum SwitchDesign {
@@ -49652,6 +49709,7 @@ declare namespace sap {
49652
49709
  * Background design for the header and content of TabContainer.
49653
49710
  *
49654
49711
  * @since 1.115.0
49712
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49655
49713
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
49656
49714
  */
49657
49715
  enum TabContainerBackgroundDesign {
@@ -49672,6 +49730,7 @@ declare namespace sap {
49672
49730
  * Tab layout of TabContainer.
49673
49731
  *
49674
49732
  * @since 1.92.0
49733
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49675
49734
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49676
49735
  */
49677
49736
  enum TabLayout {
@@ -49688,6 +49747,7 @@ declare namespace sap {
49688
49747
  * Table cell popin display.
49689
49748
  *
49690
49749
  * @since 1.115.0
49750
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49691
49751
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
49692
49752
  */
49693
49753
  enum TableColumnPopinDisplay {
@@ -49704,6 +49764,7 @@ declare namespace sap {
49704
49764
  * Different table growing modes.
49705
49765
  *
49706
49766
  * @since 1.92.0
49767
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49707
49768
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49708
49769
  */
49709
49770
  enum TableGrowingMode {
@@ -49724,6 +49785,7 @@ declare namespace sap {
49724
49785
  * Different table modes.
49725
49786
  *
49726
49787
  * @since 1.92.0
49788
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49727
49789
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49728
49790
  */
49729
49791
  enum TableMode {
@@ -49744,6 +49806,7 @@ declare namespace sap {
49744
49806
  * Different table row types.
49745
49807
  *
49746
49808
  * @since 1.92.0
49809
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49747
49810
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49748
49811
  */
49749
49812
  enum TableRowType {
@@ -49760,6 +49823,7 @@ declare namespace sap {
49760
49823
  * Tabs overflow mode in TabContainer.
49761
49824
  *
49762
49825
  * @since 1.99.0
49826
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49763
49827
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
49764
49828
  */
49765
49829
  enum TabsOverflowMode {
@@ -49776,6 +49840,7 @@ declare namespace sap {
49776
49840
  * Different types of Title level.
49777
49841
  *
49778
49842
  * @since 1.92.0
49843
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49779
49844
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49780
49845
  */
49781
49846
  enum TitleLevel {
@@ -49808,6 +49873,7 @@ declare namespace sap {
49808
49873
  * Toast placement.
49809
49874
  *
49810
49875
  * @since 1.92.0
49876
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49811
49877
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49812
49878
  */
49813
49879
  enum ToastPlacement {
@@ -49852,6 +49918,7 @@ declare namespace sap {
49852
49918
  * Defines which direction the items of ui5-toolbar will be aligned.
49853
49919
  *
49854
49920
  * @since 1.120.0
49921
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49855
49922
  * @experimental (since 1.120.0) - This API is experimental and might change significantly.
49856
49923
  */
49857
49924
  enum ToolbarAlign {
@@ -49868,6 +49935,7 @@ declare namespace sap {
49868
49935
  * Defines the priority of the toolbar item to go inside overflow popover.
49869
49936
  *
49870
49937
  * @since 1.120.0
49938
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49871
49939
  * @experimental (since 1.120.0) - This API is experimental and might change significantly.
49872
49940
  */
49873
49941
  enum ToolbarItemOverflowBehavior {
@@ -49885,6 +49953,7 @@ declare namespace sap {
49885
49953
  * Different types of wrapping.
49886
49954
  *
49887
49955
  * @since 1.92.0
49956
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
49888
49957
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
49889
49958
  */
49890
49959
  enum WrappingType {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.38
1
+ // For Library Version: 1.120.40
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.42
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -83,6 +83,8 @@ declare namespace sap {
83
83
  /**
84
84
  * A content node may be: - a classic home page group - an unselectable node (space) or a selectable node
85
85
  * (page) in spaces mode - or any other containers in the future
86
+ *
87
+ * @deprecated (since 1.119) - because it is part of the deprecated package sap.ushell.services.Bookmark
86
88
  */
87
89
  type ContentNode = {
88
90
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.42
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.38
1
+ // For Library Version: 1.120.40
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.38
1
+ // For Library Version: 1.120.40
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.19
1
+ // For Library Version: 1.120.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.19
1
+ // For Library Version: 1.120.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.19
1
+ // For Library Version: 1.120.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {