@sapui5/ts-types 1.114.0 → 1.115.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/index.d.ts +2 -0
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +135 -67
- package/types/sap.chart.d.ts +216 -144
- package/types/sap.collaboration.d.ts +80 -78
- package/types/sap.esh.search.ui.d.ts +93 -1
- package/types/sap.f.d.ts +1987 -1517
- package/types/sap.fe.core.d.ts +95 -209
- package/types/sap.fe.macros.d.ts +112 -10
- package/types/sap.fe.navigation.d.ts +39 -32
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +10 -278
- package/types/sap.fe.test.d.ts +7 -13
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1716 -1087
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +35 -9
- package/types/sap.m.d.ts +26776 -22688
- package/types/sap.makit.d.ts +87 -28
- package/types/sap.me.d.ts +166 -74
- package/types/sap.ndc.d.ts +115 -43
- package/types/sap.ovp.d.ts +1 -2
- package/types/sap.rules.ui.d.ts +43 -19
- package/types/sap.sac.df.d.ts +3 -3
- package/types/sap.suite.ui.commons.d.ts +2056 -1282
- package/types/sap.suite.ui.generic.template.d.ts +99 -102
- package/types/sap.suite.ui.microchart.d.ts +503 -322
- package/types/sap.tnt.d.ts +160 -86
- package/types/sap.ui.codeeditor.d.ts +64 -38
- package/types/sap.ui.commons.d.ts +1377 -793
- package/types/sap.ui.comp.d.ts +4158 -2831
- package/types/sap.ui.core.d.ts +6006 -3642
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +71 -53
- package/types/sap.ui.fl.d.ts +162 -97
- package/types/sap.ui.generic.app.d.ts +40 -39
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +497 -373
- package/types/sap.ui.layout.d.ts +598 -631
- package/types/sap.ui.mdc.d.ts +21985 -6
- package/types/sap.ui.richtexteditor.d.ts +107 -70
- package/types/sap.ui.rta.d.ts +7 -8
- package/types/sap.ui.suite.d.ts +29 -14
- package/types/sap.ui.support.d.ts +15 -17
- package/types/sap.ui.table.d.ts +910 -628
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1775 -1166
- package/types/sap.ui.ux3.d.ts +1469 -759
- package/types/sap.ui.vbm.d.ts +1262 -710
- package/types/sap.ui.vk.d.ts +2981 -1751
- package/types/sap.ui.vtm.d.ts +704 -457
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +812 -448
- package/types/sap.ui.webc.main.d.ts +2045 -1068
- package/types/sap.uiext.inbox.d.ts +168 -41
- package/types/sap.ushell.d.ts +722 -424
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +469 -343
- package/types/sap.viz.d.ts +2196 -833
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +5 -5
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +147 -81
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -225,9 +225,9 @@ declare namespace sap {
|
|
|
225
225
|
| `{${string}}`;
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
|
-
* How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType
|
|
229
|
-
*
|
|
230
|
-
*
|
|
228
|
+
* How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType category},
|
|
229
|
+
* {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType category2}.
|
|
230
|
+
* The default is {@link sap.chart.data.DimensionRoleType category}.
|
|
231
231
|
*
|
|
232
232
|
* You can create a new dimension as follow:
|
|
233
233
|
* ```javascript
|
|
@@ -249,7 +249,7 @@ declare namespace sap {
|
|
|
249
249
|
extends sap.chart.data.$DimensionSettings {
|
|
250
250
|
/**
|
|
251
251
|
* Level restriction to be applied to this hierarchy dimension. NOTE: Setting this property will cause initialization
|
|
252
|
-
* of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack}
|
|
252
|
+
* of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack }
|
|
253
253
|
* and refer to 'hierarchylevel' if you need current level after drilling
|
|
254
254
|
*/
|
|
255
255
|
level?:
|
|
@@ -286,12 +286,12 @@ declare namespace sap {
|
|
|
286
286
|
valueFormat?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
287
287
|
|
|
288
288
|
/**
|
|
289
|
-
* How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType
|
|
290
|
-
*
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
*
|
|
294
|
-
*
|
|
289
|
+
* How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType axis1},
|
|
290
|
+
* {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and {@link sap.chart.data.MeasureRoleType axis4}.
|
|
291
|
+
* The default is {@link sap.chart.data.MeasureRoleType axis1}. They correspond to the well-known concepts
|
|
292
|
+
* of axis identifiers in the Cartesian coordinate system, e.g. a Y-axis in a bar/column/line chart, an
|
|
293
|
+
* X- and a Y-axis in a scatter chart, or two Y-axes in bar charts, and an optional third axis for the weight/size/intensity/temperature
|
|
294
|
+
* of a data point.
|
|
295
295
|
*
|
|
296
296
|
* You can create a new measure as follow:
|
|
297
297
|
* ```javascript
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
* The semantics of the measure.
|
|
313
313
|
*
|
|
314
314
|
* **NOTE:** Dimension-based coloring (see {@link sap.chart.Chart#setColorings}) does not work when semantics
|
|
315
|
-
* is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
|
|
315
|
+
* is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
|
|
316
316
|
* for visible measure(s).
|
|
317
317
|
*
|
|
318
318
|
* **NOTE:** In Bullet chart measure defined as "Reference" maps to targetValues and "Projected" maps to
|
|
@@ -335,8 +335,8 @@ declare namespace sap {
|
|
|
335
335
|
| `{${string}}`;
|
|
336
336
|
|
|
337
337
|
/**
|
|
338
|
-
* @
|
|
339
|
-
* @
|
|
338
|
+
* @since 1.63
|
|
339
|
+
* @experimental
|
|
340
340
|
*
|
|
341
341
|
* The analytical extra information
|
|
342
342
|
*/
|
|
@@ -384,7 +384,7 @@ declare namespace sap {
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
/**
|
|
387
|
-
* @
|
|
387
|
+
* @since 1.32.0
|
|
388
388
|
*
|
|
389
389
|
* Definition of a single dimension in a chart
|
|
390
390
|
*
|
|
@@ -489,9 +489,9 @@ declare namespace sap {
|
|
|
489
489
|
/**
|
|
490
490
|
* Gets current value of property {@link #getRole role}.
|
|
491
491
|
*
|
|
492
|
-
* How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType
|
|
493
|
-
*
|
|
494
|
-
*
|
|
492
|
+
* How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType category},
|
|
493
|
+
* {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType category2}.
|
|
494
|
+
* The default is {@link sap.chart.data.DimensionRoleType category}.
|
|
495
495
|
*
|
|
496
496
|
* You can create a new dimension as follow:
|
|
497
497
|
* ```javascript
|
|
@@ -588,9 +588,9 @@ declare namespace sap {
|
|
|
588
588
|
/**
|
|
589
589
|
* Sets a new value for property {@link #getRole role}.
|
|
590
590
|
*
|
|
591
|
-
* How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType
|
|
592
|
-
*
|
|
593
|
-
*
|
|
591
|
+
* How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType category},
|
|
592
|
+
* {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType category2}.
|
|
593
|
+
* The default is {@link sap.chart.data.DimensionRoleType category}.
|
|
594
594
|
*
|
|
595
595
|
* You can create a new dimension as follow:
|
|
596
596
|
* ```javascript
|
|
@@ -655,7 +655,7 @@ declare namespace sap {
|
|
|
655
655
|
): this;
|
|
656
656
|
}
|
|
657
657
|
/**
|
|
658
|
-
* @
|
|
658
|
+
* @since 1.54.0
|
|
659
659
|
*
|
|
660
660
|
* Definition of a single hierarchy dimension in a chart
|
|
661
661
|
*/
|
|
@@ -724,7 +724,7 @@ declare namespace sap {
|
|
|
724
724
|
* Gets current value of property {@link #getLevel level}.
|
|
725
725
|
*
|
|
726
726
|
* Level restriction to be applied to this hierarchy dimension. NOTE: Setting this property will cause initialization
|
|
727
|
-
* of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack}
|
|
727
|
+
* of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack }
|
|
728
728
|
* and refer to 'hierarchylevel' if you need current level after drilling
|
|
729
729
|
*
|
|
730
730
|
* Default value is `0`.
|
|
@@ -736,7 +736,7 @@ declare namespace sap {
|
|
|
736
736
|
* Sets a new value for property {@link #getLevel level}.
|
|
737
737
|
*
|
|
738
738
|
* Level restriction to be applied to this hierarchy dimension. NOTE: Setting this property will cause initialization
|
|
739
|
-
* of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack}
|
|
739
|
+
* of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack }
|
|
740
740
|
* and refer to 'hierarchylevel' if you need current level after drilling
|
|
741
741
|
*
|
|
742
742
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -753,7 +753,7 @@ declare namespace sap {
|
|
|
753
753
|
): this;
|
|
754
754
|
}
|
|
755
755
|
/**
|
|
756
|
-
* @
|
|
756
|
+
* @since 1.32.0
|
|
757
757
|
*
|
|
758
758
|
* Definition of a single measure in a chart
|
|
759
759
|
*
|
|
@@ -834,8 +834,8 @@ declare namespace sap {
|
|
|
834
834
|
*/
|
|
835
835
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
836
836
|
/**
|
|
837
|
-
* @
|
|
838
|
-
* @
|
|
837
|
+
* @since 1.63
|
|
838
|
+
* @experimental
|
|
839
839
|
*
|
|
840
840
|
* Gets current value of property {@link #getAnalyticalInfo analyticalInfo}.
|
|
841
841
|
*
|
|
@@ -864,12 +864,12 @@ declare namespace sap {
|
|
|
864
864
|
/**
|
|
865
865
|
* Gets current value of property {@link #getRole role}.
|
|
866
866
|
*
|
|
867
|
-
* How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType
|
|
868
|
-
*
|
|
869
|
-
*
|
|
870
|
-
*
|
|
871
|
-
*
|
|
872
|
-
*
|
|
867
|
+
* How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType axis1},
|
|
868
|
+
* {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and {@link sap.chart.data.MeasureRoleType axis4}.
|
|
869
|
+
* The default is {@link sap.chart.data.MeasureRoleType axis1}. They correspond to the well-known concepts
|
|
870
|
+
* of axis identifiers in the Cartesian coordinate system, e.g. a Y-axis in a bar/column/line chart, an
|
|
871
|
+
* X- and a Y-axis in a scatter chart, or two Y-axes in bar charts, and an optional third axis for the weight/size/intensity/temperature
|
|
872
|
+
* of a data point.
|
|
873
873
|
*
|
|
874
874
|
* You can create a new measure as follow:
|
|
875
875
|
* ```javascript
|
|
@@ -906,7 +906,7 @@ declare namespace sap {
|
|
|
906
906
|
* The semantics of the measure.
|
|
907
907
|
*
|
|
908
908
|
* **NOTE:** Dimension-based coloring (see {@link sap.chart.Chart#setColorings}) does not work when semantics
|
|
909
|
-
* is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
|
|
909
|
+
* is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
|
|
910
910
|
* for visible measure(s).
|
|
911
911
|
*
|
|
912
912
|
* **NOTE:** In Bullet chart measure defined as "Reference" maps to targetValues and "Projected" maps to
|
|
@@ -939,8 +939,8 @@ declare namespace sap {
|
|
|
939
939
|
*/
|
|
940
940
|
getValueFormat(): string;
|
|
941
941
|
/**
|
|
942
|
-
* @
|
|
943
|
-
* @
|
|
942
|
+
* @since 1.63
|
|
943
|
+
* @experimental
|
|
944
944
|
*
|
|
945
945
|
* Sets a new value for property {@link #getAnalyticalInfo analyticalInfo}.
|
|
946
946
|
*
|
|
@@ -990,12 +990,12 @@ declare namespace sap {
|
|
|
990
990
|
/**
|
|
991
991
|
* Sets a new value for property {@link #getRole role}.
|
|
992
992
|
*
|
|
993
|
-
* How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType
|
|
994
|
-
*
|
|
995
|
-
*
|
|
996
|
-
*
|
|
997
|
-
*
|
|
998
|
-
*
|
|
993
|
+
* How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType axis1},
|
|
994
|
+
* {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and {@link sap.chart.data.MeasureRoleType axis4}.
|
|
995
|
+
* The default is {@link sap.chart.data.MeasureRoleType axis1}. They correspond to the well-known concepts
|
|
996
|
+
* of axis identifiers in the Cartesian coordinate system, e.g. a Y-axis in a bar/column/line chart, an
|
|
997
|
+
* X- and a Y-axis in a scatter chart, or two Y-axes in bar charts, and an optional third axis for the weight/size/intensity/temperature
|
|
998
|
+
* of a data point.
|
|
999
999
|
*
|
|
1000
1000
|
* You can create a new measure as follow:
|
|
1001
1001
|
* ```javascript
|
|
@@ -1046,7 +1046,7 @@ declare namespace sap {
|
|
|
1046
1046
|
* The semantics of the measure.
|
|
1047
1047
|
*
|
|
1048
1048
|
* **NOTE:** Dimension-based coloring (see {@link sap.chart.Chart#setColorings}) does not work when semantics
|
|
1049
|
-
* is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
|
|
1049
|
+
* is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
|
|
1050
1050
|
* for visible measure(s).
|
|
1051
1051
|
*
|
|
1052
1052
|
* **NOTE:** In Bullet chart measure defined as "Reference" maps to targetValues and "Projected" maps to
|
|
@@ -1101,7 +1101,7 @@ declare namespace sap {
|
|
|
1101
1101
|
): this;
|
|
1102
1102
|
}
|
|
1103
1103
|
/**
|
|
1104
|
-
* @
|
|
1104
|
+
* @since 1.38.0
|
|
1105
1105
|
*
|
|
1106
1106
|
* Definition of a single time dimension in a chart
|
|
1107
1107
|
*
|
|
@@ -1292,16 +1292,16 @@ declare namespace sap {
|
|
|
1292
1292
|
/**
|
|
1293
1293
|
* General Rules for all chart types
|
|
1294
1294
|
* - All measues with role "axis1" are assigned to feed uid "valueaxis". All measures with role "axis2"
|
|
1295
|
-
*
|
|
1295
|
+
* are assigned to feed uid "valueaxis2". All measures with role "axis3" are assigned to feed uid "bubbleWidth".
|
|
1296
1296
|
*
|
|
1297
1297
|
* - If a chart type does not use the feed uid "valueaxis2", then all measures with role "axis2" are treated
|
|
1298
|
-
*
|
|
1298
|
+
* as measures with role "axis1".
|
|
1299
1299
|
* - If a chart type requires at least 1 measure on the feed uid "valueaxis" (true for all non-"dual"
|
|
1300
|
-
*
|
|
1301
|
-
*
|
|
1300
|
+
* chart types), but there is no measure with role "axis1", then the first measure with role "axis2" is
|
|
1301
|
+
* assigned to feed uid "valueaxis"
|
|
1302
1302
|
* - If the chart type requires at least one measure on the feed uid "valueaxis2" (true for all "dual"
|
|
1303
|
-
*
|
|
1304
|
-
*
|
|
1303
|
+
* chart types"), but there is no measure with role "axis2", then the first measure with role "axis3" or
|
|
1304
|
+
* "axis4" or (if not exists) the last measure with role "axis1" is assigned to feed uid "valueaxis2".
|
|
1305
1305
|
*/
|
|
1306
1306
|
axis1 = "axis1",
|
|
1307
1307
|
/**
|
|
@@ -1443,7 +1443,7 @@ declare namespace sap {
|
|
|
1443
1443
|
* - Time charts did not enable pagination yet
|
|
1444
1444
|
* - Series color might be inconsistent before/after jump pages
|
|
1445
1445
|
* - OData V4 Model with relative binding is not supported in pagination Please refer to release
|
|
1446
|
-
*
|
|
1446
|
+
* notes for details.
|
|
1447
1447
|
*/
|
|
1448
1448
|
enablePagination?:
|
|
1449
1449
|
| boolean
|
|
@@ -1493,7 +1493,7 @@ declare namespace sap {
|
|
|
1493
1493
|
*
|
|
1494
1494
|
*
|
|
1495
1495
|
* **NOTE:** Dimension-based coloring does not work when {@link sap.chart.data.Measure#setSemantics} is
|
|
1496
|
-
* set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
|
|
1496
|
+
* set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
|
|
1497
1497
|
* for visible measure(s).
|
|
1498
1498
|
*
|
|
1499
1499
|
* Refer to
|
|
@@ -1514,7 +1514,7 @@ declare namespace sap {
|
|
|
1514
1514
|
*
|
|
1515
1515
|
*
|
|
1516
1516
|
* - coloring: **mandatory**, specify which kind of coloring should take effect in current chart layout.
|
|
1517
|
-
*
|
|
1517
|
+
* Possible values refer to {@link sap.chart.ColoringType} parameters:
|
|
1518
1518
|
* `Criticality` supports two parameters: `"dimension"` and `"measure"`. Both are **optional**, one (and
|
|
1519
1519
|
* only one) must be provided. This setting disambiguates when multiple colorings for different visible
|
|
1520
1520
|
* dimensions and measures are applicable.
|
|
@@ -1522,8 +1522,8 @@ declare namespace sap {
|
|
|
1522
1522
|
* `"measure"` supports two input types:
|
|
1523
1523
|
* - `string` for single measure name
|
|
1524
1524
|
* - `string[]` of multiple measure names(only supported in **static**), which is relevant in case of
|
|
1525
|
-
*
|
|
1526
|
-
*
|
|
1525
|
+
* a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
|
|
1526
|
+
* name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
|
|
1527
1527
|
*
|
|
1528
1528
|
* `"dimension"` holds the dimension name as string value.
|
|
1529
1529
|
*
|
|
@@ -1550,28 +1550,28 @@ declare namespace sap {
|
|
|
1550
1550
|
*
|
|
1551
1551
|
*
|
|
1552
1552
|
* - scaleBehavior: **optional**, determines whether or not all value axes in the chart should have a
|
|
1553
|
-
*
|
|
1554
|
-
*
|
|
1555
|
-
*
|
|
1556
|
-
*
|
|
1557
|
-
*
|
|
1558
|
-
*
|
|
1553
|
+
* fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
|
|
1554
|
+
* In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
|
|
1555
|
+
* all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
|
|
1556
|
+
* minimum value of the measures put on the respective axis. If any visible measure lacks this information,
|
|
1557
|
+
* or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
|
|
1558
|
+
* for all value axes.
|
|
1559
1559
|
* - fixedScaleSettings:
|
|
1560
1560
|
* measureBoundaryValues: An object holding the fixed “minimum” and “maximum” values for all the measures.
|
|
1561
1561
|
* Stacked chart with only one measure also uses this object to describe the fixed “minimum” and “maximum”
|
|
1562
1562
|
* value.
|
|
1563
1563
|
* `measure` Measure name
|
|
1564
1564
|
* - stackedMultipleMeasureBoundaryValues: An array of objects holding the fixed “minimum” and “maximum”
|
|
1565
|
-
*
|
|
1565
|
+
* values only for stacked chart with multiple measures.
|
|
1566
1566
|
* `measures` the array of measure name applied to the axis.
|
|
1567
1567
|
* - `boundaryValues:` An object holding the fixed “minimum” and “maximum” value all the measures applied
|
|
1568
|
-
*
|
|
1568
|
+
* to certain axis.
|
|
1569
1569
|
* - autoScaleSettings:
|
|
1570
1570
|
* `zeroAlwaysVisible` forces the value axis to always display the zero value (only a few chart types
|
|
1571
1571
|
* support the opposite), which is **optional**. The default value is true.
|
|
1572
1572
|
* - `syncWith` selects how the chart adapts the value axis to the data: The axis boundaries may be determined
|
|
1573
|
-
*
|
|
1574
|
-
*
|
|
1573
|
+
* from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
|
|
1574
|
+
* {@link sap.chart.AutoScaleMode}.
|
|
1575
1575
|
*
|
|
1576
1576
|
* Example:
|
|
1577
1577
|
* ```javascript
|
|
@@ -1665,12 +1665,16 @@ declare namespace sap {
|
|
|
1665
1665
|
/**
|
|
1666
1666
|
* fired after a drill-down operation
|
|
1667
1667
|
*/
|
|
1668
|
-
drilledDown?: (
|
|
1668
|
+
drilledDown?: (
|
|
1669
|
+
oEvent: sap.ui.base.Event<sap.chart.Chart$DrilledDownEventParameters>
|
|
1670
|
+
) => void;
|
|
1669
1671
|
|
|
1670
1672
|
/**
|
|
1671
1673
|
* fired after a drill-up operation
|
|
1672
1674
|
*/
|
|
1673
|
-
drilledUp?: (
|
|
1675
|
+
drilledUp?: (
|
|
1676
|
+
oEvent: sap.ui.base.Event<sap.chart.Chart$DrilledUpEventParameters>
|
|
1677
|
+
) => void;
|
|
1674
1678
|
|
|
1675
1679
|
/**
|
|
1676
1680
|
* Event fires when the rendering ends.
|
|
@@ -1695,12 +1699,36 @@ declare namespace sap {
|
|
|
1695
1699
|
valueAxisFixedScaleTurnedOff?: (oEvent: sap.ui.base.Event) => void;
|
|
1696
1700
|
|
|
1697
1701
|
/**
|
|
1698
|
-
* Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link
|
|
1699
|
-
*
|
|
1702
|
+
* Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
|
|
1703
|
+
* shall be called in this event or after chart is rendered
|
|
1700
1704
|
*/
|
|
1701
1705
|
drillStackChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1702
1706
|
}
|
|
1703
1707
|
|
|
1708
|
+
interface Chart$DeselectDataEventParameters {}
|
|
1709
|
+
|
|
1710
|
+
interface Chart$DrilledDownEventParameters {
|
|
1711
|
+
/**
|
|
1712
|
+
* array of strings holding the names of the added dimensions
|
|
1713
|
+
*/
|
|
1714
|
+
dimensions?: string[];
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
interface Chart$DrilledUpEventParameters {
|
|
1718
|
+
/**
|
|
1719
|
+
* array of strings holding the names of the removed dimensions
|
|
1720
|
+
*/
|
|
1721
|
+
dimensions?: string[];
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
interface Chart$DrillStackChangedEventParameters {}
|
|
1725
|
+
|
|
1726
|
+
interface Chart$RenderCompleteEventParameters {}
|
|
1727
|
+
|
|
1728
|
+
interface Chart$SelectDataEventParameters {}
|
|
1729
|
+
|
|
1730
|
+
interface Chart$ValueAxisFixedScaleTurnedOffEventParameters {}
|
|
1731
|
+
|
|
1704
1732
|
/**
|
|
1705
1733
|
* Enumeration for supported chart types in analytical chart
|
|
1706
1734
|
*/
|
|
@@ -1860,10 +1888,9 @@ declare namespace sap {
|
|
|
1860
1888
|
*/
|
|
1861
1889
|
Waterfall: undefined;
|
|
1862
1890
|
}
|
|
1863
|
-
const ChartType: ChartType;
|
|
1864
1891
|
|
|
1865
1892
|
/**
|
|
1866
|
-
* @
|
|
1893
|
+
* @since 1.32.0
|
|
1867
1894
|
*
|
|
1868
1895
|
* UI5 Chart control
|
|
1869
1896
|
*/
|
|
@@ -2103,7 +2130,7 @@ declare namespace sap {
|
|
|
2103
2130
|
/**
|
|
2104
2131
|
* The function to be called when the event occurs
|
|
2105
2132
|
*/
|
|
2106
|
-
fnFunction: (p1:
|
|
2133
|
+
fnFunction: (p1: Chart$DrilledDownEvent) => void,
|
|
2107
2134
|
/**
|
|
2108
2135
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2109
2136
|
*/
|
|
@@ -2123,7 +2150,7 @@ declare namespace sap {
|
|
|
2123
2150
|
/**
|
|
2124
2151
|
* The function to be called when the event occurs
|
|
2125
2152
|
*/
|
|
2126
|
-
fnFunction: (p1:
|
|
2153
|
+
fnFunction: (p1: Chart$DrilledDownEvent) => void,
|
|
2127
2154
|
/**
|
|
2128
2155
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2129
2156
|
*/
|
|
@@ -2148,7 +2175,7 @@ declare namespace sap {
|
|
|
2148
2175
|
/**
|
|
2149
2176
|
* The function to be called when the event occurs
|
|
2150
2177
|
*/
|
|
2151
|
-
fnFunction: (p1:
|
|
2178
|
+
fnFunction: (p1: Chart$DrilledUpEvent) => void,
|
|
2152
2179
|
/**
|
|
2153
2180
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2154
2181
|
*/
|
|
@@ -2168,7 +2195,7 @@ declare namespace sap {
|
|
|
2168
2195
|
/**
|
|
2169
2196
|
* The function to be called when the event occurs
|
|
2170
2197
|
*/
|
|
2171
|
-
fnFunction: (p1:
|
|
2198
|
+
fnFunction: (p1: Chart$DrilledUpEvent) => void,
|
|
2172
2199
|
/**
|
|
2173
2200
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2174
2201
|
*/
|
|
@@ -2181,8 +2208,8 @@ declare namespace sap {
|
|
|
2181
2208
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2182
2209
|
* otherwise it will be bound to this `sap.chart.Chart` itself.
|
|
2183
2210
|
*
|
|
2184
|
-
* Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link
|
|
2185
|
-
*
|
|
2211
|
+
* Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
|
|
2212
|
+
* shall be called in this event or after chart is rendered
|
|
2186
2213
|
*
|
|
2187
2214
|
* @returns Reference to `this` in order to allow method chaining
|
|
2188
2215
|
*/
|
|
@@ -2208,8 +2235,8 @@ declare namespace sap {
|
|
|
2208
2235
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2209
2236
|
* otherwise it will be bound to this `sap.chart.Chart` itself.
|
|
2210
2237
|
*
|
|
2211
|
-
* Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link
|
|
2212
|
-
*
|
|
2238
|
+
* Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
|
|
2239
|
+
* shall be called in this event or after chart is rendered
|
|
2213
2240
|
*
|
|
2214
2241
|
* @returns Reference to `this` in order to allow method chaining
|
|
2215
2242
|
*/
|
|
@@ -2318,7 +2345,7 @@ declare namespace sap {
|
|
|
2318
2345
|
oListener?: object
|
|
2319
2346
|
): this;
|
|
2320
2347
|
/**
|
|
2321
|
-
* Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff}
|
|
2348
|
+
* Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff }
|
|
2322
2349
|
* event of this `sap.chart.Chart`.
|
|
2323
2350
|
*
|
|
2324
2351
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -2344,7 +2371,7 @@ declare namespace sap {
|
|
|
2344
2371
|
oListener?: object
|
|
2345
2372
|
): this;
|
|
2346
2373
|
/**
|
|
2347
|
-
* Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff}
|
|
2374
|
+
* Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff }
|
|
2348
2375
|
* event of this `sap.chart.Chart`.
|
|
2349
2376
|
*
|
|
2350
2377
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -2427,7 +2454,7 @@ declare namespace sap {
|
|
|
2427
2454
|
/**
|
|
2428
2455
|
* The function to be called, when the event occurs
|
|
2429
2456
|
*/
|
|
2430
|
-
fnFunction: (p1:
|
|
2457
|
+
fnFunction: (p1: Chart$DrilledDownEvent) => void,
|
|
2431
2458
|
/**
|
|
2432
2459
|
* Context object on which the given function had to be called
|
|
2433
2460
|
*/
|
|
@@ -2444,7 +2471,7 @@ declare namespace sap {
|
|
|
2444
2471
|
/**
|
|
2445
2472
|
* The function to be called, when the event occurs
|
|
2446
2473
|
*/
|
|
2447
|
-
fnFunction: (p1:
|
|
2474
|
+
fnFunction: (p1: Chart$DrilledUpEvent) => void,
|
|
2448
2475
|
/**
|
|
2449
2476
|
* Context object on which the given function had to be called
|
|
2450
2477
|
*/
|
|
@@ -2504,7 +2531,7 @@ declare namespace sap {
|
|
|
2504
2531
|
oListener?: object
|
|
2505
2532
|
): this;
|
|
2506
2533
|
/**
|
|
2507
|
-
* Detaches event handler `fnFunction` from the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff}
|
|
2534
|
+
* Detaches event handler `fnFunction` from the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff }
|
|
2508
2535
|
* event of this `sap.chart.Chart`.
|
|
2509
2536
|
*
|
|
2510
2537
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -2527,7 +2554,7 @@ declare namespace sap {
|
|
|
2527
2554
|
* The drill down Dimension(s) must present in the Dimension aggregation and must NOT present in previous
|
|
2528
2555
|
* drill down or be visible already.
|
|
2529
2556
|
*
|
|
2530
|
-
* **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation}
|
|
2557
|
+
* **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation }
|
|
2531
2558
|
* of {@link #getData data} always takes effect in drill workflow.
|
|
2532
2559
|
*/
|
|
2533
2560
|
drillDown(
|
|
@@ -2539,7 +2566,7 @@ declare namespace sap {
|
|
|
2539
2566
|
/**
|
|
2540
2567
|
* Drill up to previous drill down state, only works when the property isAnalytical is true.
|
|
2541
2568
|
*
|
|
2542
|
-
* **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation}
|
|
2569
|
+
* **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation }
|
|
2543
2570
|
* of {@link #getData data} always takes effect in drill workflow.
|
|
2544
2571
|
*/
|
|
2545
2572
|
drillUp(
|
|
@@ -2570,7 +2597,7 @@ declare namespace sap {
|
|
|
2570
2597
|
option?: Object
|
|
2571
2598
|
): string;
|
|
2572
2599
|
/**
|
|
2573
|
-
* @
|
|
2600
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2574
2601
|
*
|
|
2575
2602
|
* Fires event {@link #event:deselectData deselectData} to attached listeners.
|
|
2576
2603
|
*
|
|
@@ -2583,7 +2610,7 @@ declare namespace sap {
|
|
|
2583
2610
|
mParameters?: object
|
|
2584
2611
|
): this;
|
|
2585
2612
|
/**
|
|
2586
|
-
* @
|
|
2613
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2587
2614
|
*
|
|
2588
2615
|
* Fires event {@link #event:drilledDown drilledDown} to attached listeners.
|
|
2589
2616
|
*
|
|
@@ -2593,15 +2620,10 @@ declare namespace sap {
|
|
|
2593
2620
|
/**
|
|
2594
2621
|
* Parameters to pass along with the event
|
|
2595
2622
|
*/
|
|
2596
|
-
mParameters?:
|
|
2597
|
-
/**
|
|
2598
|
-
* array of strings holding the names of the added dimensions
|
|
2599
|
-
*/
|
|
2600
|
-
dimensions?: string[];
|
|
2601
|
-
}
|
|
2623
|
+
mParameters?: sap.chart.Chart$DrilledDownEventParameters
|
|
2602
2624
|
): this;
|
|
2603
2625
|
/**
|
|
2604
|
-
* @
|
|
2626
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2605
2627
|
*
|
|
2606
2628
|
* Fires event {@link #event:drilledUp drilledUp} to attached listeners.
|
|
2607
2629
|
*
|
|
@@ -2611,15 +2633,10 @@ declare namespace sap {
|
|
|
2611
2633
|
/**
|
|
2612
2634
|
* Parameters to pass along with the event
|
|
2613
2635
|
*/
|
|
2614
|
-
mParameters?:
|
|
2615
|
-
/**
|
|
2616
|
-
* array of strings holding the names of the removed dimensions
|
|
2617
|
-
*/
|
|
2618
|
-
dimensions?: string[];
|
|
2619
|
-
}
|
|
2636
|
+
mParameters?: sap.chart.Chart$DrilledUpEventParameters
|
|
2620
2637
|
): this;
|
|
2621
2638
|
/**
|
|
2622
|
-
* @
|
|
2639
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2623
2640
|
*
|
|
2624
2641
|
* Fires event {@link #event:drillStackChanged drillStackChanged} to attached listeners.
|
|
2625
2642
|
*
|
|
@@ -2632,7 +2649,7 @@ declare namespace sap {
|
|
|
2632
2649
|
mParameters?: object
|
|
2633
2650
|
): this;
|
|
2634
2651
|
/**
|
|
2635
|
-
* @
|
|
2652
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2636
2653
|
*
|
|
2637
2654
|
* Fires event {@link #event:renderComplete renderComplete} to attached listeners.
|
|
2638
2655
|
*
|
|
@@ -2645,7 +2662,7 @@ declare namespace sap {
|
|
|
2645
2662
|
mParameters?: object
|
|
2646
2663
|
): this;
|
|
2647
2664
|
/**
|
|
2648
|
-
* @
|
|
2665
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2649
2666
|
*
|
|
2650
2667
|
* Fires event {@link #event:selectData selectData} to attached listeners.
|
|
2651
2668
|
*
|
|
@@ -2658,7 +2675,7 @@ declare namespace sap {
|
|
|
2658
2675
|
mParameters?: object
|
|
2659
2676
|
): this;
|
|
2660
2677
|
/**
|
|
2661
|
-
* @
|
|
2678
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2662
2679
|
*
|
|
2663
2680
|
* Fires event {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff} to attached listeners.
|
|
2664
2681
|
*
|
|
@@ -2680,7 +2697,7 @@ declare namespace sap {
|
|
|
2680
2697
|
*
|
|
2681
2698
|
*
|
|
2682
2699
|
* - coloring: **mandatory**, specify which kind of coloring should take effect in current chart layout.
|
|
2683
|
-
*
|
|
2700
|
+
* Possible values refer to {@link sap.chart.ColoringType} parameters:
|
|
2684
2701
|
* `Criticality` supports two parameters: `"dimension"` and `"measure"`. Both are **optional**, one (and
|
|
2685
2702
|
* only one) must be provided. This setting disambiguates when multiple colorings for different visible
|
|
2686
2703
|
* dimensions and measures are applicable.
|
|
@@ -2688,8 +2705,8 @@ declare namespace sap {
|
|
|
2688
2705
|
* `"measure"` supports two input types:
|
|
2689
2706
|
* - `string` for single measure name
|
|
2690
2707
|
* - `string[]` of multiple measure names(only supported in **static**), which is relevant in case of
|
|
2691
|
-
*
|
|
2692
|
-
*
|
|
2708
|
+
* a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
|
|
2709
|
+
* name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
|
|
2693
2710
|
*
|
|
2694
2711
|
* `"dimension"` holds the dimension name as string value.
|
|
2695
2712
|
*
|
|
@@ -2767,7 +2784,7 @@ declare namespace sap {
|
|
|
2767
2784
|
*
|
|
2768
2785
|
*
|
|
2769
2786
|
* **NOTE:** Dimension-based coloring does not work when {@link sap.chart.data.Measure#setSemantics} is
|
|
2770
|
-
* set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
|
|
2787
|
+
* set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
|
|
2771
2788
|
* for visible measure(s).
|
|
2772
2789
|
*
|
|
2773
2790
|
* Refer to
|
|
@@ -2831,7 +2848,7 @@ declare namespace sap {
|
|
|
2831
2848
|
* - Time charts did not enable pagination yet
|
|
2832
2849
|
* - Series color might be inconsistent before/after jump pages
|
|
2833
2850
|
* - OData V4 Model with relative binding is not supported in pagination Please refer to release
|
|
2834
|
-
*
|
|
2851
|
+
* notes for details.
|
|
2835
2852
|
*
|
|
2836
2853
|
* Default value is `false`.
|
|
2837
2854
|
*
|
|
@@ -3032,28 +3049,28 @@ declare namespace sap {
|
|
|
3032
3049
|
*
|
|
3033
3050
|
*
|
|
3034
3051
|
* - scaleBehavior: **optional**, determines whether or not all value axes in the chart should have a
|
|
3035
|
-
*
|
|
3036
|
-
*
|
|
3037
|
-
*
|
|
3038
|
-
*
|
|
3039
|
-
*
|
|
3040
|
-
*
|
|
3052
|
+
* fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
|
|
3053
|
+
* In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
|
|
3054
|
+
* all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
|
|
3055
|
+
* minimum value of the measures put on the respective axis. If any visible measure lacks this information,
|
|
3056
|
+
* or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
|
|
3057
|
+
* for all value axes.
|
|
3041
3058
|
* - fixedScaleSettings:
|
|
3042
3059
|
* measureBoundaryValues: An object holding the fixed “minimum” and “maximum” values for all the measures.
|
|
3043
3060
|
* Stacked chart with only one measure also uses this object to describe the fixed “minimum” and “maximum”
|
|
3044
3061
|
* value.
|
|
3045
3062
|
* `measure` Measure name
|
|
3046
3063
|
* - stackedMultipleMeasureBoundaryValues: An array of objects holding the fixed “minimum” and “maximum”
|
|
3047
|
-
*
|
|
3064
|
+
* values only for stacked chart with multiple measures.
|
|
3048
3065
|
* `measures` the array of measure name applied to the axis.
|
|
3049
3066
|
* - `boundaryValues:` An object holding the fixed “minimum” and “maximum” value all the measures applied
|
|
3050
|
-
*
|
|
3067
|
+
* to certain axis.
|
|
3051
3068
|
* - autoScaleSettings:
|
|
3052
3069
|
* `zeroAlwaysVisible` forces the value axis to always display the zero value (only a few chart types
|
|
3053
3070
|
* support the opposite), which is **optional**. The default value is true.
|
|
3054
3071
|
* - `syncWith` selects how the chart adapts the value axis to the data: The axis boundaries may be determined
|
|
3055
|
-
*
|
|
3056
|
-
*
|
|
3072
|
+
* from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
|
|
3073
|
+
* {@link sap.chart.AutoScaleMode}.
|
|
3057
3074
|
*
|
|
3058
3075
|
* Example:
|
|
3059
3076
|
* ```javascript
|
|
@@ -3153,7 +3170,7 @@ declare namespace sap {
|
|
|
3153
3170
|
*/
|
|
3154
3171
|
getVizUid(): string;
|
|
3155
3172
|
/**
|
|
3156
|
-
* @
|
|
3173
|
+
* @since 1.54
|
|
3157
3174
|
*
|
|
3158
3175
|
* Get zoom information.
|
|
3159
3176
|
*
|
|
@@ -3387,7 +3404,7 @@ declare namespace sap {
|
|
|
3387
3404
|
*
|
|
3388
3405
|
*
|
|
3389
3406
|
* - coloring: **mandatory**, specify which kind of coloring should take effect in current chart layout.
|
|
3390
|
-
*
|
|
3407
|
+
* Possible values refer to {@link sap.chart.ColoringType} parameters:
|
|
3391
3408
|
* `Criticality` supports two parameters: `"dimension"` and `"measure"`. Both are **optional**, one (and
|
|
3392
3409
|
* only one) must be provided. This setting disambiguates when multiple colorings for different visible
|
|
3393
3410
|
* dimensions and measures are applicable.
|
|
@@ -3395,8 +3412,8 @@ declare namespace sap {
|
|
|
3395
3412
|
* `"measure"` supports two input types:
|
|
3396
3413
|
* - `string` for single measure name
|
|
3397
3414
|
* - `string[]` of multiple measure names(only supported in **static**), which is relevant in case of
|
|
3398
|
-
*
|
|
3399
|
-
*
|
|
3415
|
+
* a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
|
|
3416
|
+
* name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
|
|
3400
3417
|
*
|
|
3401
3418
|
* `"dimension"` holds the dimension name as string value.
|
|
3402
3419
|
*
|
|
@@ -3460,7 +3477,7 @@ declare namespace sap {
|
|
|
3460
3477
|
*
|
|
3461
3478
|
*
|
|
3462
3479
|
* **NOTE:** Dimension-based coloring does not work when {@link sap.chart.data.Measure#setSemantics} is
|
|
3463
|
-
* set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
|
|
3480
|
+
* set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
|
|
3464
3481
|
* for visible measure(s).
|
|
3465
3482
|
*
|
|
3466
3483
|
* Refer to
|
|
@@ -3517,9 +3534,9 @@ declare namespace sap {
|
|
|
3517
3534
|
*
|
|
3518
3535
|
* - Time charts did not enable pagination yet
|
|
3519
3536
|
* - Series color might be inconsistent before/after jump pages
|
|
3520
|
-
* - parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation}
|
|
3521
|
-
*
|
|
3522
|
-
*
|
|
3537
|
+
* - parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation }
|
|
3538
|
+
* of {@link #getData data} will not be respected in value axis scale Please refer to release notes
|
|
3539
|
+
* for details.
|
|
3523
3540
|
*
|
|
3524
3541
|
* When called with a value of null or undefined, the default value of the property will be restored.
|
|
3525
3542
|
*
|
|
@@ -3755,28 +3772,28 @@ declare namespace sap {
|
|
|
3755
3772
|
*
|
|
3756
3773
|
*
|
|
3757
3774
|
* - scaleBehavior: **optional**, determines whether or not all value axes in the chart should have a
|
|
3758
|
-
*
|
|
3759
|
-
*
|
|
3760
|
-
*
|
|
3761
|
-
*
|
|
3762
|
-
*
|
|
3763
|
-
*
|
|
3775
|
+
* fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
|
|
3776
|
+
* In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
|
|
3777
|
+
* all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
|
|
3778
|
+
* minimum value of the measures put on the respective axis. If any visible measure lacks this information,
|
|
3779
|
+
* or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
|
|
3780
|
+
* for all value axes.
|
|
3764
3781
|
* - fixedScaleSettings:
|
|
3765
3782
|
* measureBoundaryValues: An object holding the fixed “minimum” and “maximum” values for all the measures.
|
|
3766
3783
|
* Stacked chart with only one measure also uses this object to describe the fixed “minimum” and “maximum”
|
|
3767
3784
|
* value.
|
|
3768
3785
|
* `measure` Measure name
|
|
3769
3786
|
* - stackedMultipleMeasureBoundaryValues: An array of objects holding the fixed “minimum” and “maximum”
|
|
3770
|
-
*
|
|
3787
|
+
* values only for stacked chart with multiple measures.
|
|
3771
3788
|
* `measures` the array of measure name applied to the axis.
|
|
3772
3789
|
* - `boundaryValues:` An object holding the fixed “minimum” and “maximum” value all the measures applied
|
|
3773
|
-
*
|
|
3790
|
+
* to certain axis.
|
|
3774
3791
|
* - autoScaleSettings:
|
|
3775
3792
|
* `zeroAlwaysVisible` forces the value axis to always display the zero value (only a few chart types
|
|
3776
3793
|
* support the opposite), which is **optional**. The default value is true.
|
|
3777
3794
|
* - `syncWith` selects how the chart adapts the value axis to the data: The axis boundaries may be determined
|
|
3778
|
-
*
|
|
3779
|
-
*
|
|
3795
|
+
* from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
|
|
3796
|
+
* {@link sap.chart.AutoScaleMode}.
|
|
3780
3797
|
*
|
|
3781
3798
|
* Example:
|
|
3782
3799
|
* ```javascript
|
|
@@ -4099,13 +4116,13 @@ declare namespace sap {
|
|
|
4099
4116
|
* Thresholds are optional. For unassigned values, defaults are determined in this order:
|
|
4100
4117
|
*
|
|
4101
4118
|
* - For DeviationRange, an omitted LowValue translates into the smallest possible number (-INF), an omitted
|
|
4102
|
-
*
|
|
4119
|
+
* HighValue translates into the largest possible number (+INF)
|
|
4103
4120
|
*
|
|
4104
4121
|
* - For ToleranceRange, an omitted LowValue will be initialized with DeviationRangeLowValue, an omitted
|
|
4105
|
-
*
|
|
4122
|
+
* HighValue will be initialized with DeviationRangeHighValue
|
|
4106
4123
|
*
|
|
4107
4124
|
* - For AcceptanceRange, an omitted LowValue will be initialized with ToleranceRangeLowValue, an omitted
|
|
4108
|
-
*
|
|
4125
|
+
* HighValue will be initialized with ToleranceRangeHighValue
|
|
4109
4126
|
*
|
|
4110
4127
|
* Please refer to {@link sap.chart.coloring.ImprovementDirectionType} for detailed usage.
|
|
4111
4128
|
* ```javascript
|
|
@@ -4158,13 +4175,13 @@ declare namespace sap {
|
|
|
4158
4175
|
* Thresholds are optional. For unassigned values, defaults are determined in this order:
|
|
4159
4176
|
*
|
|
4160
4177
|
* - For DeviationRange, an omitted LowValue translates into the smallest possible number (-INF), an omitted
|
|
4161
|
-
*
|
|
4178
|
+
* HighValue translates into the largest possible number (+INF)
|
|
4162
4179
|
*
|
|
4163
4180
|
* - For ToleranceRange, an omitted LowValue will be initialized with DeviationRangeLowValue, an omitted
|
|
4164
|
-
*
|
|
4181
|
+
* HighValue will be initialized with DeviationRangeHighValue
|
|
4165
4182
|
*
|
|
4166
4183
|
* - For AcceptanceRange, an omitted LowValue will be initialized with ToleranceRangeLowValue, an omitted
|
|
4167
|
-
*
|
|
4184
|
+
* HighValue will be initialized with ToleranceRangeHighValue
|
|
4168
4185
|
*
|
|
4169
4186
|
* Also Aggregation level (the visible dimensions) must be specified for providing the context for assessing
|
|
4170
4187
|
* the criticality.
|
|
@@ -4766,6 +4783,61 @@ declare namespace sap {
|
|
|
4766
4783
|
*/
|
|
4767
4784
|
yearweek = "yearweek",
|
|
4768
4785
|
}
|
|
4786
|
+
/**
|
|
4787
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DeselectDataEventParameters'
|
|
4788
|
+
* in 1.115.1 and any later releases.
|
|
4789
|
+
*/
|
|
4790
|
+
type $ChartDeselectDataEventParameters = sap.chart.Chart$DeselectDataEventParameters;
|
|
4791
|
+
|
|
4792
|
+
type Chart$DeselectDataEvent = sap.ui.base.Event<Chart$DeselectDataEventParameters>;
|
|
4793
|
+
|
|
4794
|
+
/**
|
|
4795
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DrilledDownEventParameters'
|
|
4796
|
+
* in 1.115.1 and any later releases.
|
|
4797
|
+
*/
|
|
4798
|
+
type $ChartDrilledDownEventParameters = sap.chart.Chart$DrilledDownEventParameters;
|
|
4799
|
+
|
|
4800
|
+
type Chart$DrilledDownEvent = sap.ui.base.Event<Chart$DrilledDownEventParameters>;
|
|
4801
|
+
|
|
4802
|
+
/**
|
|
4803
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DrilledUpEventParameters'
|
|
4804
|
+
* in 1.115.1 and any later releases.
|
|
4805
|
+
*/
|
|
4806
|
+
type $ChartDrilledUpEventParameters = sap.chart.Chart$DrilledUpEventParameters;
|
|
4807
|
+
|
|
4808
|
+
type Chart$DrilledUpEvent = sap.ui.base.Event<Chart$DrilledUpEventParameters>;
|
|
4809
|
+
|
|
4810
|
+
/**
|
|
4811
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DrillStackChangedEventParameters'
|
|
4812
|
+
* in 1.115.1 and any later releases.
|
|
4813
|
+
*/
|
|
4814
|
+
type $ChartDrillStackChangedEventParameters = sap.chart.Chart$DrillStackChangedEventParameters;
|
|
4815
|
+
|
|
4816
|
+
type Chart$DrillStackChangedEvent = sap.ui.base.Event<Chart$DrillStackChangedEventParameters>;
|
|
4817
|
+
|
|
4818
|
+
/**
|
|
4819
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$RenderCompleteEventParameters'
|
|
4820
|
+
* in 1.115.1 and any later releases.
|
|
4821
|
+
*/
|
|
4822
|
+
type $ChartRenderCompleteEventParameters = sap.chart.Chart$RenderCompleteEventParameters;
|
|
4823
|
+
|
|
4824
|
+
type Chart$RenderCompleteEvent = sap.ui.base.Event<Chart$RenderCompleteEventParameters>;
|
|
4825
|
+
|
|
4826
|
+
/**
|
|
4827
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$SelectDataEventParameters'
|
|
4828
|
+
* in 1.115.1 and any later releases.
|
|
4829
|
+
*/
|
|
4830
|
+
type $ChartSelectDataEventParameters = sap.chart.Chart$SelectDataEventParameters;
|
|
4831
|
+
|
|
4832
|
+
type Chart$SelectDataEvent = sap.ui.base.Event<Chart$SelectDataEventParameters>;
|
|
4833
|
+
|
|
4834
|
+
/**
|
|
4835
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$ValueAxisFixedScaleTurnedOffEventParameters'
|
|
4836
|
+
* in 1.115.1 and any later releases.
|
|
4837
|
+
*/
|
|
4838
|
+
type $ChartValueAxisFixedScaleTurnedOffEventParameters = sap.chart.Chart$ValueAxisFixedScaleTurnedOffEventParameters;
|
|
4839
|
+
|
|
4840
|
+
type Chart$ValueAxisFixedScaleTurnedOffEvent = sap.ui.base.Event<Chart$ValueAxisFixedScaleTurnedOffEventParameters>;
|
|
4769
4841
|
}
|
|
4770
4842
|
|
|
4771
4843
|
interface IUI5DefineDependencyNames {
|