@openui5/ts-types 1.142.2 → 1.142.4

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.142.2",
3
+ "version": "1.142.4",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
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.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/m/p13n/Engine" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.142.2
282
+ // For Library Version: 1.142.4
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -710,8 +710,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
710
710
  */
711
711
  interface FieldBaseDelegate extends BaseDelegate {
712
712
  /**
713
- * Enables applications to control condition updates based on `value` / `additionalvalue` property changes.
714
- *
713
+ * Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
714
+ * {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
715
+ * or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
716
+ * property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
715
717
  * By default, this method returns a condition with an `EQ` operator.
716
718
  *
717
719
  * **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
@@ -741,8 +743,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
741
743
  oCurrentCondition: undefined | sap.ui.mdc.condition.ConditionObject
742
744
  ): undefined | sap.ui.mdc.condition.ConditionObject;
743
745
  /**
744
- * Enables applications to control condition updates based on `value` / `additionalvalue` property changes.
745
- *
746
+ * Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
747
+ * {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
748
+ * or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
749
+ * property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
746
750
  * By default, this method returns a condition with an `EQ` operator.
747
751
  *
748
752
  * **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -700,6 +700,8 @@ declare namespace sap {
700
700
  * Defined color values for the Task Circle Control
701
701
  *
702
702
  * This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
703
+ *
704
+ * @deprecated As of version 1.108. because it is part of the deprecated package sap.ui.suite
703
705
  */
704
706
  enum TaskCircleColor {
705
707
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -4675,6 +4675,10 @@ declare namespace sap {
4675
4675
  * @returns Value of property `collapseRecursive`
4676
4676
  */
4677
4677
  getCollapseRecursive(): boolean;
4678
+ /**
4679
+ * Returns the Columns of the AnalyticalTable.
4680
+ */
4681
+ getColumns(): sap.ui.table.AnalyticalColumn[];
4678
4682
  /**
4679
4683
  * Gets current value of property {@link #getColumnVisibilityMenuSorter columnVisibilityMenuSorter}.
4680
4684
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -24,6 +24,8 @@ declare namespace sap {
24
24
  /**
25
25
  * The structure of the "metadata" object which is passed when inheriting from sap.ui.core.Element using
26
26
  * its static "extend" method. See {@link sap.ui.core.Element.extend} for details on its usage.
27
+ *
28
+ * @deprecated As of version 1.118.0. because it is part of the deprecated package sap.ui.webc.common.WebComponent
27
29
  */
28
30
  type MetadataOptions = sap.ui.core.webc.WebComponent.MetadataOptions;
29
31
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -16,6 +16,7 @@ declare namespace sap {
16
16
  * Interface for components that may be slotted inside `ui5-page` as header and footer.
17
17
  *
18
18
  * @since 1.99.0
19
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
19
20
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
20
21
  */
21
22
  interface IBar {
@@ -26,6 +27,7 @@ declare namespace sap {
26
27
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
27
28
  *
28
29
  * @since 1.97.0
30
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
29
31
  * @experimental As of version 1.97.0. This API is experimental and might change significantly.
30
32
  */
31
33
  interface IFilterItem {
@@ -36,6 +38,7 @@ declare namespace sap {
36
38
  * Interface for components that may be slotted inside `ui5-filter-item` as values
37
39
  *
38
40
  * @since 1.97.0
41
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
39
42
  * @experimental As of version 1.97.0. This API is experimental and might change significantly.
40
43
  */
41
44
  interface IFilterItemOption {
@@ -46,6 +49,7 @@ declare namespace sap {
46
49
  * Interface for components that can be slotted inside `ui5-media-gallery` as items.
47
50
  *
48
51
  * @since 1.99.0
52
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
49
53
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
50
54
  */
51
55
  interface IMediaGalleryItem {
@@ -56,6 +60,7 @@ declare namespace sap {
56
60
  * Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
57
61
  *
58
62
  * @since 1.92.0
63
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
59
64
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
60
65
  */
61
66
  interface INotificationAction {
@@ -66,6 +71,7 @@ declare namespace sap {
66
71
  * Interface for components that may be slotted inside a notification list
67
72
  *
68
73
  * @since 1.92.0
74
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
69
75
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
70
76
  */
71
77
  interface INotificationListItem {
@@ -76,6 +82,7 @@ declare namespace sap {
76
82
  * Interface for components that may be slotted inside `ui5-product-switch` as items
77
83
  *
78
84
  * @since 1.92.0
85
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
79
86
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
80
87
  */
81
88
  interface IProductSwitchItem {
@@ -86,6 +93,7 @@ declare namespace sap {
86
93
  * Interface for components that may be slotted inside `ui5-shellbar` as items
87
94
  *
88
95
  * @since 1.92.0
96
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
89
97
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
90
98
  */
91
99
  interface IShellBarItem {
@@ -96,6 +104,7 @@ declare namespace sap {
96
104
  * Interface for components that may be slotted inside `ui5-side-navigation` as items
97
105
  *
98
106
  * @since 1.92.0
107
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
99
108
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
100
109
  */
101
110
  interface ISideNavigationItem {
@@ -106,6 +115,7 @@ declare namespace sap {
106
115
  * Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
107
116
  *
108
117
  * @since 1.92.0
118
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
109
119
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
110
120
  */
111
121
  interface ISideNavigationSubItem {
@@ -116,6 +126,7 @@ declare namespace sap {
116
126
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
117
127
  *
118
128
  * @since 1.97.0
129
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
119
130
  * @experimental As of version 1.97.0. This API is experimental and might change significantly.
120
131
  */
121
132
  interface ISortItem {
@@ -126,6 +137,7 @@ declare namespace sap {
126
137
  * Interface for components that may be slotted inside `ui5-timeline` as items
127
138
  *
128
139
  * @since 1.92.0
140
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
129
141
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
130
142
  */
131
143
  interface ITimelineItem {
@@ -136,6 +148,7 @@ declare namespace sap {
136
148
  * Interface for components that may be slotted inside `ui5-upload-collection` as items
137
149
  *
138
150
  * @since 1.92.0
151
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
139
152
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
140
153
  */
141
154
  interface IUploadCollectionItem {
@@ -146,6 +159,7 @@ declare namespace sap {
146
159
  * Interface for components that may be slotted inside `ui5-wizard` as wizard steps
147
160
  *
148
161
  * @since 1.92.0
162
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
149
163
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
150
164
  */
151
165
  interface IWizardStep {
@@ -14849,6 +14863,7 @@ declare namespace sap {
14849
14863
  * 'BarDesign'.
14850
14864
  *
14851
14865
  * @since 1.92.0
14866
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14852
14867
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
14853
14868
  */
14854
14869
  enum BarDesign {
@@ -14876,6 +14891,7 @@ declare namespace sap {
14876
14891
  * 'FCLLayout'.
14877
14892
  *
14878
14893
  * @since 1.92.0
14894
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14879
14895
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
14880
14896
  */
14881
14897
  enum FCLLayout {
@@ -14953,6 +14969,7 @@ declare namespace sap {
14953
14969
  * 'IllustrationMessageSize'.
14954
14970
  *
14955
14971
  * @since 1.106.0
14972
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14956
14973
  * @experimental As of version 1.106.0. This API is experimental and might change significantly.
14957
14974
  */
14958
14975
  enum IllustrationMessageSize {
@@ -14991,6 +15008,7 @@ declare namespace sap {
14991
15008
  * 'IllustrationMessageType'.
14992
15009
  *
14993
15010
  * @since 1.95.0
15011
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
14994
15012
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
14995
15013
  */
14996
15014
  enum IllustrationMessageType {
@@ -15374,6 +15392,7 @@ declare namespace sap {
15374
15392
  * 'MediaGalleryItemLayout'.
15375
15393
  *
15376
15394
  * @since 1.99.0
15395
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15377
15396
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15378
15397
  */
15379
15398
  enum MediaGalleryItemLayout {
@@ -15397,6 +15416,7 @@ declare namespace sap {
15397
15416
  * 'MediaGalleryLayout'.
15398
15417
  *
15399
15418
  * @since 1.99.0
15419
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15400
15420
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15401
15421
  */
15402
15422
  enum MediaGalleryLayout {
@@ -15420,6 +15440,7 @@ declare namespace sap {
15420
15440
  * 'MediaGalleryMenuHorizontalAlign'.
15421
15441
  *
15422
15442
  * @since 1.99.0
15443
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15423
15444
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15424
15445
  */
15425
15446
  enum MediaGalleryMenuHorizontalAlign {
@@ -15439,6 +15460,7 @@ declare namespace sap {
15439
15460
  * 'MediaGalleryMenuVerticalAlign'.
15440
15461
  *
15441
15462
  * @since 1.99.0
15463
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15442
15464
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15443
15465
  */
15444
15466
  enum MediaGalleryMenuVerticalAlign {
@@ -15458,6 +15480,7 @@ declare namespace sap {
15458
15480
  * 'PageBackgroundDesign'.
15459
15481
  *
15460
15482
  * @since 1.92.0
15483
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15461
15484
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15462
15485
  */
15463
15486
  enum PageBackgroundDesign {
@@ -15481,6 +15504,7 @@ declare namespace sap {
15481
15504
  * 'SideContentFallDown'.
15482
15505
  *
15483
15506
  * @since 1.99.0
15507
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15484
15508
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15485
15509
  */
15486
15510
  enum SideContentFallDown {
@@ -15508,6 +15532,7 @@ declare namespace sap {
15508
15532
  * 'SideContentPosition'.
15509
15533
  *
15510
15534
  * @since 1.99.0
15535
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15511
15536
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15512
15537
  */
15513
15538
  enum SideContentPosition {
@@ -15529,6 +15554,7 @@ declare namespace sap {
15529
15554
  * 'SideContentVisibility'.
15530
15555
  *
15531
15556
  * @since 1.99.0
15557
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15532
15558
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
15533
15559
  */
15534
15560
  enum SideContentVisibility {
@@ -15560,6 +15586,7 @@ declare namespace sap {
15560
15586
  * 'TimelineLayout'.
15561
15587
  *
15562
15588
  * @since 1.92.0
15589
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15563
15590
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15564
15591
  */
15565
15592
  enum TimelineLayout {
@@ -15579,6 +15606,7 @@ declare namespace sap {
15579
15606
  * 'UploadState'.
15580
15607
  *
15581
15608
  * @since 1.92.0
15609
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15582
15610
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15583
15611
  */
15584
15612
  enum UploadState {
@@ -15606,6 +15634,7 @@ declare namespace sap {
15606
15634
  * 'ViewSettingsDialogMode'.
15607
15635
  *
15608
15636
  * @since 1.115.0
15637
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15609
15638
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
15610
15639
  */
15611
15640
  enum ViewSettingsDialogMode {
@@ -15625,6 +15654,7 @@ declare namespace sap {
15625
15654
  * 'WizardContentLayout'.
15626
15655
  *
15627
15656
  * @since 1.92.0
15657
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.fiori
15628
15658
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
15629
15659
  */
15630
15660
  enum WizardContentLayout {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.142.4
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.142.2
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**