@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.zen.dsh.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/dsh/library" {}
|
|
4
4
|
|
|
5
5
|
declare module "sap/zen/dsh/AnalyticGrid" {
|
|
6
6
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
7
7
|
|
|
8
|
-
import Event from "sap/ui/base/Event";
|
|
9
|
-
|
|
10
8
|
import { CSSSize } from "sap/ui/core/library";
|
|
11
9
|
|
|
12
10
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
13
11
|
|
|
14
12
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
15
13
|
|
|
14
|
+
import Event from "sap/ui/base/Event";
|
|
15
|
+
|
|
16
16
|
/**
|
|
17
|
-
* @
|
|
17
|
+
* @since 1.46
|
|
18
18
|
* @deprecated (since 1.89.0)
|
|
19
|
-
* @
|
|
19
|
+
* @experimental (since 1.46) - API is incomplete and may change incompatibly
|
|
20
20
|
*
|
|
21
21
|
* Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
|
|
22
22
|
*/
|
|
23
|
-
class AnalyticGrid extends Control {
|
|
23
|
+
export default class AnalyticGrid extends Control {
|
|
24
24
|
/**
|
|
25
25
|
* Constructor for a new AnalyticGrid.
|
|
26
26
|
*
|
|
@@ -101,9 +101,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
101
101
|
/**
|
|
102
102
|
* The function to be called when the event occurs
|
|
103
103
|
*/
|
|
104
|
-
fnFunction: (
|
|
105
|
-
p1: Event<$AnalyticGridSelectionChangeEventParameters>
|
|
106
|
-
) => void,
|
|
104
|
+
fnFunction: (p1: AnalyticGrid$SelectionChangeEvent) => void,
|
|
107
105
|
/**
|
|
108
106
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.AnalyticGrid` itself
|
|
109
107
|
*/
|
|
@@ -124,9 +122,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
124
122
|
/**
|
|
125
123
|
* The function to be called when the event occurs
|
|
126
124
|
*/
|
|
127
|
-
fnFunction: (
|
|
128
|
-
p1: Event<$AnalyticGridSelectionChangeEventParameters>
|
|
129
|
-
) => void,
|
|
125
|
+
fnFunction: (p1: AnalyticGrid$SelectionChangeEvent) => void,
|
|
130
126
|
/**
|
|
131
127
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.AnalyticGrid` itself
|
|
132
128
|
*/
|
|
@@ -151,7 +147,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
151
147
|
/**
|
|
152
148
|
* The function to be called when the event occurs
|
|
153
149
|
*/
|
|
154
|
-
fnFunction: (p1:
|
|
150
|
+
fnFunction: (p1: AnalyticGrid$StateChangeEvent) => void,
|
|
155
151
|
/**
|
|
156
152
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.AnalyticGrid` itself
|
|
157
153
|
*/
|
|
@@ -171,7 +167,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
171
167
|
/**
|
|
172
168
|
* The function to be called when the event occurs
|
|
173
169
|
*/
|
|
174
|
-
fnFunction: (p1:
|
|
170
|
+
fnFunction: (p1: AnalyticGrid$StateChangeEvent) => void,
|
|
175
171
|
/**
|
|
176
172
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.AnalyticGrid` itself
|
|
177
173
|
*/
|
|
@@ -189,9 +185,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
189
185
|
/**
|
|
190
186
|
* The function to be called, when the event occurs
|
|
191
187
|
*/
|
|
192
|
-
fnFunction: (
|
|
193
|
-
p1: Event<$AnalyticGridSelectionChangeEventParameters>
|
|
194
|
-
) => void,
|
|
188
|
+
fnFunction: (p1: AnalyticGrid$SelectionChangeEvent) => void,
|
|
195
189
|
/**
|
|
196
190
|
* Context object on which the given function had to be called
|
|
197
191
|
*/
|
|
@@ -208,14 +202,14 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
208
202
|
/**
|
|
209
203
|
* The function to be called, when the event occurs
|
|
210
204
|
*/
|
|
211
|
-
fnFunction: (p1:
|
|
205
|
+
fnFunction: (p1: AnalyticGrid$StateChangeEvent) => void,
|
|
212
206
|
/**
|
|
213
207
|
* Context object on which the given function had to be called
|
|
214
208
|
*/
|
|
215
209
|
oListener?: object
|
|
216
210
|
): this;
|
|
217
211
|
/**
|
|
218
|
-
* @
|
|
212
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
219
213
|
*
|
|
220
214
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
221
215
|
*
|
|
@@ -225,10 +219,10 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
225
219
|
/**
|
|
226
220
|
* Parameters to pass along with the event
|
|
227
221
|
*/
|
|
228
|
-
mParameters?: $
|
|
222
|
+
mParameters?: AnalyticGrid$SelectionChangeEventParameters
|
|
229
223
|
): this;
|
|
230
224
|
/**
|
|
231
|
-
* @
|
|
225
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
232
226
|
*
|
|
233
227
|
* Fires event {@link #event:stateChange stateChange} to attached listeners.
|
|
234
228
|
*
|
|
@@ -238,7 +232,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
238
232
|
/**
|
|
239
233
|
* Parameters to pass along with the event
|
|
240
234
|
*/
|
|
241
|
-
mParameters?: $
|
|
235
|
+
mParameters?: AnalyticGrid$StateChangeEventParameters
|
|
242
236
|
): this;
|
|
243
237
|
/**
|
|
244
238
|
* Gets current value of property {@link #getHeight height}.
|
|
@@ -387,7 +381,6 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
387
381
|
sWidth?: CSSSize
|
|
388
382
|
): this;
|
|
389
383
|
}
|
|
390
|
-
export default AnalyticGrid;
|
|
391
384
|
|
|
392
385
|
export interface $AnalyticGridSettings extends $ControlSettings {
|
|
393
386
|
/**
|
|
@@ -427,31 +420,31 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
427
420
|
/**
|
|
428
421
|
* Event is triggered when the state of the AnalyticGrid is changed.
|
|
429
422
|
*/
|
|
430
|
-
stateChange?: (
|
|
431
|
-
oEvent: Event<$AnalyticGridStateChangeEventParameters>
|
|
432
|
-
) => void;
|
|
423
|
+
stateChange?: (oEvent: AnalyticGrid$StateChangeEvent) => void;
|
|
433
424
|
|
|
434
425
|
/**
|
|
435
426
|
* Event is triggered when the selection is changed.
|
|
436
427
|
*/
|
|
437
|
-
selectionChange?: (
|
|
438
|
-
oEvent: Event<$AnalyticGridSelectionChangeEventParameters>
|
|
439
|
-
) => void;
|
|
428
|
+
selectionChange?: (oEvent: AnalyticGrid$SelectionChangeEvent) => void;
|
|
440
429
|
}
|
|
441
430
|
|
|
442
|
-
export interface $
|
|
431
|
+
export interface AnalyticGrid$SelectionChangeEventParameters {
|
|
443
432
|
/**
|
|
444
433
|
* A SelectionVariant specifying the current selection state of the AnalyticGrid.
|
|
445
434
|
*/
|
|
446
435
|
selection?: object;
|
|
447
436
|
}
|
|
448
437
|
|
|
449
|
-
export
|
|
438
|
+
export type AnalyticGrid$SelectionChangeEvent = Event<AnalyticGrid$SelectionChangeEventParameters>;
|
|
439
|
+
|
|
440
|
+
export interface AnalyticGrid$StateChangeEventParameters {
|
|
450
441
|
/**
|
|
451
442
|
* Serialized state string.
|
|
452
443
|
*/
|
|
453
444
|
state?: string;
|
|
454
445
|
}
|
|
446
|
+
|
|
447
|
+
export type AnalyticGrid$StateChangeEvent = Event<AnalyticGrid$StateChangeEventParameters>;
|
|
455
448
|
}
|
|
456
449
|
|
|
457
450
|
declare module "sap/zen/dsh/Dsh" {
|
|
@@ -464,12 +457,12 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
464
457
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
465
458
|
|
|
466
459
|
/**
|
|
467
|
-
* @
|
|
460
|
+
* @since 1.44
|
|
468
461
|
* @deprecated (since 1.89)
|
|
469
462
|
*
|
|
470
463
|
* Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
|
|
471
464
|
*/
|
|
472
|
-
class Dsh extends Control {
|
|
465
|
+
export default class Dsh extends Control {
|
|
473
466
|
/**
|
|
474
467
|
* Constructor for a new Dsh.
|
|
475
468
|
*
|
|
@@ -881,7 +874,6 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
881
874
|
sWidth?: CSSSize
|
|
882
875
|
): this;
|
|
883
876
|
}
|
|
884
|
-
export default Dsh;
|
|
885
877
|
|
|
886
878
|
export interface $DshSettings extends $ControlSettings {
|
|
887
879
|
/**
|
|
@@ -966,7 +958,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
966
958
|
*
|
|
967
959
|
* The ValueHelpDialog control can be used to implement a value help for an input field.
|
|
968
960
|
*/
|
|
969
|
-
class ValueHelpDialog extends Dialog {
|
|
961
|
+
export default class ValueHelpDialog extends Dialog {
|
|
970
962
|
/**
|
|
971
963
|
* Constructor for a new valuehelpdialog/ValueHelpDialog.
|
|
972
964
|
*
|
|
@@ -1028,7 +1020,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1028
1020
|
*/
|
|
1029
1021
|
static getMetadata(): ElementMetadata;
|
|
1030
1022
|
/**
|
|
1031
|
-
* @
|
|
1023
|
+
* @since 1.24
|
|
1032
1024
|
*
|
|
1033
1025
|
* Attaches event handler `fnFunction` to the {@link #event:cancel cancel} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1034
1026
|
*
|
|
@@ -1055,7 +1047,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1055
1047
|
oListener?: object
|
|
1056
1048
|
): this;
|
|
1057
1049
|
/**
|
|
1058
|
-
* @
|
|
1050
|
+
* @since 1.24
|
|
1059
1051
|
*
|
|
1060
1052
|
* Attaches event handler `fnFunction` to the {@link #event:cancel cancel} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1061
1053
|
*
|
|
@@ -1077,7 +1069,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1077
1069
|
oListener?: object
|
|
1078
1070
|
): this;
|
|
1079
1071
|
/**
|
|
1080
|
-
* @
|
|
1072
|
+
* @since 1.24
|
|
1081
1073
|
*
|
|
1082
1074
|
* Attaches event handler `fnFunction` to the {@link #event:ok ok} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1083
1075
|
*
|
|
@@ -1097,14 +1089,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1097
1089
|
/**
|
|
1098
1090
|
* The function to be called when the event occurs
|
|
1099
1091
|
*/
|
|
1100
|
-
fnFunction: (p1:
|
|
1092
|
+
fnFunction: (p1: ValueHelpDialog$OkEvent) => void,
|
|
1101
1093
|
/**
|
|
1102
1094
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1103
1095
|
*/
|
|
1104
1096
|
oListener?: object
|
|
1105
1097
|
): this;
|
|
1106
1098
|
/**
|
|
1107
|
-
* @
|
|
1099
|
+
* @since 1.24
|
|
1108
1100
|
*
|
|
1109
1101
|
* Attaches event handler `fnFunction` to the {@link #event:ok ok} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1110
1102
|
*
|
|
@@ -1119,14 +1111,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1119
1111
|
/**
|
|
1120
1112
|
* The function to be called when the event occurs
|
|
1121
1113
|
*/
|
|
1122
|
-
fnFunction: (p1:
|
|
1114
|
+
fnFunction: (p1: ValueHelpDialog$OkEvent) => void,
|
|
1123
1115
|
/**
|
|
1124
1116
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1125
1117
|
*/
|
|
1126
1118
|
oListener?: object
|
|
1127
1119
|
): this;
|
|
1128
1120
|
/**
|
|
1129
|
-
* @
|
|
1121
|
+
* @since 1.32
|
|
1130
1122
|
*
|
|
1131
1123
|
* Attaches event handler `fnFunction` to the {@link #event:selectionChange selectionChange} event of this
|
|
1132
1124
|
* `sap.zen.dsh.ValueHelpDialog`.
|
|
@@ -1149,16 +1141,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1149
1141
|
/**
|
|
1150
1142
|
* The function to be called when the event occurs
|
|
1151
1143
|
*/
|
|
1152
|
-
fnFunction: (
|
|
1153
|
-
p1: Event<$ValueHelpDialogSelectionChangeEventParameters>
|
|
1154
|
-
) => void,
|
|
1144
|
+
fnFunction: (p1: ValueHelpDialog$SelectionChangeEvent) => void,
|
|
1155
1145
|
/**
|
|
1156
1146
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1157
1147
|
*/
|
|
1158
1148
|
oListener?: object
|
|
1159
1149
|
): this;
|
|
1160
1150
|
/**
|
|
1161
|
-
* @
|
|
1151
|
+
* @since 1.32
|
|
1162
1152
|
*
|
|
1163
1153
|
* Attaches event handler `fnFunction` to the {@link #event:selectionChange selectionChange} event of this
|
|
1164
1154
|
* `sap.zen.dsh.ValueHelpDialog`.
|
|
@@ -1176,16 +1166,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1176
1166
|
/**
|
|
1177
1167
|
* The function to be called when the event occurs
|
|
1178
1168
|
*/
|
|
1179
|
-
fnFunction: (
|
|
1180
|
-
p1: Event<$ValueHelpDialogSelectionChangeEventParameters>
|
|
1181
|
-
) => void,
|
|
1169
|
+
fnFunction: (p1: ValueHelpDialog$SelectionChangeEvent) => void,
|
|
1182
1170
|
/**
|
|
1183
1171
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1184
1172
|
*/
|
|
1185
1173
|
oListener?: object
|
|
1186
1174
|
): this;
|
|
1187
1175
|
/**
|
|
1188
|
-
* @
|
|
1176
|
+
* @since 1.32
|
|
1189
1177
|
*
|
|
1190
1178
|
* Attaches event handler `fnFunction` to the {@link #event:tokenRemove tokenRemove} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1191
1179
|
*
|
|
@@ -1207,16 +1195,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1207
1195
|
/**
|
|
1208
1196
|
* The function to be called when the event occurs
|
|
1209
1197
|
*/
|
|
1210
|
-
fnFunction: (
|
|
1211
|
-
p1: Event<$ValueHelpDialogTokenRemoveEventParameters>
|
|
1212
|
-
) => void,
|
|
1198
|
+
fnFunction: (p1: ValueHelpDialog$TokenRemoveEvent) => void,
|
|
1213
1199
|
/**
|
|
1214
1200
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1215
1201
|
*/
|
|
1216
1202
|
oListener?: object
|
|
1217
1203
|
): this;
|
|
1218
1204
|
/**
|
|
1219
|
-
* @
|
|
1205
|
+
* @since 1.32
|
|
1220
1206
|
*
|
|
1221
1207
|
* Attaches event handler `fnFunction` to the {@link #event:tokenRemove tokenRemove} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1222
1208
|
*
|
|
@@ -1233,16 +1219,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1233
1219
|
/**
|
|
1234
1220
|
* The function to be called when the event occurs
|
|
1235
1221
|
*/
|
|
1236
|
-
fnFunction: (
|
|
1237
|
-
p1: Event<$ValueHelpDialogTokenRemoveEventParameters>
|
|
1238
|
-
) => void,
|
|
1222
|
+
fnFunction: (p1: ValueHelpDialog$TokenRemoveEvent) => void,
|
|
1239
1223
|
/**
|
|
1240
1224
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1241
1225
|
*/
|
|
1242
1226
|
oListener?: object
|
|
1243
1227
|
): this;
|
|
1244
1228
|
/**
|
|
1245
|
-
* @
|
|
1229
|
+
* @since 1.32
|
|
1246
1230
|
*
|
|
1247
1231
|
* Attaches event handler `fnFunction` to the {@link #event:updateSelection updateSelection} event of this
|
|
1248
1232
|
* `sap.zen.dsh.ValueHelpDialog`.
|
|
@@ -1265,16 +1249,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1265
1249
|
/**
|
|
1266
1250
|
* The function to be called when the event occurs
|
|
1267
1251
|
*/
|
|
1268
|
-
fnFunction: (
|
|
1269
|
-
p1: Event<$ValueHelpDialogUpdateSelectionEventParameters>
|
|
1270
|
-
) => void,
|
|
1252
|
+
fnFunction: (p1: ValueHelpDialog$UpdateSelectionEvent) => void,
|
|
1271
1253
|
/**
|
|
1272
1254
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1273
1255
|
*/
|
|
1274
1256
|
oListener?: object
|
|
1275
1257
|
): this;
|
|
1276
1258
|
/**
|
|
1277
|
-
* @
|
|
1259
|
+
* @since 1.32
|
|
1278
1260
|
*
|
|
1279
1261
|
* Attaches event handler `fnFunction` to the {@link #event:updateSelection updateSelection} event of this
|
|
1280
1262
|
* `sap.zen.dsh.ValueHelpDialog`.
|
|
@@ -1292,9 +1274,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1292
1274
|
/**
|
|
1293
1275
|
* The function to be called when the event occurs
|
|
1294
1276
|
*/
|
|
1295
|
-
fnFunction: (
|
|
1296
|
-
p1: Event<$ValueHelpDialogUpdateSelectionEventParameters>
|
|
1297
|
-
) => void,
|
|
1277
|
+
fnFunction: (p1: ValueHelpDialog$UpdateSelectionEvent) => void,
|
|
1298
1278
|
/**
|
|
1299
1279
|
* Context object to call the event handler with. Defaults to this `sap.zen.dsh.ValueHelpDialog` itself
|
|
1300
1280
|
*/
|
|
@@ -1307,7 +1287,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1307
1287
|
*/
|
|
1308
1288
|
destroyFilterBar(): this;
|
|
1309
1289
|
/**
|
|
1310
|
-
* @
|
|
1290
|
+
* @since 1.24
|
|
1311
1291
|
*
|
|
1312
1292
|
* Detaches event handler `fnFunction` from the {@link #event:cancel cancel} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1313
1293
|
*
|
|
@@ -1326,7 +1306,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1326
1306
|
oListener?: object
|
|
1327
1307
|
): this;
|
|
1328
1308
|
/**
|
|
1329
|
-
* @
|
|
1309
|
+
* @since 1.24
|
|
1330
1310
|
*
|
|
1331
1311
|
* Detaches event handler `fnFunction` from the {@link #event:ok ok} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1332
1312
|
*
|
|
@@ -1338,14 +1318,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1338
1318
|
/**
|
|
1339
1319
|
* The function to be called, when the event occurs
|
|
1340
1320
|
*/
|
|
1341
|
-
fnFunction: (p1:
|
|
1321
|
+
fnFunction: (p1: ValueHelpDialog$OkEvent) => void,
|
|
1342
1322
|
/**
|
|
1343
1323
|
* Context object on which the given function had to be called
|
|
1344
1324
|
*/
|
|
1345
1325
|
oListener?: object
|
|
1346
1326
|
): this;
|
|
1347
1327
|
/**
|
|
1348
|
-
* @
|
|
1328
|
+
* @since 1.32
|
|
1349
1329
|
*
|
|
1350
1330
|
* Detaches event handler `fnFunction` from the {@link #event:selectionChange selectionChange} event of
|
|
1351
1331
|
* this `sap.zen.dsh.ValueHelpDialog`.
|
|
@@ -1358,16 +1338,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1358
1338
|
/**
|
|
1359
1339
|
* The function to be called, when the event occurs
|
|
1360
1340
|
*/
|
|
1361
|
-
fnFunction: (
|
|
1362
|
-
p1: Event<$ValueHelpDialogSelectionChangeEventParameters>
|
|
1363
|
-
) => void,
|
|
1341
|
+
fnFunction: (p1: ValueHelpDialog$SelectionChangeEvent) => void,
|
|
1364
1342
|
/**
|
|
1365
1343
|
* Context object on which the given function had to be called
|
|
1366
1344
|
*/
|
|
1367
1345
|
oListener?: object
|
|
1368
1346
|
): this;
|
|
1369
1347
|
/**
|
|
1370
|
-
* @
|
|
1348
|
+
* @since 1.32
|
|
1371
1349
|
*
|
|
1372
1350
|
* Detaches event handler `fnFunction` from the {@link #event:tokenRemove tokenRemove} event of this `sap.zen.dsh.ValueHelpDialog`.
|
|
1373
1351
|
*
|
|
@@ -1379,16 +1357,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1379
1357
|
/**
|
|
1380
1358
|
* The function to be called, when the event occurs
|
|
1381
1359
|
*/
|
|
1382
|
-
fnFunction: (
|
|
1383
|
-
p1: Event<$ValueHelpDialogTokenRemoveEventParameters>
|
|
1384
|
-
) => void,
|
|
1360
|
+
fnFunction: (p1: ValueHelpDialog$TokenRemoveEvent) => void,
|
|
1385
1361
|
/**
|
|
1386
1362
|
* Context object on which the given function had to be called
|
|
1387
1363
|
*/
|
|
1388
1364
|
oListener?: object
|
|
1389
1365
|
): this;
|
|
1390
1366
|
/**
|
|
1391
|
-
* @
|
|
1367
|
+
* @since 1.32
|
|
1392
1368
|
*
|
|
1393
1369
|
* Detaches event handler `fnFunction` from the {@link #event:updateSelection updateSelection} event of
|
|
1394
1370
|
* this `sap.zen.dsh.ValueHelpDialog`.
|
|
@@ -1401,17 +1377,15 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1401
1377
|
/**
|
|
1402
1378
|
* The function to be called, when the event occurs
|
|
1403
1379
|
*/
|
|
1404
|
-
fnFunction: (
|
|
1405
|
-
p1: Event<$ValueHelpDialogUpdateSelectionEventParameters>
|
|
1406
|
-
) => void,
|
|
1380
|
+
fnFunction: (p1: ValueHelpDialog$UpdateSelectionEvent) => void,
|
|
1407
1381
|
/**
|
|
1408
1382
|
* Context object on which the given function had to be called
|
|
1409
1383
|
*/
|
|
1410
1384
|
oListener?: object
|
|
1411
1385
|
): this;
|
|
1412
1386
|
/**
|
|
1413
|
-
* @
|
|
1414
|
-
* @
|
|
1387
|
+
* @since 1.24
|
|
1388
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1415
1389
|
*
|
|
1416
1390
|
* Fires event {@link #event:cancel cancel} to attached listeners.
|
|
1417
1391
|
*
|
|
@@ -1424,8 +1398,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1424
1398
|
mParameters?: object
|
|
1425
1399
|
): this;
|
|
1426
1400
|
/**
|
|
1427
|
-
* @
|
|
1428
|
-
* @
|
|
1401
|
+
* @since 1.24
|
|
1402
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1429
1403
|
*
|
|
1430
1404
|
* Fires event {@link #event:ok ok} to attached listeners.
|
|
1431
1405
|
*
|
|
@@ -1435,11 +1409,11 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1435
1409
|
/**
|
|
1436
1410
|
* Parameters to pass along with the event
|
|
1437
1411
|
*/
|
|
1438
|
-
mParameters?: $
|
|
1412
|
+
mParameters?: ValueHelpDialog$OkEventParameters
|
|
1439
1413
|
): this;
|
|
1440
1414
|
/**
|
|
1441
|
-
* @
|
|
1442
|
-
* @
|
|
1415
|
+
* @since 1.32
|
|
1416
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1443
1417
|
*
|
|
1444
1418
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
1445
1419
|
*
|
|
@@ -1449,11 +1423,11 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1449
1423
|
/**
|
|
1450
1424
|
* Parameters to pass along with the event
|
|
1451
1425
|
*/
|
|
1452
|
-
mParameters?: $
|
|
1426
|
+
mParameters?: ValueHelpDialog$SelectionChangeEventParameters
|
|
1453
1427
|
): this;
|
|
1454
1428
|
/**
|
|
1455
|
-
* @
|
|
1456
|
-
* @
|
|
1429
|
+
* @since 1.32
|
|
1430
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1457
1431
|
*
|
|
1458
1432
|
* Fires event {@link #event:tokenRemove tokenRemove} to attached listeners.
|
|
1459
1433
|
*
|
|
@@ -1463,11 +1437,11 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1463
1437
|
/**
|
|
1464
1438
|
* Parameters to pass along with the event
|
|
1465
1439
|
*/
|
|
1466
|
-
mParameters?: $
|
|
1440
|
+
mParameters?: ValueHelpDialog$TokenRemoveEventParameters
|
|
1467
1441
|
): this;
|
|
1468
1442
|
/**
|
|
1469
|
-
* @
|
|
1470
|
-
* @
|
|
1443
|
+
* @since 1.32
|
|
1444
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1471
1445
|
*
|
|
1472
1446
|
* Fires event {@link #event:updateSelection updateSelection} to attached listeners.
|
|
1473
1447
|
*
|
|
@@ -1477,10 +1451,10 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1477
1451
|
/**
|
|
1478
1452
|
* Parameters to pass along with the event
|
|
1479
1453
|
*/
|
|
1480
|
-
mParameters?: $
|
|
1454
|
+
mParameters?: ValueHelpDialog$UpdateSelectionEventParameters
|
|
1481
1455
|
): this;
|
|
1482
1456
|
/**
|
|
1483
|
-
* @
|
|
1457
|
+
* @since 1.24
|
|
1484
1458
|
*
|
|
1485
1459
|
* Gets current value of property {@link #getBasicSearchText basicSearchText}.
|
|
1486
1460
|
*
|
|
@@ -1493,7 +1467,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1493
1467
|
*/
|
|
1494
1468
|
getBasicSearchText(): string;
|
|
1495
1469
|
/**
|
|
1496
|
-
* @
|
|
1470
|
+
* @since 1.24
|
|
1497
1471
|
*
|
|
1498
1472
|
* Gets current value of property {@link #getDescriptionKey descriptionKey}.
|
|
1499
1473
|
*
|
|
@@ -1505,7 +1479,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1505
1479
|
*/
|
|
1506
1480
|
getDescriptionKey(): string;
|
|
1507
1481
|
/**
|
|
1508
|
-
* @
|
|
1482
|
+
* @since 1.24
|
|
1509
1483
|
*
|
|
1510
1484
|
* Gets current value of property {@link #getDisplayFormat displayFormat}.
|
|
1511
1485
|
*
|
|
@@ -1518,7 +1492,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1518
1492
|
*/
|
|
1519
1493
|
getDisplayFormat(): string;
|
|
1520
1494
|
/**
|
|
1521
|
-
* @
|
|
1495
|
+
* @since 1.24
|
|
1522
1496
|
*
|
|
1523
1497
|
* Gets current value of property {@link #getFilterMode filterMode}.
|
|
1524
1498
|
*
|
|
@@ -1530,7 +1504,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1530
1504
|
*/
|
|
1531
1505
|
getFilterMode(): boolean;
|
|
1532
1506
|
/**
|
|
1533
|
-
* @
|
|
1507
|
+
* @since 1.24
|
|
1534
1508
|
*
|
|
1535
1509
|
* Gets current value of property {@link #getKey key}.
|
|
1536
1510
|
*
|
|
@@ -1543,7 +1517,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1543
1517
|
*/
|
|
1544
1518
|
getKey(): string;
|
|
1545
1519
|
/**
|
|
1546
|
-
* @
|
|
1520
|
+
* @since 1.24
|
|
1547
1521
|
*
|
|
1548
1522
|
* Gets current value of property {@link #getKeys keys}.
|
|
1549
1523
|
*
|
|
@@ -1553,7 +1527,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1553
1527
|
*/
|
|
1554
1528
|
getKeys(): string[];
|
|
1555
1529
|
/**
|
|
1556
|
-
* @
|
|
1530
|
+
* @since 1.24
|
|
1557
1531
|
*
|
|
1558
1532
|
* Gets current value of property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
1559
1533
|
*
|
|
@@ -1565,7 +1539,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1565
1539
|
*/
|
|
1566
1540
|
getMaxExcludeRanges(): string;
|
|
1567
1541
|
/**
|
|
1568
|
-
* @
|
|
1542
|
+
* @since 1.24
|
|
1569
1543
|
*
|
|
1570
1544
|
* Gets current value of property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
1571
1545
|
*
|
|
@@ -1577,7 +1551,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1577
1551
|
*/
|
|
1578
1552
|
getMaxIncludeRanges(): string;
|
|
1579
1553
|
/**
|
|
1580
|
-
* @
|
|
1554
|
+
* @since 1.24
|
|
1581
1555
|
*
|
|
1582
1556
|
* Gets current value of property {@link #getSupportMultiselect supportMultiselect}.
|
|
1583
1557
|
*
|
|
@@ -1589,7 +1563,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1589
1563
|
*/
|
|
1590
1564
|
getSupportMultiselect(): boolean;
|
|
1591
1565
|
/**
|
|
1592
|
-
* @
|
|
1566
|
+
* @since 1.24
|
|
1593
1567
|
*
|
|
1594
1568
|
* Gets current value of property {@link #getSupportRanges supportRanges}.
|
|
1595
1569
|
*
|
|
@@ -1601,7 +1575,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1601
1575
|
*/
|
|
1602
1576
|
getSupportRanges(): boolean;
|
|
1603
1577
|
/**
|
|
1604
|
-
* @
|
|
1578
|
+
* @since 1.24
|
|
1605
1579
|
*
|
|
1606
1580
|
* Gets current value of property {@link #getSupportRangesOnly supportRangesOnly}.
|
|
1607
1581
|
*
|
|
@@ -1613,7 +1587,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1613
1587
|
*/
|
|
1614
1588
|
getSupportRangesOnly(): boolean;
|
|
1615
1589
|
/**
|
|
1616
|
-
* @
|
|
1590
|
+
* @since 1.28
|
|
1617
1591
|
*
|
|
1618
1592
|
* getTable Gives access to the internal table instance.
|
|
1619
1593
|
*
|
|
@@ -1621,7 +1595,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1621
1595
|
*/
|
|
1622
1596
|
getTable(): object;
|
|
1623
1597
|
/**
|
|
1624
|
-
* @
|
|
1598
|
+
* @since 1.24
|
|
1625
1599
|
*
|
|
1626
1600
|
* Gets current value of property {@link #getTokenDisplayBehaviour tokenDisplayBehaviour}.
|
|
1627
1601
|
*
|
|
@@ -1634,7 +1608,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1634
1608
|
*/
|
|
1635
1609
|
getTokenDisplayBehaviour(): string;
|
|
1636
1610
|
/**
|
|
1637
|
-
* @
|
|
1611
|
+
* @since 1.24
|
|
1638
1612
|
*
|
|
1639
1613
|
* Sets a new value for property {@link #getDescriptionKey descriptionKey}.
|
|
1640
1614
|
*
|
|
@@ -1653,7 +1627,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1653
1627
|
sDescriptionKey?: string
|
|
1654
1628
|
): this;
|
|
1655
1629
|
/**
|
|
1656
|
-
* @
|
|
1630
|
+
* @since 1.24
|
|
1657
1631
|
*
|
|
1658
1632
|
* Sets a new value for property {@link #getDisplayFormat displayFormat}.
|
|
1659
1633
|
*
|
|
@@ -1673,7 +1647,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1673
1647
|
sDisplayFormat?: string
|
|
1674
1648
|
): this;
|
|
1675
1649
|
/**
|
|
1676
|
-
* @
|
|
1650
|
+
* @since 1.24
|
|
1677
1651
|
*
|
|
1678
1652
|
* setExcludeRangeOperations Sets the array for the supported exclude range operations.
|
|
1679
1653
|
*/
|
|
@@ -1690,7 +1664,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1690
1664
|
sType: string
|
|
1691
1665
|
): void;
|
|
1692
1666
|
/**
|
|
1693
|
-
* @
|
|
1667
|
+
* @since 1.24
|
|
1694
1668
|
*
|
|
1695
1669
|
* Sets a new value for property {@link #getFilterMode filterMode}.
|
|
1696
1670
|
*
|
|
@@ -1709,7 +1683,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1709
1683
|
bFilterMode?: boolean
|
|
1710
1684
|
): this;
|
|
1711
1685
|
/**
|
|
1712
|
-
* @
|
|
1686
|
+
* @since 1.24
|
|
1713
1687
|
*
|
|
1714
1688
|
* setIncludeRangeOperations Sets the array for the supported include range operations.
|
|
1715
1689
|
*/
|
|
@@ -1726,7 +1700,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1726
1700
|
sType: string
|
|
1727
1701
|
): void;
|
|
1728
1702
|
/**
|
|
1729
|
-
* @
|
|
1703
|
+
* @since 1.24
|
|
1730
1704
|
*
|
|
1731
1705
|
* Sets a new value for property {@link #getKey key}.
|
|
1732
1706
|
*
|
|
@@ -1746,7 +1720,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1746
1720
|
sKey?: string
|
|
1747
1721
|
): this;
|
|
1748
1722
|
/**
|
|
1749
|
-
* @
|
|
1723
|
+
* @since 1.24
|
|
1750
1724
|
*
|
|
1751
1725
|
* Sets a new value for property {@link #getKeys keys}.
|
|
1752
1726
|
*
|
|
@@ -1763,7 +1737,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1763
1737
|
sKeys?: string[]
|
|
1764
1738
|
): this;
|
|
1765
1739
|
/**
|
|
1766
|
-
* @
|
|
1740
|
+
* @since 1.24
|
|
1767
1741
|
*
|
|
1768
1742
|
* Sets a new value for property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
1769
1743
|
*
|
|
@@ -1782,7 +1756,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1782
1756
|
sMaxExcludeRanges?: string
|
|
1783
1757
|
): this;
|
|
1784
1758
|
/**
|
|
1785
|
-
* @
|
|
1759
|
+
* @since 1.24
|
|
1786
1760
|
*
|
|
1787
1761
|
* Sets a new value for property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
1788
1762
|
*
|
|
@@ -1801,7 +1775,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1801
1775
|
sMaxIncludeRanges?: string
|
|
1802
1776
|
): this;
|
|
1803
1777
|
/**
|
|
1804
|
-
* @
|
|
1778
|
+
* @since 1.24
|
|
1805
1779
|
*
|
|
1806
1780
|
* setRangeKeyFields Sets a RangeKeyFields array. This method allows you to specify the KeyFields for the
|
|
1807
1781
|
* ranges. You can set an array of objects with Key and Label properties to define the key fields.
|
|
@@ -1813,7 +1787,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1813
1787
|
aRangeKeyFields: object[]
|
|
1814
1788
|
): void;
|
|
1815
1789
|
/**
|
|
1816
|
-
* @
|
|
1790
|
+
* @since 1.32
|
|
1817
1791
|
*
|
|
1818
1792
|
* setTable Sets the table used in the value help dialog. If not used, the dialog creates a sap.ui.table.Table
|
|
1819
1793
|
* or sap.m.Table instance internally.
|
|
@@ -1825,7 +1799,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1825
1799
|
oTable: object
|
|
1826
1800
|
): void;
|
|
1827
1801
|
/**
|
|
1828
|
-
* @
|
|
1802
|
+
* @since 1.24
|
|
1829
1803
|
*
|
|
1830
1804
|
* Sets a new value for property {@link #getTokenDisplayBehaviour tokenDisplayBehaviour}.
|
|
1831
1805
|
*
|
|
@@ -1845,7 +1819,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1845
1819
|
sTokenDisplayBehaviour?: string
|
|
1846
1820
|
): this;
|
|
1847
1821
|
/**
|
|
1848
|
-
* @
|
|
1822
|
+
* @since 1.24
|
|
1849
1823
|
*
|
|
1850
1824
|
* Sets the array of tokens. The `sap.m.Tokens` are added to the dialog tokenizer Selected Items or Excluded
|
|
1851
1825
|
* Items. Normal tokens are added to the Selected Items tokenizer only and are selected in the table. `
|
|
@@ -1862,7 +1836,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1862
1836
|
aTokens: Token[]
|
|
1863
1837
|
): void;
|
|
1864
1838
|
/**
|
|
1865
|
-
* @
|
|
1839
|
+
* @since 1.24
|
|
1866
1840
|
*
|
|
1867
1841
|
* Update the Control
|
|
1868
1842
|
*
|
|
@@ -1871,11 +1845,10 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1871
1845
|
*/
|
|
1872
1846
|
update(): void;
|
|
1873
1847
|
}
|
|
1874
|
-
export default ValueHelpDialog;
|
|
1875
1848
|
|
|
1876
1849
|
export interface $ValueHelpDialogSettings extends $DialogSettings {
|
|
1877
1850
|
/**
|
|
1878
|
-
* @
|
|
1851
|
+
* @since 1.24
|
|
1879
1852
|
*
|
|
1880
1853
|
* Defines the value for the basic search field. The value is set into the basic search field of the filter
|
|
1881
1854
|
* bar used.
|
|
@@ -1883,28 +1856,28 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1883
1856
|
basicSearchText?: string | PropertyBindingInfo;
|
|
1884
1857
|
|
|
1885
1858
|
/**
|
|
1886
|
-
* @
|
|
1859
|
+
* @since 1.24
|
|
1887
1860
|
*
|
|
1888
1861
|
* Enables multi-selection in the table used.
|
|
1889
1862
|
*/
|
|
1890
1863
|
supportMultiselect?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1891
1864
|
|
|
1892
1865
|
/**
|
|
1893
|
-
* @
|
|
1866
|
+
* @since 1.24
|
|
1894
1867
|
*
|
|
1895
1868
|
* Enables the ranges (conditions) feature in the dialog.
|
|
1896
1869
|
*/
|
|
1897
1870
|
supportRanges?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1898
1871
|
|
|
1899
1872
|
/**
|
|
1900
|
-
* @
|
|
1873
|
+
* @since 1.24
|
|
1901
1874
|
*
|
|
1902
1875
|
* If this property is set to `true`, the value help dialog only supports the ranges (conditions) feature.
|
|
1903
1876
|
*/
|
|
1904
1877
|
supportRangesOnly?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1905
1878
|
|
|
1906
1879
|
/**
|
|
1907
|
-
* @
|
|
1880
|
+
* @since 1.24
|
|
1908
1881
|
*
|
|
1909
1882
|
* Defines the key of the column used for the internal key handling. The value of the column is used for
|
|
1910
1883
|
* the token key and also to identify the row in the table.
|
|
@@ -1912,35 +1885,35 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1912
1885
|
key?: string | PropertyBindingInfo;
|
|
1913
1886
|
|
|
1914
1887
|
/**
|
|
1915
|
-
* @
|
|
1888
|
+
* @since 1.24
|
|
1916
1889
|
*
|
|
1917
1890
|
* Defines the list of additional keys of the column used for the internal key handling.
|
|
1918
1891
|
*/
|
|
1919
1892
|
keys?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
1920
1893
|
|
|
1921
1894
|
/**
|
|
1922
|
-
* @
|
|
1895
|
+
* @since 1.24
|
|
1923
1896
|
*
|
|
1924
1897
|
* Defines the key of the column used for the token text.
|
|
1925
1898
|
*/
|
|
1926
1899
|
descriptionKey?: string | PropertyBindingInfo;
|
|
1927
1900
|
|
|
1928
1901
|
/**
|
|
1929
|
-
* @
|
|
1902
|
+
* @since 1.24
|
|
1930
1903
|
*
|
|
1931
1904
|
* Defines the maximum number of include ranges.
|
|
1932
1905
|
*/
|
|
1933
1906
|
maxIncludeRanges?: string | PropertyBindingInfo;
|
|
1934
1907
|
|
|
1935
1908
|
/**
|
|
1936
|
-
* @
|
|
1909
|
+
* @since 1.24
|
|
1937
1910
|
*
|
|
1938
1911
|
* Defines the maximum number of exclude ranges.
|
|
1939
1912
|
*/
|
|
1940
1913
|
maxExcludeRanges?: string | PropertyBindingInfo;
|
|
1941
1914
|
|
|
1942
1915
|
/**
|
|
1943
|
-
* @
|
|
1916
|
+
* @since 1.24
|
|
1944
1917
|
*
|
|
1945
1918
|
* Represents the display format of the range values. With the `displayFormat` value UpperCase, the entered
|
|
1946
1919
|
* value of the range (condition) is converted to uppercase letters.
|
|
@@ -1948,7 +1921,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1948
1921
|
displayFormat?: string | PropertyBindingInfo;
|
|
1949
1922
|
|
|
1950
1923
|
/**
|
|
1951
|
-
* @
|
|
1924
|
+
* @since 1.24
|
|
1952
1925
|
*
|
|
1953
1926
|
* Represents how the item token text should be displayed in ValueHelpDialog. Use one of the valid `sap.ui.comp.smartfilterbar.DisplayBehaviour`
|
|
1954
1927
|
* values.
|
|
@@ -1956,7 +1929,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1956
1929
|
tokenDisplayBehaviour?: string | PropertyBindingInfo;
|
|
1957
1930
|
|
|
1958
1931
|
/**
|
|
1959
|
-
* @
|
|
1932
|
+
* @since 1.24
|
|
1960
1933
|
*
|
|
1961
1934
|
* Sets the dialog into a filter mode, which only shows ranges (conditions) and hides the tokens.
|
|
1962
1935
|
*/
|
|
@@ -1969,63 +1942,61 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1969
1942
|
filterBar?: Control;
|
|
1970
1943
|
|
|
1971
1944
|
/**
|
|
1972
|
-
* @
|
|
1945
|
+
* @since 1.24
|
|
1973
1946
|
*
|
|
1974
1947
|
* This event is fired when the OK button is pressed.
|
|
1975
1948
|
*/
|
|
1976
|
-
ok?: (oEvent:
|
|
1949
|
+
ok?: (oEvent: ValueHelpDialog$OkEvent) => void;
|
|
1977
1950
|
|
|
1978
1951
|
/**
|
|
1979
|
-
* @
|
|
1952
|
+
* @since 1.24
|
|
1980
1953
|
*
|
|
1981
1954
|
* This event is fired when the Cancel button is pressed.
|
|
1982
1955
|
*/
|
|
1983
1956
|
cancel?: (oEvent: Event) => void;
|
|
1984
1957
|
|
|
1985
1958
|
/**
|
|
1986
|
-
* @
|
|
1959
|
+
* @since 1.32
|
|
1987
1960
|
*
|
|
1988
1961
|
* This event is fired when the user selects an item in the items table.
|
|
1989
1962
|
*
|
|
1990
1963
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
1991
1964
|
*/
|
|
1992
|
-
selectionChange?: (
|
|
1993
|
-
oEvent: Event<$ValueHelpDialogSelectionChangeEventParameters>
|
|
1994
|
-
) => void;
|
|
1965
|
+
selectionChange?: (oEvent: ValueHelpDialog$SelectionChangeEvent) => void;
|
|
1995
1966
|
|
|
1996
1967
|
/**
|
|
1997
|
-
* @
|
|
1968
|
+
* @since 1.32
|
|
1998
1969
|
*
|
|
1999
1970
|
* This event is fired when the user removes one or multiple existing token(s) from the dialog.
|
|
2000
1971
|
*
|
|
2001
1972
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
2002
1973
|
*/
|
|
2003
|
-
tokenRemove?: (
|
|
2004
|
-
oEvent: Event<$ValueHelpDialogTokenRemoveEventParameters>
|
|
2005
|
-
) => void;
|
|
1974
|
+
tokenRemove?: (oEvent: ValueHelpDialog$TokenRemoveEvent) => void;
|
|
2006
1975
|
|
|
2007
1976
|
/**
|
|
2008
|
-
* @
|
|
1977
|
+
* @since 1.32
|
|
2009
1978
|
*
|
|
2010
1979
|
* This event is fired when the table gets an update and all existing tokens must be selected in the table.
|
|
2011
1980
|
*
|
|
2012
1981
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
2013
1982
|
*/
|
|
2014
|
-
updateSelection?: (
|
|
2015
|
-
oEvent: Event<$ValueHelpDialogUpdateSelectionEventParameters>
|
|
2016
|
-
) => void;
|
|
1983
|
+
updateSelection?: (oEvent: ValueHelpDialog$UpdateSelectionEvent) => void;
|
|
2017
1984
|
}
|
|
2018
1985
|
|
|
2019
|
-
export interface $
|
|
1986
|
+
export interface ValueHelpDialog$CancelEventParameters {}
|
|
2020
1987
|
|
|
2021
|
-
export
|
|
1988
|
+
export type ValueHelpDialog$CancelEvent = Event<ValueHelpDialog$CancelEventParameters>;
|
|
1989
|
+
|
|
1990
|
+
export interface ValueHelpDialog$OkEventParameters {
|
|
2022
1991
|
/**
|
|
2023
1992
|
* The array of tokens created or modified on the ValueHelpDialog.
|
|
2024
1993
|
*/
|
|
2025
1994
|
tokens?: Token[];
|
|
2026
1995
|
}
|
|
2027
1996
|
|
|
2028
|
-
export
|
|
1997
|
+
export type ValueHelpDialog$OkEvent = Event<ValueHelpDialog$OkEventParameters>;
|
|
1998
|
+
|
|
1999
|
+
export interface ValueHelpDialog$SelectionChangeEventParameters {
|
|
2029
2000
|
/**
|
|
2030
2001
|
* The RowSelectionChange event parameter from the hosted table that contains the selected items.
|
|
2031
2002
|
*/
|
|
@@ -2044,7 +2015,9 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2044
2015
|
useDefault?: boolean;
|
|
2045
2016
|
}
|
|
2046
2017
|
|
|
2047
|
-
export
|
|
2018
|
+
export type ValueHelpDialog$SelectionChangeEvent = Event<ValueHelpDialog$SelectionChangeEventParameters>;
|
|
2019
|
+
|
|
2020
|
+
export interface ValueHelpDialog$TokenRemoveEventParameters {
|
|
2048
2021
|
/**
|
|
2049
2022
|
* The array of token keys that has been removed.
|
|
2050
2023
|
*/
|
|
@@ -2056,7 +2029,9 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2056
2029
|
useDefault?: boolean;
|
|
2057
2030
|
}
|
|
2058
2031
|
|
|
2059
|
-
export
|
|
2032
|
+
export type ValueHelpDialog$TokenRemoveEvent = Event<ValueHelpDialog$TokenRemoveEventParameters>;
|
|
2033
|
+
|
|
2034
|
+
export interface ValueHelpDialog$UpdateSelectionEventParameters {
|
|
2060
2035
|
/**
|
|
2061
2036
|
* The array of existing token keys for which the selection in the table has to be updated.
|
|
2062
2037
|
*/
|
|
@@ -2067,12 +2042,14 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2067
2042
|
*/
|
|
2068
2043
|
useDefault?: boolean;
|
|
2069
2044
|
}
|
|
2045
|
+
|
|
2046
|
+
export type ValueHelpDialog$UpdateSelectionEvent = Event<ValueHelpDialog$UpdateSelectionEventParameters>;
|
|
2070
2047
|
}
|
|
2071
2048
|
|
|
2072
2049
|
declare module "sap/zen/dsh/ValueHelpRangeOperation" {
|
|
2073
2050
|
/**
|
|
2074
2051
|
* @deprecated (since 1.89)
|
|
2075
|
-
* @
|
|
2052
|
+
* @experimental
|
|
2076
2053
|
*
|
|
2077
2054
|
* Sort Type
|
|
2078
2055
|
*/
|
|
@@ -2127,7 +2104,7 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
|
|
|
2127
2104
|
*
|
|
2128
2105
|
* Model implementation for JSON format
|
|
2129
2106
|
*/
|
|
2130
|
-
class SDKModel extends Model {
|
|
2107
|
+
export default class SDKModel extends Model {
|
|
2131
2108
|
/**
|
|
2132
2109
|
* Constructor for a new SDKModel.
|
|
2133
2110
|
*/
|
|
@@ -2168,7 +2145,6 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
|
|
|
2168
2145
|
*/
|
|
2169
2146
|
static getMetadata(): Metadata;
|
|
2170
2147
|
}
|
|
2171
|
-
export default SDKModel;
|
|
2172
2148
|
}
|
|
2173
2149
|
|
|
2174
2150
|
declare namespace sap {
|