@sapui5/ts-types-esm 1.132.1 → 1.133.1
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.ui.commons.d.ts → commons-1.133.0-esm-d.ts} +326 -335
- package/types/{sap.ui.core.d.ts → core-1.133.0-esm-d.ts} +693 -718
- package/types/{sap.ui.dt.d.ts → dt-1.133.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.133.0-esm-d.ts} +167 -142
- package/types/{sap.m.d.ts → mobile-1.133.0-esm-d.ts} +1946 -1117
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- 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 +16 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
- package/types/{sap.tnt.d.ts → tnt-1.133.0-esm-d.ts} +229 -14
- package/types/{sap.ui.ux3.d.ts → ux3-1.133.0-esm-d.ts} +113 -117
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.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
|
|
10
|
+
* @deprecated As of version 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
|
|
54
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
55
55
|
*/
|
|
56
56
|
export default class AbsoluteLayout extends Control {
|
|
57
57
|
/**
|
|
@@ -181,7 +181,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
181
181
|
*
|
|
182
182
|
* @returns Value of property `horizontalScrolling`
|
|
183
183
|
*/
|
|
184
|
-
getHorizontalScrolling(): Scrolling
|
|
184
|
+
getHorizontalScrolling(): Scrolling;
|
|
185
185
|
/**
|
|
186
186
|
* Gets content of aggregation {@link #getPositions positions}.
|
|
187
187
|
*
|
|
@@ -198,7 +198,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
198
198
|
*
|
|
199
199
|
* @returns Value of property `verticalScrolling`
|
|
200
200
|
*/
|
|
201
|
-
getVerticalScrolling(): Scrolling
|
|
201
|
+
getVerticalScrolling(): Scrolling;
|
|
202
202
|
/**
|
|
203
203
|
* Gets current value of property {@link #getWidth width}.
|
|
204
204
|
*
|
|
@@ -401,7 +401,7 @@ declare module "sap/zen/commons/layout/AbsoluteLayout" {
|
|
|
401
401
|
/**
|
|
402
402
|
* Describes the settings that can be provided to the AbsoluteLayout constructor.
|
|
403
403
|
*
|
|
404
|
-
* @deprecated
|
|
404
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
405
405
|
*/
|
|
406
406
|
export interface $AbsoluteLayoutSettings extends $ControlSettings {
|
|
407
407
|
/**
|
|
@@ -458,7 +458,7 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
|
|
|
458
458
|
} from "sap/ui/base/ManagedObject";
|
|
459
459
|
|
|
460
460
|
/**
|
|
461
|
-
* @deprecated
|
|
461
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
462
462
|
*/
|
|
463
463
|
export default class MatrixLayout extends Control {
|
|
464
464
|
/**
|
|
@@ -757,7 +757,7 @@ declare module "sap/zen/commons/layout/MatrixLayout" {
|
|
|
757
757
|
/**
|
|
758
758
|
* Describes the settings that can be provided to the MatrixLayout constructor.
|
|
759
759
|
*
|
|
760
|
-
* @deprecated
|
|
760
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
761
761
|
*/
|
|
762
762
|
export interface $MatrixLayoutSettings extends $ControlSettings {
|
|
763
763
|
/**
|
|
@@ -806,7 +806,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
806
806
|
/**
|
|
807
807
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
808
808
|
*
|
|
809
|
-
* @deprecated
|
|
809
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
810
810
|
*/
|
|
811
811
|
export default class MatrixLayoutCell extends UI5Element {
|
|
812
812
|
/**
|
|
@@ -904,7 +904,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutCell" {
|
|
|
904
904
|
/**
|
|
905
905
|
* Describes the settings that can be provided to the MatrixLayoutCell constructor.
|
|
906
906
|
*
|
|
907
|
-
* @deprecated
|
|
907
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
908
908
|
*/
|
|
909
909
|
export interface $MatrixLayoutCellSettings extends $ElementSettings {}
|
|
910
910
|
}
|
|
@@ -926,7 +926,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
|
|
|
926
926
|
/**
|
|
927
927
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
928
928
|
*
|
|
929
|
-
* @deprecated
|
|
929
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
|
|
930
930
|
*/
|
|
931
931
|
export default class MatrixLayoutRow extends UI5Element {
|
|
932
932
|
/**
|
|
@@ -1157,7 +1157,7 @@ declare module "sap/zen/commons/layout/MatrixLayoutRow" {
|
|
|
1157
1157
|
/**
|
|
1158
1158
|
* Describes the settings that can be provided to the MatrixLayoutRow constructor.
|
|
1159
1159
|
*
|
|
1160
|
-
* @deprecated
|
|
1160
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.layout.Grid}.
|
|
1161
1161
|
*/
|
|
1162
1162
|
export interface $MatrixLayoutRowSettings extends $ElementSettings {
|
|
1163
1163
|
/**
|
|
@@ -1190,7 +1190,7 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1190
1190
|
/**
|
|
1191
1191
|
* Is used to specify the position of a control in the AbsoluteLayout
|
|
1192
1192
|
*
|
|
1193
|
-
* @deprecated
|
|
1193
|
+
* @deprecated As of version 1.89. the concept has been discarded.
|
|
1194
1194
|
*/
|
|
1195
1195
|
export default class PositionContainer extends UI5Element {
|
|
1196
1196
|
/**
|
|
@@ -1457,7 +1457,7 @@ declare module "sap/zen/commons/layout/PositionContainer" {
|
|
|
1457
1457
|
/**
|
|
1458
1458
|
* Describes the settings that can be provided to the PositionContainer constructor.
|
|
1459
1459
|
*
|
|
1460
|
-
* @deprecated
|
|
1460
|
+
* @deprecated As of version 1.89. the concept has been discarded.
|
|
1461
1461
|
*/
|
|
1462
1462
|
export interface $PositionContainerSettings extends $ElementSettings {
|
|
1463
1463
|
/**
|
|
@@ -1505,7 +1505,7 @@ declare module "sap/zen/commons/Padding" {
|
|
|
1505
1505
|
* include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards
|
|
1506
1506
|
* the beginning or end of a line, in the current locale's writing direction.
|
|
1507
1507
|
*
|
|
1508
|
-
* @deprecated
|
|
1508
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
1509
1509
|
* @experimental
|
|
1510
1510
|
*/
|
|
1511
1511
|
enum Padding {
|
|
@@ -1540,7 +1540,7 @@ declare module "sap/zen/commons/Separation" {
|
|
|
1540
1540
|
* Separation, e.g. of a layout cell from its neighbor, via a vertical gutter of defined width, with or
|
|
1541
1541
|
* without a vertical line in its middle.
|
|
1542
1542
|
*
|
|
1543
|
-
* @deprecated
|
|
1543
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
1544
1544
|
*/
|
|
1545
1545
|
enum Separation {
|
|
1546
1546
|
/**
|
|
@@ -1579,7 +1579,7 @@ declare module "sap/zen/commons/VAlign" {
|
|
|
1579
1579
|
/**
|
|
1580
1580
|
* Vertical alignment, e.g. of a layout cell's content within the cell's borders.
|
|
1581
1581
|
*
|
|
1582
|
-
* @deprecated
|
|
1582
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
1583
1583
|
*/
|
|
1584
1584
|
enum VAlign {
|
|
1585
1585
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.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
|
|
17
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
18
18
|
*/
|
|
19
19
|
export default class Crosstab extends Control {
|
|
20
20
|
/**
|
|
@@ -133,7 +133,7 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
133
133
|
/**
|
|
134
134
|
* Describes the settings that can be provided to the Crosstab constructor.
|
|
135
135
|
*
|
|
136
|
-
* @deprecated
|
|
136
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
137
137
|
*/
|
|
138
138
|
export interface $CrosstabSettings extends $ControlSettings {
|
|
139
139
|
/**
|
|
@@ -158,7 +158,7 @@ declare module "sap/zen/crosstab/DataCell" {
|
|
|
158
158
|
/**
|
|
159
159
|
* Add your documentation for the new DataCell
|
|
160
160
|
*
|
|
161
|
-
* @deprecated
|
|
161
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
162
162
|
*/
|
|
163
163
|
export default class DataCell extends Control {
|
|
164
164
|
/**
|
|
@@ -379,7 +379,7 @@ declare module "sap/zen/crosstab/DataCell" {
|
|
|
379
379
|
/**
|
|
380
380
|
* Describes the settings that can be provided to the DataCell constructor.
|
|
381
381
|
*
|
|
382
|
-
* @deprecated
|
|
382
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
383
383
|
*/
|
|
384
384
|
export interface $DataCellSettings extends $ControlSettings {
|
|
385
385
|
/**
|
|
@@ -424,7 +424,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
424
424
|
/**
|
|
425
425
|
* Add your documentation for the new HeaderCell
|
|
426
426
|
*
|
|
427
|
-
* @deprecated
|
|
427
|
+
* @deprecated As of version 1.89.0. please use the WD Grid control instead.
|
|
428
428
|
*/
|
|
429
429
|
export default class HeaderCell extends Control {
|
|
430
430
|
/**
|
|
@@ -586,7 +586,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
586
586
|
*
|
|
587
587
|
* Default value is `1`.
|
|
588
588
|
*
|
|
589
|
-
* @deprecated
|
|
589
|
+
* @deprecated As of version 1.89.0. the concept has been discarded.
|
|
590
590
|
*
|
|
591
591
|
* @returns Value of property `htmlIE8RowSpan`
|
|
592
592
|
*/
|
|
@@ -877,7 +877,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
877
877
|
*
|
|
878
878
|
* Default value is `1`.
|
|
879
879
|
*
|
|
880
|
-
* @deprecated
|
|
880
|
+
* @deprecated As of version 1.89.0. the concept has been discarded.
|
|
881
881
|
*
|
|
882
882
|
* @returns Reference to `this` in order to allow method chaining
|
|
883
883
|
*/
|
|
@@ -1099,7 +1099,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Describes the settings that can be provided to the HeaderCell constructor.
|
|
1101
1101
|
*
|
|
1102
|
-
* @deprecated
|
|
1102
|
+
* @deprecated As of version 1.89.0. please use the WD Grid control instead.
|
|
1103
1103
|
*/
|
|
1104
1104
|
export interface $HeaderCellSettings extends $ControlSettings {
|
|
1105
1105
|
/**
|
|
@@ -1185,7 +1185,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
|
|
|
1185
1185
|
/**
|
|
1186
1186
|
* the IE8 row span
|
|
1187
1187
|
*
|
|
1188
|
-
* @deprecated
|
|
1188
|
+
* @deprecated As of version 1.89.0. the concept has been discarded.
|
|
1189
1189
|
*/
|
|
1190
1190
|
htmlIE8RowSpan?: int | PropertyBindingInfo | `{${string}}`;
|
|
1191
1191
|
|
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/dsh/library" {}
|
|
4
4
|
|
|
@@ -17,8 +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
|
|
21
|
-
* @experimental
|
|
20
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
21
|
+
* @experimental As of version 1.46. API is incomplete and may change incompatibly
|
|
22
22
|
*/
|
|
23
23
|
export default class AnalyticGrid extends Control {
|
|
24
24
|
/**
|
|
@@ -404,8 +404,8 @@ declare module "sap/zen/dsh/AnalyticGrid" {
|
|
|
404
404
|
/**
|
|
405
405
|
* Describes the settings that can be provided to the AnalyticGrid constructor.
|
|
406
406
|
*
|
|
407
|
-
* @deprecated
|
|
408
|
-
* @experimental
|
|
407
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
408
|
+
* @experimental As of version 1.46. API is incomplete and may change incompatibly
|
|
409
409
|
*/
|
|
410
410
|
export interface $AnalyticGridSettings extends $ControlSettings {
|
|
411
411
|
/**
|
|
@@ -503,7 +503,7 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
503
503
|
* Control for embedding a Design Studio application full-screen in an S/4 HANA Fiori application
|
|
504
504
|
*
|
|
505
505
|
* @since 1.44
|
|
506
|
-
* @deprecated
|
|
506
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
507
507
|
*/
|
|
508
508
|
export default class Dsh extends Control {
|
|
509
509
|
/**
|
|
@@ -946,7 +946,7 @@ declare module "sap/zen/dsh/Dsh" {
|
|
|
946
946
|
/**
|
|
947
947
|
* Describes the settings that can be provided to the Dsh constructor.
|
|
948
948
|
*
|
|
949
|
-
* @deprecated
|
|
949
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
950
950
|
*/
|
|
951
951
|
export interface $DshSettings extends $ControlSettings {
|
|
952
952
|
/**
|
|
@@ -1029,7 +1029,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1029
1029
|
/**
|
|
1030
1030
|
* The ValueHelpDialog control can be used to implement a value help for an input field.
|
|
1031
1031
|
*
|
|
1032
|
-
* @deprecated
|
|
1032
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
1033
1033
|
*/
|
|
1034
1034
|
export default class ValueHelpDialog extends Dialog {
|
|
1035
1035
|
/**
|
|
@@ -1924,7 +1924,7 @@ declare module "sap/zen/dsh/widgets/ValueHelpDialog" {
|
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Describes the settings that can be provided to the ValueHelpDialog constructor.
|
|
1926
1926
|
*
|
|
1927
|
-
* @deprecated
|
|
1927
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
1928
1928
|
*/
|
|
1929
1929
|
export interface $ValueHelpDialogSettings extends $DialogSettings {
|
|
1930
1930
|
/**
|
|
@@ -2175,7 +2175,7 @@ declare module "sap/zen/dsh/ValueHelpRangeOperation" {
|
|
|
2175
2175
|
/**
|
|
2176
2176
|
* Sort Type
|
|
2177
2177
|
*
|
|
2178
|
-
* @deprecated
|
|
2178
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
2179
2179
|
* @experimental
|
|
2180
2180
|
*/
|
|
2181
2181
|
enum ValueHelpRangeOperation {
|
|
@@ -2227,7 +2227,7 @@ declare module "sap/zen/dsh/widgets/SDKModel" {
|
|
|
2227
2227
|
/**
|
|
2228
2228
|
* Model implementation for JSON format
|
|
2229
2229
|
*
|
|
2230
|
-
* @deprecated
|
|
2230
|
+
* @deprecated As of version 1.89.0. Please use the WD Grid control instead.
|
|
2231
2231
|
*/
|
|
2232
2232
|
export default class SDKModel extends Model {
|
|
2233
2233
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
/**
|
|
@@ -10,6 +10,24 @@ declare module "sap/tnt/library" {
|
|
|
10
10
|
__implements__sap_tnt_IToolHeader: boolean;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
/**
|
|
14
|
+
* Available types for navigation list item.
|
|
15
|
+
*
|
|
16
|
+
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'NavigationListItemDesign'.
|
|
17
|
+
*
|
|
18
|
+
* @since 1.133.0
|
|
19
|
+
* @experimental Behavior might change.
|
|
20
|
+
*/
|
|
21
|
+
export enum NavigationListItemDesign {
|
|
22
|
+
/**
|
|
23
|
+
* Navigation list item type which provides access to frequent functionality.
|
|
24
|
+
*/
|
|
25
|
+
Action = "Action",
|
|
26
|
+
/**
|
|
27
|
+
* Navigation list item type which enables navigation or contains navigation child items, or both.
|
|
28
|
+
*/
|
|
29
|
+
Default = "Default",
|
|
30
|
+
}
|
|
13
31
|
/**
|
|
14
32
|
* Predefined types of `InfoLabel`
|
|
15
33
|
*
|
|
@@ -388,7 +406,7 @@ declare module "sap/tnt/InfoLabel" {
|
|
|
388
406
|
*
|
|
389
407
|
* @returns Value of property `renderMode`
|
|
390
408
|
*/
|
|
391
|
-
getRenderMode(): RenderMode
|
|
409
|
+
getRenderMode(): RenderMode;
|
|
392
410
|
/**
|
|
393
411
|
* Gets current value of property {@link #getText text}.
|
|
394
412
|
*
|
|
@@ -411,7 +429,7 @@ declare module "sap/tnt/InfoLabel" {
|
|
|
411
429
|
*
|
|
412
430
|
* @returns Value of property `textDirection`
|
|
413
431
|
*/
|
|
414
|
-
getTextDirection(): TextDirection
|
|
432
|
+
getTextDirection(): TextDirection;
|
|
415
433
|
/**
|
|
416
434
|
* Gets current value of property {@link #getWidth width}.
|
|
417
435
|
*
|
|
@@ -1294,7 +1312,9 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1294
1312
|
$NavigationListItemBaseSettings,
|
|
1295
1313
|
} from "sap/tnt/NavigationListItemBase";
|
|
1296
1314
|
|
|
1297
|
-
import { URI } from "sap/ui/core/library";
|
|
1315
|
+
import { aria, URI } from "sap/ui/core/library";
|
|
1316
|
+
|
|
1317
|
+
import { NavigationListItemDesign } from "sap/tnt/library";
|
|
1298
1318
|
|
|
1299
1319
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1300
1320
|
|
|
@@ -1473,6 +1493,32 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1473
1493
|
*/
|
|
1474
1494
|
mParameters?: NavigationListItem$SelectEventParameters
|
|
1475
1495
|
): this;
|
|
1496
|
+
/**
|
|
1497
|
+
* Gets current value of property {@link #getAriaHasPopup ariaHasPopup}.
|
|
1498
|
+
*
|
|
1499
|
+
* Specifies the value of the `aria-haspopup` attribute
|
|
1500
|
+
*
|
|
1501
|
+
* Default value is `None`.
|
|
1502
|
+
*
|
|
1503
|
+
* @since 1.133.0
|
|
1504
|
+
*
|
|
1505
|
+
* @returns Value of property `ariaHasPopup`
|
|
1506
|
+
*/
|
|
1507
|
+
getAriaHasPopup(): aria.HasPopup;
|
|
1508
|
+
/**
|
|
1509
|
+
* Gets current value of property {@link #getDesign design}.
|
|
1510
|
+
*
|
|
1511
|
+
* Specifies if the item has a special design. NOTE: If `design` is not `NavigationListItemDesign.Default`
|
|
1512
|
+
* sub-items can't be added.
|
|
1513
|
+
*
|
|
1514
|
+
* Default value is `Default`.
|
|
1515
|
+
*
|
|
1516
|
+
* @since 1.133.0
|
|
1517
|
+
* @experimental Behavior might change.
|
|
1518
|
+
*
|
|
1519
|
+
* @returns Value of property `design`
|
|
1520
|
+
*/
|
|
1521
|
+
getDesign(): NavigationListItemDesign;
|
|
1476
1522
|
/**
|
|
1477
1523
|
* Gets current value of property {@link #getHref href}.
|
|
1478
1524
|
*
|
|
@@ -1509,7 +1555,7 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1509
1555
|
* Default value is `true`.
|
|
1510
1556
|
*
|
|
1511
1557
|
* @since 1.116
|
|
1512
|
-
* @experimental
|
|
1558
|
+
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1513
1559
|
* may be done before its official public release.
|
|
1514
1560
|
*
|
|
1515
1561
|
* @returns Value of property `selectable`
|
|
@@ -1592,6 +1638,46 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1592
1638
|
*/
|
|
1593
1639
|
vItem: int | string | NavigationListItem
|
|
1594
1640
|
): NavigationListItem | null;
|
|
1641
|
+
/**
|
|
1642
|
+
* Sets a new value for property {@link #getAriaHasPopup ariaHasPopup}.
|
|
1643
|
+
*
|
|
1644
|
+
* Specifies the value of the `aria-haspopup` attribute
|
|
1645
|
+
*
|
|
1646
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1647
|
+
*
|
|
1648
|
+
* Default value is `None`.
|
|
1649
|
+
*
|
|
1650
|
+
* @since 1.133.0
|
|
1651
|
+
*
|
|
1652
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1653
|
+
*/
|
|
1654
|
+
setAriaHasPopup(
|
|
1655
|
+
/**
|
|
1656
|
+
* New value for property `ariaHasPopup`
|
|
1657
|
+
*/
|
|
1658
|
+
sAriaHasPopup?: aria.HasPopup | keyof typeof aria.HasPopup
|
|
1659
|
+
): this;
|
|
1660
|
+
/**
|
|
1661
|
+
* Sets a new value for property {@link #getDesign design}.
|
|
1662
|
+
*
|
|
1663
|
+
* Specifies if the item has a special design. NOTE: If `design` is not `NavigationListItemDesign.Default`
|
|
1664
|
+
* sub-items can't be added.
|
|
1665
|
+
*
|
|
1666
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1667
|
+
*
|
|
1668
|
+
* Default value is `Default`.
|
|
1669
|
+
*
|
|
1670
|
+
* @since 1.133.0
|
|
1671
|
+
* @experimental Behavior might change.
|
|
1672
|
+
*
|
|
1673
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1674
|
+
*/
|
|
1675
|
+
setDesign(
|
|
1676
|
+
/**
|
|
1677
|
+
* New value for property `design`
|
|
1678
|
+
*/
|
|
1679
|
+
sDesign?: NavigationListItemDesign | keyof typeof NavigationListItemDesign
|
|
1680
|
+
): this;
|
|
1595
1681
|
/**
|
|
1596
1682
|
* Sets a new value for property {@link #getHref href}.
|
|
1597
1683
|
*
|
|
@@ -1638,7 +1724,7 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1638
1724
|
* Default value is `true`.
|
|
1639
1725
|
*
|
|
1640
1726
|
* @since 1.116
|
|
1641
|
-
* @experimental
|
|
1727
|
+
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1642
1728
|
* may be done before its official public release.
|
|
1643
1729
|
*
|
|
1644
1730
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1711,7 +1797,7 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1711
1797
|
* `href` is also used.
|
|
1712
1798
|
*
|
|
1713
1799
|
* @since 1.116
|
|
1714
|
-
* @experimental
|
|
1800
|
+
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1715
1801
|
* may be done before its official public release.
|
|
1716
1802
|
*/
|
|
1717
1803
|
selectable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -1731,6 +1817,28 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1731
1817
|
*/
|
|
1732
1818
|
target?: string | PropertyBindingInfo;
|
|
1733
1819
|
|
|
1820
|
+
/**
|
|
1821
|
+
* Specifies if the item has a special design. NOTE: If `design` is not `NavigationListItemDesign.Default`
|
|
1822
|
+
* sub-items can't be added.
|
|
1823
|
+
*
|
|
1824
|
+
* @since 1.133.0
|
|
1825
|
+
* @experimental Behavior might change.
|
|
1826
|
+
*/
|
|
1827
|
+
design?:
|
|
1828
|
+
| (NavigationListItemDesign | keyof typeof NavigationListItemDesign)
|
|
1829
|
+
| PropertyBindingInfo
|
|
1830
|
+
| `{${string}}`;
|
|
1831
|
+
|
|
1832
|
+
/**
|
|
1833
|
+
* Specifies the value of the `aria-haspopup` attribute
|
|
1834
|
+
*
|
|
1835
|
+
* @since 1.133.0
|
|
1836
|
+
*/
|
|
1837
|
+
ariaHasPopup?:
|
|
1838
|
+
| (aria.HasPopup | keyof typeof aria.HasPopup)
|
|
1839
|
+
| PropertyBindingInfo
|
|
1840
|
+
| `{${string}}`;
|
|
1841
|
+
|
|
1734
1842
|
/**
|
|
1735
1843
|
* The sub items.
|
|
1736
1844
|
*/
|
|
@@ -1772,6 +1880,8 @@ declare module "sap/tnt/NavigationListItemBase" {
|
|
|
1772
1880
|
|
|
1773
1881
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1774
1882
|
|
|
1883
|
+
import Event from "sap/ui/base/Event";
|
|
1884
|
+
|
|
1775
1885
|
/**
|
|
1776
1886
|
* The `NavigationListItemBase` class represents a base class for the items that are accepted by the `NavigationList`
|
|
1777
1887
|
* control.
|
|
@@ -1841,6 +1951,88 @@ declare module "sap/tnt/NavigationListItemBase" {
|
|
|
1841
1951
|
* @returns Metadata object describing this class
|
|
1842
1952
|
*/
|
|
1843
1953
|
static getMetadata(): ElementMetadata;
|
|
1954
|
+
/**
|
|
1955
|
+
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.tnt.NavigationListItemBase`.
|
|
1956
|
+
*
|
|
1957
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1958
|
+
* otherwise it will be bound to this `sap.tnt.NavigationListItemBase` itself.
|
|
1959
|
+
*
|
|
1960
|
+
* Fired when an item is pressed.
|
|
1961
|
+
*
|
|
1962
|
+
* @since 1.133
|
|
1963
|
+
*
|
|
1964
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1965
|
+
*/
|
|
1966
|
+
attachPress(
|
|
1967
|
+
/**
|
|
1968
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
1969
|
+
* object when firing the event
|
|
1970
|
+
*/
|
|
1971
|
+
oData: object,
|
|
1972
|
+
/**
|
|
1973
|
+
* The function to be called when the event occurs
|
|
1974
|
+
*/
|
|
1975
|
+
fnFunction: (p1: NavigationListItemBase$PressEvent) => void,
|
|
1976
|
+
/**
|
|
1977
|
+
* Context object to call the event handler with. Defaults to this `sap.tnt.NavigationListItemBase` itself
|
|
1978
|
+
*/
|
|
1979
|
+
oListener?: object
|
|
1980
|
+
): this;
|
|
1981
|
+
/**
|
|
1982
|
+
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.tnt.NavigationListItemBase`.
|
|
1983
|
+
*
|
|
1984
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1985
|
+
* otherwise it will be bound to this `sap.tnt.NavigationListItemBase` itself.
|
|
1986
|
+
*
|
|
1987
|
+
* Fired when an item is pressed.
|
|
1988
|
+
*
|
|
1989
|
+
* @since 1.133
|
|
1990
|
+
*
|
|
1991
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1992
|
+
*/
|
|
1993
|
+
attachPress(
|
|
1994
|
+
/**
|
|
1995
|
+
* The function to be called when the event occurs
|
|
1996
|
+
*/
|
|
1997
|
+
fnFunction: (p1: NavigationListItemBase$PressEvent) => void,
|
|
1998
|
+
/**
|
|
1999
|
+
* Context object to call the event handler with. Defaults to this `sap.tnt.NavigationListItemBase` itself
|
|
2000
|
+
*/
|
|
2001
|
+
oListener?: object
|
|
2002
|
+
): this;
|
|
2003
|
+
/**
|
|
2004
|
+
* Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.tnt.NavigationListItemBase`.
|
|
2005
|
+
*
|
|
2006
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
2007
|
+
*
|
|
2008
|
+
* @since 1.133
|
|
2009
|
+
*
|
|
2010
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2011
|
+
*/
|
|
2012
|
+
detachPress(
|
|
2013
|
+
/**
|
|
2014
|
+
* The function to be called, when the event occurs
|
|
2015
|
+
*/
|
|
2016
|
+
fnFunction: (p1: NavigationListItemBase$PressEvent) => void,
|
|
2017
|
+
/**
|
|
2018
|
+
* Context object on which the given function had to be called
|
|
2019
|
+
*/
|
|
2020
|
+
oListener?: object
|
|
2021
|
+
): this;
|
|
2022
|
+
/**
|
|
2023
|
+
* Fires event {@link #event:press press} to attached listeners.
|
|
2024
|
+
*
|
|
2025
|
+
* @since 1.133
|
|
2026
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2027
|
+
*
|
|
2028
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2029
|
+
*/
|
|
2030
|
+
firePress(
|
|
2031
|
+
/**
|
|
2032
|
+
* Parameters to pass along with the event
|
|
2033
|
+
*/
|
|
2034
|
+
mParameters?: NavigationListItemBase$PressEventParameters
|
|
2035
|
+
): this;
|
|
1844
2036
|
/**
|
|
1845
2037
|
* Gets current value of property {@link #getExpanded expanded}.
|
|
1846
2038
|
*
|
|
@@ -1963,7 +2155,32 @@ declare module "sap/tnt/NavigationListItemBase" {
|
|
|
1963
2155
|
* @since 1.121
|
|
1964
2156
|
*/
|
|
1965
2157
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2158
|
+
|
|
2159
|
+
/**
|
|
2160
|
+
* Fired when an item is pressed.
|
|
2161
|
+
*
|
|
2162
|
+
* @since 1.133
|
|
2163
|
+
*/
|
|
2164
|
+
press?: (oEvent: NavigationListItemBase$PressEvent) => void;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
/**
|
|
2168
|
+
* Parameters of the NavigationListItemBase#press event.
|
|
2169
|
+
*/
|
|
2170
|
+
export interface NavigationListItemBase$PressEventParameters {
|
|
2171
|
+
/**
|
|
2172
|
+
* The pressed item.
|
|
2173
|
+
*/
|
|
2174
|
+
item?: Item;
|
|
1966
2175
|
}
|
|
2176
|
+
|
|
2177
|
+
/**
|
|
2178
|
+
* Event object of the NavigationListItemBase#press event.
|
|
2179
|
+
*/
|
|
2180
|
+
export type NavigationListItemBase$PressEvent = Event<
|
|
2181
|
+
NavigationListItemBase$PressEventParameters,
|
|
2182
|
+
NavigationListItemBase
|
|
2183
|
+
>;
|
|
1967
2184
|
}
|
|
1968
2185
|
|
|
1969
2186
|
declare module "sap/tnt/SideNavigation" {
|
|
@@ -2130,7 +2347,7 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2130
2347
|
/**
|
|
2131
2348
|
* Destroys the footer in the aggregation {@link #getFooter footer}.
|
|
2132
2349
|
*
|
|
2133
|
-
* @deprecated
|
|
2350
|
+
* @deprecated As of version 1.120. Use the aggregation `fixedItem` instead.
|
|
2134
2351
|
*
|
|
2135
2352
|
* @returns Reference to `this` in order to allow method chaining
|
|
2136
2353
|
*/
|
|
@@ -2205,7 +2422,7 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2205
2422
|
*
|
|
2206
2423
|
* Defines the content inside the footer.
|
|
2207
2424
|
*
|
|
2208
|
-
* @deprecated
|
|
2425
|
+
* @deprecated As of version 1.120. Use the aggregation `fixedItem` instead.
|
|
2209
2426
|
*/
|
|
2210
2427
|
getFooter(): NavigationList;
|
|
2211
2428
|
/**
|
|
@@ -2288,7 +2505,7 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2288
2505
|
/**
|
|
2289
2506
|
* Sets the aggregated {@link #getFooter footer}.
|
|
2290
2507
|
*
|
|
2291
|
-
* @deprecated
|
|
2508
|
+
* @deprecated As of version 1.120. Use the aggregation `fixedItem` instead.
|
|
2292
2509
|
*
|
|
2293
2510
|
* @returns Reference to `this` in order to allow method chaining
|
|
2294
2511
|
*/
|
|
@@ -2408,7 +2625,7 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2408
2625
|
/**
|
|
2409
2626
|
* Defines the content inside the footer.
|
|
2410
2627
|
*
|
|
2411
|
-
* @deprecated
|
|
2628
|
+
* @deprecated As of version 1.120. Use the aggregation `fixedItem` instead.
|
|
2412
2629
|
*/
|
|
2413
2630
|
footer?: NavigationList;
|
|
2414
2631
|
|
|
@@ -2800,9 +3017,7 @@ declare module "sap/tnt/ToolPage" {
|
|
|
2800
3017
|
*
|
|
2801
3018
|
* @returns Value of property `contentBackgroundDesign`
|
|
2802
3019
|
*/
|
|
2803
|
-
getContentBackgroundDesign():
|
|
2804
|
-
| PageBackgroundDesign
|
|
2805
|
-
| keyof typeof PageBackgroundDesign;
|
|
3020
|
+
getContentBackgroundDesign(): PageBackgroundDesign;
|
|
2806
3021
|
/**
|
|
2807
3022
|
* Gets content of aggregation {@link #getHeader header}.
|
|
2808
3023
|
*
|