@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
package/types/sap.viz.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.117.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -2155,13 +2155,25 @@ declare namespace sap {
|
|
|
2155
2155
|
): this;
|
|
2156
2156
|
}
|
|
2157
2157
|
|
|
2158
|
-
type VizFrame$DeselectDataEvent = sap.ui.base.Event<
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2158
|
+
type VizFrame$DeselectDataEvent = sap.ui.base.Event<
|
|
2159
|
+
VizFrame$DeselectDataEventParameters,
|
|
2160
|
+
VizFrame
|
|
2161
|
+
>;
|
|
2162
|
+
|
|
2163
|
+
type VizFrame$RenderCompleteEvent = sap.ui.base.Event<
|
|
2164
|
+
VizFrame$RenderCompleteEventParameters,
|
|
2165
|
+
VizFrame
|
|
2166
|
+
>;
|
|
2167
|
+
|
|
2168
|
+
type VizFrame$SelectDataEvent = sap.ui.base.Event<
|
|
2169
|
+
VizFrame$SelectDataEventParameters,
|
|
2170
|
+
VizFrame
|
|
2171
|
+
>;
|
|
2172
|
+
|
|
2173
|
+
type VizSlider$RangeChangedEvent = sap.ui.base.Event<
|
|
2174
|
+
VizSlider$RangeChangedEventParameters,
|
|
2175
|
+
VizSlider
|
|
2176
|
+
>;
|
|
2165
2177
|
}
|
|
2166
2178
|
|
|
2167
2179
|
namespace core {
|
|
@@ -2580,7 +2592,10 @@ declare namespace sap {
|
|
|
2580
2592
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2581
2593
|
}
|
|
2582
2594
|
|
|
2583
|
-
type BaseChart$BeforeCreateVizEvent = sap.ui.base.Event<
|
|
2595
|
+
type BaseChart$BeforeCreateVizEvent = sap.ui.base.Event<
|
|
2596
|
+
BaseChart$BeforeCreateVizEventParameters,
|
|
2597
|
+
BaseChart
|
|
2598
|
+
>;
|
|
2584
2599
|
}
|
|
2585
2600
|
|
|
2586
2601
|
namespace data {
|
|
@@ -4031,11 +4046,20 @@ declare namespace sap {
|
|
|
4031
4046
|
): this;
|
|
4032
4047
|
}
|
|
4033
4048
|
|
|
4034
|
-
type FlattenedDataset$DataChangeEvent = sap.ui.base.Event<
|
|
4049
|
+
type FlattenedDataset$DataChangeEvent = sap.ui.base.Event<
|
|
4050
|
+
FlattenedDataset$DataChangeEventParameters,
|
|
4051
|
+
FlattenedDataset
|
|
4052
|
+
>;
|
|
4035
4053
|
|
|
4036
|
-
type FlattenedDataset$DataErrorEvent = sap.ui.base.Event<
|
|
4054
|
+
type FlattenedDataset$DataErrorEvent = sap.ui.base.Event<
|
|
4055
|
+
FlattenedDataset$DataErrorEventParameters,
|
|
4056
|
+
FlattenedDataset
|
|
4057
|
+
>;
|
|
4037
4058
|
|
|
4038
|
-
type FlattenedDataset$DataRefreshEvent = sap.ui.base.Event<
|
|
4059
|
+
type FlattenedDataset$DataRefreshEvent = sap.ui.base.Event<
|
|
4060
|
+
FlattenedDataset$DataRefreshEventParameters,
|
|
4061
|
+
FlattenedDataset
|
|
4062
|
+
>;
|
|
4039
4063
|
}
|
|
4040
4064
|
|
|
4041
4065
|
namespace format {
|
|
@@ -49748,261 +49772,645 @@ declare namespace sap {
|
|
|
49748
49772
|
): void;
|
|
49749
49773
|
}
|
|
49750
49774
|
|
|
49751
|
-
type Area$DeselectDataEvent = sap.ui.base.Event<
|
|
49752
|
-
|
|
49753
|
-
|
|
49754
|
-
|
|
49755
|
-
|
|
49756
|
-
|
|
49757
|
-
|
|
49758
|
-
|
|
49759
|
-
|
|
49760
|
-
|
|
49761
|
-
type
|
|
49762
|
-
|
|
49763
|
-
|
|
49764
|
-
|
|
49765
|
-
|
|
49766
|
-
|
|
49767
|
-
|
|
49768
|
-
|
|
49769
|
-
|
|
49770
|
-
|
|
49771
|
-
type
|
|
49772
|
-
|
|
49773
|
-
|
|
49774
|
-
|
|
49775
|
-
|
|
49776
|
-
|
|
49777
|
-
|
|
49778
|
-
|
|
49779
|
-
|
|
49780
|
-
|
|
49781
|
-
type
|
|
49782
|
-
|
|
49783
|
-
|
|
49784
|
-
|
|
49785
|
-
|
|
49786
|
-
|
|
49787
|
-
|
|
49788
|
-
|
|
49789
|
-
|
|
49790
|
-
|
|
49791
|
-
type
|
|
49792
|
-
|
|
49793
|
-
|
|
49794
|
-
|
|
49795
|
-
|
|
49796
|
-
|
|
49797
|
-
|
|
49798
|
-
|
|
49799
|
-
|
|
49800
|
-
|
|
49801
|
-
type
|
|
49802
|
-
|
|
49803
|
-
|
|
49804
|
-
|
|
49805
|
-
|
|
49806
|
-
|
|
49807
|
-
|
|
49808
|
-
|
|
49809
|
-
|
|
49810
|
-
|
|
49811
|
-
type
|
|
49812
|
-
|
|
49813
|
-
|
|
49814
|
-
|
|
49815
|
-
|
|
49816
|
-
|
|
49817
|
-
|
|
49818
|
-
|
|
49819
|
-
|
|
49820
|
-
|
|
49821
|
-
type
|
|
49822
|
-
|
|
49823
|
-
|
|
49824
|
-
|
|
49825
|
-
|
|
49826
|
-
|
|
49827
|
-
|
|
49828
|
-
|
|
49829
|
-
|
|
49830
|
-
|
|
49831
|
-
type
|
|
49832
|
-
|
|
49833
|
-
|
|
49834
|
-
|
|
49835
|
-
|
|
49836
|
-
|
|
49837
|
-
|
|
49838
|
-
|
|
49839
|
-
|
|
49840
|
-
|
|
49841
|
-
type
|
|
49842
|
-
|
|
49843
|
-
|
|
49844
|
-
|
|
49845
|
-
|
|
49846
|
-
|
|
49847
|
-
|
|
49848
|
-
|
|
49849
|
-
|
|
49850
|
-
|
|
49851
|
-
type
|
|
49852
|
-
|
|
49853
|
-
|
|
49854
|
-
|
|
49855
|
-
|
|
49856
|
-
|
|
49857
|
-
|
|
49858
|
-
|
|
49859
|
-
|
|
49860
|
-
|
|
49861
|
-
type
|
|
49862
|
-
|
|
49863
|
-
|
|
49864
|
-
|
|
49865
|
-
|
|
49866
|
-
|
|
49867
|
-
|
|
49868
|
-
|
|
49869
|
-
|
|
49870
|
-
|
|
49871
|
-
type
|
|
49872
|
-
|
|
49873
|
-
|
|
49874
|
-
|
|
49875
|
-
|
|
49876
|
-
|
|
49877
|
-
|
|
49878
|
-
|
|
49879
|
-
|
|
49880
|
-
|
|
49881
|
-
type
|
|
49882
|
-
|
|
49883
|
-
|
|
49884
|
-
|
|
49885
|
-
|
|
49886
|
-
|
|
49887
|
-
|
|
49888
|
-
|
|
49889
|
-
|
|
49890
|
-
|
|
49891
|
-
type
|
|
49892
|
-
|
|
49893
|
-
|
|
49894
|
-
|
|
49895
|
-
|
|
49896
|
-
|
|
49897
|
-
|
|
49898
|
-
|
|
49899
|
-
|
|
49900
|
-
|
|
49901
|
-
type
|
|
49902
|
-
|
|
49903
|
-
|
|
49904
|
-
|
|
49905
|
-
|
|
49906
|
-
|
|
49907
|
-
|
|
49908
|
-
|
|
49909
|
-
|
|
49910
|
-
|
|
49911
|
-
type
|
|
49912
|
-
|
|
49913
|
-
|
|
49914
|
-
|
|
49915
|
-
|
|
49916
|
-
|
|
49917
|
-
|
|
49918
|
-
|
|
49919
|
-
|
|
49920
|
-
|
|
49921
|
-
type
|
|
49922
|
-
|
|
49923
|
-
|
|
49924
|
-
|
|
49925
|
-
|
|
49926
|
-
|
|
49927
|
-
|
|
49928
|
-
|
|
49929
|
-
|
|
49930
|
-
|
|
49931
|
-
type
|
|
49932
|
-
|
|
49933
|
-
|
|
49934
|
-
|
|
49935
|
-
|
|
49936
|
-
|
|
49937
|
-
|
|
49938
|
-
|
|
49939
|
-
|
|
49940
|
-
|
|
49941
|
-
type
|
|
49942
|
-
|
|
49943
|
-
|
|
49944
|
-
|
|
49945
|
-
|
|
49946
|
-
|
|
49947
|
-
|
|
49948
|
-
|
|
49949
|
-
|
|
49950
|
-
|
|
49951
|
-
type
|
|
49952
|
-
|
|
49953
|
-
|
|
49954
|
-
|
|
49955
|
-
|
|
49956
|
-
|
|
49957
|
-
|
|
49958
|
-
|
|
49959
|
-
|
|
49960
|
-
|
|
49961
|
-
type
|
|
49962
|
-
|
|
49963
|
-
|
|
49964
|
-
|
|
49965
|
-
|
|
49966
|
-
|
|
49967
|
-
|
|
49968
|
-
|
|
49969
|
-
|
|
49970
|
-
|
|
49971
|
-
type
|
|
49972
|
-
|
|
49973
|
-
|
|
49974
|
-
|
|
49975
|
-
|
|
49976
|
-
|
|
49977
|
-
|
|
49978
|
-
|
|
49979
|
-
|
|
49980
|
-
|
|
49981
|
-
type
|
|
49982
|
-
|
|
49983
|
-
|
|
49984
|
-
|
|
49985
|
-
|
|
49986
|
-
|
|
49987
|
-
|
|
49988
|
-
|
|
49989
|
-
|
|
49990
|
-
|
|
49991
|
-
type
|
|
49992
|
-
|
|
49993
|
-
|
|
49994
|
-
|
|
49995
|
-
|
|
49996
|
-
|
|
49997
|
-
|
|
49998
|
-
|
|
49999
|
-
|
|
50000
|
-
|
|
50001
|
-
type
|
|
50002
|
-
|
|
50003
|
-
|
|
50004
|
-
|
|
50005
|
-
|
|
49775
|
+
type Area$DeselectDataEvent = sap.ui.base.Event<
|
|
49776
|
+
Area$DeselectDataEventParameters,
|
|
49777
|
+
Area
|
|
49778
|
+
>;
|
|
49779
|
+
|
|
49780
|
+
type Area$HideTooltipEvent = sap.ui.base.Event<
|
|
49781
|
+
Area$HideTooltipEventParameters,
|
|
49782
|
+
Area
|
|
49783
|
+
>;
|
|
49784
|
+
|
|
49785
|
+
type Area$InitializedEvent = sap.ui.base.Event<
|
|
49786
|
+
Area$InitializedEventParameters,
|
|
49787
|
+
Area
|
|
49788
|
+
>;
|
|
49789
|
+
|
|
49790
|
+
type Area$SelectDataEvent = sap.ui.base.Event<
|
|
49791
|
+
Area$SelectDataEventParameters,
|
|
49792
|
+
Area
|
|
49793
|
+
>;
|
|
49794
|
+
|
|
49795
|
+
type Area$ShowTooltipEvent = sap.ui.base.Event<
|
|
49796
|
+
Area$ShowTooltipEventParameters,
|
|
49797
|
+
Area
|
|
49798
|
+
>;
|
|
49799
|
+
|
|
49800
|
+
type Area100$DeselectDataEvent = sap.ui.base.Event<
|
|
49801
|
+
Area100$DeselectDataEventParameters,
|
|
49802
|
+
Area100
|
|
49803
|
+
>;
|
|
49804
|
+
|
|
49805
|
+
type Area100$HideTooltipEvent = sap.ui.base.Event<
|
|
49806
|
+
Area100$HideTooltipEventParameters,
|
|
49807
|
+
Area100
|
|
49808
|
+
>;
|
|
49809
|
+
|
|
49810
|
+
type Area100$InitializedEvent = sap.ui.base.Event<
|
|
49811
|
+
Area100$InitializedEventParameters,
|
|
49812
|
+
Area100
|
|
49813
|
+
>;
|
|
49814
|
+
|
|
49815
|
+
type Area100$SelectDataEvent = sap.ui.base.Event<
|
|
49816
|
+
Area100$SelectDataEventParameters,
|
|
49817
|
+
Area100
|
|
49818
|
+
>;
|
|
49819
|
+
|
|
49820
|
+
type Area100$ShowTooltipEvent = sap.ui.base.Event<
|
|
49821
|
+
Area100$ShowTooltipEventParameters,
|
|
49822
|
+
Area100
|
|
49823
|
+
>;
|
|
49824
|
+
|
|
49825
|
+
type Bar$DeselectDataEvent = sap.ui.base.Event<
|
|
49826
|
+
Bar$DeselectDataEventParameters,
|
|
49827
|
+
Bar
|
|
49828
|
+
>;
|
|
49829
|
+
|
|
49830
|
+
type Bar$HideTooltipEvent = sap.ui.base.Event<
|
|
49831
|
+
Bar$HideTooltipEventParameters,
|
|
49832
|
+
Bar
|
|
49833
|
+
>;
|
|
49834
|
+
|
|
49835
|
+
type Bar$InitializedEvent = sap.ui.base.Event<
|
|
49836
|
+
Bar$InitializedEventParameters,
|
|
49837
|
+
Bar
|
|
49838
|
+
>;
|
|
49839
|
+
|
|
49840
|
+
type Bar$SelectDataEvent = sap.ui.base.Event<
|
|
49841
|
+
Bar$SelectDataEventParameters,
|
|
49842
|
+
Bar
|
|
49843
|
+
>;
|
|
49844
|
+
|
|
49845
|
+
type Bar$ShowTooltipEvent = sap.ui.base.Event<
|
|
49846
|
+
Bar$ShowTooltipEventParameters,
|
|
49847
|
+
Bar
|
|
49848
|
+
>;
|
|
49849
|
+
|
|
49850
|
+
type Bubble$DeselectDataEvent = sap.ui.base.Event<
|
|
49851
|
+
Bubble$DeselectDataEventParameters,
|
|
49852
|
+
Bubble
|
|
49853
|
+
>;
|
|
49854
|
+
|
|
49855
|
+
type Bubble$HideTooltipEvent = sap.ui.base.Event<
|
|
49856
|
+
Bubble$HideTooltipEventParameters,
|
|
49857
|
+
Bubble
|
|
49858
|
+
>;
|
|
49859
|
+
|
|
49860
|
+
type Bubble$InitializedEvent = sap.ui.base.Event<
|
|
49861
|
+
Bubble$InitializedEventParameters,
|
|
49862
|
+
Bubble
|
|
49863
|
+
>;
|
|
49864
|
+
|
|
49865
|
+
type Bubble$SelectDataEvent = sap.ui.base.Event<
|
|
49866
|
+
Bubble$SelectDataEventParameters,
|
|
49867
|
+
Bubble
|
|
49868
|
+
>;
|
|
49869
|
+
|
|
49870
|
+
type Bubble$ShowTooltipEvent = sap.ui.base.Event<
|
|
49871
|
+
Bubble$ShowTooltipEventParameters,
|
|
49872
|
+
Bubble
|
|
49873
|
+
>;
|
|
49874
|
+
|
|
49875
|
+
type Bullet$DeselectDataEvent = sap.ui.base.Event<
|
|
49876
|
+
Bullet$DeselectDataEventParameters,
|
|
49877
|
+
Bullet
|
|
49878
|
+
>;
|
|
49879
|
+
|
|
49880
|
+
type Bullet$HideTooltipEvent = sap.ui.base.Event<
|
|
49881
|
+
Bullet$HideTooltipEventParameters,
|
|
49882
|
+
Bullet
|
|
49883
|
+
>;
|
|
49884
|
+
|
|
49885
|
+
type Bullet$InitializedEvent = sap.ui.base.Event<
|
|
49886
|
+
Bullet$InitializedEventParameters,
|
|
49887
|
+
Bullet
|
|
49888
|
+
>;
|
|
49889
|
+
|
|
49890
|
+
type Bullet$SelectDataEvent = sap.ui.base.Event<
|
|
49891
|
+
Bullet$SelectDataEventParameters,
|
|
49892
|
+
Bullet
|
|
49893
|
+
>;
|
|
49894
|
+
|
|
49895
|
+
type Bullet$ShowTooltipEvent = sap.ui.base.Event<
|
|
49896
|
+
Bullet$ShowTooltipEventParameters,
|
|
49897
|
+
Bullet
|
|
49898
|
+
>;
|
|
49899
|
+
|
|
49900
|
+
type Column$DeselectDataEvent = sap.ui.base.Event<
|
|
49901
|
+
Column$DeselectDataEventParameters,
|
|
49902
|
+
Column
|
|
49903
|
+
>;
|
|
49904
|
+
|
|
49905
|
+
type Column$HideTooltipEvent = sap.ui.base.Event<
|
|
49906
|
+
Column$HideTooltipEventParameters,
|
|
49907
|
+
Column
|
|
49908
|
+
>;
|
|
49909
|
+
|
|
49910
|
+
type Column$InitializedEvent = sap.ui.base.Event<
|
|
49911
|
+
Column$InitializedEventParameters,
|
|
49912
|
+
Column
|
|
49913
|
+
>;
|
|
49914
|
+
|
|
49915
|
+
type Column$SelectDataEvent = sap.ui.base.Event<
|
|
49916
|
+
Column$SelectDataEventParameters,
|
|
49917
|
+
Column
|
|
49918
|
+
>;
|
|
49919
|
+
|
|
49920
|
+
type Column$ShowTooltipEvent = sap.ui.base.Event<
|
|
49921
|
+
Column$ShowTooltipEventParameters,
|
|
49922
|
+
Column
|
|
49923
|
+
>;
|
|
49924
|
+
|
|
49925
|
+
type Combination$DeselectDataEvent = sap.ui.base.Event<
|
|
49926
|
+
Combination$DeselectDataEventParameters,
|
|
49927
|
+
Combination
|
|
49928
|
+
>;
|
|
49929
|
+
|
|
49930
|
+
type Combination$HideTooltipEvent = sap.ui.base.Event<
|
|
49931
|
+
Combination$HideTooltipEventParameters,
|
|
49932
|
+
Combination
|
|
49933
|
+
>;
|
|
49934
|
+
|
|
49935
|
+
type Combination$InitializedEvent = sap.ui.base.Event<
|
|
49936
|
+
Combination$InitializedEventParameters,
|
|
49937
|
+
Combination
|
|
49938
|
+
>;
|
|
49939
|
+
|
|
49940
|
+
type Combination$SelectDataEvent = sap.ui.base.Event<
|
|
49941
|
+
Combination$SelectDataEventParameters,
|
|
49942
|
+
Combination
|
|
49943
|
+
>;
|
|
49944
|
+
|
|
49945
|
+
type Combination$ShowTooltipEvent = sap.ui.base.Event<
|
|
49946
|
+
Combination$ShowTooltipEventParameters,
|
|
49947
|
+
Combination
|
|
49948
|
+
>;
|
|
49949
|
+
|
|
49950
|
+
type Donut$DeselectDataEvent = sap.ui.base.Event<
|
|
49951
|
+
Donut$DeselectDataEventParameters,
|
|
49952
|
+
Donut
|
|
49953
|
+
>;
|
|
49954
|
+
|
|
49955
|
+
type Donut$HideTooltipEvent = sap.ui.base.Event<
|
|
49956
|
+
Donut$HideTooltipEventParameters,
|
|
49957
|
+
Donut
|
|
49958
|
+
>;
|
|
49959
|
+
|
|
49960
|
+
type Donut$InitializedEvent = sap.ui.base.Event<
|
|
49961
|
+
Donut$InitializedEventParameters,
|
|
49962
|
+
Donut
|
|
49963
|
+
>;
|
|
49964
|
+
|
|
49965
|
+
type Donut$SelectDataEvent = sap.ui.base.Event<
|
|
49966
|
+
Donut$SelectDataEventParameters,
|
|
49967
|
+
Donut
|
|
49968
|
+
>;
|
|
49969
|
+
|
|
49970
|
+
type Donut$ShowTooltipEvent = sap.ui.base.Event<
|
|
49971
|
+
Donut$ShowTooltipEventParameters,
|
|
49972
|
+
Donut
|
|
49973
|
+
>;
|
|
49974
|
+
|
|
49975
|
+
type DualBar$DeselectDataEvent = sap.ui.base.Event<
|
|
49976
|
+
DualBar$DeselectDataEventParameters,
|
|
49977
|
+
DualBar
|
|
49978
|
+
>;
|
|
49979
|
+
|
|
49980
|
+
type DualBar$HideTooltipEvent = sap.ui.base.Event<
|
|
49981
|
+
DualBar$HideTooltipEventParameters,
|
|
49982
|
+
DualBar
|
|
49983
|
+
>;
|
|
49984
|
+
|
|
49985
|
+
type DualBar$InitializedEvent = sap.ui.base.Event<
|
|
49986
|
+
DualBar$InitializedEventParameters,
|
|
49987
|
+
DualBar
|
|
49988
|
+
>;
|
|
49989
|
+
|
|
49990
|
+
type DualBar$SelectDataEvent = sap.ui.base.Event<
|
|
49991
|
+
DualBar$SelectDataEventParameters,
|
|
49992
|
+
DualBar
|
|
49993
|
+
>;
|
|
49994
|
+
|
|
49995
|
+
type DualBar$ShowTooltipEvent = sap.ui.base.Event<
|
|
49996
|
+
DualBar$ShowTooltipEventParameters,
|
|
49997
|
+
DualBar
|
|
49998
|
+
>;
|
|
49999
|
+
|
|
50000
|
+
type DualColumn$DeselectDataEvent = sap.ui.base.Event<
|
|
50001
|
+
DualColumn$DeselectDataEventParameters,
|
|
50002
|
+
DualColumn
|
|
50003
|
+
>;
|
|
50004
|
+
|
|
50005
|
+
type DualColumn$HideTooltipEvent = sap.ui.base.Event<
|
|
50006
|
+
DualColumn$HideTooltipEventParameters,
|
|
50007
|
+
DualColumn
|
|
50008
|
+
>;
|
|
50009
|
+
|
|
50010
|
+
type DualColumn$InitializedEvent = sap.ui.base.Event<
|
|
50011
|
+
DualColumn$InitializedEventParameters,
|
|
50012
|
+
DualColumn
|
|
50013
|
+
>;
|
|
50014
|
+
|
|
50015
|
+
type DualColumn$SelectDataEvent = sap.ui.base.Event<
|
|
50016
|
+
DualColumn$SelectDataEventParameters,
|
|
50017
|
+
DualColumn
|
|
50018
|
+
>;
|
|
50019
|
+
|
|
50020
|
+
type DualColumn$ShowTooltipEvent = sap.ui.base.Event<
|
|
50021
|
+
DualColumn$ShowTooltipEventParameters,
|
|
50022
|
+
DualColumn
|
|
50023
|
+
>;
|
|
50024
|
+
|
|
50025
|
+
type DualCombination$DeselectDataEvent = sap.ui.base.Event<
|
|
50026
|
+
DualCombination$DeselectDataEventParameters,
|
|
50027
|
+
DualCombination
|
|
50028
|
+
>;
|
|
50029
|
+
|
|
50030
|
+
type DualCombination$HideTooltipEvent = sap.ui.base.Event<
|
|
50031
|
+
DualCombination$HideTooltipEventParameters,
|
|
50032
|
+
DualCombination
|
|
50033
|
+
>;
|
|
50034
|
+
|
|
50035
|
+
type DualCombination$InitializedEvent = sap.ui.base.Event<
|
|
50036
|
+
DualCombination$InitializedEventParameters,
|
|
50037
|
+
DualCombination
|
|
50038
|
+
>;
|
|
50039
|
+
|
|
50040
|
+
type DualCombination$SelectDataEvent = sap.ui.base.Event<
|
|
50041
|
+
DualCombination$SelectDataEventParameters,
|
|
50042
|
+
DualCombination
|
|
50043
|
+
>;
|
|
50044
|
+
|
|
50045
|
+
type DualCombination$ShowTooltipEvent = sap.ui.base.Event<
|
|
50046
|
+
DualCombination$ShowTooltipEventParameters,
|
|
50047
|
+
DualCombination
|
|
50048
|
+
>;
|
|
50049
|
+
|
|
50050
|
+
type DualLine$DeselectDataEvent = sap.ui.base.Event<
|
|
50051
|
+
DualLine$DeselectDataEventParameters,
|
|
50052
|
+
DualLine
|
|
50053
|
+
>;
|
|
50054
|
+
|
|
50055
|
+
type DualLine$HideTooltipEvent = sap.ui.base.Event<
|
|
50056
|
+
DualLine$HideTooltipEventParameters,
|
|
50057
|
+
DualLine
|
|
50058
|
+
>;
|
|
50059
|
+
|
|
50060
|
+
type DualLine$InitializedEvent = sap.ui.base.Event<
|
|
50061
|
+
DualLine$InitializedEventParameters,
|
|
50062
|
+
DualLine
|
|
50063
|
+
>;
|
|
50064
|
+
|
|
50065
|
+
type DualLine$SelectDataEvent = sap.ui.base.Event<
|
|
50066
|
+
DualLine$SelectDataEventParameters,
|
|
50067
|
+
DualLine
|
|
50068
|
+
>;
|
|
50069
|
+
|
|
50070
|
+
type DualLine$ShowTooltipEvent = sap.ui.base.Event<
|
|
50071
|
+
DualLine$ShowTooltipEventParameters,
|
|
50072
|
+
DualLine
|
|
50073
|
+
>;
|
|
50074
|
+
|
|
50075
|
+
type DualStackedColumn$DeselectDataEvent = sap.ui.base.Event<
|
|
50076
|
+
DualStackedColumn$DeselectDataEventParameters,
|
|
50077
|
+
DualStackedColumn
|
|
50078
|
+
>;
|
|
50079
|
+
|
|
50080
|
+
type DualStackedColumn$HideTooltipEvent = sap.ui.base.Event<
|
|
50081
|
+
DualStackedColumn$HideTooltipEventParameters,
|
|
50082
|
+
DualStackedColumn
|
|
50083
|
+
>;
|
|
50084
|
+
|
|
50085
|
+
type DualStackedColumn$InitializedEvent = sap.ui.base.Event<
|
|
50086
|
+
DualStackedColumn$InitializedEventParameters,
|
|
50087
|
+
DualStackedColumn
|
|
50088
|
+
>;
|
|
50089
|
+
|
|
50090
|
+
type DualStackedColumn$SelectDataEvent = sap.ui.base.Event<
|
|
50091
|
+
DualStackedColumn$SelectDataEventParameters,
|
|
50092
|
+
DualStackedColumn
|
|
50093
|
+
>;
|
|
50094
|
+
|
|
50095
|
+
type DualStackedColumn$ShowTooltipEvent = sap.ui.base.Event<
|
|
50096
|
+
DualStackedColumn$ShowTooltipEventParameters,
|
|
50097
|
+
DualStackedColumn
|
|
50098
|
+
>;
|
|
50099
|
+
|
|
50100
|
+
type DualStackedColumn100$DeselectDataEvent = sap.ui.base.Event<
|
|
50101
|
+
DualStackedColumn100$DeselectDataEventParameters,
|
|
50102
|
+
DualStackedColumn100
|
|
50103
|
+
>;
|
|
50104
|
+
|
|
50105
|
+
type DualStackedColumn100$HideTooltipEvent = sap.ui.base.Event<
|
|
50106
|
+
DualStackedColumn100$HideTooltipEventParameters,
|
|
50107
|
+
DualStackedColumn100
|
|
50108
|
+
>;
|
|
50109
|
+
|
|
50110
|
+
type DualStackedColumn100$InitializedEvent = sap.ui.base.Event<
|
|
50111
|
+
DualStackedColumn100$InitializedEventParameters,
|
|
50112
|
+
DualStackedColumn100
|
|
50113
|
+
>;
|
|
50114
|
+
|
|
50115
|
+
type DualStackedColumn100$SelectDataEvent = sap.ui.base.Event<
|
|
50116
|
+
DualStackedColumn100$SelectDataEventParameters,
|
|
50117
|
+
DualStackedColumn100
|
|
50118
|
+
>;
|
|
50119
|
+
|
|
50120
|
+
type DualStackedColumn100$ShowTooltipEvent = sap.ui.base.Event<
|
|
50121
|
+
DualStackedColumn100$ShowTooltipEventParameters,
|
|
50122
|
+
DualStackedColumn100
|
|
50123
|
+
>;
|
|
50124
|
+
|
|
50125
|
+
type Heatmap$DeselectDataEvent = sap.ui.base.Event<
|
|
50126
|
+
Heatmap$DeselectDataEventParameters,
|
|
50127
|
+
Heatmap
|
|
50128
|
+
>;
|
|
50129
|
+
|
|
50130
|
+
type Heatmap$HideTooltipEvent = sap.ui.base.Event<
|
|
50131
|
+
Heatmap$HideTooltipEventParameters,
|
|
50132
|
+
Heatmap
|
|
50133
|
+
>;
|
|
50134
|
+
|
|
50135
|
+
type Heatmap$InitializedEvent = sap.ui.base.Event<
|
|
50136
|
+
Heatmap$InitializedEventParameters,
|
|
50137
|
+
Heatmap
|
|
50138
|
+
>;
|
|
50139
|
+
|
|
50140
|
+
type Heatmap$SelectDataEvent = sap.ui.base.Event<
|
|
50141
|
+
Heatmap$SelectDataEventParameters,
|
|
50142
|
+
Heatmap
|
|
50143
|
+
>;
|
|
50144
|
+
|
|
50145
|
+
type Heatmap$ShowTooltipEvent = sap.ui.base.Event<
|
|
50146
|
+
Heatmap$ShowTooltipEventParameters,
|
|
50147
|
+
Heatmap
|
|
50148
|
+
>;
|
|
50149
|
+
|
|
50150
|
+
type HorizontalArea$DeselectDataEvent = sap.ui.base.Event<
|
|
50151
|
+
HorizontalArea$DeselectDataEventParameters,
|
|
50152
|
+
HorizontalArea
|
|
50153
|
+
>;
|
|
50154
|
+
|
|
50155
|
+
type HorizontalArea$HideTooltipEvent = sap.ui.base.Event<
|
|
50156
|
+
HorizontalArea$HideTooltipEventParameters,
|
|
50157
|
+
HorizontalArea
|
|
50158
|
+
>;
|
|
50159
|
+
|
|
50160
|
+
type HorizontalArea$InitializedEvent = sap.ui.base.Event<
|
|
50161
|
+
HorizontalArea$InitializedEventParameters,
|
|
50162
|
+
HorizontalArea
|
|
50163
|
+
>;
|
|
50164
|
+
|
|
50165
|
+
type HorizontalArea$SelectDataEvent = sap.ui.base.Event<
|
|
50166
|
+
HorizontalArea$SelectDataEventParameters,
|
|
50167
|
+
HorizontalArea
|
|
50168
|
+
>;
|
|
50169
|
+
|
|
50170
|
+
type HorizontalArea$ShowTooltipEvent = sap.ui.base.Event<
|
|
50171
|
+
HorizontalArea$ShowTooltipEventParameters,
|
|
50172
|
+
HorizontalArea
|
|
50173
|
+
>;
|
|
50174
|
+
|
|
50175
|
+
type HorizontalArea100$DeselectDataEvent = sap.ui.base.Event<
|
|
50176
|
+
HorizontalArea100$DeselectDataEventParameters,
|
|
50177
|
+
HorizontalArea100
|
|
50178
|
+
>;
|
|
50179
|
+
|
|
50180
|
+
type HorizontalArea100$HideTooltipEvent = sap.ui.base.Event<
|
|
50181
|
+
HorizontalArea100$HideTooltipEventParameters,
|
|
50182
|
+
HorizontalArea100
|
|
50183
|
+
>;
|
|
50184
|
+
|
|
50185
|
+
type HorizontalArea100$InitializedEvent = sap.ui.base.Event<
|
|
50186
|
+
HorizontalArea100$InitializedEventParameters,
|
|
50187
|
+
HorizontalArea100
|
|
50188
|
+
>;
|
|
50189
|
+
|
|
50190
|
+
type HorizontalArea100$SelectDataEvent = sap.ui.base.Event<
|
|
50191
|
+
HorizontalArea100$SelectDataEventParameters,
|
|
50192
|
+
HorizontalArea100
|
|
50193
|
+
>;
|
|
50194
|
+
|
|
50195
|
+
type HorizontalArea100$ShowTooltipEvent = sap.ui.base.Event<
|
|
50196
|
+
HorizontalArea100$ShowTooltipEventParameters,
|
|
50197
|
+
HorizontalArea100
|
|
50198
|
+
>;
|
|
50199
|
+
|
|
50200
|
+
type Line$DeselectDataEvent = sap.ui.base.Event<
|
|
50201
|
+
Line$DeselectDataEventParameters,
|
|
50202
|
+
Line
|
|
50203
|
+
>;
|
|
50204
|
+
|
|
50205
|
+
type Line$HideTooltipEvent = sap.ui.base.Event<
|
|
50206
|
+
Line$HideTooltipEventParameters,
|
|
50207
|
+
Line
|
|
50208
|
+
>;
|
|
50209
|
+
|
|
50210
|
+
type Line$InitializedEvent = sap.ui.base.Event<
|
|
50211
|
+
Line$InitializedEventParameters,
|
|
50212
|
+
Line
|
|
50213
|
+
>;
|
|
50214
|
+
|
|
50215
|
+
type Line$SelectDataEvent = sap.ui.base.Event<
|
|
50216
|
+
Line$SelectDataEventParameters,
|
|
50217
|
+
Line
|
|
50218
|
+
>;
|
|
50219
|
+
|
|
50220
|
+
type Line$ShowTooltipEvent = sap.ui.base.Event<
|
|
50221
|
+
Line$ShowTooltipEventParameters,
|
|
50222
|
+
Line
|
|
50223
|
+
>;
|
|
50224
|
+
|
|
50225
|
+
type Pie$DeselectDataEvent = sap.ui.base.Event<
|
|
50226
|
+
Pie$DeselectDataEventParameters,
|
|
50227
|
+
Pie
|
|
50228
|
+
>;
|
|
50229
|
+
|
|
50230
|
+
type Pie$HideTooltipEvent = sap.ui.base.Event<
|
|
50231
|
+
Pie$HideTooltipEventParameters,
|
|
50232
|
+
Pie
|
|
50233
|
+
>;
|
|
50234
|
+
|
|
50235
|
+
type Pie$InitializedEvent = sap.ui.base.Event<
|
|
50236
|
+
Pie$InitializedEventParameters,
|
|
50237
|
+
Pie
|
|
50238
|
+
>;
|
|
50239
|
+
|
|
50240
|
+
type Pie$SelectDataEvent = sap.ui.base.Event<
|
|
50241
|
+
Pie$SelectDataEventParameters,
|
|
50242
|
+
Pie
|
|
50243
|
+
>;
|
|
50244
|
+
|
|
50245
|
+
type Pie$ShowTooltipEvent = sap.ui.base.Event<
|
|
50246
|
+
Pie$ShowTooltipEventParameters,
|
|
50247
|
+
Pie
|
|
50248
|
+
>;
|
|
50249
|
+
|
|
50250
|
+
type Scatter$DeselectDataEvent = sap.ui.base.Event<
|
|
50251
|
+
Scatter$DeselectDataEventParameters,
|
|
50252
|
+
Scatter
|
|
50253
|
+
>;
|
|
50254
|
+
|
|
50255
|
+
type Scatter$HideTooltipEvent = sap.ui.base.Event<
|
|
50256
|
+
Scatter$HideTooltipEventParameters,
|
|
50257
|
+
Scatter
|
|
50258
|
+
>;
|
|
50259
|
+
|
|
50260
|
+
type Scatter$InitializedEvent = sap.ui.base.Event<
|
|
50261
|
+
Scatter$InitializedEventParameters,
|
|
50262
|
+
Scatter
|
|
50263
|
+
>;
|
|
50264
|
+
|
|
50265
|
+
type Scatter$SelectDataEvent = sap.ui.base.Event<
|
|
50266
|
+
Scatter$SelectDataEventParameters,
|
|
50267
|
+
Scatter
|
|
50268
|
+
>;
|
|
50269
|
+
|
|
50270
|
+
type Scatter$ShowTooltipEvent = sap.ui.base.Event<
|
|
50271
|
+
Scatter$ShowTooltipEventParameters,
|
|
50272
|
+
Scatter
|
|
50273
|
+
>;
|
|
50274
|
+
|
|
50275
|
+
type StackedColumn$DeselectDataEvent = sap.ui.base.Event<
|
|
50276
|
+
StackedColumn$DeselectDataEventParameters,
|
|
50277
|
+
StackedColumn
|
|
50278
|
+
>;
|
|
50279
|
+
|
|
50280
|
+
type StackedColumn$HideTooltipEvent = sap.ui.base.Event<
|
|
50281
|
+
StackedColumn$HideTooltipEventParameters,
|
|
50282
|
+
StackedColumn
|
|
50283
|
+
>;
|
|
50284
|
+
|
|
50285
|
+
type StackedColumn$InitializedEvent = sap.ui.base.Event<
|
|
50286
|
+
StackedColumn$InitializedEventParameters,
|
|
50287
|
+
StackedColumn
|
|
50288
|
+
>;
|
|
50289
|
+
|
|
50290
|
+
type StackedColumn$SelectDataEvent = sap.ui.base.Event<
|
|
50291
|
+
StackedColumn$SelectDataEventParameters,
|
|
50292
|
+
StackedColumn
|
|
50293
|
+
>;
|
|
50294
|
+
|
|
50295
|
+
type StackedColumn$ShowTooltipEvent = sap.ui.base.Event<
|
|
50296
|
+
StackedColumn$ShowTooltipEventParameters,
|
|
50297
|
+
StackedColumn
|
|
50298
|
+
>;
|
|
50299
|
+
|
|
50300
|
+
type StackedColumn100$DeselectDataEvent = sap.ui.base.Event<
|
|
50301
|
+
StackedColumn100$DeselectDataEventParameters,
|
|
50302
|
+
StackedColumn100
|
|
50303
|
+
>;
|
|
50304
|
+
|
|
50305
|
+
type StackedColumn100$HideTooltipEvent = sap.ui.base.Event<
|
|
50306
|
+
StackedColumn100$HideTooltipEventParameters,
|
|
50307
|
+
StackedColumn100
|
|
50308
|
+
>;
|
|
50309
|
+
|
|
50310
|
+
type StackedColumn100$InitializedEvent = sap.ui.base.Event<
|
|
50311
|
+
StackedColumn100$InitializedEventParameters,
|
|
50312
|
+
StackedColumn100
|
|
50313
|
+
>;
|
|
50314
|
+
|
|
50315
|
+
type StackedColumn100$SelectDataEvent = sap.ui.base.Event<
|
|
50316
|
+
StackedColumn100$SelectDataEventParameters,
|
|
50317
|
+
StackedColumn100
|
|
50318
|
+
>;
|
|
50319
|
+
|
|
50320
|
+
type StackedColumn100$ShowTooltipEvent = sap.ui.base.Event<
|
|
50321
|
+
StackedColumn100$ShowTooltipEventParameters,
|
|
50322
|
+
StackedColumn100
|
|
50323
|
+
>;
|
|
50324
|
+
|
|
50325
|
+
type TimeBubble$DeselectDataEvent = sap.ui.base.Event<
|
|
50326
|
+
TimeBubble$DeselectDataEventParameters,
|
|
50327
|
+
TimeBubble
|
|
50328
|
+
>;
|
|
50329
|
+
|
|
50330
|
+
type TimeBubble$HideTooltipEvent = sap.ui.base.Event<
|
|
50331
|
+
TimeBubble$HideTooltipEventParameters,
|
|
50332
|
+
TimeBubble
|
|
50333
|
+
>;
|
|
50334
|
+
|
|
50335
|
+
type TimeBubble$InitializedEvent = sap.ui.base.Event<
|
|
50336
|
+
TimeBubble$InitializedEventParameters,
|
|
50337
|
+
TimeBubble
|
|
50338
|
+
>;
|
|
50339
|
+
|
|
50340
|
+
type TimeBubble$SelectDataEvent = sap.ui.base.Event<
|
|
50341
|
+
TimeBubble$SelectDataEventParameters,
|
|
50342
|
+
TimeBubble
|
|
50343
|
+
>;
|
|
50344
|
+
|
|
50345
|
+
type TimeBubble$ShowTooltipEvent = sap.ui.base.Event<
|
|
50346
|
+
TimeBubble$ShowTooltipEventParameters,
|
|
50347
|
+
TimeBubble
|
|
50348
|
+
>;
|
|
50349
|
+
|
|
50350
|
+
type Treemap$DeselectDataEvent = sap.ui.base.Event<
|
|
50351
|
+
Treemap$DeselectDataEventParameters,
|
|
50352
|
+
Treemap
|
|
50353
|
+
>;
|
|
50354
|
+
|
|
50355
|
+
type Treemap$HideTooltipEvent = sap.ui.base.Event<
|
|
50356
|
+
Treemap$HideTooltipEventParameters,
|
|
50357
|
+
Treemap
|
|
50358
|
+
>;
|
|
50359
|
+
|
|
50360
|
+
type Treemap$InitializedEvent = sap.ui.base.Event<
|
|
50361
|
+
Treemap$InitializedEventParameters,
|
|
50362
|
+
Treemap
|
|
50363
|
+
>;
|
|
50364
|
+
|
|
50365
|
+
type Treemap$SelectDataEvent = sap.ui.base.Event<
|
|
50366
|
+
Treemap$SelectDataEventParameters,
|
|
50367
|
+
Treemap
|
|
50368
|
+
>;
|
|
50369
|
+
|
|
50370
|
+
type Treemap$ShowTooltipEvent = sap.ui.base.Event<
|
|
50371
|
+
Treemap$ShowTooltipEventParameters,
|
|
50372
|
+
Treemap
|
|
50373
|
+
>;
|
|
50374
|
+
|
|
50375
|
+
type VizContainer$DeselectDataEvent = sap.ui.base.Event<
|
|
50376
|
+
VizContainer$DeselectDataEventParameters,
|
|
50377
|
+
VizContainer
|
|
50378
|
+
>;
|
|
50379
|
+
|
|
50380
|
+
type VizContainer$FeedsChangedEvent = sap.ui.base.Event<
|
|
50381
|
+
VizContainer$FeedsChangedEventParameters,
|
|
50382
|
+
VizContainer
|
|
50383
|
+
>;
|
|
50384
|
+
|
|
50385
|
+
type VizContainer$HideTooltipEvent = sap.ui.base.Event<
|
|
50386
|
+
VizContainer$HideTooltipEventParameters,
|
|
50387
|
+
VizContainer
|
|
50388
|
+
>;
|
|
50389
|
+
|
|
50390
|
+
type VizContainer$InitializedEvent = sap.ui.base.Event<
|
|
50391
|
+
VizContainer$InitializedEventParameters,
|
|
50392
|
+
VizContainer
|
|
50393
|
+
>;
|
|
50394
|
+
|
|
50395
|
+
type VizContainer$SelectDataEvent = sap.ui.base.Event<
|
|
50396
|
+
VizContainer$SelectDataEventParameters,
|
|
50397
|
+
VizContainer
|
|
50398
|
+
>;
|
|
50399
|
+
|
|
50400
|
+
type VizContainer$ShowTooltipEvent = sap.ui.base.Event<
|
|
50401
|
+
VizContainer$ShowTooltipEventParameters,
|
|
50402
|
+
VizContainer
|
|
50403
|
+
>;
|
|
50404
|
+
|
|
50405
|
+
type VizContainer$VizDefinitionChangedEvent = sap.ui.base.Event<
|
|
50406
|
+
VizContainer$VizDefinitionChangedEventParameters,
|
|
50407
|
+
VizContainer
|
|
50408
|
+
>;
|
|
50409
|
+
|
|
50410
|
+
type VizContainer$VizTypeChangedEvent = sap.ui.base.Event<
|
|
50411
|
+
VizContainer$VizTypeChangedEventParameters,
|
|
50412
|
+
VizContainer
|
|
50413
|
+
>;
|
|
50006
50414
|
}
|
|
50007
50415
|
}
|
|
50008
50416
|
|