@sapui5/types 1.120.11 → 1.120.13
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/LICENSE.txt +13 -10
- package/README.md +1 -1
- package/package.json +1 -1
- package/types/sap.chart.d.ts +58 -6
- package/types/sap.esh.search.ui.d.ts +16 -2
- package/types/sap.f.d.ts +372 -54
- package/types/sap.fe.core.d.ts +11 -3
- package/types/sap.fe.macros.d.ts +96 -12
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1001 -139
- package/types/sap.insights.d.ts +4 -2
- package/types/sap.m.d.ts +3123 -276
- package/types/sap.makit.d.ts +115 -14
- package/types/sap.me.d.ts +84 -7
- package/types/sap.ndc.d.ts +22 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.df.d.ts +294 -44
- package/types/sap.suite.ui.commons.d.ts +1148 -118
- package/types/sap.suite.ui.generic.template.d.ts +10 -2
- package/types/sap.suite.ui.microchart.d.ts +184 -28
- package/types/sap.tnt.d.ts +40 -8
- package/types/sap.ui.codeeditor.d.ts +16 -2
- package/types/sap.ui.commons.d.ts +756 -90
- package/types/sap.ui.comp.d.ts +884 -50
- package/types/sap.ui.core.d.ts +1112 -135
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +19 -4
- package/types/sap.ui.fl.d.ts +44 -3
- package/types/sap.ui.integration.d.ts +144 -6
- package/types/sap.ui.layout.d.ts +166 -41
- package/types/sap.ui.mdc.d.ts +430 -38
- package/types/sap.ui.richtexteditor.d.ts +28 -2
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +222 -19
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +431 -35
- package/types/sap.ui.ux3.d.ts +524 -31
- package/types/sap.ui.vbm.d.ts +6427 -3308
- package/types/sap.ui.webc.common.d.ts +7 -1
- package/types/sap.ui.webc.fiori.d.ts +351 -29
- package/types/sap.ui.webc.main.d.ts +1035 -83
- package/types/sap.uiext.inbox.d.ts +124 -13
- package/types/sap.ushell.d.ts +147 -12
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +118 -18
- package/types/sap.viz.d.ts +2619 -130
- package/types/sap.zen.commons.d.ts +104 -23
- package/types/sap.zen.crosstab.d.ts +96 -16
- package/types/sap.zen.dsh.d.ts +255 -149
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.13
|
|
2
2
|
|
|
3
3
|
declare module "sap/uiext/inbox/library" {}
|
|
4
4
|
|
|
@@ -80,7 +80,9 @@ declare module "sap/uiext/inbox/composite/InboxAddAttachmentTile" {
|
|
|
80
80
|
*/
|
|
81
81
|
static getMetadata(): ElementMetadata;
|
|
82
82
|
}
|
|
83
|
-
|
|
83
|
+
/**
|
|
84
|
+
* Describes the settings that can be provided to the InboxAddAttachmentTile constructor.
|
|
85
|
+
*/
|
|
84
86
|
export interface $InboxAddAttachmentTileSettings extends $ControlSettings {}
|
|
85
87
|
}
|
|
86
88
|
|
|
@@ -649,7 +651,9 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
649
651
|
sUploadUrl?: string
|
|
650
652
|
): this;
|
|
651
653
|
}
|
|
652
|
-
|
|
654
|
+
/**
|
|
655
|
+
* Describes the settings that can be provided to the InboxAttachmentsTileContainer constructor.
|
|
656
|
+
*/
|
|
653
657
|
export interface $InboxAttachmentsTileContainerSettings
|
|
654
658
|
extends $ControlSettings {
|
|
655
659
|
/**
|
|
@@ -707,22 +711,40 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
|
|
|
707
711
|
uploadFailed?: (oEvent: Event) => void;
|
|
708
712
|
}
|
|
709
713
|
|
|
714
|
+
/**
|
|
715
|
+
* Parameters of the InboxAttachmentsTileContainer#uploadButtonPress event.
|
|
716
|
+
*/
|
|
710
717
|
export interface InboxAttachmentsTileContainer$UploadButtonPressEventParameters {}
|
|
711
718
|
|
|
719
|
+
/**
|
|
720
|
+
* Event object of the InboxAttachmentsTileContainer#uploadButtonPress event.
|
|
721
|
+
*/
|
|
712
722
|
export type InboxAttachmentsTileContainer$UploadButtonPressEvent = Event<
|
|
713
723
|
InboxAttachmentsTileContainer$UploadButtonPressEventParameters,
|
|
714
724
|
InboxAttachmentsTileContainer
|
|
715
725
|
>;
|
|
716
726
|
|
|
727
|
+
/**
|
|
728
|
+
* Parameters of the InboxAttachmentsTileContainer#uploadFailed event.
|
|
729
|
+
*/
|
|
717
730
|
export interface InboxAttachmentsTileContainer$UploadFailedEventParameters {}
|
|
718
731
|
|
|
732
|
+
/**
|
|
733
|
+
* Event object of the InboxAttachmentsTileContainer#uploadFailed event.
|
|
734
|
+
*/
|
|
719
735
|
export type InboxAttachmentsTileContainer$UploadFailedEvent = Event<
|
|
720
736
|
InboxAttachmentsTileContainer$UploadFailedEventParameters,
|
|
721
737
|
InboxAttachmentsTileContainer
|
|
722
738
|
>;
|
|
723
739
|
|
|
740
|
+
/**
|
|
741
|
+
* Parameters of the InboxAttachmentsTileContainer#uploadSuccess event.
|
|
742
|
+
*/
|
|
724
743
|
export interface InboxAttachmentsTileContainer$UploadSuccessEventParameters {}
|
|
725
744
|
|
|
745
|
+
/**
|
|
746
|
+
* Event object of the InboxAttachmentsTileContainer#uploadSuccess event.
|
|
747
|
+
*/
|
|
726
748
|
export type InboxAttachmentsTileContainer$UploadSuccessEvent = Event<
|
|
727
749
|
InboxAttachmentsTileContainer$UploadSuccessEventParameters,
|
|
728
750
|
InboxAttachmentsTileContainer
|
|
@@ -1094,7 +1116,9 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
|
|
|
1094
1116
|
bShowDeleteButton?: boolean
|
|
1095
1117
|
): this;
|
|
1096
1118
|
}
|
|
1097
|
-
|
|
1119
|
+
/**
|
|
1120
|
+
* Describes the settings that can be provided to the InboxAttachmentTile constructor.
|
|
1121
|
+
*/
|
|
1098
1122
|
export interface $InboxAttachmentTileSettings extends $ControlSettings {
|
|
1099
1123
|
/**
|
|
1100
1124
|
* Name of the attachment
|
|
@@ -1142,8 +1166,14 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
|
|
|
1142
1166
|
deleteAttachment?: (oEvent: Event) => void;
|
|
1143
1167
|
}
|
|
1144
1168
|
|
|
1169
|
+
/**
|
|
1170
|
+
* Parameters of the InboxAttachmentTile#deleteAttachment event.
|
|
1171
|
+
*/
|
|
1145
1172
|
export interface InboxAttachmentTile$DeleteAttachmentEventParameters {}
|
|
1146
1173
|
|
|
1174
|
+
/**
|
|
1175
|
+
* Event object of the InboxAttachmentTile#deleteAttachment event.
|
|
1176
|
+
*/
|
|
1147
1177
|
export type InboxAttachmentTile$DeleteAttachmentEvent = Event<
|
|
1148
1178
|
InboxAttachmentTile$DeleteAttachmentEventParameters,
|
|
1149
1179
|
InboxAttachmentTile
|
|
@@ -1228,7 +1258,9 @@ declare module "sap/uiext/inbox/composite/InboxBusyIndicator" {
|
|
|
1228
1258
|
*/
|
|
1229
1259
|
static getMetadata(): ElementMetadata;
|
|
1230
1260
|
}
|
|
1231
|
-
|
|
1261
|
+
/**
|
|
1262
|
+
* Describes the settings that can be provided to the InboxBusyIndicator constructor.
|
|
1263
|
+
*/
|
|
1232
1264
|
export interface $InboxBusyIndicatorSettings extends $ControlSettings {}
|
|
1233
1265
|
}
|
|
1234
1266
|
|
|
@@ -1458,7 +1490,9 @@ declare module "sap/uiext/inbox/composite/InboxComment" {
|
|
|
1458
1490
|
sTimestamp?: string
|
|
1459
1491
|
): this;
|
|
1460
1492
|
}
|
|
1461
|
-
|
|
1493
|
+
/**
|
|
1494
|
+
* Describes the settings that can be provided to the InboxComment constructor.
|
|
1495
|
+
*/
|
|
1462
1496
|
export interface $InboxCommentSettings extends $ControlSettings {
|
|
1463
1497
|
/**
|
|
1464
1498
|
* Sender of the comment chunk
|
|
@@ -1841,7 +1875,9 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
|
|
|
1841
1875
|
bShowHeader?: boolean
|
|
1842
1876
|
): this;
|
|
1843
1877
|
}
|
|
1844
|
-
|
|
1878
|
+
/**
|
|
1879
|
+
* Describes the settings that can be provided to the InboxTaskComments constructor.
|
|
1880
|
+
*/
|
|
1845
1881
|
export interface $InboxTaskCommentsSettings extends $ControlSettings {
|
|
1846
1882
|
/**
|
|
1847
1883
|
* Sender for the comment feeder
|
|
@@ -1878,8 +1914,14 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
|
|
|
1878
1914
|
commentSubmit?: (oEvent: Event) => void;
|
|
1879
1915
|
}
|
|
1880
1916
|
|
|
1917
|
+
/**
|
|
1918
|
+
* Parameters of the InboxTaskComments#commentSubmit event.
|
|
1919
|
+
*/
|
|
1881
1920
|
export interface InboxTaskComments$CommentSubmitEventParameters {}
|
|
1882
1921
|
|
|
1922
|
+
/**
|
|
1923
|
+
* Event object of the InboxTaskComments#commentSubmit event.
|
|
1924
|
+
*/
|
|
1883
1925
|
export type InboxTaskComments$CommentSubmitEvent = Event<
|
|
1884
1926
|
InboxTaskComments$CommentSubmitEventParameters,
|
|
1885
1927
|
InboxTaskComments
|
|
@@ -2091,7 +2133,9 @@ declare module "sap/uiext/inbox/composite/InboxTaskTitleControl" {
|
|
|
2091
2133
|
oTitleLink: Control
|
|
2092
2134
|
): this;
|
|
2093
2135
|
}
|
|
2094
|
-
|
|
2136
|
+
/**
|
|
2137
|
+
* Describes the settings that can be provided to the InboxTaskTitleControl constructor.
|
|
2138
|
+
*/
|
|
2095
2139
|
export interface $InboxTaskTitleControlSettings extends $ControlSettings {
|
|
2096
2140
|
/**
|
|
2097
2141
|
* The Task Title of the Task
|
|
@@ -2331,7 +2375,9 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
|
|
|
2331
2375
|
sFileTypeIcon?: URI
|
|
2332
2376
|
): this;
|
|
2333
2377
|
}
|
|
2334
|
-
|
|
2378
|
+
/**
|
|
2379
|
+
* Describes the settings that can be provided to the InboxUploadAttachmentTile constructor.
|
|
2380
|
+
*/
|
|
2335
2381
|
export interface $InboxUploadAttachmentTileSettings extends $ControlSettings {
|
|
2336
2382
|
/**
|
|
2337
2383
|
* name of the selected file
|
|
@@ -2349,8 +2395,14 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
|
|
|
2349
2395
|
uploadSelectedFile?: (oEvent: Event) => void;
|
|
2350
2396
|
}
|
|
2351
2397
|
|
|
2398
|
+
/**
|
|
2399
|
+
* Parameters of the InboxUploadAttachmentTile#uploadSelectedFile event.
|
|
2400
|
+
*/
|
|
2352
2401
|
export interface InboxUploadAttachmentTile$UploadSelectedFileEventParameters {}
|
|
2353
2402
|
|
|
2403
|
+
/**
|
|
2404
|
+
* Event object of the InboxUploadAttachmentTile#uploadSelectedFile event.
|
|
2405
|
+
*/
|
|
2354
2406
|
export type InboxUploadAttachmentTile$UploadSelectedFileEvent = Event<
|
|
2355
2407
|
InboxUploadAttachmentTile$UploadSelectedFileEventParameters,
|
|
2356
2408
|
InboxUploadAttachmentTile
|
|
@@ -3008,7 +3060,12 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
3008
3060
|
sTaskExecutionURLThemeValue?: string
|
|
3009
3061
|
): this;
|
|
3010
3062
|
}
|
|
3011
|
-
|
|
3063
|
+
/**
|
|
3064
|
+
* Describes the settings that can be provided to the Inbox constructor.
|
|
3065
|
+
*
|
|
3066
|
+
* @deprecated (since 1.38.0)
|
|
3067
|
+
* @experimental (since 1.5.2) - API is not yet finished and might change completely
|
|
3068
|
+
*/
|
|
3012
3069
|
export interface $InboxSettings extends $ControlSettings {
|
|
3013
3070
|
/**
|
|
3014
3071
|
* set the theme URL parameter string to be appended to the task Execution URL. In case of a function callback
|
|
@@ -3051,26 +3108,50 @@ declare module "sap/uiext/inbox/Inbox" {
|
|
|
3051
3108
|
taskSelectionChange?: (oEvent: Event) => void;
|
|
3052
3109
|
}
|
|
3053
3110
|
|
|
3111
|
+
/**
|
|
3112
|
+
* Parameters of the Inbox#oDataRequestCompleted event.
|
|
3113
|
+
*/
|
|
3054
3114
|
export interface Inbox$ODataRequestCompletedEventParameters {}
|
|
3055
3115
|
|
|
3116
|
+
/**
|
|
3117
|
+
* Event object of the Inbox#oDataRequestCompleted event.
|
|
3118
|
+
*/
|
|
3056
3119
|
export type Inbox$ODataRequestCompletedEvent = Event<
|
|
3057
3120
|
Inbox$ODataRequestCompletedEventParameters,
|
|
3058
3121
|
Inbox
|
|
3059
3122
|
>;
|
|
3060
3123
|
|
|
3124
|
+
/**
|
|
3125
|
+
* Parameters of the Inbox#refresh event.
|
|
3126
|
+
*/
|
|
3061
3127
|
export interface Inbox$RefreshEventParameters {}
|
|
3062
3128
|
|
|
3129
|
+
/**
|
|
3130
|
+
* Event object of the Inbox#refresh event.
|
|
3131
|
+
*/
|
|
3063
3132
|
export type Inbox$RefreshEvent = Event<Inbox$RefreshEventParameters, Inbox>;
|
|
3064
3133
|
|
|
3134
|
+
/**
|
|
3135
|
+
* Parameters of the Inbox#taskAction event.
|
|
3136
|
+
*/
|
|
3065
3137
|
export interface Inbox$TaskActionEventParameters {}
|
|
3066
3138
|
|
|
3139
|
+
/**
|
|
3140
|
+
* Event object of the Inbox#taskAction event.
|
|
3141
|
+
*/
|
|
3067
3142
|
export type Inbox$TaskActionEvent = Event<
|
|
3068
3143
|
Inbox$TaskActionEventParameters,
|
|
3069
3144
|
Inbox
|
|
3070
3145
|
>;
|
|
3071
3146
|
|
|
3147
|
+
/**
|
|
3148
|
+
* Parameters of the Inbox#taskSelectionChange event.
|
|
3149
|
+
*/
|
|
3072
3150
|
export interface Inbox$TaskSelectionChangeEventParameters {}
|
|
3073
3151
|
|
|
3152
|
+
/**
|
|
3153
|
+
* Event object of the Inbox#taskSelectionChange event.
|
|
3154
|
+
*/
|
|
3074
3155
|
export type Inbox$TaskSelectionChangeEvent = Event<
|
|
3075
3156
|
Inbox$TaskSelectionChangeEventParameters,
|
|
3076
3157
|
Inbox
|
|
@@ -3576,7 +3657,11 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
|
3576
3657
|
sUserName?: string
|
|
3577
3658
|
): this;
|
|
3578
3659
|
}
|
|
3579
|
-
|
|
3660
|
+
/**
|
|
3661
|
+
* Describes the settings that can be provided to the InboxLaunchPad constructor.
|
|
3662
|
+
*
|
|
3663
|
+
* @experimental (since 1.7.0) - API is not yet finished and might change completely
|
|
3664
|
+
*/
|
|
3580
3665
|
export interface $InboxLaunchPadSettings extends $ControlSettings {
|
|
3581
3666
|
/**
|
|
3582
3667
|
* The title text appearing in Inbox LaunchPad header bar.
|
|
@@ -3616,15 +3701,27 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
|
|
|
3616
3701
|
logout?: (oEvent: Event) => void;
|
|
3617
3702
|
}
|
|
3618
3703
|
|
|
3704
|
+
/**
|
|
3705
|
+
* Parameters of the InboxLaunchPad#logout event.
|
|
3706
|
+
*/
|
|
3619
3707
|
export interface InboxLaunchPad$LogoutEventParameters {}
|
|
3620
3708
|
|
|
3709
|
+
/**
|
|
3710
|
+
* Event object of the InboxLaunchPad#logout event.
|
|
3711
|
+
*/
|
|
3621
3712
|
export type InboxLaunchPad$LogoutEvent = Event<
|
|
3622
3713
|
InboxLaunchPad$LogoutEventParameters,
|
|
3623
3714
|
InboxLaunchPad
|
|
3624
3715
|
>;
|
|
3625
3716
|
|
|
3717
|
+
/**
|
|
3718
|
+
* Parameters of the InboxLaunchPad#tileSelected event.
|
|
3719
|
+
*/
|
|
3626
3720
|
export interface InboxLaunchPad$TileSelectedEventParameters {}
|
|
3627
3721
|
|
|
3722
|
+
/**
|
|
3723
|
+
* Event object of the InboxLaunchPad#tileSelected event.
|
|
3724
|
+
*/
|
|
3628
3725
|
export type InboxLaunchPad$TileSelectedEvent = Event<
|
|
3629
3726
|
InboxLaunchPad$TileSelectedEventParameters,
|
|
3630
3727
|
InboxLaunchPad
|
|
@@ -4159,7 +4256,11 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
|
|
|
4159
4256
|
sTcmServiceURL?: string
|
|
4160
4257
|
): this;
|
|
4161
4258
|
}
|
|
4162
|
-
|
|
4259
|
+
/**
|
|
4260
|
+
* Describes the settings that can be provided to the InboxSplitApp constructor.
|
|
4261
|
+
*
|
|
4262
|
+
* @experimental (since 1.7.0) - API is not yet finished and might change completely
|
|
4263
|
+
*/
|
|
4163
4264
|
export interface $InboxSplitAppSettings extends $ControlSettings {
|
|
4164
4265
|
/**
|
|
4165
4266
|
* Show/Hide the Navigation Button for the Master Page
|
|
@@ -4192,8 +4293,14 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
|
|
|
4192
4293
|
navButtonPressed?: (oEvent: Event) => void;
|
|
4193
4294
|
}
|
|
4194
4295
|
|
|
4296
|
+
/**
|
|
4297
|
+
* Parameters of the InboxSplitApp#navButtonPressed event.
|
|
4298
|
+
*/
|
|
4195
4299
|
export interface InboxSplitApp$NavButtonPressedEventParameters {}
|
|
4196
4300
|
|
|
4301
|
+
/**
|
|
4302
|
+
* Event object of the InboxSplitApp#navButtonPressed event.
|
|
4303
|
+
*/
|
|
4197
4304
|
export type InboxSplitApp$NavButtonPressedEvent = Event<
|
|
4198
4305
|
InboxSplitApp$NavButtonPressedEventParameters,
|
|
4199
4306
|
InboxSplitApp
|
|
@@ -4289,7 +4396,11 @@ declare module "sap/uiext/inbox/SubstitutionRulesManager" {
|
|
|
4289
4396
|
path: string
|
|
4290
4397
|
): SubstitutionRulesManager;
|
|
4291
4398
|
}
|
|
4292
|
-
|
|
4399
|
+
/**
|
|
4400
|
+
* Describes the settings that can be provided to the SubstitutionRulesManager constructor.
|
|
4401
|
+
*
|
|
4402
|
+
* @experimental (since 1.7.0) - API is not yet finished and might change completely
|
|
4403
|
+
*/
|
|
4293
4404
|
export interface $SubstitutionRulesManagerSettings extends $ControlSettings {}
|
|
4294
4405
|
}
|
|
4295
4406
|
|
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.13
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -262,7 +262,16 @@ declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
|
262
262
|
sWidth?: CSSSize
|
|
263
263
|
): this;
|
|
264
264
|
}
|
|
265
|
-
|
|
265
|
+
/**
|
|
266
|
+
* Describes the settings that can be provided to the PictureTile constructor.
|
|
267
|
+
*
|
|
268
|
+
* @deprecated (since 1.22) - Please use {@link sap.m.Carousel} instead.
|
|
269
|
+
*
|
|
270
|
+
* PictureTile is used in PictureViewer control and is not meant to be consumed outside of PictureViewer
|
|
271
|
+
* usage. PictureViewer was replacing the sap.m.Carousel as it wasn't supporting some versions of MS Internet
|
|
272
|
+
* Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel instead. This control
|
|
273
|
+
* will not be supported anymore.
|
|
274
|
+
*/
|
|
266
275
|
export interface $PictureTileSettings extends $CustomTileSettings {
|
|
267
276
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
268
277
|
|
|
@@ -273,8 +282,14 @@ declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
|
273
282
|
pictureDelete?: (oEvent: Event) => void;
|
|
274
283
|
}
|
|
275
284
|
|
|
285
|
+
/**
|
|
286
|
+
* Parameters of the PictureTile#pictureDelete event.
|
|
287
|
+
*/
|
|
276
288
|
export interface PictureTile$PictureDeleteEventParameters {}
|
|
277
289
|
|
|
290
|
+
/**
|
|
291
|
+
* Event object of the PictureTile#pictureDelete event.
|
|
292
|
+
*/
|
|
278
293
|
export type PictureTile$PictureDeleteEvent = Event<
|
|
279
294
|
PictureTile$PictureDeleteEventParameters,
|
|
280
295
|
PictureTile
|
|
@@ -617,7 +632,13 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
617
632
|
fTileScaling?: float
|
|
618
633
|
): this;
|
|
619
634
|
}
|
|
620
|
-
|
|
635
|
+
/**
|
|
636
|
+
* Describes the settings that can be provided to the PictureViewer constructor.
|
|
637
|
+
*
|
|
638
|
+
* @deprecated (since 1.22) - Please use {@link sap.m.Carousel} instead. PictureViewer was replacing the
|
|
639
|
+
* Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully
|
|
640
|
+
* functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
641
|
+
*/
|
|
621
642
|
export interface $PictureViewerSettings extends $TileContainerSettings {
|
|
622
643
|
/**
|
|
623
644
|
* Percentage of the space occupied by the image in the picture viewer control. Please note that if the
|
|
@@ -636,8 +657,14 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
636
657
|
pictureDeleted?: (oEvent: Event) => void;
|
|
637
658
|
}
|
|
638
659
|
|
|
660
|
+
/**
|
|
661
|
+
* Parameters of the PictureViewer#pictureDeleted event.
|
|
662
|
+
*/
|
|
639
663
|
export interface PictureViewer$PictureDeletedEventParameters {}
|
|
640
664
|
|
|
665
|
+
/**
|
|
666
|
+
* Event object of the PictureViewer#pictureDeleted event.
|
|
667
|
+
*/
|
|
641
668
|
export type PictureViewer$PictureDeletedEvent = Event<
|
|
642
669
|
PictureViewer$PictureDeletedEventParameters,
|
|
643
670
|
PictureViewer
|
|
@@ -769,7 +796,14 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewerItem" {
|
|
|
769
796
|
sSrc: string
|
|
770
797
|
): PictureViewerItem;
|
|
771
798
|
}
|
|
772
|
-
|
|
799
|
+
/**
|
|
800
|
+
* Describes the settings that can be provided to the PictureViewerItem constructor.
|
|
801
|
+
*
|
|
802
|
+
* @deprecated (since 1.22) - Please use {@link sap.m.Carousel} instead. PictureViewerItem is used in PictureViewer
|
|
803
|
+
* control and is not meant to be consumed outside of PictureViewer usage. PictureViewer was replacing the
|
|
804
|
+
* Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully
|
|
805
|
+
* functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
806
|
+
*/
|
|
773
807
|
export interface $PictureViewerItemSettings extends $ControlSettings {
|
|
774
808
|
src?: string | PropertyBindingInfo;
|
|
775
809
|
|
|
@@ -2606,7 +2640,11 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2606
2640
|
aStates: string[]
|
|
2607
2641
|
): void;
|
|
2608
2642
|
}
|
|
2609
|
-
|
|
2643
|
+
/**
|
|
2644
|
+
* Describes the settings that can be provided to the Renderer constructor.
|
|
2645
|
+
*
|
|
2646
|
+
* @deprecated (since 1.120.0) - Please use {@link sap.ushell.services.Extension} instead.
|
|
2647
|
+
*/
|
|
2610
2648
|
export interface $RendererSettings extends $UIComponentSettings {}
|
|
2611
2649
|
}
|
|
2612
2650
|
|
|
@@ -9054,7 +9092,11 @@ declare module "sap/ushell/ui/appfinder/AppBox" {
|
|
|
9054
9092
|
sUrl?: string
|
|
9055
9093
|
): this;
|
|
9056
9094
|
}
|
|
9057
|
-
|
|
9095
|
+
/**
|
|
9096
|
+
* Describes the settings that can be provided to the AppBox constructor.
|
|
9097
|
+
*
|
|
9098
|
+
* @deprecated (since 1.120)
|
|
9099
|
+
*/
|
|
9058
9100
|
export interface $AppBoxSettings extends $ControlSettings {
|
|
9059
9101
|
/**
|
|
9060
9102
|
* Specifies the title of the appBox.
|
|
@@ -9097,15 +9139,27 @@ declare module "sap/ushell/ui/appfinder/AppBox" {
|
|
|
9097
9139
|
afterRendering?: (oEvent: Event) => void;
|
|
9098
9140
|
}
|
|
9099
9141
|
|
|
9142
|
+
/**
|
|
9143
|
+
* Parameters of the AppBox#afterRendering event.
|
|
9144
|
+
*/
|
|
9100
9145
|
export interface AppBox$AfterRenderingEventParameters {}
|
|
9101
9146
|
|
|
9147
|
+
/**
|
|
9148
|
+
* Event object of the AppBox#afterRendering event.
|
|
9149
|
+
*/
|
|
9102
9150
|
export type AppBox$AfterRenderingEvent = Event<
|
|
9103
9151
|
AppBox$AfterRenderingEventParameters,
|
|
9104
9152
|
AppBox
|
|
9105
9153
|
>;
|
|
9106
9154
|
|
|
9155
|
+
/**
|
|
9156
|
+
* Parameters of the AppBox#press event.
|
|
9157
|
+
*/
|
|
9107
9158
|
export interface AppBox$PressEventParameters {}
|
|
9108
9159
|
|
|
9160
|
+
/**
|
|
9161
|
+
* Event object of the AppBox#press event.
|
|
9162
|
+
*/
|
|
9109
9163
|
export type AppBox$PressEvent = Event<AppBox$PressEventParameters, AppBox>;
|
|
9110
9164
|
}
|
|
9111
9165
|
|
|
@@ -9571,7 +9625,9 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
9571
9625
|
sTitle?: string
|
|
9572
9626
|
): this;
|
|
9573
9627
|
}
|
|
9574
|
-
|
|
9628
|
+
/**
|
|
9629
|
+
* Describes the settings that can be provided to the AddBookmarkButton constructor.
|
|
9630
|
+
*/
|
|
9575
9631
|
export interface $AddBookmarkButtonSettings extends $ButtonSettings {
|
|
9576
9632
|
/**
|
|
9577
9633
|
* A callback function that is called before the save-as-tile dialog is opened.
|
|
@@ -9912,7 +9968,9 @@ declare module "sap/ushell/ui/launchpad/ActionItem" {
|
|
|
9912
9968
|
sActionType?: string
|
|
9913
9969
|
): this;
|
|
9914
9970
|
}
|
|
9915
|
-
|
|
9971
|
+
/**
|
|
9972
|
+
* Describes the settings that can be provided to the ActionItem constructor.
|
|
9973
|
+
*/
|
|
9916
9974
|
export interface $ActionItemSettings extends $ButtonSettings {
|
|
9917
9975
|
actionType?: string | PropertyBindingInfo;
|
|
9918
9976
|
|
|
@@ -9921,16 +9979,28 @@ declare module "sap/ushell/ui/launchpad/ActionItem" {
|
|
|
9921
9979
|
afterRendering?: (oEvent: Event) => void;
|
|
9922
9980
|
}
|
|
9923
9981
|
|
|
9982
|
+
/**
|
|
9983
|
+
* Parameters of the ActionItem#afterRendering event.
|
|
9984
|
+
*/
|
|
9924
9985
|
export interface ActionItem$AfterRenderingEventParameters {}
|
|
9925
9986
|
|
|
9987
|
+
/**
|
|
9988
|
+
* Event object of the ActionItem#afterRendering event.
|
|
9989
|
+
*/
|
|
9926
9990
|
export type ActionItem$AfterRenderingEvent = Event<
|
|
9927
9991
|
ActionItem$AfterRenderingEventParameters,
|
|
9928
9992
|
ActionItem
|
|
9929
9993
|
>;
|
|
9930
9994
|
|
|
9995
|
+
/**
|
|
9996
|
+
* Parameters of the ActionItem#press event.
|
|
9997
|
+
*/
|
|
9931
9998
|
export interface ActionItem$PressEventParameters
|
|
9932
9999
|
extends Button$PressEventParameters {}
|
|
9933
10000
|
|
|
10001
|
+
/**
|
|
10002
|
+
* Event object of the ActionItem#press event.
|
|
10003
|
+
*/
|
|
9934
10004
|
export type ActionItem$PressEvent = Event<
|
|
9935
10005
|
ActionItem$PressEventParameters,
|
|
9936
10006
|
ActionItem
|
|
@@ -10216,7 +10286,11 @@ declare module "sap/ushell/ui/launchpad/DashboardGroupsContainer" {
|
|
|
10216
10286
|
sDisplayMode?: string
|
|
10217
10287
|
): this;
|
|
10218
10288
|
}
|
|
10219
|
-
|
|
10289
|
+
/**
|
|
10290
|
+
* Describes the settings that can be provided to the DashboardGroupsContainer constructor.
|
|
10291
|
+
*
|
|
10292
|
+
* @deprecated (since 1.120)
|
|
10293
|
+
*/
|
|
10220
10294
|
export interface $DashboardGroupsContainerSettings extends $ControlSettings {
|
|
10221
10295
|
/**
|
|
10222
10296
|
* A value for an optional accessibility label.
|
|
@@ -10230,8 +10304,14 @@ declare module "sap/ushell/ui/launchpad/DashboardGroupsContainer" {
|
|
|
10230
10304
|
afterRendering?: (oEvent: Event) => void;
|
|
10231
10305
|
}
|
|
10232
10306
|
|
|
10307
|
+
/**
|
|
10308
|
+
* Parameters of the DashboardGroupsContainer#afterRendering event.
|
|
10309
|
+
*/
|
|
10233
10310
|
export interface DashboardGroupsContainer$AfterRenderingEventParameters {}
|
|
10234
10311
|
|
|
10312
|
+
/**
|
|
10313
|
+
* Event object of the DashboardGroupsContainer#afterRendering event.
|
|
10314
|
+
*/
|
|
10235
10315
|
export type DashboardGroupsContainer$AfterRenderingEvent = Event<
|
|
10236
10316
|
DashboardGroupsContainer$AfterRenderingEventParameters,
|
|
10237
10317
|
DashboardGroupsContainer
|
|
@@ -11007,7 +11087,11 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
11007
11087
|
bVisible?: boolean
|
|
11008
11088
|
): this;
|
|
11009
11089
|
}
|
|
11010
|
-
|
|
11090
|
+
/**
|
|
11091
|
+
* Describes the settings that can be provided to the LinkTileWrapper constructor.
|
|
11092
|
+
*
|
|
11093
|
+
* @deprecated (since 1.120)
|
|
11094
|
+
*/
|
|
11011
11095
|
export interface $LinkTileWrapperSettings extends $ControlSettings {
|
|
11012
11096
|
uuid?: string | PropertyBindingInfo;
|
|
11013
11097
|
|
|
@@ -11042,29 +11126,53 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
11042
11126
|
showActions?: (oEvent: Event) => void;
|
|
11043
11127
|
}
|
|
11044
11128
|
|
|
11129
|
+
/**
|
|
11130
|
+
* Parameters of the LinkTileWrapper#afterRendering event.
|
|
11131
|
+
*/
|
|
11045
11132
|
export interface LinkTileWrapper$AfterRenderingEventParameters {}
|
|
11046
11133
|
|
|
11134
|
+
/**
|
|
11135
|
+
* Event object of the LinkTileWrapper#afterRendering event.
|
|
11136
|
+
*/
|
|
11047
11137
|
export type LinkTileWrapper$AfterRenderingEvent = Event<
|
|
11048
11138
|
LinkTileWrapper$AfterRenderingEventParameters,
|
|
11049
11139
|
LinkTileWrapper
|
|
11050
11140
|
>;
|
|
11051
11141
|
|
|
11142
|
+
/**
|
|
11143
|
+
* Parameters of the LinkTileWrapper#coverDivPress event.
|
|
11144
|
+
*/
|
|
11052
11145
|
export interface LinkTileWrapper$CoverDivPressEventParameters {}
|
|
11053
11146
|
|
|
11147
|
+
/**
|
|
11148
|
+
* Event object of the LinkTileWrapper#coverDivPress event.
|
|
11149
|
+
*/
|
|
11054
11150
|
export type LinkTileWrapper$CoverDivPressEvent = Event<
|
|
11055
11151
|
LinkTileWrapper$CoverDivPressEventParameters,
|
|
11056
11152
|
LinkTileWrapper
|
|
11057
11153
|
>;
|
|
11058
11154
|
|
|
11155
|
+
/**
|
|
11156
|
+
* Parameters of the LinkTileWrapper#press event.
|
|
11157
|
+
*/
|
|
11059
11158
|
export interface LinkTileWrapper$PressEventParameters {}
|
|
11060
11159
|
|
|
11160
|
+
/**
|
|
11161
|
+
* Event object of the LinkTileWrapper#press event.
|
|
11162
|
+
*/
|
|
11061
11163
|
export type LinkTileWrapper$PressEvent = Event<
|
|
11062
11164
|
LinkTileWrapper$PressEventParameters,
|
|
11063
11165
|
LinkTileWrapper
|
|
11064
11166
|
>;
|
|
11065
11167
|
|
|
11168
|
+
/**
|
|
11169
|
+
* Parameters of the LinkTileWrapper#showActions event.
|
|
11170
|
+
*/
|
|
11066
11171
|
export interface LinkTileWrapper$ShowActionsEventParameters {}
|
|
11067
11172
|
|
|
11173
|
+
/**
|
|
11174
|
+
* Event object of the LinkTileWrapper#showActions event.
|
|
11175
|
+
*/
|
|
11068
11176
|
export type LinkTileWrapper$ShowActionsEvent = Event<
|
|
11069
11177
|
LinkTileWrapper$ShowActionsEventParameters,
|
|
11070
11178
|
LinkTileWrapper
|
|
@@ -11248,15 +11356,25 @@ declare module "sap/ushell/ui/launchpad/TileState" {
|
|
|
11248
11356
|
sState?: string
|
|
11249
11357
|
): this;
|
|
11250
11358
|
}
|
|
11251
|
-
|
|
11359
|
+
/**
|
|
11360
|
+
* Describes the settings that can be provided to the TileState constructor.
|
|
11361
|
+
*
|
|
11362
|
+
* @deprecated (since 1.120)
|
|
11363
|
+
*/
|
|
11252
11364
|
export interface $TileStateSettings extends $ControlSettings {
|
|
11253
11365
|
state?: string | PropertyBindingInfo;
|
|
11254
11366
|
|
|
11255
11367
|
press?: (oEvent: Event) => void;
|
|
11256
11368
|
}
|
|
11257
11369
|
|
|
11370
|
+
/**
|
|
11371
|
+
* Parameters of the TileState#press event.
|
|
11372
|
+
*/
|
|
11258
11373
|
export interface TileState$PressEventParameters {}
|
|
11259
11374
|
|
|
11375
|
+
/**
|
|
11376
|
+
* Event object of the TileState#press event.
|
|
11377
|
+
*/
|
|
11260
11378
|
export type TileState$PressEvent = Event<
|
|
11261
11379
|
TileState$PressEventParameters,
|
|
11262
11380
|
TileState
|
|
@@ -11663,7 +11781,9 @@ declare module "sap/ushell/ui/shell/ToolAreaItem" {
|
|
|
11663
11781
|
bVisible?: boolean
|
|
11664
11782
|
): this;
|
|
11665
11783
|
}
|
|
11666
|
-
|
|
11784
|
+
/**
|
|
11785
|
+
* Describes the settings that can be provided to the ToolAreaItem constructor.
|
|
11786
|
+
*/
|
|
11667
11787
|
export interface $ToolAreaItemSettings extends $ControlSettings {
|
|
11668
11788
|
/**
|
|
11669
11789
|
* Icon that is displayed in the item.
|
|
@@ -11707,15 +11827,27 @@ declare module "sap/ushell/ui/shell/ToolAreaItem" {
|
|
|
11707
11827
|
expand?: (oEvent: Event) => void;
|
|
11708
11828
|
}
|
|
11709
11829
|
|
|
11830
|
+
/**
|
|
11831
|
+
* Parameters of the ToolAreaItem#expand event.
|
|
11832
|
+
*/
|
|
11710
11833
|
export interface ToolAreaItem$ExpandEventParameters {}
|
|
11711
11834
|
|
|
11835
|
+
/**
|
|
11836
|
+
* Event object of the ToolAreaItem#expand event.
|
|
11837
|
+
*/
|
|
11712
11838
|
export type ToolAreaItem$ExpandEvent = Event<
|
|
11713
11839
|
ToolAreaItem$ExpandEventParameters,
|
|
11714
11840
|
ToolAreaItem
|
|
11715
11841
|
>;
|
|
11716
11842
|
|
|
11843
|
+
/**
|
|
11844
|
+
* Parameters of the ToolAreaItem#press event.
|
|
11845
|
+
*/
|
|
11717
11846
|
export interface ToolAreaItem$PressEventParameters {}
|
|
11718
11847
|
|
|
11848
|
+
/**
|
|
11849
|
+
* Event object of the ToolAreaItem#press event.
|
|
11850
|
+
*/
|
|
11719
11851
|
export type ToolAreaItem$PressEvent = Event<
|
|
11720
11852
|
ToolAreaItem$PressEventParameters,
|
|
11721
11853
|
ToolAreaItem
|
|
@@ -11828,6 +11960,9 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
11828
11960
|
getMetadata(): Metadata;
|
|
11829
11961
|
}
|
|
11830
11962
|
const UserStatus: UserStatus;
|
|
11963
|
+
/**
|
|
11964
|
+
* @deprecated (since 1.70) - Support for this service has been discontinued.
|
|
11965
|
+
*/
|
|
11831
11966
|
export default UserStatus;
|
|
11832
11967
|
}
|
|
11833
11968
|
|