@sapui5/ts-types-esm 1.132.1 → 1.133.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 +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 -9
- 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.m.d.ts +1946 -1117
- 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.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.core.d.ts +693 -718
- 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 +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.mdc.d.ts +167 -142
- 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.ux3.d.ts +113 -117
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -153,7 +153,8 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
153
153
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
154
154
|
* 'BulletChartMode'.
|
|
155
155
|
*
|
|
156
|
-
* @deprecated
|
|
156
|
+
* @deprecated As of version 1.34. Deprecated. sap.suite.ui.microchart.BulletMicroChartModeType should be
|
|
157
|
+
* used.
|
|
157
158
|
*/
|
|
158
159
|
export enum BulletChartMode {
|
|
159
160
|
/**
|
|
@@ -260,7 +261,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
260
261
|
/**
|
|
261
262
|
* Constant.
|
|
262
263
|
*
|
|
263
|
-
* @deprecated
|
|
264
|
+
* @deprecated As of version 1.77.0. replaced by {@link sap.suite.ui.commons.CalculationBuilderItemType.Literal}.
|
|
264
265
|
*/
|
|
265
266
|
Constant = "Constant",
|
|
266
267
|
/**
|
|
@@ -391,7 +392,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
391
392
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
392
393
|
* 'CommonBackground'.
|
|
393
394
|
*
|
|
394
|
-
* @deprecated
|
|
395
|
+
* @deprecated As of version 1.34. Deprecated. Moved to sapui5.runtime.
|
|
395
396
|
*/
|
|
396
397
|
export enum CommonBackground {
|
|
397
398
|
/**
|
|
@@ -433,8 +434,8 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
433
434
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
434
435
|
* 'ComparisonChartView'.
|
|
435
436
|
*
|
|
436
|
-
* @deprecated
|
|
437
|
-
* used.
|
|
437
|
+
* @deprecated As of version 1.34. Deprecated. sap.suite.ui.microchart.ComparisonMicroChartViewType should
|
|
438
|
+
* be used.
|
|
438
439
|
*/
|
|
439
440
|
export enum ComparisonChartView {
|
|
440
441
|
/**
|
|
@@ -452,7 +453,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
452
453
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
453
454
|
* 'DeviationIndicator'.
|
|
454
455
|
*
|
|
455
|
-
* @deprecated
|
|
456
|
+
* @deprecated As of version 1.34. Deprecated. Moved to sapui5.runtime.
|
|
456
457
|
*/
|
|
457
458
|
export enum DeviationIndicator {
|
|
458
459
|
/**
|
|
@@ -474,7 +475,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
474
475
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
475
476
|
* 'FacetOverviewHeight'.
|
|
476
477
|
*
|
|
477
|
-
* @deprecated
|
|
478
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
478
479
|
*/
|
|
479
480
|
export enum FacetOverviewHeight {
|
|
480
481
|
/**
|
|
@@ -552,7 +553,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
552
553
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
553
554
|
* 'FrameType'.
|
|
554
555
|
*
|
|
555
|
-
* @deprecated
|
|
556
|
+
* @deprecated As of version 1.34. Deprecated. Moved to openUI5.
|
|
556
557
|
*/
|
|
557
558
|
export enum FrameType {
|
|
558
559
|
/**
|
|
@@ -578,7 +579,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
578
579
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
579
580
|
* 'HeaderContainerView'.
|
|
580
581
|
*
|
|
581
|
-
* @deprecated
|
|
582
|
+
* @deprecated As of version 1.48. This control is deprecated since 1.48. Please use the equivalent sap.ui.core.Orientation.
|
|
582
583
|
*/
|
|
583
584
|
export enum HeaderContainerView {
|
|
584
585
|
/**
|
|
@@ -681,7 +682,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
681
682
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
682
683
|
* 'InfoTileSize'.
|
|
683
684
|
*
|
|
684
|
-
* @deprecated
|
|
685
|
+
* @deprecated As of version 1.34. Deprecated. sap.m.InfoTileSize should be used.
|
|
685
686
|
*/
|
|
686
687
|
export enum InfoTileSize {
|
|
687
688
|
/**
|
|
@@ -712,7 +713,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
712
713
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
713
714
|
* 'InfoTileTextColor'.
|
|
714
715
|
*
|
|
715
|
-
* @deprecated
|
|
716
|
+
* @deprecated As of version 1.34. Deprecated. sap.m.InfoTileTextColor should be used.
|
|
716
717
|
*/
|
|
717
718
|
export enum InfoTileTextColor {
|
|
718
719
|
/**
|
|
@@ -734,7 +735,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
734
735
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
735
736
|
* 'InfoTileValueColor'.
|
|
736
737
|
*
|
|
737
|
-
* @deprecated
|
|
738
|
+
* @deprecated As of version 1.34. Deprecated. sap.m.InfoTileValueColor should be used.
|
|
738
739
|
*/
|
|
739
740
|
export enum InfoTileValueColor {
|
|
740
741
|
/**
|
|
@@ -760,7 +761,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
760
761
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
761
762
|
* 'LoadState'.
|
|
762
763
|
*
|
|
763
|
-
* @deprecated
|
|
764
|
+
* @deprecated As of version 1.34. Deprecated. sap.m.LoadState should be used.
|
|
764
765
|
*/
|
|
765
766
|
export enum LoadState {
|
|
766
767
|
/**
|
|
@@ -786,7 +787,8 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
786
787
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
787
788
|
* 'MicroAreaChartView'.
|
|
788
789
|
*
|
|
789
|
-
* @deprecated
|
|
790
|
+
* @deprecated As of version 1.34. Deprecated. sap.suite.ui.microchart.AreaMicroChartViewType should be
|
|
791
|
+
* used.
|
|
790
792
|
*/
|
|
791
793
|
export enum MicroAreaChartView {
|
|
792
794
|
/**
|
|
@@ -1067,7 +1069,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1067
1069
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1068
1070
|
* 'SelectionState'.
|
|
1069
1071
|
*
|
|
1070
|
-
* @deprecated
|
|
1072
|
+
* @deprecated As of version 1.48. This Enumeration is deprecated as it is not used anywhere.
|
|
1071
1073
|
*/
|
|
1072
1074
|
export enum SelectionState {
|
|
1073
1075
|
/**
|
|
@@ -1175,7 +1177,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1175
1177
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1176
1178
|
* 'ThingGroupDesign'.
|
|
1177
1179
|
*
|
|
1178
|
-
* @deprecated
|
|
1180
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
1179
1181
|
*/
|
|
1180
1182
|
export enum ThingGroupDesign {
|
|
1181
1183
|
/**
|
|
@@ -1290,7 +1292,7 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1290
1292
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1291
1293
|
* 'TimelineScrollingFadeout'.
|
|
1292
1294
|
*
|
|
1293
|
-
* @deprecated
|
|
1295
|
+
* @deprecated As of version 1.54.0. Not Fiori.
|
|
1294
1296
|
*/
|
|
1295
1297
|
export enum TimelineScrollingFadeout {
|
|
1296
1298
|
/**
|
|
@@ -1312,8 +1314,8 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1312
1314
|
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1313
1315
|
* 'ValueStatus'.
|
|
1314
1316
|
*
|
|
1315
|
-
* @deprecated
|
|
1316
|
-
* used instead.
|
|
1317
|
+
* @deprecated As of version 1.32. Deprecated. Numeric content or any other standard Fiori control should
|
|
1318
|
+
* be used instead.
|
|
1317
1319
|
*/
|
|
1318
1320
|
export enum ValueStatus {
|
|
1319
1321
|
/**
|
|
@@ -2015,7 +2017,7 @@ declare module "sap/suite/ui/commons/BulletChart" {
|
|
|
2015
2017
|
* bar, the numeric value, the scaling factor, along with the thresholds, and a target value as vertical
|
|
2016
2018
|
* bars.
|
|
2017
2019
|
*
|
|
2018
|
-
* @deprecated
|
|
2020
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.BulletMicroChart.
|
|
2019
2021
|
*/
|
|
2020
2022
|
export default class BulletChart extends BulletMicroChart {
|
|
2021
2023
|
/**
|
|
@@ -2090,7 +2092,7 @@ declare module "sap/suite/ui/commons/BulletChart" {
|
|
|
2090
2092
|
/**
|
|
2091
2093
|
* Describes the settings that can be provided to the BulletChart constructor.
|
|
2092
2094
|
*
|
|
2093
|
-
* @deprecated
|
|
2095
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.BulletMicroChart.
|
|
2094
2096
|
*/
|
|
2095
2097
|
export interface $BulletChartSettings extends $BulletMicroChartSettings {}
|
|
2096
2098
|
}
|
|
@@ -2106,7 +2108,7 @@ declare module "sap/suite/ui/commons/BulletChartData" {
|
|
|
2106
2108
|
/**
|
|
2107
2109
|
* Thresholds data holder.
|
|
2108
2110
|
*
|
|
2109
|
-
* @deprecated
|
|
2111
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.BulletMicroChartData.
|
|
2110
2112
|
*/
|
|
2111
2113
|
export default class BulletChartData extends BulletMicroChartData {
|
|
2112
2114
|
/**
|
|
@@ -2181,7 +2183,7 @@ declare module "sap/suite/ui/commons/BulletChartData" {
|
|
|
2181
2183
|
/**
|
|
2182
2184
|
* Describes the settings that can be provided to the BulletChartData constructor.
|
|
2183
2185
|
*
|
|
2184
|
-
* @deprecated
|
|
2186
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.BulletMicroChartData.
|
|
2185
2187
|
*/
|
|
2186
2188
|
export interface $BulletChartDataSettings
|
|
2187
2189
|
extends $BulletMicroChartDataSettings {}
|
|
@@ -2200,7 +2202,7 @@ declare module "sap/suite/ui/commons/BusinessCard" {
|
|
|
2200
2202
|
* This control allows you to display business card information including an image, first title (either
|
|
2201
2203
|
* URL link or text), second title, and multiple text lines.
|
|
2202
2204
|
*
|
|
2203
|
-
* @deprecated
|
|
2205
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
2204
2206
|
*/
|
|
2205
2207
|
export default class BusinessCard extends Control {
|
|
2206
2208
|
/**
|
|
@@ -2445,7 +2447,7 @@ declare module "sap/suite/ui/commons/BusinessCard" {
|
|
|
2445
2447
|
/**
|
|
2446
2448
|
* Describes the settings that can be provided to the BusinessCard constructor.
|
|
2447
2449
|
*
|
|
2448
|
-
* @deprecated
|
|
2450
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
2449
2451
|
*/
|
|
2450
2452
|
export interface $BusinessCardSettings extends $ControlSettings {
|
|
2451
2453
|
/**
|
|
@@ -3008,7 +3010,7 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
3008
3010
|
/**
|
|
3009
3011
|
* Gets the current value of property `allowStringConstants`.
|
|
3010
3012
|
*
|
|
3011
|
-
* @deprecated
|
|
3013
|
+
* @deprecated As of version 1.77.0. replaced by {@link sap.suite.ui.commons.CalculationBuilder#getAllowStringLiterals}.
|
|
3012
3014
|
*
|
|
3013
3015
|
* @returns Value of property `allowStringConstants`
|
|
3014
3016
|
*/
|
|
@@ -3173,9 +3175,7 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
3173
3175
|
*
|
|
3174
3176
|
* @returns Value of property `validationMode`
|
|
3175
3177
|
*/
|
|
3176
|
-
getValidationMode():
|
|
3177
|
-
| CalculationBuilderValidationMode
|
|
3178
|
-
| keyof typeof CalculationBuilderValidationMode;
|
|
3178
|
+
getValidationMode(): CalculationBuilderValidationMode;
|
|
3179
3179
|
/**
|
|
3180
3180
|
* Gets content of aggregation {@link #getVariables variables}.
|
|
3181
3181
|
*
|
|
@@ -3493,7 +3493,7 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
3493
3493
|
/**
|
|
3494
3494
|
* Sets a new value for property `allowStringConstants`.
|
|
3495
3495
|
*
|
|
3496
|
-
* @deprecated
|
|
3496
|
+
* @deprecated As of version 1.77.0. replaced by {@link sap.suite.ui.commons.CalculationBuilder#setAllowStringLiterals}.
|
|
3497
3497
|
*
|
|
3498
3498
|
* @returns Reference to `this` to allow method chaining
|
|
3499
3499
|
*/
|
|
@@ -3808,7 +3808,7 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
3808
3808
|
* Defines whether string constants are allowed.
|
|
3809
3809
|
* If set to `true`, the calculation builder doesn't validate custom strings as errors.
|
|
3810
3810
|
*
|
|
3811
|
-
* @deprecated
|
|
3811
|
+
* @deprecated As of version 1.77.0. replaced by the `allowStringLiterals` property.
|
|
3812
3812
|
*/
|
|
3813
3813
|
allowStringConstants?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3814
3814
|
|
|
@@ -5695,7 +5695,7 @@ declare module "sap/suite/ui/commons/ChartContainer" {
|
|
|
5695
5695
|
*
|
|
5696
5696
|
* Custom Label for Selectors Group.
|
|
5697
5697
|
*
|
|
5698
|
-
* @deprecated
|
|
5698
|
+
* @deprecated As of version 1.32.0. Obsolete property as sap.m.Toolbar is replaced by sap.m.OverflowToolbar.
|
|
5699
5699
|
*
|
|
5700
5700
|
* @returns Value of property `selectorGroupLabel`
|
|
5701
5701
|
*/
|
|
@@ -6270,7 +6270,7 @@ declare module "sap/suite/ui/commons/ChartContainer" {
|
|
|
6270
6270
|
/**
|
|
6271
6271
|
* Custom Label for Selectors Group.
|
|
6272
6272
|
*
|
|
6273
|
-
* @deprecated
|
|
6273
|
+
* @deprecated As of version 1.32.0. Obsolete property as sap.m.Toolbar is replaced by sap.m.OverflowToolbar.
|
|
6274
6274
|
*/
|
|
6275
6275
|
selectorGroupLabel?: string | PropertyBindingInfo;
|
|
6276
6276
|
|
|
@@ -6727,7 +6727,7 @@ declare module "sap/suite/ui/commons/ChartTile" {
|
|
|
6727
6727
|
/**
|
|
6728
6728
|
* This control is the implementation of the InfoTile to show a comparison or bullet chart.
|
|
6729
6729
|
*
|
|
6730
|
-
* @deprecated
|
|
6730
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
6731
6731
|
*/
|
|
6732
6732
|
export default class ChartTile extends InfoTile {
|
|
6733
6733
|
/**
|
|
@@ -6821,7 +6821,7 @@ declare module "sap/suite/ui/commons/ChartTile" {
|
|
|
6821
6821
|
/**
|
|
6822
6822
|
* Describes the settings that can be provided to the ChartTile constructor.
|
|
6823
6823
|
*
|
|
6824
|
-
* @deprecated
|
|
6824
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
6825
6825
|
*/
|
|
6826
6826
|
export interface $ChartTileSettings extends $InfoTileSettings {
|
|
6827
6827
|
/**
|
|
@@ -7106,7 +7106,7 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
7106
7106
|
*
|
|
7107
7107
|
* @returns Value of property `filePickerMode`
|
|
7108
7108
|
*/
|
|
7109
|
-
getFilePickerMode(): FilePickerModes
|
|
7109
|
+
getFilePickerMode(): FilePickerModes;
|
|
7110
7110
|
/**
|
|
7111
7111
|
* Gets current value of property {@link #getFilePickerType filePickerType}.
|
|
7112
7112
|
*
|
|
@@ -7117,7 +7117,7 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
7117
7117
|
*
|
|
7118
7118
|
* @returns Value of property `filePickerType`
|
|
7119
7119
|
*/
|
|
7120
|
-
getFilePickerType(): FilePickerType
|
|
7120
|
+
getFilePickerType(): FilePickerType;
|
|
7121
7121
|
/**
|
|
7122
7122
|
* Gets current value of property {@link #getMIMEType MIMEType}.
|
|
7123
7123
|
*
|
|
@@ -7611,7 +7611,7 @@ declare module "sap/suite/ui/commons/ColumnData" {
|
|
|
7611
7611
|
/**
|
|
7612
7612
|
* Column data holder.
|
|
7613
7613
|
*
|
|
7614
|
-
* @deprecated
|
|
7614
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChartData.
|
|
7615
7615
|
*/
|
|
7616
7616
|
export default class ColumnData extends ColumnMicroChartData {
|
|
7617
7617
|
/**
|
|
@@ -7686,7 +7686,7 @@ declare module "sap/suite/ui/commons/ColumnData" {
|
|
|
7686
7686
|
/**
|
|
7687
7687
|
* Describes the settings that can be provided to the ColumnData constructor.
|
|
7688
7688
|
*
|
|
7689
|
-
* @deprecated
|
|
7689
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChartData.
|
|
7690
7690
|
*/
|
|
7691
7691
|
export interface $ColumnDataSettings extends $ColumnMicroChartDataSettings {}
|
|
7692
7692
|
}
|
|
@@ -7702,7 +7702,7 @@ declare module "sap/suite/ui/commons/ColumnMicroChart" {
|
|
|
7702
7702
|
/**
|
|
7703
7703
|
* This control shows a column chart.
|
|
7704
7704
|
*
|
|
7705
|
-
* @deprecated
|
|
7705
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChart.
|
|
7706
7706
|
*/
|
|
7707
7707
|
export default class ColumnMicroChart extends ColumnMicroChart1 {
|
|
7708
7708
|
/**
|
|
@@ -7777,7 +7777,7 @@ declare module "sap/suite/ui/commons/ColumnMicroChart" {
|
|
|
7777
7777
|
/**
|
|
7778
7778
|
* Describes the settings that can be provided to the ColumnMicroChart constructor.
|
|
7779
7779
|
*
|
|
7780
|
-
* @deprecated
|
|
7780
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChart.
|
|
7781
7781
|
*/
|
|
7782
7782
|
export interface $ColumnMicroChartSettings
|
|
7783
7783
|
extends $ColumnMicroChartSettings1 {}
|
|
@@ -7794,7 +7794,7 @@ declare module "sap/suite/ui/commons/ColumnMicroChartLabel" {
|
|
|
7794
7794
|
/**
|
|
7795
7795
|
* This element contains data for a label in ColumnMicroChart control.
|
|
7796
7796
|
*
|
|
7797
|
-
* @deprecated
|
|
7797
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChartLabel.
|
|
7798
7798
|
*/
|
|
7799
7799
|
export default class ColumnMicroChartLabel extends ColumnMicroChartLabel1 {
|
|
7800
7800
|
/**
|
|
@@ -7869,7 +7869,7 @@ declare module "sap/suite/ui/commons/ColumnMicroChartLabel" {
|
|
|
7869
7869
|
/**
|
|
7870
7870
|
* Describes the settings that can be provided to the ColumnMicroChartLabel constructor.
|
|
7871
7871
|
*
|
|
7872
|
-
* @deprecated
|
|
7872
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChartLabel.
|
|
7873
7873
|
*/
|
|
7874
7874
|
export interface $ColumnMicroChartLabelSettings
|
|
7875
7875
|
extends $ColumnMicroChartLabelSettings1 {}
|
|
@@ -7886,7 +7886,7 @@ declare module "sap/suite/ui/commons/ComparisonChart" {
|
|
|
7886
7886
|
/**
|
|
7887
7887
|
* This control shows a comparison chart.
|
|
7888
7888
|
*
|
|
7889
|
-
* @deprecated
|
|
7889
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ComparisonMicroChart.
|
|
7890
7890
|
*/
|
|
7891
7891
|
export default class ComparisonChart extends ComparisonMicroChart {
|
|
7892
7892
|
/**
|
|
@@ -7961,7 +7961,7 @@ declare module "sap/suite/ui/commons/ComparisonChart" {
|
|
|
7961
7961
|
/**
|
|
7962
7962
|
* Describes the settings that can be provided to the ComparisonChart constructor.
|
|
7963
7963
|
*
|
|
7964
|
-
* @deprecated
|
|
7964
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ComparisonMicroChart.
|
|
7965
7965
|
*/
|
|
7966
7966
|
export interface $ComparisonChartSettings
|
|
7967
7967
|
extends $ComparisonMicroChartSettings {}
|
|
@@ -7978,7 +7978,7 @@ declare module "sap/suite/ui/commons/ComparisonData" {
|
|
|
7978
7978
|
/**
|
|
7979
7979
|
* Comparison tile value holder.
|
|
7980
7980
|
*
|
|
7981
|
-
* @deprecated
|
|
7981
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ComparisonMicroChartData.
|
|
7982
7982
|
*/
|
|
7983
7983
|
export default class ComparisonData extends ComparisonMicroChartData {
|
|
7984
7984
|
/**
|
|
@@ -8053,7 +8053,7 @@ declare module "sap/suite/ui/commons/ComparisonData" {
|
|
|
8053
8053
|
/**
|
|
8054
8054
|
* Describes the settings that can be provided to the ComparisonData constructor.
|
|
8055
8055
|
*
|
|
8056
|
-
* @deprecated
|
|
8056
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ComparisonMicroChartData.
|
|
8057
8057
|
*/
|
|
8058
8058
|
export interface $ComparisonDataSettings
|
|
8059
8059
|
extends $ComparisonMicroChartDataSettings {}
|
|
@@ -8076,7 +8076,7 @@ declare module "sap/suite/ui/commons/DateRangeScroller" {
|
|
|
8076
8076
|
* previous or next date range. Several predefined ranges are supported such as day, week, work week, month,
|
|
8077
8077
|
* and year.
|
|
8078
8078
|
*
|
|
8079
|
-
* @deprecated
|
|
8079
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
8080
8080
|
*/
|
|
8081
8081
|
export default class DateRangeScroller extends Control {
|
|
8082
8082
|
/**
|
|
@@ -8415,7 +8415,7 @@ declare module "sap/suite/ui/commons/DateRangeScroller" {
|
|
|
8415
8415
|
/**
|
|
8416
8416
|
* Describes the settings that can be provided to the DateRangeScroller constructor.
|
|
8417
8417
|
*
|
|
8418
|
-
* @deprecated
|
|
8418
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
8419
8419
|
*/
|
|
8420
8420
|
export interface $DateRangeScrollerSettings extends $ControlSettings {
|
|
8421
8421
|
/**
|
|
@@ -8470,7 +8470,7 @@ declare module "sap/suite/ui/commons/DateRangeSlider" {
|
|
|
8470
8470
|
/**
|
|
8471
8471
|
* The Date Range Slider provides the user with a Range Slider control that is optimized for use with Dates.
|
|
8472
8472
|
*
|
|
8473
|
-
* @deprecated
|
|
8473
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
8474
8474
|
*/
|
|
8475
8475
|
export default class DateRangeSlider extends Control {
|
|
8476
8476
|
/**
|
|
@@ -9121,7 +9121,7 @@ declare module "sap/suite/ui/commons/DateRangeSlider" {
|
|
|
9121
9121
|
/**
|
|
9122
9122
|
* Describes the settings that can be provided to the DateRangeSlider constructor.
|
|
9123
9123
|
*
|
|
9124
|
-
* @deprecated
|
|
9124
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
9125
9125
|
*/
|
|
9126
9126
|
export interface $DateRangeSliderSettings extends $ControlSettings {
|
|
9127
9127
|
/**
|
|
@@ -9263,7 +9263,7 @@ declare module "sap/suite/ui/commons/DateRangeSliderInternal" {
|
|
|
9263
9263
|
/**
|
|
9264
9264
|
* The Date Range Slider provides the user with a Range Slider control that is optimized for use with Dates.
|
|
9265
9265
|
*
|
|
9266
|
-
* @deprecated
|
|
9266
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
9267
9267
|
*/
|
|
9268
9268
|
export default class DateRangeSliderInternal extends RangeSlider {
|
|
9269
9269
|
/**
|
|
@@ -9583,7 +9583,7 @@ declare module "sap/suite/ui/commons/DateRangeSliderInternal" {
|
|
|
9583
9583
|
/**
|
|
9584
9584
|
* Describes the settings that can be provided to the DateRangeSliderInternal constructor.
|
|
9585
9585
|
*
|
|
9586
|
-
* @deprecated
|
|
9586
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
9587
9587
|
*/
|
|
9588
9588
|
export interface $DateRangeSliderInternalSettings
|
|
9589
9589
|
extends $RangeSliderSettings {
|
|
@@ -9655,7 +9655,7 @@ declare module "sap/suite/ui/commons/DeltaMicroChart" {
|
|
|
9655
9655
|
/**
|
|
9656
9656
|
* This control displays a delta of two values as a chart.
|
|
9657
9657
|
*
|
|
9658
|
-
* @deprecated
|
|
9658
|
+
* @deprecated As of version 1.34. Deprecated. sap.suite.ui.microchart.DeltaMicroChart should be used.
|
|
9659
9659
|
*/
|
|
9660
9660
|
export default class DeltaMicroChart extends DeltaMicroChart1 {
|
|
9661
9661
|
/**
|
|
@@ -9730,7 +9730,7 @@ declare module "sap/suite/ui/commons/DeltaMicroChart" {
|
|
|
9730
9730
|
/**
|
|
9731
9731
|
* Describes the settings that can be provided to the DeltaMicroChart constructor.
|
|
9732
9732
|
*
|
|
9733
|
-
* @deprecated
|
|
9733
|
+
* @deprecated As of version 1.34. Deprecated. sap.suite.ui.microchart.DeltaMicroChart should be used.
|
|
9734
9734
|
*/
|
|
9735
9735
|
export interface $DeltaMicroChartSettings extends $DeltaMicroChartSettings1 {}
|
|
9736
9736
|
}
|
|
@@ -9743,7 +9743,7 @@ declare module "sap/suite/ui/commons/DynamicContainer" {
|
|
|
9743
9743
|
/**
|
|
9744
9744
|
* The control that displays multiple GenericTile controls as changing slides.
|
|
9745
9745
|
*
|
|
9746
|
-
* @deprecated
|
|
9746
|
+
* @deprecated As of version 1.34. Deprecated. Moved to openui5.
|
|
9747
9747
|
*/
|
|
9748
9748
|
export default class DynamicContainer extends SlideTile {
|
|
9749
9749
|
/**
|
|
@@ -9818,7 +9818,7 @@ declare module "sap/suite/ui/commons/DynamicContainer" {
|
|
|
9818
9818
|
/**
|
|
9819
9819
|
* Describes the settings that can be provided to the DynamicContainer constructor.
|
|
9820
9820
|
*
|
|
9821
|
-
* @deprecated
|
|
9821
|
+
* @deprecated As of version 1.34. Deprecated. Moved to openui5.
|
|
9822
9822
|
*/
|
|
9823
9823
|
export interface $DynamicContainerSettings extends $SlideTileSettings {}
|
|
9824
9824
|
}
|
|
@@ -9839,7 +9839,7 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
9839
9839
|
/**
|
|
9840
9840
|
* This control is used in UnifiedThingInspector to display the preview of the facet content.
|
|
9841
9841
|
*
|
|
9842
|
-
* @deprecated
|
|
9842
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
9843
9843
|
*/
|
|
9844
9844
|
export default class FacetOverview extends Control {
|
|
9845
9845
|
/**
|
|
@@ -10087,7 +10087,7 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
10087
10087
|
*
|
|
10088
10088
|
* Default value is `'10rem'`.
|
|
10089
10089
|
*
|
|
10090
|
-
* @deprecated
|
|
10090
|
+
* @deprecated As of version 1.17.1. This property was replaced by heightType property.
|
|
10091
10091
|
*
|
|
10092
10092
|
* @returns Value of property `height`
|
|
10093
10093
|
*/
|
|
@@ -10103,7 +10103,7 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
10103
10103
|
*
|
|
10104
10104
|
* @returns Value of property `heightType`
|
|
10105
10105
|
*/
|
|
10106
|
-
getHeightType(): FacetOverviewHeight
|
|
10106
|
+
getHeightType(): FacetOverviewHeight;
|
|
10107
10107
|
/**
|
|
10108
10108
|
* Gets current value of property {@link #getQuantity quantity}.
|
|
10109
10109
|
*
|
|
@@ -10122,7 +10122,7 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
10122
10122
|
*
|
|
10123
10123
|
* Default value is `1`.
|
|
10124
10124
|
*
|
|
10125
|
-
* @deprecated
|
|
10125
|
+
* @deprecated As of version 1.17.1. It is not used any more for the laoyut calculations in UnifiedThingInspector.
|
|
10126
10126
|
*
|
|
10127
10127
|
* @returns Value of property `rowSpan`
|
|
10128
10128
|
*/
|
|
@@ -10170,7 +10170,7 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
10170
10170
|
*
|
|
10171
10171
|
* Default value is `'10rem'`.
|
|
10172
10172
|
*
|
|
10173
|
-
* @deprecated
|
|
10173
|
+
* @deprecated As of version 1.17.1. This property was replaced by heightType property.
|
|
10174
10174
|
*
|
|
10175
10175
|
* @returns Reference to `this` in order to allow method chaining
|
|
10176
10176
|
*/
|
|
@@ -10226,7 +10226,7 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
10226
10226
|
*
|
|
10227
10227
|
* Default value is `1`.
|
|
10228
10228
|
*
|
|
10229
|
-
* @deprecated
|
|
10229
|
+
* @deprecated As of version 1.17.1. It is not used any more for the laoyut calculations in UnifiedThingInspector.
|
|
10230
10230
|
*
|
|
10231
10231
|
* @returns Reference to `this` in order to allow method chaining
|
|
10232
10232
|
*/
|
|
@@ -10275,7 +10275,7 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
10275
10275
|
/**
|
|
10276
10276
|
* Describes the settings that can be provided to the FacetOverview constructor.
|
|
10277
10277
|
*
|
|
10278
|
-
* @deprecated
|
|
10278
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
10279
10279
|
*/
|
|
10280
10280
|
export interface $FacetOverviewSettings extends $ControlSettings {
|
|
10281
10281
|
/**
|
|
@@ -10298,14 +10298,14 @@ declare module "sap/suite/ui/commons/FacetOverview" {
|
|
|
10298
10298
|
* Defines the height of the control only if the heightType prperty is set to None. Must be set in rems
|
|
10299
10299
|
* for the correct work in the UnifiedThingInspector.
|
|
10300
10300
|
*
|
|
10301
|
-
* @deprecated
|
|
10301
|
+
* @deprecated As of version 1.17.1. This property was replaced by heightType property.
|
|
10302
10302
|
*/
|
|
10303
10303
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
10304
10304
|
|
|
10305
10305
|
/**
|
|
10306
10306
|
* Defines the number of rows that the control represents in an external layout.
|
|
10307
10307
|
*
|
|
10308
|
-
* @deprecated
|
|
10308
|
+
* @deprecated As of version 1.17.1. It is not used any more for the laoyut calculations in UnifiedThingInspector.
|
|
10309
10309
|
*/
|
|
10310
10310
|
rowSpan?: int | PropertyBindingInfo | `{${string}}`;
|
|
10311
10311
|
|
|
@@ -10379,7 +10379,7 @@ declare module "sap/suite/ui/commons/FeedItem" {
|
|
|
10379
10379
|
/**
|
|
10380
10380
|
* This element represents a news feed item.
|
|
10381
10381
|
*
|
|
10382
|
-
* @deprecated
|
|
10382
|
+
* @deprecated As of version 1.32. Deprecated. Generic Tile should be used instead.
|
|
10383
10383
|
*/
|
|
10384
10384
|
export default class FeedItem extends UI5Element {
|
|
10385
10385
|
/**
|
|
@@ -10573,7 +10573,7 @@ declare module "sap/suite/ui/commons/FeedItem" {
|
|
|
10573
10573
|
/**
|
|
10574
10574
|
* Describes the settings that can be provided to the FeedItem constructor.
|
|
10575
10575
|
*
|
|
10576
|
-
* @deprecated
|
|
10576
|
+
* @deprecated As of version 1.32. Deprecated. Generic Tile should be used instead.
|
|
10577
10577
|
*/
|
|
10578
10578
|
export interface $FeedItemSettings extends $ElementSettings {
|
|
10579
10579
|
/**
|
|
@@ -10618,7 +10618,7 @@ declare module "sap/suite/ui/commons/FeedItemHeader" {
|
|
|
10618
10618
|
/**
|
|
10619
10619
|
* This control displays feed item header information.
|
|
10620
10620
|
*
|
|
10621
|
-
* @deprecated
|
|
10621
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
10622
10622
|
*/
|
|
10623
10623
|
export default class FeedItemHeader extends ListItemBase {
|
|
10624
10624
|
/**
|
|
@@ -10837,7 +10837,7 @@ declare module "sap/suite/ui/commons/FeedItemHeader" {
|
|
|
10837
10837
|
/**
|
|
10838
10838
|
* Describes the settings that can be provided to the FeedItemHeader constructor.
|
|
10839
10839
|
*
|
|
10840
|
-
* @deprecated
|
|
10840
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
10841
10841
|
*/
|
|
10842
10842
|
export interface $FeedItemHeaderSettings extends $ListItemBaseSettings {
|
|
10843
10843
|
/**
|
|
@@ -10893,7 +10893,7 @@ declare module "sap/suite/ui/commons/FeedTile" {
|
|
|
10893
10893
|
/**
|
|
10894
10894
|
* This control displays news feeds.
|
|
10895
10895
|
*
|
|
10896
|
-
* @deprecated
|
|
10896
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
10897
10897
|
*/
|
|
10898
10898
|
export default class FeedTile extends Control {
|
|
10899
10899
|
/**
|
|
@@ -11233,7 +11233,7 @@ declare module "sap/suite/ui/commons/FeedTile" {
|
|
|
11233
11233
|
/**
|
|
11234
11234
|
* Describes the settings that can be provided to the FeedTile constructor.
|
|
11235
11235
|
*
|
|
11236
|
-
* @deprecated
|
|
11236
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
11237
11237
|
*/
|
|
11238
11238
|
export interface $FeedTileSettings extends $ControlSettings {
|
|
11239
11239
|
/**
|
|
@@ -11295,7 +11295,7 @@ declare module "sap/suite/ui/commons/GenericTile" {
|
|
|
11295
11295
|
/**
|
|
11296
11296
|
* The tile control that displays the title, description, and customizable main area.
|
|
11297
11297
|
*
|
|
11298
|
-
* @deprecated
|
|
11298
|
+
* @deprecated As of version 1.34. Deprecated. Moved to openui5.
|
|
11299
11299
|
*/
|
|
11300
11300
|
export default class GenericTile extends GenericTile1 {
|
|
11301
11301
|
/**
|
|
@@ -11370,7 +11370,7 @@ declare module "sap/suite/ui/commons/GenericTile" {
|
|
|
11370
11370
|
/**
|
|
11371
11371
|
* Describes the settings that can be provided to the GenericTile constructor.
|
|
11372
11372
|
*
|
|
11373
|
-
* @deprecated
|
|
11373
|
+
* @deprecated As of version 1.34. Deprecated. Moved to openui5.
|
|
11374
11374
|
*/
|
|
11375
11375
|
export interface $GenericTileSettings extends $GenericTileSettings1 {}
|
|
11376
11376
|
}
|
|
@@ -11400,7 +11400,7 @@ declare module "sap/suite/ui/commons/GenericTile2X2" {
|
|
|
11400
11400
|
/**
|
|
11401
11401
|
* The tile control that displays the title, description, and customizable main area.
|
|
11402
11402
|
*
|
|
11403
|
-
* @deprecated
|
|
11403
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
11404
11404
|
*/
|
|
11405
11405
|
export default class GenericTile2X2 extends Control {
|
|
11406
11406
|
/**
|
|
@@ -11599,7 +11599,7 @@ declare module "sap/suite/ui/commons/GenericTile2X2" {
|
|
|
11599
11599
|
*
|
|
11600
11600
|
* @returns Value of property `frameType`
|
|
11601
11601
|
*/
|
|
11602
|
-
getFrameType(): FrameType
|
|
11602
|
+
getFrameType(): FrameType;
|
|
11603
11603
|
/**
|
|
11604
11604
|
* Gets current value of property {@link #getHeader header}.
|
|
11605
11605
|
*
|
|
@@ -11644,7 +11644,7 @@ declare module "sap/suite/ui/commons/GenericTile2X2" {
|
|
|
11644
11644
|
*
|
|
11645
11645
|
* @returns Value of property `size`
|
|
11646
11646
|
*/
|
|
11647
|
-
getSize(): InfoTileSize
|
|
11647
|
+
getSize(): InfoTileSize;
|
|
11648
11648
|
/**
|
|
11649
11649
|
* Gets current value of property {@link #getState state}.
|
|
11650
11650
|
*
|
|
@@ -11655,7 +11655,7 @@ declare module "sap/suite/ui/commons/GenericTile2X2" {
|
|
|
11655
11655
|
*
|
|
11656
11656
|
* @returns Value of property `state`
|
|
11657
11657
|
*/
|
|
11658
|
-
getState(): LoadState
|
|
11658
|
+
getState(): LoadState;
|
|
11659
11659
|
/**
|
|
11660
11660
|
* Gets current value of property {@link #getSubheader subheader}.
|
|
11661
11661
|
*
|
|
@@ -11890,7 +11890,7 @@ declare module "sap/suite/ui/commons/GenericTile2X2" {
|
|
|
11890
11890
|
/**
|
|
11891
11891
|
* Describes the settings that can be provided to the GenericTile2X2 constructor.
|
|
11892
11892
|
*
|
|
11893
|
-
* @deprecated
|
|
11893
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
11894
11894
|
*/
|
|
11895
11895
|
export interface $GenericTile2X2Settings extends $ControlSettings {
|
|
11896
11896
|
/**
|
|
@@ -11993,7 +11993,7 @@ declare module "sap/suite/ui/commons/HarveyBallMicroChart" {
|
|
|
11993
11993
|
/**
|
|
11994
11994
|
* This chart shows the part comparative to total.
|
|
11995
11995
|
*
|
|
11996
|
-
* @deprecated
|
|
11996
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.HarveyBallMicroChart.
|
|
11997
11997
|
*/
|
|
11998
11998
|
export default class HarveyBallMicroChart extends HarveyBallMicroChart1 {
|
|
11999
11999
|
/**
|
|
@@ -12068,7 +12068,7 @@ declare module "sap/suite/ui/commons/HarveyBallMicroChart" {
|
|
|
12068
12068
|
/**
|
|
12069
12069
|
* Describes the settings that can be provided to the HarveyBallMicroChart constructor.
|
|
12070
12070
|
*
|
|
12071
|
-
* @deprecated
|
|
12071
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.HarveyBallMicroChart.
|
|
12072
12072
|
*/
|
|
12073
12073
|
export interface $HarveyBallMicroChartSettings
|
|
12074
12074
|
extends $HarveyBallMicroChartSettings1 {}
|
|
@@ -12085,7 +12085,7 @@ declare module "sap/suite/ui/commons/HarveyBallMicroChartItem" {
|
|
|
12085
12085
|
/**
|
|
12086
12086
|
* The configuration of the slice on the pie chart.
|
|
12087
12087
|
*
|
|
12088
|
-
* @deprecated
|
|
12088
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.HarveyBallMicroChartItem.
|
|
12089
12089
|
*/
|
|
12090
12090
|
export default class HarveyBallMicroChartItem extends HarveyBallMicroChartItem1 {
|
|
12091
12091
|
/**
|
|
@@ -12160,7 +12160,7 @@ declare module "sap/suite/ui/commons/HarveyBallMicroChartItem" {
|
|
|
12160
12160
|
/**
|
|
12161
12161
|
* Describes the settings that can be provided to the HarveyBallMicroChartItem constructor.
|
|
12162
12162
|
*
|
|
12163
|
-
* @deprecated
|
|
12163
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.HarveyBallMicroChartItem.
|
|
12164
12164
|
*/
|
|
12165
12165
|
export interface $HarveyBallMicroChartItemSettings
|
|
12166
12166
|
extends $HarveyBallMicroChartItemSettings1 {}
|
|
@@ -12181,7 +12181,7 @@ declare module "sap/suite/ui/commons/HeaderCell" {
|
|
|
12181
12181
|
* This control contains 4 cells (West, North, East, South). It can display one or more controls in different
|
|
12182
12182
|
* layouts. Each aggregation must contain only one instance of HeaderCellItem.
|
|
12183
12183
|
*
|
|
12184
|
-
* @deprecated
|
|
12184
|
+
* @deprecated As of version 1.44.0. HeaderCell control is no longer used. Please use other container controls
|
|
12185
12185
|
* instead (like sap.m.VBox or sap.m.HBox).
|
|
12186
12186
|
*/
|
|
12187
12187
|
export default class HeaderCell extends Control {
|
|
@@ -12299,7 +12299,7 @@ declare module "sap/suite/ui/commons/HeaderCell" {
|
|
|
12299
12299
|
*
|
|
12300
12300
|
* Default value is `'100px'`.
|
|
12301
12301
|
*
|
|
12302
|
-
* @deprecated
|
|
12302
|
+
* @deprecated As of version 1.20.2. Wrong property name
|
|
12303
12303
|
*
|
|
12304
12304
|
* @returns Value of property `heigth`
|
|
12305
12305
|
*/
|
|
@@ -12361,7 +12361,7 @@ declare module "sap/suite/ui/commons/HeaderCell" {
|
|
|
12361
12361
|
*
|
|
12362
12362
|
* Default value is `'100px'`.
|
|
12363
12363
|
*
|
|
12364
|
-
* @deprecated
|
|
12364
|
+
* @deprecated As of version 1.20.2. Wrong property name
|
|
12365
12365
|
*
|
|
12366
12366
|
* @returns Reference to `this` in order to allow method chaining
|
|
12367
12367
|
*/
|
|
@@ -12411,14 +12411,14 @@ declare module "sap/suite/ui/commons/HeaderCell" {
|
|
|
12411
12411
|
/**
|
|
12412
12412
|
* Describes the settings that can be provided to the HeaderCell constructor.
|
|
12413
12413
|
*
|
|
12414
|
-
* @deprecated
|
|
12414
|
+
* @deprecated As of version 1.44.0. HeaderCell control is no longer used. Please use other container controls
|
|
12415
12415
|
* instead (like sap.m.VBox or sap.m.HBox).
|
|
12416
12416
|
*/
|
|
12417
12417
|
export interface $HeaderCellSettings extends $ControlSettings {
|
|
12418
12418
|
/**
|
|
12419
12419
|
* Height of the HeaderCell control.
|
|
12420
12420
|
*
|
|
12421
|
-
* @deprecated
|
|
12421
|
+
* @deprecated As of version 1.20.2. Wrong property name
|
|
12422
12422
|
*/
|
|
12423
12423
|
heigth?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
12424
12424
|
|
|
@@ -12463,7 +12463,7 @@ declare module "sap/suite/ui/commons/HeaderCellItem" {
|
|
|
12463
12463
|
/**
|
|
12464
12464
|
* Object that contains instance of control and information about height. It should be used inside sap.suite.ui.commons.HeaderCell
|
|
12465
12465
|
*
|
|
12466
|
-
* @deprecated
|
|
12466
|
+
* @deprecated As of version 1.44.0. The HeaderCellItem was deprecated because of the deprecation of HeaderCell.
|
|
12467
12467
|
* Please see HeaderCell for replacement advice.
|
|
12468
12468
|
*/
|
|
12469
12469
|
export default class HeaderCellItem extends UI5Element {
|
|
@@ -12583,7 +12583,7 @@ declare module "sap/suite/ui/commons/HeaderCellItem" {
|
|
|
12583
12583
|
/**
|
|
12584
12584
|
* Describes the settings that can be provided to the HeaderCellItem constructor.
|
|
12585
12585
|
*
|
|
12586
|
-
* @deprecated
|
|
12586
|
+
* @deprecated As of version 1.44.0. The HeaderCellItem was deprecated because of the deprecation of HeaderCell.
|
|
12587
12587
|
* Please see HeaderCell for replacement advice.
|
|
12588
12588
|
*/
|
|
12589
12589
|
export interface $HeaderCellItemSettings extends $ElementSettings {
|
|
@@ -12620,8 +12620,8 @@ declare module "sap/suite/ui/commons/HeaderContainer" {
|
|
|
12620
12620
|
* on the first control and the End key puts focus on the last control. Use Enter or Space to choose the
|
|
12621
12621
|
* control.
|
|
12622
12622
|
*
|
|
12623
|
-
* @deprecated
|
|
12624
|
-
* that is also part of openUI5.
|
|
12623
|
+
* @deprecated As of version 1.44. This control is deprecated in this library since 1.44 and moved to sap.m
|
|
12624
|
+
* library that is also part of openUI5.
|
|
12625
12625
|
*/
|
|
12626
12626
|
export default class HeaderContainer
|
|
12627
12627
|
extends Control
|
|
@@ -12721,7 +12721,7 @@ declare module "sap/suite/ui/commons/HeaderContainer" {
|
|
|
12721
12721
|
*
|
|
12722
12722
|
* @returns Value of property `backgroundDesign`
|
|
12723
12723
|
*/
|
|
12724
|
-
getBackgroundDesign(): BackgroundDesign
|
|
12724
|
+
getBackgroundDesign(): BackgroundDesign;
|
|
12725
12725
|
/**
|
|
12726
12726
|
* Gets content of aggregation {@link #getItems items}.
|
|
12727
12727
|
*
|
|
@@ -12775,7 +12775,7 @@ declare module "sap/suite/ui/commons/HeaderContainer" {
|
|
|
12775
12775
|
*
|
|
12776
12776
|
* @returns Value of property `view`
|
|
12777
12777
|
*/
|
|
12778
|
-
getView(): HeaderContainerView
|
|
12778
|
+
getView(): HeaderContainerView;
|
|
12779
12779
|
/**
|
|
12780
12780
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getItems items}. and returns
|
|
12781
12781
|
* its index if found or -1 otherwise.
|
|
@@ -12928,8 +12928,8 @@ declare module "sap/suite/ui/commons/HeaderContainer" {
|
|
|
12928
12928
|
/**
|
|
12929
12929
|
* Describes the settings that can be provided to the HeaderContainer constructor.
|
|
12930
12930
|
*
|
|
12931
|
-
* @deprecated
|
|
12932
|
-
* that is also part of openUI5.
|
|
12931
|
+
* @deprecated As of version 1.44. This control is deprecated in this library since 1.44 and moved to sap.m
|
|
12932
|
+
* library that is also part of openUI5.
|
|
12933
12933
|
*/
|
|
12934
12934
|
export interface $HeaderContainerSettings extends $ControlSettings {
|
|
12935
12935
|
/**
|
|
@@ -14773,7 +14773,7 @@ declare module "sap/suite/ui/commons/imageeditor/ImageEditor" {
|
|
|
14773
14773
|
*
|
|
14774
14774
|
* @returns Value of property `mode`
|
|
14775
14775
|
*/
|
|
14776
|
-
getMode(): ImageEditorMode
|
|
14776
|
+
getMode(): ImageEditorMode;
|
|
14777
14777
|
/**
|
|
14778
14778
|
* Returns the height of the currently shown image, even if it is in preview state.
|
|
14779
14779
|
*
|
|
@@ -15777,9 +15777,7 @@ declare module "sap/suite/ui/commons/imageeditor/ImageEditorContainer" {
|
|
|
15777
15777
|
*
|
|
15778
15778
|
* @returns Value of property `enabledButtons`
|
|
15779
15779
|
*/
|
|
15780
|
-
getEnabledButtons():
|
|
15781
|
-
ImageEditorContainerButton | keyof typeof ImageEditorContainerButton
|
|
15782
|
-
>;
|
|
15780
|
+
getEnabledButtons(): ImageEditorContainerButton[];
|
|
15783
15781
|
/**
|
|
15784
15782
|
* Gets content of aggregation {@link #getImageEditor imageEditor}.
|
|
15785
15783
|
*
|
|
@@ -15862,7 +15860,7 @@ declare module "sap/suite/ui/commons/imageeditor/ImageEditorContainer" {
|
|
|
15862
15860
|
*
|
|
15863
15861
|
* @returns Value of property `mode`
|
|
15864
15862
|
*/
|
|
15865
|
-
getMode(): ImageEditorContainerMode
|
|
15863
|
+
getMode(): ImageEditorContainerMode;
|
|
15866
15864
|
/**
|
|
15867
15865
|
* Returns the header toolbar of the `ImageEditorContainer` for customization of its content.
|
|
15868
15866
|
*
|
|
@@ -16471,7 +16469,7 @@ declare module "sap/suite/ui/commons/InfoTile" {
|
|
|
16471
16469
|
/**
|
|
16472
16470
|
* The tile control that displays the title, description, footer, and customizable main area.
|
|
16473
16471
|
*
|
|
16474
|
-
* @deprecated
|
|
16472
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
16475
16473
|
*/
|
|
16476
16474
|
export default class InfoTile extends Control {
|
|
16477
16475
|
/**
|
|
@@ -16655,7 +16653,7 @@ declare module "sap/suite/ui/commons/InfoTile" {
|
|
|
16655
16653
|
*
|
|
16656
16654
|
* @returns Value of property `size`
|
|
16657
16655
|
*/
|
|
16658
|
-
getSize(): InfoTileSize
|
|
16656
|
+
getSize(): InfoTileSize;
|
|
16659
16657
|
/**
|
|
16660
16658
|
* Gets current value of property {@link #getState state}.
|
|
16661
16659
|
*
|
|
@@ -16666,7 +16664,7 @@ declare module "sap/suite/ui/commons/InfoTile" {
|
|
|
16666
16664
|
*
|
|
16667
16665
|
* @returns Value of property `state`
|
|
16668
16666
|
*/
|
|
16669
|
-
getState(): LoadState
|
|
16667
|
+
getState(): LoadState;
|
|
16670
16668
|
/**
|
|
16671
16669
|
* Gets current value of property {@link #getTitle title}.
|
|
16672
16670
|
*
|
|
@@ -16776,7 +16774,7 @@ declare module "sap/suite/ui/commons/InfoTile" {
|
|
|
16776
16774
|
/**
|
|
16777
16775
|
* Describes the settings that can be provided to the InfoTile constructor.
|
|
16778
16776
|
*
|
|
16779
|
-
* @deprecated
|
|
16777
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
16780
16778
|
*/
|
|
16781
16779
|
export interface $InfoTileSettings extends $ControlSettings {
|
|
16782
16780
|
/**
|
|
@@ -16846,7 +16844,7 @@ declare module "sap/suite/ui/commons/JamContent" {
|
|
|
16846
16844
|
/**
|
|
16847
16845
|
* This control displays the jam content text, subheader, and numeric value in a tile.
|
|
16848
16846
|
*
|
|
16849
|
-
* @deprecated
|
|
16847
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.m.FeedContent.
|
|
16850
16848
|
*/
|
|
16851
16849
|
export default class JamContent extends FeedContent {
|
|
16852
16850
|
/**
|
|
@@ -16921,7 +16919,7 @@ declare module "sap/suite/ui/commons/JamContent" {
|
|
|
16921
16919
|
/**
|
|
16922
16920
|
* Describes the settings that can be provided to the JamContent constructor.
|
|
16923
16921
|
*
|
|
16924
|
-
* @deprecated
|
|
16922
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.m.FeedContent.
|
|
16925
16923
|
*/
|
|
16926
16924
|
export interface $JamContentSettings extends $FeedContentSettings {}
|
|
16927
16925
|
}
|
|
@@ -16938,8 +16936,8 @@ declare module "sap/suite/ui/commons/KpiTile" {
|
|
|
16938
16936
|
/**
|
|
16939
16937
|
* This control is used in UnifiedThingInspector to display object-related KPIs in a factsheet.
|
|
16940
16938
|
*
|
|
16941
|
-
* @deprecated
|
|
16942
|
-
* used instead.
|
|
16939
|
+
* @deprecated As of version 1.32. Deprecated. Numeric content or any other standard Fiori control should
|
|
16940
|
+
* be used instead.
|
|
16943
16941
|
*/
|
|
16944
16942
|
export default class KpiTile extends Control {
|
|
16945
16943
|
/**
|
|
@@ -17052,7 +17050,7 @@ declare module "sap/suite/ui/commons/KpiTile" {
|
|
|
17052
17050
|
*
|
|
17053
17051
|
* @returns Value of property `valueStatus`
|
|
17054
17052
|
*/
|
|
17055
|
-
getValueStatus(): ValueStatus
|
|
17053
|
+
getValueStatus(): ValueStatus;
|
|
17056
17054
|
/**
|
|
17057
17055
|
* Gets current value of property {@link #getValueUnit valueUnit}.
|
|
17058
17056
|
*
|
|
@@ -17166,8 +17164,8 @@ declare module "sap/suite/ui/commons/KpiTile" {
|
|
|
17166
17164
|
/**
|
|
17167
17165
|
* Describes the settings that can be provided to the KpiTile constructor.
|
|
17168
17166
|
*
|
|
17169
|
-
* @deprecated
|
|
17170
|
-
* used instead.
|
|
17167
|
+
* @deprecated As of version 1.32. Deprecated. Numeric content or any other standard Fiori control should
|
|
17168
|
+
* be used instead.
|
|
17171
17169
|
*/
|
|
17172
17170
|
export interface $KpiTileSettings extends $ControlSettings {
|
|
17173
17171
|
/**
|
|
@@ -17219,7 +17217,7 @@ declare module "sap/suite/ui/commons/LaunchTile" {
|
|
|
17219
17217
|
/**
|
|
17220
17218
|
* This control launches a URL.
|
|
17221
17219
|
*
|
|
17222
|
-
* @deprecated
|
|
17220
|
+
* @deprecated As of version 1.25. Deprecated.
|
|
17223
17221
|
*/
|
|
17224
17222
|
export default class LaunchTile extends Control {
|
|
17225
17223
|
/**
|
|
@@ -17441,7 +17439,7 @@ declare module "sap/suite/ui/commons/LaunchTile" {
|
|
|
17441
17439
|
/**
|
|
17442
17440
|
* Describes the settings that can be provided to the LaunchTile constructor.
|
|
17443
17441
|
*
|
|
17444
|
-
* @deprecated
|
|
17442
|
+
* @deprecated As of version 1.25. Deprecated.
|
|
17445
17443
|
*/
|
|
17446
17444
|
export interface $LaunchTileSettings extends $ControlSettings {
|
|
17447
17445
|
/**
|
|
@@ -17498,7 +17496,7 @@ declare module "sap/suite/ui/commons/LinkActionSheet" {
|
|
|
17498
17496
|
* control is closed if the user chooses one of the buttons or links. It looks similar to sap.m.Dialog in
|
|
17499
17497
|
* iPhone and Android, and to sap.m.Popover in iPad.
|
|
17500
17498
|
*
|
|
17501
|
-
* @deprecated
|
|
17499
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
17502
17500
|
*/
|
|
17503
17501
|
export default class LinkActionSheet extends ActionSheet {
|
|
17504
17502
|
/**
|
|
@@ -17728,7 +17726,7 @@ declare module "sap/suite/ui/commons/LinkActionSheet" {
|
|
|
17728
17726
|
/**
|
|
17729
17727
|
* Describes the settings that can be provided to the LinkActionSheet constructor.
|
|
17730
17728
|
*
|
|
17731
|
-
* @deprecated
|
|
17729
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
17732
17730
|
*/
|
|
17733
17731
|
export interface $LinkActionSheetSettings extends $ActionSheetSettings {
|
|
17734
17732
|
/**
|
|
@@ -17773,7 +17771,7 @@ declare module "sap/suite/ui/commons/MicroAreaChart" {
|
|
|
17773
17771
|
/**
|
|
17774
17772
|
* This control displays the history of values as a line mini chart or an area mini chart.
|
|
17775
17773
|
*
|
|
17776
|
-
* @deprecated
|
|
17774
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChart.
|
|
17777
17775
|
*/
|
|
17778
17776
|
export default class MicroAreaChart extends AreaMicroChart {
|
|
17779
17777
|
/**
|
|
@@ -17848,7 +17846,7 @@ declare module "sap/suite/ui/commons/MicroAreaChart" {
|
|
|
17848
17846
|
/**
|
|
17849
17847
|
* Describes the settings that can be provided to the MicroAreaChart constructor.
|
|
17850
17848
|
*
|
|
17851
|
-
* @deprecated
|
|
17849
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChart.
|
|
17852
17850
|
*/
|
|
17853
17851
|
export interface $MicroAreaChartSettings extends $AreaMicroChartSettings {}
|
|
17854
17852
|
}
|
|
@@ -17864,7 +17862,7 @@ declare module "sap/suite/ui/commons/MicroAreaChartItem" {
|
|
|
17864
17862
|
/**
|
|
17865
17863
|
* The configuration of the graphic element on the chart.
|
|
17866
17864
|
*
|
|
17867
|
-
* @deprecated
|
|
17865
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartItem.
|
|
17868
17866
|
*/
|
|
17869
17867
|
export default class MicroAreaChartItem extends AreaMicroChartItem {
|
|
17870
17868
|
/**
|
|
@@ -17939,7 +17937,7 @@ declare module "sap/suite/ui/commons/MicroAreaChartItem" {
|
|
|
17939
17937
|
/**
|
|
17940
17938
|
* Describes the settings that can be provided to the MicroAreaChartItem constructor.
|
|
17941
17939
|
*
|
|
17942
|
-
* @deprecated
|
|
17940
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartItem.
|
|
17943
17941
|
*/
|
|
17944
17942
|
export interface $MicroAreaChartItemSettings
|
|
17945
17943
|
extends $AreaMicroChartItemSettings {}
|
|
@@ -17956,7 +17954,7 @@ declare module "sap/suite/ui/commons/MicroAreaChartLabel" {
|
|
|
17956
17954
|
/**
|
|
17957
17955
|
* This element contains data for a label in MicroAreaChart control.
|
|
17958
17956
|
*
|
|
17959
|
-
* @deprecated
|
|
17957
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartLabel.
|
|
17960
17958
|
*/
|
|
17961
17959
|
export default class MicroAreaChartLabel extends AreaMicroChartLabel {
|
|
17962
17960
|
/**
|
|
@@ -18031,7 +18029,7 @@ declare module "sap/suite/ui/commons/MicroAreaChartLabel" {
|
|
|
18031
18029
|
/**
|
|
18032
18030
|
* Describes the settings that can be provided to the MicroAreaChartLabel constructor.
|
|
18033
18031
|
*
|
|
18034
|
-
* @deprecated
|
|
18032
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartLabel.
|
|
18035
18033
|
*/
|
|
18036
18034
|
export interface $MicroAreaChartLabelSettings
|
|
18037
18035
|
extends $AreaMicroChartLabelSettings {}
|
|
@@ -18048,7 +18046,7 @@ declare module "sap/suite/ui/commons/MicroAreaChartPoint" {
|
|
|
18048
18046
|
/**
|
|
18049
18047
|
* This control contains data for the point.
|
|
18050
18048
|
*
|
|
18051
|
-
* @deprecated
|
|
18049
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartPoint.
|
|
18052
18050
|
*/
|
|
18053
18051
|
export default class MicroAreaChartPoint extends AreaMicroChartPoint {
|
|
18054
18052
|
/**
|
|
@@ -18123,7 +18121,7 @@ declare module "sap/suite/ui/commons/MicroAreaChartPoint" {
|
|
|
18123
18121
|
/**
|
|
18124
18122
|
* Describes the settings that can be provided to the MicroAreaChartPoint constructor.
|
|
18125
18123
|
*
|
|
18126
|
-
* @deprecated
|
|
18124
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartPoint.
|
|
18127
18125
|
*/
|
|
18128
18126
|
export interface $MicroAreaChartPointSettings
|
|
18129
18127
|
extends $AreaMicroChartPointSettings {}
|
|
@@ -18243,9 +18241,7 @@ declare module "sap/suite/ui/commons/MicroProcessFlow" {
|
|
|
18243
18241
|
*
|
|
18244
18242
|
* @returns Value of property `renderType`
|
|
18245
18243
|
*/
|
|
18246
|
-
getRenderType():
|
|
18247
|
-
| MicroProcessFlowRenderType
|
|
18248
|
-
| keyof typeof MicroProcessFlowRenderType;
|
|
18244
|
+
getRenderType(): MicroProcessFlowRenderType;
|
|
18249
18245
|
/**
|
|
18250
18246
|
* Gets current value of property {@link #getWidth width}.
|
|
18251
18247
|
*
|
|
@@ -18642,7 +18638,7 @@ declare module "sap/suite/ui/commons/MicroProcessFlowItem" {
|
|
|
18642
18638
|
*
|
|
18643
18639
|
* @returns Value of property `state`
|
|
18644
18640
|
*/
|
|
18645
|
-
getState(): ValueState
|
|
18641
|
+
getState(): ValueState;
|
|
18646
18642
|
/**
|
|
18647
18643
|
* Gets current value of property {@link #getStepWidth stepWidth}.
|
|
18648
18644
|
*
|
|
@@ -18913,7 +18909,7 @@ declare module "sap/suite/ui/commons/MonitoringContent" {
|
|
|
18913
18909
|
/**
|
|
18914
18910
|
* This control is used in a tile or any other place to display numeric values and an icon.
|
|
18915
18911
|
*
|
|
18916
|
-
* @deprecated
|
|
18912
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.NumericContent.
|
|
18917
18913
|
*/
|
|
18918
18914
|
export default class MonitoringContent extends Control {
|
|
18919
18915
|
/**
|
|
@@ -19103,7 +19099,7 @@ declare module "sap/suite/ui/commons/MonitoringContent" {
|
|
|
19103
19099
|
*
|
|
19104
19100
|
* @returns Value of property `size`
|
|
19105
19101
|
*/
|
|
19106
|
-
getSize(): InfoTileSize
|
|
19102
|
+
getSize(): InfoTileSize;
|
|
19107
19103
|
/**
|
|
19108
19104
|
* Gets current value of property {@link #getState state}.
|
|
19109
19105
|
*
|
|
@@ -19114,7 +19110,7 @@ declare module "sap/suite/ui/commons/MonitoringContent" {
|
|
|
19114
19110
|
*
|
|
19115
19111
|
* @returns Value of property `state`
|
|
19116
19112
|
*/
|
|
19117
|
-
getState(): LoadState
|
|
19113
|
+
getState(): LoadState;
|
|
19118
19114
|
/**
|
|
19119
19115
|
* Gets current value of property {@link #getValue value}.
|
|
19120
19116
|
*
|
|
@@ -19228,7 +19224,7 @@ declare module "sap/suite/ui/commons/MonitoringContent" {
|
|
|
19228
19224
|
/**
|
|
19229
19225
|
* Describes the settings that can be provided to the MonitoringContent constructor.
|
|
19230
19226
|
*
|
|
19231
|
-
* @deprecated
|
|
19227
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.NumericContent.
|
|
19232
19228
|
*/
|
|
19233
19229
|
export interface $MonitoringContentSettings extends $ControlSettings {
|
|
19234
19230
|
/**
|
|
@@ -19304,7 +19300,7 @@ declare module "sap/suite/ui/commons/MonitoringTile" {
|
|
|
19304
19300
|
/**
|
|
19305
19301
|
* This control is the implementation of the InfoTile to show a numeric value and an icon.
|
|
19306
19302
|
*
|
|
19307
|
-
* @deprecated
|
|
19303
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
19308
19304
|
*/
|
|
19309
19305
|
export default class MonitoringTile extends InfoTile {
|
|
19310
19306
|
/**
|
|
@@ -19379,7 +19375,7 @@ declare module "sap/suite/ui/commons/MonitoringTile" {
|
|
|
19379
19375
|
*
|
|
19380
19376
|
* @returns Value of property `footerColor`
|
|
19381
19377
|
*/
|
|
19382
|
-
getFooterColor(): InfoTileTextColor
|
|
19378
|
+
getFooterColor(): InfoTileTextColor;
|
|
19383
19379
|
/**
|
|
19384
19380
|
* Gets current value of property {@link #getIconSrc iconSrc}.
|
|
19385
19381
|
*
|
|
@@ -19456,7 +19452,7 @@ declare module "sap/suite/ui/commons/MonitoringTile" {
|
|
|
19456
19452
|
/**
|
|
19457
19453
|
* Describes the settings that can be provided to the MonitoringTile constructor.
|
|
19458
19454
|
*
|
|
19459
|
-
* @deprecated
|
|
19455
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
19460
19456
|
*/
|
|
19461
19457
|
export interface $MonitoringTileSettings extends $InfoTileSettings {
|
|
19462
19458
|
/**
|
|
@@ -19648,9 +19644,7 @@ declare module "sap/suite/ui/commons/networkgraph/ActionButton" {
|
|
|
19648
19644
|
*
|
|
19649
19645
|
* @returns Value of property `position`
|
|
19650
19646
|
*/
|
|
19651
|
-
getPosition():
|
|
19652
|
-
| networkgraph.ActionButtonPosition
|
|
19653
|
-
| keyof typeof networkgraph.ActionButtonPosition;
|
|
19647
|
+
getPosition(): networkgraph.ActionButtonPosition;
|
|
19654
19648
|
/**
|
|
19655
19649
|
* Gets current value of property {@link #getTitle title}.
|
|
19656
19650
|
*
|
|
@@ -21310,9 +21304,7 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21310
21304
|
*
|
|
21311
21305
|
* @returns Value of property `backgroundColor`
|
|
21312
21306
|
*/
|
|
21313
|
-
getBackgroundColor():
|
|
21314
|
-
| networkgraph.BackgroundColor
|
|
21315
|
-
| keyof typeof networkgraph.BackgroundColor;
|
|
21307
|
+
getBackgroundColor(): networkgraph.BackgroundColor;
|
|
21316
21308
|
/**
|
|
21317
21309
|
* Gets current value of property {@link #getBackgroundImage backgroundImage}.
|
|
21318
21310
|
*
|
|
@@ -21440,9 +21432,7 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21440
21432
|
*
|
|
21441
21433
|
* @returns Value of property `orientation`
|
|
21442
21434
|
*/
|
|
21443
|
-
getOrientation():
|
|
21444
|
-
| networkgraph.Orientation
|
|
21445
|
-
| keyof typeof networkgraph.Orientation;
|
|
21435
|
+
getOrientation(): networkgraph.Orientation;
|
|
21446
21436
|
/**
|
|
21447
21437
|
* Gets current value of property {@link #getRenderType renderType}.
|
|
21448
21438
|
*
|
|
@@ -21454,9 +21444,7 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21454
21444
|
*
|
|
21455
21445
|
* @returns Value of property `renderType`
|
|
21456
21446
|
*/
|
|
21457
|
-
getRenderType():
|
|
21458
|
-
| networkgraph.RenderType
|
|
21459
|
-
| keyof typeof networkgraph.RenderType;
|
|
21447
|
+
getRenderType(): networkgraph.RenderType;
|
|
21460
21448
|
/**
|
|
21461
21449
|
* Gets content of aggregation {@link #getStatuses statuses}.
|
|
21462
21450
|
*
|
|
@@ -23008,9 +22996,7 @@ declare module "sap/suite/ui/commons/networkgraph/Group" {
|
|
|
23008
22996
|
*
|
|
23009
22997
|
* @returns Value of property `headerCheckBoxState`
|
|
23010
22998
|
*/
|
|
23011
|
-
getHeaderCheckBoxState():
|
|
23012
|
-
| networkgraph.HeaderCheckboxState
|
|
23013
|
-
| keyof typeof networkgraph.HeaderCheckboxState;
|
|
22999
|
+
getHeaderCheckBoxState(): networkgraph.HeaderCheckboxState;
|
|
23014
23000
|
/**
|
|
23015
23001
|
* Gets current value of property {@link #getIcon icon}.
|
|
23016
23002
|
*
|
|
@@ -23385,9 +23371,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/ForceBasedLayout" {
|
|
|
23385
23371
|
/**
|
|
23386
23372
|
* Gets the type of the layout algorithm that defines the visual features and layout of the network graph.
|
|
23387
23373
|
*/
|
|
23388
|
-
getLayoutRenderType():
|
|
23389
|
-
| networkgraph.LayoutRenderType
|
|
23390
|
-
| keyof typeof networkgraph.LayoutRenderType;
|
|
23374
|
+
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
23391
23375
|
/**
|
|
23392
23376
|
* Gets current value of property {@link #getMaximumDuration maximumDuration}.
|
|
23393
23377
|
*
|
|
@@ -23601,9 +23585,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/ForceDirectedLayout" {
|
|
|
23601
23585
|
/**
|
|
23602
23586
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
23603
23587
|
*/
|
|
23604
|
-
getLayoutRenderType():
|
|
23605
|
-
| networkgraph.LayoutRenderType
|
|
23606
|
-
| keyof typeof networkgraph.LayoutRenderType;
|
|
23588
|
+
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
23607
23589
|
/**
|
|
23608
23590
|
* Gets current value of property {@link #getMaxIterations maxIterations}.
|
|
23609
23591
|
*
|
|
@@ -23878,9 +23860,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/LayeredLayout" {
|
|
|
23878
23860
|
/**
|
|
23879
23861
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
23880
23862
|
*/
|
|
23881
|
-
getLayoutRenderType():
|
|
23882
|
-
| networkgraph.LayoutRenderType
|
|
23883
|
-
| keyof typeof networkgraph.LayoutRenderType;
|
|
23863
|
+
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
23884
23864
|
/**
|
|
23885
23865
|
* Gets current value of property {@link #getLineSpacingFactor lineSpacingFactor}.
|
|
23886
23866
|
*
|
|
@@ -23912,9 +23892,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/LayeredLayout" {
|
|
|
23912
23892
|
*
|
|
23913
23893
|
* @returns Value of property `nodePlacement`
|
|
23914
23894
|
*/
|
|
23915
|
-
getNodePlacement():
|
|
23916
|
-
| networkgraph.NodePlacement
|
|
23917
|
-
| keyof typeof networkgraph.NodePlacement;
|
|
23895
|
+
getNodePlacement(): networkgraph.NodePlacement;
|
|
23918
23896
|
/**
|
|
23919
23897
|
* Gets current value of property {@link #getNodeSpacing nodeSpacing}.
|
|
23920
23898
|
*
|
|
@@ -24111,9 +24089,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/LayoutAlgorithm" {
|
|
|
24111
24089
|
/**
|
|
24112
24090
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
24113
24091
|
*/
|
|
24114
|
-
getLayoutRenderType():
|
|
24115
|
-
| networkgraph.LayoutRenderType
|
|
24116
|
-
| keyof typeof networkgraph.LayoutRenderType;
|
|
24092
|
+
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
24117
24093
|
/**
|
|
24118
24094
|
* Specifies if this layouting algorithm distributes nodes into layers. Parent graph may change behaviour
|
|
24119
24095
|
* based on this option.
|
|
@@ -24251,9 +24227,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
24251
24227
|
/**
|
|
24252
24228
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
24253
24229
|
*/
|
|
24254
|
-
getLayoutRenderType():
|
|
24255
|
-
| networkgraph.LayoutRenderType
|
|
24256
|
-
| keyof typeof networkgraph.LayoutRenderType;
|
|
24230
|
+
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
24257
24231
|
/**
|
|
24258
24232
|
* Executes the layout algorithm.
|
|
24259
24233
|
*
|
|
@@ -24339,9 +24313,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/SwimLaneChainLayout" {
|
|
|
24339
24313
|
/**
|
|
24340
24314
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
24341
24315
|
*/
|
|
24342
|
-
getLayoutRenderType():
|
|
24343
|
-
| networkgraph.LayoutRenderType
|
|
24344
|
-
| keyof typeof networkgraph.LayoutRenderType;
|
|
24316
|
+
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
24345
24317
|
/**
|
|
24346
24318
|
* Executes the layout algorithm.
|
|
24347
24319
|
*
|
|
@@ -24421,9 +24393,7 @@ declare module "sap/suite/ui/commons/networkgraph/layout/TwoColumnsLayout" {
|
|
|
24421
24393
|
/**
|
|
24422
24394
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
24423
24395
|
*/
|
|
24424
|
-
getLayoutRenderType():
|
|
24425
|
-
| networkgraph.LayoutRenderType
|
|
24426
|
-
| keyof typeof networkgraph.LayoutRenderType;
|
|
24396
|
+
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
24427
24397
|
/**
|
|
24428
24398
|
* Executes the layout algorithm.
|
|
24429
24399
|
*
|
|
@@ -24741,9 +24711,7 @@ declare module "sap/suite/ui/commons/networkgraph/Line" {
|
|
|
24741
24711
|
*
|
|
24742
24712
|
* @returns Value of property `arrowOrientation`
|
|
24743
24713
|
*/
|
|
24744
|
-
getArrowOrientation():
|
|
24745
|
-
| networkgraph.LineArrowOrientation
|
|
24746
|
-
| keyof typeof networkgraph.LineArrowOrientation;
|
|
24714
|
+
getArrowOrientation(): networkgraph.LineArrowOrientation;
|
|
24747
24715
|
/**
|
|
24748
24716
|
* Gets current value of property {@link #getArrowPosition arrowPosition}.
|
|
24749
24717
|
*
|
|
@@ -24754,9 +24722,7 @@ declare module "sap/suite/ui/commons/networkgraph/Line" {
|
|
|
24754
24722
|
*
|
|
24755
24723
|
* @returns Value of property `arrowPosition`
|
|
24756
24724
|
*/
|
|
24757
|
-
getArrowPosition():
|
|
24758
|
-
| networkgraph.LineArrowPosition
|
|
24759
|
-
| keyof typeof networkgraph.LineArrowPosition;
|
|
24725
|
+
getArrowPosition(): networkgraph.LineArrowPosition;
|
|
24760
24726
|
/**
|
|
24761
24727
|
* Returns the coordinates of all points that define the shape of the line between its start and end points.
|
|
24762
24728
|
* This method doesn't call invalidate on the object.
|
|
@@ -24799,7 +24765,7 @@ declare module "sap/suite/ui/commons/networkgraph/Line" {
|
|
|
24799
24765
|
*
|
|
24800
24766
|
* @returns Value of property `lineType`
|
|
24801
24767
|
*/
|
|
24802
|
-
getLineType(): networkgraph.LineType
|
|
24768
|
+
getLineType(): networkgraph.LineType;
|
|
24803
24769
|
/**
|
|
24804
24770
|
* Gets current value of property {@link #getSelected selected}.
|
|
24805
24771
|
*
|
|
@@ -25834,9 +25800,7 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
25834
25800
|
*
|
|
25835
25801
|
* @returns Value of property `headerCheckBoxState`
|
|
25836
25802
|
*/
|
|
25837
|
-
getHeaderCheckBoxState():
|
|
25838
|
-
| networkgraph.HeaderCheckboxState
|
|
25839
|
-
| keyof typeof networkgraph.HeaderCheckboxState;
|
|
25803
|
+
getHeaderCheckBoxState(): networkgraph.HeaderCheckboxState;
|
|
25840
25804
|
/**
|
|
25841
25805
|
* Gets current value of property {@link #getHeight height}.
|
|
25842
25806
|
*
|
|
@@ -25932,7 +25896,7 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
25932
25896
|
*
|
|
25933
25897
|
* @returns Value of property `shape`
|
|
25934
25898
|
*/
|
|
25935
|
-
getShape(): networkgraph.NodeShape
|
|
25899
|
+
getShape(): networkgraph.NodeShape;
|
|
25936
25900
|
/**
|
|
25937
25901
|
* Gets current value of property {@link #getShowActionLinksButton showActionLinksButton}.
|
|
25938
25902
|
*
|
|
@@ -27271,7 +27235,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27271
27235
|
/**
|
|
27272
27236
|
* Gets current value of property {@link #getBorderColor borderColor}.
|
|
27273
27237
|
*
|
|
27274
|
-
* @deprecated
|
|
27238
|
+
* @deprecated As of version 1.120. with no replacement. Border color.
|
|
27275
27239
|
* The border color that is applied to elements in this custom status.
|
|
27276
27240
|
*
|
|
27277
27241
|
* @returns Value of property `borderColor`
|
|
@@ -27319,7 +27283,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27319
27283
|
/**
|
|
27320
27284
|
* Gets current value of property {@link #getHoverBackgroundColor hoverBackgroundColor}.
|
|
27321
27285
|
*
|
|
27322
|
-
* @deprecated
|
|
27286
|
+
* @deprecated As of version 1.120. with no replacement. Fill color on hover.
|
|
27323
27287
|
* The fill color of a custom status element, line, or group when you hover over it.
|
|
27324
27288
|
*
|
|
27325
27289
|
* @returns Value of property `hoverBackgroundColor`
|
|
@@ -27328,7 +27292,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27328
27292
|
/**
|
|
27329
27293
|
* Gets current value of property {@link #getHoverBorderColor hoverBorderColor}.
|
|
27330
27294
|
*
|
|
27331
|
-
* @deprecated
|
|
27295
|
+
* @deprecated As of version 1.120. with no replacement. Border color on hover.
|
|
27332
27296
|
* The border color of a custom status element when you hover over it.
|
|
27333
27297
|
*
|
|
27334
27298
|
* @returns Value of property `hoverBorderColor`
|
|
@@ -27337,8 +27301,8 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27337
27301
|
/**
|
|
27338
27302
|
* Gets current value of property {@link #getHoverContentColor hoverContentColor}.
|
|
27339
27303
|
*
|
|
27340
|
-
* @deprecated
|
|
27341
|
-
* icon) inside the custom status element when you hover over it.
|
|
27304
|
+
* @deprecated As of version 1.120. with no replacement. Content color on hover. Color of the content (text
|
|
27305
|
+
* or icon) inside the custom status element when you hover over it.
|
|
27342
27306
|
*
|
|
27343
27307
|
* @returns Value of property `hoverContentColor`
|
|
27344
27308
|
*/
|
|
@@ -27363,7 +27327,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27363
27327
|
/**
|
|
27364
27328
|
* Gets current value of property {@link #getSelectedBackgroundColor selectedBackgroundColor}.
|
|
27365
27329
|
*
|
|
27366
|
-
* @deprecated
|
|
27330
|
+
* @deprecated As of version 1.120. with no replacement. Fill color when selected.
|
|
27367
27331
|
* The fill color of a custom status element when you select it.
|
|
27368
27332
|
*
|
|
27369
27333
|
* @returns Value of property `selectedBackgroundColor`
|
|
@@ -27372,8 +27336,8 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27372
27336
|
/**
|
|
27373
27337
|
* Gets current value of property {@link #getSelectedBorderColor selectedBorderColor}.
|
|
27374
27338
|
*
|
|
27375
|
-
* @deprecated
|
|
27376
|
-
* status element when you select it.
|
|
27339
|
+
* @deprecated As of version 1.120. with no replacement. Border color when selected. The border color of
|
|
27340
|
+
* a custom status element when you select it.
|
|
27377
27341
|
*
|
|
27378
27342
|
* @returns Value of property `selectedBorderColor`
|
|
27379
27343
|
*/
|
|
@@ -27381,8 +27345,8 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27381
27345
|
/**
|
|
27382
27346
|
* Gets current value of property {@link #getSelectedContentColor selectedContentColor}.
|
|
27383
27347
|
*
|
|
27384
|
-
* @deprecated
|
|
27385
|
-
* or icon) inside the custom status node when you select it.
|
|
27348
|
+
* @deprecated As of version 1.120. with no replacement. Content color when selected. Color of the content
|
|
27349
|
+
* (text or icon) inside the custom status node when you select it.
|
|
27386
27350
|
*
|
|
27387
27351
|
* @returns Value of property `selectedContentColor`
|
|
27388
27352
|
*/
|
|
@@ -27433,7 +27397,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27433
27397
|
*
|
|
27434
27398
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27435
27399
|
*
|
|
27436
|
-
* @deprecated
|
|
27400
|
+
* @deprecated As of version 1.120. with no replacement. Border color.
|
|
27437
27401
|
* The border color that is applied to elements in this custom status.
|
|
27438
27402
|
*
|
|
27439
27403
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27516,7 +27480,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27516
27480
|
*
|
|
27517
27481
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27518
27482
|
*
|
|
27519
|
-
* @deprecated
|
|
27483
|
+
* @deprecated As of version 1.120. with no replacement. Fill color on hover.
|
|
27520
27484
|
* The fill color of a custom status element, line, or group when you hover over it.
|
|
27521
27485
|
*
|
|
27522
27486
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27532,7 +27496,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27532
27496
|
*
|
|
27533
27497
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27534
27498
|
*
|
|
27535
|
-
* @deprecated
|
|
27499
|
+
* @deprecated As of version 1.120. with no replacement. Border color on hover.
|
|
27536
27500
|
* The border color of a custom status element when you hover over it.
|
|
27537
27501
|
*
|
|
27538
27502
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27548,8 +27512,8 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27548
27512
|
*
|
|
27549
27513
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27550
27514
|
*
|
|
27551
|
-
* @deprecated
|
|
27552
|
-
* icon) inside the custom status element when you hover over it.
|
|
27515
|
+
* @deprecated As of version 1.120. with no replacement. Content color on hover. Color of the content (text
|
|
27516
|
+
* or icon) inside the custom status element when you hover over it.
|
|
27553
27517
|
*
|
|
27554
27518
|
* @returns Reference to `this` in order to allow method chaining
|
|
27555
27519
|
*/
|
|
@@ -27595,7 +27559,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27595
27559
|
*
|
|
27596
27560
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27597
27561
|
*
|
|
27598
|
-
* @deprecated
|
|
27562
|
+
* @deprecated As of version 1.120. with no replacement. Fill color when selected.
|
|
27599
27563
|
* The fill color of a custom status element when you select it.
|
|
27600
27564
|
*
|
|
27601
27565
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27611,8 +27575,8 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27611
27575
|
*
|
|
27612
27576
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27613
27577
|
*
|
|
27614
|
-
* @deprecated
|
|
27615
|
-
* status element when you select it.
|
|
27578
|
+
* @deprecated As of version 1.120. with no replacement. Border color when selected. The border color of
|
|
27579
|
+
* a custom status element when you select it.
|
|
27616
27580
|
*
|
|
27617
27581
|
* @returns Reference to `this` in order to allow method chaining
|
|
27618
27582
|
*/
|
|
@@ -27627,8 +27591,8 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27627
27591
|
*
|
|
27628
27592
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27629
27593
|
*
|
|
27630
|
-
* @deprecated
|
|
27631
|
-
* or icon) inside the custom status node when you select it.
|
|
27594
|
+
* @deprecated As of version 1.120. with no replacement. Content color when selected. Color of the content
|
|
27595
|
+
* (text or icon) inside the custom status node when you select it.
|
|
27632
27596
|
*
|
|
27633
27597
|
* @returns Reference to `this` in order to allow method chaining
|
|
27634
27598
|
*/
|
|
@@ -27691,7 +27655,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27691
27655
|
title?: string | PropertyBindingInfo;
|
|
27692
27656
|
|
|
27693
27657
|
/**
|
|
27694
|
-
* @deprecated
|
|
27658
|
+
* @deprecated As of version 1.120. with no replacement. Border color.
|
|
27695
27659
|
* The border color that is applied to elements in this custom status.
|
|
27696
27660
|
*/
|
|
27697
27661
|
borderColor?: string | PropertyBindingInfo;
|
|
@@ -27715,38 +27679,38 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27715
27679
|
headerContentColor?: string | PropertyBindingInfo;
|
|
27716
27680
|
|
|
27717
27681
|
/**
|
|
27718
|
-
* @deprecated
|
|
27682
|
+
* @deprecated As of version 1.120. with no replacement. Fill color on hover.
|
|
27719
27683
|
* The fill color of a custom status element, line, or group when you hover over it.
|
|
27720
27684
|
*/
|
|
27721
27685
|
hoverBackgroundColor?: string | PropertyBindingInfo;
|
|
27722
27686
|
|
|
27723
27687
|
/**
|
|
27724
|
-
* @deprecated
|
|
27688
|
+
* @deprecated As of version 1.120. with no replacement. Border color on hover.
|
|
27725
27689
|
* The border color of a custom status element when you hover over it.
|
|
27726
27690
|
*/
|
|
27727
27691
|
hoverBorderColor?: string | PropertyBindingInfo;
|
|
27728
27692
|
|
|
27729
27693
|
/**
|
|
27730
|
-
* @deprecated
|
|
27731
|
-
* icon) inside the custom status element when you hover over it.
|
|
27694
|
+
* @deprecated As of version 1.120. with no replacement. Content color on hover. Color of the content (text
|
|
27695
|
+
* or icon) inside the custom status element when you hover over it.
|
|
27732
27696
|
*/
|
|
27733
27697
|
hoverContentColor?: string | PropertyBindingInfo;
|
|
27734
27698
|
|
|
27735
27699
|
/**
|
|
27736
|
-
* @deprecated
|
|
27700
|
+
* @deprecated As of version 1.120. with no replacement. Fill color when selected.
|
|
27737
27701
|
* The fill color of a custom status element when you select it.
|
|
27738
27702
|
*/
|
|
27739
27703
|
selectedBackgroundColor?: string | PropertyBindingInfo;
|
|
27740
27704
|
|
|
27741
27705
|
/**
|
|
27742
|
-
* @deprecated
|
|
27743
|
-
* status element when you select it.
|
|
27706
|
+
* @deprecated As of version 1.120. with no replacement. Border color when selected. The border color of
|
|
27707
|
+
* a custom status element when you select it.
|
|
27744
27708
|
*/
|
|
27745
27709
|
selectedBorderColor?: string | PropertyBindingInfo;
|
|
27746
27710
|
|
|
27747
27711
|
/**
|
|
27748
|
-
* @deprecated
|
|
27749
|
-
* or icon) inside the custom status node when you select it.
|
|
27712
|
+
* @deprecated As of version 1.120. with no replacement. Content color when selected. Color of the content
|
|
27713
|
+
* (text or icon) inside the custom status node when you select it.
|
|
27750
27714
|
*/
|
|
27751
27715
|
selectedContentColor?: string | PropertyBindingInfo;
|
|
27752
27716
|
|
|
@@ -27914,7 +27878,7 @@ declare module "sap/suite/ui/commons/NewsContent" {
|
|
|
27914
27878
|
/**
|
|
27915
27879
|
* This control displays the news content text and subheader in a tile.
|
|
27916
27880
|
*
|
|
27917
|
-
* @deprecated
|
|
27881
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.m.NewsContent.
|
|
27918
27882
|
*/
|
|
27919
27883
|
export default class NewsContent extends NewsContent1 {
|
|
27920
27884
|
/**
|
|
@@ -27989,7 +27953,7 @@ declare module "sap/suite/ui/commons/NewsContent" {
|
|
|
27989
27953
|
/**
|
|
27990
27954
|
* Describes the settings that can be provided to the NewsContent constructor.
|
|
27991
27955
|
*
|
|
27992
|
-
* @deprecated
|
|
27956
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.m.NewsContent.
|
|
27993
27957
|
*/
|
|
27994
27958
|
export interface $NewsContentSettings extends $NewsContentSettings1 {}
|
|
27995
27959
|
}
|
|
@@ -28011,7 +27975,7 @@ declare module "sap/suite/ui/commons/NoteTaker" {
|
|
|
28011
27975
|
/**
|
|
28012
27976
|
* This control allows you to create and store your notes for further reference.
|
|
28013
27977
|
*
|
|
28014
|
-
* @deprecated
|
|
27978
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
28015
27979
|
*/
|
|
28016
27980
|
export default class NoteTaker extends Control {
|
|
28017
27981
|
/**
|
|
@@ -28858,7 +28822,7 @@ declare module "sap/suite/ui/commons/NoteTaker" {
|
|
|
28858
28822
|
/**
|
|
28859
28823
|
* Describes the settings that can be provided to the NoteTaker constructor.
|
|
28860
28824
|
*
|
|
28861
|
-
* @deprecated
|
|
28825
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
28862
28826
|
*/
|
|
28863
28827
|
export interface $NoteTakerSettings extends $ControlSettings {
|
|
28864
28828
|
/**
|
|
@@ -29199,7 +29163,7 @@ declare module "sap/suite/ui/commons/NoteTakerCard" {
|
|
|
29199
29163
|
/**
|
|
29200
29164
|
* This control allows you to store Note Taker card header and body text.
|
|
29201
29165
|
*
|
|
29202
|
-
* @deprecated
|
|
29166
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
29203
29167
|
*/
|
|
29204
29168
|
export default class NoteTakerCard extends Control {
|
|
29205
29169
|
/**
|
|
@@ -29831,7 +29795,7 @@ declare module "sap/suite/ui/commons/NoteTakerCard" {
|
|
|
29831
29795
|
/**
|
|
29832
29796
|
* Describes the settings that can be provided to the NoteTakerCard constructor.
|
|
29833
29797
|
*
|
|
29834
|
-
* @deprecated
|
|
29798
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
29835
29799
|
*/
|
|
29836
29800
|
export interface $NoteTakerCardSettings extends $ControlSettings {
|
|
29837
29801
|
/**
|
|
@@ -30047,7 +30011,7 @@ declare module "sap/suite/ui/commons/NoteTakerFeeder" {
|
|
|
30047
30011
|
/**
|
|
30048
30012
|
* This control allows you to enter a quick note and N note cards.
|
|
30049
30013
|
*
|
|
30050
|
-
* @deprecated
|
|
30014
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
30051
30015
|
*/
|
|
30052
30016
|
export default class NoteTakerFeeder extends Control {
|
|
30053
30017
|
/**
|
|
@@ -30713,7 +30677,7 @@ declare module "sap/suite/ui/commons/NoteTakerFeeder" {
|
|
|
30713
30677
|
/**
|
|
30714
30678
|
* Describes the settings that can be provided to the NoteTakerFeeder constructor.
|
|
30715
30679
|
*
|
|
30716
|
-
* @deprecated
|
|
30680
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
30717
30681
|
*/
|
|
30718
30682
|
export interface $NoteTakerFeederSettings extends $ControlSettings {
|
|
30719
30683
|
/**
|
|
@@ -30916,7 +30880,7 @@ declare module "sap/suite/ui/commons/NumericTile" {
|
|
|
30916
30880
|
/**
|
|
30917
30881
|
* This control is the implementation of the InfoTile to show a numeric value.
|
|
30918
30882
|
*
|
|
30919
|
-
* @deprecated
|
|
30883
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
30920
30884
|
*/
|
|
30921
30885
|
export default class NumericTile extends InfoTile {
|
|
30922
30886
|
/**
|
|
@@ -30991,7 +30955,7 @@ declare module "sap/suite/ui/commons/NumericTile" {
|
|
|
30991
30955
|
*
|
|
30992
30956
|
* @returns Value of property `indicator`
|
|
30993
30957
|
*/
|
|
30994
|
-
getIndicator(): DeviationIndicator
|
|
30958
|
+
getIndicator(): DeviationIndicator;
|
|
30995
30959
|
/**
|
|
30996
30960
|
* Gets current value of property {@link #getScale scale}.
|
|
30997
30961
|
*
|
|
@@ -31028,7 +30992,7 @@ declare module "sap/suite/ui/commons/NumericTile" {
|
|
|
31028
30992
|
*
|
|
31029
30993
|
* @returns Value of property `valueColor`
|
|
31030
30994
|
*/
|
|
31031
|
-
getValueColor(): InfoTileValueColor
|
|
30995
|
+
getValueColor(): InfoTileValueColor;
|
|
31032
30996
|
/**
|
|
31033
30997
|
* Sets a new value for property {@link #getIndicator indicator}.
|
|
31034
30998
|
*
|
|
@@ -31116,7 +31080,7 @@ declare module "sap/suite/ui/commons/NumericTile" {
|
|
|
31116
31080
|
/**
|
|
31117
31081
|
* Describes the settings that can be provided to the NumericTile constructor.
|
|
31118
31082
|
*
|
|
31119
|
-
* @deprecated
|
|
31083
|
+
* @deprecated As of version 1.25. This control has been deprecated in favor of new sap.suite.ui.commons.GenericTile.
|
|
31120
31084
|
*/
|
|
31121
31085
|
export interface $NumericTileSettings extends $InfoTileSettings {
|
|
31122
31086
|
/**
|
|
@@ -31165,7 +31129,7 @@ declare module "sap/suite/ui/commons/PictureZoomIn" {
|
|
|
31165
31129
|
/**
|
|
31166
31130
|
* Shows picture in fullscreen.
|
|
31167
31131
|
*
|
|
31168
|
-
* @deprecated
|
|
31132
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
31169
31133
|
*/
|
|
31170
31134
|
export default class PictureZoomIn extends Control {
|
|
31171
31135
|
/**
|
|
@@ -31309,7 +31273,7 @@ declare module "sap/suite/ui/commons/PictureZoomIn" {
|
|
|
31309
31273
|
/**
|
|
31310
31274
|
* Describes the settings that can be provided to the PictureZoomIn constructor.
|
|
31311
31275
|
*
|
|
31312
|
-
* @deprecated
|
|
31276
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
31313
31277
|
*/
|
|
31314
31278
|
export interface $PictureZoomInSettings extends $ControlSettings {
|
|
31315
31279
|
/**
|
|
@@ -31587,8 +31551,8 @@ declare module "sap/suite/ui/commons/ProcessFlow" {
|
|
|
31587
31551
|
* This event is fired when a process flow node title was clicked. The user can access the clicked process
|
|
31588
31552
|
* flow node control object which is the only argument of the event handler.
|
|
31589
31553
|
*
|
|
31590
|
-
* @deprecated
|
|
31591
|
-
* node)
|
|
31554
|
+
* @deprecated As of version 1.26. Should not be used any longer, use nodePress event instead ( click on
|
|
31555
|
+
* the node)
|
|
31592
31556
|
*
|
|
31593
31557
|
* @returns Reference to `this` in order to allow method chaining
|
|
31594
31558
|
*/
|
|
@@ -31617,8 +31581,8 @@ declare module "sap/suite/ui/commons/ProcessFlow" {
|
|
|
31617
31581
|
* This event is fired when a process flow node title was clicked. The user can access the clicked process
|
|
31618
31582
|
* flow node control object which is the only argument of the event handler.
|
|
31619
31583
|
*
|
|
31620
|
-
* @deprecated
|
|
31621
|
-
* node)
|
|
31584
|
+
* @deprecated As of version 1.26. Should not be used any longer, use nodePress event instead ( click on
|
|
31585
|
+
* the node)
|
|
31622
31586
|
*
|
|
31623
31587
|
* @returns Reference to `this` in order to allow method chaining
|
|
31624
31588
|
*/
|
|
@@ -31759,8 +31723,8 @@ declare module "sap/suite/ui/commons/ProcessFlow" {
|
|
|
31759
31723
|
*
|
|
31760
31724
|
* The passed function and listener object must match the ones used for event registration.
|
|
31761
31725
|
*
|
|
31762
|
-
* @deprecated
|
|
31763
|
-
* node)
|
|
31726
|
+
* @deprecated As of version 1.26. Should not be used any longer, use nodePress event instead ( click on
|
|
31727
|
+
* the node)
|
|
31764
31728
|
*
|
|
31765
31729
|
* @returns Reference to `this` in order to allow method chaining
|
|
31766
31730
|
*/
|
|
@@ -31834,8 +31798,8 @@ declare module "sap/suite/ui/commons/ProcessFlow" {
|
|
|
31834
31798
|
/**
|
|
31835
31799
|
* Fires event {@link #event:nodeTitlePress nodeTitlePress} to attached listeners.
|
|
31836
31800
|
*
|
|
31837
|
-
* @deprecated
|
|
31838
|
-
* node)
|
|
31801
|
+
* @deprecated As of version 1.26. Should not be used any longer, use nodePress event instead ( click on
|
|
31802
|
+
* the node)
|
|
31839
31803
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
31840
31804
|
*
|
|
31841
31805
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32285,8 +32249,8 @@ declare module "sap/suite/ui/commons/ProcessFlow" {
|
|
|
32285
32249
|
* This event is fired when a process flow node title was clicked. The user can access the clicked process
|
|
32286
32250
|
* flow node control object which is the only argument of the event handler.
|
|
32287
32251
|
*
|
|
32288
|
-
* @deprecated
|
|
32289
|
-
* node)
|
|
32252
|
+
* @deprecated As of version 1.26. Should not be used any longer, use nodePress event instead ( click on
|
|
32253
|
+
* the node)
|
|
32290
32254
|
*/
|
|
32291
32255
|
nodeTitlePress?: (oEvent: ProcessFlow$NodeTitlePressEvent) => void;
|
|
32292
32256
|
|
|
@@ -32370,8 +32334,8 @@ declare module "sap/suite/ui/commons/ProcessFlow" {
|
|
|
32370
32334
|
/**
|
|
32371
32335
|
* Parameters of the ProcessFlow#nodeTitlePress event.
|
|
32372
32336
|
*
|
|
32373
|
-
* @deprecated
|
|
32374
|
-
* node)
|
|
32337
|
+
* @deprecated As of version 1.26. Should not be used any longer, use nodePress event instead ( click on
|
|
32338
|
+
* the node)
|
|
32375
32339
|
*/
|
|
32376
32340
|
export interface ProcessFlow$NodeTitlePressEventParameters {
|
|
32377
32341
|
/**
|
|
@@ -32383,8 +32347,8 @@ declare module "sap/suite/ui/commons/ProcessFlow" {
|
|
|
32383
32347
|
/**
|
|
32384
32348
|
* Event object of the ProcessFlow#nodeTitlePress event.
|
|
32385
32349
|
*
|
|
32386
|
-
* @deprecated
|
|
32387
|
-
* node)
|
|
32350
|
+
* @deprecated As of version 1.26. Should not be used any longer, use nodePress event instead ( click on
|
|
32351
|
+
* the node)
|
|
32388
32352
|
*/
|
|
32389
32353
|
export type ProcessFlow$NodeTitlePressEvent = Event<
|
|
32390
32354
|
ProcessFlow$NodeTitlePressEventParameters,
|
|
@@ -32513,13 +32477,11 @@ declare module "sap/suite/ui/commons/ProcessFlowConnection" {
|
|
|
32513
32477
|
*
|
|
32514
32478
|
* Default value is `"Regular"`.
|
|
32515
32479
|
*
|
|
32516
|
-
* @deprecated
|
|
32480
|
+
* @deprecated As of version 1.32. State is deprecated because of no usages. There will be no replacement.
|
|
32517
32481
|
*
|
|
32518
32482
|
* @returns Value of property `state`
|
|
32519
32483
|
*/
|
|
32520
|
-
getState():
|
|
32521
|
-
| ProcessFlowConnectionState
|
|
32522
|
-
| keyof typeof ProcessFlowConnectionState;
|
|
32484
|
+
getState(): ProcessFlowConnectionState;
|
|
32523
32485
|
/**
|
|
32524
32486
|
* Gets current value of property {@link #getType type}.
|
|
32525
32487
|
*
|
|
@@ -32527,13 +32489,11 @@ declare module "sap/suite/ui/commons/ProcessFlowConnection" {
|
|
|
32527
32489
|
*
|
|
32528
32490
|
* Default value is `"Normal"`.
|
|
32529
32491
|
*
|
|
32530
|
-
* @deprecated
|
|
32492
|
+
* @deprecated As of version 1.32. Type is deprecated because of no usages. There will be no replacement.
|
|
32531
32493
|
*
|
|
32532
32494
|
* @returns Value of property `type`
|
|
32533
32495
|
*/
|
|
32534
|
-
getType():
|
|
32535
|
-
| ProcessFlowConnectionType
|
|
32536
|
-
| keyof typeof ProcessFlowConnectionType;
|
|
32496
|
+
getType(): ProcessFlowConnectionType;
|
|
32537
32497
|
/**
|
|
32538
32498
|
* Gets current value of property {@link #getZoomLevel zoomLevel}.
|
|
32539
32499
|
*
|
|
@@ -32545,7 +32505,7 @@ declare module "sap/suite/ui/commons/ProcessFlowConnection" {
|
|
|
32545
32505
|
*
|
|
32546
32506
|
* @returns Value of property `zoomLevel`
|
|
32547
32507
|
*/
|
|
32548
|
-
getZoomLevel(): ProcessFlowZoomLevel
|
|
32508
|
+
getZoomLevel(): ProcessFlowZoomLevel;
|
|
32549
32509
|
/**
|
|
32550
32510
|
* Sets a new value for property {@link #getDrawData drawData}.
|
|
32551
32511
|
*
|
|
@@ -32578,7 +32538,7 @@ declare module "sap/suite/ui/commons/ProcessFlowConnection" {
|
|
|
32578
32538
|
*
|
|
32579
32539
|
* Default value is `"Regular"`.
|
|
32580
32540
|
*
|
|
32581
|
-
* @deprecated
|
|
32541
|
+
* @deprecated As of version 1.32. State is deprecated because of no usages. There will be no replacement.
|
|
32582
32542
|
*
|
|
32583
32543
|
* @returns Reference to `this` in order to allow method chaining
|
|
32584
32544
|
*/
|
|
@@ -32599,7 +32559,7 @@ declare module "sap/suite/ui/commons/ProcessFlowConnection" {
|
|
|
32599
32559
|
*
|
|
32600
32560
|
* Default value is `"Normal"`.
|
|
32601
32561
|
*
|
|
32602
|
-
* @deprecated
|
|
32562
|
+
* @deprecated As of version 1.32. Type is deprecated because of no usages. There will be no replacement.
|
|
32603
32563
|
*
|
|
32604
32564
|
* @returns Reference to `this` in order to allow method chaining
|
|
32605
32565
|
*/
|
|
@@ -32657,7 +32617,7 @@ declare module "sap/suite/ui/commons/ProcessFlowConnection" {
|
|
|
32657
32617
|
/**
|
|
32658
32618
|
* Type of the connection.
|
|
32659
32619
|
*
|
|
32660
|
-
* @deprecated
|
|
32620
|
+
* @deprecated As of version 1.32. Type is deprecated because of no usages. There will be no replacement.
|
|
32661
32621
|
*/
|
|
32662
32622
|
type?:
|
|
32663
32623
|
| (ProcessFlowConnectionType | keyof typeof ProcessFlowConnectionType)
|
|
@@ -32667,7 +32627,7 @@ declare module "sap/suite/ui/commons/ProcessFlowConnection" {
|
|
|
32667
32627
|
/**
|
|
32668
32628
|
* State of the connection.
|
|
32669
32629
|
*
|
|
32670
|
-
* @deprecated
|
|
32630
|
+
* @deprecated As of version 1.32. State is deprecated because of no usages. There will be no replacement.
|
|
32671
32631
|
*/
|
|
32672
32632
|
state?:
|
|
32673
32633
|
| (ProcessFlowConnectionState | keyof typeof ProcessFlowConnectionState)
|
|
@@ -32777,9 +32737,7 @@ declare module "sap/suite/ui/commons/ProcessFlowConnectionLabel" {
|
|
|
32777
32737
|
*
|
|
32778
32738
|
* @returns Value of property `state`
|
|
32779
32739
|
*/
|
|
32780
|
-
getState():
|
|
32781
|
-
| ProcessFlowConnectionLabelState
|
|
32782
|
-
| keyof typeof ProcessFlowConnectionLabelState;
|
|
32740
|
+
getState(): ProcessFlowConnectionLabelState;
|
|
32783
32741
|
/**
|
|
32784
32742
|
* Sets a new value for property {@link #getPriority priority}.
|
|
32785
32743
|
*
|
|
@@ -33064,7 +33022,7 @@ declare module "sap/suite/ui/commons/ProcessFlowLaneHeader" {
|
|
|
33064
33022
|
*
|
|
33065
33023
|
* @returns Value of property `zoomLevel`
|
|
33066
33024
|
*/
|
|
33067
|
-
getZoomLevel(): ProcessFlowZoomLevel
|
|
33025
|
+
getZoomLevel(): ProcessFlowZoomLevel;
|
|
33068
33026
|
/**
|
|
33069
33027
|
* Sets a new value for property {@link #getIconSrc iconSrc}.
|
|
33070
33028
|
*
|
|
@@ -33340,8 +33298,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33340
33298
|
* This event is fired when the user clicks on the node. However, this event is not fired if the titlePress
|
|
33341
33299
|
* event has been fired.
|
|
33342
33300
|
*
|
|
33343
|
-
* @deprecated
|
|
33344
|
-
* {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33301
|
+
* @deprecated As of version 1.50.0. This event is deprecated, use nodePress event instead.
|
|
33302
|
+
* See {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33345
33303
|
*
|
|
33346
33304
|
* @returns Reference to `this` in order to allow method chaining
|
|
33347
33305
|
*/
|
|
@@ -33370,8 +33328,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33370
33328
|
* This event is fired when the user clicks on the node. However, this event is not fired if the titlePress
|
|
33371
33329
|
* event has been fired.
|
|
33372
33330
|
*
|
|
33373
|
-
* @deprecated
|
|
33374
|
-
* {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33331
|
+
* @deprecated As of version 1.50.0. This event is deprecated, use nodePress event instead.
|
|
33332
|
+
* See {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33375
33333
|
*
|
|
33376
33334
|
* @returns Reference to `this` in order to allow method chaining
|
|
33377
33335
|
*/
|
|
@@ -33395,7 +33353,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33395
33353
|
* This event handler is executed when the user clicks the node title. This event is fired only when the
|
|
33396
33354
|
* title is clickable (isTitleClickable equals true).
|
|
33397
33355
|
*
|
|
33398
|
-
* @deprecated
|
|
33356
|
+
* @deprecated As of version 1.26. Should not be used any longer, use Press event instead ( click on the
|
|
33357
|
+
* node)
|
|
33399
33358
|
*
|
|
33400
33359
|
* @returns Reference to `this` in order to allow method chaining
|
|
33401
33360
|
*/
|
|
@@ -33424,7 +33383,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33424
33383
|
* This event handler is executed when the user clicks the node title. This event is fired only when the
|
|
33425
33384
|
* title is clickable (isTitleClickable equals true).
|
|
33426
33385
|
*
|
|
33427
|
-
* @deprecated
|
|
33386
|
+
* @deprecated As of version 1.26. Should not be used any longer, use Press event instead ( click on the
|
|
33387
|
+
* node)
|
|
33428
33388
|
*
|
|
33429
33389
|
* @returns Reference to `this` in order to allow method chaining
|
|
33430
33390
|
*/
|
|
@@ -33483,8 +33443,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33483
33443
|
*
|
|
33484
33444
|
* The passed function and listener object must match the ones used for event registration.
|
|
33485
33445
|
*
|
|
33486
|
-
* @deprecated
|
|
33487
|
-
* {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33446
|
+
* @deprecated As of version 1.50.0. This event is deprecated, use nodePress event instead.
|
|
33447
|
+
* See {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33488
33448
|
*
|
|
33489
33449
|
* @returns Reference to `this` in order to allow method chaining
|
|
33490
33450
|
*/
|
|
@@ -33503,7 +33463,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33503
33463
|
*
|
|
33504
33464
|
* The passed function and listener object must match the ones used for event registration.
|
|
33505
33465
|
*
|
|
33506
|
-
* @deprecated
|
|
33466
|
+
* @deprecated As of version 1.26. Should not be used any longer, use Press event instead ( click on the
|
|
33467
|
+
* node)
|
|
33507
33468
|
*
|
|
33508
33469
|
* @returns Reference to `this` in order to allow method chaining
|
|
33509
33470
|
*/
|
|
@@ -33520,8 +33481,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33520
33481
|
/**
|
|
33521
33482
|
* Fires event {@link #event:press press} to attached listeners.
|
|
33522
33483
|
*
|
|
33523
|
-
* @deprecated
|
|
33524
|
-
* {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33484
|
+
* @deprecated As of version 1.50.0. This event is deprecated, use nodePress event instead.
|
|
33485
|
+
* See {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
33525
33486
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
33526
33487
|
*
|
|
33527
33488
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33535,7 +33496,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33535
33496
|
/**
|
|
33536
33497
|
* Fires event {@link #event:titlePress titlePress} to attached listeners.
|
|
33537
33498
|
*
|
|
33538
|
-
* @deprecated
|
|
33499
|
+
* @deprecated As of version 1.26. Should not be used any longer, use Press event instead ( click on the
|
|
33500
|
+
* node)
|
|
33539
33501
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
33540
33502
|
*
|
|
33541
33503
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33590,9 +33552,9 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33590
33552
|
*
|
|
33591
33553
|
* Default value is `false`.
|
|
33592
33554
|
*
|
|
33593
|
-
* @deprecated
|
|
33594
|
-
* each node (click on the whole node – see Press event) that is why titlePress event should not be
|
|
33595
|
-
* any longer. Hence isTitleClickable should not be used either.
|
|
33555
|
+
* @deprecated As of version 1.26. According to the new requirement there should be only one click event
|
|
33556
|
+
* for each node (click on the whole node – see Press event) that is why titlePress event should not be
|
|
33557
|
+
* used any longer. Hence isTitleClickable should not be used either.
|
|
33596
33558
|
*
|
|
33597
33559
|
* @returns Value of property `isTitleClickable`
|
|
33598
33560
|
*/
|
|
@@ -33640,7 +33602,7 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33640
33602
|
*
|
|
33641
33603
|
* @returns Value of property `state`
|
|
33642
33604
|
*/
|
|
33643
|
-
getState(): ProcessFlowNodeState
|
|
33605
|
+
getState(): ProcessFlowNodeState;
|
|
33644
33606
|
/**
|
|
33645
33607
|
* Gets current value of property {@link #getStateText stateText}.
|
|
33646
33608
|
*
|
|
@@ -33697,7 +33659,7 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33697
33659
|
*
|
|
33698
33660
|
* @returns Value of property `type`
|
|
33699
33661
|
*/
|
|
33700
|
-
getType(): ProcessFlowNodeType
|
|
33662
|
+
getType(): ProcessFlowNodeType;
|
|
33701
33663
|
/**
|
|
33702
33664
|
* Gets content of aggregation {@link #getZoomLevelFourContent zoomLevelFourContent}.
|
|
33703
33665
|
*
|
|
@@ -33826,9 +33788,9 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
33826
33788
|
*
|
|
33827
33789
|
* Default value is `false`.
|
|
33828
33790
|
*
|
|
33829
|
-
* @deprecated
|
|
33830
|
-
* each node (click on the whole node – see Press event) that is why titlePress event should not be
|
|
33831
|
-
* any longer. Hence isTitleClickable should not be used either.
|
|
33791
|
+
* @deprecated As of version 1.26. According to the new requirement there should be only one click event
|
|
33792
|
+
* for each node (click on the whole node – see Press event) that is why titlePress event should not be
|
|
33793
|
+
* used any longer. Hence isTitleClickable should not be used either.
|
|
33832
33794
|
*
|
|
33833
33795
|
* @returns Reference to `this` in order to allow method chaining
|
|
33834
33796
|
*/
|
|
@@ -34070,9 +34032,9 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
34070
34032
|
/**
|
|
34071
34033
|
* Specifies if the node title is clickable.
|
|
34072
34034
|
*
|
|
34073
|
-
* @deprecated
|
|
34074
|
-
* each node (click on the whole node – see Press event) that is why titlePress event should not be
|
|
34075
|
-
* any longer. Hence isTitleClickable should not be used either.
|
|
34035
|
+
* @deprecated As of version 1.26. According to the new requirement there should be only one click event
|
|
34036
|
+
* for each node (click on the whole node – see Press event) that is why titlePress event should not be
|
|
34037
|
+
* used any longer. Hence isTitleClickable should not be used either.
|
|
34076
34038
|
*/
|
|
34077
34039
|
isTitleClickable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
34078
34040
|
|
|
@@ -34189,7 +34151,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
34189
34151
|
* This event handler is executed when the user clicks the node title. This event is fired only when the
|
|
34190
34152
|
* title is clickable (isTitleClickable equals true).
|
|
34191
34153
|
*
|
|
34192
|
-
* @deprecated
|
|
34154
|
+
* @deprecated As of version 1.26. Should not be used any longer, use Press event instead ( click on the
|
|
34155
|
+
* node)
|
|
34193
34156
|
*/
|
|
34194
34157
|
titlePress?: (oEvent: ProcessFlowNode$TitlePressEvent) => void;
|
|
34195
34158
|
|
|
@@ -34197,8 +34160,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
34197
34160
|
* This event is fired when the user clicks on the node. However, this event is not fired if the titlePress
|
|
34198
34161
|
* event has been fired.
|
|
34199
34162
|
*
|
|
34200
|
-
* @deprecated
|
|
34201
|
-
* {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
34163
|
+
* @deprecated As of version 1.50.0. This event is deprecated, use nodePress event instead.
|
|
34164
|
+
* See {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
34202
34165
|
*/
|
|
34203
34166
|
press?: (oEvent: ProcessFlowNode$PressEvent) => void;
|
|
34204
34167
|
}
|
|
@@ -34206,8 +34169,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
34206
34169
|
/**
|
|
34207
34170
|
* Parameters of the ProcessFlowNode#press event.
|
|
34208
34171
|
*
|
|
34209
|
-
* @deprecated
|
|
34210
|
-
* {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
34172
|
+
* @deprecated As of version 1.50.0. This event is deprecated, use nodePress event instead.
|
|
34173
|
+
* See {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
34211
34174
|
*/
|
|
34212
34175
|
export interface ProcessFlowNode$PressEventParameters {
|
|
34213
34176
|
/**
|
|
@@ -34219,8 +34182,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
34219
34182
|
/**
|
|
34220
34183
|
* Event object of the ProcessFlowNode#press event.
|
|
34221
34184
|
*
|
|
34222
|
-
* @deprecated
|
|
34223
|
-
* {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
34185
|
+
* @deprecated As of version 1.50.0. This event is deprecated, use nodePress event instead.
|
|
34186
|
+
* See {@link sap.suite.ui.commons.ProcessFlow.html#event:nodePress}.
|
|
34224
34187
|
*/
|
|
34225
34188
|
export type ProcessFlowNode$PressEvent = Event<
|
|
34226
34189
|
ProcessFlowNode$PressEventParameters,
|
|
@@ -34230,7 +34193,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
34230
34193
|
/**
|
|
34231
34194
|
* Parameters of the ProcessFlowNode#titlePress event.
|
|
34232
34195
|
*
|
|
34233
|
-
* @deprecated
|
|
34196
|
+
* @deprecated As of version 1.26. Should not be used any longer, use Press event instead ( click on the
|
|
34197
|
+
* node)
|
|
34234
34198
|
*/
|
|
34235
34199
|
export interface ProcessFlowNode$TitlePressEventParameters {
|
|
34236
34200
|
/**
|
|
@@ -34242,7 +34206,8 @@ declare module "sap/suite/ui/commons/ProcessFlowNode" {
|
|
|
34242
34206
|
/**
|
|
34243
34207
|
* Event object of the ProcessFlowNode#titlePress event.
|
|
34244
34208
|
*
|
|
34245
|
-
* @deprecated
|
|
34209
|
+
* @deprecated As of version 1.26. Should not be used any longer, use Press event instead ( click on the
|
|
34210
|
+
* node)
|
|
34246
34211
|
*/
|
|
34247
34212
|
export type ProcessFlowNode$TitlePressEvent = Event<
|
|
34248
34213
|
ProcessFlowNode$TitlePressEventParameters,
|
|
@@ -34263,7 +34228,7 @@ declare module "sap/suite/ui/commons/RepeaterViewConfiguration" {
|
|
|
34263
34228
|
* A configuration control defining how the content of the sap.suite.ui.commons.ViewRepeater control is
|
|
34264
34229
|
* displayed and what data is bound.
|
|
34265
34230
|
*
|
|
34266
|
-
* @deprecated
|
|
34231
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
34267
34232
|
*/
|
|
34268
34233
|
export default class RepeaterViewConfiguration extends Control {
|
|
34269
34234
|
/**
|
|
@@ -34670,7 +34635,7 @@ declare module "sap/suite/ui/commons/RepeaterViewConfiguration" {
|
|
|
34670
34635
|
/**
|
|
34671
34636
|
* Describes the settings that can be provided to the RepeaterViewConfiguration constructor.
|
|
34672
34637
|
*
|
|
34673
|
-
* @deprecated
|
|
34638
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
34674
34639
|
*/
|
|
34675
34640
|
export interface $RepeaterViewConfigurationSettings extends $ControlSettings {
|
|
34676
34641
|
/**
|
|
@@ -34774,7 +34739,7 @@ declare module "sap/suite/ui/commons/SplitButton" {
|
|
|
34774
34739
|
* called itemSelected. The event transfers the itemId of the selected item. As an alternative, the button
|
|
34775
34740
|
* press event can be used which has a similar behavior.
|
|
34776
34741
|
*
|
|
34777
|
-
* @deprecated
|
|
34742
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
34778
34743
|
*/
|
|
34779
34744
|
export default class SplitButton extends Control {
|
|
34780
34745
|
/**
|
|
@@ -34907,7 +34872,7 @@ declare module "sap/suite/ui/commons/SplitButton" {
|
|
|
34907
34872
|
*
|
|
34908
34873
|
* @returns Value of property `style`
|
|
34909
34874
|
*/
|
|
34910
|
-
getStyle(): ButtonStyle
|
|
34875
|
+
getStyle(): ButtonStyle;
|
|
34911
34876
|
/**
|
|
34912
34877
|
* Gets current value of property {@link #getStyled styled}.
|
|
34913
34878
|
*
|
|
@@ -35109,7 +35074,7 @@ declare module "sap/suite/ui/commons/SplitButton" {
|
|
|
35109
35074
|
/**
|
|
35110
35075
|
* Describes the settings that can be provided to the SplitButton constructor.
|
|
35111
35076
|
*
|
|
35112
|
-
* @deprecated
|
|
35077
|
+
* @deprecated As of version 1.34. Deprecated. Not Fiori.
|
|
35113
35078
|
*/
|
|
35114
35079
|
export interface $SplitButtonSettings extends $ControlSettings {
|
|
35115
35080
|
/**
|
|
@@ -35549,9 +35514,7 @@ declare module "sap/suite/ui/commons/statusindicator/CustomShape" {
|
|
|
35549
35514
|
*
|
|
35550
35515
|
* @returns Value of property `strokeColor`
|
|
35551
35516
|
*/
|
|
35552
|
-
getStrokeColor():
|
|
35553
|
-
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
35554
|
-
| ValueCSSColor;
|
|
35517
|
+
getStrokeColor(): MicroChartColorType | ValueCSSColor;
|
|
35555
35518
|
/**
|
|
35556
35519
|
* Gets current value of property {@link #getStrokeWidth strokeWidth}.
|
|
35557
35520
|
*
|
|
@@ -36762,9 +36725,7 @@ declare module "sap/suite/ui/commons/statusindicator/PropertyThreshold" {
|
|
|
36762
36725
|
*
|
|
36763
36726
|
* @returns Value of property `fillColor`
|
|
36764
36727
|
*/
|
|
36765
|
-
getFillColor():
|
|
36766
|
-
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
36767
|
-
| ValueCSSColor;
|
|
36728
|
+
getFillColor(): MicroChartColorType | ValueCSSColor;
|
|
36768
36729
|
/**
|
|
36769
36730
|
* Gets current value of property {@link #getToValue toValue}.
|
|
36770
36731
|
*
|
|
@@ -37251,7 +37212,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37251
37212
|
*
|
|
37252
37213
|
* Default value is `false`.
|
|
37253
37214
|
*
|
|
37254
|
-
* @deprecated
|
|
37215
|
+
* @deprecated As of version 1.54.1. Use the animationOnChange property instead.
|
|
37255
37216
|
*
|
|
37256
37217
|
* @returns Value of property `animationOnStartup`
|
|
37257
37218
|
*/
|
|
@@ -37264,7 +37225,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37264
37225
|
*
|
|
37265
37226
|
* Default value is `0`.
|
|
37266
37227
|
*
|
|
37267
|
-
* @deprecated
|
|
37228
|
+
* @deprecated As of version 1.54.1. the concept has been discarded.
|
|
37268
37229
|
*
|
|
37269
37230
|
* @returns Value of property `animationOnStartupDelay`
|
|
37270
37231
|
*/
|
|
@@ -37284,9 +37245,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37284
37245
|
*
|
|
37285
37246
|
* @returns Value of property `fillColor`
|
|
37286
37247
|
*/
|
|
37287
|
-
getFillColor():
|
|
37288
|
-
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
37289
|
-
| ValueCSSColor;
|
|
37248
|
+
getFillColor(): MicroChartColorType | ValueCSSColor;
|
|
37290
37249
|
/**
|
|
37291
37250
|
* Gets current value of property {@link #getFillingAngle fillingAngle}.
|
|
37292
37251
|
*
|
|
@@ -37313,9 +37272,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37313
37272
|
*
|
|
37314
37273
|
* @returns Value of property `fillingDirection`
|
|
37315
37274
|
*/
|
|
37316
|
-
getFillingDirection():
|
|
37317
|
-
| statusindicator.FillingDirectionType
|
|
37318
|
-
| keyof typeof statusindicator.FillingDirectionType;
|
|
37275
|
+
getFillingDirection(): statusindicator.FillingDirectionType;
|
|
37319
37276
|
/**
|
|
37320
37277
|
* Gets current value of property {@link #getFillingType fillingType}.
|
|
37321
37278
|
*
|
|
@@ -37326,9 +37283,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37326
37283
|
*
|
|
37327
37284
|
* @returns Value of property `fillingType`
|
|
37328
37285
|
*/
|
|
37329
|
-
getFillingType():
|
|
37330
|
-
| statusindicator.FillingType
|
|
37331
|
-
| keyof typeof statusindicator.FillingType;
|
|
37286
|
+
getFillingType(): statusindicator.FillingType;
|
|
37332
37287
|
/**
|
|
37333
37288
|
* Gets current value of property {@link #getFullAnimationDuration fullAnimationDuration}.
|
|
37334
37289
|
*
|
|
@@ -37340,7 +37295,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37340
37295
|
*
|
|
37341
37296
|
* Default value is `0`.
|
|
37342
37297
|
*
|
|
37343
|
-
* @deprecated
|
|
37298
|
+
* @deprecated As of version 1.54.1. All animations are now limited to 250 ms.
|
|
37344
37299
|
*
|
|
37345
37300
|
* @returns Value of property `fullAnimationDuration`
|
|
37346
37301
|
*/
|
|
@@ -37355,9 +37310,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37355
37310
|
*
|
|
37356
37311
|
* @returns Value of property `horizontalAlignment`
|
|
37357
37312
|
*/
|
|
37358
|
-
getHorizontalAlignment():
|
|
37359
|
-
| statusindicator.HorizontalAlignmentType
|
|
37360
|
-
| keyof typeof statusindicator.HorizontalAlignmentType;
|
|
37313
|
+
getHorizontalAlignment(): statusindicator.HorizontalAlignmentType;
|
|
37361
37314
|
/**
|
|
37362
37315
|
* Gets current value of property {@link #getVerticalAlignment verticalAlignment}.
|
|
37363
37316
|
*
|
|
@@ -37368,9 +37321,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37368
37321
|
*
|
|
37369
37322
|
* @returns Value of property `verticalAlignment`
|
|
37370
37323
|
*/
|
|
37371
|
-
getVerticalAlignment():
|
|
37372
|
-
| statusindicator.VerticalAlignmentType
|
|
37373
|
-
| keyof typeof statusindicator.VerticalAlignmentType;
|
|
37324
|
+
getVerticalAlignment(): statusindicator.VerticalAlignmentType;
|
|
37374
37325
|
/**
|
|
37375
37326
|
* Sets a new value for property {@link #getAnimationOnChange animationOnChange}.
|
|
37376
37327
|
*
|
|
@@ -37400,7 +37351,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37400
37351
|
*
|
|
37401
37352
|
* Default value is `false`.
|
|
37402
37353
|
*
|
|
37403
|
-
* @deprecated
|
|
37354
|
+
* @deprecated As of version 1.54.1. Use the animationOnChange property instead.
|
|
37404
37355
|
*
|
|
37405
37356
|
* @returns Reference to `this` in order to allow method chaining
|
|
37406
37357
|
*/
|
|
@@ -37420,7 +37371,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37420
37371
|
*
|
|
37421
37372
|
* Default value is `0`.
|
|
37422
37373
|
*
|
|
37423
|
-
* @deprecated
|
|
37374
|
+
* @deprecated As of version 1.54.1. the concept has been discarded.
|
|
37424
37375
|
*
|
|
37425
37376
|
* @returns Reference to `this` in order to allow method chaining
|
|
37426
37377
|
*/
|
|
@@ -37527,7 +37478,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37527
37478
|
*
|
|
37528
37479
|
* Default value is `0`.
|
|
37529
37480
|
*
|
|
37530
|
-
* @deprecated
|
|
37481
|
+
* @deprecated As of version 1.54.1. All animations are now limited to 250 ms.
|
|
37531
37482
|
*
|
|
37532
37483
|
* @returns Reference to `this` in order to allow method chaining
|
|
37533
37484
|
*/
|
|
@@ -37589,7 +37540,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37589
37540
|
* takes only half of the time specified in the `fullAnimationDuration` property. If this property is set
|
|
37590
37541
|
* to `0`, changes are applied instantly without any animation.
|
|
37591
37542
|
*
|
|
37592
|
-
* @deprecated
|
|
37543
|
+
* @deprecated As of version 1.54.1. All animations are now limited to 250 ms.
|
|
37593
37544
|
*/
|
|
37594
37545
|
fullAnimationDuration?: int | PropertyBindingInfo | `{${string}}`;
|
|
37595
37546
|
|
|
@@ -37607,7 +37558,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37607
37558
|
* Defines if the initial value of the status indicator should be animated or directly displayed on startup.
|
|
37608
37559
|
* By default, it's displayed on startup without any animation.
|
|
37609
37560
|
*
|
|
37610
|
-
* @deprecated
|
|
37561
|
+
* @deprecated As of version 1.54.1. Use the animationOnChange property instead.
|
|
37611
37562
|
*/
|
|
37612
37563
|
animationOnStartup?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37613
37564
|
|
|
@@ -37621,7 +37572,7 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37621
37572
|
* Specifies the delay of the initial value animation. Only applicable if the `animationOnStartup` property
|
|
37622
37573
|
* is set to `true`.
|
|
37623
37574
|
*
|
|
37624
|
-
* @deprecated
|
|
37575
|
+
* @deprecated As of version 1.54.1. the concept has been discarded.
|
|
37625
37576
|
*/
|
|
37626
37577
|
animationOnStartupDelay?: int | PropertyBindingInfo | `{${string}}`;
|
|
37627
37578
|
|
|
@@ -38018,9 +37969,7 @@ declare module "sap/suite/ui/commons/statusindicator/SimpleShape" {
|
|
|
38018
37969
|
*
|
|
38019
37970
|
* @returns Value of property `strokeColor`
|
|
38020
37971
|
*/
|
|
38021
|
-
getStrokeColor():
|
|
38022
|
-
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
38023
|
-
| ValueCSSColor;
|
|
37972
|
+
getStrokeColor(): MicroChartColorType | ValueCSSColor;
|
|
38024
37973
|
/**
|
|
38025
37974
|
* Gets current value of property {@link #getStrokeWidth strokeWidth}.
|
|
38026
37975
|
*
|
|
@@ -38426,9 +38375,7 @@ declare module "sap/suite/ui/commons/statusindicator/StatusIndicator" {
|
|
|
38426
38375
|
*
|
|
38427
38376
|
* @returns Value of property `labelPosition`
|
|
38428
38377
|
*/
|
|
38429
|
-
getLabelPosition():
|
|
38430
|
-
| statusindicator.LabelPositionType
|
|
38431
|
-
| keyof typeof statusindicator.LabelPositionType;
|
|
38378
|
+
getLabelPosition(): statusindicator.LabelPositionType;
|
|
38432
38379
|
/**
|
|
38433
38380
|
* Gets content of aggregation {@link #getPropertyThresholds propertyThresholds}.
|
|
38434
38381
|
*
|
|
@@ -38454,7 +38401,7 @@ declare module "sap/suite/ui/commons/statusindicator/StatusIndicator" {
|
|
|
38454
38401
|
*
|
|
38455
38402
|
* @returns Value of property `size`
|
|
38456
38403
|
*/
|
|
38457
|
-
getSize(): statusindicator.SizeType
|
|
38404
|
+
getSize(): statusindicator.SizeType;
|
|
38458
38405
|
/**
|
|
38459
38406
|
* Gets current value of property {@link #getValue value}.
|
|
38460
38407
|
*
|
|
@@ -39937,9 +39884,7 @@ declare module "sap/suite/ui/commons/taccount/TAccountItem" {
|
|
|
39937
39884
|
*
|
|
39938
39885
|
* @returns Value of property `color`
|
|
39939
39886
|
*/
|
|
39940
|
-
getColor():
|
|
39941
|
-
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
39942
|
-
| ValueCSSColor;
|
|
39887
|
+
getColor(): MicroChartColorType | ValueCSSColor;
|
|
39943
39888
|
/**
|
|
39944
39889
|
* Gets current value of property {@link #getGroup group}.
|
|
39945
39890
|
*
|
|
@@ -40726,9 +40671,7 @@ declare module "sap/suite/ui/commons/taccount/TAccountPanel" {
|
|
|
40726
40671
|
*
|
|
40727
40672
|
* @returns Value of property `state`
|
|
40728
40673
|
*/
|
|
40729
|
-
getState():
|
|
40730
|
-
| taccount.TAccountPanelState
|
|
40731
|
-
| keyof typeof taccount.TAccountPanelState;
|
|
40674
|
+
getState(): taccount.TAccountPanelState;
|
|
40732
40675
|
/**
|
|
40733
40676
|
* Gets the sum of transactions in all T-account groups included in the panel.
|
|
40734
40677
|
*
|
|
@@ -41044,7 +40987,7 @@ declare module "sap/suite/ui/commons/TargetFilter" {
|
|
|
41044
40987
|
* The analytical filter control. The control works only with the OData model connected to the analytical
|
|
41045
40988
|
* OData service (for example, HANA XS Analytical view exposed as an OData service).
|
|
41046
40989
|
*
|
|
41047
|
-
* @deprecated
|
|
40990
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
41048
40991
|
*/
|
|
41049
40992
|
export default class TargetFilter extends Control {
|
|
41050
40993
|
/**
|
|
@@ -41530,7 +41473,7 @@ declare module "sap/suite/ui/commons/TargetFilter" {
|
|
|
41530
41473
|
/**
|
|
41531
41474
|
* Describes the settings that can be provided to the TargetFilter constructor.
|
|
41532
41475
|
*
|
|
41533
|
-
* @deprecated
|
|
41476
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
41534
41477
|
*/
|
|
41535
41478
|
export interface $TargetFilterSettings extends $ControlSettings {
|
|
41536
41479
|
/**
|
|
@@ -41623,7 +41566,7 @@ declare module "sap/suite/ui/commons/TargetFilterColumn" {
|
|
|
41623
41566
|
/**
|
|
41624
41567
|
* The configuration element for the column in the TargetFilter control.
|
|
41625
41568
|
*
|
|
41626
|
-
* @deprecated
|
|
41569
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
41627
41570
|
*/
|
|
41628
41571
|
export default class TargetFilterColumn extends UI5Element {
|
|
41629
41572
|
/**
|
|
@@ -41806,7 +41749,7 @@ declare module "sap/suite/ui/commons/TargetFilterColumn" {
|
|
|
41806
41749
|
/**
|
|
41807
41750
|
* Describes the settings that can be provided to the TargetFilterColumn constructor.
|
|
41808
41751
|
*
|
|
41809
|
-
* @deprecated
|
|
41752
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
41810
41753
|
*/
|
|
41811
41754
|
export interface $TargetFilterColumnSettings extends $ElementSettings {
|
|
41812
41755
|
/**
|
|
@@ -41846,7 +41789,7 @@ declare module "sap/suite/ui/commons/TargetFilterMeasureColumn" {
|
|
|
41846
41789
|
/**
|
|
41847
41790
|
* The configuration element for the measure column in the TargetFilter control.
|
|
41848
41791
|
*
|
|
41849
|
-
* @deprecated
|
|
41792
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
41850
41793
|
*/
|
|
41851
41794
|
export default class TargetFilterMeasureColumn extends UI5Element {
|
|
41852
41795
|
/**
|
|
@@ -41967,7 +41910,7 @@ declare module "sap/suite/ui/commons/TargetFilterMeasureColumn" {
|
|
|
41967
41910
|
/**
|
|
41968
41911
|
* Describes the settings that can be provided to the TargetFilterMeasureColumn constructor.
|
|
41969
41912
|
*
|
|
41970
|
-
* @deprecated
|
|
41913
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
41971
41914
|
*/
|
|
41972
41915
|
export interface $TargetFilterMeasureColumnSettings extends $ElementSettings {
|
|
41973
41916
|
/**
|
|
@@ -42001,7 +41944,7 @@ declare module "sap/suite/ui/commons/ThingCollection" {
|
|
|
42001
41944
|
* This control contains a collection of the sap.ui.ux3.ThingViewer controls or descendants of sap.ui.ux3.ThingViewer.
|
|
42002
41945
|
* It allows you to navigate through them as well as delete them from the collection.
|
|
42003
41946
|
*
|
|
42004
|
-
* @deprecated
|
|
41947
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
42005
41948
|
*/
|
|
42006
41949
|
export default class ThingCollection extends Control {
|
|
42007
41950
|
/**
|
|
@@ -42255,7 +42198,7 @@ declare module "sap/suite/ui/commons/ThingCollection" {
|
|
|
42255
42198
|
/**
|
|
42256
42199
|
* Describes the settings that can be provided to the ThingCollection constructor.
|
|
42257
42200
|
*
|
|
42258
|
-
* @deprecated
|
|
42201
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
42259
42202
|
*/
|
|
42260
42203
|
export interface $ThingCollectionSettings extends $ControlSettings {
|
|
42261
42204
|
/**
|
|
@@ -42310,7 +42253,7 @@ declare module "sap/suite/ui/commons/ThreePanelThingInspector" {
|
|
|
42310
42253
|
* This control extends the sap.ui.ux3.ThingInspector control. It displays the sap.suite.ui.commons.ThreePanelThingViewer
|
|
42311
42254
|
* control in the sap.ui.ux3.Overlay control.
|
|
42312
42255
|
*
|
|
42313
|
-
* @deprecated
|
|
42256
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
42314
42257
|
*/
|
|
42315
42258
|
export default class ThreePanelThingInspector extends ThingInspector {
|
|
42316
42259
|
/**
|
|
@@ -42539,7 +42482,7 @@ declare module "sap/suite/ui/commons/ThreePanelThingInspector" {
|
|
|
42539
42482
|
/**
|
|
42540
42483
|
* Describes the settings that can be provided to the ThreePanelThingInspector constructor.
|
|
42541
42484
|
*
|
|
42542
|
-
* @deprecated
|
|
42485
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
42543
42486
|
*/
|
|
42544
42487
|
export interface $ThreePanelThingInspectorSettings
|
|
42545
42488
|
extends $ThingInspectorSettings {
|
|
@@ -42589,7 +42532,7 @@ declare module "sap/suite/ui/commons/ThreePanelThingViewer" {
|
|
|
42589
42532
|
* key visual. The second panel displays the header area as a vertical panel containing ThingGroup objects.
|
|
42590
42533
|
* The third panel is a main content area designed to display ThingGroup objects.
|
|
42591
42534
|
*
|
|
42592
|
-
* @deprecated
|
|
42535
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
42593
42536
|
*/
|
|
42594
42537
|
export default class ThreePanelThingViewer extends ThingViewer {
|
|
42595
42538
|
/**
|
|
@@ -42817,7 +42760,7 @@ declare module "sap/suite/ui/commons/ThreePanelThingViewer" {
|
|
|
42817
42760
|
/**
|
|
42818
42761
|
* Describes the settings that can be provided to the ThreePanelThingViewer constructor.
|
|
42819
42762
|
*
|
|
42820
|
-
* @deprecated
|
|
42763
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
42821
42764
|
*/
|
|
42822
42765
|
export interface $ThreePanelThingViewerSettings extends $ThingViewerSettings {
|
|
42823
42766
|
/**
|
|
@@ -42855,7 +42798,7 @@ declare module "sap/suite/ui/commons/TileContent" {
|
|
|
42855
42798
|
/**
|
|
42856
42799
|
* This control serves a universal container for different types of content and footer.
|
|
42857
42800
|
*
|
|
42858
|
-
* @deprecated
|
|
42801
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.m.TileContent.
|
|
42859
42802
|
*/
|
|
42860
42803
|
export default class TileContent extends TileContent1 {
|
|
42861
42804
|
/**
|
|
@@ -42930,7 +42873,7 @@ declare module "sap/suite/ui/commons/TileContent" {
|
|
|
42930
42873
|
/**
|
|
42931
42874
|
* Describes the settings that can be provided to the TileContent constructor.
|
|
42932
42875
|
*
|
|
42933
|
-
* @deprecated
|
|
42876
|
+
* @deprecated As of version 1.34. this control is a mere wrapper for sap.m.TileContent.
|
|
42934
42877
|
*/
|
|
42935
42878
|
export interface $TileContentSettings extends $TileContentSettings1 {}
|
|
42936
42879
|
}
|
|
@@ -42947,7 +42890,7 @@ declare module "sap/suite/ui/commons/TileContent2X2" {
|
|
|
42947
42890
|
/**
|
|
42948
42891
|
* This control serves a universal container for different types of content and footer.
|
|
42949
42892
|
*
|
|
42950
|
-
* @deprecated
|
|
42893
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
42951
42894
|
*/
|
|
42952
42895
|
export default class TileContent2X2 extends Control {
|
|
42953
42896
|
/**
|
|
@@ -43055,7 +42998,7 @@ declare module "sap/suite/ui/commons/TileContent2X2" {
|
|
|
43055
42998
|
*
|
|
43056
42999
|
* @returns Value of property `size`
|
|
43057
43000
|
*/
|
|
43058
|
-
getSize(): InfoTileSize
|
|
43001
|
+
getSize(): InfoTileSize;
|
|
43059
43002
|
/**
|
|
43060
43003
|
* Gets current value of property {@link #getUnit unit}.
|
|
43061
43004
|
*
|
|
@@ -43149,7 +43092,7 @@ declare module "sap/suite/ui/commons/TileContent2X2" {
|
|
|
43149
43092
|
/**
|
|
43150
43093
|
* Describes the settings that can be provided to the TileContent2X2 constructor.
|
|
43151
43094
|
*
|
|
43152
|
-
* @deprecated
|
|
43095
|
+
* @deprecated As of version 1.34. Deprecated.
|
|
43153
43096
|
*/
|
|
43154
43097
|
export interface $TileContent2X2Settings extends $ControlSettings {
|
|
43155
43098
|
/**
|
|
@@ -43325,7 +43268,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43325
43268
|
/**
|
|
43326
43269
|
* Adds some suggestionItem to the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
43327
43270
|
*
|
|
43328
|
-
* @deprecated
|
|
43271
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
43329
43272
|
*
|
|
43330
43273
|
* @returns Reference to `this` in order to allow method chaining
|
|
43331
43274
|
*/
|
|
@@ -43347,7 +43290,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43347
43290
|
*
|
|
43348
43291
|
* This event is fired when a new post is added. As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43349
43292
|
*
|
|
43350
|
-
* @deprecated
|
|
43293
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
43351
43294
|
*
|
|
43352
43295
|
* @returns Reference to `this` in order to allow method chaining
|
|
43353
43296
|
*/
|
|
@@ -43374,7 +43317,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43374
43317
|
*
|
|
43375
43318
|
* This event is fired when a new post is added. As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43376
43319
|
*
|
|
43377
|
-
* @deprecated
|
|
43320
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
43378
43321
|
*
|
|
43379
43322
|
* @returns Reference to `this` in order to allow method chaining
|
|
43380
43323
|
*/
|
|
@@ -43691,7 +43634,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43691
43634
|
* a popup.
|
|
43692
43635
|
*
|
|
43693
43636
|
* @since 1.26.1
|
|
43694
|
-
* @deprecated
|
|
43637
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43695
43638
|
*
|
|
43696
43639
|
* @returns Reference to `this` in order to allow method chaining
|
|
43697
43640
|
*/
|
|
@@ -43721,7 +43664,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43721
43664
|
* a popup.
|
|
43722
43665
|
*
|
|
43723
43666
|
* @since 1.26.1
|
|
43724
|
-
* @deprecated
|
|
43667
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43725
43668
|
*
|
|
43726
43669
|
* @returns Reference to `this` in order to allow method chaining
|
|
43727
43670
|
*/
|
|
@@ -43747,7 +43690,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43747
43690
|
* popup list. See also the suggestionItems aggregation.
|
|
43748
43691
|
*
|
|
43749
43692
|
* @since 1.26.1
|
|
43750
|
-
* @deprecated
|
|
43693
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43751
43694
|
*
|
|
43752
43695
|
* @returns Reference to `this` in order to allow method chaining
|
|
43753
43696
|
*/
|
|
@@ -43778,7 +43721,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43778
43721
|
* popup list. See also the suggestionItems aggregation.
|
|
43779
43722
|
*
|
|
43780
43723
|
* @since 1.26.1
|
|
43781
|
-
* @deprecated
|
|
43724
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43782
43725
|
*
|
|
43783
43726
|
* @returns Reference to `this` in order to allow method chaining
|
|
43784
43727
|
*/
|
|
@@ -43809,7 +43752,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43809
43752
|
/**
|
|
43810
43753
|
* Destroys all the suggestionItems in the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
43811
43754
|
*
|
|
43812
|
-
* @deprecated
|
|
43755
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
43813
43756
|
*
|
|
43814
43757
|
* @returns Reference to `this` in order to allow method chaining
|
|
43815
43758
|
*/
|
|
@@ -43819,7 +43762,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43819
43762
|
*
|
|
43820
43763
|
* The passed function and listener object must match the ones used for event registration.
|
|
43821
43764
|
*
|
|
43822
|
-
* @deprecated
|
|
43765
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
43823
43766
|
*
|
|
43824
43767
|
* @returns Reference to `this` in order to allow method chaining
|
|
43825
43768
|
*/
|
|
@@ -43950,7 +43893,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43950
43893
|
* The passed function and listener object must match the ones used for event registration.
|
|
43951
43894
|
*
|
|
43952
43895
|
* @since 1.26.1
|
|
43953
|
-
* @deprecated
|
|
43896
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43954
43897
|
*
|
|
43955
43898
|
* @returns Reference to `this` in order to allow method chaining
|
|
43956
43899
|
*/
|
|
@@ -43971,7 +43914,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43971
43914
|
* The passed function and listener object must match the ones used for event registration.
|
|
43972
43915
|
*
|
|
43973
43916
|
* @since 1.26.1
|
|
43974
|
-
* @deprecated
|
|
43917
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
43975
43918
|
*
|
|
43976
43919
|
* @returns Reference to `this` in order to allow method chaining
|
|
43977
43920
|
*/
|
|
@@ -43992,7 +43935,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43992
43935
|
/**
|
|
43993
43936
|
* Fires event {@link #event:addPost addPost} to attached listeners.
|
|
43994
43937
|
*
|
|
43995
|
-
* @deprecated
|
|
43938
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
43996
43939
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
43997
43940
|
*
|
|
43998
43941
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -44085,7 +44028,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44085
44028
|
* Fires event {@link #event:suggest suggest} to attached listeners.
|
|
44086
44029
|
*
|
|
44087
44030
|
* @since 1.26.1
|
|
44088
|
-
* @deprecated
|
|
44031
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
44089
44032
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
44090
44033
|
*
|
|
44091
44034
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -44100,7 +44043,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44100
44043
|
* Fires event {@link #event:suggestionItemSelected suggestionItemSelected} to attached listeners.
|
|
44101
44044
|
*
|
|
44102
44045
|
* @since 1.26.1
|
|
44103
|
-
* @deprecated
|
|
44046
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
44104
44047
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
44105
44048
|
*
|
|
44106
44049
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -44137,7 +44080,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44137
44080
|
*
|
|
44138
44081
|
* @returns Value of property `alignment`
|
|
44139
44082
|
*/
|
|
44140
|
-
getAlignment(): TimelineAlignment
|
|
44083
|
+
getAlignment(): TimelineAlignment;
|
|
44141
44084
|
/**
|
|
44142
44085
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
44143
44086
|
*/
|
|
@@ -44152,9 +44095,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44152
44095
|
*
|
|
44153
44096
|
* @returns Value of property `axisOrientation`
|
|
44154
44097
|
*/
|
|
44155
|
-
getAxisOrientation():
|
|
44156
|
-
| TimelineAxisOrientation
|
|
44157
|
-
| keyof typeof TimelineAxisOrientation;
|
|
44098
|
+
getAxisOrientation(): TimelineAxisOrientation;
|
|
44158
44099
|
/**
|
|
44159
44100
|
* Gets content of aggregation {@link #getContent content}.
|
|
44160
44101
|
*
|
|
@@ -44182,7 +44123,8 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44182
44123
|
*
|
|
44183
44124
|
* Data for the Timeline control.
|
|
44184
44125
|
*
|
|
44185
|
-
* @deprecated
|
|
44126
|
+
* @deprecated As of version 1.46.0. As of version 1.46, this property was replaced by JSONModel context
|
|
44127
|
+
* binding.
|
|
44186
44128
|
*
|
|
44187
44129
|
* @returns Value of property `data`
|
|
44188
44130
|
*/
|
|
@@ -44208,8 +44150,8 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44208
44150
|
*
|
|
44209
44151
|
* Default value is `true`.
|
|
44210
44152
|
*
|
|
44211
|
-
* @deprecated
|
|
44212
|
-
* is no longer required. This property is ignored.
|
|
44153
|
+
* @deprecated As of version 1.46.0. The filter list now includes a Select All check box, so the All radio
|
|
44154
|
+
* button is no longer required. This property is ignored.
|
|
44213
44155
|
*
|
|
44214
44156
|
* @returns Value of property `enableAllInFilterItem`
|
|
44215
44157
|
*/
|
|
@@ -44222,7 +44164,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44222
44164
|
*
|
|
44223
44165
|
* Default value is `true`.
|
|
44224
44166
|
*
|
|
44225
|
-
* @deprecated
|
|
44167
|
+
* @deprecated As of version 1.46.0. Use the enableModelFilter property instead.
|
|
44226
44168
|
*
|
|
44227
44169
|
* @returns Value of property `enableBackendFilter`
|
|
44228
44170
|
*/
|
|
@@ -44327,7 +44269,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44327
44269
|
*
|
|
44328
44270
|
* Default value is `false`.
|
|
44329
44271
|
*
|
|
44330
|
-
* @deprecated
|
|
44272
|
+
* @deprecated As of version 1.46.0. Use the groupByType property instead.
|
|
44331
44273
|
*
|
|
44332
44274
|
* @returns Value of property `group`
|
|
44333
44275
|
*/
|
|
@@ -44353,7 +44295,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44353
44295
|
*
|
|
44354
44296
|
* @returns Value of property `groupByType`
|
|
44355
44297
|
*/
|
|
44356
|
-
getGroupByType(): TimelineGroupType
|
|
44298
|
+
getGroupByType(): TimelineGroupType;
|
|
44357
44299
|
/**
|
|
44358
44300
|
* Returns all group items.
|
|
44359
44301
|
*
|
|
@@ -44369,7 +44311,8 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44369
44311
|
*
|
|
44370
44312
|
* Default value is `true`.
|
|
44371
44313
|
*
|
|
44372
|
-
* @deprecated
|
|
44314
|
+
* @deprecated As of version 1.46.0. Use the growingThreshold property instead, setting it to 0 to disable
|
|
44315
|
+
* growing.
|
|
44373
44316
|
*
|
|
44374
44317
|
* @returns Value of property `growing`
|
|
44375
44318
|
*/
|
|
@@ -44432,13 +44375,11 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44432
44375
|
* Default value is `"None"`.
|
|
44433
44376
|
*
|
|
44434
44377
|
* @since 1.46.0
|
|
44435
|
-
* @deprecated
|
|
44378
|
+
* @deprecated As of version 1.54.0. Not Fiori.
|
|
44436
44379
|
*
|
|
44437
44380
|
* @returns Value of property `scrollingFadeout`
|
|
44438
44381
|
*/
|
|
44439
|
-
getScrollingFadeout():
|
|
44440
|
-
| TimelineScrollingFadeout
|
|
44441
|
-
| keyof typeof TimelineScrollingFadeout;
|
|
44382
|
+
getScrollingFadeout(): TimelineScrollingFadeout;
|
|
44442
44383
|
/**
|
|
44443
44384
|
* Gets current value of property {@link #getShowFilterBar showFilterBar}.
|
|
44444
44385
|
*
|
|
@@ -44447,7 +44388,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44447
44388
|
*
|
|
44448
44389
|
* Default value is `true`.
|
|
44449
44390
|
*
|
|
44450
|
-
* @deprecated
|
|
44391
|
+
* @deprecated As of version 1.46.0. Use the showHeaderBar property instead.
|
|
44451
44392
|
*
|
|
44452
44393
|
* @returns Value of property `showFilterBar`
|
|
44453
44394
|
*/
|
|
@@ -44518,7 +44459,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44518
44459
|
* Default value is `true`.
|
|
44519
44460
|
*
|
|
44520
44461
|
* @since 1.26.1
|
|
44521
|
-
* @deprecated
|
|
44462
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
44522
44463
|
*
|
|
44523
44464
|
* @returns Value of property `showSuggestion`
|
|
44524
44465
|
*/
|
|
@@ -44561,7 +44502,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44561
44502
|
*
|
|
44562
44503
|
* Items for suggestions. As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
44563
44504
|
*
|
|
44564
|
-
* @deprecated
|
|
44505
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
44565
44506
|
*/
|
|
44566
44507
|
getSuggestionItems(): StandardListItem[];
|
|
44567
44508
|
/**
|
|
@@ -44626,7 +44567,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44626
44567
|
* Checks for the provided `sap.m.StandardListItem` in the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
44627
44568
|
* and returns its index if found or -1 otherwise.
|
|
44628
44569
|
*
|
|
44629
|
-
* @deprecated
|
|
44570
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
44630
44571
|
*
|
|
44631
44572
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
44632
44573
|
*/
|
|
@@ -44675,7 +44616,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44675
44616
|
/**
|
|
44676
44617
|
* Inserts a suggestionItem into the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
44677
44618
|
*
|
|
44678
|
-
* @deprecated
|
|
44619
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
44679
44620
|
*
|
|
44680
44621
|
* @returns Reference to `this` in order to allow method chaining
|
|
44681
44622
|
*/
|
|
@@ -44721,7 +44662,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44721
44662
|
*
|
|
44722
44663
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
44723
44664
|
*
|
|
44724
|
-
* @deprecated
|
|
44665
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
44725
44666
|
*
|
|
44726
44667
|
* @returns An array of the removed elements (might be empty)
|
|
44727
44668
|
*/
|
|
@@ -44765,7 +44706,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44765
44706
|
/**
|
|
44766
44707
|
* Removes a suggestionItem from the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
44767
44708
|
*
|
|
44768
|
-
* @deprecated
|
|
44709
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
44769
44710
|
*
|
|
44770
44711
|
* @returns The removed suggestionItem or `null`
|
|
44771
44712
|
*/
|
|
@@ -44934,7 +44875,8 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44934
44875
|
*
|
|
44935
44876
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44936
44877
|
*
|
|
44937
|
-
* @deprecated
|
|
44878
|
+
* @deprecated As of version 1.46.0. As of version 1.46, this property was replaced by JSONModel context
|
|
44879
|
+
* binding.
|
|
44938
44880
|
*
|
|
44939
44881
|
* @returns Reference to `this` in order to allow method chaining
|
|
44940
44882
|
*/
|
|
@@ -44974,8 +44916,8 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44974
44916
|
*
|
|
44975
44917
|
* Default value is `true`.
|
|
44976
44918
|
*
|
|
44977
|
-
* @deprecated
|
|
44978
|
-
* is no longer required. This property is ignored.
|
|
44919
|
+
* @deprecated As of version 1.46.0. The filter list now includes a Select All check box, so the All radio
|
|
44920
|
+
* button is no longer required. This property is ignored.
|
|
44979
44921
|
*
|
|
44980
44922
|
* @returns Reference to `this` in order to allow method chaining
|
|
44981
44923
|
*/
|
|
@@ -44995,7 +44937,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
44995
44937
|
*
|
|
44996
44938
|
* Default value is `true`.
|
|
44997
44939
|
*
|
|
44998
|
-
* @deprecated
|
|
44940
|
+
* @deprecated As of version 1.46.0. Use the enableModelFilter property instead.
|
|
44999
44941
|
*
|
|
45000
44942
|
* @returns Reference to `this` in order to allow method chaining
|
|
45001
44943
|
*/
|
|
@@ -45150,7 +45092,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45150
45092
|
*
|
|
45151
45093
|
* Default value is `false`.
|
|
45152
45094
|
*
|
|
45153
|
-
* @deprecated
|
|
45095
|
+
* @deprecated As of version 1.46.0. Use the groupByType property instead.
|
|
45154
45096
|
*
|
|
45155
45097
|
* @returns Reference to `this` in order to allow method chaining
|
|
45156
45098
|
*/
|
|
@@ -45206,7 +45148,8 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45206
45148
|
*
|
|
45207
45149
|
* Default value is `true`.
|
|
45208
45150
|
*
|
|
45209
|
-
* @deprecated
|
|
45151
|
+
* @deprecated As of version 1.46.0. Use the growingThreshold property instead, setting it to 0 to disable
|
|
45152
|
+
* growing.
|
|
45210
45153
|
*
|
|
45211
45154
|
* @returns Reference to `this` in order to allow method chaining
|
|
45212
45155
|
*/
|
|
@@ -45339,7 +45282,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45339
45282
|
* Default value is `"None"`.
|
|
45340
45283
|
*
|
|
45341
45284
|
* @since 1.46.0
|
|
45342
|
-
* @deprecated
|
|
45285
|
+
* @deprecated As of version 1.54.0. Not Fiori.
|
|
45343
45286
|
*
|
|
45344
45287
|
* @returns Reference to `this` in order to allow method chaining
|
|
45345
45288
|
*/
|
|
@@ -45361,7 +45304,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45361
45304
|
*
|
|
45362
45305
|
* Default value is `true`.
|
|
45363
45306
|
*
|
|
45364
|
-
* @deprecated
|
|
45307
|
+
* @deprecated As of version 1.46.0. Use the showHeaderBar property instead.
|
|
45365
45308
|
*
|
|
45366
45309
|
* @returns Reference to `this` in order to allow method chaining
|
|
45367
45310
|
*/
|
|
@@ -45474,7 +45417,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45474
45417
|
* Default value is `true`.
|
|
45475
45418
|
*
|
|
45476
45419
|
* @since 1.26.1
|
|
45477
|
-
* @deprecated
|
|
45420
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
45478
45421
|
*
|
|
45479
45422
|
* @returns Reference to `this` in order to allow method chaining
|
|
45480
45423
|
*/
|
|
@@ -45610,15 +45553,16 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45610
45553
|
/**
|
|
45611
45554
|
* Data for the Timeline control.
|
|
45612
45555
|
*
|
|
45613
|
-
* @deprecated
|
|
45556
|
+
* @deprecated As of version 1.46.0. As of version 1.46, this property was replaced by JSONModel context
|
|
45557
|
+
* binding.
|
|
45614
45558
|
*/
|
|
45615
45559
|
data?: object | PropertyBindingInfo | `{${string}}`;
|
|
45616
45560
|
|
|
45617
45561
|
/**
|
|
45618
45562
|
* Enables to add 'All' at the beginning of the filter list.
|
|
45619
45563
|
*
|
|
45620
|
-
* @deprecated
|
|
45621
|
-
* is no longer required. This property is ignored.
|
|
45564
|
+
* @deprecated As of version 1.46.0. The filter list now includes a Select All check box, so the All radio
|
|
45565
|
+
* button is no longer required. This property is ignored.
|
|
45622
45566
|
*/
|
|
45623
45567
|
enableAllInFilterItem?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
45624
45568
|
|
|
@@ -45626,7 +45570,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45626
45570
|
* Enables fetching data from backend instead of deriving filter values from the frontend values (displayed
|
|
45627
45571
|
* list). As of version 1.46, replaced by {@link sap.suite.ui.commons.Timeline#getEnableModelFilter}.
|
|
45628
45572
|
*
|
|
45629
|
-
* @deprecated
|
|
45573
|
+
* @deprecated As of version 1.46.0. Use the enableModelFilter property instead.
|
|
45630
45574
|
*/
|
|
45631
45575
|
enableBackendFilter?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
45632
45576
|
|
|
@@ -45681,7 +45625,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45681
45625
|
/**
|
|
45682
45626
|
* Groups the timeline posts by year. As of version 1.46, replaced by {@link sap.suite.ui.commons.Timeline#getGroupByType}.
|
|
45683
45627
|
*
|
|
45684
|
-
* @deprecated
|
|
45628
|
+
* @deprecated As of version 1.46.0. Use the groupByType property instead.
|
|
45685
45629
|
*/
|
|
45686
45630
|
group?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
45687
45631
|
|
|
@@ -45704,7 +45648,8 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45704
45648
|
* If set to `true`, the timeline displays a limited number of posts with a button to show more. The displayed
|
|
45705
45649
|
* posts limit can be set using the growingThreshold property. As of version 1.46, replaced by {@link sap.suite.ui.commons.Timeline#getGrowingThreshold}.
|
|
45706
45650
|
*
|
|
45707
|
-
* @deprecated
|
|
45651
|
+
* @deprecated As of version 1.46.0. Use the growingThreshold property instead, setting it to 0 to disable
|
|
45652
|
+
* growing.
|
|
45708
45653
|
*/
|
|
45709
45654
|
growing?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
45710
45655
|
|
|
@@ -45742,7 +45687,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45742
45687
|
* is not applied. This feature works only when the enableScroll property is set to `true`. See also {@link sap.suite.ui.commons.Timeline#getEnableScroll}.
|
|
45743
45688
|
*
|
|
45744
45689
|
* @since 1.46.0
|
|
45745
|
-
* @deprecated
|
|
45690
|
+
* @deprecated As of version 1.54.0. Not Fiori.
|
|
45746
45691
|
*/
|
|
45747
45692
|
scrollingFadeout?:
|
|
45748
45693
|
| (TimelineScrollingFadeout | keyof typeof TimelineScrollingFadeout)
|
|
@@ -45753,7 +45698,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45753
45698
|
* Sets the visibility of the filter in the timeline toolbar.
|
|
45754
45699
|
* As of version 1.46, replaced by {@link sap.suite.ui.commons.Timeline#getShowHeaderBar}.
|
|
45755
45700
|
*
|
|
45756
|
-
* @deprecated
|
|
45701
|
+
* @deprecated As of version 1.46.0. Use the showHeaderBar property instead.
|
|
45757
45702
|
*/
|
|
45758
45703
|
showFilterBar?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
45759
45704
|
|
|
@@ -45789,7 +45734,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45789
45734
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
45790
45735
|
*
|
|
45791
45736
|
* @since 1.26.1
|
|
45792
|
-
* @deprecated
|
|
45737
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
45793
45738
|
*/
|
|
45794
45739
|
showSuggestion?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
45795
45740
|
|
|
@@ -45864,7 +45809,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45864
45809
|
/**
|
|
45865
45810
|
* Items for suggestions. As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
45866
45811
|
*
|
|
45867
|
-
* @deprecated
|
|
45812
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
45868
45813
|
*/
|
|
45869
45814
|
suggestionItems?:
|
|
45870
45815
|
| StandardListItem[]
|
|
@@ -45880,7 +45825,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45880
45825
|
/**
|
|
45881
45826
|
* This event is fired when a new post is added. As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
45882
45827
|
*
|
|
45883
|
-
* @deprecated
|
|
45828
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
45884
45829
|
*/
|
|
45885
45830
|
addPost?: (oEvent: Timeline$AddPostEvent) => void;
|
|
45886
45831
|
|
|
@@ -45925,7 +45870,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45925
45870
|
* a popup.
|
|
45926
45871
|
*
|
|
45927
45872
|
* @since 1.26.1
|
|
45928
|
-
* @deprecated
|
|
45873
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
45929
45874
|
*/
|
|
45930
45875
|
suggest?: (oEvent: Timeline$SuggestEvent) => void;
|
|
45931
45876
|
|
|
@@ -45935,7 +45880,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45935
45880
|
* popup list. See also the suggestionItems aggregation.
|
|
45936
45881
|
*
|
|
45937
45882
|
* @since 1.26.1
|
|
45938
|
-
* @deprecated
|
|
45883
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
45939
45884
|
*/
|
|
45940
45885
|
suggestionItemSelected?: (
|
|
45941
45886
|
oEvent: Timeline$SuggestionItemSelectedEvent
|
|
@@ -45945,7 +45890,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45945
45890
|
/**
|
|
45946
45891
|
* Parameters of the Timeline#addPost event.
|
|
45947
45892
|
*
|
|
45948
|
-
* @deprecated
|
|
45893
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
45949
45894
|
*/
|
|
45950
45895
|
export interface Timeline$AddPostEventParameters {
|
|
45951
45896
|
/**
|
|
@@ -45957,7 +45902,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
45957
45902
|
/**
|
|
45958
45903
|
* Event object of the Timeline#addPost event.
|
|
45959
45904
|
*
|
|
45960
|
-
* @deprecated
|
|
45905
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
45961
45906
|
*/
|
|
45962
45907
|
export type Timeline$AddPostEvent = Event<
|
|
45963
45908
|
Timeline$AddPostEventParameters,
|
|
@@ -46117,7 +46062,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
46117
46062
|
/**
|
|
46118
46063
|
* Parameters of the Timeline#suggest event.
|
|
46119
46064
|
*
|
|
46120
|
-
* @deprecated
|
|
46065
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46121
46066
|
*/
|
|
46122
46067
|
export interface Timeline$SuggestEventParameters {
|
|
46123
46068
|
/**
|
|
@@ -46129,7 +46074,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
46129
46074
|
/**
|
|
46130
46075
|
* Event object of the Timeline#suggest event.
|
|
46131
46076
|
*
|
|
46132
|
-
* @deprecated
|
|
46077
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46133
46078
|
*/
|
|
46134
46079
|
export type Timeline$SuggestEvent = Event<
|
|
46135
46080
|
Timeline$SuggestEventParameters,
|
|
@@ -46139,7 +46084,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
46139
46084
|
/**
|
|
46140
46085
|
* Parameters of the Timeline#suggestionItemSelected event.
|
|
46141
46086
|
*
|
|
46142
|
-
* @deprecated
|
|
46087
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46143
46088
|
*/
|
|
46144
46089
|
export interface Timeline$SuggestionItemSelectedEventParameters {
|
|
46145
46090
|
/**
|
|
@@ -46151,7 +46096,7 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
46151
46096
|
/**
|
|
46152
46097
|
* Event object of the Timeline#suggestionItemSelected event.
|
|
46153
46098
|
*
|
|
46154
|
-
* @deprecated
|
|
46099
|
+
* @deprecated As of version 1.46.0. Replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46155
46100
|
*/
|
|
46156
46101
|
export type Timeline$SuggestionItemSelectedEvent = Event<
|
|
46157
46102
|
Timeline$SuggestionItemSelectedEventParameters,
|
|
@@ -46420,7 +46365,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46420
46365
|
/**
|
|
46421
46366
|
* Adds some suggestionItem to the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
46422
46367
|
*
|
|
46423
|
-
* @deprecated
|
|
46368
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46424
46369
|
*
|
|
46425
46370
|
* @returns Reference to `this` in order to allow method chaining
|
|
46426
46371
|
*/
|
|
@@ -46686,7 +46631,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46686
46631
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46687
46632
|
*
|
|
46688
46633
|
* @since 1.28.1
|
|
46689
|
-
* @deprecated
|
|
46634
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46690
46635
|
*
|
|
46691
46636
|
* @returns Reference to `this` in order to allow method chaining
|
|
46692
46637
|
*/
|
|
@@ -46716,7 +46661,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46716
46661
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46717
46662
|
*
|
|
46718
46663
|
* @since 1.28.1
|
|
46719
|
-
* @deprecated
|
|
46664
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46720
46665
|
*
|
|
46721
46666
|
* @returns Reference to `this` in order to allow method chaining
|
|
46722
46667
|
*/
|
|
@@ -46743,7 +46688,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46743
46688
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46744
46689
|
*
|
|
46745
46690
|
* @since 1.28.1
|
|
46746
|
-
* @deprecated
|
|
46691
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46747
46692
|
*
|
|
46748
46693
|
* @returns Reference to `this` in order to allow method chaining
|
|
46749
46694
|
*/
|
|
@@ -46775,7 +46720,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46775
46720
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
46776
46721
|
*
|
|
46777
46722
|
* @since 1.28.1
|
|
46778
|
-
* @deprecated
|
|
46723
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46779
46724
|
*
|
|
46780
46725
|
* @returns Reference to `this` in order to allow method chaining
|
|
46781
46726
|
*/
|
|
@@ -46869,7 +46814,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46869
46814
|
/**
|
|
46870
46815
|
* Destroys all the suggestionItems in the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
46871
46816
|
*
|
|
46872
|
-
* @deprecated
|
|
46817
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46873
46818
|
*
|
|
46874
46819
|
* @returns Reference to `this` in order to allow method chaining
|
|
46875
46820
|
*/
|
|
@@ -46974,7 +46919,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46974
46919
|
* The passed function and listener object must match the ones used for event registration.
|
|
46975
46920
|
*
|
|
46976
46921
|
* @since 1.28.1
|
|
46977
|
-
* @deprecated
|
|
46922
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46978
46923
|
*
|
|
46979
46924
|
* @returns Reference to `this` in order to allow method chaining
|
|
46980
46925
|
*/
|
|
@@ -46995,7 +46940,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
46995
46940
|
* The passed function and listener object must match the ones used for event registration.
|
|
46996
46941
|
*
|
|
46997
46942
|
* @since 1.28.1
|
|
46998
|
-
* @deprecated
|
|
46943
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
46999
46944
|
*
|
|
47000
46945
|
* @returns Reference to `this` in order to allow method chaining
|
|
47001
46946
|
*/
|
|
@@ -47099,7 +47044,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47099
47044
|
* Fires event {@link #event:suggest suggest} to attached listeners.
|
|
47100
47045
|
*
|
|
47101
47046
|
* @since 1.28.1
|
|
47102
|
-
* @deprecated
|
|
47047
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47103
47048
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
47104
47049
|
*
|
|
47105
47050
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47114,7 +47059,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47114
47059
|
* Fires event {@link #event:suggestionItemSelected suggestionItemSelected} to attached listeners.
|
|
47115
47060
|
*
|
|
47116
47061
|
* @since 1.28.1
|
|
47117
|
-
* @deprecated
|
|
47062
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47118
47063
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
47119
47064
|
*
|
|
47120
47065
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47211,7 +47156,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47211
47156
|
*
|
|
47212
47157
|
* @returns Value of property `iconDisplayShape`
|
|
47213
47158
|
*/
|
|
47214
|
-
getIconDisplayShape(): AvatarShape
|
|
47159
|
+
getIconDisplayShape(): AvatarShape;
|
|
47215
47160
|
/**
|
|
47216
47161
|
* Gets current value of property {@link #getIconInitials iconInitials}.
|
|
47217
47162
|
*
|
|
@@ -47235,7 +47180,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47235
47180
|
*
|
|
47236
47181
|
* @returns Value of property `iconSize`
|
|
47237
47182
|
*/
|
|
47238
|
-
getIconSize(): AvatarSize
|
|
47183
|
+
getIconSize(): AvatarSize;
|
|
47239
47184
|
/**
|
|
47240
47185
|
* Gets current value of property {@link #getIconTooltip iconTooltip}.
|
|
47241
47186
|
*
|
|
@@ -47292,7 +47237,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47292
47237
|
* Suggested posts.
|
|
47293
47238
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
47294
47239
|
*
|
|
47295
|
-
* @deprecated
|
|
47240
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47296
47241
|
*/
|
|
47297
47242
|
getSuggestionItems(): StandardListItem[];
|
|
47298
47243
|
/**
|
|
@@ -47370,7 +47315,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47370
47315
|
* Checks for the provided `sap.m.StandardListItem` in the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
47371
47316
|
* and returns its index if found or -1 otherwise.
|
|
47372
47317
|
*
|
|
47373
|
-
* @deprecated
|
|
47318
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47374
47319
|
*
|
|
47375
47320
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
47376
47321
|
*/
|
|
@@ -47401,7 +47346,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47401
47346
|
/**
|
|
47402
47347
|
* Inserts a suggestionItem into the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
47403
47348
|
*
|
|
47404
|
-
* @deprecated
|
|
47349
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47405
47350
|
*
|
|
47406
47351
|
* @returns Reference to `this` in order to allow method chaining
|
|
47407
47352
|
*/
|
|
@@ -47438,7 +47383,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47438
47383
|
*
|
|
47439
47384
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
47440
47385
|
*
|
|
47441
|
-
* @deprecated
|
|
47386
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47442
47387
|
*
|
|
47443
47388
|
* @returns An array of the removed elements (might be empty)
|
|
47444
47389
|
*/
|
|
@@ -47470,7 +47415,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47470
47415
|
/**
|
|
47471
47416
|
* Removes a suggestionItem from the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
47472
47417
|
*
|
|
47473
|
-
* @deprecated
|
|
47418
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47474
47419
|
*
|
|
47475
47420
|
* @returns The removed suggestionItem or `null`
|
|
47476
47421
|
*/
|
|
@@ -47948,7 +47893,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
47948
47893
|
* Suggested posts.
|
|
47949
47894
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
47950
47895
|
*
|
|
47951
|
-
* @deprecated
|
|
47896
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
47952
47897
|
*/
|
|
47953
47898
|
suggestionItems?:
|
|
47954
47899
|
| StandardListItem[]
|
|
@@ -48005,7 +47950,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
48005
47950
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
48006
47951
|
*
|
|
48007
47952
|
* @since 1.28.1
|
|
48008
|
-
* @deprecated
|
|
47953
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
48009
47954
|
*/
|
|
48010
47955
|
suggest?: (oEvent: TimelineItem$SuggestEvent) => void;
|
|
48011
47956
|
|
|
@@ -48016,7 +47961,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
48016
47961
|
* As of version 1.46, replaced by {@link sap.collaboration.components.feed.Component}.
|
|
48017
47962
|
*
|
|
48018
47963
|
* @since 1.28.1
|
|
48019
|
-
* @deprecated
|
|
47964
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
48020
47965
|
*/
|
|
48021
47966
|
suggestionItemSelected?: (
|
|
48022
47967
|
oEvent: TimelineItem$SuggestionItemSelectedEvent
|
|
@@ -48111,7 +48056,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
48111
48056
|
/**
|
|
48112
48057
|
* Parameters of the TimelineItem#suggest event.
|
|
48113
48058
|
*
|
|
48114
|
-
* @deprecated
|
|
48059
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
48115
48060
|
*/
|
|
48116
48061
|
export interface TimelineItem$SuggestEventParameters {
|
|
48117
48062
|
/**
|
|
@@ -48123,7 +48068,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
48123
48068
|
/**
|
|
48124
48069
|
* Event object of the TimelineItem#suggest event.
|
|
48125
48070
|
*
|
|
48126
|
-
* @deprecated
|
|
48071
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
48127
48072
|
*/
|
|
48128
48073
|
export type TimelineItem$SuggestEvent = Event<
|
|
48129
48074
|
TimelineItem$SuggestEventParameters,
|
|
@@ -48133,7 +48078,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
48133
48078
|
/**
|
|
48134
48079
|
* Parameters of the TimelineItem#suggestionItemSelected event.
|
|
48135
48080
|
*
|
|
48136
|
-
* @deprecated
|
|
48081
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
48137
48082
|
*/
|
|
48138
48083
|
export interface TimelineItem$SuggestionItemSelectedEventParameters {
|
|
48139
48084
|
/**
|
|
@@ -48145,7 +48090,7 @@ declare module "sap/suite/ui/commons/TimelineItem" {
|
|
|
48145
48090
|
/**
|
|
48146
48091
|
* Event object of the TimelineItem#suggestionItemSelected event.
|
|
48147
48092
|
*
|
|
48148
|
-
* @deprecated
|
|
48093
|
+
* @deprecated As of version 1.46.0. Use the Group Feed Component instead.
|
|
48149
48094
|
*/
|
|
48150
48095
|
export type TimelineItem$SuggestionItemSelectedEvent = Event<
|
|
48151
48096
|
TimelineItem$SuggestionItemSelectedEventParameters,
|
|
@@ -48294,7 +48239,7 @@ declare module "sap/suite/ui/commons/UnifiedThingGroup" {
|
|
|
48294
48239
|
/**
|
|
48295
48240
|
* This control is used in UnifiedThingInspector to display the facet header information.
|
|
48296
48241
|
*
|
|
48297
|
-
* @deprecated
|
|
48242
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
48298
48243
|
*/
|
|
48299
48244
|
export default class UnifiedThingGroup extends Control {
|
|
48300
48245
|
/**
|
|
@@ -48391,7 +48336,7 @@ declare module "sap/suite/ui/commons/UnifiedThingGroup" {
|
|
|
48391
48336
|
*
|
|
48392
48337
|
* @returns Value of property `design`
|
|
48393
48338
|
*/
|
|
48394
|
-
getDesign(): ThingGroupDesign
|
|
48339
|
+
getDesign(): ThingGroupDesign;
|
|
48395
48340
|
/**
|
|
48396
48341
|
* Gets current value of property {@link #getTitle title}.
|
|
48397
48342
|
*
|
|
@@ -48467,7 +48412,7 @@ declare module "sap/suite/ui/commons/UnifiedThingGroup" {
|
|
|
48467
48412
|
/**
|
|
48468
48413
|
* Describes the settings that can be provided to the UnifiedThingGroup constructor.
|
|
48469
48414
|
*
|
|
48470
|
-
* @deprecated
|
|
48415
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
48471
48416
|
*/
|
|
48472
48417
|
export interface $UnifiedThingGroupSettings extends $ControlSettings {
|
|
48473
48418
|
/**
|
|
@@ -48519,7 +48464,7 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
48519
48464
|
* This control provides an ability to display a thing (for example, object factsheet) on the desktop, tablet,
|
|
48520
48465
|
* and phone devices in a Fiori style.
|
|
48521
48466
|
*
|
|
48522
|
-
* @deprecated
|
|
48467
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
48523
48468
|
*/
|
|
48524
48469
|
export default class UnifiedThingInspector extends Control {
|
|
48525
48470
|
/**
|
|
@@ -48587,8 +48532,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
48587
48532
|
/**
|
|
48588
48533
|
* Adds some action to the aggregation {@link #getActions actions}.
|
|
48589
48534
|
*
|
|
48590
|
-
* @deprecated
|
|
48591
|
-
* the actionsButtonPress event handler instead.
|
|
48535
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
48536
|
+
* in the actionsButtonPress event handler instead.
|
|
48592
48537
|
*
|
|
48593
48538
|
* @returns Reference to `this` in order to allow method chaining
|
|
48594
48539
|
*/
|
|
@@ -48649,8 +48594,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
48649
48594
|
/**
|
|
48650
48595
|
* Adds some transaction to the aggregation {@link #getTransactions transactions}.
|
|
48651
48596
|
*
|
|
48652
|
-
* @deprecated
|
|
48653
|
-
* the transactionsButtonPress event handler instead.
|
|
48597
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
48598
|
+
* in the transactionsButtonPress event handler instead.
|
|
48654
48599
|
*
|
|
48655
48600
|
* @returns Reference to `this` in order to allow method chaining
|
|
48656
48601
|
*/
|
|
@@ -48981,8 +48926,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
48981
48926
|
/**
|
|
48982
48927
|
* Destroys all the actions in the aggregation {@link #getActions actions}.
|
|
48983
48928
|
*
|
|
48984
|
-
* @deprecated
|
|
48985
|
-
* the actionsButtonPress event handler instead.
|
|
48929
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
48930
|
+
* in the actionsButtonPress event handler instead.
|
|
48986
48931
|
*
|
|
48987
48932
|
* @returns Reference to `this` in order to allow method chaining
|
|
48988
48933
|
*/
|
|
@@ -49018,8 +48963,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49018
48963
|
/**
|
|
49019
48964
|
* Destroys all the transactions in the aggregation {@link #getTransactions transactions}.
|
|
49020
48965
|
*
|
|
49021
|
-
* @deprecated
|
|
49022
|
-
* the transactionsButtonPress event handler instead.
|
|
48966
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
48967
|
+
* in the transactionsButtonPress event handler instead.
|
|
49023
48968
|
*
|
|
49024
48969
|
* @returns Reference to `this` in order to allow method chaining
|
|
49025
48970
|
*/
|
|
@@ -49232,8 +49177,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49232
49177
|
*
|
|
49233
49178
|
* Action sheet controls.
|
|
49234
49179
|
*
|
|
49235
|
-
* @deprecated
|
|
49236
|
-
* the actionsButtonPress event handler instead.
|
|
49180
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49181
|
+
* in the actionsButtonPress event handler instead.
|
|
49237
49182
|
*/
|
|
49238
49183
|
getActions(): Button[];
|
|
49239
49184
|
/**
|
|
@@ -49347,8 +49292,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49347
49292
|
*
|
|
49348
49293
|
* Menu items for transaction popup.
|
|
49349
49294
|
*
|
|
49350
|
-
* @deprecated
|
|
49351
|
-
* the transactionsButtonPress event handler instead.
|
|
49295
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49296
|
+
* in the transactionsButtonPress event handler instead.
|
|
49352
49297
|
*/
|
|
49353
49298
|
getTransactions(): Control[];
|
|
49354
49299
|
/**
|
|
@@ -49366,8 +49311,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49366
49311
|
* Checks for the provided `sap.m.Button` in the aggregation {@link #getActions actions}. and returns its
|
|
49367
49312
|
* index if found or -1 otherwise.
|
|
49368
49313
|
*
|
|
49369
|
-
* @deprecated
|
|
49370
|
-
* the actionsButtonPress event handler instead.
|
|
49314
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49315
|
+
* in the actionsButtonPress event handler instead.
|
|
49371
49316
|
*
|
|
49372
49317
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
49373
49318
|
*/
|
|
@@ -49433,8 +49378,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49433
49378
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getTransactions transactions}.
|
|
49434
49379
|
* and returns its index if found or -1 otherwise.
|
|
49435
49380
|
*
|
|
49436
|
-
* @deprecated
|
|
49437
|
-
* the transactionsButtonPress event handler instead.
|
|
49381
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49382
|
+
* in the transactionsButtonPress event handler instead.
|
|
49438
49383
|
*
|
|
49439
49384
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
49440
49385
|
*/
|
|
@@ -49447,8 +49392,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49447
49392
|
/**
|
|
49448
49393
|
* Inserts a action into the aggregation {@link #getActions actions}.
|
|
49449
49394
|
*
|
|
49450
|
-
* @deprecated
|
|
49451
|
-
* the actionsButtonPress event handler instead.
|
|
49395
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49396
|
+
* in the actionsButtonPress event handler instead.
|
|
49452
49397
|
*
|
|
49453
49398
|
* @returns Reference to `this` in order to allow method chaining
|
|
49454
49399
|
*/
|
|
@@ -49539,8 +49484,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49539
49484
|
/**
|
|
49540
49485
|
* Inserts a transaction into the aggregation {@link #getTransactions transactions}.
|
|
49541
49486
|
*
|
|
49542
|
-
* @deprecated
|
|
49543
|
-
* the transactionsButtonPress event handler instead.
|
|
49487
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49488
|
+
* in the transactionsButtonPress event handler instead.
|
|
49544
49489
|
*
|
|
49545
49490
|
* @returns Reference to `this` in order to allow method chaining
|
|
49546
49491
|
*/
|
|
@@ -49559,8 +49504,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49559
49504
|
/**
|
|
49560
49505
|
* Removes a action from the aggregation {@link #getActions actions}.
|
|
49561
49506
|
*
|
|
49562
|
-
* @deprecated
|
|
49563
|
-
* the actionsButtonPress event handler instead.
|
|
49507
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49508
|
+
* in the actionsButtonPress event handler instead.
|
|
49564
49509
|
*
|
|
49565
49510
|
* @returns The removed action or `null`
|
|
49566
49511
|
*/
|
|
@@ -49575,8 +49520,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49575
49520
|
*
|
|
49576
49521
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
49577
49522
|
*
|
|
49578
|
-
* @deprecated
|
|
49579
|
-
* the actionsButtonPress event handler instead.
|
|
49523
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49524
|
+
* in the actionsButtonPress event handler instead.
|
|
49580
49525
|
*
|
|
49581
49526
|
* @returns An array of the removed elements (might be empty)
|
|
49582
49527
|
*/
|
|
@@ -49622,8 +49567,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49622
49567
|
*
|
|
49623
49568
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
49624
49569
|
*
|
|
49625
|
-
* @deprecated
|
|
49626
|
-
* the transactionsButtonPress event handler instead.
|
|
49570
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49571
|
+
* in the transactionsButtonPress event handler instead.
|
|
49627
49572
|
*
|
|
49628
49573
|
* @returns An array of the removed elements (might be empty)
|
|
49629
49574
|
*/
|
|
@@ -49679,8 +49624,8 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49679
49624
|
/**
|
|
49680
49625
|
* Removes a transaction from the aggregation {@link #getTransactions transactions}.
|
|
49681
49626
|
*
|
|
49682
|
-
* @deprecated
|
|
49683
|
-
* the transactionsButtonPress event handler instead.
|
|
49627
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49628
|
+
* in the transactionsButtonPress event handler instead.
|
|
49684
49629
|
*
|
|
49685
49630
|
* @returns The removed transaction or `null`
|
|
49686
49631
|
*/
|
|
@@ -49849,7 +49794,7 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49849
49794
|
/**
|
|
49850
49795
|
* Describes the settings that can be provided to the UnifiedThingInspector constructor.
|
|
49851
49796
|
*
|
|
49852
|
-
* @deprecated
|
|
49797
|
+
* @deprecated As of version 1.32. Deprecated. Object page should be used instead.
|
|
49853
49798
|
*/
|
|
49854
49799
|
export interface $UnifiedThingInspectorSettings extends $ControlSettings {
|
|
49855
49800
|
/**
|
|
@@ -49921,16 +49866,16 @@ declare module "sap/suite/ui/commons/UnifiedThingInspector" {
|
|
|
49921
49866
|
/**
|
|
49922
49867
|
* Menu items for transaction popup.
|
|
49923
49868
|
*
|
|
49924
|
-
* @deprecated
|
|
49925
|
-
* the transactionsButtonPress event handler instead.
|
|
49869
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49870
|
+
* in the transactionsButtonPress event handler instead.
|
|
49926
49871
|
*/
|
|
49927
49872
|
transactions?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
49928
49873
|
|
|
49929
49874
|
/**
|
|
49930
49875
|
* Action sheet controls.
|
|
49931
49876
|
*
|
|
49932
|
-
* @deprecated
|
|
49933
|
-
* the actionsButtonPress event handler instead.
|
|
49877
|
+
* @deprecated As of version 1.18.2. Deprecated due to the incorrect work with data binding. Open the popup
|
|
49878
|
+
* in the actionsButtonPress event handler instead.
|
|
49934
49879
|
*/
|
|
49935
49880
|
actions?: Button[] | Button | AggregationBindingInfo | `{${string}}`;
|
|
49936
49881
|
|
|
@@ -50590,7 +50535,7 @@ declare module "sap/suite/ui/commons/VerticalNavigationBar" {
|
|
|
50590
50535
|
* The navigation list can contain sap.ui.ux3.NavigationItem or sap.suite.ui.commons.CountingNavigationItem
|
|
50591
50536
|
* controls.
|
|
50592
50537
|
*
|
|
50593
|
-
* @deprecated
|
|
50538
|
+
* @deprecated As of version 1.32. Deprecated. sap.uxap.ObjectPageLayout should be used instead.
|
|
50594
50539
|
*/
|
|
50595
50540
|
export default class VerticalNavigationBar extends NavigationBar {
|
|
50596
50541
|
/**
|
|
@@ -50665,7 +50610,7 @@ declare module "sap/suite/ui/commons/VerticalNavigationBar" {
|
|
|
50665
50610
|
/**
|
|
50666
50611
|
* Describes the settings that can be provided to the VerticalNavigationBar constructor.
|
|
50667
50612
|
*
|
|
50668
|
-
* @deprecated
|
|
50613
|
+
* @deprecated As of version 1.32. Deprecated. sap.uxap.ObjectPageLayout should be used instead.
|
|
50669
50614
|
*/
|
|
50670
50615
|
export interface $VerticalNavigationBarSettings
|
|
50671
50616
|
extends $NavigationBarSettings {}
|
|
@@ -50697,7 +50642,7 @@ declare module "sap/suite/ui/commons/ViewRepeater" {
|
|
|
50697
50642
|
* by switching between a number of views. The data can be displayed not only in rows but also in tiles
|
|
50698
50643
|
* that are adjusted to fill the entire horizontal space in a row.
|
|
50699
50644
|
*
|
|
50700
|
-
* @deprecated
|
|
50645
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
50701
50646
|
*/
|
|
50702
50647
|
export default class ViewRepeater extends RowRepeater {
|
|
50703
50648
|
/**
|
|
@@ -51255,7 +51200,7 @@ declare module "sap/suite/ui/commons/ViewRepeater" {
|
|
|
51255
51200
|
/**
|
|
51256
51201
|
* Describes the settings that can be provided to the ViewRepeater constructor.
|
|
51257
51202
|
*
|
|
51258
|
-
* @deprecated
|
|
51203
|
+
* @deprecated As of version 1.32. Deprecated. Standard Fiori technology should be used.
|
|
51259
51204
|
*/
|
|
51260
51205
|
export interface $ViewRepeaterSettings extends $RowRepeaterSettings {
|
|
51261
51206
|
/**
|