@sapui5/types 1.115.1 → 1.116.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.
Files changed (64) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
  3. package/types/index.d.ts +9 -3
  4. package/types/sap.apf.d.ts +47 -40
  5. package/types/sap.ca.ui.d.ts +171 -161
  6. package/types/sap.chart.d.ts +3 -45
  7. package/types/sap.collaboration.d.ts +31 -38
  8. package/types/sap.esh.search.ui.d.ts +112 -109
  9. package/types/sap.f.d.ts +67 -241
  10. package/types/sap.fe.core.d.ts +132 -6
  11. package/types/sap.fe.macros.d.ts +24 -48
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.test.d.ts +1 -1
  14. package/types/sap.fe.tools.d.ts +1 -1
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +1223 -1502
  17. package/types/sap.insights.d.ts +3 -3
  18. package/types/sap.landvisz.d.ts +73 -67
  19. package/types/sap.m.d.ts +411 -2498
  20. package/types/sap.makit.d.ts +1 -37
  21. package/types/sap.me.d.ts +6 -60
  22. package/types/sap.ndc.d.ts +22 -25
  23. package/types/sap.ovp.d.ts +25 -8
  24. package/types/sap.rules.ui.d.ts +38 -51
  25. package/types/sap.sac.df.d.ts +11 -12
  26. package/types/sap.suite.ui.commons.d.ts +1180 -1233
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -7
  28. package/types/sap.suite.ui.microchart.d.ts +4 -106
  29. package/types/sap.tnt.d.ts +52 -26
  30. package/types/sap.ui.codeeditor.d.ts +3 -15
  31. package/types/sap.ui.commons.d.ts +43 -355
  32. package/types/sap.ui.comp.d.ts +289 -782
  33. package/types/sap.ui.core.d.ts +283 -883
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -13
  36. package/types/sap.ui.fl.d.ts +4 -69
  37. package/types/sap.ui.generic.app.d.ts +39 -43
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +124 -90
  40. package/types/sap.ui.layout.d.ts +6 -40
  41. package/types/sap.ui.mdc.d.ts +806 -817
  42. package/types/sap.ui.richtexteditor.d.ts +2 -26
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -13
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +23 -169
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +69 -449
  49. package/types/sap.ui.ux3.d.ts +44 -444
  50. package/types/sap.ui.vbm.d.ts +568 -541
  51. package/types/sap.ui.vk.d.ts +1511 -1834
  52. package/types/sap.ui.vtm.d.ts +335 -329
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +731 -311
  55. package/types/sap.ui.webc.main.d.ts +4016 -1045
  56. package/types/sap.uiext.inbox.d.ts +1 -79
  57. package/types/sap.ushell.d.ts +274 -887
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +10 -80
  60. package/types/sap.viz.d.ts +3 -823
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +7 -12
  63. package/types/sap.zen.crosstab.d.ts +4 -7
  64. package/types/sap.zen.dsh.d.ts +133 -157
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.1
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -678,32 +678,14 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
678
678
 
679
679
  export interface InboxAttachmentsTileContainer$UploadButtonPressEventParameters {}
680
680
 
681
- /**
682
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxAttachmentsTileContainer$UploadButtonPressEventParameters'
683
- * in 1.115.1 and any later releases.
684
- */
685
- export type $InboxAttachmentsTileContainerUploadButtonPressEventParameters = InboxAttachmentsTileContainer$UploadButtonPressEventParameters;
686
-
687
681
  export type InboxAttachmentsTileContainer$UploadButtonPressEvent = Event<InboxAttachmentsTileContainer$UploadButtonPressEventParameters>;
688
682
 
689
683
  export interface InboxAttachmentsTileContainer$UploadFailedEventParameters {}
690
684
 
691
- /**
692
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxAttachmentsTileContainer$UploadFailedEventParameters'
693
- * in 1.115.1 and any later releases.
694
- */
695
- export type $InboxAttachmentsTileContainerUploadFailedEventParameters = InboxAttachmentsTileContainer$UploadFailedEventParameters;
696
-
697
685
  export type InboxAttachmentsTileContainer$UploadFailedEvent = Event<InboxAttachmentsTileContainer$UploadFailedEventParameters>;
698
686
 
699
687
  export interface InboxAttachmentsTileContainer$UploadSuccessEventParameters {}
700
688
 
701
- /**
702
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxAttachmentsTileContainer$UploadSuccessEventParameters'
703
- * in 1.115.1 and any later releases.
704
- */
705
- export type $InboxAttachmentsTileContainerUploadSuccessEventParameters = InboxAttachmentsTileContainer$UploadSuccessEventParameters;
706
-
707
689
  export type InboxAttachmentsTileContainer$UploadSuccessEvent = Event<InboxAttachmentsTileContainer$UploadSuccessEventParameters>;
708
690
  }
709
691
 
@@ -1101,12 +1083,6 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
1101
1083
 
1102
1084
  export interface InboxAttachmentTile$DeleteAttachmentEventParameters {}
1103
1085
 
1104
- /**
1105
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxAttachmentTile$DeleteAttachmentEventParameters'
1106
- * in 1.115.1 and any later releases.
1107
- */
1108
- export type $InboxAttachmentTileDeleteAttachmentEventParameters = InboxAttachmentTile$DeleteAttachmentEventParameters;
1109
-
1110
1086
  export type InboxAttachmentTile$DeleteAttachmentEvent = Event<InboxAttachmentTile$DeleteAttachmentEventParameters>;
