@sapui5/ts-types-esm 1.145.2 → 1.145.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
- package/types/{mdc-1.145.0-esm-d.ts → mdc-1.145.2-esm-d.ts} +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +2 -2
- 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 +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +39 -25
- package/types/sap.zen.crosstab.d.ts +13 -7
- package/types/sap.zen.dsh.d.ts +17 -9
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
35
35
|
/// <reference path="./sap.makit.d.ts"/>
|
|
36
|
-
/// <reference path="./mdc-1.145.
|
|
36
|
+
/// <reference path="./mdc-1.145.2-esm-d.ts"/>
|
|
37
37
|
/// <reference path="./mobile-1.145.0-esm-d.ts"/>
|
|
38
38
|
/// <reference path="./sap.me.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ndc.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.145.
|
|
1
|
+
// For Library Version: 1.145.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/AINotice" {
|
|
4
4
|
import {
|
|
@@ -7521,7 +7521,7 @@ declare module "sap/fe/macros/table/ColumnExportSettings" {
|
|
|
7521
7521
|
/**
|
|
7522
7522
|
* Determines the width of the column in characters
|
|
7523
7523
|
*/
|
|
7524
|
-
width?:
|
|
7524
|
+
width?: int | PropertyBindingInfo | `{${string}}`;
|
|
7525
7525
|
|
|
7526
7526
|
/**
|
|
7527
7527
|
* Determines if the content needs to be wrapped.
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.geomap.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.145.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/commons/library" {}
|
|
4
4
|
|
|
@@ -7,7 +7,8 @@ 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 As of version 1.89.
|
|
10
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
11
|
+
* apps in S/4HANA.
|
|
11
12
|
*/
|
|
12
13
|
enum HAlign {
|
|
13
14
|
/**
|
|
@@ -51,7 +52,8 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
51
52
|
/**
|
|
52
53
|
* The Absolute Layout positions its child controls absolutely
|
|
53
54
|
*
|
|
54
|
-
* @deprecated As of version 1.38. the concept has been discarded.
|
|
55
|
+
* @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
|
|
56
|
+
* and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
55
57
|
*/
|
|
56
58
|
export default class AbsoluteLayout extends Control {
|
|
57
59
|
/**
|
|
@@ -401,7 +403,8 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
401
403
|
/**
|
|
402
404
|
* Describes the settings that can be provided to the AbsoluteLayout constructor.
|
|
403
405
|
*
|
|
404
|
-
* @deprecated As of version 1.38. the concept has been discarded.
|
|
406
|
+
* @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
|
|
407
|
+
* and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
405
408
|
*/
|
|
406
409
|
export interface $AbsoluteLayoutSettings extends $ControlSettings {
|
|
407
410
|
/**
|
|
@@ -458,7 +461,8 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
|
|
|
458
461
|
} from "sap/ui/base/ManagedObject";
|
|
459
462
|
|
|
460
463
|
/**
|
|
461
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
464
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
465
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
462
466
|
*/
|
|
463
467
|
export default class MatrixLayout extends Control {
|
|
464
468
|
/**
|
|
@@ -757,7 +761,8 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
|
|
|
757
761
|
/**
|
|
758
762
|
* Describes the settings that can be provided to the MatrixLayout constructor.
|
|
759
763
|
*
|
|
760
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
764
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
765
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
761
766
|
*/
|
|
762
767
|
export interface $MatrixLayoutSettings extends $ControlSettings {
|
|
763
768
|
/**
|
|
@@ -818,7 +823,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
818
823
|
/**
|
|
819
824
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
820
825
|
*
|
|
821
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
826
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
827
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
822
828
|
*/
|
|
823
829
|
export default class MatrixLayoutCell extends UI5Element {
|
|
824
830
|
/**
|
|
@@ -945,7 +951,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
945
951
|
*
|
|
946
952
|
* Determines the matrix layout cell's background design.
|
|
947
953
|
*
|
|
948
|
-
* Default value is `
|
|
954
|
+
* Default value is `"Transparent"`.
|
|
949
955
|
*
|
|
950
956
|
*
|
|
951
957
|
* @returns Value of property `backgroundDesign`
|
|
@@ -976,7 +982,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
976
982
|
*
|
|
977
983
|
* Determines the horizontal alignment of the matrix layout cell's content with the cell's borders.
|
|
978
984
|
*
|
|
979
|
-
* Default value is `
|
|
985
|
+
* Default value is `"Begin"`.
|
|
980
986
|
*
|
|
981
987
|
*
|
|
982
988
|
* @returns Value of property `hAlign`
|
|
@@ -989,7 +995,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
989
995
|
* is appropriate for all cells in a form-like layout. Consider to remove the padding on the outer layout
|
|
990
996
|
* in case of nesting.
|
|
991
997
|
*
|
|
992
|
-
* Default value is `
|
|
998
|
+
* Default value is `"End"`.
|
|
993
999
|
*
|
|
994
1000
|
*
|
|
995
1001
|
* @returns Value of property `padding`
|
|
@@ -1013,7 +1019,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1013
1019
|
* Determines how a matrix layout cell is separated from its predecessor, via a vertical gutter of variable
|
|
1014
1020
|
* width, with or without a vertical line.
|
|
1015
1021
|
*
|
|
1016
|
-
* Default value is `
|
|
1022
|
+
* Default value is `"None"`.
|
|
1017
1023
|
*
|
|
1018
1024
|
*
|
|
1019
1025
|
* @returns Value of property `separation`
|
|
@@ -1024,7 +1030,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1024
1030
|
*
|
|
1025
1031
|
* Determines the vertical alignment of the matrix layout cell's content with the cell's borders.
|
|
1026
1032
|
*
|
|
1027
|
-
* Default value is `
|
|
1033
|
+
* Default value is `"Middle"`.
|
|
1028
1034
|
*
|
|
1029
1035
|
*
|
|
1030
1036
|
* @returns Value of property `vAlign`
|
|
@@ -1111,7 +1117,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1111
1117
|
*
|
|
1112
1118
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1113
1119
|
*
|
|
1114
|
-
* Default value is `
|
|
1120
|
+
* Default value is `"Transparent"`.
|
|
1115
1121
|
*
|
|
1116
1122
|
*
|
|
1117
1123
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1147,7 +1153,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1147
1153
|
*
|
|
1148
1154
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1149
1155
|
*
|
|
1150
|
-
* Default value is `
|
|
1156
|
+
* Default value is `"Begin"`.
|
|
1151
1157
|
*
|
|
1152
1158
|
*
|
|
1153
1159
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1167,7 +1173,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1167
1173
|
*
|
|
1168
1174
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1169
1175
|
*
|
|
1170
|
-
* Default value is `
|
|
1176
|
+
* Default value is `"End"`.
|
|
1171
1177
|
*
|
|
1172
1178
|
*
|
|
1173
1179
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1205,7 +1211,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1205
1211
|
*
|
|
1206
1212
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1207
1213
|
*
|
|
1208
|
-
* Default value is `
|
|
1214
|
+
* Default value is `"None"`.
|
|
1209
1215
|
*
|
|
1210
1216
|
*
|
|
1211
1217
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1223,7 +1229,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1223
1229
|
*
|
|
1224
1230
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1225
1231
|
*
|
|
1226
|
-
* Default value is `
|
|
1232
|
+
* Default value is `"Middle"`.
|
|
1227
1233
|
*
|
|
1228
1234
|
*
|
|
1229
1235
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1238,7 +1244,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
1238
1244
|
/**
|
|
1239
1245
|
* Describes the settings that can be provided to the MatrixLayoutCell constructor.
|
|
1240
1246
|
*
|
|
1241
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
1247
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
1248
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
1242
1249
|
*/
|
|
1243
1250
|
export interface $MatrixLayoutCellSettings extends $ElementSettings {}
|
|
1244
1251
|
}
|
|
@@ -1260,7 +1267,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
|
|
|
1260
1267
|
/**
|
|
1261
1268
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
1262
1269
|
*
|
|
1263
|
-
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
|
|
1270
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
|
|
1271
|
+
* is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
1264
1272
|
*/
|
|
1265
1273
|
export default class MatrixLayoutRow extends UI5Element {
|
|
1266
1274
|
/**
|
|
@@ -1491,7 +1499,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
|
|
|
1491
1499
|
/**
|
|
1492
1500
|
* Describes the settings that can be provided to the MatrixLayoutRow constructor.
|
|
1493
1501
|
*
|
|
1494
|
-
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
|
|
1502
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
|
|
1503
|
+
* is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
1495
1504
|
*/
|
|
1496
1505
|
export interface $MatrixLayoutRowSettings extends $ElementSettings {
|
|
1497
1506
|
/**
|
|
@@ -1524,7 +1533,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1524
1533
|
/**
|
|
1525
1534
|
* Is used to specify the position of a control in the AbsoluteLayout
|
|
1526
1535
|
*
|
|
1527
|
-
* @deprecated As of version 1.89.
|
|
1536
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1537
|
+
* apps in S/4HANA.
|
|
1528
1538
|
*/
|
|
1529
1539
|
export default class PositionContainer extends UI5Element {
|
|
1530
1540
|
/**
|
|
@@ -1791,7 +1801,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1791
1801
|
/**
|
|
1792
1802
|
* Describes the settings that can be provided to the PositionContainer constructor.
|
|
1793
1803
|
*
|
|
1794
|
-
* @deprecated As of version 1.89.
|
|
1804
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1805
|
+
* apps in S/4HANA.
|
|
1795
1806
|
*/
|
|
1796
1807
|
export interface $PositionContainerSettings extends $ElementSettings {
|
|
1797
1808
|
/**
|
|
@@ -1839,7 +1850,8 @@ declare module "sap/zen/commons/Padding" {
|
|
|
1839
1850
|
* include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards
|
|
1840
1851
|
* the beginning or end of a line, in the current locale's writing direction.
|
|
1841
1852
|
*
|
|
1842
|
-
* @deprecated As of version 1.89.
|
|
1853
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1854
|
+
* apps in S/4HANA.
|
|
1843
1855
|
* @experimental
|
|
1844
1856
|
*/
|
|
1845
1857
|
enum Padding {
|
|
@@ -1874,7 +1886,8 @@ declare module "sap/zen/commons/Separation" {
|
|
|
1874
1886
|
* Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
|
|
1875
1887
|
* without a vertical line in its middle.
|
|
1876
1888
|
*
|
|
1877
|
-
* @deprecated As of version 1.89.
|
|
1889
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1890
|
+
* apps in S/4HANA.
|
|
1878
1891
|
*/
|
|
1879
1892
|
enum Separation {
|
|
1880
1893
|
/**
|
|
@@ -1913,7 +1926,8 @@ declare module "sap/zen/commons/VAlign" {
|
|
|
1913
1926
|
/**
|
|
1914
1927
|
* Vertical alignment, e.g. of a layout cell's content within the cell's borders.
|
|
1915
1928
|
*
|
|
1916
|
-
* @deprecated As of version 1.89.
|
|
1929
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1930
|
+
* apps in S/4HANA.
|
|
1917
1931
|
*/
|
|
1918
1932
|
enum VAlign {
|
|
1919
1933
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.145.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/crosstab/library" {}
|
|
4
4
|
|
|
@@ -14,7 +14,8 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
14
14
|
/**
|
|
15
15
|
* Add your documentation for the new Crosstab
|
|
16
16
|
*
|
|
17
|
-
* @deprecated As of version 1.89.
|
|
17
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
18
|
+
* apps in S/4HANA.
|
|
18
19
|
*/
|
|
19
20
|
export default class Crosstab extends Control {
|
|
20
21
|
/**
|
|
@@ -133,7 +134,8 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
133
134
|
/**
|
|
134
135
|
* Describes the settings that can be provided to the Crosstab constructor.
|
|
135
136
|
*
|
|
136
|
-
* @deprecated As of version 1.89.
|
|
137
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
138
|
+
* apps in S/4HANA.
|
|
137
139
|
*/
|
|
138
140
|
export interface $CrosstabSettings extends $ControlSettings {
|
|
139
141
|
/**
|
|
@@ -158,7 +160,8 @@ declare module "sap/zen/crosstab/DataCell" {
|
|
|
158
160
|
/**
|
|
159
161
|
* Add your documentation for the new DataCell
|
|
160
162
|
*
|
|
161
|
-
* @deprecated As of version 1.89.
|
|
163
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
164
|
+
* apps in S/4HANA.
|
|
162
165
|
*/
|
|
163
166
|
export default class DataCell extends Control {
|
|
164
167
|
/**
|
|
@@ -379,7 +382,8 @@ declare module "sap/zen/crosstab/DataCell" {
|
|
|
379
382
|
/**
|
|
380
383
|
* Describes the settings that can be provided to the DataCell constructor.
|
|
381
384
|
*
|
|
382
|
-
* @deprecated As of version 1.89.
|
|
385
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
386
|
+
* apps in S/4HANA.
|
|
383
387
|
*/
|
|
384
388
|
export interface $DataCellSettings extends $ControlSettings {
|
|
385
389
|
/**
|
|
@@ -424,7 +428,8 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
424
428
|
/**
|
|
425
429
|
* Add your documentation for the new HeaderCell
|
|
426
430
|
*
|
|
427
|
-
* @deprecated As of version 1.89.
|
|
431
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
432
|
+
* apps in S/4HANA.
|
|
428
433
|
*/
|
|
429
434
|
export default class HeaderCell extends Control {
|
|
430
435
|
/**
|
|
@@ -1099,7 +1104,8 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
1099
1104
|
/**
|
|
1100
1105
|
* Describes the settings that can be provided to the HeaderCell constructor.
|
|
1101
1106
|
*
|
|
1102
|
-
* @deprecated As of version 1.89.
|
|
1107
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1108
|
+
* apps in S/4HANA.
|
|
1103
1109
|
*/
|
|
1104
1110
|
export interface $HeaderCellSettings extends $ControlSettings {
|
|
1105
1111
|
/**
|
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.145.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/dsh/library" {}
|
|
4
4
|
|
|
@@ -17,7 +17,8 @@ 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 As of version 1.89.
|
|
20
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
21
|
+
* apps in S/4HANA.
|
|
21
22
|
* @experimental As of version 1.46. API is incomplete and may change incompatibly
|
|
22
23
|
*/
|
|
23
24
|
export default class AnalyticGrid extends Control {
|
|
@@ -404,7 +405,8 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
404
405
|
/**
|
|
405
406
|
* Describes the settings that can be provided to the AnalyticGrid constructor.
|
|
406
407
|
*
|
|
407
|
-
* @deprecated As of version 1.89.
|
|
408
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
409
|
+
* apps in S/4HANA.
|
|
408
410
|
* @experimental As of version 1.46. API is incomplete and may change incompatibly
|
|
409
411
|
*/
|
|
410
412
|
export interface $AnalyticGridSettings extends $ControlSettings {
|
|
@@ -503,7 +505,8 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
503
505
|
* Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
|
|
504
506
|
*
|
|
505
507
|
* @since 1.44
|
|
506
|
-
* @deprecated As of version 1.89.
|
|
508
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
509
|
+
* apps in S/4HANA.
|
|
507
510
|
*/
|
|
508
511
|
export default class Dsh extends Control {
|
|
509
512
|
/**
|
|
@@ -946,7 +949,8 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
946
949
|
/**
|
|
947
950
|
* Describes the settings that can be provided to the Dsh constructor.
|
|
948
951
|
*
|
|
949
|
-
* @deprecated As of version 1.89.
|
|
952
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
953
|
+
* apps in S/4HANA.
|
|
950
954
|
*/
|
|
951
955
|
export interface $DshSettings extends $ControlSettings {
|
|
952
956
|
/**
|
|
@@ -1029,7 +1033,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1029
1033
|
/**
|
|
1030
1034
|
* The ValueHelpDialog control can be used to implement a value help for an input field.
|
|
1031
1035
|
*
|
|
1032
|
-
* @deprecated As of version 1.89.
|
|
1036
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1037
|
+
* apps in S/4HANA.
|
|
1033
1038
|
*/
|
|
1034
1039
|
export default class ValueHelpDialog extends Dialog {
|
|
1035
1040
|
/**
|
|
@@ -1924,7 +1929,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1924
1929
|
/**
|
|
1925
1930
|
* Describes the settings that can be provided to the ValueHelpDialog constructor.
|
|
1926
1931
|
*
|
|
1927
|
-
* @deprecated As of version 1.89.
|
|
1932
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1933
|
+
* apps in S/4HANA.
|
|
1928
1934
|
*/
|
|
1929
1935
|
export interface $ValueHelpDialogSettings extends $DialogSettings {
|
|
1930
1936
|
/**
|
|
@@ -2175,7 +2181,8 @@ declare module "sap/zen/dsh/ValueHelpRangeOperation" {
|
|
|
2175
2181
|
/**
|
|
2176
2182
|
* Sort Type
|
|
2177
2183
|
*
|
|
2178
|
-
* @deprecated As of version 1.89.
|
|
2184
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
2185
|
+
* apps in S/4HANA.
|
|
2179
2186
|
* @experimental
|
|
2180
2187
|
*/
|
|
2181
2188
|
enum ValueHelpRangeOperation {
|
|
@@ -2227,7 +2234,8 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
|
|
|
2227
2234
|
/**
|
|
2228
2235
|
* Model implementation for JSON format
|
|
2229
2236
|
*
|
|
2230
|
-
* @deprecated As of version 1.89.
|
|
2237
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
2238
|
+
* apps in S/4HANA.
|
|
2231
2239
|
*/
|
|
2232
2240
|
export default class SDKModel extends Model {
|
|
2233
2241
|
/**
|