@sapui5/ts-types 1.136.18 → 1.136.19
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 +3 -3
- package/types/{mdc-1.136.9-d.ts → mdc-1.136.16-d.ts} +13 -6
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.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.gantt.d.ts +1 -1
- package/types/sap.insights.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.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1176 -7
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.dt.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.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.ux3.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 +29 -15
- package/types/sap.zen.crosstab.d.ts +15 -8
- package/types/sap.zen.dsh.d.ts +17 -9
- /package/types/{sap.ui.core.d.ts → core-1.136.16-d.ts} +0 -0
- /package/types/{sap.m.d.ts → mobile-1.136.16-d.ts} +0 -0
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.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.ui.ux3.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.136.
|
|
1
|
+
// For Library Version: 1.136.14
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
@@ -10,7 +10,8 @@ declare namespace sap {
|
|
|
10
10
|
/**
|
|
11
11
|
* Describes the settings that can be provided to the AbsoluteLayout constructor.
|
|
12
12
|
*
|
|
13
|
-
* @deprecated As of version 1.38. the concept has been discarded.
|
|
13
|
+
* @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
|
|
14
|
+
* and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
14
15
|
*/
|
|
15
16
|
interface $AbsoluteLayoutSettings extends sap.ui.core.$ControlSettings {
|
|
16
17
|
/**
|
|
@@ -58,7 +59,8 @@ declare namespace sap {
|
|
|
58
59
|
/**
|
|
59
60
|
* Describes the settings that can be provided to the MatrixLayout constructor.
|
|
60
61
|
*
|
|
61
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
62
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
63
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
62
64
|
*/
|
|
63
65
|
interface $MatrixLayoutSettings extends sap.ui.core.$ControlSettings {
|
|
64
66
|
/**
|
|
@@ -118,7 +120,8 @@ declare namespace sap {
|
|
|
118
120
|
/**
|
|
119
121
|
* Describes the settings that can be provided to the MatrixLayoutCell constructor.
|
|
120
122
|
*
|
|
121
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
123
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
124
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
122
125
|
*/
|
|
123
126
|
interface $MatrixLayoutCellSettings
|
|
124
127
|
extends sap.ui.core.$ElementSettings {}
|
|
@@ -126,7 +129,8 @@ declare namespace sap {
|
|
|
126
129
|
/**
|
|
127
130
|
* Describes the settings that can be provided to the MatrixLayoutRow constructor.
|
|
128
131
|
*
|
|
129
|
-
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
|
|
132
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
|
|
133
|
+
* is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
130
134
|
*/
|
|
131
135
|
interface $MatrixLayoutRowSettings
|
|
132
136
|
extends sap.ui.core.$ElementSettings {
|
|
@@ -151,7 +155,8 @@ declare namespace sap {
|
|
|
151
155
|
/**
|
|
152
156
|
* Describes the settings that can be provided to the PositionContainer constructor.
|
|
153
157
|
*
|
|
154
|
-
* @deprecated As of version 1.89.
|
|
158
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
159
|
+
* apps in S/4HANA.
|
|
155
160
|
*/
|
|
156
161
|
interface $PositionContainerSettings
|
|
157
162
|
extends sap.ui.core.$ElementSettings {
|
|
@@ -214,7 +219,8 @@ declare namespace sap {
|
|
|
214
219
|
/**
|
|
215
220
|
* The Absolute Layout positions its child controls absolutely
|
|
216
221
|
*
|
|
217
|
-
* @deprecated As of version 1.38. the concept has been discarded.
|
|
222
|
+
* @deprecated As of version 1.38. the concept has been discarded. As of version 1.89, this library is deprecated
|
|
223
|
+
* and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
218
224
|
*/
|
|
219
225
|
class AbsoluteLayout extends sap.ui.core.Control {
|
|
220
226
|
/**
|
|
@@ -565,7 +571,8 @@ declare namespace sap {
|
|
|
565
571
|
): this;
|
|
566
572
|
}
|
|
567
573
|
/**
|
|
568
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
574
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
575
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
569
576
|
*/
|
|
570
577
|
class MatrixLayout extends sap.ui.core.Control {
|
|
571
578
|
/**
|
|
@@ -867,7 +874,8 @@ declare namespace sap {
|
|
|
867
874
|
/**
|
|
868
875
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
869
876
|
*
|
|
870
|
-
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
877
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this
|
|
878
|
+
* library is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
871
879
|
*/
|
|
872
880
|
class MatrixLayoutCell extends sap.ui.core.Element {
|
|
873
881
|
/**
|
|
@@ -965,7 +973,8 @@ declare namespace sap {
|
|
|
965
973
|
/**
|
|
966
974
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
967
975
|
*
|
|
968
|
-
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
|
|
976
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}. As of version 1.89, this library
|
|
977
|
+
* is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
969
978
|
*/
|
|
970
979
|
class MatrixLayoutRow extends sap.ui.core.Element {
|
|
971
980
|
/**
|
|
@@ -1199,7 +1208,8 @@ declare namespace sap {
|
|
|
1199
1208
|
/**
|
|
1200
1209
|
* Is used to specify the position of a control in the AbsoluteLayout
|
|
1201
1210
|
*
|
|
1202
|
-
* @deprecated As of version 1.89.
|
|
1211
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1212
|
+
* apps in S/4HANA.
|
|
1203
1213
|
*/
|
|
1204
1214
|
class PositionContainer extends sap.ui.core.Element {
|
|
1205
1215
|
/**
|
|
@@ -1472,7 +1482,8 @@ declare namespace sap {
|
|
|
1472
1482
|
* Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
|
|
1473
1483
|
* depend on the current locale's writing direction while others do not.
|
|
1474
1484
|
*
|
|
1475
|
-
* @deprecated As of version 1.89.
|
|
1485
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1486
|
+
* apps in S/4HANA.
|
|
1476
1487
|
*/
|
|
1477
1488
|
enum HAlign {
|
|
1478
1489
|
/**
|
|
@@ -1501,7 +1512,8 @@ declare namespace sap {
|
|
|
1501
1512
|
* include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards
|
|
1502
1513
|
* the beginning or end of a line, in the current locale's writing direction.
|
|
1503
1514
|
*
|
|
1504
|
-
* @deprecated As of version 1.89.
|
|
1515
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1516
|
+
* apps in S/4HANA.
|
|
1505
1517
|
* @experimental
|
|
1506
1518
|
*/
|
|
1507
1519
|
enum Padding {
|
|
@@ -1532,7 +1544,8 @@ declare namespace sap {
|
|
|
1532
1544
|
* Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
|
|
1533
1545
|
* without a vertical line in its middle.
|
|
1534
1546
|
*
|
|
1535
|
-
* @deprecated As of version 1.89.
|
|
1547
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1548
|
+
* apps in S/4HANA.
|
|
1536
1549
|
*/
|
|
1537
1550
|
enum Separation {
|
|
1538
1551
|
/**
|
|
@@ -1567,7 +1580,8 @@ declare namespace sap {
|
|
|
1567
1580
|
/**
|
|
1568
1581
|
* Vertical alignment, e.g. of a layout cell's content within the cell's borders.
|
|
1569
1582
|
*
|
|
1570
|
-
* @deprecated As of version 1.89.
|
|
1583
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1584
|
+
* apps in S/4HANA.
|
|
1571
1585
|
*/
|
|
1572
1586
|
enum VAlign {
|
|
1573
1587
|
/**
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.14
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
5
5
|
/**
|
|
6
6
|
* Design Studio Crosstab library. NOT INTENDED FOR STANDALONE USAGE.
|
|
7
7
|
*
|
|
8
|
-
* @deprecated As of version 1.89.
|
|
8
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
9
|
+
* apps in S/4HANA.
|
|
9
10
|
* @experimental
|
|
10
11
|
*/
|
|
11
12
|
namespace crosstab {
|
|
12
13
|
/**
|
|
13
14
|
* Describes the settings that can be provided to the Crosstab constructor.
|
|
14
15
|
*
|
|
15
|
-
* @deprecated As of version 1.89.
|
|
16
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
17
|
+
* apps in S/4HANA.
|
|
16
18
|
*/
|
|
17
19
|
interface $CrosstabSettings extends sap.ui.core.$ControlSettings {
|
|
18
20
|
/**
|
|
@@ -35,7 +37,8 @@ declare namespace sap {
|
|
|
35
37
|
/**
|
|
36
38
|
* Describes the settings that can be provided to the DataCell constructor.
|
|
37
39
|
*
|
|
38
|
-
* @deprecated As of version 1.89.
|
|
40
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
41
|
+
* apps in S/4HANA.
|
|
39
42
|
*/
|
|
40
43
|
interface $DataCellSettings extends sap.ui.core.$ControlSettings {
|
|
41
44
|
/**
|
|
@@ -87,7 +90,8 @@ declare namespace sap {
|
|
|
87
90
|
/**
|
|
88
91
|
* Describes the settings that can be provided to the HeaderCell constructor.
|
|
89
92
|
*
|
|
90
|
-
* @deprecated As of version 1.89.
|
|
93
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
94
|
+
* apps in S/4HANA.
|
|
91
95
|
*/
|
|
92
96
|
interface $HeaderCellSettings extends sap.ui.core.$ControlSettings {
|
|
93
97
|
/**
|
|
@@ -259,7 +263,8 @@ declare namespace sap {
|
|
|
259
263
|
/**
|
|
260
264
|
* Add your documentation for the new Crosstab
|
|
261
265
|
*
|
|
262
|
-
* @deprecated As of version 1.89.
|
|
266
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
267
|
+
* apps in S/4HANA.
|
|
263
268
|
*/
|
|
264
269
|
class Crosstab extends sap.ui.core.Control {
|
|
265
270
|
/**
|
|
@@ -378,7 +383,8 @@ declare namespace sap {
|
|
|
378
383
|
/**
|
|
379
384
|
* Add your documentation for the new DataCell
|
|
380
385
|
*
|
|
381
|
-
* @deprecated As of version 1.89.
|
|
386
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
387
|
+
* apps in S/4HANA.
|
|
382
388
|
*/
|
|
383
389
|
class DataCell extends sap.ui.core.Control {
|
|
384
390
|
/**
|
|
@@ -599,7 +605,8 @@ declare namespace sap {
|
|
|
599
605
|
/**
|
|
600
606
|
* Add your documentation for the new HeaderCell
|
|
601
607
|
*
|
|
602
|
-
* @deprecated As of version 1.89.
|
|
608
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
609
|
+
* apps in S/4HANA.
|
|
603
610
|
*/
|
|
604
611
|
class HeaderCell extends sap.ui.core.Control {
|
|
605
612
|
/**
|
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.14
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
@@ -10,7 +10,8 @@ declare namespace sap {
|
|
|
10
10
|
/**
|
|
11
11
|
* Model implementation for JSON format
|
|
12
12
|
*
|
|
13
|
-
* @deprecated As of version 1.89.
|
|
13
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
14
|
+
* apps in S/4HANA.
|
|
14
15
|
*/
|
|
15
16
|
class SDKModel extends sap.ui.model.Model {
|
|
16
17
|
/**
|
|
@@ -59,7 +60,8 @@ declare namespace sap {
|
|
|
59
60
|
/**
|
|
60
61
|
* Describes the settings that can be provided to the AnalyticGrid constructor.
|
|
61
62
|
*
|
|
62
|
-
* @deprecated As of version 1.89.
|
|
63
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
64
|
+
* apps in S/4HANA.
|
|
63
65
|
* @experimental As of version 1.46. API is incomplete and may change incompatibly
|
|
64
66
|
*/
|
|
65
67
|
interface $AnalyticGridSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -120,7 +122,8 @@ declare namespace sap {
|
|
|
120
122
|
/**
|
|
121
123
|
* Describes the settings that can be provided to the Dsh constructor.
|
|
122
124
|
*
|
|
123
|
-
* @deprecated As of version 1.89.
|
|
125
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
126
|
+
* apps in S/4HANA.
|
|
124
127
|
*/
|
|
125
128
|
interface $DshSettings extends sap.ui.core.$ControlSettings {
|
|
126
129
|
/**
|
|
@@ -202,7 +205,8 @@ declare namespace sap {
|
|
|
202
205
|
/**
|
|
203
206
|
* Describes the settings that can be provided to the ValueHelpDialog constructor.
|
|
204
207
|
*
|
|
205
|
-
* @deprecated As of version 1.89.
|
|
208
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
209
|
+
* apps in S/4HANA.
|
|
206
210
|
*/
|
|
207
211
|
interface $ValueHelpDialogSettings extends sap.m.$DialogSettings {
|
|
208
212
|
/**
|
|
@@ -459,7 +463,8 @@ declare namespace sap {
|
|
|
459
463
|
* Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
|
|
460
464
|
*
|
|
461
465
|
* @since 1.46
|
|
462
|
-
* @deprecated As of version 1.89.
|
|
466
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
467
|
+
* apps in S/4HANA.
|
|
463
468
|
* @experimental As of version 1.46. API is incomplete and may change incompatibly
|
|
464
469
|
*/
|
|
465
470
|
class AnalyticGrid extends sap.ui.core.Control {
|
|
@@ -847,7 +852,8 @@ declare namespace sap {
|
|
|
847
852
|
* Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
|
|
848
853
|
*
|
|
849
854
|
* @since 1.44
|
|
850
|
-
* @deprecated As of version 1.89.
|
|
855
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
856
|
+
* apps in S/4HANA.
|
|
851
857
|
*/
|
|
852
858
|
class Dsh extends sap.ui.core.Control {
|
|
853
859
|
/**
|
|
@@ -1290,7 +1296,8 @@ declare namespace sap {
|
|
|
1290
1296
|
/**
|
|
1291
1297
|
* The ValueHelpDialog control can be used to implement a value help for an input field.
|
|
1292
1298
|
*
|
|
1293
|
-
* @deprecated As of version 1.89.
|
|
1299
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
1300
|
+
* apps in S/4HANA.
|
|
1294
1301
|
*/
|
|
1295
1302
|
class ValueHelpDialog extends sap.m.Dialog {
|
|
1296
1303
|
/**
|
|
@@ -2181,7 +2188,8 @@ declare namespace sap {
|
|
|
2181
2188
|
/**
|
|
2182
2189
|
* Sort Type
|
|
2183
2190
|
*
|
|
2184
|
-
* @deprecated As of version 1.89.
|
|
2191
|
+
* @deprecated As of version 1.89. this library is deprecated and has been replaced by Web Dynpro-based
|
|
2192
|
+
* apps in S/4HANA.
|
|
2185
2193
|
* @experimental
|
|
2186
2194
|
*/
|
|
2187
2195
|
enum ValueHelpRangeOperation {
|
|
File without changes
|
|
File without changes
|