@sapui5/types 1.115.1 → 1.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.apf.d.ts +47 -40
- package/types/sap.ca.ui.d.ts +171 -161
- package/types/sap.chart.d.ts +3 -45
- package/types/sap.collaboration.d.ts +31 -38
- package/types/sap.esh.search.ui.d.ts +112 -109
- package/types/sap.f.d.ts +67 -241
- package/types/sap.fe.core.d.ts +132 -6
- package/types/sap.fe.macros.d.ts +24 -48
- package/types/sap.fe.placeholder.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.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1223 -1502
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.landvisz.d.ts +73 -67
- package/types/sap.m.d.ts +411 -2498
- package/types/sap.makit.d.ts +1 -37
- package/types/sap.me.d.ts +6 -60
- package/types/sap.ndc.d.ts +22 -25
- package/types/sap.ovp.d.ts +25 -8
- package/types/sap.rules.ui.d.ts +38 -51
- package/types/sap.sac.df.d.ts +11 -12
- package/types/sap.suite.ui.commons.d.ts +1180 -1233
- package/types/sap.suite.ui.generic.template.d.ts +1 -7
- package/types/sap.suite.ui.microchart.d.ts +4 -106
- package/types/sap.tnt.d.ts +52 -26
- package/types/sap.ui.codeeditor.d.ts +3 -15
- package/types/sap.ui.commons.d.ts +43 -355
- package/types/sap.ui.comp.d.ts +289 -782
- package/types/sap.ui.core.d.ts +283 -883
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -13
- package/types/sap.ui.fl.d.ts +4 -69
- package/types/sap.ui.generic.app.d.ts +39 -43
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +124 -90
- package/types/sap.ui.layout.d.ts +6 -40
- package/types/sap.ui.mdc.d.ts +806 -817
- package/types/sap.ui.richtexteditor.d.ts +2 -26
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -13
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +23 -169
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +69 -449
- package/types/sap.ui.ux3.d.ts +44 -444
- package/types/sap.ui.vbm.d.ts +568 -541
- package/types/sap.ui.vk.d.ts +1511 -1834
- package/types/sap.ui.vtm.d.ts +335 -329
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +731 -311
- package/types/sap.ui.webc.main.d.ts +4016 -1045
- package/types/sap.uiext.inbox.d.ts +1 -79
- package/types/sap.ushell.d.ts +274 -887
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +10 -80
- package/types/sap.viz.d.ts +3 -823
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +7 -12
- package/types/sap.zen.crosstab.d.ts +4 -7
- package/types/sap.zen.dsh.d.ts +133 -157
package/types/sap.viz.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/viz/library" {
|
|
4
4
|
export namespace ui5 {
|
|
@@ -2163,52 +2163,22 @@ declare module "sap/viz/ui5/Area" {
|
|
|
2163
2163
|
|
|
2164
2164
|
export interface Area$DeselectDataEventParameters {}
|
|
2165
2165
|
|
|
2166
|
-
/**
|
|
2167
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area$DeselectDataEventParameters'
|
|
2168
|
-
* in 1.115.1 and any later releases.
|
|
2169
|
-
*/
|
|
2170
|
-
export type $AreaDeselectDataEventParameters = Area$DeselectDataEventParameters;
|
|
2171
|
-
|
|
2172
2166
|
export type Area$DeselectDataEvent = Event<Area$DeselectDataEventParameters>;
|
|
2173
2167
|
|
|
2174
2168
|
export interface Area$HideTooltipEventParameters {}
|
|
2175
2169
|
|
|
2176
|
-
/**
|
|
2177
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area$HideTooltipEventParameters'
|
|
2178
|
-
* in 1.115.1 and any later releases.
|
|
2179
|
-
*/
|
|
2180
|
-
export type $AreaHideTooltipEventParameters = Area$HideTooltipEventParameters;
|
|
2181
|
-
|
|
2182
2170
|
export type Area$HideTooltipEvent = Event<Area$HideTooltipEventParameters>;
|
|
2183
2171
|
|
|
2184
2172
|
export interface Area$InitializedEventParameters {}
|
|
2185
2173
|
|
|
2186
|
-
/**
|
|
2187
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area$InitializedEventParameters'
|
|
2188
|
-
* in 1.115.1 and any later releases.
|
|
2189
|
-
*/
|
|
2190
|
-
export type $AreaInitializedEventParameters = Area$InitializedEventParameters;
|
|
2191
|
-
|
|
2192
2174
|
export type Area$InitializedEvent = Event<Area$InitializedEventParameters>;
|
|
2193
2175
|
|
|
2194
2176
|
export interface Area$SelectDataEventParameters {}
|
|
2195
2177
|
|
|
2196
|
-
/**
|
|
2197
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area$SelectDataEventParameters'
|
|
2198
|
-
* in 1.115.1 and any later releases.
|
|
2199
|
-
*/
|
|
2200
|
-
export type $AreaSelectDataEventParameters = Area$SelectDataEventParameters;
|
|
2201
|
-
|
|
2202
2178
|
export type Area$SelectDataEvent = Event<Area$SelectDataEventParameters>;
|
|
2203
2179
|
|
|
2204
2180
|
export interface Area$ShowTooltipEventParameters {}
|
|
2205
2181
|
|
|
2206
|
-
/**
|
|
2207
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area$ShowTooltipEventParameters'
|
|
2208
|
-
* in 1.115.1 and any later releases.
|
|
2209
|
-
*/
|
|
2210
|
-
export type $AreaShowTooltipEventParameters = Area$ShowTooltipEventParameters;
|
|
2211
|
-
|
|
2212
2182
|
export type Area$ShowTooltipEvent = Event<Area$ShowTooltipEventParameters>;
|
|
2213
2183
|
}
|
|
2214
2184
|
|
|
@@ -3145,52 +3115,22 @@ declare module "sap/viz/ui5/Area100" {
|
|
|
3145
3115
|
|
|
3146
3116
|
export interface Area100$DeselectDataEventParameters {}
|
|
3147
3117
|
|
|
3148
|
-
/**
|
|
3149
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area100$DeselectDataEventParameters'
|
|
3150
|
-
* in 1.115.1 and any later releases.
|
|
3151
|
-
*/
|
|
3152
|
-
export type $Area100DeselectDataEventParameters = Area100$DeselectDataEventParameters;
|
|
3153
|
-
|
|
3154
3118
|
export type Area100$DeselectDataEvent = Event<Area100$DeselectDataEventParameters>;
|
|
3155
3119
|
|
|
3156
3120
|
export interface Area100$HideTooltipEventParameters {}
|
|
3157
3121
|
|
|
3158
|
-
/**
|
|
3159
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area100$HideTooltipEventParameters'
|
|
3160
|
-
* in 1.115.1 and any later releases.
|
|
3161
|
-
*/
|
|
3162
|
-
export type $Area100HideTooltipEventParameters = Area100$HideTooltipEventParameters;
|
|
3163
|
-
|
|
3164
3122
|
export type Area100$HideTooltipEvent = Event<Area100$HideTooltipEventParameters>;
|
|
3165
3123
|
|
|
3166
3124
|
export interface Area100$InitializedEventParameters {}
|
|
3167
3125
|
|
|
3168
|
-
/**
|
|
3169
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area100$InitializedEventParameters'
|
|
3170
|
-
* in 1.115.1 and any later releases.
|
|
3171
|
-
*/
|
|
3172
|
-
export type $Area100InitializedEventParameters = Area100$InitializedEventParameters;
|
|
3173
|
-
|
|
3174
3126
|
export type Area100$InitializedEvent = Event<Area100$InitializedEventParameters>;
|
|
3175
3127
|
|
|
3176
3128
|
export interface Area100$SelectDataEventParameters {}
|
|
3177
3129
|
|
|
3178
|
-
/**
|
|
3179
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area100$SelectDataEventParameters'
|
|
3180
|
-
* in 1.115.1 and any later releases.
|
|
3181
|
-
*/
|
|
3182
|
-
export type $Area100SelectDataEventParameters = Area100$SelectDataEventParameters;
|
|
3183
|
-
|
|
3184
3130
|
export type Area100$SelectDataEvent = Event<Area100$SelectDataEventParameters>;
|
|
3185
3131
|
|
|
3186
3132
|
export interface Area100$ShowTooltipEventParameters {}
|
|
3187
3133
|
|
|
3188
|
-
/**
|
|
3189
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Area100$ShowTooltipEventParameters'
|
|
3190
|
-
* in 1.115.1 and any later releases.
|
|
3191
|
-
*/
|
|
3192
|
-
export type $Area100ShowTooltipEventParameters = Area100$ShowTooltipEventParameters;
|
|
3193
|
-
|
|
3194
3134
|
export type Area100$ShowTooltipEvent = Event<Area100$ShowTooltipEventParameters>;
|
|
3195
3135
|
}
|
|
3196
3136
|
|
|
@@ -4134,52 +4074,22 @@ declare module "sap/viz/ui5/Bar" {
|
|
|
4134
4074
|
|
|
4135
4075
|
export interface Bar$DeselectDataEventParameters {}
|
|
4136
4076
|
|
|
4137
|
-
/**
|
|
4138
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bar$DeselectDataEventParameters'
|
|
4139
|
-
* in 1.115.1 and any later releases.
|
|
4140
|
-
*/
|
|
4141
|
-
export type $BarDeselectDataEventParameters = Bar$DeselectDataEventParameters;
|
|
4142
|
-
|
|
4143
4077
|
export type Bar$DeselectDataEvent = Event<Bar$DeselectDataEventParameters>;
|
|
4144
4078
|
|
|
4145
4079
|
export interface Bar$HideTooltipEventParameters {}
|
|
4146
4080
|
|
|
4147
|
-
/**
|
|
4148
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bar$HideTooltipEventParameters'
|
|
4149
|
-
* in 1.115.1 and any later releases.
|
|
4150
|
-
*/
|
|
4151
|
-
export type $BarHideTooltipEventParameters = Bar$HideTooltipEventParameters;
|
|
4152
|
-
|
|
4153
4081
|
export type Bar$HideTooltipEvent = Event<Bar$HideTooltipEventParameters>;
|
|
4154
4082
|
|
|
4155
4083
|
export interface Bar$InitializedEventParameters {}
|
|
4156
4084
|
|
|
4157
|
-
/**
|
|
4158
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bar$InitializedEventParameters'
|
|
4159
|
-
* in 1.115.1 and any later releases.
|
|
4160
|
-
*/
|
|
4161
|
-
export type $BarInitializedEventParameters = Bar$InitializedEventParameters;
|
|
4162
|
-
|
|
4163
4085
|
export type Bar$InitializedEvent = Event<Bar$InitializedEventParameters>;
|
|
4164
4086
|
|
|
4165
4087
|
export interface Bar$SelectDataEventParameters {}
|
|
4166
4088
|
|
|
4167
|
-
/**
|
|
4168
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bar$SelectDataEventParameters'
|
|
4169
|
-
* in 1.115.1 and any later releases.
|
|
4170
|
-
*/
|
|
4171
|
-
export type $BarSelectDataEventParameters = Bar$SelectDataEventParameters;
|
|
4172
|
-
|
|
4173
4089
|
export type Bar$SelectDataEvent = Event<Bar$SelectDataEventParameters>;
|
|
4174
4090
|
|
|
4175
4091
|
export interface Bar$ShowTooltipEventParameters {}
|
|
4176
4092
|
|
|
4177
|
-
/**
|
|
4178
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bar$ShowTooltipEventParameters'
|
|
4179
|
-
* in 1.115.1 and any later releases.
|
|
4180
|
-
*/
|
|
4181
|
-
export type $BarShowTooltipEventParameters = Bar$ShowTooltipEventParameters;
|
|
4182
|
-
|
|
4183
4093
|
export type Bar$ShowTooltipEvent = Event<Bar$ShowTooltipEventParameters>;
|
|
4184
4094
|
}
|
|
4185
4095
|
|
|
@@ -5151,52 +5061,22 @@ declare module "sap/viz/ui5/Bubble" {
|
|
|
5151
5061
|
|
|
5152
5062
|
export interface Bubble$DeselectDataEventParameters {}
|
|
5153
5063
|
|
|
5154
|
-
/**
|
|
5155
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bubble$DeselectDataEventParameters'
|
|
5156
|
-
* in 1.115.1 and any later releases.
|
|
5157
|
-
*/
|
|
5158
|
-
export type $BubbleDeselectDataEventParameters = Bubble$DeselectDataEventParameters;
|
|
5159
|
-
|
|
5160
5064
|
export type Bubble$DeselectDataEvent = Event<Bubble$DeselectDataEventParameters>;
|
|
5161
5065
|
|
|
5162
5066
|
export interface Bubble$HideTooltipEventParameters {}
|
|
5163
5067
|
|
|
5164
|
-
/**
|
|
5165
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bubble$HideTooltipEventParameters'
|
|
5166
|
-
* in 1.115.1 and any later releases.
|
|
5167
|
-
*/
|
|
5168
|
-
export type $BubbleHideTooltipEventParameters = Bubble$HideTooltipEventParameters;
|
|
5169
|
-
|
|
5170
5068
|
export type Bubble$HideTooltipEvent = Event<Bubble$HideTooltipEventParameters>;
|
|
5171
5069
|
|
|
5172
5070
|
export interface Bubble$InitializedEventParameters {}
|
|
5173
5071
|
|
|
5174
|
-
/**
|
|
5175
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bubble$InitializedEventParameters'
|
|
5176
|
-
* in 1.115.1 and any later releases.
|
|
5177
|
-
*/
|
|
5178
|
-
export type $BubbleInitializedEventParameters = Bubble$InitializedEventParameters;
|
|
5179
|
-
|
|
5180
5072
|
export type Bubble$InitializedEvent = Event<Bubble$InitializedEventParameters>;
|
|
5181
5073
|
|
|
5182
5074
|
export interface Bubble$SelectDataEventParameters {}
|
|
5183
5075
|
|
|
5184
|
-
/**
|
|
5185
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bubble$SelectDataEventParameters'
|
|
5186
|
-
* in 1.115.1 and any later releases.
|
|
5187
|
-
*/
|
|
5188
|
-
export type $BubbleSelectDataEventParameters = Bubble$SelectDataEventParameters;
|
|
5189
|
-
|
|
5190
5076
|
export type Bubble$SelectDataEvent = Event<Bubble$SelectDataEventParameters>;
|
|
5191
5077
|
|
|
5192
5078
|
export interface Bubble$ShowTooltipEventParameters {}
|
|
5193
5079
|
|
|
5194
|
-
/**
|
|
5195
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bubble$ShowTooltipEventParameters'
|
|
5196
|
-
* in 1.115.1 and any later releases.
|
|
5197
|
-
*/
|
|
5198
|
-
export type $BubbleShowTooltipEventParameters = Bubble$ShowTooltipEventParameters;
|
|
5199
|
-
|
|
5200
5080
|
export type Bubble$ShowTooltipEvent = Event<Bubble$ShowTooltipEventParameters>;
|
|
5201
5081
|
}
|
|
5202
5082
|
|
|
@@ -6078,52 +5958,22 @@ declare module "sap/viz/ui5/Bullet" {
|
|
|
6078
5958
|
|
|
6079
5959
|
export interface Bullet$DeselectDataEventParameters {}
|
|
6080
5960
|
|
|
6081
|
-
/**
|
|
6082
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bullet$DeselectDataEventParameters'
|
|
6083
|
-
* in 1.115.1 and any later releases.
|
|
6084
|
-
*/
|
|
6085
|
-
export type $BulletDeselectDataEventParameters = Bullet$DeselectDataEventParameters;
|
|
6086
|
-
|
|
6087
5961
|
export type Bullet$DeselectDataEvent = Event<Bullet$DeselectDataEventParameters>;
|
|
6088
5962
|
|
|
6089
5963
|
export interface Bullet$HideTooltipEventParameters {}
|
|
6090
5964
|
|
|
6091
|
-
/**
|
|
6092
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bullet$HideTooltipEventParameters'
|
|
6093
|
-
* in 1.115.1 and any later releases.
|
|
6094
|
-
*/
|
|
6095
|
-
export type $BulletHideTooltipEventParameters = Bullet$HideTooltipEventParameters;
|
|
6096
|
-
|
|
6097
5965
|
export type Bullet$HideTooltipEvent = Event<Bullet$HideTooltipEventParameters>;
|
|
6098
5966
|
|
|
6099
5967
|
export interface Bullet$InitializedEventParameters {}
|
|
6100
5968
|
|
|
6101
|
-
/**
|
|
6102
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bullet$InitializedEventParameters'
|
|
6103
|
-
* in 1.115.1 and any later releases.
|
|
6104
|
-
*/
|
|
6105
|
-
export type $BulletInitializedEventParameters = Bullet$InitializedEventParameters;
|
|
6106
|
-
|
|
6107
5969
|
export type Bullet$InitializedEvent = Event<Bullet$InitializedEventParameters>;
|
|
6108
5970
|
|
|
6109
5971
|
export interface Bullet$SelectDataEventParameters {}
|
|
6110
5972
|
|
|
6111
|
-
/**
|
|
6112
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bullet$SelectDataEventParameters'
|
|
6113
|
-
* in 1.115.1 and any later releases.
|
|
6114
|
-
*/
|
|
6115
|
-
export type $BulletSelectDataEventParameters = Bullet$SelectDataEventParameters;
|
|
6116
|
-
|
|
6117
5973
|
export type Bullet$SelectDataEvent = Event<Bullet$SelectDataEventParameters>;
|
|
6118
5974
|
|
|
6119
5975
|
export interface Bullet$ShowTooltipEventParameters {}
|
|
6120
5976
|
|
|
6121
|
-
/**
|
|
6122
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Bullet$ShowTooltipEventParameters'
|
|
6123
|
-
* in 1.115.1 and any later releases.
|
|
6124
|
-
*/
|
|
6125
|
-
export type $BulletShowTooltipEventParameters = Bullet$ShowTooltipEventParameters;
|
|
6126
|
-
|
|
6127
5977
|
export type Bullet$ShowTooltipEvent = Event<Bullet$ShowTooltipEventParameters>;
|
|
6128
5978
|
}
|
|
6129
5979
|
|
|
@@ -7067,52 +6917,22 @@ declare module "sap/viz/ui5/Column" {
|
|
|
7067
6917
|
|
|
7068
6918
|
export interface Column$DeselectDataEventParameters {}
|
|
7069
6919
|
|
|
7070
|
-
/**
|
|
7071
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Column$DeselectDataEventParameters'
|
|
7072
|
-
* in 1.115.1 and any later releases.
|
|
7073
|
-
*/
|
|
7074
|
-
export type $ColumnDeselectDataEventParameters = Column$DeselectDataEventParameters;
|
|
7075
|
-
|
|
7076
6920
|
export type Column$DeselectDataEvent = Event<Column$DeselectDataEventParameters>;
|
|
7077
6921
|
|
|
7078
6922
|
export interface Column$HideTooltipEventParameters {}
|
|
7079
6923
|
|
|
7080
|
-
/**
|
|
7081
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Column$HideTooltipEventParameters'
|
|
7082
|
-
* in 1.115.1 and any later releases.
|
|
7083
|
-
*/
|
|
7084
|
-
export type $ColumnHideTooltipEventParameters = Column$HideTooltipEventParameters;
|
|
7085
|
-
|
|
7086
6924
|
export type Column$HideTooltipEvent = Event<Column$HideTooltipEventParameters>;
|
|
7087
6925
|
|
|
7088
6926
|
export interface Column$InitializedEventParameters {}
|
|
7089
6927
|
|
|
7090
|
-
/**
|
|
7091
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Column$InitializedEventParameters'
|
|
7092
|
-
* in 1.115.1 and any later releases.
|
|
7093
|
-
*/
|
|
7094
|
-
export type $ColumnInitializedEventParameters = Column$InitializedEventParameters;
|
|
7095
|
-
|
|
7096
6928
|
export type Column$InitializedEvent = Event<Column$InitializedEventParameters>;
|
|
7097
6929
|
|
|
7098
6930
|
export interface Column$SelectDataEventParameters {}
|
|
7099
6931
|
|
|
7100
|
-
/**
|
|
7101
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Column$SelectDataEventParameters'
|
|
7102
|
-
* in 1.115.1 and any later releases.
|
|
7103
|
-
*/
|
|
7104
|
-
export type $ColumnSelectDataEventParameters = Column$SelectDataEventParameters;
|
|
7105
|
-
|
|
7106
6932
|
export type Column$SelectDataEvent = Event<Column$SelectDataEventParameters>;
|
|
7107
6933
|
|
|
7108
6934
|
export interface Column$ShowTooltipEventParameters {}
|
|
7109
6935
|
|
|
7110
|
-
/**
|
|
7111
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Column$ShowTooltipEventParameters'
|
|
7112
|
-
* in 1.115.1 and any later releases.
|
|
7113
|
-
*/
|
|
7114
|
-
export type $ColumnShowTooltipEventParameters = Column$ShowTooltipEventParameters;
|
|
7115
|
-
|
|
7116
6936
|
export type Column$ShowTooltipEvent = Event<Column$ShowTooltipEventParameters>;
|
|
7117
6937
|
}
|
|
7118
6938
|
|
|
@@ -8056,52 +7876,22 @@ declare module "sap/viz/ui5/Combination" {
|
|
|
8056
7876
|
|
|
8057
7877
|
export interface Combination$DeselectDataEventParameters {}
|
|
8058
7878
|
|
|
8059
|
-
/**
|
|
8060
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Combination$DeselectDataEventParameters'
|
|
8061
|
-
* in 1.115.1 and any later releases.
|
|
8062
|
-
*/
|
|
8063
|
-
export type $CombinationDeselectDataEventParameters = Combination$DeselectDataEventParameters;
|
|
8064
|
-
|
|
8065
7879
|
export type Combination$DeselectDataEvent = Event<Combination$DeselectDataEventParameters>;
|
|
8066
7880
|
|
|
8067
7881
|
export interface Combination$HideTooltipEventParameters {}
|
|
8068
7882
|
|
|
8069
|
-
/**
|
|
8070
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Combination$HideTooltipEventParameters'
|
|
8071
|
-
* in 1.115.1 and any later releases.
|
|
8072
|
-
*/
|
|
8073
|
-
export type $CombinationHideTooltipEventParameters = Combination$HideTooltipEventParameters;
|
|
8074
|
-
|
|
8075
7883
|
export type Combination$HideTooltipEvent = Event<Combination$HideTooltipEventParameters>;
|
|
8076
7884
|
|
|
8077
7885
|
export interface Combination$InitializedEventParameters {}
|
|
8078
7886
|
|
|
8079
|
-
/**
|
|
8080
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Combination$InitializedEventParameters'
|
|
8081
|
-
* in 1.115.1 and any later releases.
|
|
8082
|
-
*/
|
|
8083
|
-
export type $CombinationInitializedEventParameters = Combination$InitializedEventParameters;
|
|
8084
|
-
|
|
8085
7887
|
export type Combination$InitializedEvent = Event<Combination$InitializedEventParameters>;
|
|
8086
7888
|
|
|
8087
7889
|
export interface Combination$SelectDataEventParameters {}
|
|
8088
7890
|
|
|
8089
|
-
/**
|
|
8090
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Combination$SelectDataEventParameters'
|
|
8091
|
-
* in 1.115.1 and any later releases.
|
|
8092
|
-
*/
|
|
8093
|
-
export type $CombinationSelectDataEventParameters = Combination$SelectDataEventParameters;
|
|
8094
|
-
|
|
8095
7891
|
export type Combination$SelectDataEvent = Event<Combination$SelectDataEventParameters>;
|
|
8096
7892
|
|
|
8097
7893
|
export interface Combination$ShowTooltipEventParameters {}
|
|
8098
7894
|
|
|
8099
|
-
/**
|
|
8100
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Combination$ShowTooltipEventParameters'
|
|
8101
|
-
* in 1.115.1 and any later releases.
|
|
8102
|
-
*/
|
|
8103
|
-
export type $CombinationShowTooltipEventParameters = Combination$ShowTooltipEventParameters;
|
|
8104
|
-
|
|
8105
7895
|
export type Combination$ShowTooltipEvent = Event<Combination$ShowTooltipEventParameters>;
|
|
8106
7896
|
}
|
|
8107
7897
|
|
|
@@ -9562,32 +9352,14 @@ declare module "sap/viz/ui5/controls/VizFrame" {
|
|
|
9562
9352
|
|
|
9563
9353
|
export interface VizFrame$DeselectDataEventParameters {}
|
|
9564
9354
|
|
|
9565
|
-
/**
|
|
9566
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizFrame$DeselectDataEventParameters'
|
|
9567
|
-
* in 1.115.1 and any later releases.
|
|
9568
|
-
*/
|
|
9569
|
-
export type $VizFrameDeselectDataEventParameters = VizFrame$DeselectDataEventParameters;
|
|
9570
|
-
|
|
9571
9355
|
export type VizFrame$DeselectDataEvent = Event<VizFrame$DeselectDataEventParameters>;
|
|
9572
9356
|
|
|
9573
9357
|
export interface VizFrame$RenderCompleteEventParameters {}
|
|
9574
9358
|
|
|
9575
|
-
/**
|
|
9576
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizFrame$RenderCompleteEventParameters'
|
|
9577
|
-
* in 1.115.1 and any later releases.
|
|
9578
|
-
*/
|
|
9579
|
-
export type $VizFrameRenderCompleteEventParameters = VizFrame$RenderCompleteEventParameters;
|
|
9580
|
-
|
|
9581
9359
|
export type VizFrame$RenderCompleteEvent = Event<VizFrame$RenderCompleteEventParameters>;
|
|
9582
9360
|
|
|
9583
9361
|
export interface VizFrame$SelectDataEventParameters {}
|
|
9584
9362
|
|
|
9585
|
-
/**
|
|
9586
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizFrame$SelectDataEventParameters'
|
|
9587
|
-
* in 1.115.1 and any later releases.
|
|
9588
|
-
*/
|
|
9589
|
-
export type $VizFrameSelectDataEventParameters = VizFrame$SelectDataEventParameters;
|
|
9590
|
-
|
|
9591
9363
|
export type VizFrame$SelectDataEvent = Event<VizFrame$SelectDataEventParameters>;
|
|
9592
9364
|
}
|
|
9593
9365
|
|
|
@@ -10119,12 +9891,6 @@ declare module "sap/viz/ui5/controls/VizSlider" {
|
|
|
10119
9891
|
|
|
10120
9892
|
export interface VizSlider$RangeChangedEventParameters {}
|
|
10121
9893
|
|
|
10122
|
-
/**
|
|
10123
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizSlider$RangeChangedEventParameters'
|
|
10124
|
-
* in 1.115.1 and any later releases.
|
|
10125
|
-
*/
|
|
10126
|
-
export type $VizSliderRangeChangedEventParameters = VizSlider$RangeChangedEventParameters;
|
|
10127
|
-
|
|
10128
9894
|
export type VizSlider$RangeChangedEvent = Event<VizSlider$RangeChangedEventParameters>;
|
|
10129
9895
|
}
|
|
10130
9896
|
|
|
@@ -10585,9 +10351,7 @@ declare module "sap/viz/ui5/core/BaseChart" {
|
|
|
10585
10351
|
* Fired before a new VIZ instance is created. Event parameter "usrOptions" contains the intended value
|
|
10586
10352
|
* for the parameter with the same name of the createViz call.
|
|
10587
10353
|
*/
|
|
10588
|
-
beforeCreateViz?: (
|
|
10589
|
-
oEvent: Event<BaseChart$BeforeCreateVizEventParameters>
|
|
10590
|
-
) => void;
|
|
10354
|
+
beforeCreateViz?: (oEvent: BaseChart$BeforeCreateVizEvent) => void;
|
|
10591
10355
|
}
|
|
10592
10356
|
|
|
10593
10357
|
export interface BaseChart$BeforeCreateVizEventParameters {
|
|
@@ -10597,12 +10361,6 @@ declare module "sap/viz/ui5/core/BaseChart" {
|
|
|
10597
10361
|
usrOptions?: object;
|
|
10598
10362
|
}
|
|
10599
10363
|
|
|
10600
|
-
/**
|
|
10601
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BaseChart$BeforeCreateVizEventParameters'
|
|
10602
|
-
* in 1.115.1 and any later releases.
|
|
10603
|
-
*/
|
|
10604
|
-
export type $BaseChartBeforeCreateVizEventParameters = BaseChart$BeforeCreateVizEventParameters;
|
|
10605
|
-
|
|
10606
10364
|
export type BaseChart$BeforeCreateVizEvent = Event<BaseChart$BeforeCreateVizEventParameters>;
|
|
10607
10365
|
}
|
|
10608
10366
|
|
|
@@ -11879,32 +11637,14 @@ declare module "sap/viz/ui5/data/FlattenedDataset" {
|
|
|
11879
11637
|
|
|
11880
11638
|
export interface FlattenedDataset$DataChangeEventParameters {}
|
|
11881
11639
|
|
|
11882
|
-
/**
|
|
11883
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlattenedDataset$DataChangeEventParameters'
|
|
11884
|
-
* in 1.115.1 and any later releases.
|
|
11885
|
-
*/
|
|
11886
|
-
export type $FlattenedDatasetDataChangeEventParameters = FlattenedDataset$DataChangeEventParameters;
|
|
11887
|
-
|
|
11888
11640
|
export type FlattenedDataset$DataChangeEvent = Event<FlattenedDataset$DataChangeEventParameters>;
|
|
11889
11641
|
|
|
11890
11642
|
export interface FlattenedDataset$DataErrorEventParameters {}
|
|
11891
11643
|
|
|
11892
|
-
/**
|
|
11893
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlattenedDataset$DataErrorEventParameters'
|
|
11894
|
-
* in 1.115.1 and any later releases.
|
|
11895
|
-
*/
|
|
11896
|
-
export type $FlattenedDatasetDataErrorEventParameters = FlattenedDataset$DataErrorEventParameters;
|
|
11897
|
-
|
|
11898
11644
|
export type FlattenedDataset$DataErrorEvent = Event<FlattenedDataset$DataErrorEventParameters>;
|
|
11899
11645
|
|
|
11900
11646
|
export interface FlattenedDataset$DataRefreshEventParameters {}
|
|
11901
11647
|
|
|
11902
|
-
/**
|
|
11903
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlattenedDataset$DataRefreshEventParameters'
|
|
11904
|
-
* in 1.115.1 and any later releases.
|
|
11905
|
-
*/
|
|
11906
|
-
export type $FlattenedDatasetDataRefreshEventParameters = FlattenedDataset$DataRefreshEventParameters;
|
|
11907
|
-
|
|
11908
11648
|
export type FlattenedDataset$DataRefreshEvent = Event<FlattenedDataset$DataRefreshEventParameters>;
|
|
11909
11649
|
}
|
|
11910
11650
|
|
|
@@ -13075,52 +12815,22 @@ declare module "sap/viz/ui5/Donut" {
|
|
|
13075
12815
|
|
|
13076
12816
|
export interface Donut$DeselectDataEventParameters {}
|
|
13077
12817
|
|
|
13078
|
-
/**
|
|
13079
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Donut$DeselectDataEventParameters'
|
|
13080
|
-
* in 1.115.1 and any later releases.
|
|
13081
|
-
*/
|
|
13082
|
-
export type $DonutDeselectDataEventParameters = Donut$DeselectDataEventParameters;
|
|
13083
|
-
|
|
13084
12818
|
export type Donut$DeselectDataEvent = Event<Donut$DeselectDataEventParameters>;
|
|
13085
12819
|
|
|
13086
12820
|
export interface Donut$HideTooltipEventParameters {}
|
|
13087
12821
|
|
|
13088
|
-
/**
|
|
13089
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Donut$HideTooltipEventParameters'
|
|
13090
|
-
* in 1.115.1 and any later releases.
|
|
13091
|
-
*/
|
|
13092
|
-
export type $DonutHideTooltipEventParameters = Donut$HideTooltipEventParameters;
|
|
13093
|
-
|
|
13094
12822
|
export type Donut$HideTooltipEvent = Event<Donut$HideTooltipEventParameters>;
|
|
13095
12823
|
|
|
13096
12824
|
export interface Donut$InitializedEventParameters {}
|
|
13097
12825
|
|
|
13098
|
-
/**
|
|
13099
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Donut$InitializedEventParameters'
|
|
13100
|
-
* in 1.115.1 and any later releases.
|
|
13101
|
-
*/
|
|
13102
|
-
export type $DonutInitializedEventParameters = Donut$InitializedEventParameters;
|
|
13103
|
-
|
|
13104
12826
|
export type Donut$InitializedEvent = Event<Donut$InitializedEventParameters>;
|
|
13105
12827
|
|
|
13106
12828
|
export interface Donut$SelectDataEventParameters {}
|
|
13107
12829
|
|
|
13108
|
-
/**
|
|
13109
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Donut$SelectDataEventParameters'
|
|
13110
|
-
* in 1.115.1 and any later releases.
|
|
13111
|
-
*/
|
|
13112
|
-
export type $DonutSelectDataEventParameters = Donut$SelectDataEventParameters;
|
|
13113
|
-
|
|
13114
12830
|
export type Donut$SelectDataEvent = Event<Donut$SelectDataEventParameters>;
|
|
13115
12831
|
|
|
13116
12832
|
export interface Donut$ShowTooltipEventParameters {}
|
|
13117
12833
|
|
|
13118
|
-
/**
|
|
13119
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Donut$ShowTooltipEventParameters'
|
|
13120
|
-
* in 1.115.1 and any later releases.
|
|
13121
|
-
*/
|
|
13122
|
-
export type $DonutShowTooltipEventParameters = Donut$ShowTooltipEventParameters;
|
|
13123
|
-
|
|
13124
12834
|
export type Donut$ShowTooltipEvent = Event<Donut$ShowTooltipEventParameters>;
|
|
13125
12835
|
}
|
|
13126
12836
|
|
|
@@ -14092,52 +13802,22 @@ declare module "sap/viz/ui5/DualBar" {
|
|
|
14092
13802
|
|
|
14093
13803
|
export interface DualBar$DeselectDataEventParameters {}
|
|
14094
13804
|
|
|
14095
|
-
/**
|
|
14096
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualBar$DeselectDataEventParameters'
|
|
14097
|
-
* in 1.115.1 and any later releases.
|
|
14098
|
-
*/
|
|
14099
|
-
export type $DualBarDeselectDataEventParameters = DualBar$DeselectDataEventParameters;
|
|
14100
|
-
|
|
14101
13805
|
export type DualBar$DeselectDataEvent = Event<DualBar$DeselectDataEventParameters>;
|
|
14102
13806
|
|
|
14103
13807
|
export interface DualBar$HideTooltipEventParameters {}
|
|
14104
13808
|
|
|
14105
|
-
/**
|
|
14106
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualBar$HideTooltipEventParameters'
|
|
14107
|
-
* in 1.115.1 and any later releases.
|
|
14108
|
-
*/
|
|
14109
|
-
export type $DualBarHideTooltipEventParameters = DualBar$HideTooltipEventParameters;
|
|
14110
|
-
|
|
14111
13809
|
export type DualBar$HideTooltipEvent = Event<DualBar$HideTooltipEventParameters>;
|
|
14112
13810
|
|
|
14113
13811
|
export interface DualBar$InitializedEventParameters {}
|
|
14114
13812
|
|
|
14115
|
-
/**
|
|
14116
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualBar$InitializedEventParameters'
|
|
14117
|
-
* in 1.115.1 and any later releases.
|
|
14118
|
-
*/
|
|
14119
|
-
export type $DualBarInitializedEventParameters = DualBar$InitializedEventParameters;
|
|
14120
|
-
|
|
14121
13813
|
export type DualBar$InitializedEvent = Event<DualBar$InitializedEventParameters>;
|
|
14122
13814
|
|
|
14123
13815
|
export interface DualBar$SelectDataEventParameters {}
|
|
14124
13816
|
|
|
14125
|
-
/**
|
|
14126
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualBar$SelectDataEventParameters'
|
|
14127
|
-
* in 1.115.1 and any later releases.
|
|
14128
|
-
*/
|
|
14129
|
-
export type $DualBarSelectDataEventParameters = DualBar$SelectDataEventParameters;
|
|
14130
|
-
|
|
14131
13817
|
export type DualBar$SelectDataEvent = Event<DualBar$SelectDataEventParameters>;
|
|
14132
13818
|
|
|
14133
13819
|
export interface DualBar$ShowTooltipEventParameters {}
|
|
14134
13820
|
|
|
14135
|
-
/**
|
|
14136
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualBar$ShowTooltipEventParameters'
|
|
14137
|
-
* in 1.115.1 and any later releases.
|
|
14138
|
-
*/
|
|
14139
|
-
export type $DualBarShowTooltipEventParameters = DualBar$ShowTooltipEventParameters;
|
|
14140
|
-
|
|
14141
13821
|
export type DualBar$ShowTooltipEvent = Event<DualBar$ShowTooltipEventParameters>;
|
|
14142
13822
|
}
|
|
14143
13823
|
|
|
@@ -15109,52 +14789,22 @@ declare module "sap/viz/ui5/DualColumn" {
|
|
|
15109
14789
|
|
|
15110
14790
|
export interface DualColumn$DeselectDataEventParameters {}
|
|
15111
14791
|
|
|
15112
|
-
/**
|
|
15113
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualColumn$DeselectDataEventParameters'
|
|
15114
|
-
* in 1.115.1 and any later releases.
|
|
15115
|
-
*/
|
|
15116
|
-
export type $DualColumnDeselectDataEventParameters = DualColumn$DeselectDataEventParameters;
|
|
15117
|
-
|
|
15118
14792
|
export type DualColumn$DeselectDataEvent = Event<DualColumn$DeselectDataEventParameters>;
|
|
15119
14793
|
|
|
15120
14794
|
export interface DualColumn$HideTooltipEventParameters {}
|
|
15121
14795
|
|
|
15122
|
-
/**
|
|
15123
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualColumn$HideTooltipEventParameters'
|
|
15124
|
-
* in 1.115.1 and any later releases.
|
|
15125
|
-
*/
|
|
15126
|
-
export type $DualColumnHideTooltipEventParameters = DualColumn$HideTooltipEventParameters;
|
|
15127
|
-
|
|
15128
14796
|
export type DualColumn$HideTooltipEvent = Event<DualColumn$HideTooltipEventParameters>;
|
|
15129
14797
|
|
|
15130
14798
|
export interface DualColumn$InitializedEventParameters {}
|
|
15131
14799
|
|
|
15132
|
-
/**
|
|
15133
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualColumn$InitializedEventParameters'
|
|
15134
|
-
* in 1.115.1 and any later releases.
|
|
15135
|
-
*/
|
|
15136
|
-
export type $DualColumnInitializedEventParameters = DualColumn$InitializedEventParameters;
|
|
15137
|
-
|
|
15138
14800
|
export type DualColumn$InitializedEvent = Event<DualColumn$InitializedEventParameters>;
|
|
15139
14801
|
|
|
15140
14802
|
export interface DualColumn$SelectDataEventParameters {}
|
|
15141
14803
|
|
|
15142
|
-
/**
|
|
15143
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualColumn$SelectDataEventParameters'
|
|
15144
|
-
* in 1.115.1 and any later releases.
|
|
15145
|
-
*/
|
|
15146
|
-
export type $DualColumnSelectDataEventParameters = DualColumn$SelectDataEventParameters;
|
|
15147
|
-
|
|
15148
14804
|
export type DualColumn$SelectDataEvent = Event<DualColumn$SelectDataEventParameters>;
|
|
15149
14805
|
|
|
15150
14806
|
export interface DualColumn$ShowTooltipEventParameters {}
|
|
15151
14807
|
|
|
15152
|
-
/**
|
|
15153
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualColumn$ShowTooltipEventParameters'
|
|
15154
|
-
* in 1.115.1 and any later releases.
|
|
15155
|
-
*/
|
|
15156
|
-
export type $DualColumnShowTooltipEventParameters = DualColumn$ShowTooltipEventParameters;
|
|
15157
|
-
|
|
15158
14808
|
export type DualColumn$ShowTooltipEvent = Event<DualColumn$ShowTooltipEventParameters>;
|
|
15159
14809
|
}
|
|
15160
14810
|
|
|
@@ -16119,52 +15769,22 @@ declare module "sap/viz/ui5/DualCombination" {
|
|
|
16119
15769
|
|
|
16120
15770
|
export interface DualCombination$DeselectDataEventParameters {}
|
|
16121
15771
|
|
|
16122
|
-
/**
|
|
16123
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualCombination$DeselectDataEventParameters'
|
|
16124
|
-
* in 1.115.1 and any later releases.
|
|
16125
|
-
*/
|
|
16126
|
-
export type $DualCombinationDeselectDataEventParameters = DualCombination$DeselectDataEventParameters;
|
|
16127
|
-
|
|
16128
15772
|
export type DualCombination$DeselectDataEvent = Event<DualCombination$DeselectDataEventParameters>;
|
|
16129
15773
|
|
|
16130
15774
|
export interface DualCombination$HideTooltipEventParameters {}
|
|
16131
15775
|
|
|
16132
|
-
/**
|
|
16133
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualCombination$HideTooltipEventParameters'
|
|
16134
|
-
* in 1.115.1 and any later releases.
|
|
16135
|
-
*/
|
|
16136
|
-
export type $DualCombinationHideTooltipEventParameters = DualCombination$HideTooltipEventParameters;
|
|
16137
|
-
|
|
16138
15776
|
export type DualCombination$HideTooltipEvent = Event<DualCombination$HideTooltipEventParameters>;
|
|
16139
15777
|
|
|
16140
15778
|
export interface DualCombination$InitializedEventParameters {}
|
|
16141
15779
|
|
|
16142
|
-
/**
|
|
16143
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualCombination$InitializedEventParameters'
|
|
16144
|
-
* in 1.115.1 and any later releases.
|
|
16145
|
-
*/
|
|
16146
|
-
export type $DualCombinationInitializedEventParameters = DualCombination$InitializedEventParameters;
|
|
16147
|
-
|
|
16148
15780
|
export type DualCombination$InitializedEvent = Event<DualCombination$InitializedEventParameters>;
|
|
16149
15781
|
|
|
16150
15782
|
export interface DualCombination$SelectDataEventParameters {}
|
|
16151
15783
|
|
|
16152
|
-
/**
|
|
16153
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualCombination$SelectDataEventParameters'
|
|
16154
|
-
* in 1.115.1 and any later releases.
|
|
16155
|
-
*/
|
|
16156
|
-
export type $DualCombinationSelectDataEventParameters = DualCombination$SelectDataEventParameters;
|
|
16157
|
-
|
|
16158
15784
|
export type DualCombination$SelectDataEvent = Event<DualCombination$SelectDataEventParameters>;
|
|
16159
15785
|
|
|
16160
15786
|
export interface DualCombination$ShowTooltipEventParameters {}
|
|
16161
15787
|
|
|
16162
|
-
/**
|
|
16163
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualCombination$ShowTooltipEventParameters'
|
|
16164
|
-
* in 1.115.1 and any later releases.
|
|
16165
|
-
*/
|
|
16166
|
-
export type $DualCombinationShowTooltipEventParameters = DualCombination$ShowTooltipEventParameters;
|
|
16167
|
-
|
|
16168
15788
|
export type DualCombination$ShowTooltipEvent = Event<DualCombination$ShowTooltipEventParameters>;
|
|
16169
15789
|
}
|
|
16170
15790
|
|
|
@@ -17136,52 +16756,22 @@ declare module "sap/viz/ui5/DualLine" {
|
|
|
17136
16756
|
|
|
17137
16757
|
export interface DualLine$DeselectDataEventParameters {}
|
|
17138
16758
|
|
|
17139
|
-
/**
|
|
17140
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualLine$DeselectDataEventParameters'
|
|
17141
|
-
* in 1.115.1 and any later releases.
|
|
17142
|
-
*/
|
|
17143
|
-
export type $DualLineDeselectDataEventParameters = DualLine$DeselectDataEventParameters;
|
|
17144
|
-
|
|
17145
16759
|
export type DualLine$DeselectDataEvent = Event<DualLine$DeselectDataEventParameters>;
|
|
17146
16760
|
|
|
17147
16761
|
export interface DualLine$HideTooltipEventParameters {}
|
|
17148
16762
|
|
|
17149
|
-
/**
|
|
17150
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualLine$HideTooltipEventParameters'
|
|
17151
|
-
* in 1.115.1 and any later releases.
|
|
17152
|
-
*/
|
|
17153
|
-
export type $DualLineHideTooltipEventParameters = DualLine$HideTooltipEventParameters;
|
|
17154
|
-
|
|
17155
16763
|
export type DualLine$HideTooltipEvent = Event<DualLine$HideTooltipEventParameters>;
|
|
17156
16764
|
|
|
17157
16765
|
export interface DualLine$InitializedEventParameters {}
|
|
17158
16766
|
|
|
17159
|
-
/**
|
|
17160
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualLine$InitializedEventParameters'
|
|
17161
|
-
* in 1.115.1 and any later releases.
|
|
17162
|
-
*/
|
|
17163
|
-
export type $DualLineInitializedEventParameters = DualLine$InitializedEventParameters;
|
|
17164
|
-
|
|
17165
16767
|
export type DualLine$InitializedEvent = Event<DualLine$InitializedEventParameters>;
|
|
17166
16768
|
|
|
17167
16769
|
export interface DualLine$SelectDataEventParameters {}
|
|
17168
16770
|
|
|
17169
|
-
/**
|
|
17170
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualLine$SelectDataEventParameters'
|
|
17171
|
-
* in 1.115.1 and any later releases.
|
|
17172
|
-
*/
|
|
17173
|
-
export type $DualLineSelectDataEventParameters = DualLine$SelectDataEventParameters;
|
|
17174
|
-
|
|
17175
16771
|
export type DualLine$SelectDataEvent = Event<DualLine$SelectDataEventParameters>;
|
|
17176
16772
|
|
|
17177
16773
|
export interface DualLine$ShowTooltipEventParameters {}
|
|
17178
16774
|
|
|
17179
|
-
/**
|
|
17180
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualLine$ShowTooltipEventParameters'
|
|
17181
|
-
* in 1.115.1 and any later releases.
|
|
17182
|
-
*/
|
|
17183
|
-
export type $DualLineShowTooltipEventParameters = DualLine$ShowTooltipEventParameters;
|
|
17184
|
-
|
|
17185
16775
|
export type DualLine$ShowTooltipEvent = Event<DualLine$ShowTooltipEventParameters>;
|
|
17186
16776
|
}
|
|
17187
16777
|
|
|
@@ -18153,52 +17743,22 @@ declare module "sap/viz/ui5/DualStackedColumn" {
|
|
|
18153
17743
|
|
|
18154
17744
|
export interface DualStackedColumn$DeselectDataEventParameters {}
|
|
18155
17745
|
|
|
18156
|
-
/**
|
|
18157
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn$DeselectDataEventParameters'
|
|
18158
|
-
* in 1.115.1 and any later releases.
|
|
18159
|
-
*/
|
|
18160
|
-
export type $DualStackedColumnDeselectDataEventParameters = DualStackedColumn$DeselectDataEventParameters;
|
|
18161
|
-
|
|
18162
17746
|
export type DualStackedColumn$DeselectDataEvent = Event<DualStackedColumn$DeselectDataEventParameters>;
|
|
18163
17747
|
|
|
18164
17748
|
export interface DualStackedColumn$HideTooltipEventParameters {}
|
|
18165
17749
|
|
|
18166
|
-
/**
|
|
18167
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn$HideTooltipEventParameters'
|
|
18168
|
-
* in 1.115.1 and any later releases.
|
|
18169
|
-
*/
|
|
18170
|
-
export type $DualStackedColumnHideTooltipEventParameters = DualStackedColumn$HideTooltipEventParameters;
|
|
18171
|
-
|
|
18172
17750
|
export type DualStackedColumn$HideTooltipEvent = Event<DualStackedColumn$HideTooltipEventParameters>;
|
|
18173
17751
|
|
|
18174
17752
|
export interface DualStackedColumn$InitializedEventParameters {}
|
|
18175
17753
|
|
|
18176
|
-
/**
|
|
18177
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn$InitializedEventParameters'
|
|
18178
|
-
* in 1.115.1 and any later releases.
|
|
18179
|
-
*/
|
|
18180
|
-
export type $DualStackedColumnInitializedEventParameters = DualStackedColumn$InitializedEventParameters;
|
|
18181
|
-
|
|
18182
17754
|
export type DualStackedColumn$InitializedEvent = Event<DualStackedColumn$InitializedEventParameters>;
|
|
18183
17755
|
|
|
18184
17756
|
export interface DualStackedColumn$SelectDataEventParameters {}
|
|
18185
17757
|
|
|
18186
|
-
/**
|
|
18187
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn$SelectDataEventParameters'
|
|
18188
|
-
* in 1.115.1 and any later releases.
|
|
18189
|
-
*/
|
|
18190
|
-
export type $DualStackedColumnSelectDataEventParameters = DualStackedColumn$SelectDataEventParameters;
|
|
18191
|
-
|
|
18192
17758
|
export type DualStackedColumn$SelectDataEvent = Event<DualStackedColumn$SelectDataEventParameters>;
|
|
18193
17759
|
|
|
18194
17760
|
export interface DualStackedColumn$ShowTooltipEventParameters {}
|
|
18195
17761
|
|
|
18196
|
-
/**
|
|
18197
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn$ShowTooltipEventParameters'
|
|
18198
|
-
* in 1.115.1 and any later releases.
|
|
18199
|
-
*/
|
|
18200
|
-
export type $DualStackedColumnShowTooltipEventParameters = DualStackedColumn$ShowTooltipEventParameters;
|
|
18201
|
-
|
|
18202
17762
|
export type DualStackedColumn$ShowTooltipEvent = Event<DualStackedColumn$ShowTooltipEventParameters>;
|
|
18203
17763
|
}
|
|
18204
17764
|
|
|
@@ -19170,52 +18730,22 @@ declare module "sap/viz/ui5/DualStackedColumn100" {
|
|
|
19170
18730
|
|
|
19171
18731
|
export interface DualStackedColumn100$DeselectDataEventParameters {}
|
|
19172
18732
|
|
|
19173
|
-
/**
|
|
19174
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn100$DeselectDataEventParameters'
|
|
19175
|
-
* in 1.115.1 and any later releases.
|
|
19176
|
-
*/
|
|
19177
|
-
export type $DualStackedColumn100DeselectDataEventParameters = DualStackedColumn100$DeselectDataEventParameters;
|
|
19178
|
-
|
|
19179
18733
|
export type DualStackedColumn100$DeselectDataEvent = Event<DualStackedColumn100$DeselectDataEventParameters>;
|
|
19180
18734
|
|
|
19181
18735
|
export interface DualStackedColumn100$HideTooltipEventParameters {}
|
|
19182
18736
|
|
|
19183
|
-
/**
|
|
19184
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn100$HideTooltipEventParameters'
|
|
19185
|
-
* in 1.115.1 and any later releases.
|
|
19186
|
-
*/
|
|
19187
|
-
export type $DualStackedColumn100HideTooltipEventParameters = DualStackedColumn100$HideTooltipEventParameters;
|
|
19188
|
-
|
|
19189
18737
|
export type DualStackedColumn100$HideTooltipEvent = Event<DualStackedColumn100$HideTooltipEventParameters>;
|
|
19190
18738
|
|
|
19191
18739
|
export interface DualStackedColumn100$InitializedEventParameters {}
|
|
19192
18740
|
|
|
19193
|
-
/**
|
|
19194
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn100$InitializedEventParameters'
|
|
19195
|
-
* in 1.115.1 and any later releases.
|
|
19196
|
-
*/
|
|
19197
|
-
export type $DualStackedColumn100InitializedEventParameters = DualStackedColumn100$InitializedEventParameters;
|
|
19198
|
-
|
|
19199
18741
|
export type DualStackedColumn100$InitializedEvent = Event<DualStackedColumn100$InitializedEventParameters>;
|
|
19200
18742
|
|
|
19201
18743
|
export interface DualStackedColumn100$SelectDataEventParameters {}
|
|
19202
18744
|
|
|
19203
|
-
/**
|
|
19204
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn100$SelectDataEventParameters'
|
|
19205
|
-
* in 1.115.1 and any later releases.
|
|
19206
|
-
*/
|
|
19207
|
-
export type $DualStackedColumn100SelectDataEventParameters = DualStackedColumn100$SelectDataEventParameters;
|
|
19208
|
-
|
|
19209
18745
|
export type DualStackedColumn100$SelectDataEvent = Event<DualStackedColumn100$SelectDataEventParameters>;
|
|
19210
18746
|
|
|
19211
18747
|
export interface DualStackedColumn100$ShowTooltipEventParameters {}
|
|
19212
18748
|
|
|
19213
|
-
/**
|
|
19214
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DualStackedColumn100$ShowTooltipEventParameters'
|
|
19215
|
-
* in 1.115.1 and any later releases.
|
|
19216
|
-
*/
|
|
19217
|
-
export type $DualStackedColumn100ShowTooltipEventParameters = DualStackedColumn100$ShowTooltipEventParameters;
|
|
19218
|
-
|
|
19219
18749
|
export type DualStackedColumn100$ShowTooltipEvent = Event<DualStackedColumn100$ShowTooltipEventParameters>;
|
|
19220
18750
|
}
|
|
19221
18751
|
|
|
@@ -20342,52 +19872,22 @@ declare module "sap/viz/ui5/Heatmap" {
|
|
|
20342
19872
|
|
|
20343
19873
|
export interface Heatmap$DeselectDataEventParameters {}
|
|
20344
19874
|
|
|
20345
|
-
/**
|
|
20346
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Heatmap$DeselectDataEventParameters'
|
|
20347
|
-
* in 1.115.1 and any later releases.
|
|
20348
|
-
*/
|
|
20349
|
-
export type $HeatmapDeselectDataEventParameters = Heatmap$DeselectDataEventParameters;
|
|
20350
|
-
|
|
20351
19875
|
export type Heatmap$DeselectDataEvent = Event<Heatmap$DeselectDataEventParameters>;
|
|
20352
19876
|
|
|
20353
19877
|
export interface Heatmap$HideTooltipEventParameters {}
|
|
20354
19878
|
|
|
20355
|
-
/**
|
|
20356
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Heatmap$HideTooltipEventParameters'
|
|
20357
|
-
* in 1.115.1 and any later releases.
|
|
20358
|
-
*/
|
|
20359
|
-
export type $HeatmapHideTooltipEventParameters = Heatmap$HideTooltipEventParameters;
|
|
20360
|
-
|
|
20361
19879
|
export type Heatmap$HideTooltipEvent = Event<Heatmap$HideTooltipEventParameters>;
|
|
20362
19880
|
|
|
20363
19881
|
export interface Heatmap$InitializedEventParameters {}
|
|
20364
19882
|
|
|
20365
|
-
/**
|
|
20366
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Heatmap$InitializedEventParameters'
|
|
20367
|
-
* in 1.115.1 and any later releases.
|
|
20368
|
-
*/
|
|
20369
|
-
export type $HeatmapInitializedEventParameters = Heatmap$InitializedEventParameters;
|
|
20370
|
-
|
|
20371
19883
|
export type Heatmap$InitializedEvent = Event<Heatmap$InitializedEventParameters>;
|
|
20372
19884
|
|
|
20373
19885
|
export interface Heatmap$SelectDataEventParameters {}
|
|
20374
19886
|
|
|
20375
|
-
/**
|
|
20376
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Heatmap$SelectDataEventParameters'
|
|
20377
|
-
* in 1.115.1 and any later releases.
|
|
20378
|
-
*/
|
|
20379
|
-
export type $HeatmapSelectDataEventParameters = Heatmap$SelectDataEventParameters;
|
|
20380
|
-
|
|
20381
19887
|
export type Heatmap$SelectDataEvent = Event<Heatmap$SelectDataEventParameters>;
|
|
20382
19888
|
|
|
20383
19889
|
export interface Heatmap$ShowTooltipEventParameters {}
|
|
20384
19890
|
|
|
20385
|
-
/**
|
|
20386
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Heatmap$ShowTooltipEventParameters'
|
|
20387
|
-
* in 1.115.1 and any later releases.
|
|
20388
|
-
*/
|
|
20389
|
-
export type $HeatmapShowTooltipEventParameters = Heatmap$ShowTooltipEventParameters;
|
|
20390
|
-
|
|
20391
19891
|
export type Heatmap$ShowTooltipEvent = Event<Heatmap$ShowTooltipEventParameters>;
|
|
20392
19892
|
}
|
|
20393
19893
|
|
|
@@ -21324,52 +20824,22 @@ declare module "sap/viz/ui5/HorizontalArea" {
|
|
|
21324
20824
|
|
|
21325
20825
|
export interface HorizontalArea$DeselectDataEventParameters {}
|
|
21326
20826
|
|
|
21327
|
-
/**
|
|
21328
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea$DeselectDataEventParameters'
|
|
21329
|
-
* in 1.115.1 and any later releases.
|
|
21330
|
-
*/
|
|
21331
|
-
export type $HorizontalAreaDeselectDataEventParameters = HorizontalArea$DeselectDataEventParameters;
|
|
21332
|
-
|
|
21333
20827
|
export type HorizontalArea$DeselectDataEvent = Event<HorizontalArea$DeselectDataEventParameters>;
|
|
21334
20828
|
|
|
21335
20829
|
export interface HorizontalArea$HideTooltipEventParameters {}
|
|
21336
20830
|
|
|
21337
|
-
/**
|
|
21338
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea$HideTooltipEventParameters'
|
|
21339
|
-
* in 1.115.1 and any later releases.
|
|
21340
|
-
*/
|
|
21341
|
-
export type $HorizontalAreaHideTooltipEventParameters = HorizontalArea$HideTooltipEventParameters;
|
|
21342
|
-
|
|
21343
20831
|
export type HorizontalArea$HideTooltipEvent = Event<HorizontalArea$HideTooltipEventParameters>;
|
|
21344
20832
|
|
|
21345
20833
|
export interface HorizontalArea$InitializedEventParameters {}
|
|
21346
20834
|
|
|
21347
|
-
/**
|
|
21348
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea$InitializedEventParameters'
|
|
21349
|
-
* in 1.115.1 and any later releases.
|
|
21350
|
-
*/
|
|
21351
|
-
export type $HorizontalAreaInitializedEventParameters = HorizontalArea$InitializedEventParameters;
|
|
21352
|
-
|
|
21353
20835
|
export type HorizontalArea$InitializedEvent = Event<HorizontalArea$InitializedEventParameters>;
|
|
21354
20836
|
|
|
21355
20837
|
export interface HorizontalArea$SelectDataEventParameters {}
|
|
21356
20838
|
|
|
21357
|
-
/**
|
|
21358
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea$SelectDataEventParameters'
|
|
21359
|
-
* in 1.115.1 and any later releases.
|
|
21360
|
-
*/
|
|
21361
|
-
export type $HorizontalAreaSelectDataEventParameters = HorizontalArea$SelectDataEventParameters;
|
|
21362
|
-
|
|
21363
20839
|
export type HorizontalArea$SelectDataEvent = Event<HorizontalArea$SelectDataEventParameters>;
|
|
21364
20840
|
|
|
21365
20841
|
export interface HorizontalArea$ShowTooltipEventParameters {}
|
|
21366
20842
|
|
|
21367
|
-
/**
|
|
21368
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea$ShowTooltipEventParameters'
|
|
21369
|
-
* in 1.115.1 and any later releases.
|
|
21370
|
-
*/
|
|
21371
|
-
export type $HorizontalAreaShowTooltipEventParameters = HorizontalArea$ShowTooltipEventParameters;
|
|
21372
|
-
|
|
21373
20843
|
export type HorizontalArea$ShowTooltipEvent = Event<HorizontalArea$ShowTooltipEventParameters>;
|
|
21374
20844
|
}
|
|
21375
20845
|
|
|
@@ -22306,52 +21776,22 @@ declare module "sap/viz/ui5/HorizontalArea100" {
|
|
|
22306
21776
|
|
|
22307
21777
|
export interface HorizontalArea100$DeselectDataEventParameters {}
|
|
22308
21778
|
|
|
22309
|
-
/**
|
|
22310
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea100$DeselectDataEventParameters'
|
|
22311
|
-
* in 1.115.1 and any later releases.
|
|
22312
|
-
*/
|
|
22313
|
-
export type $HorizontalArea100DeselectDataEventParameters = HorizontalArea100$DeselectDataEventParameters;
|
|
22314
|
-
|
|
22315
21779
|
export type HorizontalArea100$DeselectDataEvent = Event<HorizontalArea100$DeselectDataEventParameters>;
|
|
22316
21780
|
|
|
22317
21781
|
export interface HorizontalArea100$HideTooltipEventParameters {}
|
|
22318
21782
|
|
|
22319
|
-
/**
|
|
22320
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea100$HideTooltipEventParameters'
|
|
22321
|
-
* in 1.115.1 and any later releases.
|
|
22322
|
-
*/
|
|
22323
|
-
export type $HorizontalArea100HideTooltipEventParameters = HorizontalArea100$HideTooltipEventParameters;
|
|
22324
|
-
|
|
22325
21783
|
export type HorizontalArea100$HideTooltipEvent = Event<HorizontalArea100$HideTooltipEventParameters>;
|
|
22326
21784
|
|
|
22327
21785
|
export interface HorizontalArea100$InitializedEventParameters {}
|
|
22328
21786
|
|
|
22329
|
-
/**
|
|
22330
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea100$InitializedEventParameters'
|
|
22331
|
-
* in 1.115.1 and any later releases.
|
|
22332
|
-
*/
|
|
22333
|
-
export type $HorizontalArea100InitializedEventParameters = HorizontalArea100$InitializedEventParameters;
|
|
22334
|
-
|
|
22335
21787
|
export type HorizontalArea100$InitializedEvent = Event<HorizontalArea100$InitializedEventParameters>;
|
|
22336
21788
|
|
|
22337
21789
|
export interface HorizontalArea100$SelectDataEventParameters {}
|
|
22338
21790
|
|
|
22339
|
-
/**
|
|
22340
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea100$SelectDataEventParameters'
|
|
22341
|
-
* in 1.115.1 and any later releases.
|
|
22342
|
-
*/
|
|
22343
|
-
export type $HorizontalArea100SelectDataEventParameters = HorizontalArea100$SelectDataEventParameters;
|
|
22344
|
-
|
|
22345
21791
|
export type HorizontalArea100$SelectDataEvent = Event<HorizontalArea100$SelectDataEventParameters>;
|
|
22346
21792
|
|
|
22347
21793
|
export interface HorizontalArea100$ShowTooltipEventParameters {}
|
|
22348
21794
|
|
|
22349
|
-
/**
|
|
22350
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HorizontalArea100$ShowTooltipEventParameters'
|
|
22351
|
-
* in 1.115.1 and any later releases.
|
|
22352
|
-
*/
|
|
22353
|
-
export type $HorizontalArea100ShowTooltipEventParameters = HorizontalArea100$ShowTooltipEventParameters;
|
|
22354
|
-
|
|
22355
21795
|
export type HorizontalArea100$ShowTooltipEvent = Event<HorizontalArea100$ShowTooltipEventParameters>;
|
|
22356
21796
|
}
|
|
22357
21797
|
|
|
@@ -23295,52 +22735,22 @@ declare module "sap/viz/ui5/Line" {
|
|
|
23295
22735
|
|
|
23296
22736
|
export interface Line$DeselectDataEventParameters {}
|
|
23297
22737
|
|
|
23298
|
-
/**
|
|
23299
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Line$DeselectDataEventParameters'
|
|
23300
|
-
* in 1.115.1 and any later releases.
|
|
23301
|
-
*/
|
|
23302
|
-
export type $LineDeselectDataEventParameters = Line$DeselectDataEventParameters;
|
|
23303
|
-
|
|
23304
22738
|
export type Line$DeselectDataEvent = Event<Line$DeselectDataEventParameters>;
|
|
23305
22739
|
|
|
23306
22740
|
export interface Line$HideTooltipEventParameters {}
|
|
23307
22741
|
|
|
23308
|
-
/**
|
|
23309
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Line$HideTooltipEventParameters'
|
|
23310
|
-
* in 1.115.1 and any later releases.
|
|
23311
|
-
*/
|
|
23312
|
-
export type $LineHideTooltipEventParameters = Line$HideTooltipEventParameters;
|
|
23313
|
-
|
|
23314
22742
|
export type Line$HideTooltipEvent = Event<Line$HideTooltipEventParameters>;
|
|
23315
22743
|
|
|
23316
22744
|
export interface Line$InitializedEventParameters {}
|
|
23317
22745
|
|
|
23318
|
-
/**
|
|
23319
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Line$InitializedEventParameters'
|
|
23320
|
-
* in 1.115.1 and any later releases.
|
|
23321
|
-
*/
|
|
23322
|
-
export type $LineInitializedEventParameters = Line$InitializedEventParameters;
|
|
23323
|
-
|
|
23324
22746
|
export type Line$InitializedEvent = Event<Line$InitializedEventParameters>;
|
|
23325
22747
|
|
|
23326
22748
|
export interface Line$SelectDataEventParameters {}
|
|
23327
22749
|
|
|
23328
|
-
/**
|
|
23329
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Line$SelectDataEventParameters'
|
|
23330
|
-
* in 1.115.1 and any later releases.
|
|
23331
|
-
*/
|
|
23332
|
-
export type $LineSelectDataEventParameters = Line$SelectDataEventParameters;
|
|
23333
|
-
|
|
23334
22750
|
export type Line$SelectDataEvent = Event<Line$SelectDataEventParameters>;
|
|
23335
22751
|
|
|
23336
22752
|
export interface Line$ShowTooltipEventParameters {}
|
|
23337
22753
|
|
|
23338
|
-
/**
|
|
23339
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Line$ShowTooltipEventParameters'
|
|
23340
|
-
* in 1.115.1 and any later releases.
|
|
23341
|
-
*/
|
|
23342
|
-
export type $LineShowTooltipEventParameters = Line$ShowTooltipEventParameters;
|
|
23343
|
-
|
|
23344
22754
|
export type Line$ShowTooltipEvent = Event<Line$ShowTooltipEventParameters>;
|
|
23345
22755
|
}
|
|
23346
22756
|
|
|
@@ -24226,52 +23636,22 @@ declare module "sap/viz/ui5/Pie" {
|
|
|
24226
23636
|
|
|
24227
23637
|
export interface Pie$DeselectDataEventParameters {}
|
|
24228
23638
|
|
|
24229
|
-
/**
|
|
24230
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Pie$DeselectDataEventParameters'
|
|
24231
|
-
* in 1.115.1 and any later releases.
|
|
24232
|
-
*/
|
|
24233
|
-
export type $PieDeselectDataEventParameters = Pie$DeselectDataEventParameters;
|
|
24234
|
-
|
|
24235
23639
|
export type Pie$DeselectDataEvent = Event<Pie$DeselectDataEventParameters>;
|
|
24236
23640
|
|
|
24237
23641
|
export interface Pie$HideTooltipEventParameters {}
|
|
24238
23642
|
|
|
24239
|
-
/**
|
|
24240
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Pie$HideTooltipEventParameters'
|
|
24241
|
-
* in 1.115.1 and any later releases.
|
|
24242
|
-
*/
|
|
24243
|
-
export type $PieHideTooltipEventParameters = Pie$HideTooltipEventParameters;
|
|
24244
|
-
|
|
24245
23643
|
export type Pie$HideTooltipEvent = Event<Pie$HideTooltipEventParameters>;
|
|
24246
23644
|
|
|
24247
23645
|
export interface Pie$InitializedEventParameters {}
|
|
24248
23646
|
|
|
24249
|
-
/**
|
|
24250
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Pie$InitializedEventParameters'
|
|
24251
|
-
* in 1.115.1 and any later releases.
|
|
24252
|
-
*/
|
|
24253
|
-
export type $PieInitializedEventParameters = Pie$InitializedEventParameters;
|
|
24254
|
-
|
|
24255
23647
|
export type Pie$InitializedEvent = Event<Pie$InitializedEventParameters>;
|
|
24256
23648
|
|
|
24257
23649
|
export interface Pie$SelectDataEventParameters {}
|
|
24258
23650
|
|
|
24259
|
-
/**
|
|
24260
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Pie$SelectDataEventParameters'
|
|
24261
|
-
* in 1.115.1 and any later releases.
|
|
24262
|
-
*/
|
|
24263
|
-
export type $PieSelectDataEventParameters = Pie$SelectDataEventParameters;
|
|
24264
|
-
|
|
24265
23651
|
export type Pie$SelectDataEvent = Event<Pie$SelectDataEventParameters>;
|
|
24266
23652
|
|
|
24267
23653
|
export interface Pie$ShowTooltipEventParameters {}
|
|
24268
23654
|
|
|
24269
|
-
/**
|
|
24270
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Pie$ShowTooltipEventParameters'
|
|
24271
|
-
* in 1.115.1 and any later releases.
|
|
24272
|
-
*/
|
|
24273
|
-
export type $PieShowTooltipEventParameters = Pie$ShowTooltipEventParameters;
|
|
24274
|
-
|
|
24275
23655
|
export type Pie$ShowTooltipEvent = Event<Pie$ShowTooltipEventParameters>;
|
|
24276
23656
|
}
|
|
24277
23657
|
|
|
@@ -25245,52 +24625,22 @@ declare module "sap/viz/ui5/Scatter" {
|
|
|
25245
24625
|
|
|
25246
24626
|
export interface Scatter$DeselectDataEventParameters {}
|
|
25247
24627
|
|
|
25248
|
-
/**
|
|
25249
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Scatter$DeselectDataEventParameters'
|
|
25250
|
-
* in 1.115.1 and any later releases.
|
|
25251
|
-
*/
|
|
25252
|
-
export type $ScatterDeselectDataEventParameters = Scatter$DeselectDataEventParameters;
|
|
25253
|
-
|
|
25254
24628
|
export type Scatter$DeselectDataEvent = Event<Scatter$DeselectDataEventParameters>;
|
|
25255
24629
|
|
|
25256
24630
|
export interface Scatter$HideTooltipEventParameters {}
|
|
25257
24631
|
|
|
25258
|
-
/**
|
|
25259
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Scatter$HideTooltipEventParameters'
|
|
25260
|
-
* in 1.115.1 and any later releases.
|
|
25261
|
-
*/
|
|
25262
|
-
export type $ScatterHideTooltipEventParameters = Scatter$HideTooltipEventParameters;
|
|
25263
|
-
|
|
25264
24632
|
export type Scatter$HideTooltipEvent = Event<Scatter$HideTooltipEventParameters>;
|
|
25265
24633
|
|
|
25266
24634
|
export interface Scatter$InitializedEventParameters {}
|
|
25267
24635
|
|
|
25268
|
-
/**
|
|
25269
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Scatter$InitializedEventParameters'
|
|
25270
|
-
* in 1.115.1 and any later releases.
|
|
25271
|
-
*/
|
|
25272
|
-
export type $ScatterInitializedEventParameters = Scatter$InitializedEventParameters;
|
|
25273
|
-
|
|
25274
24636
|
export type Scatter$InitializedEvent = Event<Scatter$InitializedEventParameters>;
|
|
25275
24637
|
|
|
25276
24638
|
export interface Scatter$SelectDataEventParameters {}
|
|
25277
24639
|
|
|
25278
|
-
/**
|
|
25279
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Scatter$SelectDataEventParameters'
|
|
25280
|
-
* in 1.115.1 and any later releases.
|
|
25281
|
-
*/
|
|
25282
|
-
export type $ScatterSelectDataEventParameters = Scatter$SelectDataEventParameters;
|
|
25283
|
-
|
|
25284
24640
|
export type Scatter$SelectDataEvent = Event<Scatter$SelectDataEventParameters>;
|
|
25285
24641
|
|
|
25286
24642
|
export interface Scatter$ShowTooltipEventParameters {}
|
|
25287
24643
|
|
|
25288
|
-
/**
|
|
25289
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Scatter$ShowTooltipEventParameters'
|
|
25290
|
-
* in 1.115.1 and any later releases.
|
|
25291
|
-
*/
|
|
25292
|
-
export type $ScatterShowTooltipEventParameters = Scatter$ShowTooltipEventParameters;
|
|
25293
|
-
|
|
25294
24644
|
export type Scatter$ShowTooltipEvent = Event<Scatter$ShowTooltipEventParameters>;
|
|
25295
24645
|
}
|
|
25296
24646
|
|
|
@@ -26234,52 +25584,22 @@ declare module "sap/viz/ui5/StackedColumn" {
|
|
|
26234
25584
|
|
|
26235
25585
|
export interface StackedColumn$DeselectDataEventParameters {}
|
|
26236
25586
|
|
|
26237
|
-
/**
|
|
26238
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn$DeselectDataEventParameters'
|
|
26239
|
-
* in 1.115.1 and any later releases.
|
|
26240
|
-
*/
|
|
26241
|
-
export type $StackedColumnDeselectDataEventParameters = StackedColumn$DeselectDataEventParameters;
|
|
26242
|
-
|
|
26243
25587
|
export type StackedColumn$DeselectDataEvent = Event<StackedColumn$DeselectDataEventParameters>;
|
|
26244
25588
|
|
|
26245
25589
|
export interface StackedColumn$HideTooltipEventParameters {}
|
|
26246
25590
|
|
|
26247
|
-
/**
|
|
26248
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn$HideTooltipEventParameters'
|
|
26249
|
-
* in 1.115.1 and any later releases.
|
|
26250
|
-
*/
|
|
26251
|
-
export type $StackedColumnHideTooltipEventParameters = StackedColumn$HideTooltipEventParameters;
|
|
26252
|
-
|
|
26253
25591
|
export type StackedColumn$HideTooltipEvent = Event<StackedColumn$HideTooltipEventParameters>;
|
|
26254
25592
|
|
|
26255
25593
|
export interface StackedColumn$InitializedEventParameters {}
|
|
26256
25594
|
|
|
26257
|
-
/**
|
|
26258
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn$InitializedEventParameters'
|
|
26259
|
-
* in 1.115.1 and any later releases.
|
|
26260
|
-
*/
|
|
26261
|
-
export type $StackedColumnInitializedEventParameters = StackedColumn$InitializedEventParameters;
|
|
26262
|
-
|
|
26263
25595
|
export type StackedColumn$InitializedEvent = Event<StackedColumn$InitializedEventParameters>;
|
|
26264
25596
|
|
|
26265
25597
|
export interface StackedColumn$SelectDataEventParameters {}
|
|
26266
25598
|
|
|
26267
|
-
/**
|
|
26268
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn$SelectDataEventParameters'
|
|
26269
|
-
* in 1.115.1 and any later releases.
|
|
26270
|
-
*/
|
|
26271
|
-
export type $StackedColumnSelectDataEventParameters = StackedColumn$SelectDataEventParameters;
|
|
26272
|
-
|
|
26273
25599
|
export type StackedColumn$SelectDataEvent = Event<StackedColumn$SelectDataEventParameters>;
|
|
26274
25600
|
|
|
26275
25601
|
export interface StackedColumn$ShowTooltipEventParameters {}
|
|
26276
25602
|
|
|
26277
|
-
/**
|
|
26278
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn$ShowTooltipEventParameters'
|
|
26279
|
-
* in 1.115.1 and any later releases.
|
|
26280
|
-
*/
|
|
26281
|
-
export type $StackedColumnShowTooltipEventParameters = StackedColumn$ShowTooltipEventParameters;
|
|
26282
|
-
|
|
26283
25603
|
export type StackedColumn$ShowTooltipEvent = Event<StackedColumn$ShowTooltipEventParameters>;
|
|
26284
25604
|
}
|
|
26285
25605
|
|
|
@@ -27223,52 +26543,22 @@ declare module "sap/viz/ui5/StackedColumn100" {
|
|
|
27223
26543
|
|
|
27224
26544
|
export interface StackedColumn100$DeselectDataEventParameters {}
|
|
27225
26545
|
|
|
27226
|
-
/**
|
|
27227
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn100$DeselectDataEventParameters'
|
|
27228
|
-
* in 1.115.1 and any later releases.
|
|
27229
|
-
*/
|
|
27230
|
-
export type $StackedColumn100DeselectDataEventParameters = StackedColumn100$DeselectDataEventParameters;
|
|
27231
|
-
|
|
27232
26546
|
export type StackedColumn100$DeselectDataEvent = Event<StackedColumn100$DeselectDataEventParameters>;
|
|
27233
26547
|
|
|
27234
26548
|
export interface StackedColumn100$HideTooltipEventParameters {}
|
|
27235
26549
|
|
|
27236
|
-
/**
|
|
27237
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn100$HideTooltipEventParameters'
|
|
27238
|
-
* in 1.115.1 and any later releases.
|
|
27239
|
-
*/
|
|
27240
|
-
export type $StackedColumn100HideTooltipEventParameters = StackedColumn100$HideTooltipEventParameters;
|
|
27241
|
-
|
|
27242
26550
|
export type StackedColumn100$HideTooltipEvent = Event<StackedColumn100$HideTooltipEventParameters>;
|
|
27243
26551
|
|
|
27244
26552
|
export interface StackedColumn100$InitializedEventParameters {}
|
|
27245
26553
|
|
|
27246
|
-
/**
|
|
27247
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn100$InitializedEventParameters'
|
|
27248
|
-
* in 1.115.1 and any later releases.
|
|
27249
|
-
*/
|
|
27250
|
-
export type $StackedColumn100InitializedEventParameters = StackedColumn100$InitializedEventParameters;
|
|
27251
|
-
|
|
27252
26554
|
export type StackedColumn100$InitializedEvent = Event<StackedColumn100$InitializedEventParameters>;
|
|
27253
26555
|
|
|
27254
26556
|
export interface StackedColumn100$SelectDataEventParameters {}
|
|
27255
26557
|
|
|
27256
|
-
/**
|
|
27257
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn100$SelectDataEventParameters'
|
|
27258
|
-
* in 1.115.1 and any later releases.
|
|
27259
|
-
*/
|
|
27260
|
-
export type $StackedColumn100SelectDataEventParameters = StackedColumn100$SelectDataEventParameters;
|
|
27261
|
-
|
|
27262
26558
|
export type StackedColumn100$SelectDataEvent = Event<StackedColumn100$SelectDataEventParameters>;
|
|
27263
26559
|
|
|
27264
26560
|
export interface StackedColumn100$ShowTooltipEventParameters {}
|
|
27265
26561
|
|
|
27266
|
-
/**
|
|
27267
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedColumn100$ShowTooltipEventParameters'
|
|
27268
|
-
* in 1.115.1 and any later releases.
|
|
27269
|
-
*/
|
|
27270
|
-
export type $StackedColumn100ShowTooltipEventParameters = StackedColumn100$ShowTooltipEventParameters;
|
|
27271
|
-
|
|
27272
26562
|
export type StackedColumn100$ShowTooltipEvent = Event<StackedColumn100$ShowTooltipEventParameters>;
|
|
27273
26563
|
}
|
|
27274
26564
|
|
|
@@ -28240,52 +27530,22 @@ declare module "sap/viz/ui5/TimeBubble" {
|
|
|
28240
27530
|
|
|
28241
27531
|
export interface TimeBubble$DeselectDataEventParameters {}
|
|
28242
27532
|
|
|
28243
|
-
/**
|
|
28244
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TimeBubble$DeselectDataEventParameters'
|
|
28245
|
-
* in 1.115.1 and any later releases.
|
|
28246
|
-
*/
|
|
28247
|
-
export type $TimeBubbleDeselectDataEventParameters = TimeBubble$DeselectDataEventParameters;
|
|
28248
|
-
|
|
28249
27533
|
export type TimeBubble$DeselectDataEvent = Event<TimeBubble$DeselectDataEventParameters>;
|
|
28250
27534
|
|
|
28251
27535
|
export interface TimeBubble$HideTooltipEventParameters {}
|
|
28252
27536
|
|
|
28253
|
-
/**
|
|
28254
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TimeBubble$HideTooltipEventParameters'
|
|
28255
|
-
* in 1.115.1 and any later releases.
|
|
28256
|
-
*/
|
|
28257
|
-
export type $TimeBubbleHideTooltipEventParameters = TimeBubble$HideTooltipEventParameters;
|
|
28258
|
-
|
|
28259
27537
|
export type TimeBubble$HideTooltipEvent = Event<TimeBubble$HideTooltipEventParameters>;
|
|
28260
27538
|
|
|
28261
27539
|
export interface TimeBubble$InitializedEventParameters {}
|
|
28262
27540
|
|
|
28263
|
-
/**
|
|
28264
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TimeBubble$InitializedEventParameters'
|
|
28265
|
-
* in 1.115.1 and any later releases.
|
|
28266
|
-
*/
|
|
28267
|
-
export type $TimeBubbleInitializedEventParameters = TimeBubble$InitializedEventParameters;
|
|
28268
|
-
|
|
28269
27541
|
export type TimeBubble$InitializedEvent = Event<TimeBubble$InitializedEventParameters>;
|
|
28270
27542
|
|
|
28271
27543
|
export interface TimeBubble$SelectDataEventParameters {}
|
|
28272
27544
|
|
|
28273
|
-
/**
|
|
28274
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TimeBubble$SelectDataEventParameters'
|
|
28275
|
-
* in 1.115.1 and any later releases.
|
|
28276
|
-
*/
|
|
28277
|
-
export type $TimeBubbleSelectDataEventParameters = TimeBubble$SelectDataEventParameters;
|
|
28278
|
-
|
|
28279
27545
|
export type TimeBubble$SelectDataEvent = Event<TimeBubble$SelectDataEventParameters>;
|
|
28280
27546
|
|
|
28281
27547
|
export interface TimeBubble$ShowTooltipEventParameters {}
|
|
28282
27548
|
|
|
28283
|
-
/**
|
|
28284
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TimeBubble$ShowTooltipEventParameters'
|
|
28285
|
-
* in 1.115.1 and any later releases.
|
|
28286
|
-
*/
|
|
28287
|
-
export type $TimeBubbleShowTooltipEventParameters = TimeBubble$ShowTooltipEventParameters;
|
|
28288
|
-
|
|
28289
27549
|
export type TimeBubble$ShowTooltipEvent = Event<TimeBubble$ShowTooltipEventParameters>;
|
|
28290
27550
|
}
|
|
28291
27551
|
|
|
@@ -29134,52 +28394,22 @@ declare module "sap/viz/ui5/Treemap" {
|
|
|
29134
28394
|
|
|
29135
28395
|
export interface Treemap$DeselectDataEventParameters {}
|
|
29136
28396
|
|
|
29137
|
-
/**
|
|
29138
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Treemap$DeselectDataEventParameters'
|
|
29139
|
-
* in 1.115.1 and any later releases.
|
|
29140
|
-
*/
|
|
29141
|
-
export type $TreemapDeselectDataEventParameters = Treemap$DeselectDataEventParameters;
|
|
29142
|
-
|
|
29143
28397
|
export type Treemap$DeselectDataEvent = Event<Treemap$DeselectDataEventParameters>;
|
|
29144
28398
|
|
|
29145
28399
|
export interface Treemap$HideTooltipEventParameters {}
|
|
29146
28400
|
|
|
29147
|
-
/**
|
|
29148
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Treemap$HideTooltipEventParameters'
|
|
29149
|
-
* in 1.115.1 and any later releases.
|
|
29150
|
-
*/
|
|
29151
|
-
export type $TreemapHideTooltipEventParameters = Treemap$HideTooltipEventParameters;
|
|
29152
|
-
|
|
29153
28401
|
export type Treemap$HideTooltipEvent = Event<Treemap$HideTooltipEventParameters>;
|
|
29154
28402
|
|
|
29155
28403
|
export interface Treemap$InitializedEventParameters {}
|
|
29156
28404
|
|
|
29157
|
-
/**
|
|
29158
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Treemap$InitializedEventParameters'
|
|
29159
|
-
* in 1.115.1 and any later releases.
|
|
29160
|
-
*/
|
|
29161
|
-
export type $TreemapInitializedEventParameters = Treemap$InitializedEventParameters;
|
|
29162
|
-
|
|
29163
28405
|
export type Treemap$InitializedEvent = Event<Treemap$InitializedEventParameters>;
|
|
29164
28406
|
|
|
29165
28407
|
export interface Treemap$SelectDataEventParameters {}
|
|
29166
28408
|
|
|
29167
|
-
/**
|
|
29168
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Treemap$SelectDataEventParameters'
|
|
29169
|
-
* in 1.115.1 and any later releases.
|
|
29170
|
-
*/
|
|
29171
|
-
export type $TreemapSelectDataEventParameters = Treemap$SelectDataEventParameters;
|
|
29172
|
-
|
|
29173
28409
|
export type Treemap$SelectDataEvent = Event<Treemap$SelectDataEventParameters>;
|
|
29174
28410
|
|
|
29175
28411
|
export interface Treemap$ShowTooltipEventParameters {}
|
|
29176
28412
|
|
|
29177
|
-
/**
|
|
29178
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Treemap$ShowTooltipEventParameters'
|
|
29179
|
-
* in 1.115.1 and any later releases.
|
|
29180
|
-
*/
|
|
29181
|
-
export type $TreemapShowTooltipEventParameters = Treemap$ShowTooltipEventParameters;
|
|
29182
|
-
|
|
29183
28413
|
export type Treemap$ShowTooltipEvent = Event<Treemap$ShowTooltipEventParameters>;
|
|
29184
28414
|
}
|
|
29185
28415
|
|
|
@@ -52165,9 +51395,7 @@ declare module "sap/viz/ui5/VizContainer" {
|
|
|
52165
51395
|
* to "feedsChanged" event to get the corresponding data and set it back to VizFrame to to update the visualization
|
|
52166
51396
|
* with the new data.
|
|
52167
51397
|
*/
|
|
52168
|
-
feedsChanged?: (
|
|
52169
|
-
oEvent: Event<VizContainer$FeedsChangedEventParameters>
|
|
52170
|
-
) => void;
|
|
51398
|
+
feedsChanged?: (oEvent: VizContainer$FeedsChangedEvent) => void;
|
|
52171
51399
|
|
|
52172
51400
|
/**
|
|
52173
51401
|
* Dispatches "vizTypeChanged" event when viz type was changed
|
|
@@ -52224,12 +51452,6 @@ declare module "sap/viz/ui5/VizContainer" {
|
|
|
52224
51452
|
|
|
52225
51453
|
export interface VizContainer$DeselectDataEventParameters {}
|
|
52226
51454
|
|
|
52227
|
-
/**
|
|
52228
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$DeselectDataEventParameters'
|
|
52229
|
-
* in 1.115.1 and any later releases.
|
|
52230
|
-
*/
|
|
52231
|
-
export type $VizContainerDeselectDataEventParameters = VizContainer$DeselectDataEventParameters;
|
|
52232
|
-
|
|
52233
51455
|
export type VizContainer$DeselectDataEvent = Event<VizContainer$DeselectDataEventParameters>;
|
|
52234
51456
|
|
|
52235
51457
|
export interface VizContainer$FeedsChangedEventParameters {
|
|
@@ -52239,72 +51461,30 @@ declare module "sap/viz/ui5/VizContainer" {
|
|
|
52239
51461
|
feeds?: FeedItem[];
|
|
52240
51462
|
}
|
|
52241
51463
|
|
|
52242
|
-
/**
|
|
52243
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$FeedsChangedEventParameters'
|
|
52244
|
-
* in 1.115.1 and any later releases.
|
|
52245
|
-
*/
|
|
52246
|
-
export type $VizContainerFeedsChangedEventParameters = VizContainer$FeedsChangedEventParameters;
|
|
52247
|
-
|
|
52248
51464
|
export type VizContainer$FeedsChangedEvent = Event<VizContainer$FeedsChangedEventParameters>;
|
|
52249
51465
|
|
|
52250
51466
|
export interface VizContainer$HideTooltipEventParameters {}
|
|
52251
51467
|
|
|
52252
|
-
/**
|
|
52253
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$HideTooltipEventParameters'
|
|
52254
|
-
* in 1.115.1 and any later releases.
|
|
52255
|
-
*/
|
|
52256
|
-
export type $VizContainerHideTooltipEventParameters = VizContainer$HideTooltipEventParameters;
|
|
52257
|
-
|
|
52258
51468
|
export type VizContainer$HideTooltipEvent = Event<VizContainer$HideTooltipEventParameters>;
|
|
52259
51469
|
|
|
52260
51470
|
export interface VizContainer$InitializedEventParameters {}
|
|
52261
51471
|
|
|
52262
|
-
/**
|
|
52263
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$InitializedEventParameters'
|
|
52264
|
-
* in 1.115.1 and any later releases.
|
|
52265
|
-
*/
|
|
52266
|
-
export type $VizContainerInitializedEventParameters = VizContainer$InitializedEventParameters;
|
|
52267
|
-
|
|
52268
51472
|
export type VizContainer$InitializedEvent = Event<VizContainer$InitializedEventParameters>;
|
|
52269
51473
|
|
|
52270
51474
|
export interface VizContainer$SelectDataEventParameters {}
|
|
52271
51475
|
|
|
52272
|
-
/**
|
|
52273
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$SelectDataEventParameters'
|
|
52274
|
-
* in 1.115.1 and any later releases.
|
|
52275
|
-
*/
|
|
52276
|
-
export type $VizContainerSelectDataEventParameters = VizContainer$SelectDataEventParameters;
|
|
52277
|
-
|
|
52278
51476
|
export type VizContainer$SelectDataEvent = Event<VizContainer$SelectDataEventParameters>;
|
|
52279
51477
|
|
|
52280
51478
|
export interface VizContainer$ShowTooltipEventParameters {}
|
|
52281
51479
|
|
|
52282
|
-
/**
|
|
52283
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$ShowTooltipEventParameters'
|
|
52284
|
-
* in 1.115.1 and any later releases.
|
|
52285
|
-
*/
|
|
52286
|
-
export type $VizContainerShowTooltipEventParameters = VizContainer$ShowTooltipEventParameters;
|
|
52287
|
-
|
|
52288
51480
|
export type VizContainer$ShowTooltipEvent = Event<VizContainer$ShowTooltipEventParameters>;
|
|
52289
51481
|
|
|
52290
51482
|
export interface VizContainer$VizDefinitionChangedEventParameters {}
|
|
52291
51483
|
|
|
52292
|
-
/**
|
|
52293
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$VizDefinitionChangedEventParameters'
|
|
52294
|
-
* in 1.115.1 and any later releases.
|
|
52295
|
-
*/
|
|
52296
|
-
export type $VizContainerVizDefinitionChangedEventParameters = VizContainer$VizDefinitionChangedEventParameters;
|
|
52297
|
-
|
|
52298
51484
|
export type VizContainer$VizDefinitionChangedEvent = Event<VizContainer$VizDefinitionChangedEventParameters>;
|
|
52299
51485
|
|
|
52300
51486
|
export interface VizContainer$VizTypeChangedEventParameters {}
|
|
52301
51487
|
|
|
52302
|
-
/**
|
|
52303
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VizContainer$VizTypeChangedEventParameters'
|
|
52304
|
-
* in 1.115.1 and any later releases.
|
|
52305
|
-
*/
|
|
52306
|
-
export type $VizContainerVizTypeChangedEventParameters = VizContainer$VizTypeChangedEventParameters;
|
|
52307
|
-
|
|
52308
51488
|
export type VizContainer$VizTypeChangedEvent = Event<VizContainer$VizTypeChangedEventParameters>;
|
|
52309
51489
|
}
|
|
52310
51490
|
|