@sapui5/types 1.115.0 → 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.
- package/README.md +5 -3
- package/package.json +1 -1
- package/types/index.d.ts +11 -3
- package/types/sap.apf.d.ts +47 -40
- package/types/sap.ca.ui.d.ts +171 -161
- package/types/sap.chart.d.ts +56 -47
- package/types/sap.collaboration.d.ts +31 -38
- package/types/sap.esh.search.ui.d.ts +112 -109
- package/types/sap.f.d.ts +718 -786
- package/types/sap.fe.core.d.ts +206 -92
- package/types/sap.fe.macros.d.ts +66 -40
- package/types/sap.fe.navigation.d.ts +9 -13
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +11 -9
- package/types/sap.fe.test.d.ts +40 -69
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1223 -1502
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.landvisz.d.ts +73 -67
- package/types/sap.m.d.ts +6504 -6706
- package/types/sap.makit.d.ts +55 -56
- package/types/sap.me.d.ts +71 -79
- package/types/sap.ndc.d.ts +44 -36
- package/types/sap.ovp.d.ts +25 -8
- package/types/sap.rules.ui.d.ts +38 -51
- package/types/sap.sac.df.d.ts +11 -12
- package/types/sap.suite.ui.commons.d.ts +1180 -1233
- package/types/sap.suite.ui.generic.template.d.ts +75 -82
- package/types/sap.suite.ui.microchart.d.ts +280 -291
- package/types/sap.tnt.d.ts +119 -86
- package/types/sap.ui.codeeditor.d.ts +28 -25
- package/types/sap.ui.commons.d.ts +691 -684
- package/types/sap.ui.comp.d.ts +2247 -2189
- package/types/sap.ui.core.d.ts +2434 -2444
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +38 -33
- package/types/sap.ui.fl.d.ts +55 -82
- package/types/sap.ui.generic.app.d.ts +39 -43
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +401 -292
- package/types/sap.ui.layout.d.ts +369 -420
- package/types/sap.ui.mdc.d.ts +1557 -1344
- package/types/sap.ui.richtexteditor.d.ts +40 -33
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +13 -11
- package/types/sap.ui.support.d.ts +12 -13
- package/types/sap.ui.table.d.ts +366 -368
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +961 -1007
- package/types/sap.ui.ux3.d.ts +663 -653
- package/types/sap.ui.vbm.d.ts +568 -541
- package/types/sap.ui.vk.d.ts +1511 -1834
- package/types/sap.ui.vtm.d.ts +335 -329
- package/types/sap.ui.webc.common.d.ts +7 -9
- package/types/sap.ui.webc.fiori.d.ts +1099 -509
- package/types/sap.ui.webc.main.d.ts +4937 -1323
- package/types/sap.uiext.inbox.d.ts +73 -63
- package/types/sap.ushell.d.ts +492 -1024
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +244 -277
- package/types/sap.viz.d.ts +993 -856
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +7 -12
- package/types/sap.zen.crosstab.d.ts +4 -7
- package/types/sap.zen.dsh.d.ts +133 -157
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/uiext/inbox/library" {}
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@ declare module "sap/uiext/inbox/composite/InboxAddAttachmentTile" {
|
|
|
10
10
|
/**
|
|
11
11
|
* InboxAddAttachmentTile
|
|
12
12
|
*/
|
|
13
|
-
class InboxAddAttachmentTile extends Control {
|
|
13
|
+
export default class InboxAddAttachmentTile extends Control {
|
|
14
14
|
/**
|
|
15
15
|
* Constructor for a new composite/InboxAddAttachmentTile.
|
|
16
16
|
*
|
|
@@ -78,7 +78,6 @@ declare module "sap/uiext/inbox/composite/InboxAddAttachmentTile" {
|
|
|
78
78
|
*/
|
|
79
79
|
static getMetadata(): ElementMetadata;
|
|
80
80
|
}
|
|
81
|
-
export default InboxAddAttachmentTile;
|
|
82
81
|
|
|
83
82
|
export interface $InboxAddAttachmentTileSettings extends $ControlSettings {}
|
|
84
83
|
}
|
|
@@ -100,7 +99,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
100
99
|
/**
|
|
101
100
|
* InboxAttachmentsTileContainer
|
|
102
101
|
*/
|
|
103
|
-
class InboxAttachmentsTileContainer extends Control {
|
|
102
|
+
export default class InboxAttachmentsTileContainer extends Control {
|
|
104
103
|
/**
|
|
105
104
|
* Constructor for a new composite/InboxAttachmentsTileContainer.
|
|
106
105
|
*
|
|
@@ -380,7 +379,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
380
379
|
oListener?: object
|
|
381
380
|
): this;
|
|
382
381
|
/**
|
|
383
|
-
* @
|
|
382
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
384
383
|
*
|
|
385
384
|
* Fires event {@link #event:uploadButtonPress uploadButtonPress} to attached listeners.
|
|
386
385
|
*
|
|
@@ -393,7 +392,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
393
392
|
mParameters?: object
|
|
394
393
|
): this;
|
|
395
394
|
/**
|
|
396
|
-
* @
|
|
395
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
397
396
|
*
|
|
398
397
|
* Fires event {@link #event:uploadFailed uploadFailed} to attached listeners.
|
|
399
398
|
*
|
|
@@ -406,7 +405,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
406
405
|
mParameters?: object
|
|
407
406
|
): this;
|
|
408
407
|
/**
|
|
409
|
-
* @
|
|
408
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
410
409
|
*
|
|
411
410
|
* Fires event {@link #event:uploadSuccess uploadSuccess} to attached listeners.
|
|
412
411
|
*
|
|
@@ -619,7 +618,6 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
619
618
|
sUploadUrl?: string
|
|
620
619
|
): this;
|
|
621
620
|
}
|
|
622
|
-
export default InboxAttachmentsTileContainer;
|
|
623
621
|
|
|
624
622
|
export interface $InboxAttachmentsTileContainerSettings
|
|
625
623
|
extends $ControlSettings {
|
|
@@ -678,11 +676,17 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
678
676
|
uploadFailed?: (oEvent: Event) => void;
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
export interface $
|
|
679
|
+
export interface InboxAttachmentsTileContainer$UploadButtonPressEventParameters {}
|
|
682
680
|
|
|
683
|
-
export
|
|
681
|
+
export type InboxAttachmentsTileContainer$UploadButtonPressEvent = Event<InboxAttachmentsTileContainer$UploadButtonPressEventParameters>;
|
|
684
682
|
|
|
685
|
-
export interface $
|
|
683
|
+
export interface InboxAttachmentsTileContainer$UploadFailedEventParameters {}
|
|
684
|
+
|
|
685
|
+
export type InboxAttachmentsTileContainer$UploadFailedEvent = Event<InboxAttachmentsTileContainer$UploadFailedEventParameters>;
|
|
686
|
+
|
|
687
|
+
export interface InboxAttachmentsTileContainer$UploadSuccessEventParameters {}
|
|
688
|
+
|
|
689
|
+
export type InboxAttachmentsTileContainer$UploadSuccessEvent = Event<InboxAttachmentsTileContainer$UploadSuccessEventParameters>;
|
|
686
690
|
}
|
|
687
691
|
|
|
688
692
|
declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
|
|
@@ -699,7 +703,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
|
|
|
699
703
|
/**
|
|
700
704
|
* InboxAttachmentTile
|
|
701
705
|
*/
|
|
702
|
-
class InboxAttachmentTile extends Control {
|
|
706
|
+
export default class InboxAttachmentTile extends Control {
|
|
703
707
|
/**
|
|
704
708
|
* Constructor for a new composite/InboxAttachmentTile.
|
|
705
709
|
*
|
|
@@ -828,7 +832,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
|
|
|
828
832
|
oListener?: object
|
|
829
833
|
): this;
|
|
830
834
|
/**
|
|
831
|
-
* @
|
|
835
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
832
836
|
*
|
|
833
837
|
* Fires event {@link #event:deleteAttachment deleteAttachment} to attached listeners.
|
|
834
838
|
*
|
|
@@ -1029,7 +1033,6 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
|
|
|
1029
1033
|
bShowDeleteButton?: boolean
|
|
1030
1034
|
): this;
|
|
1031
1035
|
}
|
|
1032
|
-
export default InboxAttachmentTile;
|
|
1033
1036
|
|
|
1034
1037
|
export interface $InboxAttachmentTileSettings extends $ControlSettings {
|
|
1035
1038
|
/**
|
|
@@ -1078,7 +1081,9 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
|
|
|
1078
1081
|
deleteAttachment?: (oEvent: Event) => void;
|
|
1079
1082
|
}
|
|
1080
1083
|
|
|
1081
|
-
export interface $
|
|
1084
|
+
export interface InboxAttachmentTile$DeleteAttachmentEventParameters {}
|
|
1085
|
+
|
|
1086
|
+
export type InboxAttachmentTile$DeleteAttachmentEvent = Event<InboxAttachmentTile$DeleteAttachmentEventParameters>;
|
|
1082
1087
|
}
|
|
1083
1088
|
|
|
1084
1089
|
declare module "sap/uiext/inbox/composite/InboxBusyIndicator" {
|
|
@@ -1089,7 +1094,7 @@ declare module "sap/uiext/inbox/composite/InboxBusyIndicator" {
|
|
|
1089
1094
|
/**
|
|
1090
1095
|
* InboxBusyIndicator
|
|
1091
1096
|
*/
|
|
1092
|
-
class InboxBusyIndicator extends Control {
|
|
1097
|
+
export default class InboxBusyIndicator extends Control {
|
|
1093
1098
|
/**
|
|
1094
1099
|
* Constructor for a new composite/InboxBusyIndicator.
|
|
1095
1100
|
*
|
|
@@ -1157,7 +1162,6 @@ declare module "sap/uiext/inbox/composite/InboxBusyIndicator" {
|
|
|
1157
1162
|
*/
|
|
1158
1163
|
static getMetadata(): ElementMetadata;
|
|
1159
1164
|
}
|
|
1160
|
-
export default InboxBusyIndicator;
|
|
1161
1165
|
|
|
1162
1166
|
export interface $InboxBusyIndicatorSettings extends $ControlSettings {}
|
|
1163
1167
|
}
|
|
@@ -1174,7 +1178,7 @@ declare module "sap/uiext/inbox/composite/InboxComment" {
|
|
|
1174
1178
|
/**
|
|
1175
1179
|
* fsgg
|
|
1176
1180
|
*/
|
|
1177
|
-
class InboxComment extends Control {
|
|
1181
|
+
export default class InboxComment extends Control {
|
|
1178
1182
|
/**
|
|
1179
1183
|
* Constructor for a new composite/InboxComment.
|
|
1180
1184
|
*
|
|
@@ -1374,7 +1378,6 @@ declare module "sap/uiext/inbox/composite/InboxComment" {
|
|
|
1374
1378
|
sTimestamp?: string
|
|
1375
1379
|
): this;
|
|
1376
1380
|
}
|
|
1377
|
-
export default InboxComment;
|
|
1378
1381
|
|
|
1379
1382
|
export interface $InboxCommentSettings extends $ControlSettings {
|
|
1380
1383
|
/**
|
|
@@ -1428,7 +1431,7 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
|
|
|
1428
1431
|
/**
|
|
1429
1432
|
* InboxTaskComments
|
|
1430
1433
|
*/
|
|
1431
|
-
class InboxTaskComments extends Control {
|
|
1434
|
+
export default class InboxTaskComments extends Control {
|
|
1432
1435
|
/**
|
|
1433
1436
|
* Constructor for a new composite/InboxTaskComments.
|
|
1434
1437
|
*
|
|
@@ -1572,7 +1575,7 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
|
|
|
1572
1575
|
oListener?: object
|
|
1573
1576
|
): this;
|
|
1574
1577
|
/**
|
|
1575
|
-
* @
|
|
1578
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1576
1579
|
*
|
|
1577
1580
|
* Fires event {@link #event:commentSubmit commentSubmit} to attached listeners.
|
|
1578
1581
|
*
|
|
@@ -1739,7 +1742,6 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
|
|
|
1739
1742
|
bShowHeader?: boolean
|
|
1740
1743
|
): this;
|
|
1741
1744
|
}
|
|
1742
|
-
export default InboxTaskComments;
|
|
1743
1745
|
|
|
1744
1746
|
export interface $InboxTaskCommentsSettings extends $ControlSettings {
|
|
1745
1747
|
/**
|
|
@@ -1777,7 +1779,9 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
|
|
|
1777
1779
|
commentSubmit?: (oEvent: Event) => void;
|
|
1778
1780
|
}
|
|
1779
1781
|
|
|
1780
|
-
export interface $
|
|
1782
|
+
export interface InboxTaskComments$CommentSubmitEventParameters {}
|
|
1783
|
+
|
|
1784
|
+
export type InboxTaskComments$CommentSubmitEvent = Event<InboxTaskComments$CommentSubmitEventParameters>;
|
|
1781
1785
|
}
|
|
1782
1786
|
|
|
1783
1787
|
declare module "sap/uiext/inbox/composite/InboxTaskTitleControl" {
|
|
@@ -1792,7 +1796,7 @@ declare module "sap/uiext/inbox/composite/InboxTaskTitleControl" {
|
|
|
1792
1796
|
/**
|
|
1793
1797
|
* InboxTaskTitleControl
|
|
1794
1798
|
*/
|
|
1795
|
-
class InboxTaskTitleControl extends Control {
|
|
1799
|
+
export default class InboxTaskTitleControl extends Control {
|
|
1796
1800
|
/**
|
|
1797
1801
|
* Constructor for a new composite/InboxTaskTitleControl.
|
|
1798
1802
|
*
|
|
@@ -1973,7 +1977,6 @@ declare module "sap/uiext/inbox/composite/InboxTaskTitleControl" {
|
|
|
1973
1977
|
oTitleLink: Control
|
|
1974
1978
|
): this;
|
|
1975
1979
|
}
|
|
1976
|
-
export default InboxTaskTitleControl;
|
|
1977
1980
|
|
|
1978
1981
|
export interface $InboxTaskTitleControlSettings extends $ControlSettings {
|
|
1979
1982
|
/**
|
|
@@ -2017,7 +2020,7 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
|
|
|
2017
2020
|
/**
|
|
2018
2021
|
* InboxUploadAttachmentTile
|
|
2019
2022
|
*/
|
|
2020
|
-
class InboxUploadAttachmentTile extends Control {
|
|
2023
|
+
export default class InboxUploadAttachmentTile extends Control {
|
|
2021
2024
|
/**
|
|
2022
2025
|
* Constructor for a new composite/InboxUploadAttachmentTile.
|
|
2023
2026
|
*
|
|
@@ -2146,7 +2149,7 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
|
|
|
2146
2149
|
oListener?: object
|
|
2147
2150
|
): this;
|
|
2148
2151
|
/**
|
|
2149
|
-
* @
|
|
2152
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2150
2153
|
*
|
|
2151
2154
|
* Fires event {@link #event:uploadSelectedFile uploadSelectedFile} to attached listeners.
|
|
2152
2155
|
*
|
|
@@ -2205,7 +2208,6 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
|
|
|
2205
2208
|
sFileTypeIcon?: URI
|
|
2206
2209
|
): this;
|
|
2207
2210
|
}
|
|
2208
|
-
export default InboxUploadAttachmentTile;
|
|
2209
2211
|
|
|
2210
2212
|
export interface $InboxUploadAttachmentTileSettings extends $ControlSettings {
|
|
2211
2213
|
/**
|
|
@@ -2224,7 +2226,9 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
|
|
|
2224
2226
|
uploadSelectedFile?: (oEvent: Event) => void;
|
|
2225
2227
|
}
|
|
2226
2228
|
|
|
2227
|
-
export interface $
|
|
2229
|
+
export interface InboxUploadAttachmentTile$UploadSelectedFileEventParameters {}
|
|
2230
|
+
|
|
2231
|
+
export type InboxUploadAttachmentTile$UploadSelectedFileEvent = Event<InboxUploadAttachmentTile$UploadSelectedFileEventParameters>;
|
|
2228
2232
|
}
|
|
2229
2233
|
|
|
2230
2234
|
declare module "sap/uiext/inbox/Inbox" {
|
|
@@ -2240,12 +2244,12 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
2240
2244
|
|
|
2241
2245
|
/**
|
|
2242
2246
|
* @deprecated (since 1.38.0)
|
|
2243
|
-
* @
|
|
2247
|
+
* @experimental (since 1.5.2) - API is not yet finished and might change completely
|
|
2244
2248
|
*
|
|
2245
2249
|
* A comprehensive UI design approach with graphical and functional elements for search tasks, filter tasks,
|
|
2246
2250
|
* and take actions on the tasks ("Inbox Pattern").
|
|
2247
2251
|
*/
|
|
2248
|
-
class Inbox extends Control {
|
|
2252
|
+
export default class Inbox extends Control {
|
|
2249
2253
|
/**
|
|
2250
2254
|
* Constructor for a new Inbox.
|
|
2251
2255
|
*
|
|
@@ -2669,7 +2673,7 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
2669
2673
|
oListener?: object
|
|
2670
2674
|
): this;
|
|
2671
2675
|
/**
|
|
2672
|
-
* @
|
|
2676
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2673
2677
|
*
|
|
2674
2678
|
* Fires event {@link #event:oDataRequestCompleted oDataRequestCompleted} to attached listeners.
|
|
2675
2679
|
*
|
|
@@ -2682,7 +2686,7 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
2682
2686
|
mParameters?: object
|
|
2683
2687
|
): this;
|
|
2684
2688
|
/**
|
|
2685
|
-
* @
|
|
2689
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2686
2690
|
*
|
|
2687
2691
|
* Fires event {@link #event:refresh refresh} to attached listeners.
|
|
2688
2692
|
*
|
|
@@ -2695,7 +2699,7 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
2695
2699
|
mParameters?: object
|
|
2696
2700
|
): this;
|
|
2697
2701
|
/**
|
|
2698
|
-
* @
|
|
2702
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2699
2703
|
*
|
|
2700
2704
|
* Fires event {@link #event:taskAction taskAction} to attached listeners.
|
|
2701
2705
|
*
|
|
@@ -2708,7 +2712,7 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
2708
2712
|
mParameters?: object
|
|
2709
2713
|
): this;
|
|
2710
2714
|
/**
|
|
2711
|
-
* @
|
|
2715
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2712
2716
|
*
|
|
2713
2717
|
* Fires event {@link #event:taskSelectionChange taskSelectionChange} to attached listeners.
|
|
2714
2718
|
*
|
|
@@ -2858,7 +2862,6 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
2858
2862
|
sTaskExecutionURLThemeValue?: string
|
|
2859
2863
|
): this;
|
|
2860
2864
|
}
|
|
2861
|
-
export default Inbox;
|
|
2862
2865
|
|
|
2863
2866
|
export interface $InboxSettings extends $ControlSettings {
|
|
2864
2867
|
/**
|
|
@@ -2902,13 +2905,21 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
2902
2905
|
taskSelectionChange?: (oEvent: Event) => void;
|
|
2903
2906
|
}
|
|
2904
2907
|
|
|
2905
|
-
export interface $
|
|
2908
|
+
export interface Inbox$ODataRequestCompletedEventParameters {}
|
|
2909
|
+
|
|
2910
|
+
export type Inbox$ODataRequestCompletedEvent = Event<Inbox$ODataRequestCompletedEventParameters>;
|
|
2906
2911
|
|
|
2907
|
-
export interface $
|
|
2912
|
+
export interface Inbox$RefreshEventParameters {}
|
|
2908
2913
|
|
|
2909
|
-
export
|
|
2914
|
+
export type Inbox$RefreshEvent = Event<Inbox$RefreshEventParameters>;
|
|
2910
2915
|
|
|
2911
|
-
export interface $
|
|
2916
|
+
export interface Inbox$TaskActionEventParameters {}
|
|
2917
|
+
|
|
2918
|
+
export type Inbox$TaskActionEvent = Event<Inbox$TaskActionEventParameters>;
|
|
2919
|
+
|
|
2920
|
+
export interface Inbox$TaskSelectionChangeEventParameters {}
|
|
2921
|
+
|
|
2922
|
+
export type Inbox$TaskSelectionChangeEvent = Event<Inbox$TaskSelectionChangeEventParameters>;
|
|
2912
2923
|
}
|
|
2913
2924
|
|
|
2914
2925
|
declare module "sap/uiext/inbox/InboxConfiguration" {
|
|
@@ -2919,7 +2930,7 @@ declare module "sap/uiext/inbox/InboxConfiguration" {
|
|
|
2919
2930
|
/**
|
|
2920
2931
|
* Configuration for Inbox
|
|
2921
2932
|
*/
|
|
2922
|
-
class InboxConfiguration extends BaseObject {
|
|
2933
|
+
export default class InboxConfiguration extends BaseObject {
|
|
2923
2934
|
/**
|
|
2924
2935
|
* Constructor for InboxConfiguration
|
|
2925
2936
|
*/
|
|
@@ -2963,7 +2974,6 @@ declare module "sap/uiext/inbox/InboxConfiguration" {
|
|
|
2963
2974
|
*/
|
|
2964
2975
|
setSearchUersMaxLimit(iMaxLimit: number): void;
|
|
2965
2976
|
}
|
|
2966
|
-
export default InboxConfiguration;
|
|
2967
2977
|
}
|
|
2968
2978
|
|
|
2969
2979
|
declare module "sap/uiext/inbox/InboxFilters" {
|
|
@@ -2978,7 +2988,7 @@ declare module "sap/uiext/inbox/InboxFilters" {
|
|
|
2978
2988
|
/**
|
|
2979
2989
|
* PreDefined Filters for Inbox
|
|
2980
2990
|
*/
|
|
2981
|
-
class InboxFilters extends BaseObject {
|
|
2991
|
+
export default class InboxFilters extends BaseObject {
|
|
2982
2992
|
/**
|
|
2983
2993
|
* Constructor for InboxFilters
|
|
2984
2994
|
*/
|
|
@@ -3030,7 +3040,6 @@ declare module "sap/uiext/inbox/InboxFilters" {
|
|
|
3030
3040
|
*/
|
|
3031
3041
|
setSecondaryFilter(oSecondaryFilter: InboxSecondaryFilters): void;
|
|
3032
3042
|
}
|
|
3033
|
-
export default InboxFilters;
|
|
3034
3043
|
}
|
|
3035
3044
|
|
|
3036
3045
|
declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
@@ -3043,11 +3052,11 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
|
3043
3052
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3044
3053
|
|
|
3045
3054
|
/**
|
|
3046
|
-
* @
|
|
3055
|
+
* @experimental (since 1.7.0) - API is not yet finished and might change completely
|
|
3047
3056
|
*
|
|
3048
3057
|
* InboxLaunchPad Documentation to be updated later
|
|
3049
3058
|
*/
|
|
3050
|
-
class InboxLaunchPad extends Control {
|
|
3059
|
+
export default class InboxLaunchPad extends Control {
|
|
3051
3060
|
/**
|
|
3052
3061
|
* Constructor for a new InboxLaunchPad.
|
|
3053
3062
|
*
|
|
@@ -3233,7 +3242,7 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
|
3233
3242
|
oListener?: object
|
|
3234
3243
|
): this;
|
|
3235
3244
|
/**
|
|
3236
|
-
* @
|
|
3245
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3237
3246
|
*
|
|
3238
3247
|
* Fires event {@link #event:logout logout} to attached listeners.
|
|
3239
3248
|
*
|
|
@@ -3246,7 +3255,7 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
|
3246
3255
|
mParameters?: object
|
|
3247
3256
|
): this;
|
|
3248
3257
|
/**
|
|
3249
|
-
* @
|
|
3258
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3250
3259
|
*
|
|
3251
3260
|
* Fires event {@link #event:tileSelected tileSelected} to attached listeners.
|
|
3252
3261
|
*
|
|
@@ -3390,7 +3399,6 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
|
3390
3399
|
sUserName?: string
|
|
3391
3400
|
): this;
|
|
3392
3401
|
}
|
|
3393
|
-
export default InboxLaunchPad;
|
|
3394
3402
|
|
|
3395
3403
|
export interface $InboxLaunchPadSettings extends $ControlSettings {
|
|
3396
3404
|
/**
|
|
@@ -3431,9 +3439,13 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
|
3431
3439
|
logout?: (oEvent: Event) => void;
|
|
3432
3440
|
}
|
|
3433
3441
|
|
|
3434
|
-
export interface $
|
|
3442
|
+
export interface InboxLaunchPad$LogoutEventParameters {}
|
|
3435
3443
|
|
|
3436
|
-
export
|
|
3444
|
+
export type InboxLaunchPad$LogoutEvent = Event<InboxLaunchPad$LogoutEventParameters>;
|
|
3445
|
+
|
|
3446
|
+
export interface InboxLaunchPad$TileSelectedEventParameters {}
|
|
3447
|
+
|
|
3448
|
+
export type InboxLaunchPad$TileSelectedEvent = Event<InboxLaunchPad$TileSelectedEventParameters>;
|
|
3437
3449
|
}
|
|
3438
3450
|
|
|
3439
3451
|
declare module "sap/uiext/inbox/InboxPrimaryFilterEnum" {
|
|
@@ -3475,7 +3487,7 @@ declare module "sap/uiext/inbox/InboxPrimaryFilters" {
|
|
|
3475
3487
|
/**
|
|
3476
3488
|
* Primary Filters for Inbox
|
|
3477
3489
|
*/
|
|
3478
|
-
class InboxPrimaryFilters extends BaseObject {
|
|
3490
|
+
export default class InboxPrimaryFilters extends BaseObject {
|
|
3479
3491
|
/**
|
|
3480
3492
|
* Constructor for InboxPrimaryFilters
|
|
3481
3493
|
*/
|
|
@@ -3515,7 +3527,6 @@ declare module "sap/uiext/inbox/InboxPrimaryFilters" {
|
|
|
3515
3527
|
*/
|
|
3516
3528
|
setFilter(oFilter: InboxPrimaryFilterEnum): void;
|
|
3517
3529
|
}
|
|
3518
|
-
export default InboxPrimaryFilters;
|
|
3519
3530
|
}
|
|
3520
3531
|
|
|
3521
3532
|
declare module "sap/uiext/inbox/InboxSecondaryFilterPathEnum" {
|
|
@@ -3560,7 +3571,7 @@ declare module "sap/uiext/inbox/InboxSecondaryFilters" {
|
|
|
3560
3571
|
/**
|
|
3561
3572
|
* Secondary Filters for Inbox
|
|
3562
3573
|
*/
|
|
3563
|
-
class InboxSecondaryFilters extends BaseObject {
|
|
3574
|
+
export default class InboxSecondaryFilters extends BaseObject {
|
|
3564
3575
|
/**
|
|
3565
3576
|
* Constructor for InboxSecondaryFilters
|
|
3566
3577
|
*/
|
|
@@ -3608,7 +3619,6 @@ declare module "sap/uiext/inbox/InboxSecondaryFilters" {
|
|
|
3608
3619
|
aFilterObjects: any[]
|
|
3609
3620
|
): void;
|
|
3610
3621
|
}
|
|
3611
|
-
export default InboxSecondaryFilters;
|
|
3612
3622
|
}
|
|
3613
3623
|
|
|
3614
3624
|
declare module "sap/uiext/inbox/InboxSecondaryFilterValuesEnum" {
|
|
@@ -3680,11 +3690,11 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
|
|
|
3680
3690
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3681
3691
|
|
|
3682
3692
|
/**
|
|
3683
|
-
* @
|
|
3693
|
+
* @experimental (since 1.7.0) - API is not yet finished and might change completely
|
|
3684
3694
|
*
|
|
3685
3695
|
* Inbox Split App
|
|
3686
3696
|
*/
|
|
3687
|
-
class InboxSplitApp extends Control {
|
|
3697
|
+
export default class InboxSplitApp extends Control {
|
|
3688
3698
|
/**
|
|
3689
3699
|
* Constructor for a new InboxSplitApp.
|
|
3690
3700
|
*
|
|
@@ -3821,7 +3831,7 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
|
|
|
3821
3831
|
oListener?: object
|
|
3822
3832
|
): this;
|
|
3823
3833
|
/**
|
|
3824
|
-
* @
|
|
3834
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3825
3835
|
*
|
|
3826
3836
|
* Fires event {@link #event:navButtonPressed navButtonPressed} to attached listeners.
|
|
3827
3837
|
*
|
|
@@ -3947,7 +3957,6 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
|
|
|
3947
3957
|
sTcmServiceURL?: string
|
|
3948
3958
|
): this;
|
|
3949
3959
|
}
|
|
3950
|
-
export default InboxSplitApp;
|
|
3951
3960
|
|
|
3952
3961
|
export interface $InboxSplitAppSettings extends $ControlSettings {
|
|
3953
3962
|
/**
|
|
@@ -3981,7 +3990,9 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
|
|
|
3981
3990
|
navButtonPressed?: (oEvent: Event) => void;
|
|
3982
3991
|
}
|
|
3983
3992
|
|
|
3984
|
-
export interface $
|
|
3993
|
+
export interface InboxSplitApp$NavButtonPressedEventParameters {}
|
|
3994
|
+
|
|
3995
|
+
export type InboxSplitApp$NavButtonPressedEvent = Event<InboxSplitApp$NavButtonPressedEventParameters>;
|
|
3985
3996
|
}
|
|
3986
3997
|
|
|
3987
3998
|
declare module "sap/uiext/inbox/SubstitutionRulesManager" {
|
|
@@ -3990,11 +4001,11 @@ declare module "sap/uiext/inbox/SubstitutionRulesManager" {
|
|
|
3990
4001
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
3991
4002
|
|
|
3992
4003
|
/**
|
|
3993
|
-
* @
|
|
4004
|
+
* @experimental (since 1.7.0) - API is not yet finished and might change completely
|
|
3994
4005
|
*
|
|
3995
4006
|
* The SubstitutionRulesManager
|
|
3996
4007
|
*/
|
|
3997
|
-
class SubstitutionRulesManager extends Control {
|
|
4008
|
+
export default class SubstitutionRulesManager extends Control {
|
|
3998
4009
|
/**
|
|
3999
4010
|
* Constructor for a new SubstitutionRulesManager.
|
|
4000
4011
|
*
|
|
@@ -4071,7 +4082,6 @@ declare module "sap/uiext/inbox/SubstitutionRulesManager" {
|
|
|
4071
4082
|
path: string
|
|
4072
4083
|
): SubstitutionRulesManager;
|
|
4073
4084
|
}
|
|
4074
|
-
export default SubstitutionRulesManager;
|
|
4075
4085
|
|
|
4076
4086
|
export interface $SubstitutionRulesManagerSettings extends $ControlSettings {}
|
|
4077
4087
|
}
|