1111
1087
  }
1112
1088
 
@@ -1805,12 +1781,6 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
1805
1781
 
1806
1782
  export interface InboxTaskComments$CommentSubmitEventParameters {}
1807
1783
 
1808
- /**
1809
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxTaskComments$CommentSubmitEventParameters'
1810
- * in 1.115.1 and any later releases.
1811
- */
1812
- export type $InboxTaskCommentsCommentSubmitEventParameters = InboxTaskComments$CommentSubmitEventParameters;
1813
-
1814
1784
  export type InboxTaskComments$CommentSubmitEvent = Event<InboxTaskComments$CommentSubmitEventParameters>;
1815
1785
  }
1816
1786
 
@@ -2258,12 +2228,6 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
2258
2228
 
2259
2229
  export interface InboxUploadAttachmentTile$UploadSelectedFileEventParameters {}
2260
2230
 
2261
- /**
2262
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxUploadAttachmentTile$UploadSelectedFileEventParameters'
2263
- * in 1.115.1 and any later releases.
2264
- */
2265
- export type $InboxUploadAttachmentTileUploadSelectedFileEventParameters = InboxUploadAttachmentTile$UploadSelectedFileEventParameters;
2266
-
2267
2231
  export type InboxUploadAttachmentTile$UploadSelectedFileEvent = Event<InboxUploadAttachmentTile$UploadSelectedFileEventParameters>;
2268
2232
  }
2269
2233
 
@@ -2943,42 +2907,18 @@ declare module "sap/uiext/inbox/Inbox" {
2943
2907
 
2944
2908
  export interface Inbox$ODataRequestCompletedEventParameters {}
2945
2909
 
2946
- /**
2947
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Inbox$ODataRequestCompletedEventParameters'
2948
- * in 1.115.1 and any later releases.
2949
- */
2950
- export type $InboxODataRequestCompletedEventParameters = Inbox$ODataRequestCompletedEventParameters;
2951
-
2952
2910
  export type Inbox$ODataRequestCompletedEvent = Event<Inbox$ODataRequestCompletedEventParameters>;
2953
2911
 
2954
2912
  export interface Inbox$RefreshEventParameters {}
2955
2913
 
2956
- /**
2957
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Inbox$RefreshEventParameters'
2958
- * in 1.115.1 and any later releases.
2959
- */
2960
- export type $InboxRefreshEventParameters = Inbox$RefreshEventParameters;
2961
-
2962
2914
  export type Inbox$RefreshEvent = Event<Inbox$RefreshEventParameters>;
2963
2915
 
2964
2916
  export interface Inbox$TaskActionEventParameters {}
2965
2917
 
2966
- /**
2967
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Inbox$TaskActionEventParameters'
2968
- * in 1.115.1 and any later releases.
2969
- */
2970
- export type $InboxTaskActionEventParameters = Inbox$TaskActionEventParameters;
2971
-
2972
2918
  export type Inbox$TaskActionEvent = Event<Inbox$TaskActionEventParameters>;
2973
2919
 
2974
2920
  export interface Inbox$TaskSelectionChangeEventParameters {}
2975
2921
 
2976
- /**
2977
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Inbox$TaskSelectionChangeEventParameters'
2978
- * in 1.115.1 and any later releases.
2979
- */
2980
- export type $InboxTaskSelectionChangeEventParameters = Inbox$TaskSelectionChangeEventParameters;
2981
-
2982
2922
  export type Inbox$TaskSelectionChangeEvent = Event<Inbox$TaskSelectionChangeEventParameters>;
2983
2923
  }
2984
2924
 
@@ -3501,22 +3441,10 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
3501
3441
 
3502
3442
  export interface InboxLaunchPad$LogoutEventParameters {}
3503
3443
 
3504
- /**
3505
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxLaunchPad$LogoutEventParameters'
3506
- * in 1.115.1 and any later releases.
3507
- */
3508
- export type $InboxLaunchPadLogoutEventParameters = InboxLaunchPad$LogoutEventParameters;
3509
-
3510
3444
  export type InboxLaunchPad$LogoutEvent = Event<InboxLaunchPad$LogoutEventParameters>;
3511
3445
 
3512
3446
  export interface InboxLaunchPad$TileSelectedEventParameters {}
3513
3447
 
3514
- /**
3515
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxLaunchPad$TileSelectedEventParameters'
3516
- * in 1.115.1 and any later releases.
3517
- */
3518
- export type $InboxLaunchPadTileSelectedEventParameters = InboxLaunchPad$TileSelectedEventParameters;
3519
-
3520
3448
  export type InboxLaunchPad$TileSelectedEvent = Event<InboxLaunchPad$TileSelectedEventParameters>;
3521
3449
  }
3522
3450
 
@@ -4064,12 +3992,6 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
4064
3992
 
4065
3993
  export interface InboxSplitApp$NavButtonPressedEventParameters {}
4066
3994
 
4067
- /**
4068
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InboxSplitApp$NavButtonPressedEventParameters'
4069
- * in 1.115.1 and any later releases.
4070
- */
4071
- export type $InboxSplitAppNavButtonPressedEventParameters = InboxSplitApp$NavButtonPressedEventParameters;
4072
-
4073
3995
  export type InboxSplitApp$NavButtonPressedEvent = Event<InboxSplitApp$NavButtonPressedEventParameters>;
4074
3996
  }
4075
3997