@openui5/ts-types 1.123.0 → 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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +55 -15
- package/types/sap.m.d.ts +3924 -239
- package/types/sap.tnt.d.ts +5 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +33 -17
- package/types/sap.ui.core.d.ts +496 -558
- package/types/sap.ui.dt.d.ts +6 -2
- package/types/sap.ui.fl.d.ts +3 -2
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +623 -908
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +6 -4
- package/types/sap.ui.ux3.d.ts +7 -4
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -16
- package/types/sap.ui.webc.main.d.ts +109 -57
- package/types/sap.uxap.d.ts +16 -10
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -8731,7 +8731,7 @@ declare namespace sap {
|
|
|
8731
8731
|
* Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
|
|
8732
8732
|
* by Internet Explorer 9.
|
|
8733
8733
|
*/
|
|
8734
|
-
status?:
|
|
8734
|
+
status?: int;
|
|
8735
8735
|
|
|
8736
8736
|
/**
|
|
8737
8737
|
* Http-Response which comes from the server.
|
|
@@ -15449,7 +15449,8 @@ declare namespace sap {
|
|
|
15449
15449
|
*/
|
|
15450
15450
|
class FileUploader
|
|
15451
15451
|
extends sap.ui.core.Control
|
|
15452
|
-
implements sap.ui.core.IFormContent, sap.ui.unified.IProcessableBlobs
|
|
15452
|
+
implements sap.ui.core.IFormContent, sap.ui.unified.IProcessableBlobs
|
|
15453
|
+
{
|
|
15453
15454
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
15454
15455
|
__implements__sap_ui_unified_IProcessableBlobs: boolean;
|
|
15455
15456
|
/**
|
|
@@ -17993,7 +17994,8 @@ declare namespace sap {
|
|
|
17993
17994
|
*/
|
|
17994
17995
|
class Menu
|
|
17995
17996
|
extends sap.ui.core.Control
|
|
17996
|
-
implements sap.ui.core.IContextMenu
|
|
17997
|
+
implements sap.ui.core.IContextMenu
|
|
17998
|
+
{
|
|
17997
17999
|
__implements__sap_ui_core_IContextMenu: boolean;
|
|
17998
18000
|
/**
|
|
17999
18001
|
* Constructor for a new Menu control.
|
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -5701,7 +5701,8 @@ declare namespace sap {
|
|
|
5701
5701
|
*/
|
|
5702
5702
|
class DataSetSimpleView
|
|
5703
5703
|
extends sap.ui.core.Control
|
|
5704
|
-
implements sap.ui.ux3.DataSetView
|
|
5704
|
+
implements sap.ui.ux3.DataSetView
|
|
5705
|
+
{
|
|
5705
5706
|
__implements__sap_ui_ux3_DataSetView: boolean;
|
|
5706
5707
|
/**
|
|
5707
5708
|
* Constructor for a new DataSetSimpleView.
|
|
@@ -12657,7 +12658,8 @@ declare namespace sap {
|
|
|
12657
12658
|
*/
|
|
12658
12659
|
class Overlay
|
|
12659
12660
|
extends sap.ui.core.Control
|
|
12660
|
-
implements sap.ui.core.PopupInterface
|
|
12661
|
+
implements sap.ui.core.PopupInterface
|
|
12662
|
+
{
|
|
12661
12663
|
__implements__sap_ui_core_PopupInterface: boolean;
|
|
12662
12664
|
/**
|
|
12663
12665
|
* Constructor for a new Overlay.
|
|
@@ -18122,7 +18124,8 @@ declare namespace sap {
|
|
|
18122
18124
|
*/
|
|
18123
18125
|
class ToolPopup
|
|
18124
18126
|
extends sap.ui.core.Control
|
|
18125
|
-
implements sap.ui.core.PopupInterface
|
|
18127
|
+
implements sap.ui.core.PopupInterface
|
|
18128
|
+
{
|
|
18126
18129
|
__implements__sap_ui_core_PopupInterface: boolean;
|
|
18127
18130
|
/**
|
|
18128
18131
|
* Constructor for a new ToolPopup.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2531,7 +2531,8 @@ declare namespace sap {
|
|
|
2531
2531
|
*/
|
|
2532
2532
|
class Bar
|
|
2533
2533
|
extends sap.ui.core.webc.WebComponent
|
|
2534
|
-
implements sap.ui.webc.fiori.IBar
|
|
2534
|
+
implements sap.ui.webc.fiori.IBar
|
|
2535
|
+
{
|
|
2535
2536
|
__implements__sap_ui_webc_fiori_IBar: boolean;
|
|
2536
2537
|
/**
|
|
2537
2538
|
* Constructor for a new `Bar`.
|
|
@@ -3744,7 +3745,8 @@ declare namespace sap {
|
|
|
3744
3745
|
*/
|
|
3745
3746
|
class FilterItem
|
|
3746
3747
|
extends sap.ui.core.webc.WebComponent
|
|
3747
|
-
implements sap.ui.webc.fiori.IFilterItem
|
|
3748
|
+
implements sap.ui.webc.fiori.IFilterItem
|
|
3749
|
+
{
|
|
3748
3750
|
__implements__sap_ui_webc_fiori_IFilterItem: boolean;
|
|
3749
3751
|
/**
|
|
3750
3752
|
* Constructor for a new `FilterItem`.
|
|
@@ -3954,7 +3956,8 @@ declare namespace sap {
|
|
|
3954
3956
|
*/
|
|
3955
3957
|
class FilterItemOption
|
|
3956
3958
|
extends sap.ui.core.webc.WebComponent
|
|
3957
|
-
implements sap.ui.webc.fiori.IFilterItemOption
|
|
3959
|
+
implements sap.ui.webc.fiori.IFilterItemOption
|
|
3960
|
+
{
|
|
3958
3961
|
__implements__sap_ui_webc_fiori_IFilterItemOption: boolean;
|
|
3959
3962
|
/**
|
|
3960
3963
|
* Constructor for a new `FilterItemOption`.
|
|
@@ -5599,7 +5602,8 @@ declare namespace sap {
|
|
|
5599
5602
|
*/
|
|
5600
5603
|
class MediaGalleryItem
|
|
5601
5604
|
extends sap.ui.core.webc.WebComponent
|
|
5602
|
-
implements sap.ui.webc.fiori.IMediaGalleryItem
|
|
5605
|
+
implements sap.ui.webc.fiori.IMediaGalleryItem
|
|
5606
|
+
{
|
|
5603
5607
|
__implements__sap_ui_webc_fiori_IMediaGalleryItem: boolean;
|
|
5604
5608
|
/**
|
|
5605
5609
|
* Constructor for a new `MediaGalleryItem`.
|
|
@@ -5820,7 +5824,8 @@ declare namespace sap {
|
|
|
5820
5824
|
*/
|
|
5821
5825
|
class NotificationAction
|
|
5822
5826
|
extends sap.ui.core.webc.WebComponent
|
|
5823
|
-
implements sap.ui.webc.fiori.INotificationAction
|
|
5827
|
+
implements sap.ui.webc.fiori.INotificationAction
|
|
5828
|
+
{
|
|
5824
5829
|
__implements__sap_ui_webc_fiori_INotificationAction: boolean;
|
|
5825
5830
|
/**
|
|
5826
5831
|
* Constructor for a new `NotificationAction`.
|
|
@@ -6115,7 +6120,8 @@ declare namespace sap {
|
|
|
6115
6120
|
*/
|
|
6116
6121
|
class NotificationListGroupItem
|
|
6117
6122
|
extends sap.ui.core.webc.WebComponent
|
|
6118
|
-
implements sap.ui.webc.main.IListItem
|
|
6123
|
+
implements sap.ui.webc.main.IListItem
|
|
6124
|
+
{
|
|
6119
6125
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
6120
6126
|
/**
|
|
6121
6127
|
* Constructor for a new `NotificationListGroupItem`.
|
|
@@ -6796,7 +6802,8 @@ declare namespace sap {
|
|
|
6796
6802
|
extends sap.ui.core.webc.WebComponent
|
|
6797
6803
|
implements
|
|
6798
6804
|
sap.ui.webc.fiori.INotificationListItem,
|
|
6799
|
-
sap.ui.webc.main.IListItem
|
|
6805
|
+
sap.ui.webc.main.IListItem
|
|
6806
|
+
{
|
|
6800
6807
|
__implements__sap_ui_webc_fiori_INotificationListItem: boolean;
|
|
6801
6808
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
6802
6809
|
/**
|
|
@@ -7989,7 +7996,8 @@ declare namespace sap {
|
|
|
7989
7996
|
*/
|
|
7990
7997
|
class ProductSwitchItem
|
|
7991
7998
|
extends sap.ui.core.webc.WebComponent
|
|
7992
|
-
implements sap.ui.webc.fiori.IProductSwitchItem
|
|
7999
|
+
implements sap.ui.webc.fiori.IProductSwitchItem
|
|
8000
|
+
{
|
|
7993
8001
|
__implements__sap_ui_webc_fiori_IProductSwitchItem: boolean;
|
|
7994
8002
|
/**
|
|
7995
8003
|
* Constructor for a new `ProductSwitchItem`.
|
|
@@ -9531,7 +9539,8 @@ declare namespace sap {
|
|
|
9531
9539
|
*/
|
|
9532
9540
|
class ShellBarItem
|
|
9533
9541
|
extends sap.ui.core.webc.WebComponent
|
|
9534
|
-
implements sap.ui.webc.fiori.IShellBarItem
|
|
9542
|
+
implements sap.ui.webc.fiori.IShellBarItem
|
|
9543
|
+
{
|
|
9535
9544
|
__implements__sap_ui_webc_fiori_IShellBarItem: boolean;
|
|
9536
9545
|
/**
|
|
9537
9546
|
* Constructor for a new `ShellBarItem`.
|
|
@@ -10221,7 +10230,8 @@ declare namespace sap {
|
|
|
10221
10230
|
*/
|
|
10222
10231
|
class SideNavigationItem
|
|
10223
10232
|
extends sap.ui.core.webc.WebComponent
|
|
10224
|
-
implements sap.ui.webc.fiori.ISideNavigationItem
|
|
10233
|
+
implements sap.ui.webc.fiori.ISideNavigationItem
|
|
10234
|
+
{
|
|
10225
10235
|
__implements__sap_ui_webc_fiori_ISideNavigationItem: boolean;
|
|
10226
10236
|
/**
|
|
10227
10237
|
* Constructor for a new `SideNavigationItem`.
|
|
@@ -10615,7 +10625,8 @@ declare namespace sap {
|
|
|
10615
10625
|
*/
|
|
10616
10626
|
class SideNavigationSubItem
|
|
10617
10627
|
extends sap.ui.core.webc.WebComponent
|
|
10618
|
-
implements sap.ui.webc.fiori.ISideNavigationSubItem
|
|
10628
|
+
implements sap.ui.webc.fiori.ISideNavigationSubItem
|
|
10629
|
+
{
|
|
10619
10630
|
__implements__sap_ui_webc_fiori_ISideNavigationSubItem: boolean;
|
|
10620
10631
|
/**
|
|
10621
10632
|
* Constructor for a new `SideNavigationSubItem`.
|
|
@@ -10870,7 +10881,8 @@ declare namespace sap {
|
|
|
10870
10881
|
*/
|
|
10871
10882
|
class SortItem
|
|
10872
10883
|
extends sap.ui.core.webc.WebComponent
|
|
10873
|
-
implements sap.ui.webc.fiori.ISortItem
|
|
10884
|
+
implements sap.ui.webc.fiori.ISortItem
|
|
10885
|
+
{
|
|
10874
10886
|
__implements__sap_ui_webc_fiori_ISortItem: boolean;
|
|
10875
10887
|
/**
|
|
10876
10888
|
* Constructor for a new `SortItem`.
|
|
@@ -11273,7 +11285,8 @@ declare namespace sap {
|
|
|
11273
11285
|
*/
|
|
11274
11286
|
class TimelineItem
|
|
11275
11287
|
extends sap.ui.core.webc.WebComponent
|
|
11276
|
-
implements sap.ui.webc.fiori.ITimelineItem
|
|
11288
|
+
implements sap.ui.webc.fiori.ITimelineItem
|
|
11289
|
+
{
|
|
11277
11290
|
__implements__sap_ui_webc_fiori_ITimelineItem: boolean;
|
|
11278
11291
|
/**
|
|
11279
11292
|
* Constructor for a new `TimelineItem`.
|
|
@@ -12349,7 +12362,8 @@ declare namespace sap {
|
|
|
12349
12362
|
*/
|
|
12350
12363
|
class UploadCollectionItem
|
|
12351
12364
|
extends sap.ui.core.webc.WebComponent
|
|
12352
|
-
implements sap.ui.webc.fiori.IUploadCollectionItem
|
|
12365
|
+
implements sap.ui.webc.fiori.IUploadCollectionItem
|
|
12366
|
+
{
|
|
12353
12367
|
__implements__sap_ui_webc_fiori_IUploadCollectionItem: boolean;
|
|
12354
12368
|
/**
|
|
12355
12369
|
* Constructor for a new `UploadCollectionItem`.
|
|
@@ -14285,7 +14299,8 @@ declare namespace sap {
|
|
|
14285
14299
|
*/
|
|
14286
14300
|
class WizardStep
|
|
14287
14301
|
extends sap.ui.core.webc.WebComponent
|
|
14288
|
-
implements sap.ui.webc.fiori.IWizardStep
|
|
14302
|
+
implements sap.ui.webc.fiori.IWizardStep
|
|
14303
|
+
{
|
|
14289
14304
|
__implements__sap_ui_webc_fiori_IWizardStep: boolean;
|
|
14290
14305
|
/**
|
|
14291
14306
|
* Constructor for a new `WizardStep`.
|