@sapui5/ts-types 1.107.1 → 1.108.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +8 -8
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +3 -2
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +111 -44
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +64 -3
- package/types/sap.fe.macros.d.ts +32 -24
- package/types/sap.fe.navigation.d.ts +16 -897
- package/types/sap.fe.templates.d.ts +30 -4
- package/types/sap.fe.test.d.ts +30 -2
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +171 -47
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +200 -97
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +4 -4
- package/types/sap.ndc.d.ts +4 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +11 -8
- package/types/sap.sac.grid.d.ts +10 -2
- package/types/sap.suite.ui.commons.d.ts +40 -17
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +12 -2
- package/types/sap.ui.comp.d.ts +68 -32
- package/types/sap.ui.core.d.ts +306 -103
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +104 -58
- package/types/sap.ui.layout.d.ts +2 -2
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +8 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +28 -20
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +198 -24
- package/types/sap.ui.ux3.d.ts +18 -9
- package/types/sap.ui.vbm.d.ts +9 -5
- package/types/sap.ui.vk.d.ts +78 -22
- package/types/sap.ui.vtm.d.ts +108 -59
- package/types/sap.ui.webc.common.d.ts +3 -3
- package/types/sap.ui.webc.fiori.d.ts +58 -58
- package/types/sap.ui.webc.main.d.ts +129 -129
- package/types/sap.uiext.inbox.d.ts +5 -5
- package/types/sap.ushell.d.ts +124 -1701
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +132 -132
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +4 -4
- package/types/sap.zen.dsh.d.ts +2 -2
package/types/sap.viz.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.108.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -804,7 +804,7 @@ declare namespace sap {
|
|
|
804
804
|
|
|
805
805
|
/**
|
|
806
806
|
* @SINCE 1.22.0
|
|
807
|
-
* @EXPERIMENTAL (since 1.22.0)
|
|
807
|
+
* @EXPERIMENTAL (since 1.22.0) - API is not finished yet and might change completely
|
|
808
808
|
*
|
|
809
809
|
* Viz Chart Popover
|
|
810
810
|
*/
|
|
@@ -2192,7 +2192,7 @@ declare namespace sap {
|
|
|
2192
2192
|
*
|
|
2193
2193
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
2194
2194
|
* make sure you evaluate it thoroughly before migration.
|
|
2195
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
2195
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely
|
|
2196
2196
|
*
|
|
2197
2197
|
* An abstract base class for all VIZ charts
|
|
2198
2198
|
*/
|
|
@@ -2476,7 +2476,7 @@ declare namespace sap {
|
|
|
2476
2476
|
*
|
|
2477
2477
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
2478
2478
|
* make sure you evaluate it thoroughly before migration.
|
|
2479
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
2479
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely
|
|
2480
2480
|
*
|
|
2481
2481
|
* Abstract base class for all elements that represent VIZ modules or complex property types
|
|
2482
2482
|
*/
|
|
@@ -3460,7 +3460,7 @@ declare namespace sap {
|
|
|
3460
3460
|
oListener?: object
|
|
3461
3461
|
): this;
|
|
3462
3462
|
/**
|
|
3463
|
-
* @EXPERIMENTAL (since 1.16.6)
|
|
3463
|
+
* @EXPERIMENTAL (since 1.16.6) - Might later be integrated into the selectData event.
|
|
3464
3464
|
*
|
|
3465
3465
|
* Find the model context for a given 'criteria' into chart data.
|
|
3466
3466
|
*
|
|
@@ -4445,7 +4445,7 @@ declare namespace sap {
|
|
|
4445
4445
|
*
|
|
4446
4446
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
4447
4447
|
* make sure you evaluate it thoroughly before migration.
|
|
4448
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
4448
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
4449
4449
|
*
|
|
4450
4450
|
* Module sap.viz.ui5.types.controller.Interaction
|
|
4451
4451
|
*/
|
|
@@ -5061,7 +5061,7 @@ declare namespace sap {
|
|
|
5061
5061
|
*
|
|
5062
5062
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
5063
5063
|
* make sure you evaluate it thoroughly before migration.
|
|
5064
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
5064
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
5065
5065
|
*
|
|
5066
5066
|
* Settings for selectability
|
|
5067
5067
|
*/
|
|
@@ -5352,7 +5352,7 @@ declare namespace sap {
|
|
|
5352
5352
|
*
|
|
5353
5353
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
5354
5354
|
* make sure you evaluate it thoroughly before migration.
|
|
5355
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
5355
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
5356
5356
|
*
|
|
5357
5357
|
* List (Enum) type sap.viz.ui5.types.controller.Interaction_pan_orientation
|
|
5358
5358
|
*/
|
|
@@ -5382,7 +5382,7 @@ declare namespace sap {
|
|
|
5382
5382
|
*
|
|
5383
5383
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
5384
5384
|
* make sure you evaluate it thoroughly before migration.
|
|
5385
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
5385
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
5386
5386
|
*
|
|
5387
5387
|
* List (Enum) type sap.viz.ui5.types.controller.Interaction_selectability_mode
|
|
5388
5388
|
*/
|
|
@@ -5429,7 +5429,7 @@ declare namespace sap {
|
|
|
5429
5429
|
*
|
|
5430
5430
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
5431
5431
|
* make sure you evaluate it thoroughly before migration.
|
|
5432
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
5432
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
5433
5433
|
*
|
|
5434
5434
|
* Module sap.viz.ui5.types.layout.Dock
|
|
5435
5435
|
*/
|
|
@@ -5513,7 +5513,7 @@ declare namespace sap {
|
|
|
5513
5513
|
*
|
|
5514
5514
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
5515
5515
|
* make sure you evaluate it thoroughly before migration.
|
|
5516
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
5516
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
5517
5517
|
*
|
|
5518
5518
|
* Module sap.viz.ui5.types.layout.Stack
|
|
5519
5519
|
*/
|
|
@@ -5703,7 +5703,7 @@ declare namespace sap {
|
|
|
5703
5703
|
*
|
|
5704
5704
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
5705
5705
|
* make sure you evaluate it thoroughly before migration.
|
|
5706
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
5706
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
5707
5707
|
*
|
|
5708
5708
|
* Module sap.viz.ui5.types.legend.Common
|
|
5709
5709
|
*/
|
|
@@ -6048,7 +6048,7 @@ declare namespace sap {
|
|
|
6048
6048
|
*
|
|
6049
6049
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
6050
6050
|
* make sure you evaluate it thoroughly before migration.
|
|
6051
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
6051
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
6052
6052
|
*
|
|
6053
6053
|
* Settings for the legend title
|
|
6054
6054
|
*/
|
|
@@ -6179,7 +6179,7 @@ declare namespace sap {
|
|
|
6179
6179
|
*
|
|
6180
6180
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
6181
6181
|
* make sure you evaluate it thoroughly before migration.
|
|
6182
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
6182
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
6183
6183
|
*
|
|
6184
6184
|
* List (Enum) type sap.viz.ui5.types.legend.Common_alignment
|
|
6185
6185
|
*/
|
|
@@ -6209,7 +6209,7 @@ declare namespace sap {
|
|
|
6209
6209
|
*
|
|
6210
6210
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
6211
6211
|
* make sure you evaluate it thoroughly before migration.
|
|
6212
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
6212
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
6213
6213
|
*
|
|
6214
6214
|
* List (Enum) type sap.viz.ui5.types.legend.Common_drawingEffect
|
|
6215
6215
|
*/
|
|
@@ -6235,7 +6235,7 @@ declare namespace sap {
|
|
|
6235
6235
|
*
|
|
6236
6236
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
6237
6237
|
* make sure you evaluate it thoroughly before migration.
|
|
6238
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
6238
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
6239
6239
|
*
|
|
6240
6240
|
* List (Enum) type sap.viz.ui5.types.legend.Common_position
|
|
6241
6241
|
*/
|
|
@@ -6269,7 +6269,7 @@ declare namespace sap {
|
|
|
6269
6269
|
*
|
|
6270
6270
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
6271
6271
|
* make sure you evaluate it thoroughly before migration.
|
|
6272
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
6272
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
6273
6273
|
*
|
|
6274
6274
|
* List (Enum) type sap.viz.ui5.types.legend.Common_type
|
|
6275
6275
|
*/
|
|
@@ -9476,7 +9476,7 @@ declare namespace sap {
|
|
|
9476
9476
|
*
|
|
9477
9477
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
9478
9478
|
* make sure you evaluate it thoroughly before migration.
|
|
9479
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
9479
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
9480
9480
|
*
|
|
9481
9481
|
* Module sap.viz.ui5.types.Area
|
|
9482
9482
|
*/
|
|
@@ -9900,7 +9900,7 @@ declare namespace sap {
|
|
|
9900
9900
|
*
|
|
9901
9901
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
9902
9902
|
* make sure you evaluate it thoroughly before migration.
|
|
9903
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
9903
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
9904
9904
|
*
|
|
9905
9905
|
* Settings for animations in the plot area
|
|
9906
9906
|
*/
|
|
@@ -10442,7 +10442,7 @@ declare namespace sap {
|
|
|
10442
10442
|
*
|
|
10443
10443
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
10444
10444
|
* make sure you evaluate it thoroughly before migration.
|
|
10445
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
10445
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
10446
10446
|
*
|
|
10447
10447
|
* Module sap.viz.ui5.types.Axis
|
|
10448
10448
|
*/
|
|
@@ -11138,7 +11138,7 @@ declare namespace sap {
|
|
|
11138
11138
|
*
|
|
11139
11139
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
11140
11140
|
* make sure you evaluate it thoroughly before migration.
|
|
11141
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
11141
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
11142
11142
|
*
|
|
11143
11143
|
* Settings for the axis line
|
|
11144
11144
|
*/
|
|
@@ -11339,7 +11339,7 @@ declare namespace sap {
|
|
|
11339
11339
|
*
|
|
11340
11340
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
11341
11341
|
* make sure you evaluate it thoroughly before migration.
|
|
11342
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
11342
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
11343
11343
|
*
|
|
11344
11344
|
* Settings for the gridlines on the axis
|
|
11345
11345
|
*/
|
|
@@ -11726,7 +11726,7 @@ declare namespace sap {
|
|
|
11726
11726
|
*
|
|
11727
11727
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
11728
11728
|
* make sure you evaluate it thoroughly before migration.
|
|
11729
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
11729
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
11730
11730
|
*
|
|
11731
11731
|
* Settings for the labels on this axis
|
|
11732
11732
|
*/
|
|
@@ -12096,7 +12096,7 @@ declare namespace sap {
|
|
|
12096
12096
|
*
|
|
12097
12097
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
12098
12098
|
* make sure you evaluate it thoroughly before migration.
|
|
12099
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
12099
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
12100
12100
|
*
|
|
12101
12101
|
* Set the scale of the value axis. This property only works on value type axes.
|
|
12102
12102
|
*/
|
|
@@ -12286,7 +12286,7 @@ declare namespace sap {
|
|
|
12286
12286
|
*
|
|
12287
12287
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
12288
12288
|
* make sure you evaluate it thoroughly before migration.
|
|
12289
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
12289
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
12290
12290
|
*
|
|
12291
12291
|
* Settings for the axis title
|
|
12292
12292
|
*/
|
|
@@ -12447,7 +12447,7 @@ declare namespace sap {
|
|
|
12447
12447
|
*
|
|
12448
12448
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
12449
12449
|
* make sure you evaluate it thoroughly before migration.
|
|
12450
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
12450
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
12451
12451
|
*
|
|
12452
12452
|
* Module sap.viz.ui5.types.Background
|
|
12453
12453
|
*/
|
|
@@ -12666,7 +12666,7 @@ declare namespace sap {
|
|
|
12666
12666
|
*
|
|
12667
12667
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
12668
12668
|
* make sure you evaluate it thoroughly before migration.
|
|
12669
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
12669
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
12670
12670
|
*
|
|
12671
12671
|
* Settings for the border
|
|
12672
12672
|
*/
|
|
@@ -12902,7 +12902,7 @@ declare namespace sap {
|
|
|
12902
12902
|
*
|
|
12903
12903
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
12904
12904
|
* make sure you evaluate it thoroughly before migration.
|
|
12905
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
12905
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
12906
12906
|
*
|
|
12907
12907
|
* Settings for the bottom border
|
|
12908
12908
|
*/
|
|
@@ -13011,7 +13011,7 @@ declare namespace sap {
|
|
|
13011
13011
|
*
|
|
13012
13012
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
13013
13013
|
* make sure you evaluate it thoroughly before migration.
|
|
13014
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
13014
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
13015
13015
|
*
|
|
13016
13016
|
* Settings for the left border
|
|
13017
13017
|
*/
|
|
@@ -13120,7 +13120,7 @@ declare namespace sap {
|
|
|
13120
13120
|
*
|
|
13121
13121
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
13122
13122
|
* make sure you evaluate it thoroughly before migration.
|
|
13123
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
13123
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
13124
13124
|
*
|
|
13125
13125
|
* Settings for the right border
|
|
13126
13126
|
*/
|
|
@@ -13229,7 +13229,7 @@ declare namespace sap {
|
|
|
13229
13229
|
*
|
|
13230
13230
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
13231
13231
|
* make sure you evaluate it thoroughly before migration.
|
|
13232
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
13232
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
13233
13233
|
*
|
|
13234
13234
|
* Settings for the top border
|
|
13235
13235
|
*/
|
|
@@ -13338,7 +13338,7 @@ declare namespace sap {
|
|
|
13338
13338
|
*
|
|
13339
13339
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
13340
13340
|
* make sure you evaluate it thoroughly before migration.
|
|
13341
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
13341
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
13342
13342
|
*
|
|
13343
13343
|
* Module sap.viz.ui5.types.Bar
|
|
13344
13344
|
*/
|
|
@@ -13764,7 +13764,7 @@ declare namespace sap {
|
|
|
13764
13764
|
*
|
|
13765
13765
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
13766
13766
|
* make sure you evaluate it thoroughly before migration.
|
|
13767
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
13767
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
13768
13768
|
*
|
|
13769
13769
|
* Settings for animations in the plot area
|
|
13770
13770
|
*/
|
|
@@ -14019,7 +14019,7 @@ declare namespace sap {
|
|
|
14019
14019
|
*
|
|
14020
14020
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
14021
14021
|
* make sure you evaluate it thoroughly before migration.
|
|
14022
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
14022
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
14023
14023
|
*
|
|
14024
14024
|
* Module sap.viz.ui5.types.Bubble
|
|
14025
14025
|
*/
|
|
@@ -14665,7 +14665,7 @@ declare namespace sap {
|
|
|
14665
14665
|
*
|
|
14666
14666
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
14667
14667
|
* make sure you evaluate it thoroughly before migration.
|
|
14668
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
14668
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
14669
14669
|
*
|
|
14670
14670
|
* Settings for animations in bubble and scatter charts
|
|
14671
14671
|
*/
|
|
@@ -15041,7 +15041,7 @@ declare namespace sap {
|
|
|
15041
15041
|
*
|
|
15042
15042
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
15043
15043
|
* make sure you evaluate it thoroughly before migration.
|
|
15044
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
15044
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
15045
15045
|
*
|
|
15046
15046
|
* Module sap.viz.ui5.types.Bullet
|
|
15047
15047
|
*/
|
|
@@ -15472,7 +15472,7 @@ declare namespace sap {
|
|
|
15472
15472
|
*
|
|
15473
15473
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
15474
15474
|
* make sure you evaluate it thoroughly before migration.
|
|
15475
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
15475
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
15476
15476
|
*
|
|
15477
15477
|
* Module sap.viz.ui5.types.Combination
|
|
15478
15478
|
*/
|
|
@@ -15868,7 +15868,7 @@ declare namespace sap {
|
|
|
15868
15868
|
*
|
|
15869
15869
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
15870
15870
|
* make sure you evaluate it thoroughly before migration.
|
|
15871
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
15871
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
15872
15872
|
*
|
|
15873
15873
|
* Settings for animations in the plot area
|
|
15874
15874
|
*/
|
|
@@ -16031,7 +16031,7 @@ declare namespace sap {
|
|
|
16031
16031
|
*
|
|
16032
16032
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
16033
16033
|
* make sure you evaluate it thoroughly before migration.
|
|
16034
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
16034
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
16035
16035
|
*
|
|
16036
16036
|
* Settings for bar properties
|
|
16037
16037
|
*/
|
|
@@ -16142,7 +16142,7 @@ declare namespace sap {
|
|
|
16142
16142
|
*
|
|
16143
16143
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
16144
16144
|
* make sure you evaluate it thoroughly before migration.
|
|
16145
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
16145
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
16146
16146
|
*
|
|
16147
16147
|
* Settings for the shape of data series
|
|
16148
16148
|
*/
|
|
@@ -16311,7 +16311,7 @@ declare namespace sap {
|
|
|
16311
16311
|
*
|
|
16312
16312
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
16313
16313
|
* make sure you evaluate it thoroughly before migration.
|
|
16314
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
16314
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
16315
16315
|
*
|
|
16316
16316
|
* Settings for line properties
|
|
16317
16317
|
*/
|
|
@@ -16441,7 +16441,7 @@ declare namespace sap {
|
|
|
16441
16441
|
*
|
|
16442
16442
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
16443
16443
|
* make sure you evaluate it thoroughly before migration.
|
|
16444
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
16444
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
16445
16445
|
*
|
|
16446
16446
|
* Settings for the visual markers for data points
|
|
16447
16447
|
*/
|
|
@@ -16738,7 +16738,7 @@ declare namespace sap {
|
|
|
16738
16738
|
*
|
|
16739
16739
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
16740
16740
|
* make sure you evaluate it thoroughly before migration.
|
|
16741
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
16741
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
16742
16742
|
*
|
|
16743
16743
|
* Module sap.viz.ui5.types.Datalabel
|
|
16744
16744
|
*/
|
|
@@ -17402,7 +17402,7 @@ declare namespace sap {
|
|
|
17402
17402
|
*
|
|
17403
17403
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
17404
17404
|
* make sure you evaluate it thoroughly before migration.
|
|
17405
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
17405
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
17406
17406
|
*
|
|
17407
17407
|
* Module sap.viz.ui5.types.Datatransform
|
|
17408
17408
|
*/
|
|
@@ -17526,7 +17526,7 @@ declare namespace sap {
|
|
|
17526
17526
|
*
|
|
17527
17527
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
17528
17528
|
* make sure you evaluate it thoroughly before migration.
|
|
17529
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
17529
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
17530
17530
|
*
|
|
17531
17531
|
* Settings for the auto-binning algorithm
|
|
17532
17532
|
*/
|
|
@@ -17662,7 +17662,7 @@ declare namespace sap {
|
|
|
17662
17662
|
*
|
|
17663
17663
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
17664
17664
|
* make sure you evaluate it thoroughly before migration.
|
|
17665
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
17665
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
17666
17666
|
*
|
|
17667
17667
|
* Settings for the data sampling algorithm
|
|
17668
17668
|
*/
|
|
@@ -17848,7 +17848,7 @@ declare namespace sap {
|
|
|
17848
17848
|
*
|
|
17849
17849
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
17850
17850
|
* make sure you evaluate it thoroughly before migration.
|
|
17851
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
17851
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
17852
17852
|
*
|
|
17853
17853
|
* Structured Type sap.viz.ui5.types.Datatransform_dataSampling_grid
|
|
17854
17854
|
*/
|
|
@@ -17984,7 +17984,7 @@ declare namespace sap {
|
|
|
17984
17984
|
*
|
|
17985
17985
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
17986
17986
|
* make sure you evaluate it thoroughly before migration.
|
|
17987
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
17987
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
17988
17988
|
*
|
|
17989
17989
|
* Module sap.viz.ui5.types.Heatmap
|
|
17990
17990
|
*/
|
|
@@ -18287,7 +18287,7 @@ declare namespace sap {
|
|
|
18287
18287
|
*
|
|
18288
18288
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
18289
18289
|
* make sure you evaluate it thoroughly before migration.
|
|
18290
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
18290
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
18291
18291
|
*
|
|
18292
18292
|
* Settings for animations in the plot area
|
|
18293
18293
|
*/
|
|
@@ -18446,7 +18446,7 @@ declare namespace sap {
|
|
|
18446
18446
|
*
|
|
18447
18447
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
18448
18448
|
* make sure you evaluate it thoroughly before migration.
|
|
18449
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
18449
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
18450
18450
|
*
|
|
18451
18451
|
* Settings for the border
|
|
18452
18452
|
*/
|
|
@@ -18647,7 +18647,7 @@ declare namespace sap {
|
|
|
18647
18647
|
*
|
|
18648
18648
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
18649
18649
|
* make sure you evaluate it thoroughly before migration.
|
|
18650
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
18650
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
18651
18651
|
*
|
|
18652
18652
|
* Module sap.viz.ui5.types.Legend
|
|
18653
18653
|
*/
|
|
@@ -18748,7 +18748,7 @@ declare namespace sap {
|
|
|
18748
18748
|
*
|
|
18749
18749
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
18750
18750
|
* make sure you evaluate it thoroughly before migration.
|
|
18751
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
18751
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
18752
18752
|
*
|
|
18753
18753
|
* Settings for the layout of the legend area
|
|
18754
18754
|
*/
|
|
@@ -18886,7 +18886,7 @@ declare namespace sap {
|
|
|
18886
18886
|
*
|
|
18887
18887
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
18888
18888
|
* make sure you evaluate it thoroughly before migration.
|
|
18889
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
18889
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
18890
18890
|
*
|
|
18891
18891
|
* Module sap.viz.ui5.types.Line
|
|
18892
18892
|
*/
|
|
@@ -19330,7 +19330,7 @@ declare namespace sap {
|
|
|
19330
19330
|
*
|
|
19331
19331
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
19332
19332
|
* make sure you evaluate it thoroughly before migration.
|
|
19333
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
19333
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
19334
19334
|
*
|
|
19335
19335
|
* Settings for animations.
|
|
19336
19336
|
*/
|
|
@@ -19585,7 +19585,7 @@ declare namespace sap {
|
|
|
19585
19585
|
*
|
|
19586
19586
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
19587
19587
|
* make sure you evaluate it thoroughly before migration.
|
|
19588
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
19588
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
19589
19589
|
*
|
|
19590
19590
|
* Settings for marker/data point graphics
|
|
19591
19591
|
*/
|
|
@@ -19875,7 +19875,7 @@ declare namespace sap {
|
|
|
19875
19875
|
*
|
|
19876
19876
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
19877
19877
|
* make sure you evaluate it thoroughly before migration.
|
|
19878
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
19878
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
19879
19879
|
*
|
|
19880
19880
|
* Module sap.viz.ui5.types.Pie
|
|
19881
19881
|
*/
|
|
@@ -20229,7 +20229,7 @@ declare namespace sap {
|
|
|
20229
20229
|
*
|
|
20230
20230
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
20231
20231
|
* make sure you evaluate it thoroughly before migration.
|
|
20232
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
20232
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
20233
20233
|
*
|
|
20234
20234
|
* Settings for animations in the plot area
|
|
20235
20235
|
*/
|
|
@@ -20575,7 +20575,7 @@ declare namespace sap {
|
|
|
20575
20575
|
*
|
|
20576
20576
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
20577
20577
|
* make sure you evaluate it thoroughly before migration.
|
|
20578
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
20578
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
20579
20579
|
*
|
|
20580
20580
|
* Module sap.viz.ui5.types.RootContainer
|
|
20581
20581
|
*/
|
|
@@ -20676,7 +20676,7 @@ declare namespace sap {
|
|
|
20676
20676
|
*
|
|
20677
20677
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
20678
20678
|
* make sure you evaluate it thoroughly before migration.
|
|
20679
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
20679
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
20680
20680
|
*
|
|
20681
20681
|
* Settings for the layout of the root container
|
|
20682
20682
|
*/
|
|
@@ -21006,7 +21006,7 @@ declare namespace sap {
|
|
|
21006
21006
|
*
|
|
21007
21007
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
21008
21008
|
* make sure you evaluate it thoroughly before migration.
|
|
21009
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
21009
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
21010
21010
|
*
|
|
21011
21011
|
* Module sap.viz.ui5.types.Scatter
|
|
21012
21012
|
*/
|
|
@@ -21524,7 +21524,7 @@ declare namespace sap {
|
|
|
21524
21524
|
*
|
|
21525
21525
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
21526
21526
|
* make sure you evaluate it thoroughly before migration.
|
|
21527
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
21527
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
21528
21528
|
*
|
|
21529
21529
|
* Settings for animations in bubble and scatter charts
|
|
21530
21530
|
*/
|
|
@@ -21903,7 +21903,7 @@ declare namespace sap {
|
|
|
21903
21903
|
*
|
|
21904
21904
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
21905
21905
|
* make sure you evaluate it thoroughly before migration.
|
|
21906
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
21906
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
21907
21907
|
*
|
|
21908
21908
|
* Module sap.viz.ui5.types.StackedVerticalBar
|
|
21909
21909
|
*/
|
|
@@ -22290,7 +22290,7 @@ declare namespace sap {
|
|
|
22290
22290
|
*
|
|
22291
22291
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
22292
22292
|
* make sure you evaluate it thoroughly before migration.
|
|
22293
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
22293
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
22294
22294
|
*
|
|
22295
22295
|
* Settings for animations in the plot area
|
|
22296
22296
|
*/
|
|
@@ -22553,7 +22553,7 @@ declare namespace sap {
|
|
|
22553
22553
|
*
|
|
22554
22554
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
22555
22555
|
* make sure you evaluate it thoroughly before migration.
|
|
22556
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
22556
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
22557
22557
|
*
|
|
22558
22558
|
* Module sap.viz.ui5.types.Title
|
|
22559
22559
|
*/
|
|
@@ -22869,7 +22869,7 @@ declare namespace sap {
|
|
|
22869
22869
|
*
|
|
22870
22870
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
22871
22871
|
* make sure you evaluate it thoroughly before migration.
|
|
22872
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
22872
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
22873
22873
|
*
|
|
22874
22874
|
* Module sap.viz.ui5.types.Tooltip
|
|
22875
22875
|
*/
|
|
@@ -23368,7 +23368,7 @@ declare namespace sap {
|
|
|
23368
23368
|
*
|
|
23369
23369
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
23370
23370
|
* make sure you evaluate it thoroughly before migration.
|
|
23371
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
23371
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
23372
23372
|
*
|
|
23373
23373
|
* Define the background style of the tooltip.
|
|
23374
23374
|
*/
|
|
@@ -24225,7 +24225,7 @@ declare namespace sap {
|
|
|
24225
24225
|
*
|
|
24226
24226
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
24227
24227
|
* make sure you evaluate it thoroughly before migration.
|
|
24228
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
24228
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
24229
24229
|
*
|
|
24230
24230
|
* Module sap.viz.ui5.types.Treemap
|
|
24231
24231
|
*/
|
|
@@ -24528,7 +24528,7 @@ declare namespace sap {
|
|
|
24528
24528
|
*
|
|
24529
24529
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
24530
24530
|
* make sure you evaluate it thoroughly before migration.
|
|
24531
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
24531
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
24532
24532
|
*
|
|
24533
24533
|
* Settings for animations in the plot area
|
|
24534
24534
|
*/
|
|
@@ -24687,7 +24687,7 @@ declare namespace sap {
|
|
|
24687
24687
|
*
|
|
24688
24688
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
24689
24689
|
* make sure you evaluate it thoroughly before migration.
|
|
24690
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
24690
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
24691
24691
|
*
|
|
24692
24692
|
* Settings for the border
|
|
24693
24693
|
*/
|
|
@@ -24888,7 +24888,7 @@ declare namespace sap {
|
|
|
24888
24888
|
*
|
|
24889
24889
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
24890
24890
|
* make sure you evaluate it thoroughly before migration.
|
|
24891
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
24891
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
24892
24892
|
*
|
|
24893
24893
|
* Module sap.viz.ui5.types.VerticalBar
|
|
24894
24894
|
*/
|
|
@@ -25248,7 +25248,7 @@ declare namespace sap {
|
|
|
25248
25248
|
*
|
|
25249
25249
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25250
25250
|
* make sure you evaluate it thoroughly before migration.
|
|
25251
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25251
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25252
25252
|
*
|
|
25253
25253
|
* Settings for animations in the plot area
|
|
25254
25254
|
*/
|
|
@@ -25510,7 +25510,7 @@ declare namespace sap {
|
|
|
25510
25510
|
*
|
|
25511
25511
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25512
25512
|
* make sure you evaluate it thoroughly before migration.
|
|
25513
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25513
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25514
25514
|
*
|
|
25515
25515
|
* Module sap.viz.ui5.types.XYContainer
|
|
25516
25516
|
*/
|
|
@@ -25621,7 +25621,7 @@ declare namespace sap {
|
|
|
25621
25621
|
*
|
|
25622
25622
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25623
25623
|
* make sure you evaluate it thoroughly before migration.
|
|
25624
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25624
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25625
25625
|
*
|
|
25626
25626
|
* List (Enum) type sap.viz.ui5.types.Area_drawingEffect
|
|
25627
25627
|
*/
|
|
@@ -25647,7 +25647,7 @@ declare namespace sap {
|
|
|
25647
25647
|
*
|
|
25648
25648
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25649
25649
|
* make sure you evaluate it thoroughly before migration.
|
|
25650
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25650
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25651
25651
|
*
|
|
25652
25652
|
* List (Enum) type sap.viz.ui5.types.Area_marker_shape
|
|
25653
25653
|
*/
|
|
@@ -25697,7 +25697,7 @@ declare namespace sap {
|
|
|
25697
25697
|
*
|
|
25698
25698
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25699
25699
|
* make sure you evaluate it thoroughly before migration.
|
|
25700
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25700
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25701
25701
|
*
|
|
25702
25702
|
* List (Enum) type sap.viz.ui5.types.Area_mode
|
|
25703
25703
|
*/
|
|
@@ -25723,7 +25723,7 @@ declare namespace sap {
|
|
|
25723
25723
|
*
|
|
25724
25724
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25725
25725
|
* make sure you evaluate it thoroughly before migration.
|
|
25726
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25726
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25727
25727
|
*
|
|
25728
25728
|
* List (Enum) type sap.viz.ui5.types.Area_orientation
|
|
25729
25729
|
*/
|
|
@@ -25749,7 +25749,7 @@ declare namespace sap {
|
|
|
25749
25749
|
*
|
|
25750
25750
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25751
25751
|
* make sure you evaluate it thoroughly before migration.
|
|
25752
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25752
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25753
25753
|
*
|
|
25754
25754
|
* List (Enum) type sap.viz.ui5.types.Axis_gridline_type
|
|
25755
25755
|
*/
|
|
@@ -25779,7 +25779,7 @@ declare namespace sap {
|
|
|
25779
25779
|
*
|
|
25780
25780
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25781
25781
|
* make sure you evaluate it thoroughly before migration.
|
|
25782
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25782
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25783
25783
|
*
|
|
25784
25784
|
* List (Enum) type sap.viz.ui5.types.Axis_label_unitFormatType
|
|
25785
25785
|
*/
|
|
@@ -25805,7 +25805,7 @@ declare namespace sap {
|
|
|
25805
25805
|
*
|
|
25806
25806
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25807
25807
|
* make sure you evaluate it thoroughly before migration.
|
|
25808
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25808
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25809
25809
|
*
|
|
25810
25810
|
* List (Enum) type sap.viz.ui5.types.Axis_position
|
|
25811
25811
|
*/
|
|
@@ -25839,7 +25839,7 @@ declare namespace sap {
|
|
|
25839
25839
|
*
|
|
25840
25840
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25841
25841
|
* make sure you evaluate it thoroughly before migration.
|
|
25842
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25842
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25843
25843
|
*
|
|
25844
25844
|
* List (Enum) type sap.viz.ui5.types.Axis_type
|
|
25845
25845
|
*/
|
|
@@ -25869,7 +25869,7 @@ declare namespace sap {
|
|
|
25869
25869
|
*
|
|
25870
25870
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25871
25871
|
* make sure you evaluate it thoroughly before migration.
|
|
25872
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25872
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25873
25873
|
*
|
|
25874
25874
|
* List (Enum) type sap.viz.ui5.types.Background_direction
|
|
25875
25875
|
*/
|
|
@@ -25895,7 +25895,7 @@ declare namespace sap {
|
|
|
25895
25895
|
*
|
|
25896
25896
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25897
25897
|
* make sure you evaluate it thoroughly before migration.
|
|
25898
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25898
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25899
25899
|
*
|
|
25900
25900
|
* List (Enum) type sap.viz.ui5.types.Background_drawingEffect
|
|
25901
25901
|
*/
|
|
@@ -25921,7 +25921,7 @@ declare namespace sap {
|
|
|
25921
25921
|
*
|
|
25922
25922
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25923
25923
|
* make sure you evaluate it thoroughly before migration.
|
|
25924
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25924
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25925
25925
|
*
|
|
25926
25926
|
* List (Enum) type sap.viz.ui5.types.Bar_drawingEffect
|
|
25927
25927
|
*/
|
|
@@ -25947,7 +25947,7 @@ declare namespace sap {
|
|
|
25947
25947
|
*
|
|
25948
25948
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25949
25949
|
* make sure you evaluate it thoroughly before migration.
|
|
25950
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25950
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25951
25951
|
*
|
|
25952
25952
|
* List (Enum) type sap.viz.ui5.types.Bar_orientation
|
|
25953
25953
|
*/
|
|
@@ -25973,7 +25973,7 @@ declare namespace sap {
|
|
|
25973
25973
|
*
|
|
25974
25974
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
25975
25975
|
* make sure you evaluate it thoroughly before migration.
|
|
25976
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
25976
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
25977
25977
|
*
|
|
25978
25978
|
* List (Enum) type sap.viz.ui5.types.Bubble_drawingEffect
|
|
25979
25979
|
*/
|
|
@@ -25999,7 +25999,7 @@ declare namespace sap {
|
|
|
25999
25999
|
*
|
|
26000
26000
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26001
26001
|
* make sure you evaluate it thoroughly before migration.
|
|
26002
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26002
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26003
26003
|
*
|
|
26004
26004
|
* List (Enum) type sap.viz.ui5.types.Bullet_drawingEffect
|
|
26005
26005
|
*/
|
|
@@ -26025,7 +26025,7 @@ declare namespace sap {
|
|
|
26025
26025
|
*
|
|
26026
26026
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26027
26027
|
* make sure you evaluate it thoroughly before migration.
|
|
26028
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26028
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26029
26029
|
*
|
|
26030
26030
|
* List (Enum) type sap.viz.ui5.types.Bullet_orientation
|
|
26031
26031
|
*/
|
|
@@ -26051,7 +26051,7 @@ declare namespace sap {
|
|
|
26051
26051
|
*
|
|
26052
26052
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26053
26053
|
* make sure you evaluate it thoroughly before migration.
|
|
26054
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26054
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26055
26055
|
*
|
|
26056
26056
|
* List (Enum) type sap.viz.ui5.types.Combination_drawingEffect
|
|
26057
26057
|
*/
|
|
@@ -26077,7 +26077,7 @@ declare namespace sap {
|
|
|
26077
26077
|
*
|
|
26078
26078
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26079
26079
|
* make sure you evaluate it thoroughly before migration.
|
|
26080
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26080
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26081
26081
|
*
|
|
26082
26082
|
* List (Enum) type sap.viz.ui5.types.Combination_orientation
|
|
26083
26083
|
*/
|
|
@@ -26103,7 +26103,7 @@ declare namespace sap {
|
|
|
26103
26103
|
*
|
|
26104
26104
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26105
26105
|
* make sure you evaluate it thoroughly before migration.
|
|
26106
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26106
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26107
26107
|
*
|
|
26108
26108
|
* List (Enum) type sap.viz.ui5.types.Datalabel_orientation
|
|
26109
26109
|
*/
|
|
@@ -26129,7 +26129,7 @@ declare namespace sap {
|
|
|
26129
26129
|
*
|
|
26130
26130
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26131
26131
|
* make sure you evaluate it thoroughly before migration.
|
|
26132
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26132
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26133
26133
|
*
|
|
26134
26134
|
* List (Enum) type sap.viz.ui5.types.Datalabel_outsidePosition
|
|
26135
26135
|
*/
|
|
@@ -26163,7 +26163,7 @@ declare namespace sap {
|
|
|
26163
26163
|
*
|
|
26164
26164
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26165
26165
|
* make sure you evaluate it thoroughly before migration.
|
|
26166
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26166
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26167
26167
|
*
|
|
26168
26168
|
* List (Enum) type sap.viz.ui5.types.Datalabel_paintingMode
|
|
26169
26169
|
*/
|
|
@@ -26189,7 +26189,7 @@ declare namespace sap {
|
|
|
26189
26189
|
*
|
|
26190
26190
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26191
26191
|
* make sure you evaluate it thoroughly before migration.
|
|
26192
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26192
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26193
26193
|
*
|
|
26194
26194
|
* List (Enum) type sap.viz.ui5.types.Datalabel_position
|
|
26195
26195
|
*/
|
|
@@ -26215,7 +26215,7 @@ declare namespace sap {
|
|
|
26215
26215
|
*
|
|
26216
26216
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26217
26217
|
* make sure you evaluate it thoroughly before migration.
|
|
26218
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26218
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26219
26219
|
*
|
|
26220
26220
|
* List (Enum) type sap.viz.ui5.types.Legend_layout_position
|
|
26221
26221
|
*/
|
|
@@ -26249,7 +26249,7 @@ declare namespace sap {
|
|
|
26249
26249
|
*
|
|
26250
26250
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26251
26251
|
* make sure you evaluate it thoroughly before migration.
|
|
26252
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26252
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26253
26253
|
*
|
|
26254
26254
|
* List (Enum) type sap.viz.ui5.types.Line_drawingEffect
|
|
26255
26255
|
*/
|
|
@@ -26275,7 +26275,7 @@ declare namespace sap {
|
|
|
26275
26275
|
*
|
|
26276
26276
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26277
26277
|
* make sure you evaluate it thoroughly before migration.
|
|
26278
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26278
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26279
26279
|
*
|
|
26280
26280
|
* List (Enum) type sap.viz.ui5.types.Line_marker_shape
|
|
26281
26281
|
*/
|
|
@@ -26325,7 +26325,7 @@ declare namespace sap {
|
|
|
26325
26325
|
*
|
|
26326
26326
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26327
26327
|
* make sure you evaluate it thoroughly before migration.
|
|
26328
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26328
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26329
26329
|
*
|
|
26330
26330
|
* List (Enum) type sap.viz.ui5.types.Line_orientation
|
|
26331
26331
|
*/
|
|
@@ -26351,7 +26351,7 @@ declare namespace sap {
|
|
|
26351
26351
|
*
|
|
26352
26352
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26353
26353
|
* make sure you evaluate it thoroughly before migration.
|
|
26354
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26354
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26355
26355
|
*
|
|
26356
26356
|
* List (Enum) type sap.viz.ui5.types.Pie_drawingEffect
|
|
26357
26357
|
*/
|
|
@@ -26377,7 +26377,7 @@ declare namespace sap {
|
|
|
26377
26377
|
*
|
|
26378
26378
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26379
26379
|
* make sure you evaluate it thoroughly before migration.
|
|
26380
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26380
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26381
26381
|
*
|
|
26382
26382
|
* List (Enum) type sap.viz.ui5.types.Pie_valign
|
|
26383
26383
|
*/
|
|
@@ -26403,7 +26403,7 @@ declare namespace sap {
|
|
|
26403
26403
|
*
|
|
26404
26404
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26405
26405
|
* make sure you evaluate it thoroughly before migration.
|
|
26406
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26406
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26407
26407
|
*
|
|
26408
26408
|
* List (Enum) type sap.viz.ui5.types.Scatter_drawingEffect
|
|
26409
26409
|
*/
|
|
@@ -26429,7 +26429,7 @@ declare namespace sap {
|
|
|
26429
26429
|
*
|
|
26430
26430
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26431
26431
|
* make sure you evaluate it thoroughly before migration.
|
|
26432
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26432
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26433
26433
|
*
|
|
26434
26434
|
* List (Enum) type sap.viz.ui5.types.StackedVerticalBar_drawingEffect
|
|
26435
26435
|
*/
|
|
@@ -26455,7 +26455,7 @@ declare namespace sap {
|
|
|
26455
26455
|
*
|
|
26456
26456
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26457
26457
|
* make sure you evaluate it thoroughly before migration.
|
|
26458
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26458
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26459
26459
|
*
|
|
26460
26460
|
* List (Enum) type sap.viz.ui5.types.StackedVerticalBar_mode
|
|
26461
26461
|
*/
|
|
@@ -26481,7 +26481,7 @@ declare namespace sap {
|
|
|
26481
26481
|
*
|
|
26482
26482
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26483
26483
|
* make sure you evaluate it thoroughly before migration.
|
|
26484
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26484
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26485
26485
|
*
|
|
26486
26486
|
* List (Enum) type sap.viz.ui5.types.StackedVerticalBar_orientation
|
|
26487
26487
|
*/
|
|
@@ -26507,7 +26507,7 @@ declare namespace sap {
|
|
|
26507
26507
|
*
|
|
26508
26508
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26509
26509
|
* make sure you evaluate it thoroughly before migration.
|
|
26510
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26510
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26511
26511
|
*
|
|
26512
26512
|
* List (Enum) type sap.viz.ui5.types.Title_alignment
|
|
26513
26513
|
*/
|
|
@@ -26537,7 +26537,7 @@ declare namespace sap {
|
|
|
26537
26537
|
*
|
|
26538
26538
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26539
26539
|
* make sure you evaluate it thoroughly before migration.
|
|
26540
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26540
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26541
26541
|
*
|
|
26542
26542
|
* List (Enum) type sap.viz.ui5.types.Tooltip_drawingEffect
|
|
26543
26543
|
*/
|
|
@@ -26563,7 +26563,7 @@ declare namespace sap {
|
|
|
26563
26563
|
*
|
|
26564
26564
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26565
26565
|
* make sure you evaluate it thoroughly before migration.
|
|
26566
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26566
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26567
26567
|
*
|
|
26568
26568
|
* List (Enum) type sap.viz.ui5.types.VerticalBar_drawingEffect
|
|
26569
26569
|
*/
|
|
@@ -26589,7 +26589,7 @@ declare namespace sap {
|
|
|
26589
26589
|
*
|
|
26590
26590
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
26591
26591
|
* make sure you evaluate it thoroughly before migration.
|
|
26592
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
26592
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
26593
26593
|
*
|
|
26594
26594
|
* List (Enum) type sap.viz.ui5.types.VerticalBar_orientation
|
|
26595
26595
|
*/
|
|
@@ -29440,7 +29440,7 @@ declare namespace sap {
|
|
|
29440
29440
|
* as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
|
|
29441
29441
|
* won't receive new features or improvements, only important bug fixes. They will only remain in the SAPUI5
|
|
29442
29442
|
* distribution for backward compatibility.
|
|
29443
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
29443
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
29444
29444
|
*
|
|
29445
29445
|
* Chart sap.viz.ui5.Area
|
|
29446
29446
|
*/
|
|
@@ -30217,7 +30217,7 @@ declare namespace sap {
|
|
|
30217
30217
|
* as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
|
|
30218
30218
|
* won't receive new features or improvements, only important bug fixes. They will only remain in the SAPUI5
|
|
30219
30219
|
* distribution for backward compatibility.
|
|
30220
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
30220
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
30221
30221
|
*
|
|
30222
30222
|
* Chart sap.viz.ui5.Area100
|
|
30223
30223
|
*/
|
|
@@ -31001,7 +31001,7 @@ declare namespace sap {
|
|
|
31001
31001
|
*
|
|
31002
31002
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
31003
31003
|
* make sure you evaluate it thoroughly before migration.
|
|
31004
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
31004
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
31005
31005
|
*
|
|
31006
31006
|
* Chart sap.viz.ui5.Bar
|
|
31007
31007
|
*/
|
|
@@ -31785,7 +31785,7 @@ declare namespace sap {
|
|
|
31785
31785
|
*
|
|
31786
31786
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
31787
31787
|
* make sure you evaluate it thoroughly before migration.
|
|
31788
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
31788
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
31789
31789
|
*
|
|
31790
31790
|
* Chart sap.viz.ui5.Bubble
|
|
31791
31791
|
*/
|
|
@@ -32592,7 +32592,7 @@ declare namespace sap {
|
|
|
32592
32592
|
*
|
|
32593
32593
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
32594
32594
|
* make sure you evaluate it thoroughly before migration.
|
|
32595
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
32595
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
32596
32596
|
*
|
|
32597
32597
|
* Chart sap.viz.ui5.Bullet
|
|
32598
32598
|
*/
|
|
@@ -33330,7 +33330,7 @@ declare namespace sap {
|
|
|
33330
33330
|
*
|
|
33331
33331
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
33332
33332
|
* make sure you evaluate it thoroughly before migration.
|
|
33333
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
33333
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
33334
33334
|
*
|
|
33335
33335
|
* Chart sap.viz.ui5.Column
|
|
33336
33336
|
*/
|
|
@@ -34114,7 +34114,7 @@ declare namespace sap {
|
|
|
34114
34114
|
*
|
|
34115
34115
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
34116
34116
|
* make sure you evaluate it thoroughly before migration.
|
|
34117
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
34117
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
34118
34118
|
*
|
|
34119
34119
|
* Chart sap.viz.ui5.Combination
|
|
34120
34120
|
*/
|
|
@@ -34898,7 +34898,7 @@ declare namespace sap {
|
|
|
34898
34898
|
*
|
|
34899
34899
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
34900
34900
|
* make sure you evaluate it thoroughly before migration.
|
|
34901
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
34901
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
34902
34902
|
*
|
|
34903
34903
|
* Chart sap.viz.ui5.Donut
|
|
34904
34904
|
*/
|
|
@@ -35636,7 +35636,7 @@ declare namespace sap {
|
|
|
35636
35636
|
*
|
|
35637
35637
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
35638
35638
|
* make sure you evaluate it thoroughly before migration.
|
|
35639
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
35639
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
35640
35640
|
*
|
|
35641
35641
|
* Chart sap.viz.ui5.DualBar
|
|
35642
35642
|
*/
|
|
@@ -36443,7 +36443,7 @@ declare namespace sap {
|
|
|
36443
36443
|
*
|
|
36444
36444
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
36445
36445
|
* make sure you evaluate it thoroughly before migration.
|
|
36446
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
36446
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
36447
36447
|
*
|
|
36448
36448
|
* Chart sap.viz.ui5.DualColumn
|
|
36449
36449
|
*/
|
|
@@ -37243,7 +37243,7 @@ declare namespace sap {
|
|
|
37243
37243
|
* as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
|
|
37244
37244
|
* won't receive new features or improvements, only important bug fixes. They will only remain in the SAPUI5
|
|
37245
37245
|
* distribution for backward compatibility.
|
|
37246
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
37246
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
37247
37247
|
*
|
|
37248
37248
|
* Chart sap.viz.ui5.DualCombination
|
|
37249
37249
|
*/
|
|
@@ -38050,7 +38050,7 @@ declare namespace sap {
|
|
|
38050
38050
|
*
|
|
38051
38051
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
38052
38052
|
* make sure you evaluate it thoroughly before migration.
|
|
38053
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
38053
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
38054
38054
|
*
|
|
38055
38055
|
* Chart sap.viz.ui5.DualLine
|
|
38056
38056
|
*/
|
|
@@ -38857,7 +38857,7 @@ declare namespace sap {
|
|
|
38857
38857
|
*
|
|
38858
38858
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
38859
38859
|
* make sure you evaluate it thoroughly before migration.
|
|
38860
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
38860
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
38861
38861
|
*
|
|
38862
38862
|
* Chart sap.viz.ui5.DualStackedColumn
|
|
38863
38863
|
*/
|
|
@@ -39664,7 +39664,7 @@ declare namespace sap {
|
|
|
39664
39664
|
*
|
|
39665
39665
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
39666
39666
|
* make sure you evaluate it thoroughly before migration.
|
|
39667
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
39667
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
39668
39668
|
*
|
|
39669
39669
|
* Chart sap.viz.ui5.DualStackedColumn100
|
|
39670
39670
|
*/
|
|
@@ -40471,7 +40471,7 @@ declare namespace sap {
|
|
|
40471
40471
|
*
|
|
40472
40472
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
40473
40473
|
* make sure you evaluate it thoroughly before migration.
|
|
40474
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
40474
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
40475
40475
|
*
|
|
40476
40476
|
* Chart sap.viz.ui5.Heatmap
|
|
40477
40477
|
*/
|
|
@@ -41225,7 +41225,7 @@ declare namespace sap {
|
|
|
41225
41225
|
* as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
|
|
41226
41226
|
* won't receive new features or improvements, only important bug fixes. They will only remain in the SAPUI5
|
|
41227
41227
|
* distribution for backward compatibility.
|
|
41228
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
41228
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
41229
41229
|
*
|
|
41230
41230
|
* Chart sap.viz.ui5.HorizontalArea
|
|
41231
41231
|
*/
|
|
@@ -42002,7 +42002,7 @@ declare namespace sap {
|
|
|
42002
42002
|
* as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
|
|
42003
42003
|
* won't receive new features or improvements, only important bug fixes. They will only remain in the SAPUI5
|
|
42004
42004
|
* distribution for backward compatibility.
|
|
42005
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
42005
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
42006
42006
|
*
|
|
42007
42007
|
* Chart sap.viz.ui5.HorizontalArea100
|
|
42008
42008
|
*/
|
|
@@ -42786,7 +42786,7 @@ declare namespace sap {
|
|
|
42786
42786
|
*
|
|
42787
42787
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
42788
42788
|
* make sure you evaluate it thoroughly before migration.
|
|
42789
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
42789
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
42790
42790
|
*
|
|
42791
42791
|
* Chart sap.viz.ui5.Line
|
|
42792
42792
|
*/
|
|
@@ -43570,7 +43570,7 @@ declare namespace sap {
|
|
|
43570
43570
|
*
|
|
43571
43571
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
43572
43572
|
* make sure you evaluate it thoroughly before migration.
|
|
43573
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
43573
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
43574
43574
|
*
|
|
43575
43575
|
* Chart sap.viz.ui5.Pie
|
|
43576
43576
|
*/
|
|
@@ -44308,7 +44308,7 @@ declare namespace sap {
|
|
|
44308
44308
|
*
|
|
44309
44309
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
44310
44310
|
* make sure you evaluate it thoroughly before migration.
|
|
44311
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
44311
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
44312
44312
|
*
|
|
44313
44313
|
* Chart sap.viz.ui5.Scatter
|
|
44314
44314
|
*/
|
|
@@ -45115,7 +45115,7 @@ declare namespace sap {
|
|
|
45115
45115
|
*
|
|
45116
45116
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
45117
45117
|
* make sure you evaluate it thoroughly before migration.
|
|
45118
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
45118
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
45119
45119
|
*
|
|
45120
45120
|
* Chart sap.viz.ui5.StackedColumn
|
|
45121
45121
|
*/
|
|
@@ -45899,7 +45899,7 @@ declare namespace sap {
|
|
|
45899
45899
|
*
|
|
45900
45900
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
45901
45901
|
* make sure you evaluate it thoroughly before migration.
|
|
45902
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
45902
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
45903
45903
|
*
|
|
45904
45904
|
* Chart sap.viz.ui5.StackedColumn100
|
|
45905
45905
|
*/
|
|
@@ -46683,7 +46683,7 @@ declare namespace sap {
|
|
|
46683
46683
|
*
|
|
46684
46684
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
46685
46685
|
* make sure you evaluate it thoroughly before migration.
|
|
46686
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
46686
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
46687
46687
|
*
|
|
46688
46688
|
* Chart sap.viz.ui5.TimeBubble
|
|
46689
46689
|
*/
|
|
@@ -47483,7 +47483,7 @@ declare namespace sap {
|
|
|
47483
47483
|
* as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
|
|
47484
47484
|
* won't receive new features or improvements, only important bug fixes. They will only remain in the SAPUI5
|
|
47485
47485
|
* distribution for backward compatibility.
|
|
47486
|
-
* @EXPERIMENTAL (since 1.7.2)
|
|
47486
|
+
* @EXPERIMENTAL (since 1.7.2) - Charting API is not finished yet and might change completely.
|
|
47487
47487
|
*
|
|
47488
47488
|
* Chart sap.viz.ui5.Treemap
|
|
47489
47489
|
*/
|
|
@@ -48197,7 +48197,7 @@ declare namespace sap {
|
|
|
48197
48197
|
*
|
|
48198
48198
|
* **Note**: As the feature set, design and API usage of VizFrame might differ from the old chart controls,
|
|
48199
48199
|
* make sure you evaluate it thoroughly before migration.
|
|
48200
|
-
* @EXPERIMENTAL (since 1.19.0)
|
|
48200
|
+
* @EXPERIMENTAL (since 1.19.0) - API is not finished yet and might change completely
|
|
48201
48201
|
*
|
|
48202
48202
|
* Controls ui5/VizContainer
|
|
48203
48203
|
*/
|