@openui5/types 1.123.1 → 1.124.0

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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -14718,7 +14718,8 @@ declare module "sap/ui/unified/FileUploader" {
14718
14718
  */
14719
14719
  export default class FileUploader
14720
14720
  extends Control
14721
- implements IFormContent, IProcessableBlobs {
14721
+ implements IFormContent, IProcessableBlobs
14722
+ {
14722
14723
  __implements__sap_ui_core_IFormContent: boolean;
14723
14724
  __implements__sap_ui_unified_IProcessableBlobs: boolean;
14724
14725
  /**
@@ -17592,7 +17593,7 @@ declare module "sap/ui/unified/FileUploader" {
17592
17593
  * Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
17593
17594
  * by Internet Explorer 9.
17594
17595
  */
17595
- status?: string;
17596
+ status?: int;
17596
17597
 
17597
17598
  /**
17598
17599
  * Http-Response which comes from the server.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -3355,7 +3355,8 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3355
3355
  */
3356
3356
  export default class DataSetSimpleView
3357
3357
  extends Control
3358
- implements DataSetView {
3358
+ implements DataSetView
3359
+ {
3359
3360
  __implements__sap_ui_ux3_DataSetView: boolean;
3360
3361
  /**
3361
3362
  * Constructor for a new DataSetSimpleView.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -2726,7 +2726,8 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2726
2726
  */
2727
2727
  export default class FilterItemOption
2728
2728
  extends WebComponent
2729
- implements IFilterItemOption {
2729
+ implements IFilterItemOption
2730
+ {
2730
2731
  __implements__sap_ui_webc_fiori_IFilterItemOption: boolean;
2731
2732
  /**
2732
2733
  * Constructor for a new `FilterItemOption`.
@@ -4832,7 +4833,8 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
4832
4833
  */
4833
4834
  export default class MediaGalleryItem
4834
4835
  extends WebComponent
4835
- implements IMediaGalleryItem {
4836
+ implements IMediaGalleryItem
4837
+ {
4836
4838
  __implements__sap_ui_webc_fiori_IMediaGalleryItem: boolean;
4837
4839
  /**
4838
4840
  * Constructor for a new `MediaGalleryItem`.
@@ -5110,7 +5112,8 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
5110
5112
  */
5111
5113
  export default class NotificationAction
5112
5114
  extends WebComponent
5113
- implements INotificationAction {
5115
+ implements INotificationAction
5116
+ {
5114
5117
  __implements__sap_ui_webc_fiori_INotificationAction: boolean;
5115
5118
  /**
5116
5119
  * Constructor for a new `NotificationAction`.
@@ -5485,7 +5488,8 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5485
5488
  */
5486
5489
  export default class NotificationListGroupItem
5487
5490
  extends WebComponent
5488
- implements IListItem {
5491
+ implements IListItem
5492
+ {
5489
5493
  __implements__sap_ui_webc_main_IListItem: boolean;
5490
5494
  /**
5491
5495
  * Constructor for a new `NotificationListGroupItem`.
@@ -6311,7 +6315,8 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6311
6315
  */
6312
6316
  export default class NotificationListItem
6313
6317
  extends WebComponent
6314
- implements INotificationListItem, IListItem {
6318
+ implements INotificationListItem, IListItem
6319
+ {
6315
6320
  __implements__sap_ui_webc_fiori_INotificationListItem: boolean;
6316
6321
  __implements__sap_ui_webc_main_IListItem: boolean;
6317
6322
  /**
@@ -7745,7 +7750,8 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7745
7750
  */
7746
7751
  export default class ProductSwitchItem
7747
7752
  extends WebComponent
7748
- implements IProductSwitchItem {
7753
+ implements IProductSwitchItem
7754
+ {
7749
7755
  __implements__sap_ui_webc_fiori_IProductSwitchItem: boolean;
7750
7756
  /**
7751
7757
  * Constructor for a new `ProductSwitchItem`.
@@ -9666,7 +9672,8 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
9666
9672
  */
9667
9673
  export default class ShellBarItem
9668
9674
  extends WebComponent
9669
- implements IShellBarItem {
9675
+ implements IShellBarItem
9676
+ {
9670
9677
  __implements__sap_ui_webc_fiori_IShellBarItem: boolean;
9671
9678
  /**
9672
9679
  * Constructor for a new `ShellBarItem`.
@@ -10516,7 +10523,8 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
10516
10523
  */
10517
10524
  export default class SideNavigationItem
10518
10525
  extends WebComponent
10519
- implements ISideNavigationItem {
10526
+ implements ISideNavigationItem
10527
+ {
10520
10528
  __implements__sap_ui_webc_fiori_ISideNavigationItem: boolean;
10521
10529
  /**
10522
10530
  * Constructor for a new `SideNavigationItem`.
@@ -10992,7 +11000,8 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
10992
11000
  */
10993
11001
  export default class SideNavigationSubItem
10994
11002
  extends WebComponent
10995
- implements ISideNavigationSubItem {
11003
+ implements ISideNavigationSubItem
11004
+ {
10996
11005
  __implements__sap_ui_webc_fiori_ISideNavigationSubItem: boolean;
10997
11006
  /**
10998
11007
  * Constructor for a new `SideNavigationSubItem`.
@@ -11804,7 +11813,8 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
11804
11813
  */
11805
11814
  export default class TimelineItem
11806
11815
  extends WebComponent
11807
- implements ITimelineItem {
11816
+ implements ITimelineItem
11817
+ {
11808
11818
  __implements__sap_ui_webc_fiori_ITimelineItem: boolean;
11809
11819
  /**
11810
11820
  * Constructor for a new `TimelineItem`.
@@ -13134,7 +13144,8 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
13134
13144
  */
13135
13145
  export default class UploadCollectionItem
13136
13146
  extends WebComponent
13137
- implements IUploadCollectionItem {
13147
+ implements IUploadCollectionItem
13148
+ {
13138
13149
  __implements__sap_ui_webc_fiori_IUploadCollectionItem: boolean;
13139
13150
  /**
13140
13151
  * Constructor for a new `UploadCollectionItem`.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -3455,7 +3455,8 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
3455
3455
  */
3456
3456
  export default class BreadcrumbsItem
3457
3457
  extends WebComponent
3458
- implements IBreadcrumbsItem {
3458
+ implements IBreadcrumbsItem
3459
+ {
3459
3460
  __implements__sap_ui_webc_main_IBreadcrumbsItem: boolean;
3460
3461
  /**
3461
3462
  * Constructor for a new `BreadcrumbsItem`.
@@ -4156,7 +4157,8 @@ declare module "sap/ui/webc/main/Button" {
4156
4157
  */
4157
4158
  export default class Button
4158
4159
  extends WebComponent
4159
- implements IButton, IFormContent {
4160
+ implements IButton, IFormContent
4161
+ {
4160
4162
  __implements__sap_ui_webc_main_IButton: boolean;
4161
4163
  __implements__sap_ui_core_IFormContent: boolean;
4162
4164
  /**
@@ -5485,7 +5487,8 @@ declare module "sap/ui/webc/main/CalendarDate" {
5485
5487
  */
5486
5488
  export default class CalendarDate
5487
5489
  extends WebComponent
5488
- implements ICalendarDate {
5490
+ implements ICalendarDate
5491
+ {
5489
5492
  __implements__sap_ui_webc_main_ICalendarDate: boolean;
5490
5493
  /**
5491
5494
  * Constructor for a new `CalendarDate`.
@@ -8349,7 +8352,8 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
8349
8352
  */
8350
8353
  export default class ColorPaletteItem
8351
8354
  extends WebComponent
8352
- implements IColorPaletteItem {
8355
+ implements IColorPaletteItem
8356
+ {
8353
8357
  __implements__sap_ui_webc_main_IColorPaletteItem: boolean;
8354
8358
  /**
8355
8359
  * Constructor for a new `ColorPaletteItem`.
@@ -10200,7 +10204,8 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
10200
10204
  */
10201
10205
  export default class ComboBoxGroupItem
10202
10206
  extends WebComponent
10203
- implements IComboBoxItem {
10207
+ implements IComboBoxItem
10208
+ {
10204
10209
  __implements__sap_ui_webc_main_IComboBoxItem: boolean;
10205
10210
  /**
10206
10211
  * Constructor for a new `ComboBoxGroupItem`.
@@ -10327,7 +10332,8 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
10327
10332
  */
10328
10333
  export default class ComboBoxItem
10329
10334
  extends WebComponent
10330
- implements IComboBoxItem {
10335
+ implements IComboBoxItem
10336
+ {
10331
10337
  __implements__sap_ui_webc_main_IComboBoxItem: boolean;
10332
10338
  /**
10333
10339
  * Constructor for a new `ComboBoxItem`.
@@ -10510,7 +10516,8 @@ declare module "sap/ui/webc/main/CustomListItem" {
10510
10516
  */
10511
10517
  export default class CustomListItem
10512
10518
  extends WebComponent
10513
- implements IListItem {
10519
+ implements IListItem
10520
+ {
10514
10521
  __implements__sap_ui_webc_main_IListItem: boolean;
10515
10522
  /**
10516
10523
  * Constructor for a new `CustomListItem`.
@@ -12141,7 +12148,8 @@ declare module "sap/ui/webc/main/DateRangePicker" {
12141
12148
  */
12142
12149
  export default class DateRangePicker
12143
12150
  extends WebComponent
12144
- implements IFormContent {
12151
+ implements IFormContent
12152
+ {
12145
12153
  __implements__sap_ui_core_IFormContent: boolean;
12146
12154
  /**
12147
12155
  * Constructor for a new `DateRangePicker`.
@@ -13265,7 +13273,8 @@ declare module "sap/ui/webc/main/DateTimePicker" {
13265
13273
  */
13266
13274
  export default class DateTimePicker
13267
13275
  extends WebComponent
13268
- implements IFormContent {
13276
+ implements IFormContent
13277
+ {
13269
13278
  __implements__sap_ui_core_IFormContent: boolean;
13270
13279
  /**
13271
13280
  * Constructor for a new `DateTimePicker`.
@@ -15601,7 +15610,8 @@ declare module "sap/ui/webc/main/FileUploader" {
15601
15610
  */
15602
15611
  export default class FileUploader
15603
15612
  extends WebComponent
15604
- implements IFormContent {
15613
+ implements IFormContent
15614
+ {
15605
15615
  __implements__sap_ui_core_IFormContent: boolean;
15606
15616
  /**
15607
15617
  * Constructor for a new `FileUploader`.
@@ -16279,7 +16289,8 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
16279
16289
  */
16280
16290
  export default class GroupHeaderListItem
16281
16291
  extends WebComponent
16282
- implements IListItem {
16292
+ implements IListItem
16293
+ {
16283
16294
  __implements__sap_ui_webc_main_IListItem: boolean;
16284
16295
  /**
16285
16296
  * Constructor for a new `GroupHeaderListItem`.
@@ -17240,7 +17251,8 @@ declare module "sap/ui/webc/main/Input" {
17240
17251
  */
17241
17252
  export default class Input
17242
17253
  extends WebComponent
17243
- implements IInput, IFormContent {
17254
+ implements IInput, IFormContent
17255
+ {
17244
17256
  __implements__sap_ui_webc_main_IInput: boolean;
17245
17257
  __implements__sap_ui_core_IFormContent: boolean;
17246
17258
  /**
@@ -22927,7 +22939,8 @@ declare module "sap/ui/webc/main/MultiComboBox" {
22927
22939
  */
22928
22940
  export default class MultiComboBox
22929
22941
  extends WebComponent
22930
- implements IFormContent {
22942
+ implements IFormContent
22943
+ {
22931
22944
  __implements__sap_ui_core_IFormContent: boolean;
22932
22945
  /**
22933
22946
  * Constructor for a new `MultiComboBox`.
@@ -24071,7 +24084,8 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
24071
24084
  */
24072
24085
  export default class MultiComboBoxGroupItem
24073
24086
  extends WebComponent
24074
- implements IMultiComboBoxItem {
24087
+ implements IMultiComboBoxItem
24088
+ {
24075
24089
  __implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
24076
24090
  /**
24077
24091
  * Constructor for a new `MultiComboBoxGroupItem`.
@@ -24199,7 +24213,8 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
24199
24213
  */
24200
24214
  export default class MultiComboBoxItem
24201
24215
  extends WebComponent
24202
- implements IMultiComboBoxItem {
24216
+ implements IMultiComboBoxItem
24217
+ {
24203
24218
  __implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
24204
24219
  /**
24205
24220
  * Constructor for a new `MultiComboBoxItem`.
@@ -24421,7 +24436,8 @@ declare module "sap/ui/webc/main/MultiInput" {
24421
24436
  */
24422
24437
  export default class MultiInput
24423
24438
  extends WebComponent
24424
- implements IFormContent, ISemanticFormContent {
24439
+ implements IFormContent, ISemanticFormContent
24440
+ {
24425
24441
  __implements__sap_ui_core_IFormContent: boolean;
24426
24442
  __implements__sap_ui_core_ISemanticFormContent: boolean;
24427
24443
  /**
@@ -28493,7 +28509,8 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
28493
28509
  */
28494
28510
  export default class ProgressIndicator
28495
28511
  extends WebComponent
28496
- implements IFormContent {
28512
+ implements IFormContent
28513
+ {
28497
28514
  __implements__sap_ui_core_IFormContent: boolean;
28498
28515
  /**
28499
28516
  * Constructor for a new `ProgressIndicator`.
@@ -28888,7 +28905,8 @@ declare module "sap/ui/webc/main/RadioButton" {
28888
28905
  */
28889
28906
  export default class RadioButton
28890
28907
  extends WebComponent
28891
- implements IFormContent {
28908
+ implements IFormContent
28909
+ {
28892
28910
  __implements__sap_ui_core_IFormContent: boolean;
28893
28911
  /**
28894
28912
  * Constructor for a new `RadioButton`.
@@ -30313,7 +30331,8 @@ declare module "sap/ui/webc/main/RatingIndicator" {
30313
30331
  */
30314
30332
  export default class RatingIndicator
30315
30333
  extends WebComponent
30316
- implements IFormContent {
30334
+ implements IFormContent
30335
+ {
30317
30336
  __implements__sap_ui_core_IFormContent: boolean;
30318
30337
  /**
30319
30338
  * Constructor for a new `RatingIndicator`.
@@ -32130,7 +32149,8 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32130
32149
  */
32131
32150
  export default class SegmentedButton
32132
32151
  extends WebComponent
32133
- implements IFormContent {
32152
+ implements IFormContent
32153
+ {
32134
32154
  __implements__sap_ui_core_IFormContent: boolean;
32135
32155
  /**
32136
32156
  * Constructor for a new `SegmentedButton`.
@@ -32582,7 +32602,8 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
32582
32602
  */
32583
32603
  export default class SegmentedButtonItem
32584
32604
  extends WebComponent
32585
- implements ISegmentedButtonItem {
32605
+ implements ISegmentedButtonItem
32606
+ {
32586
32607
  __implements__sap_ui_webc_main_ISegmentedButtonItem: boolean;
32587
32608
  /**
32588
32609
  * Constructor for a new `SegmentedButtonItem`.
@@ -34529,7 +34550,8 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
34529
34550
  */
34530
34551
  export default class SelectMenuOption
34531
34552
  extends WebComponent
34532
- implements ISelectMenuOption {
34553
+ implements ISelectMenuOption
34554
+ {
34533
34555
  __implements__sap_ui_webc_main_ISelectMenuOption: boolean;
34534
34556
  /**
34535
34557
  * Constructor for a new `SelectMenuOption`.
@@ -36021,7 +36043,8 @@ declare module "sap/ui/webc/main/StandardListItem" {
36021
36043
  */
36022
36044
  export default class StandardListItem
36023
36045
  extends WebComponent
36024
- implements IListItem {
36046
+ implements IListItem
36047
+ {
36025
36048
  __implements__sap_ui_webc_main_IListItem: boolean;
36026
36049
  /**
36027
36050
  * Constructor for a new `StandardListItem`.
@@ -37573,7 +37596,8 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
37573
37596
  */
37574
37597
  export default class SuggestionGroupItem
37575
37598
  extends WebComponent
37576
- implements IInputSuggestionItem {
37599
+ implements IInputSuggestionItem
37600
+ {
37577
37601
  __implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
37578
37602
  /**
37579
37603
  * Constructor for a new `SuggestionGroupItem`.
@@ -37702,7 +37726,8 @@ declare module "sap/ui/webc/main/SuggestionItem" {
37702
37726
  */
37703
37727
  export default class SuggestionItem
37704
37728
  extends WebComponent
37705
- implements IInputSuggestionItem {
37729
+ implements IInputSuggestionItem
37730
+ {
37706
37731
  __implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
37707
37732
  /**
37708
37733
  * Constructor for a new `SuggestionItem`.
@@ -41457,7 +41482,8 @@ declare module "sap/ui/webc/main/TableColumn" {
41457
41482
  */
41458
41483
  export default class TableColumn
41459
41484
  extends WebComponent
41460
- implements ITableColumn {
41485
+ implements ITableColumn
41486
+ {
41461
41487
  __implements__sap_ui_webc_main_ITableColumn: boolean;
41462
41488
  /**
41463
41489
  * Constructor for a new `TableColumn`.
@@ -45940,7 +45966,8 @@ declare module "sap/ui/webc/main/ToolbarButton" {
45940
45966
  */
45941
45967
  export default class ToolbarButton
45942
45968
  extends WebComponent
45943
- implements IToolbarItem {
45969
+ implements IToolbarItem
45970
+ {
45944
45971
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
45945
45972
  /**
45946
45973
  * Constructor for a new `ToolbarButton`.
@@ -46560,7 +46587,8 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
46560
46587
  */
46561
46588
  export default class ToolbarSelect
46562
46589
  extends WebComponent
46563
- implements IToolbarItem {
46590
+ implements IToolbarItem
46591
+ {
46564
46592
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
46565
46593
  /**
46566
46594
  * Constructor for a new `ToolbarSelect`.
@@ -47253,7 +47281,8 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
47253
47281
  */
47254
47282
  export default class ToolbarSelectOption
47255
47283
  extends WebComponent
47256
- implements IToolbarSelectOption {
47284
+ implements IToolbarSelectOption
47285
+ {
47257
47286
  __implements__sap_ui_webc_main_IToolbarSelectOption: boolean;
47258
47287
  /**
47259
47288
  * Constructor for a new `ToolbarSelectOption`.
@@ -47413,7 +47442,8 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
47413
47442
  */
47414
47443
  export default class ToolbarSeparator
47415
47444
  extends WebComponent
47416
- implements IToolbarItem {
47445
+ implements IToolbarItem
47446
+ {
47417
47447
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
47418
47448
  /**
47419
47449
  * Constructor for a new `ToolbarSeparator`.
@@ -47515,7 +47545,8 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
47515
47545
  */
47516
47546
  export default class ToolbarSpacer
47517
47547
  extends WebComponent
47518
- implements IToolbarItem {
47548
+ implements IToolbarItem
47549
+ {
47519
47550
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
47520
47551
  /**
47521
47552
  * Constructor for a new `ToolbarSpacer`.
@@ -49766,7 +49797,8 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
49766
49797
  */
49767
49798
  export default class TreeItemCustom
49768
49799
  extends WebComponent
49769
- implements ITreeItem {
49800
+ implements ITreeItem
49801
+ {
49770
49802
  __implements__sap_ui_webc_main_ITreeItem: boolean;
49771
49803
  /**
49772
49804
  * Constructor for a new `TreeItemCustom`.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -2092,7 +2092,8 @@ declare module "sap/uxap/ObjectPageDynamicHeaderContent" {
2092
2092
  */
2093
2093
  export default class ObjectPageDynamicHeaderContent
2094
2094
  extends DynamicPageHeader
2095
- implements IHeaderContent {
2095
+ implements IHeaderContent
2096
+ {
2096
2097
  __implements__sap_uxap_IHeaderContent: boolean;
2097
2098
  /**
2098
2099
  * Constructor for a new `ObjectPageDynamicHeaderContent`.
@@ -2195,7 +2196,8 @@ declare module "sap/uxap/ObjectPageDynamicHeaderTitle" {
2195
2196
  */
2196
2197
  export default class ObjectPageDynamicHeaderTitle
2197
2198
  extends DynamicPageTitle
2198
- implements IHeaderTitle {
2199
+ implements IHeaderTitle
2200
+ {
2199
2201
  __implements__sap_uxap_IHeaderTitle: boolean;
2200
2202
  /**
2201
2203
  * Constructor for a new `ObjectPageDynamicHeaderTitle`.
@@ -2324,7 +2326,8 @@ declare module "sap/uxap/ObjectPageHeader" {
2324
2326
  */
2325
2327
  export default class ObjectPageHeader
2326
2328
  extends Control
2327
- implements IHeaderTitle {
2329
+ implements IHeaderTitle
2330
+ {
2328
2331
  __implements__sap_uxap_IHeaderTitle: boolean;
2329
2332
  /**
2330
2333
  * Constructor for a new `ObjectPageHeader`.
@@ -3736,7 +3739,8 @@ declare module "sap/uxap/ObjectPageHeaderActionButton" {
3736
3739
  */
3737
3740
  export default class ObjectPageHeaderActionButton
3738
3741
  extends Button
3739
- implements IOverflowToolbarContent {
3742
+ implements IOverflowToolbarContent
3743
+ {
3740
3744
  __implements__sap_m_IOverflowToolbarContent: boolean;
3741
3745
  /**
3742
3746
  * Constructor for a new `ObjectPageHeaderActionButton`.
@@ -3960,7 +3964,8 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
3960
3964
  */
3961
3965
  export default class ObjectPageHeaderContent
3962
3966
  extends Control
3963
- implements IHeaderContent {
3967
+ implements IHeaderContent
3968
+ {
3964
3969
  __implements__sap_uxap_IHeaderContent: boolean;
3965
3970
  /**
3966
3971
  * Constructor for a new `ObjectPageHeaderContent`.