@sapui5/ts-types-esm 1.108.52 → 1.108.53
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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.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.insights.d.ts +1 -1
- package/types/sap.m.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.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.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.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.core.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.mdc.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 +19 -11
- package/types/sap.zen.crosstab.d.ts +7 -4
- package/types/sap.zen.dsh.d.ts +11 -6
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.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.sac.grid.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.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.mdc.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,10 +1,11 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.29
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/commons/library" {}
|
|
4
4
|
|
|
5
5
|
declare module "sap/zen/commons/HAlign" {
|
|
6
6
|
/**
|
|
7
|
-
* @deprecated (since 1.89
|
|
7
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
8
|
+
* in S/4HANA.
|
|
8
9
|
*
|
|
9
10
|
* Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values
|
|
10
11
|
* depend on the current locale's writing direction while others do not.
|
|
@@ -49,7 +50,8 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
49
50
|
} from "sap/ui/base/ManagedObject";
|
|
50
51
|
|
|
51
52
|
/**
|
|
52
|
-
* @deprecated (since 1.38)
|
|
53
|
+
* @deprecated (since 1.38) - the concept has been discarded. As of version 1.89, this library is deprecated
|
|
54
|
+
* and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
53
55
|
*
|
|
54
56
|
* The Absolute Layout positions its child controls absolutely
|
|
55
57
|
*/
|
|
@@ -197,7 +199,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
197
199
|
*
|
|
198
200
|
* The overall width of the control. When not set, 100% is automatically set.
|
|
199
201
|
*
|
|
200
|
-
* Default value is `
|
|
202
|
+
* Default value is `"100%"`.
|
|
201
203
|
*
|
|
202
204
|
* @returns Value of property `width`
|
|
203
205
|
*/
|
|
@@ -371,7 +373,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
371
373
|
*
|
|
372
374
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
373
375
|
*
|
|
374
|
-
* Default value is `
|
|
376
|
+
* Default value is `"100%"`.
|
|
375
377
|
*
|
|
376
378
|
* @returns Reference to `this` in order to allow method chaining
|
|
377
379
|
*/
|
|
@@ -438,7 +440,8 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
|
|
|
438
440
|
} from "sap/ui/base/ManagedObject";
|
|
439
441
|
|
|
440
442
|
/**
|
|
441
|
-
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
|
|
443
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this library
|
|
444
|
+
* is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
442
445
|
*/
|
|
443
446
|
export default class MatrixLayout extends Control {
|
|
444
447
|
/**
|
|
@@ -761,7 +764,8 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
761
764
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
762
765
|
|
|
763
766
|
/**
|
|
764
|
-
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
|
|
767
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control. As of version 1.89, this library
|
|
768
|
+
* is deprecated and has been replaced by Web Dynpro-based apps in S/4HANA.
|
|
765
769
|
*
|
|
766
770
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
767
771
|
*/
|
|
@@ -1127,7 +1131,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1127
1131
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1128
1132
|
|
|
1129
1133
|
/**
|
|
1130
|
-
* @deprecated (since 1.89)
|
|
1134
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
1135
|
+
* in S/4HANA.
|
|
1131
1136
|
*
|
|
1132
1137
|
* Is used to specify the position of a control in the AbsoluteLayout
|
|
1133
1138
|
*/
|
|
@@ -1420,7 +1425,8 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1420
1425
|
|
|
1421
1426
|
declare module "sap/zen/commons/Padding" {
|
|
1422
1427
|
/**
|
|
1423
|
-
* @deprecated (since 1.89
|
|
1428
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
1429
|
+
* in S/4HANA.
|
|
1424
1430
|
* @EXPERIMENTAL
|
|
1425
1431
|
*
|
|
1426
1432
|
* Padding, e.g. of a layout cell's content within the cell's borders. Note that all options except "None"
|
|
@@ -1456,7 +1462,8 @@ declare module "sap/zen/commons/Padding" {
|
|
|
1456
1462
|
|
|
1457
1463
|
declare module "sap/zen/commons/Separation" {
|
|
1458
1464
|
/**
|
|
1459
|
-
* @deprecated (since 1.89
|
|
1465
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
1466
|
+
* in S/4HANA.
|
|
1460
1467
|
*
|
|
1461
1468
|
* Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
|
|
1462
1469
|
* without a vertical line in its middle.
|
|
@@ -1496,7 +1503,8 @@ declare module "sap/zen/commons/Separation" {
|
|
|
1496
1503
|
|
|
1497
1504
|
declare module "sap/zen/commons/VAlign" {
|
|
1498
1505
|
/**
|
|
1499
|
-
* @deprecated (since 1.89
|
|
1506
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
1507
|
+
* in S/4HANA.
|
|
1500
1508
|
*
|
|
1501
1509
|
* Vertical alignment, e.g. of a layout cell's content within the cell's borders.
|
|
1502
1510
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.29
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/crosstab/library" {}
|
|
4
4
|
|
|
@@ -12,7 +12,8 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
12
12
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
|
-
* @deprecated (since 1.89
|
|
15
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
16
|
+
* in S/4HANA.
|
|
16
17
|
*
|
|
17
18
|
* Add your documentation for the new Crosstab
|
|
18
19
|
*/
|
|
@@ -146,7 +147,8 @@ declare module "sap/zen/crosstab/DataCell" {
|
|
|
146
147
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
147
148
|
|
|
148
149
|
/**
|
|
149
|
-
* @deprecated (since 1.89
|
|
150
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
151
|
+
* in S/4HANA.
|
|
150
152
|
*
|
|
151
153
|
* Add your documentation for the new DataCell
|
|
152
154
|
*/
|
|
@@ -394,7 +396,8 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
394
396
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
395
397
|
|
|
396
398
|
/**
|
|
397
|
-
* @deprecated (since 1.89
|
|
399
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
400
|
+
* in S/4HANA.
|
|
398
401
|
*
|
|
399
402
|
* Add your documentation for the new HeaderCell
|
|
400
403
|
*/
|
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.29
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/dsh/library" {}
|
|
4
4
|
|
|
@@ -15,7 +15,8 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* @SINCE 1.46
|
|
18
|
-
* @deprecated (since 1.89
|
|
18
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
19
|
+
* in S/4HANA.
|
|
19
20
|
* @EXPERIMENTAL (since 1.46) - API is incomplete and may change incompatibly
|
|
20
21
|
*
|
|
21
22
|
* Control for embedding a Design Studio Analytic Grid in an S/4 HANA Fiori application
|
|
@@ -446,7 +447,8 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
446
447
|
|
|
447
448
|
/**
|
|
448
449
|
* @SINCE 1.44
|
|
449
|
-
* @deprecated (since 1.89
|
|
450
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
451
|
+
* in S/4HANA.
|
|
450
452
|
*
|
|
451
453
|
* Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
|
|
452
454
|
*/
|
|
@@ -942,7 +944,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
942
944
|
import Control from "sap/ui/core/Control";
|
|
943
945
|
|
|
944
946
|
/**
|
|
945
|
-
* @deprecated (since 1.89
|
|
947
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
948
|
+
* in S/4HANA.
|
|
946
949
|
*
|
|
947
950
|
* The ValueHelpDialog control can be used to implement a value help for an input field.
|
|
948
951
|
*/
|
|
@@ -2007,7 +2010,8 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
2007
2010
|
|
|
2008
2011
|
declare module "sap/zen/dsh/ValueHelpRangeOperation" {
|
|
2009
2012
|
/**
|
|
2010
|
-
* @deprecated (since 1.89
|
|
2013
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
2014
|
+
* in S/4HANA.
|
|
2011
2015
|
* @EXPERIMENTAL
|
|
2012
2016
|
*
|
|
2013
2017
|
* Sort Type
|
|
@@ -2059,7 +2063,8 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
|
|
|
2059
2063
|
import Metadata from "sap/ui/base/Metadata";
|
|
2060
2064
|
|
|
2061
2065
|
/**
|
|
2062
|
-
* @deprecated (since 1.89
|
|
2066
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
2067
|
+
* in S/4HANA.
|
|
2063
2068
|
*
|
|
2064
2069
|
* Model implementation for JSON format
|
|
2065
2070
|
*/
|