@openui5/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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.120.39",
3
+ "version": "1.120.41",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -34736,6 +34736,11 @@ declare namespace sap {
34736
34736
  * Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
34737
34737
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
34738
34738
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
34739
+ *
34740
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
34741
+ * GET request to ensure it exists and is accessible. This validation:
34742
+ * - Prevents loading invalid or non-existent PDF files
34743
+ * - If validation fails, error content is displayed instead of attempting PDF load
34739
34744
  */
34740
34745
  source?:
34741
34746
  | sap.ui.core.URI
@@ -45316,6 +45321,11 @@ declare namespace sap {
45316
45321
  * All appointments with changed selected state.
45317
45322
  */
45318
45323
  appointments?: sap.ui.unified.CalendarAppointment[];
45324
+
45325
+ /**
45326
+ * The original browser event.
45327
+ */
45328
+ originalEvent?: object;
45319
45329
  }
45320
45330
 
45321
45331
  /**
@@ -109170,6 +109180,11 @@ declare namespace sap {
109170
109180
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
109171
109181
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
109172
109182
  *
109183
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
109184
+ * GET request to ensure it exists and is accessible. This validation:
109185
+ * - Prevents loading invalid or non-existent PDF files
109186
+ * - If validation fails, error content is displayed instead of attempting PDF load
109187
+ *
109173
109188
  *
109174
109189
  * @returns Value of property `source`
109175
109190
  */
@@ -109420,6 +109435,11 @@ declare namespace sap {
109420
109435
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
109421
109436
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
109422
109437
  *
109438
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
109439
+ * GET request to ensure it exists and is accessible. This validation:
109440
+ * - Prevents loading invalid or non-existent PDF files
109441
+ * - If validation fails, error content is displayed instead of attempting PDF load
109442
+ *
109423
109443
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
109424
109444
  *
109425
109445
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -31528,6 +31528,7 @@ declare namespace sap {
31528
31528
  * The object contains the available parameters for BorderLayout's Area.
31529
31529
  *
31530
31530
  * @since 1.110
31531
+ * @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
31531
31532
  */
31532
31533
  type BorderLayoutAreaData = {
31533
31534
  /**
@@ -31565,6 +31566,7 @@ declare namespace sap {
31565
31566
  /**
31566
31567
  * The object representing the serialized focus information.
31567
31568
  *
31569
+ * @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
31568
31570
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
31569
31571
  */
31570
31572
  type FocusInfo = {
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.39
283
+ // For Library Version: 1.120.41
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -698,6 +698,8 @@ declare namespace sap {
698
698
  }
699
699
  /**
700
700
  * Defined color values for the Task Circle Control
701
+ *
702
+ * @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
701
703
  */
702
704
  enum TaskCircleColor {
703
705
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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 (since 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.120.39
1
+ // For Library Version: 1.120.41
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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
19
20
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
29
31
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
39
42
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
49
53
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
59
64
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
69
75
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
79
86
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
89
97
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
99
108
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
109
119
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
119
130
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
129
141
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
139
152
  * @experimental (since 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 (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
149
163
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
150
164
  */
151
165
  interface IWizardStep {
@@ -14831,6 +14845,7 @@ declare namespace sap {
14831
14845
  * Different types of Bar design
14832
14846
  *
14833
14847
  * @since 1.92.0
14848
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
14834
14849
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
14835
14850
  */
14836
14851
  enum BarDesign {
@@ -14855,6 +14870,7 @@ declare namespace sap {
14855
14870
  * Different types of FCLLayout.
14856
14871
  *
14857
14872
  * @since 1.92.0
14873
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
14858
14874
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
14859
14875
  */
14860
14876
  enum FCLLayout {
@@ -14929,6 +14945,7 @@ declare namespace sap {
14929
14945
  * Different types of IllustrationMessageSize.
14930
14946
  *
14931
14947
  * @since 1.106.0
14948
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
14932
14949
  * @experimental (since 1.106.0) - This API is experimental and might change significantly.
14933
14950
  */
14934
14951
  enum IllustrationMessageSize {
@@ -14964,6 +14981,7 @@ declare namespace sap {
14964
14981
  * Different illustration types of Illustrated Message.
14965
14982
  *
14966
14983
  * @since 1.95.0
14984
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
14967
14985
  * @experimental (since 1.95.0) - This API is experimental and might change significantly.
14968
14986
  */
14969
14987
  enum IllustrationMessageType {
@@ -15344,6 +15362,7 @@ declare namespace sap {
15344
15362
  * Defines the layout of the content displayed in the `ui5-media-gallery-item`.
15345
15363
  *
15346
15364
  * @since 1.99.0
15365
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15347
15366
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
15348
15367
  */
15349
15368
  enum MediaGalleryItemLayout {
@@ -15364,6 +15383,7 @@ declare namespace sap {
15364
15383
  * Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
15365
15384
  *
15366
15385
  * @since 1.99.0
15386
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15367
15387
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
15368
15388
  */
15369
15389
  enum MediaGalleryLayout {
@@ -15384,6 +15404,7 @@ declare namespace sap {
15384
15404
  * Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
15385
15405
  *
15386
15406
  * @since 1.99.0
15407
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15387
15408
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
15388
15409
  */
15389
15410
  enum MediaGalleryMenuHorizontalAlign {
@@ -15400,6 +15421,7 @@ declare namespace sap {
15400
15421
  * Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
15401
15422
  *
15402
15423
  * @since 1.99.0
15424
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15403
15425
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
15404
15426
  */
15405
15427
  enum MediaGalleryMenuVerticalAlign {
@@ -15416,6 +15438,7 @@ declare namespace sap {
15416
15438
  * Available Page Background Design.
15417
15439
  *
15418
15440
  * @since 1.92.0
15441
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15419
15442
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
15420
15443
  */
15421
15444
  enum PageBackgroundDesign {
@@ -15436,6 +15459,7 @@ declare namespace sap {
15436
15459
  * SideContent FallDown options.
15437
15460
  *
15438
15461
  * @since 1.99.0
15462
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15439
15463
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
15440
15464
  */
15441
15465
  enum SideContentFallDown {
@@ -15460,6 +15484,7 @@ declare namespace sap {
15460
15484
  * Side Content position options.
15461
15485
  *
15462
15486
  * @since 1.99.0
15487
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15463
15488
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
15464
15489
  */
15465
15490
  enum SideContentPosition {
@@ -15478,6 +15503,7 @@ declare namespace sap {
15478
15503
  * Side Content visibility options.
15479
15504
  *
15480
15505
  * @since 1.99.0
15506
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15481
15507
  * @experimental (since 1.99.0) - This API is experimental and might change significantly.
15482
15508
  */
15483
15509
  enum SideContentVisibility {
@@ -15506,6 +15532,7 @@ declare namespace sap {
15506
15532
  * Available Timeline layout orientation
15507
15533
  *
15508
15534
  * @since 1.92.0
15535
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15509
15536
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
15510
15537
  */
15511
15538
  enum TimelineLayout {
@@ -15522,6 +15549,7 @@ declare namespace sap {
15522
15549
  * Different types of UploadState.
15523
15550
  *
15524
15551
  * @since 1.92.0
15552
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15525
15553
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
15526
15554
  */
15527
15555
  enum UploadState {
@@ -15546,6 +15574,7 @@ declare namespace sap {
15546
15574
  * Different types of Bar.
15547
15575
  *
15548
15576
  * @since 1.115.0
15577
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15549
15578
  * @experimental (since 1.115.0) - This API is experimental and might change significantly.
15550
15579
  */
15551
15580
  enum ViewSettingsDialogMode {
@@ -15562,6 +15591,7 @@ declare namespace sap {
15562
15591
  * Enumeration for different content layouts of the `ui5-wizard`.
15563
15592
  *
15564
15593
  * @since 1.92.0
15594
+ * @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.fiori
15565
15595
  * @experimental (since 1.92.0) - This API is experimental and might change significantly.
15566
15596
  */
15567
15597
  enum WizardContentLayout {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**