@sapui5/ts-types 1.116.0 → 1.117.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/index.d.ts +1 -0
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +144 -57
- package/types/sap.chart.d.ts +29 -8
- package/types/sap.collaboration.d.ts +5 -2
- package/types/sap.esh.search.ui.d.ts +9 -3
- package/types/sap.f.d.ts +160 -63
- package/types/sap.fe.core.d.ts +21 -35
- package/types/sap.fe.macros.d.ts +148 -16
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.optimisticBatch.d.ts +3 -0
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +344 -1208
- package/types/sap.insights.d.ts +251 -11
- package/types/sap.landvisz.d.ts +64 -25
- package/types/sap.m.d.ts +2259 -806
- package/types/sap.makit.d.ts +22 -7
- package/types/sap.me.d.ts +40 -16
- package/types/sap.ndc.d.ts +20 -15
- package/types/sap.ovp.d.ts +24 -111
- package/types/sap.rules.ui.d.ts +17 -5
- package/types/sap.sac.df.d.ts +87 -1
- package/types/sap.suite.ui.commons.d.ts +531 -182
- package/types/sap.suite.ui.generic.template.d.ts +5 -2
- package/types/sap.suite.ui.microchart.d.ts +85 -34
- package/types/sap.tnt.d.ts +13 -4
- package/types/sap.ui.codeeditor.d.ts +9 -3
- package/types/sap.ui.commons.d.ts +297 -116
- package/types/sap.ui.comp.d.ts +631 -256
- package/types/sap.ui.core.d.ts +976 -286
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +193 -3
- package/types/sap.ui.fl.d.ts +25 -10
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +90 -23
- package/types/sap.ui.layout.d.ts +93 -30
- package/types/sap.ui.mdc.d.ts +6507 -6291
- package/types/sap.ui.richtexteditor.d.ts +17 -5
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +9 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +149 -43
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +265 -103
- package/types/sap.ui.ux3.d.ts +300 -120
- package/types/sap.ui.vbm.d.ts +288 -120
- package/types/sap.ui.vk.d.ts +685 -271
- package/types/sap.ui.vtm.d.ts +177 -72
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +170 -68
- package/types/sap.ui.webc.main.d.ts +495 -198
- package/types/sap.uiext.inbox.d.ts +64 -25
- package/types/sap.ushell.d.ts +658 -47
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +51 -21
- package/types/sap.viz.d.ts +675 -267
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +35 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.117.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -3275,21 +3275,45 @@ declare namespace sap {
|
|
|
3275
3275
|
static getMetadata(): sap.ui.base.Metadata;
|
|
3276
3276
|
}
|
|
3277
3277
|
|
|
3278
|
-
type ImageEditor$CropAreaChangedEvent = sap.ui.base.Event<
|
|
3278
|
+
type ImageEditor$CropAreaChangedEvent = sap.ui.base.Event<
|
|
3279
|
+
ImageEditor$CropAreaChangedEventParameters,
|
|
3280
|
+
ImageEditor
|
|
3281
|
+
>;
|
|
3279
3282
|
|
|
3280
|
-
type ImageEditor$CustomShapeErrorEvent = sap.ui.base.Event<
|
|
3283
|
+
type ImageEditor$CustomShapeErrorEvent = sap.ui.base.Event<
|
|
3284
|
+
ImageEditor$CustomShapeErrorEventParameters,
|
|
3285
|
+
ImageEditor
|
|
3286
|
+
>;
|
|
3281
3287
|
|
|
3282
|
-
type ImageEditor$CustomShapeLoadedEvent = sap.ui.base.Event<
|
|
3288
|
+
type ImageEditor$CustomShapeLoadedEvent = sap.ui.base.Event<
|
|
3289
|
+
ImageEditor$CustomShapeLoadedEventParameters,
|
|
3290
|
+
ImageEditor
|
|
3291
|
+
>;
|
|
3283
3292
|
|
|
3284
|
-
type ImageEditor$ErrorEvent = sap.ui.base.Event<
|
|
3293
|
+
type ImageEditor$ErrorEvent = sap.ui.base.Event<
|
|
3294
|
+
ImageEditor$ErrorEventParameters,
|
|
3295
|
+
ImageEditor
|
|
3296
|
+
>;
|
|
3285
3297
|
|
|
3286
|
-
type ImageEditor$HistoryChangedEvent = sap.ui.base.Event<
|
|
3298
|
+
type ImageEditor$HistoryChangedEvent = sap.ui.base.Event<
|
|
3299
|
+
ImageEditor$HistoryChangedEventParameters,
|
|
3300
|
+
ImageEditor
|
|
3301
|
+
>;
|
|
3287
3302
|
|
|
3288
|
-
type ImageEditor$LoadedEvent = sap.ui.base.Event<
|
|
3303
|
+
type ImageEditor$LoadedEvent = sap.ui.base.Event<
|
|
3304
|
+
ImageEditor$LoadedEventParameters,
|
|
3305
|
+
ImageEditor
|
|
3306
|
+
>;
|
|
3289
3307
|
|
|
3290
|
-
type ImageEditor$SizeChangedEvent = sap.ui.base.Event<
|
|
3308
|
+
type ImageEditor$SizeChangedEvent = sap.ui.base.Event<
|
|
3309
|
+
ImageEditor$SizeChangedEventParameters,
|
|
3310
|
+
ImageEditor
|
|
3311
|
+
>;
|
|
3291
3312
|
|
|
3292
|
-
type ImageEditor$ZoomChangedEvent = sap.ui.base.Event<
|
|
3313
|
+
type ImageEditor$ZoomChangedEvent = sap.ui.base.Event<
|
|
3314
|
+
ImageEditor$ZoomChangedEventParameters,
|
|
3315
|
+
ImageEditor
|
|
3316
|
+
>;
|
|
3293
3317
|
}
|
|
3294
3318
|
|
|
3295
3319
|
namespace networkgraph {
|
|
@@ -11130,43 +11154,100 @@ declare namespace sap {
|
|
|
11130
11154
|
Svg = "Svg",
|
|
11131
11155
|
}
|
|
11132
11156
|
|
|
11133
|
-
type ActionButton$PressEvent = sap.ui.base.Event<
|
|
11157
|
+
type ActionButton$PressEvent = sap.ui.base.Event<
|
|
11158
|
+
ActionButton$PressEventParameters,
|
|
11159
|
+
ActionButton
|
|
11160
|
+
>;
|
|
11134
11161
|
|
|
11135
|
-
type Graph$AfterLayoutingEvent = sap.ui.base.Event<
|
|
11162
|
+
type Graph$AfterLayoutingEvent = sap.ui.base.Event<
|
|
11163
|
+
Graph$AfterLayoutingEventParameters,
|
|
11164
|
+
Graph
|
|
11165
|
+
>;
|
|
11136
11166
|
|
|
11137
|
-
type Graph$BeforeLayoutingEvent = sap.ui.base.Event<
|
|
11167
|
+
type Graph$BeforeLayoutingEvent = sap.ui.base.Event<
|
|
11168
|
+
Graph$BeforeLayoutingEventParameters,
|
|
11169
|
+
Graph
|
|
11170
|
+
>;
|
|
11138
11171
|
|
|
11139
|
-
type Graph$FailureEvent = sap.ui.base.Event<
|
|
11172
|
+
type Graph$FailureEvent = sap.ui.base.Event<
|
|
11173
|
+
Graph$FailureEventParameters,
|
|
11174
|
+
Graph
|
|
11175
|
+
>;
|
|
11140
11176
|
|
|
11141
|
-
type Graph$GraphReadyEvent = sap.ui.base.Event<
|
|
11177
|
+
type Graph$GraphReadyEvent = sap.ui.base.Event<
|
|
11178
|
+
Graph$GraphReadyEventParameters,
|
|
11179
|
+
Graph
|
|
11180
|
+
>;
|
|
11142
11181
|
|
|
11143
|
-
type Graph$SearchEvent = sap.ui.base.Event<
|
|
11182
|
+
type Graph$SearchEvent = sap.ui.base.Event<
|
|
11183
|
+
Graph$SearchEventParameters,
|
|
11184
|
+
Graph
|
|
11185
|
+
>;
|
|
11144
11186
|
|
|
11145
|
-
type Graph$SearchSuggestEvent = sap.ui.base.Event<
|
|
11187
|
+
type Graph$SearchSuggestEvent = sap.ui.base.Event<
|
|
11188
|
+
Graph$SearchSuggestEventParameters,
|
|
11189
|
+
Graph
|
|
11190
|
+
>;
|
|
11146
11191
|
|
|
11147
|
-
type Graph$SelectionChangeEvent = sap.ui.base.Event<
|
|
11192
|
+
type Graph$SelectionChangeEvent = sap.ui.base.Event<
|
|
11193
|
+
Graph$SelectionChangeEventParameters,
|
|
11194
|
+
Graph
|
|
11195
|
+
>;
|
|
11148
11196
|
|
|
11149
|
-
type Graph$ZoomChangedEvent = sap.ui.base.Event<
|
|
11197
|
+
type Graph$ZoomChangedEvent = sap.ui.base.Event<
|
|
11198
|
+
Graph$ZoomChangedEventParameters,
|
|
11199
|
+
Graph
|
|
11200
|
+
>;
|
|
11150
11201
|
|
|
11151
|
-
type GraphMap$MapReadyEvent = sap.ui.base.Event<
|
|
11202
|
+
type GraphMap$MapReadyEvent = sap.ui.base.Event<
|
|
11203
|
+
GraphMap$MapReadyEventParameters,
|
|
11204
|
+
GraphMap
|
|
11205
|
+
>;
|
|
11152
11206
|
|
|
11153
|
-
type Group$CollapseExpandEvent = sap.ui.base.Event<
|
|
11207
|
+
type Group$CollapseExpandEvent = sap.ui.base.Event<
|
|
11208
|
+
Group$CollapseExpandEventParameters,
|
|
11209
|
+
Group
|
|
11210
|
+
>;
|
|
11154
11211
|
|
|
11155
|
-
type Group$HeaderCheckBoxPressEvent = sap.ui.base.Event<
|
|
11212
|
+
type Group$HeaderCheckBoxPressEvent = sap.ui.base.Event<
|
|
11213
|
+
Group$HeaderCheckBoxPressEventParameters,
|
|
11214
|
+
Group
|
|
11215
|
+
>;
|
|
11156
11216
|
|
|
11157
|
-
type Group$ShowDetailEvent = sap.ui.base.Event<
|
|
11217
|
+
type Group$ShowDetailEvent = sap.ui.base.Event<
|
|
11218
|
+
Group$ShowDetailEventParameters,
|
|
11219
|
+
Group
|
|
11220
|
+
>;
|
|
11158
11221
|
|
|
11159
|
-
type Line$HoverEvent = sap.ui.base.Event<
|
|
11222
|
+
type Line$HoverEvent = sap.ui.base.Event<
|
|
11223
|
+
Line$HoverEventParameters,
|
|
11224
|
+
Line
|
|
11225
|
+
>;
|
|
11160
11226
|
|
|
11161
|
-
type Line$PressEvent = sap.ui.base.Event<
|
|
11227
|
+
type Line$PressEvent = sap.ui.base.Event<
|
|
11228
|
+
Line$PressEventParameters,
|
|
11229
|
+
Line
|
|
11230
|
+
>;
|
|
11162
11231
|
|
|
11163
|
-
type Node$CollapseExpandEvent = sap.ui.base.Event<
|
|
11232
|
+
type Node$CollapseExpandEvent = sap.ui.base.Event<
|
|
11233
|
+
Node$CollapseExpandEventParameters,
|
|
11234
|
+
Node
|
|
11235
|
+
>;
|
|
11164
11236
|
|
|
11165
|
-
type Node$HeaderCheckBoxPressEvent = sap.ui.base.Event<
|
|
11237
|
+
type Node$HeaderCheckBoxPressEvent = sap.ui.base.Event<
|
|
11238
|
+
Node$HeaderCheckBoxPressEventParameters,
|
|
11239
|
+
Node
|
|
11240
|
+
>;
|
|
11166
11241
|
|
|
11167
|
-
type Node$HoverEvent = sap.ui.base.Event<
|
|
11242
|
+
type Node$HoverEvent = sap.ui.base.Event<
|
|
11243
|
+
Node$HoverEventParameters,
|
|
11244
|
+
Node
|
|
11245
|
+
>;
|
|
11168
11246
|
|
|
11169
|
-
type Node$PressEvent = sap.ui.base.Event<
|
|
11247
|
+
type Node$PressEvent = sap.ui.base.Event<
|
|
11248
|
+
Node$PressEventParameters,
|
|
11249
|
+
Node
|
|
11250
|
+
>;
|
|
11170
11251
|
}
|
|
11171
11252
|
|
|
11172
11253
|
namespace statusindicator {
|
|
@@ -14792,9 +14873,15 @@ declare namespace sap {
|
|
|
14792
14873
|
Top = "Top",
|
|
14793
14874
|
}
|
|
14794
14875
|
|
|
14795
|
-
type LibraryShape$AfterShapeLoadedEvent = sap.ui.base.Event<
|
|
14876
|
+
type LibraryShape$AfterShapeLoadedEvent = sap.ui.base.Event<
|
|
14877
|
+
LibraryShape$AfterShapeLoadedEventParameters,
|
|
14878
|
+
LibraryShape
|
|
14879
|
+
>;
|
|
14796
14880
|
|
|
14797
|
-
type StatusIndicator$PressEvent = sap.ui.base.Event<
|
|
14881
|
+
type StatusIndicator$PressEvent = sap.ui.base.Event<
|
|
14882
|
+
StatusIndicator$PressEventParameters,
|
|
14883
|
+
StatusIndicator
|
|
14884
|
+
>;
|
|
14798
14885
|
}
|
|
14799
14886
|
|
|
14800
14887
|
namespace taccount {
|
|
@@ -16725,11 +16812,20 @@ declare namespace sap {
|
|
|
16725
16812
|
Table = "Table",
|
|
16726
16813
|
}
|
|
16727
16814
|
|
|
16728
|
-
type TAccountItem$PressEvent = sap.ui.base.Event<
|
|
16815
|
+
type TAccountItem$PressEvent = sap.ui.base.Event<
|
|
16816
|
+
TAccountItem$PressEventParameters,
|
|
16817
|
+
TAccountItem
|
|
16818
|
+
>;
|
|
16729
16819
|
|
|
16730
|
-
type TAccountPanel$SettingsAppliedEvent = sap.ui.base.Event<
|
|
16820
|
+
type TAccountPanel$SettingsAppliedEvent = sap.ui.base.Event<
|
|
16821
|
+
TAccountPanel$SettingsAppliedEventParameters,
|
|
16822
|
+
TAccountPanel
|
|
16823
|
+
>;
|
|
16731
16824
|
|
|
16732
|
-
type TAccountPanel$StateChangedEvent = sap.ui.base.Event<
|
|
16825
|
+
type TAccountPanel$StateChangedEvent = sap.ui.base.Event<
|
|
16826
|
+
TAccountPanel$StateChangedEventParameters,
|
|
16827
|
+
TAccountPanel
|
|
16828
|
+
>;
|
|
16733
16829
|
}
|
|
16734
16830
|
|
|
16735
16831
|
namespace util {
|
|
@@ -17796,6 +17892,11 @@ declare namespace sap {
|
|
|
17796
17892
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17797
17893
|
| `{${string}}`;
|
|
17798
17894
|
|
|
17895
|
+
/**
|
|
17896
|
+
* Specifies the MIME type of the file during Export
|
|
17897
|
+
*/
|
|
17898
|
+
MIMEType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
17899
|
+
|
|
17799
17900
|
/**
|
|
17800
17901
|
* Event is fired when the selection is made
|
|
17801
17902
|
*/
|
|
@@ -25880,6 +25981,14 @@ declare namespace sap {
|
|
|
25880
25981
|
* @returns Value of property `filePickerType`
|
|
25881
25982
|
*/
|
|
25882
25983
|
getFilePickerType(): sap.suite.ui.commons.FilePickerType;
|
|
25984
|
+
/**
|
|
25985
|
+
* Gets current value of property {@link #getMIMEType MIMEType}.
|
|
25986
|
+
*
|
|
25987
|
+
* Specifies the MIME type of the file during Export
|
|
25988
|
+
*
|
|
25989
|
+
* @returns Value of property `MIMEType`
|
|
25990
|
+
*/
|
|
25991
|
+
getMIMEType(): string;
|
|
25883
25992
|
/**
|
|
25884
25993
|
* Gets current value of property {@link #getServiceUrl serviceUrl}.
|
|
25885
25994
|
*
|
|
@@ -26018,6 +26127,21 @@ declare namespace sap {
|
|
|
26018
26127
|
*/
|
|
26019
26128
|
sFilePickerType?: sap.suite.ui.commons.FilePickerType
|
|
26020
26129
|
): this;
|
|
26130
|
+
/**
|
|
26131
|
+
* Sets a new value for property {@link #getMIMEType MIMEType}.
|
|
26132
|
+
*
|
|
26133
|
+
* Specifies the MIME type of the file during Export
|
|
26134
|
+
*
|
|
26135
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
26136
|
+
*
|
|
26137
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
26138
|
+
*/
|
|
26139
|
+
setMIMEType(
|
|
26140
|
+
/**
|
|
26141
|
+
* New value for property `MIMEType`
|
|
26142
|
+
*/
|
|
26143
|
+
sMIMEType: string
|
|
26144
|
+
): this;
|
|
26021
26145
|
/**
|
|
26022
26146
|
* Sets a new value for property {@link #getServiceUrl serviceUrl}.
|
|
26023
26147
|
*
|
|
@@ -46658,155 +46782,380 @@ declare namespace sap {
|
|
|
46658
46782
|
Neutral = "Neutral",
|
|
46659
46783
|
}
|
|
46660
46784
|
|
|
46661
|
-
type CalculationBuilder$AfterValidationEvent = sap.ui.base.Event<
|
|
46662
|
-
|
|
46663
|
-
|
|
46664
|
-
|
|
46665
|
-
|
|
46666
|
-
|
|
46667
|
-
|
|
46668
|
-
|
|
46669
|
-
|
|
46670
|
-
|
|
46671
|
-
type
|
|
46672
|
-
|
|
46673
|
-
|
|
46674
|
-
|
|
46675
|
-
|
|
46676
|
-
|
|
46677
|
-
|
|
46678
|
-
|
|
46679
|
-
|
|
46680
|
-
|
|
46681
|
-
type
|
|
46682
|
-
|
|
46683
|
-
|
|
46684
|
-
|
|
46685
|
-
|
|
46686
|
-
|
|
46687
|
-
|
|
46688
|
-
|
|
46689
|
-
|
|
46690
|
-
|
|
46691
|
-
type
|
|
46692
|
-
|
|
46693
|
-
|
|
46694
|
-
|
|
46695
|
-
|
|
46696
|
-
|
|
46697
|
-
|
|
46698
|
-
|
|
46699
|
-
|
|
46700
|
-
|
|
46701
|
-
type
|
|
46702
|
-
|
|
46703
|
-
|
|
46704
|
-
|
|
46705
|
-
|
|
46706
|
-
|
|
46707
|
-
|
|
46708
|
-
|
|
46709
|
-
|
|
46710
|
-
|
|
46711
|
-
type
|
|
46712
|
-
|
|
46713
|
-
|
|
46714
|
-
|
|
46715
|
-
|
|
46716
|
-
|
|
46717
|
-
|
|
46718
|
-
|
|
46719
|
-
|
|
46720
|
-
|
|
46721
|
-
type
|
|
46722
|
-
|
|
46723
|
-
|
|
46724
|
-
|
|
46725
|
-
|
|
46726
|
-
|
|
46727
|
-
|
|
46728
|
-
|
|
46729
|
-
|
|
46730
|
-
|
|
46731
|
-
type
|
|
46732
|
-
|
|
46733
|
-
|
|
46734
|
-
|
|
46735
|
-
|
|
46736
|
-
|
|
46737
|
-
|
|
46738
|
-
|
|
46739
|
-
|
|
46740
|
-
|
|
46741
|
-
type
|
|
46742
|
-
|
|
46743
|
-
|
|
46744
|
-
|
|
46745
|
-
|
|
46746
|
-
|
|
46747
|
-
|
|
46748
|
-
|
|
46749
|
-
|
|
46750
|
-
|
|
46751
|
-
type
|
|
46752
|
-
|
|
46753
|
-
|
|
46754
|
-
|
|
46755
|
-
|
|
46756
|
-
|
|
46757
|
-
|
|
46758
|
-
|
|
46759
|
-
|
|
46760
|
-
|
|
46761
|
-
type
|
|
46762
|
-
|
|
46763
|
-
|
|
46764
|
-
|
|
46765
|
-
|
|
46766
|
-
|
|
46767
|
-
|
|
46768
|
-
|
|
46769
|
-
|
|
46770
|
-
|
|
46771
|
-
type
|
|
46772
|
-
|
|
46773
|
-
|
|
46774
|
-
|
|
46775
|
-
|
|
46776
|
-
|
|
46777
|
-
|
|
46778
|
-
|
|
46779
|
-
|
|
46780
|
-
|
|
46781
|
-
type
|
|
46782
|
-
|
|
46783
|
-
|
|
46784
|
-
|
|
46785
|
-
|
|
46786
|
-
|
|
46787
|
-
|
|
46788
|
-
|
|
46789
|
-
|
|
46790
|
-
|
|
46791
|
-
type
|
|
46792
|
-
|
|
46793
|
-
|
|
46794
|
-
|
|
46795
|
-
|
|
46796
|
-
|
|
46797
|
-
|
|
46798
|
-
|
|
46799
|
-
|
|
46800
|
-
|
|
46801
|
-
type
|
|
46802
|
-
|
|
46803
|
-
|
|
46804
|
-
|
|
46805
|
-
|
|
46806
|
-
|
|
46807
|
-
|
|
46808
|
-
|
|
46809
|
-
|
|
46785
|
+
type CalculationBuilder$AfterValidationEvent = sap.ui.base.Event<
|
|
46786
|
+
CalculationBuilder$AfterValidationEventParameters,
|
|
46787
|
+
CalculationBuilder
|
|
46788
|
+
>;
|
|
46789
|
+
|
|
46790
|
+
type CalculationBuilder$ChangeEvent = sap.ui.base.Event<
|
|
46791
|
+
CalculationBuilder$ChangeEventParameters,
|
|
46792
|
+
CalculationBuilder
|
|
46793
|
+
>;
|
|
46794
|
+
|
|
46795
|
+
type CalculationBuilder$ValidateFunctionEvent = sap.ui.base.Event<
|
|
46796
|
+
CalculationBuilder$ValidateFunctionEventParameters,
|
|
46797
|
+
CalculationBuilder
|
|
46798
|
+
>;
|
|
46799
|
+
|
|
46800
|
+
type CalculationBuilderGroup$SetSelectionEvent = sap.ui.base.Event<
|
|
46801
|
+
CalculationBuilderGroup$SetSelectionEventParameters,
|
|
46802
|
+
CalculationBuilderGroup
|
|
46803
|
+
>;
|
|
46804
|
+
|
|
46805
|
+
type ChartContainer$ContentChangeEvent = sap.ui.base.Event<
|
|
46806
|
+
ChartContainer$ContentChangeEventParameters,
|
|
46807
|
+
ChartContainer
|
|
46808
|
+
>;
|
|
46809
|
+
|
|
46810
|
+
type ChartContainer$CustomZoomInPressEvent = sap.ui.base.Event<
|
|
46811
|
+
ChartContainer$CustomZoomInPressEventParameters,
|
|
46812
|
+
ChartContainer
|
|
46813
|
+
>;
|
|
46814
|
+
|
|
46815
|
+
type ChartContainer$CustomZoomOutPressEvent = sap.ui.base.Event<
|
|
46816
|
+
ChartContainer$CustomZoomOutPressEventParameters,
|
|
46817
|
+
ChartContainer
|
|
46818
|
+
>;
|
|
46819
|
+
|
|
46820
|
+
type ChartContainer$PersonalizationPressEvent = sap.ui.base.Event<
|
|
46821
|
+
ChartContainer$PersonalizationPressEventParameters,
|
|
46822
|
+
ChartContainer
|
|
46823
|
+
>;
|
|
46824
|
+
|
|
46825
|
+
type CloudFilePicker$CancelEvent = sap.ui.base.Event<
|
|
46826
|
+
CloudFilePicker$CancelEventParameters,
|
|
46827
|
+
CloudFilePicker
|
|
46828
|
+
>;
|
|
46829
|
+
|
|
46830
|
+
type CloudFilePicker$SelectEvent = sap.ui.base.Event<
|
|
46831
|
+
CloudFilePicker$SelectEventParameters,
|
|
46832
|
+
CloudFilePicker
|
|
46833
|
+
>;
|
|
46834
|
+
|
|
46835
|
+
type DateRangeScroller$ChangeEvent = sap.ui.base.Event<
|
|
46836
|
+
DateRangeScroller$ChangeEventParameters,
|
|
46837
|
+
DateRangeScroller
|
|
46838
|
+
>;
|
|
46839
|
+
|
|
46840
|
+
type DateRangeSlider$ChangeEvent = sap.ui.base.Event<
|
|
46841
|
+
DateRangeSlider$ChangeEventParameters,
|
|
46842
|
+
DateRangeSlider
|
|
46843
|
+
>;
|
|
46844
|
+
|
|
46845
|
+
type DateRangeSlider$LiveChangeEvent = sap.ui.base.Event<
|
|
46846
|
+
DateRangeSlider$LiveChangeEventParameters,
|
|
46847
|
+
DateRangeSlider
|
|
46848
|
+
>;
|
|
46849
|
+
|
|
46850
|
+
type DateRangeSliderInternal$ChangeEvent = sap.ui.base.Event<
|
|
46851
|
+
DateRangeSliderInternal$ChangeEventParameters,
|
|
46852
|
+
DateRangeSliderInternal
|
|
46853
|
+
>;
|
|
46854
|
+
|
|
46855
|
+
type DateRangeSliderInternal$LiveChangeEvent = sap.ui.base.Event<
|
|
46856
|
+
DateRangeSliderInternal$LiveChangeEventParameters,
|
|
46857
|
+
DateRangeSliderInternal
|
|
46858
|
+
>;
|
|
46859
|
+
|
|
46860
|
+
type FacetOverview$HeightChangeEvent = sap.ui.base.Event<
|
|
46861
|
+
FacetOverview$HeightChangeEventParameters,
|
|
46862
|
+
FacetOverview
|
|
46863
|
+
>;
|
|
46864
|
+
|
|
46865
|
+
type FacetOverview$PressEvent = sap.ui.base.Event<
|
|
46866
|
+
FacetOverview$PressEventParameters,
|
|
46867
|
+
FacetOverview
|
|
46868
|
+
>;
|
|
46869
|
+
|
|
46870
|
+
type FeedTile$PressEvent = sap.ui.base.Event<
|
|
46871
|
+
FeedTile$PressEventParameters,
|
|
46872
|
+
FeedTile
|
|
46873
|
+
>;
|
|
46874
|
+
|
|
46875
|
+
type GenericTile2X2$PressEvent = sap.ui.base.Event<
|
|
46876
|
+
GenericTile2X2$PressEventParameters,
|
|
46877
|
+
GenericTile2X2
|
|
46878
|
+
>;
|
|
46879
|
+
|
|
46880
|
+
type InfoTile$PressEvent = sap.ui.base.Event<
|
|
46881
|
+
InfoTile$PressEventParameters,
|
|
46882
|
+
InfoTile
|
|
46883
|
+
>;
|
|
46884
|
+
|
|
46885
|
+
type LaunchTile$PressEvent = sap.ui.base.Event<
|
|
46886
|
+
LaunchTile$PressEventParameters,
|
|
46887
|
+
LaunchTile
|
|
46888
|
+
>;
|
|
46889
|
+
|
|
46890
|
+
type LinkActionSheet$ItemPressEvent = sap.ui.base.Event<
|
|
46891
|
+
LinkActionSheet$ItemPressEventParameters,
|
|
46892
|
+
LinkActionSheet
|
|
46893
|
+
>;
|
|
46894
|
+
|
|
46895
|
+
type MicroProcessFlowItem$PressEvent = sap.ui.base.Event<
|
|
46896
|
+
MicroProcessFlowItem$PressEventParameters,
|
|
46897
|
+
MicroProcessFlowItem
|
|
46898
|
+
>;
|
|
46899
|
+
|
|
46900
|
+
type MonitoringContent$PressEvent = sap.ui.base.Event<
|
|
46901
|
+
MonitoringContent$PressEventParameters,
|
|
46902
|
+
MonitoringContent
|
|
46903
|
+
>;
|
|
46904
|
+
|
|
46905
|
+
type NoteTaker$AddCardEvent = sap.ui.base.Event<
|
|
46906
|
+
NoteTaker$AddCardEventParameters,
|
|
46907
|
+
NoteTaker
|
|
46908
|
+
>;
|
|
46909
|
+
|
|
46910
|
+
type NoteTaker$AttachmentClickEvent = sap.ui.base.Event<
|
|
46911
|
+
NoteTaker$AttachmentClickEventParameters,
|
|
46912
|
+
NoteTaker
|
|
46913
|
+
>;
|
|
46914
|
+
|
|
46915
|
+
type NoteTaker$AttachmentDeleteEvent = sap.ui.base.Event<
|
|
46916
|
+
NoteTaker$AttachmentDeleteEventParameters,
|
|
46917
|
+
NoteTaker
|
|
46918
|
+
>;
|
|
46919
|
+
|
|
46920
|
+
type NoteTaker$AttachmentSelectEvent = sap.ui.base.Event<
|
|
46921
|
+
NoteTaker$AttachmentSelectEventParameters,
|
|
46922
|
+
NoteTaker
|
|
46923
|
+
>;
|
|
46924
|
+
|
|
46925
|
+
type NoteTaker$AttachmentUploadCompleteEvent = sap.ui.base.Event<
|
|
46926
|
+
NoteTaker$AttachmentUploadCompleteEventParameters,
|
|
46927
|
+
NoteTaker
|
|
46928
|
+
>;
|
|
46929
|
+
|
|
46930
|
+
type NoteTaker$DeleteCardEvent = sap.ui.base.Event<
|
|
46931
|
+
NoteTaker$DeleteCardEventParameters,
|
|
46932
|
+
NoteTaker
|
|
46933
|
+
>;
|
|
46934
|
+
|
|
46935
|
+
type NoteTaker$EditCardEvent = sap.ui.base.Event<
|
|
46936
|
+
NoteTaker$EditCardEventParameters,
|
|
46937
|
+
NoteTaker
|
|
46938
|
+
>;
|
|
46939
|
+
|
|
46940
|
+
type NoteTakerCard$AttachmentClickEvent = sap.ui.base.Event<
|
|
46941
|
+
NoteTakerCard$AttachmentClickEventParameters,
|
|
46942
|
+
NoteTakerCard
|
|
46943
|
+
>;
|
|
46944
|
+
|
|
46945
|
+
type NoteTakerCard$DeleteNoteEvent = sap.ui.base.Event<
|
|
46946
|
+
NoteTakerCard$DeleteNoteEventParameters,
|
|
46947
|
+
NoteTakerCard
|
|
46948
|
+
>;
|
|
46949
|
+
|
|
46950
|
+
type NoteTakerCard$EditNoteEvent = sap.ui.base.Event<
|
|
46951
|
+
NoteTakerCard$EditNoteEventParameters,
|
|
46952
|
+
NoteTakerCard
|
|
46953
|
+
>;
|
|
46954
|
+
|
|
46955
|
+
type NoteTakerFeeder$AddNoteEvent = sap.ui.base.Event<
|
|
46956
|
+
NoteTakerFeeder$AddNoteEventParameters,
|
|
46957
|
+
NoteTakerFeeder
|
|
46958
|
+
>;
|
|
46959
|
+
|
|
46960
|
+
type NoteTakerFeeder$AttachmentClickEvent = sap.ui.base.Event<
|
|
46961
|
+
NoteTakerFeeder$AttachmentClickEventParameters,
|
|
46962
|
+
NoteTakerFeeder
|
|
46963
|
+
>;
|
|
46964
|
+
|
|
46965
|
+
type NoteTakerFeeder$AttachmentDeleteEvent = sap.ui.base.Event<
|
|
46966
|
+
NoteTakerFeeder$AttachmentDeleteEventParameters,
|
|
46967
|
+
NoteTakerFeeder
|
|
46968
|
+
>;
|
|
46969
|
+
|
|
46970
|
+
type NoteTakerFeeder$AttachmentSelectEvent = sap.ui.base.Event<
|
|
46971
|
+
NoteTakerFeeder$AttachmentSelectEventParameters,
|
|
46972
|
+
NoteTakerFeeder
|
|
46973
|
+
>;
|
|
46974
|
+
|
|
46975
|
+
type NoteTakerFeeder$AttachmentUploadCompleteEvent = sap.ui.base.Event<
|
|
46976
|
+
NoteTakerFeeder$AttachmentUploadCompleteEventParameters,
|
|
46977
|
+
NoteTakerFeeder
|
|
46978
|
+
>;
|
|
46979
|
+
|
|
46980
|
+
type ProcessFlow$HeaderPressEvent = sap.ui.base.Event<
|
|
46981
|
+
ProcessFlow$HeaderPressEventParameters,
|
|
46982
|
+
ProcessFlow
|
|
46983
|
+
>;
|
|
46984
|
+
|
|
46985
|
+
type ProcessFlow$LabelPressEvent = sap.ui.base.Event<
|
|
46986
|
+
ProcessFlow$LabelPressEventParameters,
|
|
46987
|
+
ProcessFlow
|
|
46988
|
+
>;
|
|
46989
|
+
|
|
46990
|
+
type ProcessFlow$NodePressEvent = sap.ui.base.Event<
|
|
46991
|
+
ProcessFlow$NodePressEventParameters,
|
|
46992
|
+
ProcessFlow
|
|
46993
|
+
>;
|
|
46994
|
+
|
|
46995
|
+
type ProcessFlow$NodeTitlePressEvent = sap.ui.base.Event<
|
|
46996
|
+
ProcessFlow$NodeTitlePressEventParameters,
|
|
46997
|
+
ProcessFlow
|
|
46998
|
+
>;
|
|
46999
|
+
|
|
47000
|
+
type ProcessFlow$OnErrorEvent = sap.ui.base.Event<
|
|
47001
|
+
ProcessFlow$OnErrorEventParameters,
|
|
47002
|
+
ProcessFlow
|
|
47003
|
+
>;
|
|
47004
|
+
|
|
47005
|
+
type ProcessFlowLaneHeader$PressEvent = sap.ui.base.Event<
|
|
47006
|
+
ProcessFlowLaneHeader$PressEventParameters,
|
|
47007
|
+
ProcessFlowLaneHeader
|
|
47008
|
+
>;
|
|
47009
|
+
|
|
47010
|
+
type ProcessFlowNode$PressEvent = sap.ui.base.Event<
|
|
47011
|
+
ProcessFlowNode$PressEventParameters,
|
|
47012
|
+
ProcessFlowNode
|
|
47013
|
+
>;
|
|
47014
|
+
|
|
47015
|
+
type ProcessFlowNode$TitlePressEvent = sap.ui.base.Event<
|
|
47016
|
+
ProcessFlowNode$TitlePressEventParameters,
|
|
47017
|
+
ProcessFlowNode
|
|
47018
|
+
>;
|
|
47019
|
+
|
|
47020
|
+
type TargetFilter$CancelEvent = sap.ui.base.Event<
|
|
47021
|
+
TargetFilter$CancelEventParameters,
|
|
47022
|
+
TargetFilter
|
|
47023
|
+
>;
|
|
47024
|
+
|
|
47025
|
+
type TargetFilter$FilterChangeEvent = sap.ui.base.Event<
|
|
47026
|
+
TargetFilter$FilterChangeEventParameters,
|
|
47027
|
+
TargetFilter
|
|
47028
|
+
>;
|
|
47029
|
+
|
|
47030
|
+
type TargetFilter$SearchEvent = sap.ui.base.Event<
|
|
47031
|
+
TargetFilter$SearchEventParameters,
|
|
47032
|
+
TargetFilter
|
|
47033
|
+
>;
|
|
47034
|
+
|
|
47035
|
+
type Timeline$AddPostEvent = sap.ui.base.Event<
|
|
47036
|
+
Timeline$AddPostEventParameters,
|
|
47037
|
+
Timeline
|
|
47038
|
+
>;
|
|
47039
|
+
|
|
47040
|
+
type Timeline$CustomMessageClosedEvent = sap.ui.base.Event<
|
|
47041
|
+
Timeline$CustomMessageClosedEventParameters,
|
|
47042
|
+
Timeline
|
|
47043
|
+
>;
|
|
47044
|
+
|
|
47045
|
+
type Timeline$FilterOpenEvent = sap.ui.base.Event<
|
|
47046
|
+
Timeline$FilterOpenEventParameters,
|
|
47047
|
+
Timeline
|
|
47048
|
+
>;
|
|
47049
|
+
|
|
47050
|
+
type Timeline$FilterSelectionChangeEvent = sap.ui.base.Event<
|
|
47051
|
+
Timeline$FilterSelectionChangeEventParameters,
|
|
47052
|
+
Timeline
|
|
47053
|
+
>;
|
|
47054
|
+
|
|
47055
|
+
type Timeline$GrowEvent = sap.ui.base.Event<
|
|
47056
|
+
Timeline$GrowEventParameters,
|
|
47057
|
+
Timeline
|
|
47058
|
+
>;
|
|
47059
|
+
|
|
47060
|
+
type Timeline$ItemFilteringEvent = sap.ui.base.Event<
|
|
47061
|
+
Timeline$ItemFilteringEventParameters,
|
|
47062
|
+
Timeline
|
|
47063
|
+
>;
|
|
47064
|
+
|
|
47065
|
+
type Timeline$SelectEvent = sap.ui.base.Event<
|
|
47066
|
+
Timeline$SelectEventParameters,
|
|
47067
|
+
Timeline
|
|
47068
|
+
>;
|
|
47069
|
+
|
|
47070
|
+
type Timeline$SuggestEvent = sap.ui.base.Event<
|
|
47071
|
+
Timeline$SuggestEventParameters,
|
|
47072
|
+
Timeline
|
|
47073
|
+
>;
|
|
47074
|
+
|
|
47075
|
+
type Timeline$SuggestionItemSelectedEvent = sap.ui.base.Event<
|
|
47076
|
+
Timeline$SuggestionItemSelectedEventParameters,
|
|
47077
|
+
Timeline
|
|
47078
|
+
>;
|
|
47079
|
+
|
|
47080
|
+
type TimelineItem$CustomActionClickedEvent = sap.ui.base.Event<
|
|
47081
|
+
TimelineItem$CustomActionClickedEventParameters,
|
|
47082
|
+
TimelineItem
|
|
47083
|
+
>;
|
|
47084
|
+
|
|
47085
|
+
type TimelineItem$PressEvent = sap.ui.base.Event<
|
|
47086
|
+
TimelineItem$PressEventParameters,
|
|
47087
|
+
TimelineItem
|
|
47088
|
+
>;
|
|
47089
|
+
|
|
47090
|
+
type TimelineItem$ReplyListOpenEvent = sap.ui.base.Event<
|
|
47091
|
+
TimelineItem$ReplyListOpenEventParameters,
|
|
47092
|
+
TimelineItem
|
|
47093
|
+
>;
|
|
47094
|
+
|
|
47095
|
+
type TimelineItem$ReplyPostEvent = sap.ui.base.Event<
|
|
47096
|
+
TimelineItem$ReplyPostEventParameters,
|
|
47097
|
+
TimelineItem
|
|
47098
|
+
>;
|
|
47099
|
+
|
|
47100
|
+
type TimelineItem$SelectEvent = sap.ui.base.Event<
|
|
47101
|
+
TimelineItem$SelectEventParameters,
|
|
47102
|
+
TimelineItem
|
|
47103
|
+
>;
|
|
47104
|
+
|
|
47105
|
+
type TimelineItem$SuggestEvent = sap.ui.base.Event<
|
|
47106
|
+
TimelineItem$SuggestEventParameters,
|
|
47107
|
+
TimelineItem
|
|
47108
|
+
>;
|
|
47109
|
+
|
|
47110
|
+
type TimelineItem$SuggestionItemSelectedEvent = sap.ui.base.Event<
|
|
47111
|
+
TimelineItem$SuggestionItemSelectedEventParameters,
|
|
47112
|
+
TimelineItem
|
|
47113
|
+
>;
|
|
47114
|
+
|
|
47115
|
+
type TimelineItem$UserNameClickedEvent = sap.ui.base.Event<
|
|
47116
|
+
TimelineItem$UserNameClickedEventParameters,
|
|
47117
|
+
TimelineItem
|
|
47118
|
+
>;
|
|
47119
|
+
|
|
47120
|
+
type UnifiedThingInspector$ActionsButtonPressEvent = sap.ui.base.Event<
|
|
47121
|
+
UnifiedThingInspector$ActionsButtonPressEventParameters,
|
|
47122
|
+
UnifiedThingInspector
|
|
47123
|
+
>;
|
|
47124
|
+
|
|
47125
|
+
type UnifiedThingInspector$AfterNavigateEvent = sap.ui.base.Event<
|
|
47126
|
+
UnifiedThingInspector$AfterNavigateEventParameters,
|
|
47127
|
+
UnifiedThingInspector
|
|
47128
|
+
>;
|
|
47129
|
+
|
|
47130
|
+
type UnifiedThingInspector$BackActionEvent = sap.ui.base.Event<
|
|
47131
|
+
UnifiedThingInspector$BackActionEventParameters,
|
|
47132
|
+
UnifiedThingInspector
|
|
47133
|
+
>;
|
|
47134
|
+
|
|
47135
|
+
type UnifiedThingInspector$ConfigurationButtonPressEvent = sap.ui.base.Event<
|
|
47136
|
+
UnifiedThingInspector$ConfigurationButtonPressEventParameters,
|
|
47137
|
+
UnifiedThingInspector
|
|
47138
|
+
>;
|
|
47139
|
+
|
|
47140
|
+
type UnifiedThingInspector$NavigateEvent = sap.ui.base.Event<
|
|
47141
|
+
UnifiedThingInspector$NavigateEventParameters,
|
|
47142
|
+
UnifiedThingInspector
|
|
47143
|
+
>;
|
|
47144
|
+
|
|
47145
|
+
type UnifiedThingInspector$TransactionsButtonPressEvent = sap.ui.base.Event<
|
|
47146
|
+
UnifiedThingInspector$TransactionsButtonPressEventParameters,
|
|
47147
|
+
UnifiedThingInspector
|
|
47148
|
+
>;
|
|
47149
|
+
|
|
47150
|
+
type ViewRepeater$ChangeViewEvent = sap.ui.base.Event<
|
|
47151
|
+
ViewRepeater$ChangeViewEventParameters,
|
|
47152
|
+
ViewRepeater
|
|
47153
|
+
>;
|
|
47154
|
+
|
|
47155
|
+
type ViewRepeater$SearchEvent = sap.ui.base.Event<
|
|
47156
|
+
ViewRepeater$SearchEventParameters,
|
|
47157
|
+
ViewRepeater
|
|
47158
|
+
>;
|
|
46810
47159
|
}
|
|
46811
47160
|
}
|
|
46812
47161
|
}
|