@sapui5/ts-types-esm 1.132.0 → 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
package/types/sap.ca.ui.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ca/ui/library" {
|
|
4
4
|
export namespace charts {
|
|
@@ -7,10 +7,10 @@ declare module "sap/ca/ui/library" {
|
|
|
7
7
|
*
|
|
8
8
|
* This enum is part of the 'sap/ca/ui/library' module export and must be accessed by the property 'charts.ChartColor'.
|
|
9
9
|
*
|
|
10
|
-
* @deprecated
|
|
11
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
12
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
13
|
-
* not be supported anymore from 1.24.
|
|
10
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The
|
|
11
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
12
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
13
|
+
* will not be supported anymore from 1.24.
|
|
14
14
|
*/
|
|
15
15
|
enum ChartColor {
|
|
16
16
|
/**
|
|
@@ -63,10 +63,10 @@ declare module "sap/ca/ui/library" {
|
|
|
63
63
|
*
|
|
64
64
|
* This enum is part of the 'sap/ca/ui/library' module export and must be accessed by the property 'charts.ChartSelectionMode'.
|
|
65
65
|
*
|
|
66
|
-
* @deprecated
|
|
67
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
68
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
69
|
-
* not be supported anymore from 1.24.
|
|
66
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The
|
|
67
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
68
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
69
|
+
* will not be supported anymore from 1.24.
|
|
70
70
|
*/
|
|
71
71
|
enum ChartSelectionMode {
|
|
72
72
|
/**
|
|
@@ -87,10 +87,10 @@ declare module "sap/ca/ui/library" {
|
|
|
87
87
|
*
|
|
88
88
|
* This enum is part of the 'sap/ca/ui/library' module export and must be accessed by the property 'charts.ChartSemanticColor'.
|
|
89
89
|
*
|
|
90
|
-
* @deprecated
|
|
91
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
92
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
93
|
-
* not be supported anymore from 1.24.
|
|
90
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The
|
|
91
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
92
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
93
|
+
* will not be supported anymore from 1.24.
|
|
94
94
|
*/
|
|
95
95
|
enum ChartSemanticColor {
|
|
96
96
|
/**
|
|
@@ -165,7 +165,7 @@ declare module "sap/ca/ui/AddPicture" {
|
|
|
165
165
|
* Enables users to add pictures into a form. Contains PictureItem controls that describe the media. It
|
|
166
166
|
* is designed to be used simultaneously with the PictureViewer control
|
|
167
167
|
*
|
|
168
|
-
* @deprecated
|
|
168
|
+
* @deprecated As of version 1.26. As per central UX requirements, this control is replaced by sap.m.UploadCollection.
|
|
169
169
|
* Please use the new control if you start developing an application instead of using this AddPicture control.
|
|
170
170
|
*/
|
|
171
171
|
export default class AddPicture extends Control {
|
|
@@ -734,7 +734,7 @@ declare module "sap/ca/ui/AddPicture" {
|
|
|
734
734
|
*
|
|
735
735
|
* @returns Value of property `pictureAlign`
|
|
736
736
|
*/
|
|
737
|
-
getPictureAlign(): TextAlign
|
|
737
|
+
getPictureAlign(): TextAlign;
|
|
738
738
|
/**
|
|
739
739
|
* Gets content of aggregation {@link #getPictures pictures}.
|
|
740
740
|
*
|
|
@@ -980,7 +980,7 @@ declare module "sap/ca/ui/AddPicture" {
|
|
|
980
980
|
/**
|
|
981
981
|
* Describes the settings that can be provided to the AddPicture constructor.
|
|
982
982
|
*
|
|
983
|
-
* @deprecated
|
|
983
|
+
* @deprecated As of version 1.26. As per central UX requirements, this control is replaced by sap.m.UploadCollection.
|
|
984
984
|
* Please use the new control if you start developing an application instead of using this AddPicture control.
|
|
985
985
|
*/
|
|
986
986
|
export interface $AddPictureSettings extends $ControlSettings {
|
|
@@ -1154,10 +1154,10 @@ declare module "sap/ca/ui/charts/BarListItem" {
|
|
|
1154
1154
|
/**
|
|
1155
1155
|
* The display list item consists of a label and a value.
|
|
1156
1156
|
*
|
|
1157
|
-
* @deprecated
|
|
1158
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
1159
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
1160
|
-
* not be supported anymore from 1.24.
|
|
1157
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
1158
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
1159
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
1160
|
+
* will not be supported anymore from 1.24.
|
|
1161
1161
|
*/
|
|
1162
1162
|
export default class BarListItem extends ListItemBase {
|
|
1163
1163
|
/**
|
|
@@ -1301,10 +1301,10 @@ declare module "sap/ca/ui/charts/BarListItem" {
|
|
|
1301
1301
|
/**
|
|
1302
1302
|
* Describes the settings that can be provided to the BarListItem constructor.
|
|
1303
1303
|
*
|
|
1304
|
-
* @deprecated
|
|
1305
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
1306
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
1307
|
-
* not be supported anymore from 1.24.
|
|
1304
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
1305
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
1306
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
1307
|
+
* will not be supported anymore from 1.24.
|
|
1308
1308
|
*/
|
|
1309
1309
|
export interface $BarListItemSettings extends $ListItemBaseSettings {
|
|
1310
1310
|
/**
|
|
@@ -1339,10 +1339,10 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Bubble chart.
|
|
1341
1341
|
*
|
|
1342
|
-
* @deprecated
|
|
1343
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
1344
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
1345
|
-
* not be supported anymore from 1.24.
|
|
1342
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
1343
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
1344
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
1345
|
+
* will not be supported anymore from 1.24.
|
|
1346
1346
|
*/
|
|
1347
1347
|
export default class BubbleChart extends Chart {
|
|
1348
1348
|
/**
|
|
@@ -1419,7 +1419,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1419
1419
|
/**
|
|
1420
1420
|
* Adds some content to the aggregation {@link #getContent content}.
|
|
1421
1421
|
*
|
|
1422
|
-
* @deprecated
|
|
1422
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
1423
1423
|
*
|
|
1424
1424
|
* @returns Reference to `this` in order to allow method chaining
|
|
1425
1425
|
*/
|
|
@@ -1432,7 +1432,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1432
1432
|
/**
|
|
1433
1433
|
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
1434
1434
|
*
|
|
1435
|
-
* @deprecated
|
|
1435
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
1436
1436
|
*
|
|
1437
1437
|
* @returns Reference to `this` in order to allow method chaining
|
|
1438
1438
|
*/
|
|
@@ -1442,7 +1442,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1442
1442
|
*
|
|
1443
1443
|
* Set the formatter function for the axis labels or tooltips
|
|
1444
1444
|
*
|
|
1445
|
-
* @deprecated
|
|
1445
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the plotAreaAxisTooltipFormatter
|
|
1446
1446
|
*
|
|
1447
1447
|
* @returns Value of property `axisFormatFunction`
|
|
1448
1448
|
*/
|
|
@@ -1452,7 +1452,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1452
1452
|
*
|
|
1453
1453
|
* Flag to set the formatting of the tooltip on x-axis
|
|
1454
1454
|
*
|
|
1455
|
-
* @deprecated
|
|
1455
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the plotAreaAxisTooltipFormatter
|
|
1456
1456
|
*
|
|
1457
1457
|
* @returns Value of property `axisTooltipFormatString`
|
|
1458
1458
|
*/
|
|
@@ -1462,7 +1462,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1462
1462
|
*
|
|
1463
1463
|
* Deprecated aggregation, do not use. Left for compatibility purposes.
|
|
1464
1464
|
*
|
|
1465
|
-
* @deprecated
|
|
1465
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
1466
1466
|
*/
|
|
1467
1467
|
getContent(): Control[];
|
|
1468
1468
|
/**
|
|
@@ -1470,7 +1470,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1470
1470
|
*
|
|
1471
1471
|
* Defines the formater string for the dataLabel value to be displayed on the bubble
|
|
1472
1472
|
*
|
|
1473
|
-
* @deprecated
|
|
1473
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the dataLabelFormatter for any formatting
|
|
1474
1474
|
* of data label
|
|
1475
1475
|
*
|
|
1476
1476
|
* @returns Value of property `dataLabelFormat`
|
|
@@ -1568,8 +1568,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1568
1568
|
*
|
|
1569
1569
|
* Set the formatter function for the x-axis.
|
|
1570
1570
|
*
|
|
1571
|
-
* @deprecated
|
|
1572
|
-
* of the axis labels
|
|
1571
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the xAxisLabelFormatter for any
|
|
1572
|
+
* formatting of the axis labels
|
|
1573
1573
|
*
|
|
1574
1574
|
* @returns Value of property `xAxisFormatFunction`
|
|
1575
1575
|
*/
|
|
@@ -1579,8 +1579,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1579
1579
|
*
|
|
1580
1580
|
* Set the format string for x-axis
|
|
1581
1581
|
*
|
|
1582
|
-
* @deprecated
|
|
1583
|
-
* of the axis labels
|
|
1582
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the xAxisLabelFormatter for any
|
|
1583
|
+
* formatting of the axis labels
|
|
1584
1584
|
*
|
|
1585
1585
|
* @returns Value of property `xAxisFormatString`
|
|
1586
1586
|
*/
|
|
@@ -1632,8 +1632,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1632
1632
|
*
|
|
1633
1633
|
* Set the formatter function for the y-axis.
|
|
1634
1634
|
*
|
|
1635
|
-
* @deprecated
|
|
1636
|
-
* of the axis labels
|
|
1635
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the yAxisLabelFormatter for any
|
|
1636
|
+
* formatting of the axis labels
|
|
1637
1637
|
*
|
|
1638
1638
|
* @returns Value of property `yAxisFormatFunction`
|
|
1639
1639
|
*/
|
|
@@ -1643,8 +1643,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1643
1643
|
*
|
|
1644
1644
|
* Set the format string for y-axis
|
|
1645
1645
|
*
|
|
1646
|
-
* @deprecated
|
|
1647
|
-
* of the axis labels
|
|
1646
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the yAxisLabelFormatter for any
|
|
1647
|
+
* formatting of the axis labels
|
|
1648
1648
|
*
|
|
1649
1649
|
* @returns Value of property `yAxisFormatString`
|
|
1650
1650
|
*/
|
|
@@ -1684,7 +1684,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1684
1684
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
1685
1685
|
* its index if found or -1 otherwise.
|
|
1686
1686
|
*
|
|
1687
|
-
* @deprecated
|
|
1687
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
1688
1688
|
*
|
|
1689
1689
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
1690
1690
|
*/
|
|
@@ -1697,7 +1697,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1697
1697
|
/**
|
|
1698
1698
|
* Inserts a content into the aggregation {@link #getContent content}.
|
|
1699
1699
|
*
|
|
1700
|
-
* @deprecated
|
|
1700
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
1701
1701
|
*
|
|
1702
1702
|
* @returns Reference to `this` in order to allow method chaining
|
|
1703
1703
|
*/
|
|
@@ -1718,7 +1718,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1718
1718
|
*
|
|
1719
1719
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
1720
1720
|
*
|
|
1721
|
-
* @deprecated
|
|
1721
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
1722
1722
|
*
|
|
1723
1723
|
* @returns An array of the removed elements (might be empty)
|
|
1724
1724
|
*/
|
|
@@ -1726,7 +1726,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1726
1726
|
/**
|
|
1727
1727
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
1728
1728
|
*
|
|
1729
|
-
* @deprecated
|
|
1729
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
1730
1730
|
*
|
|
1731
1731
|
* @returns The removed content or `null`
|
|
1732
1732
|
*/
|
|
@@ -1743,7 +1743,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1743
1743
|
*
|
|
1744
1744
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1745
1745
|
*
|
|
1746
|
-
* @deprecated
|
|
1746
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the plotAreaAxisTooltipFormatter
|
|
1747
1747
|
*
|
|
1748
1748
|
* @returns Reference to `this` in order to allow method chaining
|
|
1749
1749
|
*/
|
|
@@ -1760,7 +1760,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1760
1760
|
*
|
|
1761
1761
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1762
1762
|
*
|
|
1763
|
-
* @deprecated
|
|
1763
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the plotAreaAxisTooltipFormatter
|
|
1764
1764
|
*
|
|
1765
1765
|
* @returns Reference to `this` in order to allow method chaining
|
|
1766
1766
|
*/
|
|
@@ -1777,7 +1777,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1777
1777
|
*
|
|
1778
1778
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1779
1779
|
*
|
|
1780
|
-
* @deprecated
|
|
1780
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the dataLabelFormatter for any formatting
|
|
1781
1781
|
* of data label
|
|
1782
1782
|
*
|
|
1783
1783
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1938,8 +1938,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1938
1938
|
*
|
|
1939
1939
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1940
1940
|
*
|
|
1941
|
-
* @deprecated
|
|
1942
|
-
* of the axis labels
|
|
1941
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the xAxisLabelFormatter for any
|
|
1942
|
+
* formatting of the axis labels
|
|
1943
1943
|
*
|
|
1944
1944
|
* @returns Reference to `this` in order to allow method chaining
|
|
1945
1945
|
*/
|
|
@@ -1956,8 +1956,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1956
1956
|
*
|
|
1957
1957
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1958
1958
|
*
|
|
1959
|
-
* @deprecated
|
|
1960
|
-
* of the axis labels
|
|
1959
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the xAxisLabelFormatter for any
|
|
1960
|
+
* formatting of the axis labels
|
|
1961
1961
|
*
|
|
1962
1962
|
* @returns Reference to `this` in order to allow method chaining
|
|
1963
1963
|
*/
|
|
@@ -2044,8 +2044,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
2044
2044
|
*
|
|
2045
2045
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2046
2046
|
*
|
|
2047
|
-
* @deprecated
|
|
2048
|
-
* of the axis labels
|
|
2047
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the yAxisLabelFormatter for any
|
|
2048
|
+
* formatting of the axis labels
|
|
2049
2049
|
*
|
|
2050
2050
|
* @returns Reference to `this` in order to allow method chaining
|
|
2051
2051
|
*/
|
|
@@ -2062,8 +2062,8 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
2062
2062
|
*
|
|
2063
2063
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2064
2064
|
*
|
|
2065
|
-
* @deprecated
|
|
2066
|
-
* of the axis labels
|
|
2065
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the yAxisLabelFormatter for any
|
|
2066
|
+
* formatting of the axis labels
|
|
2067
2067
|
*
|
|
2068
2068
|
* @returns Reference to `this` in order to allow method chaining
|
|
2069
2069
|
*/
|
|
@@ -2129,16 +2129,16 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
2129
2129
|
/**
|
|
2130
2130
|
* Describes the settings that can be provided to the BubbleChart constructor.
|
|
2131
2131
|
*
|
|
2132
|
-
* @deprecated
|
|
2133
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
2134
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
2135
|
-
* not be supported anymore from 1.24.
|
|
2132
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
2133
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
2134
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
2135
|
+
* will not be supported anymore from 1.24.
|
|
2136
2136
|
*/
|
|
2137
2137
|
export interface $BubbleChartSettings extends $ChartSettings {
|
|
2138
2138
|
/**
|
|
2139
2139
|
* Defines the formater string for the dataLabel value to be displayed on the bubble
|
|
2140
2140
|
*
|
|
2141
|
-
* @deprecated
|
|
2141
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the dataLabelFormatter for any formatting
|
|
2142
2142
|
* of data label
|
|
2143
2143
|
*/
|
|
2144
2144
|
dataLabelFormat?: any | PropertyBindingInfo | `{${string}}`;
|
|
@@ -2222,53 +2222,53 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
2222
2222
|
/**
|
|
2223
2223
|
* Set the formatter function for the x-axis.
|
|
2224
2224
|
*
|
|
2225
|
-
* @deprecated
|
|
2226
|
-
* of the axis labels
|
|
2225
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the xAxisLabelFormatter for any
|
|
2226
|
+
* formatting of the axis labels
|
|
2227
2227
|
*/
|
|
2228
2228
|
xAxisFormatFunction?: object | PropertyBindingInfo | `{${string}}`;
|
|
2229
2229
|
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Set the format string for x-axis
|
|
2232
2232
|
*
|
|
2233
|
-
* @deprecated
|
|
2234
|
-
* of the axis labels
|
|
2233
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the xAxisLabelFormatter for any
|
|
2234
|
+
* formatting of the axis labels
|
|
2235
2235
|
*/
|
|
2236
2236
|
xAxisFormatString?: string | PropertyBindingInfo;
|
|
2237
2237
|
|
|
2238
2238
|
/**
|
|
2239
2239
|
* Set the formatter function for the y-axis.
|
|
2240
2240
|
*
|
|
2241
|
-
* @deprecated
|
|
2242
|
-
* of the axis labels
|
|
2241
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the yAxisLabelFormatter for any
|
|
2242
|
+
* formatting of the axis labels
|
|
2243
2243
|
*/
|
|
2244
2244
|
yAxisFormatFunction?: object | PropertyBindingInfo | `{${string}}`;
|
|
2245
2245
|
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Set the format string for y-axis
|
|
2248
2248
|
*
|
|
2249
|
-
* @deprecated
|
|
2250
|
-
* of the axis labels
|
|
2249
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the yAxisLabelFormatter for any
|
|
2250
|
+
* formatting of the axis labels
|
|
2251
2251
|
*/
|
|
2252
2252
|
yAxisFormatString?: string | PropertyBindingInfo;
|
|
2253
2253
|
|
|
2254
2254
|
/**
|
|
2255
2255
|
* Flag to set the formatting of the tooltip on x-axis
|
|
2256
2256
|
*
|
|
2257
|
-
* @deprecated
|
|
2257
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the plotAreaAxisTooltipFormatter
|
|
2258
2258
|
*/
|
|
2259
2259
|
axisTooltipFormatString?: any | PropertyBindingInfo | `{${string}}`;
|
|
2260
2260
|
|
|
2261
2261
|
/**
|
|
2262
2262
|
* Set the formatter function for the axis labels or tooltips
|
|
2263
2263
|
*
|
|
2264
|
-
* @deprecated
|
|
2264
|
+
* @deprecated As of version 1.20.0. This method is deprecated now. Use the plotAreaAxisTooltipFormatter
|
|
2265
2265
|
*/
|
|
2266
2266
|
axisFormatFunction?: object | PropertyBindingInfo | `{${string}}`;
|
|
2267
2267
|
|
|
2268
2268
|
/**
|
|
2269
2269
|
* Deprecated aggregation, do not use. Left for compatibility purposes.
|
|
2270
2270
|
*
|
|
2271
|
-
* @deprecated
|
|
2271
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
2272
2272
|
*/
|
|
2273
2273
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
2274
2274
|
}
|
|
@@ -2300,10 +2300,10 @@ declare module "sap/ca/ui/charts/Chart" {
|
|
|
2300
2300
|
* container - Common color palette - Minimum bar / dot / blip ... size - Integration with ChartToolbar
|
|
2301
2301
|
* and ChartPopover
|
|
2302
2302
|
*
|
|
2303
|
-
* @deprecated
|
|
2304
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
2305
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
2306
|
-
* not be supported anymore from 1.24.
|
|
2303
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
2304
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
2305
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
2306
|
+
* will not be supported anymore from 1.24.
|
|
2307
2307
|
*/
|
|
2308
2308
|
export default class Chart extends Control {
|
|
2309
2309
|
/**
|
|
@@ -2841,9 +2841,7 @@ declare module "sap/ca/ui/charts/Chart" {
|
|
|
2841
2841
|
*
|
|
2842
2842
|
* @returns The selection mode
|
|
2843
2843
|
*/
|
|
2844
|
-
getSelectionMode():
|
|
2845
|
-
| charts.ChartSelectionMode
|
|
2846
|
-
| keyof typeof charts.ChartSelectionMode;
|
|
2844
|
+
getSelectionMode(): charts.ChartSelectionMode;
|
|
2847
2845
|
/**
|
|
2848
2846
|
* Gets current value of property {@link #getShowDataLabel showDataLabel}.
|
|
2849
2847
|
*
|
|
@@ -3600,10 +3598,10 @@ declare module "sap/ca/ui/charts/Chart" {
|
|
|
3600
3598
|
/**
|
|
3601
3599
|
* Describes the settings that can be provided to the Chart constructor.
|
|
3602
3600
|
*
|
|
3603
|
-
* @deprecated
|
|
3604
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
3605
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
3606
|
-
* not be supported anymore from 1.24.
|
|
3601
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
3602
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
3603
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
3604
|
+
* will not be supported anymore from 1.24.
|
|
3607
3605
|
*/
|
|
3608
3606
|
export interface $ChartSettings extends $ControlSettings {
|
|
3609
3607
|
/**
|
|
@@ -3849,9 +3847,9 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
|
|
|
3849
3847
|
* ToolBar used for displaying one chart amongst several and provide additional features: - 2 select boxes
|
|
3850
3848
|
* for selecting dimensions - fullscreen toggle - personalization icon - showLegend toggle
|
|
3851
3849
|
*
|
|
3852
|
-
* @deprecated
|
|
3853
|
-
* in 1.24. The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for
|
|
3854
|
-
* new charts. Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead!
|
|
3850
|
+
* @deprecated As of version 1.24. Sap.ca charts and the ChartToolBar have been replaced with sap.viz and
|
|
3851
|
+
* vizFrame in 1.24. The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for
|
|
3852
|
+
* all the new charts. Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead!
|
|
3855
3853
|
* This control will not be supported anymore from 1.24.
|
|
3856
3854
|
*/
|
|
3857
3855
|
export default class ChartToolBar extends Control {
|
|
@@ -4646,9 +4644,9 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
|
|
|
4646
4644
|
/**
|
|
4647
4645
|
* Describes the settings that can be provided to the ChartToolBar constructor.
|
|
4648
4646
|
*
|
|
4649
|
-
* @deprecated
|
|
4650
|
-
* in 1.24. The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for
|
|
4651
|
-
* new charts. Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead!
|
|
4647
|
+
* @deprecated As of version 1.24. Sap.ca charts and the ChartToolBar have been replaced with sap.viz and
|
|
4648
|
+
* vizFrame in 1.24. The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for
|
|
4649
|
+
* all the new charts. Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead!
|
|
4652
4650
|
* This control will not be supported anymore from 1.24.
|
|
4653
4651
|
*/
|
|
4654
4652
|
export interface $ChartToolBarSettings extends $ControlSettings {
|
|
@@ -4880,10 +4878,10 @@ declare module "sap/ca/ui/charts/ClusterListItem" {
|
|
|
4880
4878
|
/**
|
|
4881
4879
|
* The cluster list item consists of a title and items.
|
|
4882
4880
|
*
|
|
4883
|
-
* @deprecated
|
|
4884
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
4885
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
4886
|
-
* not be supported anymore from 1.24.
|
|
4881
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The
|
|
4882
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
4883
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
4884
|
+
* will not be supported anymore from 1.24.
|
|
4887
4885
|
*/
|
|
4888
4886
|
export default class ClusterListItem extends ListItemBase {
|
|
4889
4887
|
/**
|
|
@@ -5002,10 +5000,10 @@ declare module "sap/ca/ui/charts/ClusterListItem" {
|
|
|
5002
5000
|
/**
|
|
5003
5001
|
* Describes the settings that can be provided to the ClusterListItem constructor.
|
|
5004
5002
|
*
|
|
5005
|
-
* @deprecated
|
|
5006
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5007
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5008
|
-
* not be supported anymore from 1.24.
|
|
5003
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The
|
|
5004
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5005
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5006
|
+
* will not be supported anymore from 1.24.
|
|
5009
5007
|
*/
|
|
5010
5008
|
export interface $ClusterListItemSettings extends $ListItemBaseSettings {
|
|
5011
5009
|
/**
|
|
@@ -5032,10 +5030,10 @@ declare module "sap/ca/ui/charts/CombinedChart" {
|
|
|
5032
5030
|
/**
|
|
5033
5031
|
* Allows you to create a chart using vertical bars and lines to represent the data
|
|
5034
5032
|
*
|
|
5035
|
-
* @deprecated
|
|
5036
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5037
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5038
|
-
* not be supported anymore from 1.24.
|
|
5033
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
5034
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5035
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5036
|
+
* will not be supported anymore from 1.24.
|
|
5039
5037
|
*/
|
|
5040
5038
|
export default class CombinedChart extends Chart {
|
|
5041
5039
|
/**
|
|
@@ -5204,10 +5202,10 @@ declare module "sap/ca/ui/charts/CombinedChart" {
|
|
|
5204
5202
|
/**
|
|
5205
5203
|
* Describes the settings that can be provided to the CombinedChart constructor.
|
|
5206
5204
|
*
|
|
5207
|
-
* @deprecated
|
|
5208
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5209
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5210
|
-
* not be supported anymore from 1.24.
|
|
5205
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
5206
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5207
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5208
|
+
* will not be supported anymore from 1.24.
|
|
5211
5209
|
*/
|
|
5212
5210
|
export interface $CombinedChartSettings extends $ChartSettings {
|
|
5213
5211
|
/**
|
|
@@ -5248,10 +5246,10 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5248
5246
|
/**
|
|
5249
5247
|
* Allows you to create a chart using horizontal bars to represent the data
|
|
5250
5248
|
*
|
|
5251
|
-
* @deprecated
|
|
5252
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5253
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5254
|
-
* not be supported anymore from 1.24.
|
|
5249
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
5250
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5251
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5252
|
+
* will not be supported anymore from 1.24.
|
|
5255
5253
|
*/
|
|
5256
5254
|
export default class HorizontalBarChart extends Chart {
|
|
5257
5255
|
/**
|
|
@@ -5326,7 +5324,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5326
5324
|
/**
|
|
5327
5325
|
* Destroys the scroll in the aggregation {@link #getScroll scroll}.
|
|
5328
5326
|
*
|
|
5329
|
-
* @deprecated
|
|
5327
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5330
5328
|
*
|
|
5331
5329
|
* @returns Reference to `this` in order to allow method chaining
|
|
5332
5330
|
*/
|
|
@@ -5334,7 +5332,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5334
5332
|
/**
|
|
5335
5333
|
* Destroys the verticalArea in the aggregation {@link #getVerticalArea verticalArea}.
|
|
5336
5334
|
*
|
|
5337
|
-
* @deprecated
|
|
5335
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5338
5336
|
*
|
|
5339
5337
|
* @returns Reference to `this` in order to allow method chaining
|
|
5340
5338
|
*/
|
|
@@ -5381,7 +5379,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5381
5379
|
*
|
|
5382
5380
|
* The scroll container
|
|
5383
5381
|
*
|
|
5384
|
-
* @deprecated
|
|
5382
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5385
5383
|
*/
|
|
5386
5384
|
getScroll(): ScrollContainer;
|
|
5387
5385
|
/**
|
|
@@ -5389,7 +5387,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5389
5387
|
*
|
|
5390
5388
|
* The vertical area within the scroll container
|
|
5391
5389
|
*
|
|
5392
|
-
* @deprecated
|
|
5390
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5393
5391
|
*/
|
|
5394
5392
|
getVerticalArea(): VBox;
|
|
5395
5393
|
/**
|
|
@@ -5459,7 +5457,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5459
5457
|
/**
|
|
5460
5458
|
* Sets the aggregated {@link #getScroll scroll}.
|
|
5461
5459
|
*
|
|
5462
|
-
* @deprecated
|
|
5460
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5463
5461
|
*
|
|
5464
5462
|
* @returns Reference to `this` in order to allow method chaining
|
|
5465
5463
|
*/
|
|
@@ -5472,7 +5470,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5472
5470
|
/**
|
|
5473
5471
|
* Sets the aggregated {@link #getVerticalArea verticalArea}.
|
|
5474
5472
|
*
|
|
5475
|
-
* @deprecated
|
|
5473
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5476
5474
|
*
|
|
5477
5475
|
* @returns Reference to `this` in order to allow method chaining
|
|
5478
5476
|
*/
|
|
@@ -5486,10 +5484,10 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5486
5484
|
/**
|
|
5487
5485
|
* Describes the settings that can be provided to the HorizontalBarChart constructor.
|
|
5488
5486
|
*
|
|
5489
|
-
* @deprecated
|
|
5490
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5491
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5492
|
-
* not be supported anymore from 1.24.
|
|
5487
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
5488
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5489
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5490
|
+
* will not be supported anymore from 1.24.
|
|
5493
5491
|
*/
|
|
5494
5492
|
export interface $HorizontalBarChartSettings extends $ChartSettings {
|
|
5495
5493
|
/**
|
|
@@ -5510,7 +5508,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5510
5508
|
/**
|
|
5511
5509
|
* The scroll container
|
|
5512
5510
|
*
|
|
5513
|
-
* @deprecated
|
|
5511
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5514
5512
|
*/
|
|
5515
5513
|
scroll?: ScrollContainer;
|
|
5516
5514
|
|
|
@@ -5522,7 +5520,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
|
|
|
5522
5520
|
/**
|
|
5523
5521
|
* The vertical area within the scroll container
|
|
5524
5522
|
*
|
|
5525
|
-
* @deprecated
|
|
5523
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
5526
5524
|
*/
|
|
5527
5525
|
verticalArea?: VBox;
|
|
5528
5526
|
}
|
|
@@ -5543,10 +5541,10 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5543
5541
|
* Line Chart for the Fiori Project
|
|
5544
5542
|
*
|
|
5545
5543
|
* @since 1.0.0
|
|
5546
|
-
* @deprecated
|
|
5547
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5548
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5549
|
-
* not be supported anymore from 1.24.
|
|
5544
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
5545
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
5546
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
5547
|
+
* will not be supported anymore from 1.24.
|
|
5550
5548
|
*/
|
|
5551
5549
|
export default class LineChart extends Chart {
|
|
5552
5550
|
/**
|
|
@@ -5620,7 +5618,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5620
5618
|
*
|
|
5621
5619
|
* Event fired when the details button is pressed on the selected Datapoint Popover
|
|
5622
5620
|
*
|
|
5623
|
-
* @deprecated
|
|
5621
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
5624
5622
|
*
|
|
5625
5623
|
* @returns Reference to `this` in order to allow method chaining
|
|
5626
5624
|
*/
|
|
@@ -5648,7 +5646,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5648
5646
|
*
|
|
5649
5647
|
* Event fired when the details button is pressed on the selected Datapoint Popover
|
|
5650
5648
|
*
|
|
5651
|
-
* @deprecated
|
|
5649
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
5652
5650
|
*
|
|
5653
5651
|
* @returns Reference to `this` in order to allow method chaining
|
|
5654
5652
|
*/
|
|
@@ -5665,7 +5663,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5665
5663
|
/**
|
|
5666
5664
|
* Destroys the vertical in the aggregation {@link #getVertical vertical}.
|
|
5667
5665
|
*
|
|
5668
|
-
* @deprecated
|
|
5666
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
5669
5667
|
*
|
|
5670
5668
|
* @returns Reference to `this` in order to allow method chaining
|
|
5671
5669
|
*/
|
|
@@ -5676,7 +5674,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5676
5674
|
*
|
|
5677
5675
|
* The passed function and listener object must match the ones used for event registration.
|
|
5678
5676
|
*
|
|
5679
|
-
* @deprecated
|
|
5677
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
5680
5678
|
*
|
|
5681
5679
|
* @returns Reference to `this` in order to allow method chaining
|
|
5682
5680
|
*/
|
|
@@ -5693,7 +5691,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5693
5691
|
/**
|
|
5694
5692
|
* Fires event {@link #event:onDetailsSelected onDetailsSelected} to attached listeners.
|
|
5695
5693
|
*
|
|
5696
|
-
* @deprecated
|
|
5694
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
5697
5695
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5698
5696
|
*
|
|
5699
5697
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5709,8 +5707,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5709
5707
|
*
|
|
5710
5708
|
* Allow the chart data to be set, that is the measure and dimension values
|
|
5711
5709
|
*
|
|
5712
|
-
* @deprecated
|
|
5713
|
-
* a future release.
|
|
5710
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'data' property, do not use as it will be removed
|
|
5711
|
+
* in a future release.
|
|
5714
5712
|
*
|
|
5715
5713
|
* @returns Value of property `chartBusinessData`
|
|
5716
5714
|
*/
|
|
@@ -5722,7 +5720,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5722
5720
|
* removed, this will disable the chart scroll context view, use the dataset settings if you want the scroll
|
|
5723
5721
|
* context to work
|
|
5724
5722
|
*
|
|
5725
|
-
* @deprecated
|
|
5723
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'dataset' property, do not use as it will be removed
|
|
5726
5724
|
* in a future release.
|
|
5727
5725
|
*
|
|
5728
5726
|
* @returns Value of property `chartDataset`
|
|
@@ -5734,8 +5732,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5734
5732
|
* Allow the Dataset for the chart to be set by providing the settings for the dataset creation, (internally
|
|
5735
5733
|
* two datasets are created, one for the main chart and one for the scroll context)
|
|
5736
5734
|
*
|
|
5737
|
-
* @deprecated
|
|
5738
|
-
* removed in a future release.
|
|
5735
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'datasetSettings' property, do not use as it will
|
|
5736
|
+
* be removed in a future release.
|
|
5739
5737
|
*
|
|
5740
5738
|
* @returns Value of property `chartDatasetSettings`
|
|
5741
5739
|
*/
|
|
@@ -5747,7 +5745,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5747
5745
|
*
|
|
5748
5746
|
* Default value is `'Line Chart'`.
|
|
5749
5747
|
*
|
|
5750
|
-
* @deprecated
|
|
5748
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'title' property, do not use as it will be removed
|
|
5751
5749
|
* in a future release.
|
|
5752
5750
|
*
|
|
5753
5751
|
* @returns Value of property `chartTitle`
|
|
@@ -5758,8 +5756,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5758
5756
|
*
|
|
5759
5757
|
* Allow the chart data to be set, that is the measure and dimension values
|
|
5760
5758
|
*
|
|
5761
|
-
* @deprecated
|
|
5762
|
-
* a future release.
|
|
5759
|
+
* @deprecated As of version 1.0.0. Please use the binding on 'dataset', do not use as it will be removed
|
|
5760
|
+
* in a future release.
|
|
5763
5761
|
*
|
|
5764
5762
|
* @returns Value of property `data`
|
|
5765
5763
|
*/
|
|
@@ -5781,8 +5779,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5781
5779
|
*
|
|
5782
5780
|
* Allow the data path for binding the model to the dimensions and measures to be set
|
|
5783
5781
|
*
|
|
5784
|
-
* @deprecated
|
|
5785
|
-
* a future release.
|
|
5782
|
+
* @deprecated As of version 1.0.0. Please use the binding on 'dataset', do not use as it will be removed
|
|
5783
|
+
* in a future release.
|
|
5786
5784
|
*
|
|
5787
5785
|
* @returns Value of property `dataPath`
|
|
5788
5786
|
*/
|
|
@@ -5793,7 +5791,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5793
5791
|
* Allow the Dataset for the chart to be set by providing the settings for the dataset creation, (internally
|
|
5794
5792
|
* two datasets are created, one for the main chart and one for the scroll context)
|
|
5795
5793
|
*
|
|
5796
|
-
* @deprecated
|
|
5794
|
+
* @deprecated As of version 1.0.0. This is property is not needed any more, do not use as it will be removed
|
|
5797
5795
|
* in a future release.
|
|
5798
5796
|
*
|
|
5799
5797
|
* @returns Value of property `datasetSettings`
|
|
@@ -5807,8 +5805,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5807
5805
|
*
|
|
5808
5806
|
* Default value is `'48px'`.
|
|
5809
5807
|
*
|
|
5810
|
-
* @deprecated
|
|
5811
|
-
* in a future release.
|
|
5808
|
+
* @deprecated As of version 1.0.0. Please use the 'dataLabelFormatter' property, do not use as it will
|
|
5809
|
+
* be removed in a future release.
|
|
5812
5810
|
*
|
|
5813
5811
|
* @returns Value of property `minTouchSize`
|
|
5814
5812
|
*/
|
|
@@ -5821,7 +5819,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5821
5819
|
*
|
|
5822
5820
|
* Default value is `'48px'`.
|
|
5823
5821
|
*
|
|
5824
|
-
* @deprecated
|
|
5822
|
+
* @deprecated As of version 1.0.0. Please use the 'minShapeSize' property, do not use as it will be removed
|
|
5825
5823
|
* in a future release.
|
|
5826
5824
|
*
|
|
5827
5825
|
* @returns Value of property `minTouchWidth`
|
|
@@ -5834,8 +5832,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5834
5832
|
*
|
|
5835
5833
|
* Default value is `true`.
|
|
5836
5834
|
*
|
|
5837
|
-
* @deprecated
|
|
5838
|
-
* removed in a future release.
|
|
5835
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'showDataLabel' property, do not use as it will
|
|
5836
|
+
* be removed in a future release.
|
|
5839
5837
|
*
|
|
5840
5838
|
* @returns Value of property `showLabel`
|
|
5841
5839
|
*/
|
|
@@ -5847,7 +5845,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5847
5845
|
*
|
|
5848
5846
|
* Default value is `false`.
|
|
5849
5847
|
*
|
|
5850
|
-
* @deprecated
|
|
5848
|
+
* @deprecated As of version 1.0.0. Feature does not work correctly yet.
|
|
5851
5849
|
*
|
|
5852
5850
|
* @returns Value of property `showScrollContext`
|
|
5853
5851
|
*/
|
|
@@ -5859,7 +5857,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5859
5857
|
*
|
|
5860
5858
|
* Default value is `false`.
|
|
5861
5859
|
*
|
|
5862
|
-
* @deprecated
|
|
5860
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
5863
5861
|
*
|
|
5864
5862
|
* @returns Value of property `useDelayedResize`
|
|
5865
5863
|
*/
|
|
@@ -5869,7 +5867,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5869
5867
|
*
|
|
5870
5868
|
* The vertical layout
|
|
5871
5869
|
*
|
|
5872
|
-
* @deprecated
|
|
5870
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
5873
5871
|
*/
|
|
5874
5872
|
getVertical(): VBox;
|
|
5875
5873
|
/**
|
|
@@ -5879,8 +5877,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5879
5877
|
*
|
|
5880
5878
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5881
5879
|
*
|
|
5882
|
-
* @deprecated
|
|
5883
|
-
* a future release.
|
|
5880
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'data' property, do not use as it will be removed
|
|
5881
|
+
* in a future release.
|
|
5884
5882
|
*
|
|
5885
5883
|
* @returns Reference to `this` in order to allow method chaining
|
|
5886
5884
|
*/
|
|
@@ -5899,7 +5897,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5899
5897
|
*
|
|
5900
5898
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5901
5899
|
*
|
|
5902
|
-
* @deprecated
|
|
5900
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'dataset' property, do not use as it will be removed
|
|
5903
5901
|
* in a future release.
|
|
5904
5902
|
*
|
|
5905
5903
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5918,8 +5916,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5918
5916
|
*
|
|
5919
5917
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5920
5918
|
*
|
|
5921
|
-
* @deprecated
|
|
5922
|
-
* removed in a future release.
|
|
5919
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'datasetSettings' property, do not use as it will
|
|
5920
|
+
* be removed in a future release.
|
|
5923
5921
|
*
|
|
5924
5922
|
* @returns Reference to `this` in order to allow method chaining
|
|
5925
5923
|
*/
|
|
@@ -5938,7 +5936,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5938
5936
|
*
|
|
5939
5937
|
* Default value is `'Line Chart'`.
|
|
5940
5938
|
*
|
|
5941
|
-
* @deprecated
|
|
5939
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'title' property, do not use as it will be removed
|
|
5942
5940
|
* in a future release.
|
|
5943
5941
|
*
|
|
5944
5942
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5956,8 +5954,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5956
5954
|
*
|
|
5957
5955
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5958
5956
|
*
|
|
5959
|
-
* @deprecated
|
|
5960
|
-
* a future release.
|
|
5957
|
+
* @deprecated As of version 1.0.0. Please use the binding on 'dataset', do not use as it will be removed
|
|
5958
|
+
* in a future release.
|
|
5961
5959
|
*
|
|
5962
5960
|
* @returns Reference to `this` in order to allow method chaining
|
|
5963
5961
|
*/
|
|
@@ -5993,8 +5991,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
5993
5991
|
*
|
|
5994
5992
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5995
5993
|
*
|
|
5996
|
-
* @deprecated
|
|
5997
|
-
* a future release.
|
|
5994
|
+
* @deprecated As of version 1.0.0. Please use the binding on 'dataset', do not use as it will be removed
|
|
5995
|
+
* in a future release.
|
|
5998
5996
|
*
|
|
5999
5997
|
* @returns Reference to `this` in order to allow method chaining
|
|
6000
5998
|
*/
|
|
@@ -6012,7 +6010,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6012
6010
|
*
|
|
6013
6011
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6014
6012
|
*
|
|
6015
|
-
* @deprecated
|
|
6013
|
+
* @deprecated As of version 1.0.0. This is property is not needed any more, do not use as it will be removed
|
|
6016
6014
|
* in a future release.
|
|
6017
6015
|
*
|
|
6018
6016
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6033,8 +6031,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6033
6031
|
*
|
|
6034
6032
|
* Default value is `'48px'`.
|
|
6035
6033
|
*
|
|
6036
|
-
* @deprecated
|
|
6037
|
-
* in a future release.
|
|
6034
|
+
* @deprecated As of version 1.0.0. Please use the 'dataLabelFormatter' property, do not use as it will
|
|
6035
|
+
* be removed in a future release.
|
|
6038
6036
|
*
|
|
6039
6037
|
* @returns Reference to `this` in order to allow method chaining
|
|
6040
6038
|
*/
|
|
@@ -6054,7 +6052,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6054
6052
|
*
|
|
6055
6053
|
* Default value is `'48px'`.
|
|
6056
6054
|
*
|
|
6057
|
-
* @deprecated
|
|
6055
|
+
* @deprecated As of version 1.0.0. Please use the 'minShapeSize' property, do not use as it will be removed
|
|
6058
6056
|
* in a future release.
|
|
6059
6057
|
*
|
|
6060
6058
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6074,8 +6072,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6074
6072
|
*
|
|
6075
6073
|
* Default value is `true`.
|
|
6076
6074
|
*
|
|
6077
|
-
* @deprecated
|
|
6078
|
-
* removed in a future release.
|
|
6075
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'showDataLabel' property, do not use as it will
|
|
6076
|
+
* be removed in a future release.
|
|
6079
6077
|
*
|
|
6080
6078
|
* @returns Reference to `this` in order to allow method chaining
|
|
6081
6079
|
*/
|
|
@@ -6094,7 +6092,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6094
6092
|
*
|
|
6095
6093
|
* Default value is `false`.
|
|
6096
6094
|
*
|
|
6097
|
-
* @deprecated
|
|
6095
|
+
* @deprecated As of version 1.0.0. Feature does not work correctly yet.
|
|
6098
6096
|
*
|
|
6099
6097
|
* @returns Reference to `this` in order to allow method chaining
|
|
6100
6098
|
*/
|
|
@@ -6113,7 +6111,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6113
6111
|
*
|
|
6114
6112
|
* Default value is `false`.
|
|
6115
6113
|
*
|
|
6116
|
-
* @deprecated
|
|
6114
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
6117
6115
|
*
|
|
6118
6116
|
* @returns Reference to `this` in order to allow method chaining
|
|
6119
6117
|
*/
|
|
@@ -6126,7 +6124,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6126
6124
|
/**
|
|
6127
6125
|
* Sets the aggregated {@link #getVertical vertical}.
|
|
6128
6126
|
*
|
|
6129
|
-
* @deprecated
|
|
6127
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
6130
6128
|
*
|
|
6131
6129
|
* @returns Reference to `this` in order to allow method chaining
|
|
6132
6130
|
*/
|
|
@@ -6140,16 +6138,16 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6140
6138
|
/**
|
|
6141
6139
|
* Describes the settings that can be provided to the LineChart constructor.
|
|
6142
6140
|
*
|
|
6143
|
-
* @deprecated
|
|
6144
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6145
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6146
|
-
* not be supported anymore from 1.24.
|
|
6141
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
6142
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6143
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6144
|
+
* will not be supported anymore from 1.24.
|
|
6147
6145
|
*/
|
|
6148
6146
|
export interface $LineChartSettings extends $ChartSettings {
|
|
6149
6147
|
/**
|
|
6150
6148
|
* The title to display on the chart
|
|
6151
6149
|
*
|
|
6152
|
-
* @deprecated
|
|
6150
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'title' property, do not use as it will be removed
|
|
6153
6151
|
* in a future release.
|
|
6154
6152
|
*/
|
|
6155
6153
|
chartTitle?: string | PropertyBindingInfo;
|
|
@@ -6164,8 +6162,8 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6164
6162
|
* The minimum size (width for a line chart) that a point has to be, so as to be able to touch on a mobile
|
|
6165
6163
|
* device, only applies if the chart width is not set
|
|
6166
6164
|
*
|
|
6167
|
-
* @deprecated
|
|
6168
|
-
* in a future release.
|
|
6165
|
+
* @deprecated As of version 1.0.0. Please use the 'dataLabelFormatter' property, do not use as it will
|
|
6166
|
+
* be removed in a future release.
|
|
6169
6167
|
*/
|
|
6170
6168
|
minTouchSize?: string | PropertyBindingInfo;
|
|
6171
6169
|
|
|
@@ -6173,7 +6171,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6173
6171
|
* The minimum size (width for a line chart) that a point has to be, so as to be able to touch on a mobile
|
|
6174
6172
|
* device, only applies if the chart width is not set
|
|
6175
6173
|
*
|
|
6176
|
-
* @deprecated
|
|
6174
|
+
* @deprecated As of version 1.0.0. Please use the 'minShapeSize' property, do not use as it will be removed
|
|
6177
6175
|
* in a future release.
|
|
6178
6176
|
*/
|
|
6179
6177
|
minTouchWidth?: string | PropertyBindingInfo;
|
|
@@ -6181,15 +6179,15 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6181
6179
|
/**
|
|
6182
6180
|
* Show the data label value on the chart
|
|
6183
6181
|
*
|
|
6184
|
-
* @deprecated
|
|
6185
|
-
* removed in a future release.
|
|
6182
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'showDataLabel' property, do not use as it will
|
|
6183
|
+
* be removed in a future release.
|
|
6186
6184
|
*/
|
|
6187
6185
|
showLabel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6188
6186
|
|
|
6189
6187
|
/**
|
|
6190
6188
|
* Show the chart scroll context, (the preview of the whole chart as a small image when scrolling)
|
|
6191
6189
|
*
|
|
6192
|
-
* @deprecated
|
|
6190
|
+
* @deprecated As of version 1.0.0. Feature does not work correctly yet.
|
|
6193
6191
|
*/
|
|
6194
6192
|
showScrollContext?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6195
6193
|
|
|
@@ -6198,7 +6196,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6198
6196
|
* removed, this will disable the chart scroll context view, use the dataset settings if you want the scroll
|
|
6199
6197
|
* context to work
|
|
6200
6198
|
*
|
|
6201
|
-
* @deprecated
|
|
6199
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'dataset' property, do not use as it will be removed
|
|
6202
6200
|
* in a future release.
|
|
6203
6201
|
*/
|
|
6204
6202
|
chartDataset?: any | PropertyBindingInfo | `{${string}}`;
|
|
@@ -6207,7 +6205,7 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6207
6205
|
* Allow the Dataset for the chart to be set by providing the settings for the dataset creation, (internally
|
|
6208
6206
|
* two datasets are created, one for the main chart and one for the scroll context)
|
|
6209
6207
|
*
|
|
6210
|
-
* @deprecated
|
|
6208
|
+
* @deprecated As of version 1.0.0. This is property is not needed any more, do not use as it will be removed
|
|
6211
6209
|
* in a future release.
|
|
6212
6210
|
*/
|
|
6213
6211
|
datasetSettings?: any | PropertyBindingInfo | `{${string}}`;
|
|
@@ -6216,53 +6214,53 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6216
6214
|
* Allow the Dataset for the chart to be set by providing the settings for the dataset creation, (internally
|
|
6217
6215
|
* two datasets are created, one for the main chart and one for the scroll context)
|
|
6218
6216
|
*
|
|
6219
|
-
* @deprecated
|
|
6220
|
-
* removed in a future release.
|
|
6217
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'datasetSettings' property, do not use as it will
|
|
6218
|
+
* be removed in a future release.
|
|
6221
6219
|
*/
|
|
6222
6220
|
chartDatasetSettings?: any | PropertyBindingInfo | `{${string}}`;
|
|
6223
6221
|
|
|
6224
6222
|
/**
|
|
6225
6223
|
* Allow the data path for binding the model to the dimensions and measures to be set
|
|
6226
6224
|
*
|
|
6227
|
-
* @deprecated
|
|
6228
|
-
* a future release.
|
|
6225
|
+
* @deprecated As of version 1.0.0. Please use the binding on 'dataset', do not use as it will be removed
|
|
6226
|
+
* in a future release.
|
|
6229
6227
|
*/
|
|
6230
6228
|
dataPath?: string | PropertyBindingInfo;
|
|
6231
6229
|
|
|
6232
6230
|
/**
|
|
6233
6231
|
* Allow the chart data to be set, that is the measure and dimension values
|
|
6234
6232
|
*
|
|
6235
|
-
* @deprecated
|
|
6236
|
-
* a future release.
|
|
6233
|
+
* @deprecated As of version 1.0.0. Please use the binding on 'dataset', do not use as it will be removed
|
|
6234
|
+
* in a future release.
|
|
6237
6235
|
*/
|
|
6238
6236
|
data?: any | PropertyBindingInfo | `{${string}}`;
|
|
6239
6237
|
|
|
6240
6238
|
/**
|
|
6241
6239
|
* Allow the chart data to be set, that is the measure and dimension values
|
|
6242
6240
|
*
|
|
6243
|
-
* @deprecated
|
|
6244
|
-
* a future release.
|
|
6241
|
+
* @deprecated As of version 1.0.0. This is a copy of the 'data' property, do not use as it will be removed
|
|
6242
|
+
* in a future release.
|
|
6245
6243
|
*/
|
|
6246
6244
|
chartBusinessData?: any | PropertyBindingInfo | `{${string}}`;
|
|
6247
6245
|
|
|
6248
6246
|
/**
|
|
6249
6247
|
* Use a delayed resize event to cause the chart to render when navigated to after resize when in the background
|
|
6250
6248
|
*
|
|
6251
|
-
* @deprecated
|
|
6249
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
6252
6250
|
*/
|
|
6253
6251
|
useDelayedResize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6254
6252
|
|
|
6255
6253
|
/**
|
|
6256
6254
|
* The vertical layout
|
|
6257
6255
|
*
|
|
6258
|
-
* @deprecated
|
|
6256
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
6259
6257
|
*/
|
|
6260
6258
|
vertical?: VBox;
|
|
6261
6259
|
|
|
6262
6260
|
/**
|
|
6263
6261
|
* Event fired when the details button is pressed on the selected Datapoint Popover
|
|
6264
6262
|
*
|
|
6265
|
-
* @deprecated
|
|
6263
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
6266
6264
|
*/
|
|
6267
6265
|
onDetailsSelected?: (oEvent: Event) => void;
|
|
6268
6266
|
}
|
|
@@ -6270,14 +6268,14 @@ declare module "sap/ca/ui/charts/LineChart" {
|
|
|
6270
6268
|
/**
|
|
6271
6269
|
* Parameters of the LineChart#onDetailsSelected event.
|
|
6272
6270
|
*
|
|
6273
|
-
* @deprecated
|
|
6271
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
6274
6272
|
*/
|
|
6275
6273
|
export interface LineChart$OnDetailsSelectedEventParameters {}
|
|
6276
6274
|
|
|
6277
6275
|
/**
|
|
6278
6276
|
* Event object of the LineChart#onDetailsSelected event.
|
|
6279
6277
|
*
|
|
6280
|
-
* @deprecated
|
|
6278
|
+
* @deprecated As of version 1.0.0. Do not use as it will be removed in a future release.
|
|
6281
6279
|
*/
|
|
6282
6280
|
export type LineChart$OnDetailsSelectedEvent = Event<
|
|
6283
6281
|
LineChart$OnDetailsSelectedEventParameters,
|
|
@@ -6303,10 +6301,10 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6303
6301
|
* Stacked Horizontal Bar Chart wrapper around the viz StackedBarChart / MultipleStackedBarChart. To be
|
|
6304
6302
|
* used in conjunction with the chart toolbar.
|
|
6305
6303
|
*
|
|
6306
|
-
* @deprecated
|
|
6307
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6308
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6309
|
-
* not be supported anymore from 1.24.
|
|
6304
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
6305
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6306
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6307
|
+
* will not be supported anymore from 1.24.
|
|
6310
6308
|
*/
|
|
6311
6309
|
export default class StackedHorizontalBarChart extends Chart {
|
|
6312
6310
|
/**
|
|
@@ -6374,8 +6372,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6374
6372
|
/**
|
|
6375
6373
|
* Adds some content to the aggregation {@link #getContent content}.
|
|
6376
6374
|
*
|
|
6377
|
-
* @deprecated
|
|
6378
|
-
* chart now is the internalVizChart.
|
|
6375
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6376
|
+
* in the chart now is the internalVizChart.
|
|
6379
6377
|
*
|
|
6380
6378
|
* @returns Reference to `this` in order to allow method chaining
|
|
6381
6379
|
*/
|
|
@@ -6388,8 +6386,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6388
6386
|
/**
|
|
6389
6387
|
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
6390
6388
|
*
|
|
6391
|
-
* @deprecated
|
|
6392
|
-
* chart now is the internalVizChart.
|
|
6389
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6390
|
+
* in the chart now is the internalVizChart.
|
|
6393
6391
|
*
|
|
6394
6392
|
* @returns Reference to `this` in order to allow method chaining
|
|
6395
6393
|
*/
|
|
@@ -6399,8 +6397,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6399
6397
|
*
|
|
6400
6398
|
* Deprecated aggregation. Left for compatibility purposes.
|
|
6401
6399
|
*
|
|
6402
|
-
* @deprecated
|
|
6403
|
-
* chart now is the internalVizChart.
|
|
6400
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6401
|
+
* in the chart now is the internalVizChart.
|
|
6404
6402
|
*/
|
|
6405
6403
|
getContent(): Control[];
|
|
6406
6404
|
/**
|
|
@@ -6421,7 +6419,7 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6421
6419
|
*
|
|
6422
6420
|
* Default value is `'48px'`.
|
|
6423
6421
|
*
|
|
6424
|
-
* @deprecated
|
|
6422
|
+
* @deprecated As of version 1.16.3. minTouchSize has been deprecated since 1.16.3. Please use the minShapeSize
|
|
6425
6423
|
* instead.
|
|
6426
6424
|
*
|
|
6427
6425
|
* @returns Value of property `minTouchSize`
|
|
@@ -6434,7 +6432,7 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6434
6432
|
*
|
|
6435
6433
|
* Default value is `'StackedBar'`.
|
|
6436
6434
|
*
|
|
6437
|
-
* @deprecated
|
|
6435
|
+
* @deprecated As of version 1.16.3. type has been deprecated since 1.16.3. Please use the chartType instead.
|
|
6438
6436
|
*
|
|
6439
6437
|
* @returns Value of property `type`
|
|
6440
6438
|
*/
|
|
@@ -6443,8 +6441,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6443
6441
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
6444
6442
|
* its index if found or -1 otherwise.
|
|
6445
6443
|
*
|
|
6446
|
-
* @deprecated
|
|
6447
|
-
* chart now is the internalVizChart.
|
|
6444
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6445
|
+
* in the chart now is the internalVizChart.
|
|
6448
6446
|
*
|
|
6449
6447
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
6450
6448
|
*/
|
|
@@ -6457,8 +6455,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6457
6455
|
/**
|
|
6458
6456
|
* Inserts a content into the aggregation {@link #getContent content}.
|
|
6459
6457
|
*
|
|
6460
|
-
* @deprecated
|
|
6461
|
-
* chart now is the internalVizChart.
|
|
6458
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6459
|
+
* in the chart now is the internalVizChart.
|
|
6462
6460
|
*
|
|
6463
6461
|
* @returns Reference to `this` in order to allow method chaining
|
|
6464
6462
|
*/
|
|
@@ -6479,8 +6477,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6479
6477
|
*
|
|
6480
6478
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
6481
6479
|
*
|
|
6482
|
-
* @deprecated
|
|
6483
|
-
* chart now is the internalVizChart.
|
|
6480
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6481
|
+
* in the chart now is the internalVizChart.
|
|
6484
6482
|
*
|
|
6485
6483
|
* @returns An array of the removed elements (might be empty)
|
|
6486
6484
|
*/
|
|
@@ -6488,8 +6486,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6488
6486
|
/**
|
|
6489
6487
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
6490
6488
|
*
|
|
6491
|
-
* @deprecated
|
|
6492
|
-
* chart now is the internalVizChart.
|
|
6489
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6490
|
+
* in the chart now is the internalVizChart.
|
|
6493
6491
|
*
|
|
6494
6492
|
* @returns The removed content or `null`
|
|
6495
6493
|
*/
|
|
@@ -6526,7 +6524,7 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6526
6524
|
*
|
|
6527
6525
|
* Default value is `'48px'`.
|
|
6528
6526
|
*
|
|
6529
|
-
* @deprecated
|
|
6527
|
+
* @deprecated As of version 1.16.3. minTouchSize has been deprecated since 1.16.3. Please use the minShapeSize
|
|
6530
6528
|
* instead.
|
|
6531
6529
|
*
|
|
6532
6530
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6546,7 +6544,7 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6546
6544
|
*
|
|
6547
6545
|
* Default value is `'StackedBar'`.
|
|
6548
6546
|
*
|
|
6549
|
-
* @deprecated
|
|
6547
|
+
* @deprecated As of version 1.16.3. type has been deprecated since 1.16.3. Please use the chartType instead.
|
|
6550
6548
|
*
|
|
6551
6549
|
* @returns Reference to `this` in order to allow method chaining
|
|
6552
6550
|
*/
|
|
@@ -6560,23 +6558,23 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6560
6558
|
/**
|
|
6561
6559
|
* Describes the settings that can be provided to the StackedHorizontalBarChart constructor.
|
|
6562
6560
|
*
|
|
6563
|
-
* @deprecated
|
|
6564
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6565
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6566
|
-
* not be supported anymore from 1.24.
|
|
6561
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
6562
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6563
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6564
|
+
* will not be supported anymore from 1.24.
|
|
6567
6565
|
*/
|
|
6568
6566
|
export interface $StackedHorizontalBarChartSettings extends $ChartSettings {
|
|
6569
6567
|
/**
|
|
6570
6568
|
* Mapped to charType property.
|
|
6571
6569
|
*
|
|
6572
|
-
* @deprecated
|
|
6570
|
+
* @deprecated As of version 1.16.3. type has been deprecated since 1.16.3. Please use the chartType instead.
|
|
6573
6571
|
*/
|
|
6574
6572
|
type?: string | PropertyBindingInfo;
|
|
6575
6573
|
|
|
6576
6574
|
/**
|
|
6577
6575
|
* Mapped to minShapeSize property.
|
|
6578
6576
|
*
|
|
6579
|
-
* @deprecated
|
|
6577
|
+
* @deprecated As of version 1.16.3. minTouchSize has been deprecated since 1.16.3. Please use the minShapeSize
|
|
6580
6578
|
* instead.
|
|
6581
6579
|
*/
|
|
6582
6580
|
minTouchSize?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
@@ -6589,8 +6587,8 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6589
6587
|
/**
|
|
6590
6588
|
* Deprecated aggregation. Left for compatibility purposes.
|
|
6591
6589
|
*
|
|
6592
|
-
* @deprecated
|
|
6593
|
-
* chart now is the internalVizChart.
|
|
6590
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6591
|
+
* in the chart now is the internalVizChart.
|
|
6594
6592
|
*/
|
|
6595
6593
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
6596
6594
|
}
|
|
@@ -6614,10 +6612,10 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6614
6612
|
* Stacked Vertical Column Chart wrapper around the viz StackedColumnChart / MultipleStackedColumnChart.
|
|
6615
6613
|
* To be used in conjunction with the chart toolbar.
|
|
6616
6614
|
*
|
|
6617
|
-
* @deprecated
|
|
6618
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6619
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6620
|
-
* not be supported anymore from 1.24.
|
|
6615
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
6616
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6617
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6618
|
+
* will not be supported anymore from 1.24.
|
|
6621
6619
|
*/
|
|
6622
6620
|
export default class StackedVerticalColumnChart extends Chart {
|
|
6623
6621
|
/**
|
|
@@ -6685,8 +6683,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6685
6683
|
/**
|
|
6686
6684
|
* Adds some content to the aggregation {@link #getContent content}.
|
|
6687
6685
|
*
|
|
6688
|
-
* @deprecated
|
|
6689
|
-
* chart now is the internalVizChart.
|
|
6686
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6687
|
+
* in the chart now is the internalVizChart.
|
|
6690
6688
|
*
|
|
6691
6689
|
* @returns Reference to `this` in order to allow method chaining
|
|
6692
6690
|
*/
|
|
@@ -6699,8 +6697,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6699
6697
|
/**
|
|
6700
6698
|
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
6701
6699
|
*
|
|
6702
|
-
* @deprecated
|
|
6703
|
-
* chart now is the internalVizChart.
|
|
6700
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6701
|
+
* in the chart now is the internalVizChart.
|
|
6704
6702
|
*
|
|
6705
6703
|
* @returns Reference to `this` in order to allow method chaining
|
|
6706
6704
|
*/
|
|
@@ -6710,8 +6708,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6710
6708
|
*
|
|
6711
6709
|
* Deprecated aggregation. Left for compatibility purposes.
|
|
6712
6710
|
*
|
|
6713
|
-
* @deprecated
|
|
6714
|
-
* chart now is the internalVizChart.
|
|
6711
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6712
|
+
* in the chart now is the internalVizChart.
|
|
6715
6713
|
*/
|
|
6716
6714
|
getContent(): Control[];
|
|
6717
6715
|
/**
|
|
@@ -6721,7 +6719,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6721
6719
|
*
|
|
6722
6720
|
* Default value is `...see text or source`.
|
|
6723
6721
|
*
|
|
6724
|
-
* @deprecated
|
|
6722
|
+
* @deprecated As of version 1.16.3. dataLabelFormat has been deprecated since 1.16.3. Please use the dataLabelFormatter
|
|
6725
6723
|
* instead.
|
|
6726
6724
|
*
|
|
6727
6725
|
* @returns Value of property `dataLabelFormat`
|
|
@@ -6734,7 +6732,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6734
6732
|
*
|
|
6735
6733
|
* Default value is `'48px'`.
|
|
6736
6734
|
*
|
|
6737
|
-
* @deprecated
|
|
6735
|
+
* @deprecated As of version 1.16.3. minTouchSize has been deprecated since 1.16.3. Please use the minShapeSize
|
|
6738
6736
|
* instead.
|
|
6739
6737
|
*
|
|
6740
6738
|
* @returns Value of property `minTouchSize`
|
|
@@ -6747,7 +6745,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6747
6745
|
*
|
|
6748
6746
|
* Default value is `'StackedColumn'`.
|
|
6749
6747
|
*
|
|
6750
|
-
* @deprecated
|
|
6748
|
+
* @deprecated As of version 1.16.3. type has been deprecated since 1.16.3. Please use the chartType instead.
|
|
6751
6749
|
*
|
|
6752
6750
|
* @returns Value of property `type`
|
|
6753
6751
|
*/
|
|
@@ -6756,8 +6754,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6756
6754
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
6757
6755
|
* its index if found or -1 otherwise.
|
|
6758
6756
|
*
|
|
6759
|
-
* @deprecated
|
|
6760
|
-
* chart now is the internalVizChart.
|
|
6757
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6758
|
+
* in the chart now is the internalVizChart.
|
|
6761
6759
|
*
|
|
6762
6760
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
6763
6761
|
*/
|
|
@@ -6770,8 +6768,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6770
6768
|
/**
|
|
6771
6769
|
* Inserts a content into the aggregation {@link #getContent content}.
|
|
6772
6770
|
*
|
|
6773
|
-
* @deprecated
|
|
6774
|
-
* chart now is the internalVizChart.
|
|
6771
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6772
|
+
* in the chart now is the internalVizChart.
|
|
6775
6773
|
*
|
|
6776
6774
|
* @returns Reference to `this` in order to allow method chaining
|
|
6777
6775
|
*/
|
|
@@ -6792,8 +6790,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6792
6790
|
*
|
|
6793
6791
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
6794
6792
|
*
|
|
6795
|
-
* @deprecated
|
|
6796
|
-
* chart now is the internalVizChart.
|
|
6793
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6794
|
+
* in the chart now is the internalVizChart.
|
|
6797
6795
|
*
|
|
6798
6796
|
* @returns An array of the removed elements (might be empty)
|
|
6799
6797
|
*/
|
|
@@ -6801,8 +6799,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6801
6799
|
/**
|
|
6802
6800
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
6803
6801
|
*
|
|
6804
|
-
* @deprecated
|
|
6805
|
-
* chart now is the internalVizChart.
|
|
6802
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6803
|
+
* in the chart now is the internalVizChart.
|
|
6806
6804
|
*
|
|
6807
6805
|
* @returns The removed content or `null`
|
|
6808
6806
|
*/
|
|
@@ -6821,7 +6819,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6821
6819
|
*
|
|
6822
6820
|
* Default value is `...see text or source`.
|
|
6823
6821
|
*
|
|
6824
|
-
* @deprecated
|
|
6822
|
+
* @deprecated As of version 1.16.3. dataLabelFormat has been deprecated since 1.16.3. Please use the dataLabelFormatter
|
|
6825
6823
|
* instead.
|
|
6826
6824
|
*
|
|
6827
6825
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6841,7 +6839,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6841
6839
|
*
|
|
6842
6840
|
* Default value is `'48px'`.
|
|
6843
6841
|
*
|
|
6844
|
-
* @deprecated
|
|
6842
|
+
* @deprecated As of version 1.16.3. minTouchSize has been deprecated since 1.16.3. Please use the minShapeSize
|
|
6845
6843
|
* instead.
|
|
6846
6844
|
*
|
|
6847
6845
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6861,7 +6859,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6861
6859
|
*
|
|
6862
6860
|
* Default value is `'StackedColumn'`.
|
|
6863
6861
|
*
|
|
6864
|
-
* @deprecated
|
|
6862
|
+
* @deprecated As of version 1.16.3. type has been deprecated since 1.16.3. Please use the chartType instead.
|
|
6865
6863
|
*
|
|
6866
6864
|
* @returns Reference to `this` in order to allow method chaining
|
|
6867
6865
|
*/
|
|
@@ -6875,23 +6873,23 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6875
6873
|
/**
|
|
6876
6874
|
* Describes the settings that can be provided to the StackedVerticalColumnChart constructor.
|
|
6877
6875
|
*
|
|
6878
|
-
* @deprecated
|
|
6879
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6880
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6881
|
-
* not be supported anymore from 1.24.
|
|
6876
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
6877
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6878
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6879
|
+
* will not be supported anymore from 1.24.
|
|
6882
6880
|
*/
|
|
6883
6881
|
export interface $StackedVerticalColumnChartSettings extends $ChartSettings {
|
|
6884
6882
|
/**
|
|
6885
6883
|
* Mapped to charType property.
|
|
6886
6884
|
*
|
|
6887
|
-
* @deprecated
|
|
6885
|
+
* @deprecated As of version 1.16.3. type has been deprecated since 1.16.3. Please use the chartType instead.
|
|
6888
6886
|
*/
|
|
6889
6887
|
type?: string | PropertyBindingInfo;
|
|
6890
6888
|
|
|
6891
6889
|
/**
|
|
6892
6890
|
* Mapped to minShapeSize property.
|
|
6893
6891
|
*
|
|
6894
|
-
* @deprecated
|
|
6892
|
+
* @deprecated As of version 1.16.3. minTouchSize has been deprecated since 1.16.3. Please use the minShapeSize
|
|
6895
6893
|
* instead.
|
|
6896
6894
|
*/
|
|
6897
6895
|
minTouchSize?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
@@ -6899,7 +6897,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6899
6897
|
/**
|
|
6900
6898
|
* Does not do anything anymore
|
|
6901
6899
|
*
|
|
6902
|
-
* @deprecated
|
|
6900
|
+
* @deprecated As of version 1.16.3. dataLabelFormat has been deprecated since 1.16.3. Please use the dataLabelFormatter
|
|
6903
6901
|
* instead.
|
|
6904
6902
|
*/
|
|
6905
6903
|
dataLabelFormat?: any | PropertyBindingInfo | `{${string}}`;
|
|
@@ -6907,8 +6905,8 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6907
6905
|
/**
|
|
6908
6906
|
* Deprecated aggregation. Left for compatibility purposes.
|
|
6909
6907
|
*
|
|
6910
|
-
* @deprecated
|
|
6911
|
-
* chart now is the internalVizChart.
|
|
6908
|
+
* @deprecated As of version 1.16.3. content has been deprecated since 1.16.3. The only visible content
|
|
6909
|
+
* in the chart now is the internalVizChart.
|
|
6912
6910
|
*/
|
|
6913
6911
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
6914
6912
|
}
|
|
@@ -6935,10 +6933,10 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
6935
6933
|
/**
|
|
6936
6934
|
* Allows you to create a chart using vertical bars to represent the data
|
|
6937
6935
|
*
|
|
6938
|
-
* @deprecated
|
|
6939
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6940
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6941
|
-
* not be supported anymore from 1.24.
|
|
6936
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
6937
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
6938
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
6939
|
+
* will not be supported anymore from 1.24.
|
|
6942
6940
|
*/
|
|
6943
6941
|
export default class VerticalBarChart extends Chart {
|
|
6944
6942
|
/**
|
|
@@ -7006,7 +7004,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7006
7004
|
/**
|
|
7007
7005
|
* Adds some content to the aggregation {@link #getContent content}.
|
|
7008
7006
|
*
|
|
7009
|
-
* @deprecated
|
|
7007
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7010
7008
|
*
|
|
7011
7009
|
* @returns Reference to `this` in order to allow method chaining
|
|
7012
7010
|
*/
|
|
@@ -7019,7 +7017,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7019
7017
|
/**
|
|
7020
7018
|
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
7021
7019
|
*
|
|
7022
|
-
* @deprecated
|
|
7020
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7023
7021
|
*
|
|
7024
7022
|
* @returns Reference to `this` in order to allow method chaining
|
|
7025
7023
|
*/
|
|
@@ -7027,7 +7025,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7027
7025
|
/**
|
|
7028
7026
|
* Destroys the scroll in the aggregation {@link #getScroll scroll}.
|
|
7029
7027
|
*
|
|
7030
|
-
* @deprecated
|
|
7028
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7031
7029
|
*
|
|
7032
7030
|
* @returns Reference to `this` in order to allow method chaining
|
|
7033
7031
|
*/
|
|
@@ -7035,7 +7033,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7035
7033
|
/**
|
|
7036
7034
|
* Destroys the verticalArea in the aggregation {@link #getVerticalArea verticalArea}.
|
|
7037
7035
|
*
|
|
7038
|
-
* @deprecated
|
|
7036
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7039
7037
|
*
|
|
7040
7038
|
* @returns Reference to `this` in order to allow method chaining
|
|
7041
7039
|
*/
|
|
@@ -7043,7 +7041,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7043
7041
|
/**
|
|
7044
7042
|
* Destroys the verticalBarChart in the aggregation {@link #getVerticalBarChart verticalBarChart}.
|
|
7045
7043
|
*
|
|
7046
|
-
* @deprecated
|
|
7044
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7047
7045
|
*
|
|
7048
7046
|
* @returns Reference to `this` in order to allow method chaining
|
|
7049
7047
|
*/
|
|
@@ -7075,7 +7073,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7075
7073
|
*
|
|
7076
7074
|
* Deprecated aggregation. Left for compatibility purposes.
|
|
7077
7075
|
*
|
|
7078
|
-
* @deprecated
|
|
7076
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7079
7077
|
*/
|
|
7080
7078
|
getContent(): Control[];
|
|
7081
7079
|
/**
|
|
@@ -7092,7 +7090,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7092
7090
|
*
|
|
7093
7091
|
* The scroll container
|
|
7094
7092
|
*
|
|
7095
|
-
* @deprecated
|
|
7093
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7096
7094
|
*/
|
|
7097
7095
|
getScroll(): ScrollContainer;
|
|
7098
7096
|
/**
|
|
@@ -7100,7 +7098,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7100
7098
|
*
|
|
7101
7099
|
* The vertical layout
|
|
7102
7100
|
*
|
|
7103
|
-
* @deprecated
|
|
7101
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7104
7102
|
*/
|
|
7105
7103
|
getVerticalArea(): VBox;
|
|
7106
7104
|
/**
|
|
@@ -7108,14 +7106,14 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7108
7106
|
*
|
|
7109
7107
|
* The chart
|
|
7110
7108
|
*
|
|
7111
|
-
* @deprecated
|
|
7109
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7112
7110
|
*/
|
|
7113
7111
|
getVerticalBarChart(): Column;
|
|
7114
7112
|
/**
|
|
7115
7113
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
7116
7114
|
* its index if found or -1 otherwise.
|
|
7117
7115
|
*
|
|
7118
|
-
* @deprecated
|
|
7116
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7119
7117
|
*
|
|
7120
7118
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
7121
7119
|
*/
|
|
@@ -7128,7 +7126,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7128
7126
|
/**
|
|
7129
7127
|
* Inserts a content into the aggregation {@link #getContent content}.
|
|
7130
7128
|
*
|
|
7131
|
-
* @deprecated
|
|
7129
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7132
7130
|
*
|
|
7133
7131
|
* @returns Reference to `this` in order to allow method chaining
|
|
7134
7132
|
*/
|
|
@@ -7149,7 +7147,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7149
7147
|
*
|
|
7150
7148
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
7151
7149
|
*
|
|
7152
|
-
* @deprecated
|
|
7150
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7153
7151
|
*
|
|
7154
7152
|
* @returns An array of the removed elements (might be empty)
|
|
7155
7153
|
*/
|
|
@@ -7157,7 +7155,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7157
7155
|
/**
|
|
7158
7156
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
7159
7157
|
*
|
|
7160
|
-
* @deprecated
|
|
7158
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7161
7159
|
*
|
|
7162
7160
|
* @returns The removed content or `null`
|
|
7163
7161
|
*/
|
|
@@ -7222,7 +7220,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7222
7220
|
/**
|
|
7223
7221
|
* Sets the aggregated {@link #getScroll scroll}.
|
|
7224
7222
|
*
|
|
7225
|
-
* @deprecated
|
|
7223
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7226
7224
|
*
|
|
7227
7225
|
* @returns Reference to `this` in order to allow method chaining
|
|
7228
7226
|
*/
|
|
@@ -7235,7 +7233,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7235
7233
|
/**
|
|
7236
7234
|
* Sets the aggregated {@link #getVerticalArea verticalArea}.
|
|
7237
7235
|
*
|
|
7238
|
-
* @deprecated
|
|
7236
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7239
7237
|
*
|
|
7240
7238
|
* @returns Reference to `this` in order to allow method chaining
|
|
7241
7239
|
*/
|
|
@@ -7248,7 +7246,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7248
7246
|
/**
|
|
7249
7247
|
* Sets the aggregated {@link #getVerticalBarChart verticalBarChart}.
|
|
7250
7248
|
*
|
|
7251
|
-
* @deprecated
|
|
7249
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7252
7250
|
*
|
|
7253
7251
|
* @returns Reference to `this` in order to allow method chaining
|
|
7254
7252
|
*/
|
|
@@ -7262,10 +7260,10 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7262
7260
|
/**
|
|
7263
7261
|
* Describes the settings that can be provided to the VerticalBarChart constructor.
|
|
7264
7262
|
*
|
|
7265
|
-
* @deprecated
|
|
7266
|
-
* control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
7267
|
-
* that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
7268
|
-
* not be supported anymore from 1.24.
|
|
7263
|
+
* @deprecated As of version 1.24. Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24. The
|
|
7264
|
+
* UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
|
|
7265
|
+
* Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control
|
|
7266
|
+
* will not be supported anymore from 1.24.
|
|
7269
7267
|
*/
|
|
7270
7268
|
export interface $VerticalBarChartSettings extends $ChartSettings {
|
|
7271
7269
|
/**
|
|
@@ -7286,28 +7284,28 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
7286
7284
|
/**
|
|
7287
7285
|
* Deprecated aggregation. Left for compatibility purposes.
|
|
7288
7286
|
*
|
|
7289
|
-
* @deprecated
|
|
7287
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7290
7288
|
*/
|
|
7291
7289
|
content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
7292
7290
|
|
|
7293
7291
|
/**
|
|
7294
7292
|
* The scroll container
|
|
7295
7293
|
*
|
|
7296
|
-
* @deprecated
|
|
7294
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7297
7295
|
*/
|
|
7298
7296
|
scroll?: ScrollContainer;
|
|
7299
7297
|
|
|
7300
7298
|
/**
|
|
7301
7299
|
* The chart
|
|
7302
7300
|
*
|
|
7303
|
-
* @deprecated
|
|
7301
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7304
7302
|
*/
|
|
7305
7303
|
verticalBarChart?: Column;
|
|
7306
7304
|
|
|
7307
7305
|
/**
|
|
7308
7306
|
* The vertical layout
|
|
7309
7307
|
*
|
|
7310
|
-
* @deprecated
|
|
7308
|
+
* @deprecated As of version 1.20.0. This method is deprecated now.
|
|
7311
7309
|
*/
|
|
7312
7310
|
verticalArea?: VBox;
|
|
7313
7311
|
}
|
|
@@ -7334,8 +7332,8 @@ declare module "sap/ca/ui/CustomerContext" {
|
|
|
7334
7332
|
* When opening the dialog in "select" mode, if a customer has been persisted in a previous session, it
|
|
7335
7333
|
* will be retrieved and the dialog won't open at all.
|
|
7336
7334
|
*
|
|
7337
|
-
* @deprecated
|
|
7338
|
-
* use Contextual Filter design instead! This control will not be supported anymore.
|
|
7335
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
7336
|
+
* Please use Contextual Filter design instead! This control will not be supported anymore.
|
|
7339
7337
|
*/
|
|
7340
7338
|
export default class CustomerContext extends Control {
|
|
7341
7339
|
/**
|
|
@@ -7760,8 +7758,8 @@ declare module "sap/ca/ui/CustomerContext" {
|
|
|
7760
7758
|
/**
|
|
7761
7759
|
* Describes the settings that can be provided to the CustomerContext constructor.
|
|
7762
7760
|
*
|
|
7763
|
-
* @deprecated
|
|
7764
|
-
* use Contextual Filter design instead! This control will not be supported anymore.
|
|
7761
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
7762
|
+
* Please use Contextual Filter design instead! This control will not be supported anymore.
|
|
7765
7763
|
*/
|
|
7766
7764
|
export interface $CustomerContextSettings extends $ControlSettings {
|
|
7767
7765
|
/**
|
|
@@ -7843,8 +7841,8 @@ declare module "sap/ca/ui/CustomerControlListItem" {
|
|
|
7843
7841
|
/**
|
|
7844
7842
|
* Extends the ObjectListItem to display a line in the customer context control.
|
|
7845
7843
|
*
|
|
7846
|
-
* @deprecated
|
|
7847
|
-
* use Contextual Filter design instead! This control will not be supported anymore.
|
|
7844
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
7845
|
+
* Please use Contextual Filter design instead! This control will not be supported anymore.
|
|
7848
7846
|
*/
|
|
7849
7847
|
export default class CustomerControlListItem extends CustomListItem {
|
|
7850
7848
|
/**
|
|
@@ -8087,8 +8085,8 @@ declare module "sap/ca/ui/CustomerControlListItem" {
|
|
|
8087
8085
|
/**
|
|
8088
8086
|
* Describes the settings that can be provided to the CustomerControlListItem constructor.
|
|
8089
8087
|
*
|
|
8090
|
-
* @deprecated
|
|
8091
|
-
* use Contextual Filter design instead! This control will not be supported anymore.
|
|
8088
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
8089
|
+
* Please use Contextual Filter design instead! This control will not be supported anymore.
|
|
8092
8090
|
*/
|
|
8093
8091
|
export interface $CustomerControlListItemSettings
|
|
8094
8092
|
extends $CustomListItemSettings {
|
|
@@ -8135,7 +8133,7 @@ declare module "sap/ca/ui/DatePicker" {
|
|
|
8135
8133
|
* Allows end users to interact with dates. Entries can directly be written in, or selected from a calendar
|
|
8136
8134
|
* pad.
|
|
8137
8135
|
*
|
|
8138
|
-
* @deprecated
|
|
8136
|
+
* @deprecated As of version 1.22. This control has been made available in sap.m. Please use the sap.m.DatePicker
|
|
8139
8137
|
* instead! This control will not be supported anymore.
|
|
8140
8138
|
*/
|
|
8141
8139
|
export default class DatePicker extends InputBase {
|
|
@@ -8265,7 +8263,7 @@ declare module "sap/ca/ui/DatePicker" {
|
|
|
8265
8263
|
/**
|
|
8266
8264
|
* Describes the settings that can be provided to the DatePicker constructor.
|
|
8267
8265
|
*
|
|
8268
|
-
* @deprecated
|
|
8266
|
+
* @deprecated As of version 1.22. This control has been made available in sap.m. Please use the sap.m.DatePicker
|
|
8269
8267
|
* instead! This control will not be supported anymore.
|
|
8270
8268
|
*/
|
|
8271
8269
|
export interface $DatePickerSettings extends $InputBaseSettings {
|
|
@@ -8296,7 +8294,7 @@ declare module "sap/ca/ui/ExpansibleFeedListItem" {
|
|
|
8296
8294
|
* Extends the FeedListItem to hide text when it is longer than maxLines. When text is hidden a See more
|
|
8297
8295
|
* link is displayed, clicking on the link displays the entire text.
|
|
8298
8296
|
*
|
|
8299
|
-
* @deprecated
|
|
8297
|
+
* @deprecated As of version 1.24. This control has been made available in sap.m. Please use sap.m.FeedListItem
|
|
8300
8298
|
* instead! This control will not be supported anymore.
|
|
8301
8299
|
*/
|
|
8302
8300
|
export default class ExpansibleFeedListItem extends FeedListItem {
|
|
@@ -8395,7 +8393,7 @@ declare module "sap/ca/ui/ExpansibleFeedListItem" {
|
|
|
8395
8393
|
/**
|
|
8396
8394
|
* Describes the settings that can be provided to the ExpansibleFeedListItem constructor.
|
|
8397
8395
|
*
|
|
8398
|
-
* @deprecated
|
|
8396
|
+
* @deprecated As of version 1.24. This control has been made available in sap.m. Please use sap.m.FeedListItem
|
|
8399
8397
|
* instead! This control will not be supported anymore.
|
|
8400
8398
|
*/
|
|
8401
8399
|
export interface $ExpansibleFeedListItemSettings
|
|
@@ -8423,8 +8421,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8423
8421
|
/**
|
|
8424
8422
|
* Allows you to display a list of uploaded files. You can also upload a new one, rename or delete them
|
|
8425
8423
|
*
|
|
8426
|
-
* @deprecated
|
|
8427
|
-
* use UploadCollection, as sap.ca.ui.FileUpload will not be supported anymore from 1.26.
|
|
8424
|
+
* @deprecated As of version 1.26. This control is available in sap.m in 1.26, as sap.m.UploadCollection.
|
|
8425
|
+
* Please use UploadCollection, as sap.ca.ui.FileUpload will not be supported anymore from 1.26.
|
|
8428
8426
|
*/
|
|
8429
8427
|
export default class FileUpload extends Control {
|
|
8430
8428
|
/**
|
|
@@ -8550,7 +8548,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8550
8548
|
*
|
|
8551
8549
|
* Fired when the cancel button is clicked. The consumer may handle the event if required.
|
|
8552
8550
|
*
|
|
8553
|
-
* @deprecated
|
|
8551
|
+
* @deprecated As of version 1.21.1. This method is deprecated now
|
|
8554
8552
|
*
|
|
8555
8553
|
* @returns Reference to `this` in order to allow method chaining
|
|
8556
8554
|
*/
|
|
@@ -8577,7 +8575,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8577
8575
|
*
|
|
8578
8576
|
* Fired when the cancel button is clicked. The consumer may handle the event if required.
|
|
8579
8577
|
*
|
|
8580
|
-
* @deprecated
|
|
8578
|
+
* @deprecated As of version 1.21.1. This method is deprecated now
|
|
8581
8579
|
*
|
|
8582
8580
|
* @returns Reference to `this` in order to allow method chaining
|
|
8583
8581
|
*/
|
|
@@ -8749,8 +8747,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8749
8747
|
* Fired when the save button is clicked. The consumer should handle the event and save all the file renames
|
|
8750
8748
|
* to backend.
|
|
8751
8749
|
*
|
|
8752
|
-
* @deprecated
|
|
8753
|
-
* should be use to commit the action immediatly
|
|
8750
|
+
* @deprecated As of version 1.21.1. This method is deprecated now. The rename or delete event is enough
|
|
8751
|
+
* and should be use to commit the action immediatly
|
|
8754
8752
|
*
|
|
8755
8753
|
* @returns Reference to `this` in order to allow method chaining
|
|
8756
8754
|
*/
|
|
@@ -8778,8 +8776,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8778
8776
|
* Fired when the save button is clicked. The consumer should handle the event and save all the file renames
|
|
8779
8777
|
* to backend.
|
|
8780
8778
|
*
|
|
8781
|
-
* @deprecated
|
|
8782
|
-
* should be use to commit the action immediatly
|
|
8779
|
+
* @deprecated As of version 1.21.1. This method is deprecated now. The rename or delete event is enough
|
|
8780
|
+
* and should be use to commit the action immediatly
|
|
8783
8781
|
*
|
|
8784
8782
|
* @returns Reference to `this` in order to allow method chaining
|
|
8785
8783
|
*/
|
|
@@ -8847,7 +8845,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8847
8845
|
/**
|
|
8848
8846
|
* Destroys the attachmentNumberLabel in the aggregation {@link #getAttachmentNumberLabel attachmentNumberLabel}.
|
|
8849
8847
|
*
|
|
8850
|
-
* @deprecated
|
|
8848
|
+
* @deprecated As of version 1.21.0. This aggregation is deprecatd now. The label is part of the ToolBar
|
|
8851
8849
|
*
|
|
8852
8850
|
* @returns Reference to `this` in order to allow method chaining
|
|
8853
8851
|
*/
|
|
@@ -8891,7 +8889,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8891
8889
|
*
|
|
8892
8890
|
* The passed function and listener object must match the ones used for event registration.
|
|
8893
8891
|
*
|
|
8894
|
-
* @deprecated
|
|
8892
|
+
* @deprecated As of version 1.21.1. This method is deprecated now
|
|
8895
8893
|
*
|
|
8896
8894
|
* @returns Reference to `this` in order to allow method chaining
|
|
8897
8895
|
*/
|
|
@@ -8965,8 +8963,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
8965
8963
|
*
|
|
8966
8964
|
* The passed function and listener object must match the ones used for event registration.
|
|
8967
8965
|
*
|
|
8968
|
-
* @deprecated
|
|
8969
|
-
* should be use to commit the action immediatly
|
|
8966
|
+
* @deprecated As of version 1.21.1. This method is deprecated now. The rename or delete event is enough
|
|
8967
|
+
* and should be use to commit the action immediatly
|
|
8970
8968
|
*
|
|
8971
8969
|
* @returns Reference to `this` in order to allow method chaining
|
|
8972
8970
|
*/
|
|
@@ -9014,7 +9012,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9014
9012
|
/**
|
|
9015
9013
|
* Fires event {@link #event:cancelClicked cancelClicked} to attached listeners.
|
|
9016
9014
|
*
|
|
9017
|
-
* @deprecated
|
|
9015
|
+
* @deprecated As of version 1.21.1. This method is deprecated now
|
|
9018
9016
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9019
9017
|
*
|
|
9020
9018
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9067,8 +9065,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9067
9065
|
/**
|
|
9068
9066
|
* Fires event {@link #event:saveClicked saveClicked} to attached listeners.
|
|
9069
9067
|
*
|
|
9070
|
-
* @deprecated
|
|
9071
|
-
* should be use to commit the action immediatly
|
|
9068
|
+
* @deprecated As of version 1.21.1. This method is deprecated now. The rename or delete event is enough
|
|
9069
|
+
* and should be use to commit the action immediatly
|
|
9072
9070
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9073
9071
|
*
|
|
9074
9072
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9128,8 +9126,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9128
9126
|
*
|
|
9129
9127
|
* Default value is `false`.
|
|
9130
9128
|
*
|
|
9131
|
-
* @deprecated
|
|
9132
|
-
* property or the deleteEnabled, renameEnabed and uploadEnabled properties
|
|
9129
|
+
* @deprecated As of version 1.21.0. This method is deprecatd now. If you want to prevent edit you can use
|
|
9130
|
+
* useEditControls property or the deleteEnabled, renameEnabed and uploadEnabled properties
|
|
9133
9131
|
*
|
|
9134
9132
|
* @returns Value of property `editMode`
|
|
9135
9133
|
*/
|
|
@@ -9239,7 +9237,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9239
9237
|
*
|
|
9240
9238
|
* Default value is `true`.
|
|
9241
9239
|
*
|
|
9242
|
-
* @deprecated
|
|
9240
|
+
* @deprecated As of version 1.21.0. This method is deprecated now. Use the showAttachmentsLabel instead
|
|
9243
9241
|
*
|
|
9244
9242
|
* @returns Value of property `showAttachmentsLabelInEditMode`
|
|
9245
9243
|
*/
|
|
@@ -9365,7 +9363,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9365
9363
|
/**
|
|
9366
9364
|
* Sets the aggregated {@link #getAttachmentNumberLabel attachmentNumberLabel}.
|
|
9367
9365
|
*
|
|
9368
|
-
* @deprecated
|
|
9366
|
+
* @deprecated As of version 1.21.0. This aggregation is deprecatd now. The label is part of the ToolBar
|
|
9369
9367
|
*
|
|
9370
9368
|
* @returns Reference to `this` in order to allow method chaining
|
|
9371
9369
|
*/
|
|
@@ -9540,8 +9538,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9540
9538
|
/**
|
|
9541
9539
|
* Describes the settings that can be provided to the FileUpload constructor.
|
|
9542
9540
|
*
|
|
9543
|
-
* @deprecated
|
|
9544
|
-
* use UploadCollection, as sap.ca.ui.FileUpload will not be supported anymore from 1.26.
|
|
9541
|
+
* @deprecated As of version 1.26. This control is available in sap.m in 1.26, as sap.m.UploadCollection.
|
|
9542
|
+
* Please use UploadCollection, as sap.ca.ui.FileUpload will not be supported anymore from 1.26.
|
|
9545
9543
|
*/
|
|
9546
9544
|
export interface $FileUploadSettings extends $ControlSettings {
|
|
9547
9545
|
/**
|
|
@@ -9660,7 +9658,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9660
9658
|
/**
|
|
9661
9659
|
* Show the Attachments label in edit mode
|
|
9662
9660
|
*
|
|
9663
|
-
* @deprecated
|
|
9661
|
+
* @deprecated As of version 1.21.0. This method is deprecated now. Use the showAttachmentsLabel instead
|
|
9664
9662
|
*/
|
|
9665
9663
|
showAttachmentsLabelInEditMode?:
|
|
9666
9664
|
| boolean
|
|
@@ -9670,8 +9668,8 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9670
9668
|
/**
|
|
9671
9669
|
* Property to allow toggling between edit and view screens.
|
|
9672
9670
|
*
|
|
9673
|
-
* @deprecated
|
|
9674
|
-
* property or the deleteEnabled, renameEnabed and uploadEnabled properties
|
|
9671
|
+
* @deprecated As of version 1.21.0. This method is deprecatd now. If you want to prevent edit you can use
|
|
9672
|
+
* useEditControls property or the deleteEnabled, renameEnabed and uploadEnabled properties
|
|
9675
9673
|
*/
|
|
9676
9674
|
editMode?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
9677
9675
|
|
|
@@ -9683,7 +9681,7 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9683
9681
|
/**
|
|
9684
9682
|
* Aggregation that shows the number of files currently uploaded
|
|
9685
9683
|
*
|
|
9686
|
-
* @deprecated
|
|
9684
|
+
* @deprecated As of version 1.21.0. This aggregation is deprecatd now. The label is part of the ToolBar
|
|
9687
9685
|
*/
|
|
9688
9686
|
attachmentNumberLabel?: Label;
|
|
9689
9687
|
|
|
@@ -9728,15 +9726,15 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9728
9726
|
* Fired when the save button is clicked. The consumer should handle the event and save all the file renames
|
|
9729
9727
|
* to backend.
|
|
9730
9728
|
*
|
|
9731
|
-
* @deprecated
|
|
9732
|
-
* should be use to commit the action immediatly
|
|
9729
|
+
* @deprecated As of version 1.21.1. This method is deprecated now. The rename or delete event is enough
|
|
9730
|
+
* and should be use to commit the action immediatly
|
|
9733
9731
|
*/
|
|
9734
9732
|
saveClicked?: (oEvent: Event) => void;
|
|
9735
9733
|
|
|
9736
9734
|
/**
|
|
9737
9735
|
* Fired when the cancel button is clicked. The consumer may handle the event if required.
|
|
9738
9736
|
*
|
|
9739
|
-
* @deprecated
|
|
9737
|
+
* @deprecated As of version 1.21.1. This method is deprecated now
|
|
9740
9738
|
*/
|
|
9741
9739
|
cancelClicked?: (oEvent: Event) => void;
|
|
9742
9740
|
}
|
|
@@ -9757,14 +9755,14 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9757
9755
|
/**
|
|
9758
9756
|
* Parameters of the FileUpload#cancelClicked event.
|
|
9759
9757
|
*
|
|
9760
|
-
* @deprecated
|
|
9758
|
+
* @deprecated As of version 1.21.1. This method is deprecated now
|
|
9761
9759
|
*/
|
|
9762
9760
|
export interface FileUpload$CancelClickedEventParameters {}
|
|
9763
9761
|
|
|
9764
9762
|
/**
|
|
9765
9763
|
* Event object of the FileUpload#cancelClicked event.
|
|
9766
9764
|
*
|
|
9767
|
-
* @deprecated
|
|
9765
|
+
* @deprecated As of version 1.21.1. This method is deprecated now
|
|
9768
9766
|
*/
|
|
9769
9767
|
export type FileUpload$CancelClickedEvent = Event<
|
|
9770
9768
|
FileUpload$CancelClickedEventParameters,
|
|
@@ -9813,16 +9811,16 @@ declare module "sap/ca/ui/FileUpload" {
|
|
|
9813
9811
|
/**
|
|
9814
9812
|
* Parameters of the FileUpload#saveClicked event.
|
|
9815
9813
|
*
|
|
9816
|
-
* @deprecated
|
|
9817
|
-
* should be use to commit the action immediatly
|
|
9814
|
+
* @deprecated As of version 1.21.1. This method is deprecated now. The rename or delete event is enough
|
|
9815
|
+
* and should be use to commit the action immediatly
|
|
9818
9816
|
*/
|
|
9819
9817
|
export interface FileUpload$SaveClickedEventParameters {}
|
|
9820
9818
|
|
|
9821
9819
|
/**
|
|
9822
9820
|
* Event object of the FileUpload#saveClicked event.
|
|
9823
9821
|
*
|
|
9824
|
-
* @deprecated
|
|
9825
|
-
* should be use to commit the action immediatly
|
|
9822
|
+
* @deprecated As of version 1.21.1. This method is deprecated now. The rename or delete event is enough
|
|
9823
|
+
* and should be use to commit the action immediatly
|
|
9826
9824
|
*/
|
|
9827
9825
|
export type FileUpload$SaveClickedEvent = Event<
|
|
9828
9826
|
FileUpload$SaveClickedEventParameters,
|
|
@@ -9856,8 +9854,8 @@ declare module "sap/ca/ui/GrowingTileContainer" {
|
|
|
9856
9854
|
/**
|
|
9857
9855
|
* A Tile container for the Overview tile with growing capabilities
|
|
9858
9856
|
*
|
|
9859
|
-
* @deprecated
|
|
9860
|
-
* control will not be supported anymore.
|
|
9857
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
9858
|
+
* This control will not be supported anymore.
|
|
9861
9859
|
*/
|
|
9862
9860
|
export default class GrowingTileContainer extends ScrollContainer {
|
|
9863
9861
|
/**
|
|
@@ -10013,8 +10011,8 @@ declare module "sap/ca/ui/GrowingTileContainer" {
|
|
|
10013
10011
|
/**
|
|
10014
10012
|
* Describes the settings that can be provided to the GrowingTileContainer constructor.
|
|
10015
10013
|
*
|
|
10016
|
-
* @deprecated
|
|
10017
|
-
* control will not be supported anymore.
|
|
10014
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
10015
|
+
* This control will not be supported anymore.
|
|
10018
10016
|
*/
|
|
10019
10017
|
export interface $GrowingTileContainerSettings
|
|
10020
10018
|
extends $ScrollContainerSettings {
|
|
@@ -10049,8 +10047,8 @@ declare module "sap/ca/ui/HierarchicalSelectDialog" {
|
|
|
10049
10047
|
/**
|
|
10050
10048
|
* Select an item in a dialog from a hierarchical list
|
|
10051
10049
|
*
|
|
10052
|
-
* @deprecated
|
|
10053
|
-
* control will not be supported anymore.
|
|
10050
|
+
* @deprecated As of version 1.24.1. HierarchicalSelectDialog is deprecated as per central UX requirements.
|
|
10051
|
+
* This control will not be supported anymore.
|
|
10054
10052
|
*/
|
|
10055
10053
|
export default class HierarchicalSelectDialog extends Dialog {
|
|
10056
10054
|
/**
|
|
@@ -10339,8 +10337,8 @@ declare module "sap/ca/ui/HierarchicalSelectDialog" {
|
|
|
10339
10337
|
/**
|
|
10340
10338
|
* Describes the settings that can be provided to the HierarchicalSelectDialog constructor.
|
|
10341
10339
|
*
|
|
10342
|
-
* @deprecated
|
|
10343
|
-
* control will not be supported anymore.
|
|
10340
|
+
* @deprecated As of version 1.24.1. HierarchicalSelectDialog is deprecated as per central UX requirements.
|
|
10341
|
+
* This control will not be supported anymore.
|
|
10344
10342
|
*/
|
|
10345
10343
|
export interface $HierarchicalSelectDialogSettings extends $DialogSettings {
|
|
10346
10344
|
/**
|
|
@@ -10404,8 +10402,8 @@ declare module "sap/ca/ui/HierarchicalSelectDialogItem" {
|
|
|
10404
10402
|
* Kind of item required by the sap.ca.ui.HierarchicalSelectDialog control. An item is actually one page
|
|
10405
10403
|
* of the Dialog.
|
|
10406
10404
|
*
|
|
10407
|
-
* @deprecated
|
|
10408
|
-
* not be supported anymore.
|
|
10405
|
+
* @deprecated As of version 1.24. This control is deprecated as per central UX requirements. This control
|
|
10406
|
+
* will not be supported anymore.
|
|
10409
10407
|
*/
|
|
10410
10408
|
export default class HierarchicalSelectDialogItem extends Item {
|
|
10411
10409
|
/**
|
|
@@ -10549,8 +10547,8 @@ declare module "sap/ca/ui/HierarchicalSelectDialogItem" {
|
|
|
10549
10547
|
/**
|
|
10550
10548
|
* Describes the settings that can be provided to the HierarchicalSelectDialogItem constructor.
|
|
10551
10549
|
*
|
|
10552
|
-
* @deprecated
|
|
10553
|
-
* not be supported anymore.
|
|
10550
|
+
* @deprecated As of version 1.24. This control is deprecated as per central UX requirements. This control
|
|
10551
|
+
* will not be supported anymore.
|
|
10554
10552
|
*/
|
|
10555
10553
|
export interface $HierarchicalSelectDialogItemSettings extends $ItemSettings {
|
|
10556
10554
|
/**
|
|
@@ -10587,8 +10585,8 @@ declare module "sap/ca/ui/Hierarchy" {
|
|
|
10587
10585
|
* data. The emphasized item shows the one item to display. Optional item can be hidden using the hideOptionalLevels
|
|
10588
10586
|
* property. Hidden items will stay accessible with an expand button.
|
|
10589
10587
|
*
|
|
10590
|
-
* @deprecated
|
|
10591
|
-
* control will not be supported anymore.
|
|
10588
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
10589
|
+
* This control will not be supported anymore.
|
|
10592
10590
|
*/
|
|
10593
10591
|
export default class Hierarchy extends Control {
|
|
10594
10592
|
/**
|
|
@@ -10785,8 +10783,8 @@ declare module "sap/ca/ui/Hierarchy" {
|
|
|
10785
10783
|
/**
|
|
10786
10784
|
* Describes the settings that can be provided to the Hierarchy constructor.
|
|
10787
10785
|
*
|
|
10788
|
-
* @deprecated
|
|
10789
|
-
* control will not be supported anymore.
|
|
10786
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
10787
|
+
* This control will not be supported anymore.
|
|
10790
10788
|
*/
|
|
10791
10789
|
export interface $HierarchySettings extends $ControlSettings {
|
|
10792
10790
|
/**
|
|
@@ -10821,8 +10819,8 @@ declare module "sap/ca/ui/HierarchyItem" {
|
|
|
10821
10819
|
* that we want to represent in his hierarchy. Optionals item will be hidden if the option is true on the
|
|
10822
10820
|
* Hierarchy control.
|
|
10823
10821
|
*
|
|
10824
|
-
* @deprecated
|
|
10825
|
-
* not be supported anymore.
|
|
10822
|
+
* @deprecated As of version 1.24. This control is deprecated as per central UX requirements. This control
|
|
10823
|
+
* will not be supported anymore.
|
|
10826
10824
|
*/
|
|
10827
10825
|
export default class HierarchyItem extends Control {
|
|
10828
10826
|
/**
|
|
@@ -11152,8 +11150,8 @@ declare module "sap/ca/ui/HierarchyItem" {
|
|
|
11152
11150
|
/**
|
|
11153
11151
|
* Describes the settings that can be provided to the HierarchyItem constructor.
|
|
11154
11152
|
*
|
|
11155
|
-
* @deprecated
|
|
11156
|
-
* not be supported anymore.
|
|
11153
|
+
* @deprecated As of version 1.24. This control is deprecated as per central UX requirements. This control
|
|
11154
|
+
* will not be supported anymore.
|
|
11157
11155
|
*/
|
|
11158
11156
|
export interface $HierarchyItemSettings extends $ControlSettings {
|
|
11159
11157
|
/**
|
|
@@ -11228,8 +11226,8 @@ declare module "sap/ca/ui/InPlaceEdit" {
|
|
|
11228
11226
|
* This control is used to switch between readonly and edit modes. A typical use case would be to change
|
|
11229
11227
|
* the value of a Label.
|
|
11230
11228
|
*
|
|
11231
|
-
* @deprecated
|
|
11232
|
-
* use sap.m.Input instead! This control will not be supported anymore.
|
|
11229
|
+
* @deprecated As of version 1.22. This control is not required anymore as per central UX requirements.
|
|
11230
|
+
* Please use sap.m.Input instead! This control will not be supported anymore.
|
|
11233
11231
|
*/
|
|
11234
11232
|
export default class InPlaceEdit extends Control {
|
|
11235
11233
|
/**
|
|
@@ -11430,7 +11428,7 @@ declare module "sap/ca/ui/InPlaceEdit" {
|
|
|
11430
11428
|
*
|
|
11431
11429
|
* @returns Value of property `valueState`
|
|
11432
11430
|
*/
|
|
11433
|
-
getValueState(): ValueState
|
|
11431
|
+
getValueState(): ValueState;
|
|
11434
11432
|
/**
|
|
11435
11433
|
* Sets the aggregated {@link #getContent content}.
|
|
11436
11434
|
*
|
|
@@ -11497,8 +11495,8 @@ declare module "sap/ca/ui/InPlaceEdit" {
|
|
|
11497
11495
|
/**
|
|
11498
11496
|
* Describes the settings that can be provided to the InPlaceEdit constructor.
|
|
11499
11497
|
*
|
|
11500
|
-
* @deprecated
|
|
11501
|
-
* use sap.m.Input instead! This control will not be supported anymore.
|
|
11498
|
+
* @deprecated As of version 1.22. This control is not required anymore as per central UX requirements.
|
|
11499
|
+
* Please use sap.m.Input instead! This control will not be supported anymore.
|
|
11502
11500
|
*/
|
|
11503
11501
|
export interface $InPlaceEditSettings extends $ControlSettings {
|
|
11504
11502
|
/**
|
|
@@ -11550,8 +11548,8 @@ declare module "sap/ca/ui/model/format/FormattingLibrary" {
|
|
|
11550
11548
|
/**
|
|
11551
11549
|
* Constructor for FormattingLibrary
|
|
11552
11550
|
*
|
|
11553
|
-
* @deprecated
|
|
11554
|
-
* package {@link sap.ui.core.format} instead! This control will not be supported anymore.
|
|
11551
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use classes
|
|
11552
|
+
* from package {@link sap.ui.core.format} instead! This control will not be supported anymore.
|
|
11555
11553
|
*/
|
|
11556
11554
|
const FormattingLibrary: undefined;
|
|
11557
11555
|
|
|
@@ -11567,7 +11565,7 @@ declare module "sap/ca/ui/model/format/AmountFormat" {
|
|
|
11567
11565
|
*
|
|
11568
11566
|
* If no pattern is specified a default pattern according to the locale settings is used.
|
|
11569
11567
|
*
|
|
11570
|
-
* @deprecated
|
|
11568
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.NumberFormat.getCurrencyInstance }
|
|
11571
11569
|
* instead! This control will not be supported anymore.
|
|
11572
11570
|
*/
|
|
11573
11571
|
export default class AmountFormat {
|
|
@@ -11734,7 +11732,7 @@ declare module "sap/ca/ui/model/format/DateFormat" {
|
|
|
11734
11732
|
* Supported format options are pattern based on Unicode LDML Date Format notation. If no pattern is specified
|
|
11735
11733
|
* a default pattern according to the locale settings is used.
|
|
11736
11734
|
*
|
|
11737
|
-
* @deprecated
|
|
11735
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.DateFormat }
|
|
11738
11736
|
* instead! This control will not be supported anymore.
|
|
11739
11737
|
*/
|
|
11740
11738
|
export default class DateFormat {
|
|
@@ -11870,7 +11868,7 @@ declare module "sap/ca/ui/model/format/FileSizeFormat" {
|
|
|
11870
11868
|
*
|
|
11871
11869
|
* Simplified logic: display in kB for 1e3 <= bytes < 1e6 display in MB for 1e6 <= bytes < 1e9 ...
|
|
11872
11870
|
*
|
|
11873
|
-
* @deprecated
|
|
11871
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.core.format.FileSizeFormat }
|
|
11874
11872
|
* instead! This control will not be supported anymore.
|
|
11875
11873
|
*/
|
|
11876
11874
|
export default class FileSizeFormat {
|
|
@@ -11936,9 +11934,9 @@ declare module "sap/ca/ui/model/format/QuantityFormat" {
|
|
|
11936
11934
|
*
|
|
11937
11935
|
* If no pattern is specified a default pattern according to the locale settings is used.
|
|
11938
11936
|
*
|
|
11939
|
-
* @deprecated
|
|
11940
|
-
* refer to {@link sap.ui.core.format} and set the `minFractionDigits` and `maxFractionDigits` on
|
|
11941
|
-
* as required. This control will not be supported anymore.
|
|
11937
|
+
* @deprecated As of version 1.28. There is no replacement for the QuantityFormat in sap.ui.core.format.
|
|
11938
|
+
* Please refer to {@link sap.ui.core.format} and set the `minFractionDigits` and `maxFractionDigits` on
|
|
11939
|
+
* the formatter as required. This control will not be supported anymore.
|
|
11942
11940
|
*/
|
|
11943
11941
|
export default class QuantityFormat {
|
|
11944
11942
|
/**
|
|
@@ -12037,7 +12035,7 @@ declare module "sap/ca/ui/model/type/Date" {
|
|
|
12037
12035
|
/**
|
|
12038
12036
|
* This class represents date simple types.
|
|
12039
12037
|
*
|
|
12040
|
-
* @deprecated
|
|
12038
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Date }
|
|
12041
12039
|
* instead! This control will not be supported anymore.
|
|
12042
12040
|
*/
|
|
12043
12041
|
export default class Date1 extends SimpleType {
|
|
@@ -12121,7 +12119,7 @@ declare module "sap/ca/ui/model/type/DateTime" {
|
|
|
12121
12119
|
/**
|
|
12122
12120
|
* This class represents datetime simple types.
|
|
12123
12121
|
*
|
|
12124
|
-
* @deprecated
|
|
12122
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.DateTime }
|
|
12125
12123
|
* instead! This control will not be supported anymore.
|
|
12126
12124
|
*/
|
|
12127
12125
|
export default class DateTime extends Date1 {
|
|
@@ -12185,7 +12183,7 @@ declare module "sap/ca/ui/model/type/FileSize" {
|
|
|
12185
12183
|
/**
|
|
12186
12184
|
* This class represents file size types.
|
|
12187
12185
|
*
|
|
12188
|
-
* @deprecated
|
|
12186
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.FileSize }
|
|
12189
12187
|
* instead! This control will not be supported anymore.
|
|
12190
12188
|
*/
|
|
12191
12189
|
export default class FileSize extends SimpleType {
|
|
@@ -12244,7 +12242,7 @@ declare module "sap/ca/ui/model/type/Number" {
|
|
|
12244
12242
|
/**
|
|
12245
12243
|
* This class represents number simple types.
|
|
12246
12244
|
*
|
|
12247
|
-
* @deprecated
|
|
12245
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Float }
|
|
12248
12246
|
* or sap.ui.model.type.Integer with sap.ui.core.format.NumberFormat instead! This control will not be supported
|
|
12249
12247
|
* anymore.
|
|
12250
12248
|
*/
|
|
@@ -12304,7 +12302,7 @@ declare module "sap/ca/ui/model/type/Time" {
|
|
|
12304
12302
|
/**
|
|
12305
12303
|
* This class represents time simple types.
|
|
12306
12304
|
*
|
|
12307
|
-
* @deprecated
|
|
12305
|
+
* @deprecated As of version 1.28. This control has been made available in sap.ui.core. Please use {@link sap.ui.model.type.Time }
|
|
12308
12306
|
* instead! This control will not be supported anymore.
|
|
12309
12307
|
*/
|
|
12310
12308
|
export default class Time extends Date1 {
|
|
@@ -12375,7 +12373,7 @@ declare module "sap/ca/ui/Notes" {
|
|
|
12375
12373
|
* the FeedListItem or the ExpansibleFeedListItem). The developer is also responsible to implement the code
|
|
12376
12374
|
* to send the notes to the backend system, by responding to the addNote event.
|
|
12377
12375
|
*
|
|
12378
|
-
* @deprecated
|
|
12376
|
+
* @deprecated As of version 1.22. This control has been made available in sap.m. Please use sap.m.FeedInput
|
|
12379
12377
|
* with sap.m.FeedListItem instead! This control will not be supported anymore.
|
|
12380
12378
|
*/
|
|
12381
12379
|
export default class Notes extends List {
|
|
@@ -12614,7 +12612,7 @@ declare module "sap/ca/ui/Notes" {
|
|
|
12614
12612
|
/**
|
|
12615
12613
|
* Describes the settings that can be provided to the Notes constructor.
|
|
12616
12614
|
*
|
|
12617
|
-
* @deprecated
|
|
12615
|
+
* @deprecated As of version 1.22. This control has been made available in sap.m. Please use sap.m.FeedInput
|
|
12618
12616
|
* with sap.m.FeedListItem instead! This control will not be supported anymore.
|
|
12619
12617
|
*/
|
|
12620
12618
|
export interface $NotesSettings extends $ListSettings {
|
|
@@ -12670,8 +12668,8 @@ declare module "sap/ca/ui/OverflowContainer" {
|
|
|
12670
12668
|
* The OverflowContainer allows the content of a control to be partially displayed before being fully expanded.
|
|
12671
12669
|
* It will cut its content to a fixed height that can be defined. It is fully suitable within an IconTabBar.
|
|
12672
12670
|
*
|
|
12673
|
-
* @deprecated
|
|
12674
|
-
* will not be supported anymore.
|
|
12671
|
+
* @deprecated As of version 1.24.1. OverflowContainer is deprecated as per central UX requirements. This
|
|
12672
|
+
* control will not be supported anymore.
|
|
12675
12673
|
*/
|
|
12676
12674
|
export default class OverflowContainer extends Control {
|
|
12677
12675
|
/**
|
|
@@ -12877,8 +12875,8 @@ declare module "sap/ca/ui/OverflowContainer" {
|
|
|
12877
12875
|
/**
|
|
12878
12876
|
* Describes the settings that can be provided to the OverflowContainer constructor.
|
|
12879
12877
|
*
|
|
12880
|
-
* @deprecated
|
|
12881
|
-
* will not be supported anymore.
|
|
12878
|
+
* @deprecated As of version 1.24.1. OverflowContainer is deprecated as per central UX requirements. This
|
|
12879
|
+
* control will not be supported anymore.
|
|
12882
12880
|
*/
|
|
12883
12881
|
export interface $OverflowContainerSettings extends $ControlSettings {
|
|
12884
12882
|
/**
|
|
@@ -12913,8 +12911,8 @@ declare module "sap/ca/ui/OverviewTile" {
|
|
|
12913
12911
|
/**
|
|
12914
12912
|
* Display aTile that presents an overview of a customer
|
|
12915
12913
|
*
|
|
12916
|
-
* @deprecated
|
|
12917
|
-
* control will not be supported anymore.
|
|
12914
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
12915
|
+
* This control will not be supported anymore.
|
|
12918
12916
|
*/
|
|
12919
12917
|
export default class OverviewTile extends Tile {
|
|
12920
12918
|
/**
|
|
@@ -13398,8 +13396,8 @@ declare module "sap/ca/ui/OverviewTile" {
|
|
|
13398
13396
|
/**
|
|
13399
13397
|
* Describes the settings that can be provided to the OverviewTile constructor.
|
|
13400
13398
|
*
|
|
13401
|
-
* @deprecated
|
|
13402
|
-
* control will not be supported anymore.
|
|
13399
|
+
* @deprecated As of version 1.24.3. This control is not required anymore as per central UX requirements.
|
|
13400
|
+
* This control will not be supported anymore.
|
|
13403
13401
|
*/
|
|
13404
13402
|
export interface $OverviewTileSettings extends $TileSettings {
|
|
13405
13403
|
/**
|
|
@@ -13496,7 +13494,7 @@ declare module "sap/ca/ui/PictureItem" {
|
|
|
13496
13494
|
/**
|
|
13497
13495
|
* A picture / photo Item for AddPicture and PictureViewer Controls
|
|
13498
13496
|
*
|
|
13499
|
-
* @deprecated
|
|
13497
|
+
* @deprecated As of version 1.22. This control has been made available in sap.m. Please use the sap.m.Carousel
|
|
13500
13498
|
* instead! This control will not be supported anymore.
|
|
13501
13499
|
*/
|
|
13502
13500
|
export default class PictureItem extends Control {
|
|
@@ -13647,7 +13645,7 @@ declare module "sap/ca/ui/PictureItem" {
|
|
|
13647
13645
|
*
|
|
13648
13646
|
* Default value is `'62px'`.
|
|
13649
13647
|
*
|
|
13650
|
-
* @deprecated
|
|
13648
|
+
* @deprecated As of version 1.16.2. Height is defined by the AddPicture control
|
|
13651
13649
|
*
|
|
13652
13650
|
* @returns Value of property `height`
|
|
13653
13651
|
*/
|
|
@@ -13686,7 +13684,7 @@ declare module "sap/ca/ui/PictureItem" {
|
|
|
13686
13684
|
*
|
|
13687
13685
|
* Default value is `'62px'`.
|
|
13688
13686
|
*
|
|
13689
|
-
* @deprecated
|
|
13687
|
+
* @deprecated As of version 1.16.2. Width is defined by the AddPicture control
|
|
13690
13688
|
*
|
|
13691
13689
|
* @returns Value of property `width`
|
|
13692
13690
|
*/
|
|
@@ -13710,7 +13708,7 @@ declare module "sap/ca/ui/PictureItem" {
|
|
|
13710
13708
|
*
|
|
13711
13709
|
* Default value is `'62px'`.
|
|
13712
13710
|
*
|
|
13713
|
-
* @deprecated
|
|
13711
|
+
* @deprecated As of version 1.16.2. Height is defined by the AddPicture control
|
|
13714
13712
|
*
|
|
13715
13713
|
* @returns Reference to `this` in order to allow method chaining
|
|
13716
13714
|
*/
|
|
@@ -13770,7 +13768,7 @@ declare module "sap/ca/ui/PictureItem" {
|
|
|
13770
13768
|
*
|
|
13771
13769
|
* Default value is `'62px'`.
|
|
13772
13770
|
*
|
|
13773
|
-
* @deprecated
|
|
13771
|
+
* @deprecated As of version 1.16.2. Width is defined by the AddPicture control
|
|
13774
13772
|
*
|
|
13775
13773
|
* @returns Reference to `this` in order to allow method chaining
|
|
13776
13774
|
*/
|
|
@@ -13784,7 +13782,7 @@ declare module "sap/ca/ui/PictureItem" {
|
|
|
13784
13782
|
/**
|
|
13785
13783
|
* Describes the settings that can be provided to the PictureItem constructor.
|
|
13786
13784
|
*
|
|
13787
|
-
* @deprecated
|
|
13785
|
+
* @deprecated As of version 1.22. This control has been made available in sap.m. Please use the sap.m.Carousel
|
|
13788
13786
|
* instead! This control will not be supported anymore.
|
|
13789
13787
|
*/
|
|
13790
13788
|
export interface $PictureItemSettings extends $ControlSettings {
|
|
@@ -13806,14 +13804,14 @@ declare module "sap/ca/ui/PictureItem" {
|
|
|
13806
13804
|
/**
|
|
13807
13805
|
* The width of the picture.
|
|
13808
13806
|
*
|
|
13809
|
-
* @deprecated
|
|
13807
|
+
* @deprecated As of version 1.16.2. Width is defined by the AddPicture control
|
|
13810
13808
|
*/
|
|
13811
13809
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
13812
13810
|
|
|
13813
13811
|
/**
|
|
13814
13812
|
* The height of the picture.
|
|
13815
13813
|
*
|
|
13816
|
-
* @deprecated
|
|
13814
|
+
* @deprecated As of version 1.16.2. Height is defined by the AddPicture control
|
|
13817
13815
|
*/
|
|
13818
13816
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
13819
13817
|
|
|
@@ -13853,7 +13851,7 @@ declare module "sap/ca/ui/PictureTile" {
|
|
|
13853
13851
|
/**
|
|
13854
13852
|
* Tile control embedding an image and allowing custom sizing
|
|
13855
13853
|
*
|
|
13856
|
-
* @deprecated
|
|
13854
|
+
* @deprecated As of version 1.22. PictureTile is used in PictureViewer control and is not meant to be consumed
|
|
13857
13855
|
* outside of PictureViewer usage. PictureViewer was replacing the sap.m.Carousel as it wasn't supporting
|
|
13858
13856
|
* some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
13859
13857
|
* instead. This control will not be supported anymore.
|
|
@@ -14080,7 +14078,7 @@ declare module "sap/ca/ui/PictureTile" {
|
|
|
14080
14078
|
/**
|
|
14081
14079
|
* Describes the settings that can be provided to the PictureTile constructor.
|
|
14082
14080
|
*
|
|
14083
|
-
* @deprecated
|
|
14081
|
+
* @deprecated As of version 1.22. PictureTile is used in PictureViewer control and is not meant to be consumed
|
|
14084
14082
|
* outside of PictureViewer usage. PictureViewer was replacing the sap.m.Carousel as it wasn't supporting
|
|
14085
14083
|
* some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
14086
14084
|
* instead. This control will not be supported anymore.
|
|
@@ -14141,9 +14139,9 @@ declare module "sap/ca/ui/PictureViewer" {
|
|
|
14141
14139
|
/**
|
|
14142
14140
|
* Picture viewer control relying on the TileContainer control
|
|
14143
14141
|
*
|
|
14144
|
-
* @deprecated
|
|
14145
|
-
* of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
14146
|
-
* This control will not be supported anymore.
|
|
14142
|
+
* @deprecated As of version 1.22. PictureViewer was replacing the Carousel as it wasn't supporting some
|
|
14143
|
+
* versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
14144
|
+
* instead. This control will not be supported anymore.
|
|
14147
14145
|
*/
|
|
14148
14146
|
export default class PictureViewer extends TileContainer {
|
|
14149
14147
|
/**
|
|
@@ -14211,7 +14209,7 @@ declare module "sap/ca/ui/PictureViewer" {
|
|
|
14211
14209
|
/**
|
|
14212
14210
|
* Adds some item `oItem` to the aggregation named `items`.
|
|
14213
14211
|
*
|
|
14214
|
-
* @deprecated
|
|
14212
|
+
* @deprecated Use aggregation "tiles"
|
|
14215
14213
|
*
|
|
14216
14214
|
* @returns `this` to allow method chaining
|
|
14217
14215
|
*/
|
|
@@ -14375,7 +14373,7 @@ declare module "sap/ca/ui/PictureViewer" {
|
|
|
14375
14373
|
* Inserts a item into the aggregation named `items`. When adding a new item to the aggregation, a sap.ca.ui.PictureTile
|
|
14376
14374
|
* is actually created with its own ID and added to the internal TileContainer.
|
|
14377
14375
|
*
|
|
14378
|
-
* @deprecated
|
|
14376
|
+
* @deprecated Use aggregation "tiles"
|
|
14379
14377
|
*
|
|
14380
14378
|
* @returns `this` to allow method chaining
|
|
14381
14379
|
*/
|
|
@@ -14441,9 +14439,9 @@ declare module "sap/ca/ui/PictureViewer" {
|
|
|
14441
14439
|
/**
|
|
14442
14440
|
* Describes the settings that can be provided to the PictureViewer constructor.
|
|
14443
14441
|
*
|
|
14444
|
-
* @deprecated
|
|
14445
|
-
* of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
14446
|
-
* This control will not be supported anymore.
|
|
14442
|
+
* @deprecated As of version 1.22. PictureViewer was replacing the Carousel as it wasn't supporting some
|
|
14443
|
+
* versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
14444
|
+
* instead. This control will not be supported anymore.
|
|
14447
14445
|
*/
|
|
14448
14446
|
export interface $PictureViewerSettings extends $TileContainerSettings {
|
|
14449
14447
|
/**
|
|
@@ -14498,8 +14496,8 @@ declare module "sap/ca/ui/PictureViewerItem" {
|
|
|
14498
14496
|
/**
|
|
14499
14497
|
* Picture viewer control relying on the TileContainer control
|
|
14500
14498
|
*
|
|
14501
|
-
* @deprecated
|
|
14502
|
-
* consumed outside of PictureViewer usage. PictureViewer was replacing the Carousel as it wasn't supporting
|
|
14499
|
+
* @deprecated As of version 1.22. PictureViewerItem is used in PictureViewer control and is not meant to
|
|
14500
|
+
* be consumed outside of PictureViewer usage. PictureViewer was replacing the Carousel as it wasn't supporting
|
|
14503
14501
|
* some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
14504
14502
|
* instead. This control will not be supported anymore.
|
|
14505
14503
|
*/
|
|
@@ -14618,8 +14616,8 @@ declare module "sap/ca/ui/PictureViewerItem" {
|
|
|
14618
14616
|
/**
|
|
14619
14617
|
* Describes the settings that can be provided to the PictureViewerItem constructor.
|
|
14620
14618
|
*
|
|
14621
|
-
* @deprecated
|
|
14622
|
-
* consumed outside of PictureViewer usage. PictureViewer was replacing the Carousel as it wasn't supporting
|
|
14619
|
+
* @deprecated As of version 1.22. PictureViewerItem is used in PictureViewer control and is not meant to
|
|
14620
|
+
* be consumed outside of PictureViewer usage. PictureViewer was replacing the Carousel as it wasn't supporting
|
|
14623
14621
|
* some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
|
|
14624
14622
|
* instead. This control will not be supported anymore.
|
|
14625
14623
|
*/
|
|
@@ -14661,8 +14659,8 @@ declare module "sap/ca/ui/utils/busydialog" {
|
|
|
14661
14659
|
* - in a possible embedded function calls, you can require this BusyDialog more than once, but you need
|
|
14662
14660
|
* to take care to release the BusyDialog correspondingly in pair. (The text will be overwritten.)
|
|
14663
14661
|
*
|
|
14664
|
-
* @deprecated
|
|
14665
|
-
* instead.
|
|
14662
|
+
* @deprecated As of version 1.26. this control is deprecated as per central UX requirements. Please use
|
|
14663
|
+
* {@link sap.m.BusyDialog} instead.
|
|
14666
14664
|
*/
|
|
14667
14665
|
interface busydialog {
|
|
14668
14666
|
/**
|
|
@@ -14686,8 +14684,8 @@ declare module "sap/ca/ui/utils/busydialog" {
|
|
|
14686
14684
|
}
|
|
14687
14685
|
const busydialog: busydialog;
|
|
14688
14686
|
/**
|
|
14689
|
-
* @deprecated
|
|
14690
|
-
* instead.
|
|
14687
|
+
* @deprecated As of version 1.26. this control is deprecated as per central UX requirements. Please use
|
|
14688
|
+
* {@link sap.m.BusyDialog} instead.
|
|
14691
14689
|
*/
|
|
14692
14690
|
export default busydialog;
|
|
14693
14691
|
}
|
|
@@ -14705,7 +14703,7 @@ declare module "sap/ca/ui/ZoomableScrollContainer" {
|
|
|
14705
14703
|
/**
|
|
14706
14704
|
* Based on a ScrollContainer, it allows you to pinch and zoom on mobile devices
|
|
14707
14705
|
*
|
|
14708
|
-
* @deprecated
|
|
14706
|
+
* @deprecated As of version 1.22. ZoomableScrollContainer is used in PictureViewer control and is not meant
|
|
14709
14707
|
* to be consumed outside of PictureViewer usage. PictureViewer was replacing the Carousel as it wasn't
|
|
14710
14708
|
* supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please
|
|
14711
14709
|
* use sap.m.Carousel instead. This control will not be supported anymore.
|
|
@@ -14893,7 +14891,7 @@ declare module "sap/ca/ui/ZoomableScrollContainer" {
|
|
|
14893
14891
|
/**
|
|
14894
14892
|
* Describes the settings that can be provided to the ZoomableScrollContainer constructor.
|
|
14895
14893
|
*
|
|
14896
|
-
* @deprecated
|
|
14894
|
+
* @deprecated As of version 1.22. ZoomableScrollContainer is used in PictureViewer control and is not meant
|
|
14897
14895
|
* to be consumed outside of PictureViewer usage. PictureViewer was replacing the Carousel as it wasn't
|
|
14898
14896
|
* supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please
|
|
14899
14897
|
* use sap.m.Carousel instead. This control will not be supported anymore.
|
|
@@ -14927,13 +14925,13 @@ declare namespace sap {
|
|
|
14927
14925
|
/**
|
|
14928
14926
|
* SAP UI library: Fiori Commons
|
|
14929
14927
|
*
|
|
14930
|
-
* @deprecated
|
|
14931
|
-
* the individual classes or packages for actual replacements.
|
|
14928
|
+
* @deprecated As of version 1.28. All controls and helpers in this library meanwhile have been deprecated.
|
|
14929
|
+
* Check the individual classes or packages for actual replacements.
|
|
14932
14930
|
*/
|
|
14933
14931
|
namespace ui {
|
|
14934
14932
|
/**
|
|
14935
|
-
* @deprecated
|
|
14936
|
-
* Please use {@link sap.m.Dialog} instead.
|
|
14933
|
+
* @deprecated As of version 1.26. The content of this package is deprecated since 1.26 as per central UX
|
|
14934
|
+
* requirements. Please use {@link sap.m.Dialog} instead.
|
|
14937
14935
|
*/
|
|
14938
14936
|
namespace dialog {
|
|
14939
14937
|
/**
|
|
@@ -14965,7 +14963,7 @@ declare namespace sap {
|
|
|
14965
14963
|
* ```
|
|
14966
14964
|
*
|
|
14967
14965
|
*
|
|
14968
|
-
* @deprecated
|
|
14966
|
+
* @deprecated As of version 1.26. this control is deprecated per central UX requirements. Please use |@link
|
|
14969
14967
|
* sap.m.Dialog} instead.
|
|
14970
14968
|
*/
|
|
14971
14969
|
namespace confirmation {
|
|
@@ -15015,8 +15013,8 @@ declare namespace sap {
|
|
|
15015
15013
|
* ```
|
|
15016
15014
|
*
|
|
15017
15015
|
*
|
|
15018
|
-
* @deprecated
|
|
15019
|
-
* instead.
|
|
15016
|
+
* @deprecated As of version 1.28. this control is deprecated as per central UX requirements. Please use
|
|
15017
|
+
* {@link sap.m.MessageBox} instead.
|
|
15020
15018
|
*/
|
|
15021
15019
|
namespace message {
|
|
15022
15020
|
/**
|