@sapui5/types 1.122.2 → 1.123.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +408 -32
- package/types/sap.chart.d.ts +58 -6
- package/types/sap.collaboration.d.ts +52 -9
- package/types/sap.esh.search.ui.d.ts +2066 -2
- package/types/sap.f.d.ts +435 -98
- package/types/sap.fe.core.d.ts +9 -3
- package/types/sap.fe.macros.d.ts +1075 -70
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +8 -6
- package/types/sap.fe.test.d.ts +309 -7
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1066 -146
- package/types/sap.insights.d.ts +4 -2
- package/types/sap.m.d.ts +3961 -399
- package/types/sap.makit.d.ts +115 -14
- package/types/sap.me.d.ts +84 -7
- package/types/sap.ndc.d.ts +22 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +44 -11
- package/types/sap.sac.df.d.ts +119 -67
- package/types/sap.suite.ui.commons.d.ts +1146 -2474
- package/types/sap.suite.ui.generic.template.d.ts +10 -2
- package/types/sap.suite.ui.microchart.d.ts +190 -28
- package/types/sap.tnt.d.ts +46 -10
- package/types/sap.ui.codeeditor.d.ts +16 -2
- package/types/sap.ui.commons.d.ts +797 -121
- package/types/sap.ui.comp.d.ts +964 -124
- package/types/sap.ui.core.d.ts +13204 -12618
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +22 -5
- package/types/sap.ui.fl.d.ts +40 -3
- package/types/sap.ui.generic.app.d.ts +217 -201
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +147 -9
- package/types/sap.ui.layout.d.ts +171 -47
- package/types/sap.ui.mdc.d.ts +554 -71
- package/types/sap.ui.richtexteditor.d.ts +28 -2
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +278 -74
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +481 -42
- package/types/sap.ui.ux3.d.ts +527 -34
- package/types/sap.ui.vbm.d.ts +544 -48
- package/types/sap.ui.vk.d.ts +1588 -133
- package/types/sap.ui.vtm.d.ts +373 -27
- package/types/sap.ui.webc.common.d.ts +7 -1
- package/types/sap.ui.webc.fiori.d.ts +351 -29
- package/types/sap.ui.webc.main.d.ts +1035 -83
- package/types/sap.uiext.inbox.d.ts +124 -13
- package/types/sap.ushell.d.ts +1081 -383
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +123 -23
- package/types/sap.viz.d.ts +2619 -130
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +35 -15
- package/types/sap.zen.crosstab.d.ts +22 -10
- package/types/sap.zen.dsh.d.ts +64 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/commons/library" {}
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ declare module "sap/zen/commons/HAlign" {
|
|
|
7
7
|
* Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
|
|
8
8
|
* depend on the current locale's writing direction while others do not.
|
|
9
9
|
*
|
|
10
|
-
* @deprecated (since 1.89.0)
|
|
10
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
11
11
|
*/
|
|
12
12
|
enum HAlign {
|
|
13
13
|
/**
|
|
@@ -51,7 +51,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
51
51
|
/**
|
|
52
52
|
* The Absolute Layout positions its child controls absolutely
|
|
53
53
|
*
|
|
54
|
-
* @deprecated (since 1.38)
|
|
54
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
55
55
|
*/
|
|
56
56
|
export default class AbsoluteLayout extends Control {
|
|
57
57
|
/**
|
|
@@ -204,7 +204,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
204
204
|
*
|
|
205
205
|
* The overall width of the control. When not set, 100% is automatically set.
|
|
206
206
|
*
|
|
207
|
-
* Default value is `
|
|
207
|
+
* Default value is `"100%"`.
|
|
208
208
|
*
|
|
209
209
|
*
|
|
210
210
|
* @returns Value of property `width`
|
|
@@ -386,7 +386,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
386
386
|
*
|
|
387
387
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
388
388
|
*
|
|
389
|
-
* Default value is `
|
|
389
|
+
* Default value is `"100%"`.
|
|
390
390
|
*
|
|
391
391
|
*
|
|
392
392
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -398,7 +398,11 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
398
398
|
sWidth?: CSSSize
|
|
399
399
|
): this;
|
|
400
400
|
}
|
|
401
|
-
|
|
401
|
+
/**
|
|
402
|
+
* Describes the settings that can be provided to the AbsoluteLayout constructor.
|
|
403
|
+
*
|
|
404
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
405
|
+
*/
|
|
402
406
|
export interface $AbsoluteLayoutSettings extends $ControlSettings {
|
|
403
407
|
/**
|
|
404
408
|
* The overall width of the control. When not set, 100% is automatically set.
|
|
@@ -750,7 +754,11 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
|
|
|
750
754
|
sWidths?: CSSSize[]
|
|
751
755
|
): this;
|
|
752
756
|
}
|
|
753
|
-
|
|
757
|
+
/**
|
|
758
|
+
* Describes the settings that can be provided to the MatrixLayout constructor.
|
|
759
|
+
*
|
|
760
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
|
|
761
|
+
*/
|
|
754
762
|
export interface $MatrixLayoutSettings extends $ControlSettings {
|
|
755
763
|
/**
|
|
756
764
|
* CSS width of the matrix layout. If the LayoutFixed = true a adequate width should be provided.
|
|
@@ -893,7 +901,11 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
893
901
|
sStyleClass: string
|
|
894
902
|
): MatrixLayoutCell;
|
|
895
903
|
}
|
|
896
|
-
|
|
904
|
+
/**
|
|
905
|
+
* Describes the settings that can be provided to the MatrixLayoutCell constructor.
|
|
906
|
+
*
|
|
907
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
|
|
908
|
+
*/
|
|
897
909
|
export interface $MatrixLayoutCellSettings extends $ElementSettings {}
|
|
898
910
|
}
|
|
899
911
|
|
|
@@ -914,7 +926,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
|
|
|
914
926
|
/**
|
|
915
927
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
916
928
|
*
|
|
917
|
-
* @deprecated (since 1.
|
|
929
|
+
* @deprecated (since 1.38) - replaced by {@link sap.ui.layout.Grid}.
|
|
918
930
|
*/
|
|
919
931
|
export default class MatrixLayoutRow extends UI5Element {
|
|
920
932
|
/**
|
|
@@ -1142,7 +1154,11 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
|
|
|
1142
1154
|
sHeight?: CSSSize
|
|
1143
1155
|
): this;
|
|
1144
1156
|
}
|
|
1145
|
-
|
|
1157
|
+
/**
|
|
1158
|
+
* Describes the settings that can be provided to the MatrixLayoutRow constructor.
|
|
1159
|
+
*
|
|
1160
|
+
* @deprecated (since 1.38) - replaced by {@link sap.ui.layout.Grid}.
|
|
1161
|
+
*/
|
|
1146
1162
|
export interface $MatrixLayoutRowSettings extends $ElementSettings {
|
|
1147
1163
|
/**
|
|
1148
1164
|
* Height of the row.
|
|
@@ -1174,7 +1190,7 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1174
1190
|
/**
|
|
1175
1191
|
* Is used to specify the position of a control in the AbsoluteLayout
|
|
1176
1192
|
*
|
|
1177
|
-
* @deprecated (since 1.89)
|
|
1193
|
+
* @deprecated (since 1.89) - the concept has been discarded.
|
|
1178
1194
|
*/
|
|
1179
1195
|
export default class PositionContainer extends UI5Element {
|
|
1180
1196
|
/**
|
|
@@ -1438,7 +1454,11 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1438
1454
|
oPos: object
|
|
1439
1455
|
): void;
|
|
1440
1456
|
}
|
|
1441
|
-
|
|
1457
|
+
/**
|
|
1458
|
+
* Describes the settings that can be provided to the PositionContainer constructor.
|
|
1459
|
+
*
|
|
1460
|
+
* @deprecated (since 1.89) - the concept has been discarded.
|
|
1461
|
+
*/
|
|
1442
1462
|
export interface $PositionContainerSettings extends $ElementSettings {
|
|
1443
1463
|
/**
|
|
1444
1464
|
* Defines the distance to the top of the layout (as specified in HTML)
|
|
@@ -1485,7 +1505,7 @@ declare module "sap/zen/commons/Padding" {
|
|
|
1485
1505
|
* include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards
|
|
1486
1506
|
* the beginning or end of a line, in the current locale's writing direction.
|
|
1487
1507
|
*
|
|
1488
|
-
* @deprecated (since 1.89)
|
|
1508
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
1489
1509
|
* @experimental
|
|
1490
1510
|
*/
|
|
1491
1511
|
enum Padding {
|
|
@@ -1520,7 +1540,7 @@ declare module "sap/zen/commons/Separation" {
|
|
|
1520
1540
|
* Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
|
|
1521
1541
|
* without a vertical line in its middle.
|
|
1522
1542
|
*
|
|
1523
|
-
* @deprecated (since 1.89.0)
|
|
1543
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
1524
1544
|
*/
|
|
1525
1545
|
enum Separation {
|
|
1526
1546
|
/**
|
|
@@ -1559,7 +1579,7 @@ declare module "sap/zen/commons/VAlign" {
|
|
|
1559
1579
|
/**
|
|
1560
1580
|
* Vertical alignment, e.g. of a layout cell's content within the cell's borders.
|
|
1561
1581
|
*
|
|
1562
|
-
* @deprecated (since 1.89.0)
|
|
1582
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
1563
1583
|
*/
|
|
1564
1584
|
enum VAlign {
|
|
1565
1585
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/crosstab/library" {}
|
|
4
4
|
|
|
@@ -14,7 +14,7 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
14
14
|
/**
|
|
15
15
|
* Add your documentation for the new Crosstab
|
|
16
16
|
*
|
|
17
|
-
* @deprecated (since 1.89.0)
|
|
17
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
18
18
|
*/
|
|
19
19
|
export default class Crosstab extends Control {
|
|
20
20
|
/**
|
|
@@ -130,7 +130,11 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
130
130
|
sWidth?: CSSSize
|
|
131
131
|
): this;
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
/**
|
|
134
|
+
* Describes the settings that can be provided to the Crosstab constructor.
|
|
135
|
+
*
|
|
136
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
137
|
+
*/
|
|
134
138
|
export interface $CrosstabSettings extends $ControlSettings {
|
|
135
139
|
/**
|
|
136
140
|
* Width of the Crosstab.
|
|
@@ -154,7 +158,7 @@ declare module "sap/zen/crosstab/DataCell" {
|
|
|
154
158
|
/**
|
|
155
159
|
* Add your documentation for the new DataCell
|
|
156
160
|
*
|
|
157
|
-
* @deprecated (since 1.89.0)
|
|
161
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
158
162
|
*/
|
|
159
163
|
export default class DataCell extends Control {
|
|
160
164
|
/**
|
|
@@ -372,7 +376,11 @@ declare module "sap/zen/crosstab/DataCell" {
|
|
|
372
376
|
sText?: string
|
|
373
377
|
): this;
|
|
374
378
|
}
|
|
375
|
-
|
|
379
|
+
/**
|
|
380
|
+
* Describes the settings that can be provided to the DataCell constructor.
|
|
381
|
+
*
|
|
382
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
383
|
+
*/
|
|
376
384
|
export interface $DataCellSettings extends $ControlSettings {
|
|
377
385
|
/**
|
|
378
386
|
* the text of the data cell
|
|
@@ -416,7 +424,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
416
424
|
/**
|
|
417
425
|
* Add your documentation for the new HeaderCell
|
|
418
426
|
*
|
|
419
|
-
* @deprecated (since 1.89.0)
|
|
427
|
+
* @deprecated (since 1.89.0) - please use the WD Grid control instead.
|
|
420
428
|
*/
|
|
421
429
|
export default class HeaderCell extends Control {
|
|
422
430
|
/**
|
|
@@ -578,7 +586,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
578
586
|
*
|
|
579
587
|
* Default value is `1`.
|
|
580
588
|
*
|
|
581
|
-
* @deprecated (since 1.89.0)
|
|
589
|
+
* @deprecated (since 1.89.0) - the concept has been discarded.
|
|
582
590
|
*
|
|
583
591
|
* @returns Value of property `htmlIE8RowSpan`
|
|
584
592
|
*/
|
|
@@ -869,7 +877,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
869
877
|
*
|
|
870
878
|
* Default value is `1`.
|
|
871
879
|
*
|
|
872
|
-
* @deprecated (since 1.89.0)
|
|
880
|
+
* @deprecated (since 1.89.0) - the concept has been discarded.
|
|
873
881
|
*
|
|
874
882
|
* @returns Reference to `this` in order to allow method chaining
|
|
875
883
|
*/
|
|
@@ -1088,7 +1096,11 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
1088
1096
|
sText?: string
|
|
1089
1097
|
): this;
|
|
1090
1098
|
}
|
|
1091
|
-
|
|
1099
|
+
/**
|
|
1100
|
+
* Describes the settings that can be provided to the HeaderCell constructor.
|
|
1101
|
+
*
|
|
1102
|
+
* @deprecated (since 1.89.0) - please use the WD Grid control instead.
|
|
1103
|
+
*/
|
|
1092
1104
|
export interface $HeaderCellSettings extends $ControlSettings {
|
|
1093
1105
|
/**
|
|
1094
1106
|
* Rowspan of the cell
|
|
@@ -1173,7 +1185,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
1173
1185
|
/**
|
|
1174
1186
|
* the IE8 row span
|
|
1175
1187
|
*
|
|
1176
|
-
* @deprecated (since 1.89.0)
|
|
1188
|
+
* @deprecated (since 1.89.0) - the concept has been discarded.
|
|
1177
1189
|
*/
|
|
1178
1190
|
htmlIE8RowSpan?: int | PropertyBindingInfo | `{${string}}`;
|
|
1179
1191
|
|
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/dsh/library" {}
|
|
4
4
|
|
|
@@ -17,7 +17,7 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
17
17
|
* Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
|
|
18
18
|
*
|
|
19
19
|
* @since 1.46
|
|
20
|
-
* @deprecated (since 1.89.0)
|
|
20
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
21
21
|
* @experimental (since 1.46) - API is incomplete and may change incompatibly
|
|
22
22
|
*/
|
|
23
23
|
export default class AnalyticGrid extends Control {
|
|
@@ -401,7 +401,12 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
401
401
|
sWidth?: CSSSize
|
|
402
402
|
): this;
|
|
403
403
|
}
|
|
404
|
-
|
|
404
|
+
/**
|
|
405
|
+
* Describes the settings that can be provided to the AnalyticGrid constructor.
|
|
406
|
+
*
|
|
407
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
408
|
+
* @experimental (since 1.46) - API is incomplete and may change incompatibly
|
|
409
|
+
*/
|
|
405
410
|
export interface $AnalyticGridSettings extends $ControlSettings {
|
|
406
411
|
/**
|
|
407
412
|
* Desired width of the AnalyticGrid control
|
|
@@ -448,6 +453,9 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
448
453
|
selectionChange?: (oEvent: AnalyticGrid$SelectionChangeEvent) => void;
|
|
449
454
|
}
|
|
450
455
|
|
|
456
|
+
/**
|
|
457
|
+
* Parameters of the AnalyticGrid#selectionChange event.
|
|
458
|
+
*/
|
|
451
459
|
export interface AnalyticGrid$SelectionChangeEventParameters {
|
|
452
460
|
/**
|
|
453
461
|
* A SelectionVariant specifying the current selection state of the AnalyticGrid.
|
|
@@ -455,11 +463,17 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
455
463
|
selection?: object;
|
|
456
464
|
}
|
|
457
465
|
|
|
466
|
+
/**
|
|
467
|
+
* Event object of the AnalyticGrid#selectionChange event.
|
|
468
|
+
*/
|
|
458
469
|
export type AnalyticGrid$SelectionChangeEvent = Event<
|
|
459
470
|
AnalyticGrid$SelectionChangeEventParameters,
|
|
460
471
|
AnalyticGrid
|
|
461
472
|
>;
|
|
462
473
|
|
|
474
|
+
/**
|
|
475
|
+
* Parameters of the AnalyticGrid#stateChange event.
|
|
476
|
+
*/
|
|
463
477
|
export interface AnalyticGrid$StateChangeEventParameters {
|
|
464
478
|
/**
|
|
465
479
|
* Serialized state string.
|
|
@@ -467,6 +481,9 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
467
481
|
state?: string;
|
|
468
482
|
}
|
|
469
483
|
|
|
484
|
+
/**
|
|
485
|
+
* Event object of the AnalyticGrid#stateChange event.
|
|
486
|
+
*/
|
|
470
487
|
export type AnalyticGrid$StateChangeEvent = Event<
|
|
471
488
|
AnalyticGrid$StateChangeEventParameters,
|
|
472
489
|
AnalyticGrid
|
|
@@ -486,7 +503,7 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
486
503
|
* Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
|
|
487
504
|
*
|
|
488
505
|
* @since 1.44
|
|
489
|
-
* @deprecated (since 1.89)
|
|
506
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
490
507
|
*/
|
|
491
508
|
export default class Dsh extends Control {
|
|
492
509
|
/**
|
|
@@ -926,7 +943,11 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
926
943
|
sWidth?: CSSSize
|
|
927
944
|
): this;
|
|
928
945
|
}
|
|
929
|
-
|
|
946
|
+
/**
|
|
947
|
+
* Describes the settings that can be provided to the Dsh constructor.
|
|
948
|
+
*
|
|
949
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
950
|
+
*/
|
|
930
951
|
export interface $DshSettings extends $ControlSettings {
|
|
931
952
|
/**
|
|
932
953
|
* Name of the Design Studio application to be opened.
|
|
@@ -1008,7 +1029,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1008
1029
|
/**
|
|
1009
1030
|
* The ValueHelpDialog control can be used to implement a value help for an input field.
|
|
1010
1031
|
*
|
|
1011
|
-
* @deprecated (since 1.89)
|
|
1032
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
1012
1033
|
*/
|
|
1013
1034
|
export default class ValueHelpDialog extends Dialog {
|
|
1014
1035
|
/**
|
|
@@ -1900,7 +1921,11 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1900
1921
|
*/
|
|
1901
1922
|
update(): void;
|
|
1902
1923
|
}
|
|
1903
|
-
|
|
1924
|
+
/**
|
|
1925
|
+
* Describes the settings that can be provided to the ValueHelpDialog constructor.
|
|
1926
|
+
*
|
|
1927
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
1928
|
+
*/
|
|
1904
1929
|
export interface $ValueHelpDialogSettings extends $DialogSettings {
|
|
1905
1930
|
/**
|
|
1906
1931
|
* Defines the value for the basic search field. The value is set into the basic search field of the filter
|
|
@@ -2038,13 +2063,22 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2038
2063
|
updateSelection?: (oEvent: ValueHelpDialog$UpdateSelectionEvent) => void;
|
|
2039
2064
|
}
|
|
2040
2065
|
|
|
2066
|
+
/**
|
|
2067
|
+
* Parameters of the ValueHelpDialog#cancel event.
|
|
2068
|
+
*/
|
|
2041
2069
|
export interface ValueHelpDialog$CancelEventParameters {}
|
|
2042
2070
|
|
|
2071
|
+
/**
|
|
2072
|
+
* Event object of the ValueHelpDialog#cancel event.
|
|
2073
|
+
*/
|
|
2043
2074
|
export type ValueHelpDialog$CancelEvent = Event<
|
|
2044
2075
|
ValueHelpDialog$CancelEventParameters,
|
|
2045
2076
|
ValueHelpDialog
|
|
2046
2077
|
>;
|
|
2047
2078
|
|
|
2079
|
+
/**
|
|
2080
|
+
* Parameters of the ValueHelpDialog#ok event.
|
|
2081
|
+
*/
|
|
2048
2082
|
export interface ValueHelpDialog$OkEventParameters {
|
|
2049
2083
|
/**
|
|
2050
2084
|
* The array of tokens created or modified on the ValueHelpDialog.
|
|
@@ -2052,11 +2086,17 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2052
2086
|
tokens?: Token[];
|
|
2053
2087
|
}
|
|
2054
2088
|
|
|
2089
|
+
/**
|
|
2090
|
+
* Event object of the ValueHelpDialog#ok event.
|
|
2091
|
+
*/
|
|
2055
2092
|
export type ValueHelpDialog$OkEvent = Event<
|
|
2056
2093
|
ValueHelpDialog$OkEventParameters,
|
|
2057
2094
|
ValueHelpDialog
|
|
2058
2095
|
>;
|
|
2059
2096
|
|
|
2097
|
+
/**
|
|
2098
|
+
* Parameters of the ValueHelpDialog#selectionChange event.
|
|
2099
|
+
*/
|
|
2060
2100
|
export interface ValueHelpDialog$SelectionChangeEventParameters {
|
|
2061
2101
|
/**
|
|
2062
2102
|
* The RowSelectionChange event parameter from the hosted table that contains the selected items.
|
|
@@ -2076,11 +2116,17 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2076
2116
|
useDefault?: boolean;
|
|
2077
2117
|
}
|
|
2078
2118
|
|
|
2119
|
+
/**
|
|
2120
|
+
* Event object of the ValueHelpDialog#selectionChange event.
|
|
2121
|
+
*/
|
|
2079
2122
|
export type ValueHelpDialog$SelectionChangeEvent = Event<
|
|
2080
2123
|
ValueHelpDialog$SelectionChangeEventParameters,
|
|
2081
2124
|
ValueHelpDialog
|
|
2082
2125
|
>;
|
|
2083
2126
|
|
|
2127
|
+
/**
|
|
2128
|
+
* Parameters of the ValueHelpDialog#tokenRemove event.
|
|
2129
|
+
*/
|
|
2084
2130
|
export interface ValueHelpDialog$TokenRemoveEventParameters {
|
|
2085
2131
|
/**
|
|
2086
2132
|
* The array of token keys that has been removed.
|
|
@@ -2093,11 +2139,17 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2093
2139
|
useDefault?: boolean;
|
|
2094
2140
|
}
|
|
2095
2141
|
|
|
2142
|
+
/**
|
|
2143
|
+
* Event object of the ValueHelpDialog#tokenRemove event.
|
|
2144
|
+
*/
|
|
2096
2145
|
export type ValueHelpDialog$TokenRemoveEvent = Event<
|
|
2097
2146
|
ValueHelpDialog$TokenRemoveEventParameters,
|
|
2098
2147
|
ValueHelpDialog
|
|
2099
2148
|
>;
|
|
2100
2149
|
|
|
2150
|
+
/**
|
|
2151
|
+
* Parameters of the ValueHelpDialog#updateSelection event.
|
|
2152
|
+
*/
|
|
2101
2153
|
export interface ValueHelpDialog$UpdateSelectionEventParameters {
|
|
2102
2154
|
/**
|
|
2103
2155
|
* The array of existing token keys for which the selection in the table has to be updated.
|
|
@@ -2110,6 +2162,9 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2110
2162
|
useDefault?: boolean;
|
|
2111
2163
|
}
|
|
2112
2164
|
|
|
2165
|
+
/**
|
|
2166
|
+
* Event object of the ValueHelpDialog#updateSelection event.
|
|
2167
|
+
*/
|
|
2113
2168
|
export type ValueHelpDialog$UpdateSelectionEvent = Event<
|
|
2114
2169
|
ValueHelpDialog$UpdateSelectionEventParameters,
|
|
2115
2170
|
ValueHelpDialog
|
|
@@ -2120,7 +2175,7 @@ declare module "sap/zen/dsh/ValueHelpRangeOperation" {
|
|
|
2120
2175
|
/**
|
|
2121
2176
|
* Sort Type
|
|
2122
2177
|
*
|
|
2123
|
-
* @deprecated (since 1.89)
|
|
2178
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
2124
2179
|
* @experimental
|
|
2125
2180
|
*/
|
|
2126
2181
|
enum ValueHelpRangeOperation {
|
|
@@ -2172,7 +2227,7 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
|
|
|
2172
2227
|
/**
|
|
2173
2228
|
* Model implementation for JSON format
|
|
2174
2229
|
*
|
|
2175
|
-
* @deprecated (since 1.89.0)
|
|
2230
|
+
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
2176
2231
|
*/
|
|
2177
2232
|
export default class SDKModel extends Model {
|
|
2178
2233
|
/**
|