@sapui5/ts-types-esm 1.129.2 → 1.130.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/{sap.ui.core.d.ts → core-1.130.0-esm-d.ts} +119 -110
- package/types/index.d.ts +4 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.130.0-esm-d.ts} +273 -234
- package/types/{sap.m.d.ts → mobile-1.130.0-esm-d.ts} +1002 -3360
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +41 -40
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +87 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +42 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +462 -200
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -2
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +724 -204
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -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 +108 -16
- package/types/sap.suite.ui.commons.d.ts +264 -125
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +309 -79
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +37 -25
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -2
- 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 +22 -5
- package/types/sap.ui.layout.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 +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +6 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- 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 +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/microchart/library" {
|
|
4
4
|
/**
|
|
@@ -174,6 +174,88 @@ declare module "sap/suite/ui/microchart/library" {
|
|
|
174
174
|
*/
|
|
175
175
|
Solid = "Solid",
|
|
176
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* Colors to highlight certain UI chart elements.
|
|
179
|
+
*
|
|
180
|
+
* Instead of the `ValueState`, semantic colors must be defined by the application.
|
|
181
|
+
*
|
|
182
|
+
* This enum is part of the 'sap/suite/ui/microchart/library' module export and must be accessed by the
|
|
183
|
+
* property 'MicroChartColorType'.
|
|
184
|
+
* See:
|
|
185
|
+
* {@link fiori:/how-to-use-semantic-colors/ Semantic Colors}
|
|
186
|
+
*
|
|
187
|
+
* @since 1.129
|
|
188
|
+
*/
|
|
189
|
+
export enum MicroChartColorType {
|
|
190
|
+
/**
|
|
191
|
+
* Critical value color.
|
|
192
|
+
*/
|
|
193
|
+
Critical = "Critical",
|
|
194
|
+
/**
|
|
195
|
+
* Bad value color.
|
|
196
|
+
*/
|
|
197
|
+
Error = "Error",
|
|
198
|
+
/**
|
|
199
|
+
* Good value color.
|
|
200
|
+
*/
|
|
201
|
+
Good = "Good",
|
|
202
|
+
/**
|
|
203
|
+
* Neutral value color.
|
|
204
|
+
*/
|
|
205
|
+
Neutral = "Neutral",
|
|
206
|
+
/**
|
|
207
|
+
* None value color.
|
|
208
|
+
*/
|
|
209
|
+
None = "None",
|
|
210
|
+
/**
|
|
211
|
+
* Sequence1 value colors.
|
|
212
|
+
*/
|
|
213
|
+
Sequence1 = "Sequence1",
|
|
214
|
+
/**
|
|
215
|
+
* Sequence10 value colors.
|
|
216
|
+
*/
|
|
217
|
+
Sequence10 = "Sequence10",
|
|
218
|
+
/**
|
|
219
|
+
* Sequence11 value colors.
|
|
220
|
+
*/
|
|
221
|
+
Sequence11 = "Sequence11",
|
|
222
|
+
/**
|
|
223
|
+
* Sequence12 value colors.
|
|
224
|
+
*/
|
|
225
|
+
Sequence12 = "Sequence12",
|
|
226
|
+
/**
|
|
227
|
+
* Sequence2 value colors.
|
|
228
|
+
*/
|
|
229
|
+
Sequence2 = "Sequence2",
|
|
230
|
+
/**
|
|
231
|
+
* Sequence3 value colors.
|
|
232
|
+
*/
|
|
233
|
+
Sequence3 = "Sequence3",
|
|
234
|
+
/**
|
|
235
|
+
* Sequence4 value colors.
|
|
236
|
+
*/
|
|
237
|
+
Sequence4 = "Sequence4",
|
|
238
|
+
/**
|
|
239
|
+
* Sequence5 value colors.
|
|
240
|
+
*/
|
|
241
|
+
Sequence5 = "Sequence5",
|
|
242
|
+
/**
|
|
243
|
+
* Sequence6 value colors.
|
|
244
|
+
*/
|
|
245
|
+
Sequence6 = "Sequence6",
|
|
246
|
+
/**
|
|
247
|
+
* Sequence7 value colors.
|
|
248
|
+
*/
|
|
249
|
+
Sequence7 = "Sequence7",
|
|
250
|
+
/**
|
|
251
|
+
* Sequence8 value colors.
|
|
252
|
+
*/
|
|
253
|
+
Sequence8 = "Sequence8",
|
|
254
|
+
/**
|
|
255
|
+
* Sequence9 value colors.
|
|
256
|
+
*/
|
|
257
|
+
Sequence9 = "Sequence9",
|
|
258
|
+
}
|
|
177
259
|
}
|
|
178
260
|
|
|
179
261
|
declare module "sap/suite/ui/microchart/AreaMicroChart" {
|
|
@@ -1372,6 +1454,8 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
|
|
|
1372
1454
|
PropertyBindingInfo,
|
|
1373
1455
|
} from "sap/ui/base/ManagedObject";
|
|
1374
1456
|
|
|
1457
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
1458
|
+
|
|
1375
1459
|
import { ValueCSSColor } from "sap/m/library";
|
|
1376
1460
|
|
|
1377
1461
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -1482,14 +1566,18 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
|
|
|
1482
1566
|
/**
|
|
1483
1567
|
* Gets current value of property {@link #getColor color}.
|
|
1484
1568
|
*
|
|
1485
|
-
* The graphic element color.
|
|
1569
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
1570
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
1571
|
+
* 2.0 release.
|
|
1486
1572
|
*
|
|
1487
|
-
* Default value is `
|
|
1573
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
1488
1574
|
*
|
|
1489
1575
|
*
|
|
1490
1576
|
* @returns Value of property `color`
|
|
1491
1577
|
*/
|
|
1492
|
-
getColor():
|
|
1578
|
+
getColor():
|
|
1579
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
1580
|
+
| ValueCSSColor;
|
|
1493
1581
|
/**
|
|
1494
1582
|
* Gets content of aggregation {@link #getPoints points}.
|
|
1495
1583
|
*
|
|
@@ -1560,11 +1648,13 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
|
|
|
1560
1648
|
/**
|
|
1561
1649
|
* Sets a new value for property {@link #getColor color}.
|
|
1562
1650
|
*
|
|
1563
|
-
* The graphic element color.
|
|
1651
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
1652
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
1653
|
+
* 2.0 release.
|
|
1564
1654
|
*
|
|
1565
1655
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1566
1656
|
*
|
|
1567
|
-
* Default value is `
|
|
1657
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
1568
1658
|
*
|
|
1569
1659
|
*
|
|
1570
1660
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1573,7 +1663,9 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
|
|
|
1573
1663
|
/**
|
|
1574
1664
|
* New value for property `color`
|
|
1575
1665
|
*/
|
|
1576
|
-
sColor?:
|
|
1666
|
+
sColor?:
|
|
1667
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
1668
|
+
| ValueCSSColor
|
|
1577
1669
|
): this;
|
|
1578
1670
|
/**
|
|
1579
1671
|
* Sets a new value for property {@link #getTitle title}.
|
|
@@ -1604,9 +1696,15 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
|
|
|
1604
1696
|
*/
|
|
1605
1697
|
export interface $AreaMicroChartItemSettings extends $ElementSettings {
|
|
1606
1698
|
/**
|
|
1607
|
-
* The graphic element color.
|
|
1699
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
1700
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
1701
|
+
* 2.0 release.
|
|
1608
1702
|
*/
|
|
1609
|
-
color?:
|
|
1703
|
+
color?:
|
|
1704
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
1705
|
+
| ValueCSSColor
|
|
1706
|
+
| PropertyBindingInfo
|
|
1707
|
+
| `{${string}}`;
|
|
1610
1708
|
|
|
1611
1709
|
/**
|
|
1612
1710
|
* The line title.
|
|
@@ -1627,6 +1725,8 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
|
|
|
1627
1725
|
declare module "sap/suite/ui/microchart/AreaMicroChartLabel" {
|
|
1628
1726
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
1629
1727
|
|
|
1728
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
1729
|
+
|
|
1630
1730
|
import { ValueCSSColor } from "sap/m/library";
|
|
1631
1731
|
|
|
1632
1732
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -1704,14 +1804,18 @@ declare module "sap/suite/ui/microchart/AreaMicroChartLabel" {
|
|
|
1704
1804
|
/**
|
|
1705
1805
|
* Gets current value of property {@link #getColor color}.
|
|
1706
1806
|
*
|
|
1707
|
-
* The graphic element color.
|
|
1807
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
1808
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
1809
|
+
* 2.0 release.
|
|
1708
1810
|
*
|
|
1709
|
-
* Default value is `
|
|
1811
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
1710
1812
|
*
|
|
1711
1813
|
*
|
|
1712
1814
|
* @returns Value of property `color`
|
|
1713
1815
|
*/
|
|
1714
|
-
getColor():
|
|
1816
|
+
getColor():
|
|
1817
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
1818
|
+
| ValueCSSColor;
|
|
1715
1819
|
/**
|
|
1716
1820
|
* Gets current value of property {@link #getLabel label}.
|
|
1717
1821
|
*
|
|
@@ -1726,11 +1830,13 @@ declare module "sap/suite/ui/microchart/AreaMicroChartLabel" {
|
|
|
1726
1830
|
/**
|
|
1727
1831
|
* Sets a new value for property {@link #getColor color}.
|
|
1728
1832
|
*
|
|
1729
|
-
* The graphic element color.
|
|
1833
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
1834
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
1835
|
+
* 2.0 release.
|
|
1730
1836
|
*
|
|
1731
1837
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1732
1838
|
*
|
|
1733
|
-
* Default value is `
|
|
1839
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
1734
1840
|
*
|
|
1735
1841
|
*
|
|
1736
1842
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1739,7 +1845,9 @@ declare module "sap/suite/ui/microchart/AreaMicroChartLabel" {
|
|
|
1739
1845
|
/**
|
|
1740
1846
|
* New value for property `color`
|
|
1741
1847
|
*/
|
|
1742
|
-
sColor?:
|
|
1848
|
+
sColor?:
|
|
1849
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
1850
|
+
| ValueCSSColor
|
|
1743
1851
|
): this;
|
|
1744
1852
|
/**
|
|
1745
1853
|
* Sets a new value for property {@link #getLabel label}.
|
|
@@ -1765,9 +1873,15 @@ declare module "sap/suite/ui/microchart/AreaMicroChartLabel" {
|
|
|
1765
1873
|
*/
|
|
1766
1874
|
export interface $AreaMicroChartLabelSettings extends $ElementSettings {
|
|
1767
1875
|
/**
|
|
1768
|
-
* The graphic element color.
|
|
1876
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
1877
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
1878
|
+
* 2.0 release.
|
|
1769
1879
|
*/
|
|
1770
|
-
color?:
|
|
1880
|
+
color?:
|
|
1881
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
1882
|
+
| ValueCSSColor
|
|
1883
|
+
| PropertyBindingInfo
|
|
1884
|
+
| `{${string}}`;
|
|
1771
1885
|
|
|
1772
1886
|
/**
|
|
1773
1887
|
* The line title.
|
|
@@ -4030,6 +4144,8 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
|
|
|
4030
4144
|
|
|
4031
4145
|
import Event from "sap/ui/base/Event";
|
|
4032
4146
|
|
|
4147
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
4148
|
+
|
|
4033
4149
|
import { ValueCSSColor } from "sap/m/library";
|
|
4034
4150
|
|
|
4035
4151
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -4187,14 +4303,18 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
|
|
|
4187
4303
|
/**
|
|
4188
4304
|
* Gets current value of property {@link #getColor color}.
|
|
4189
4305
|
*
|
|
4190
|
-
* The graphic element color.
|
|
4306
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
4307
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
4308
|
+
* 2.0 release.
|
|
4191
4309
|
*
|
|
4192
|
-
* Default value is `
|
|
4310
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
4193
4311
|
*
|
|
4194
4312
|
*
|
|
4195
4313
|
* @returns Value of property `color`
|
|
4196
4314
|
*/
|
|
4197
|
-
getColor():
|
|
4315
|
+
getColor():
|
|
4316
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
4317
|
+
| ValueCSSColor;
|
|
4198
4318
|
/**
|
|
4199
4319
|
* Gets current value of property {@link #getDisplayValue displayValue}.
|
|
4200
4320
|
*
|
|
@@ -4228,11 +4348,13 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
|
|
|
4228
4348
|
/**
|
|
4229
4349
|
* Sets a new value for property {@link #getColor color}.
|
|
4230
4350
|
*
|
|
4231
|
-
* The graphic element color.
|
|
4351
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
4352
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
4353
|
+
* 2.0 release.
|
|
4232
4354
|
*
|
|
4233
4355
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4234
4356
|
*
|
|
4235
|
-
* Default value is `
|
|
4357
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
4236
4358
|
*
|
|
4237
4359
|
*
|
|
4238
4360
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4241,7 +4363,9 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
|
|
|
4241
4363
|
/**
|
|
4242
4364
|
* New value for property `color`
|
|
4243
4365
|
*/
|
|
4244
|
-
sColor?:
|
|
4366
|
+
sColor?:
|
|
4367
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
4368
|
+
| ValueCSSColor
|
|
4245
4369
|
): this;
|
|
4246
4370
|
/**
|
|
4247
4371
|
* Sets a new value for property {@link #getDisplayValue displayValue}.
|
|
@@ -4300,9 +4424,15 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
|
|
|
4300
4424
|
*/
|
|
4301
4425
|
export interface $ColumnMicroChartDataSettings extends $ElementSettings {
|
|
4302
4426
|
/**
|
|
4303
|
-
* The graphic element color.
|
|
4427
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
4428
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
4429
|
+
* 2.0 release.
|
|
4304
4430
|
*/
|
|
4305
|
-
color?:
|
|
4431
|
+
color?:
|
|
4432
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
4433
|
+
| ValueCSSColor
|
|
4434
|
+
| PropertyBindingInfo
|
|
4435
|
+
| `{${string}}`;
|
|
4306
4436
|
|
|
4307
4437
|
/**
|
|
4308
4438
|
* The line title.
|
|
@@ -4343,6 +4473,8 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
|
|
|
4343
4473
|
declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
|
|
4344
4474
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
4345
4475
|
|
|
4476
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
4477
|
+
|
|
4346
4478
|
import { ValueCSSColor } from "sap/m/library";
|
|
4347
4479
|
|
|
4348
4480
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -4420,14 +4552,18 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
|
|
|
4420
4552
|
/**
|
|
4421
4553
|
* Gets current value of property {@link #getColor color}.
|
|
4422
4554
|
*
|
|
4423
|
-
* The graphic element color.
|
|
4555
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
4556
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
4557
|
+
* 2.0 release.
|
|
4424
4558
|
*
|
|
4425
|
-
* Default value is `
|
|
4559
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
4426
4560
|
*
|
|
4427
4561
|
*
|
|
4428
4562
|
* @returns Value of property `color`
|
|
4429
4563
|
*/
|
|
4430
|
-
getColor():
|
|
4564
|
+
getColor():
|
|
4565
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
4566
|
+
| ValueCSSColor;
|
|
4431
4567
|
/**
|
|
4432
4568
|
* Gets current value of property {@link #getLabel label}.
|
|
4433
4569
|
*
|
|
@@ -4442,11 +4578,13 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
|
|
|
4442
4578
|
/**
|
|
4443
4579
|
* Sets a new value for property {@link #getColor color}.
|
|
4444
4580
|
*
|
|
4445
|
-
* The graphic element color.
|
|
4581
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
4582
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
4583
|
+
* 2.0 release.
|
|
4446
4584
|
*
|
|
4447
4585
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4448
4586
|
*
|
|
4449
|
-
* Default value is `
|
|
4587
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
4450
4588
|
*
|
|
4451
4589
|
*
|
|
4452
4590
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4455,7 +4593,9 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
|
|
|
4455
4593
|
/**
|
|
4456
4594
|
* New value for property `color`
|
|
4457
4595
|
*/
|
|
4458
|
-
sColor?:
|
|
4596
|
+
sColor?:
|
|
4597
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
4598
|
+
| ValueCSSColor
|
|
4459
4599
|
): this;
|
|
4460
4600
|
/**
|
|
4461
4601
|
* Sets a new value for property {@link #getLabel label}.
|
|
@@ -4481,9 +4621,15 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
|
|
|
4481
4621
|
*/
|
|
4482
4622
|
export interface $ColumnMicroChartLabelSettings extends $ElementSettings {
|
|
4483
4623
|
/**
|
|
4484
|
-
* The graphic element color.
|
|
4624
|
+
* The graphic element color. For SAPUI5 1.x releases, we are going to use string as the type for Micro
|
|
4625
|
+
* Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5
|
|
4626
|
+
* 2.0 release.
|
|
4485
4627
|
*/
|
|
4486
|
-
color?:
|
|
4628
|
+
color?:
|
|
4629
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
4630
|
+
| ValueCSSColor
|
|
4631
|
+
| PropertyBindingInfo
|
|
4632
|
+
| `{${string}}`;
|
|
4487
4633
|
|
|
4488
4634
|
/**
|
|
4489
4635
|
* The line title.
|
|
@@ -5256,6 +5402,8 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
|
|
|
5256
5402
|
|
|
5257
5403
|
import Event from "sap/ui/base/Event";
|
|
5258
5404
|
|
|
5405
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
5406
|
+
|
|
5259
5407
|
import { ValueCSSColor } from "sap/m/library";
|
|
5260
5408
|
|
|
5261
5409
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -5413,14 +5561,18 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
|
|
|
5413
5561
|
/**
|
|
5414
5562
|
* Gets current value of property {@link #getColor color}.
|
|
5415
5563
|
*
|
|
5416
|
-
* The semantic color of the value.
|
|
5564
|
+
* The semantic color of the value. For SAPUI5 1.x releases, we are going to use string as the type for
|
|
5565
|
+
* Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the
|
|
5566
|
+
* SAPUI5 2.0 release.
|
|
5417
5567
|
*
|
|
5418
|
-
* Default value is `
|
|
5568
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
5419
5569
|
*
|
|
5420
5570
|
*
|
|
5421
5571
|
* @returns Value of property `color`
|
|
5422
5572
|
*/
|
|
5423
|
-
getColor():
|
|
5573
|
+
getColor():
|
|
5574
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
5575
|
+
| ValueCSSColor;
|
|
5424
5576
|
/**
|
|
5425
5577
|
* Gets current value of property {@link #getDisplayValue displayValue}.
|
|
5426
5578
|
*
|
|
@@ -5457,11 +5609,13 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
|
|
|
5457
5609
|
/**
|
|
5458
5610
|
* Sets a new value for property {@link #getColor color}.
|
|
5459
5611
|
*
|
|
5460
|
-
* The semantic color of the value.
|
|
5612
|
+
* The semantic color of the value. For SAPUI5 1.x releases, we are going to use string as the type for
|
|
5613
|
+
* Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the
|
|
5614
|
+
* SAPUI5 2.0 release.
|
|
5461
5615
|
*
|
|
5462
5616
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5463
5617
|
*
|
|
5464
|
-
* Default value is `
|
|
5618
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
5465
5619
|
*
|
|
5466
5620
|
*
|
|
5467
5621
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5470,7 +5624,9 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
|
|
|
5470
5624
|
/**
|
|
5471
5625
|
* New value for property `color`
|
|
5472
5626
|
*/
|
|
5473
|
-
sColor?:
|
|
5627
|
+
sColor?:
|
|
5628
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
5629
|
+
| ValueCSSColor
|
|
5474
5630
|
): this;
|
|
5475
5631
|
/**
|
|
5476
5632
|
* Sets a new value for property {@link #getDisplayValue displayValue}.
|
|
@@ -5537,9 +5693,15 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
|
|
|
5537
5693
|
value?: float | PropertyBindingInfo | `{${string}}`;
|
|
5538
5694
|
|
|
5539
5695
|
/**
|
|
5540
|
-
* The semantic color of the value.
|
|
5696
|
+
* The semantic color of the value. For SAPUI5 1.x releases, we are going to use string as the type for
|
|
5697
|
+
* Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the
|
|
5698
|
+
* SAPUI5 2.0 release.
|
|
5541
5699
|
*/
|
|
5542
|
-
color?:
|
|
5700
|
+
color?:
|
|
5701
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
5702
|
+
| ValueCSSColor
|
|
5703
|
+
| PropertyBindingInfo
|
|
5704
|
+
| `{${string}}`;
|
|
5543
5705
|
|
|
5544
5706
|
/**
|
|
5545
5707
|
* The comparison bar title.
|
|
@@ -5578,10 +5740,10 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
|
|
|
5578
5740
|
|
|
5579
5741
|
import Event from "sap/ui/base/Event";
|
|
5580
5742
|
|
|
5581
|
-
import { ValueCSSColor, Size } from "sap/m/library";
|
|
5582
|
-
|
|
5583
5743
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
5584
5744
|
|
|
5745
|
+
import { Size } from "sap/m/library";
|
|
5746
|
+
|
|
5585
5747
|
import { DeltaMicroChartViewType } from "sap/suite/ui/microchart/library";
|
|
5586
5748
|
|
|
5587
5749
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -5761,14 +5923,16 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
|
|
|
5761
5923
|
/**
|
|
5762
5924
|
* Gets current value of property {@link #getColor color}.
|
|
5763
5925
|
*
|
|
5764
|
-
* The semantic color of the delta value.
|
|
5926
|
+
* The semantic color of the delta value. For SAPUI5 1.x releases, we are going to use string as the type
|
|
5927
|
+
* for Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from
|
|
5928
|
+
* the SAPUI5 2.0 release.
|
|
5765
5929
|
*
|
|
5766
|
-
* Default value is `
|
|
5930
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
5767
5931
|
*
|
|
5768
5932
|
*
|
|
5769
5933
|
* @returns Value of property `color`
|
|
5770
5934
|
*/
|
|
5771
|
-
getColor():
|
|
5935
|
+
getColor(): string;
|
|
5772
5936
|
/**
|
|
5773
5937
|
* Gets current value of property {@link #getDeltaDisplayValue deltaDisplayValue}.
|
|
5774
5938
|
*
|
|
@@ -5924,11 +6088,13 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
|
|
|
5924
6088
|
/**
|
|
5925
6089
|
* Sets a new value for property {@link #getColor color}.
|
|
5926
6090
|
*
|
|
5927
|
-
* The semantic color of the delta value.
|
|
6091
|
+
* The semantic color of the delta value. For SAPUI5 1.x releases, we are going to use string as the type
|
|
6092
|
+
* for Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from
|
|
6093
|
+
* the SAPUI5 2.0 release.
|
|
5928
6094
|
*
|
|
5929
6095
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5930
6096
|
*
|
|
5931
|
-
* Default value is `
|
|
6097
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
5932
6098
|
*
|
|
5933
6099
|
*
|
|
5934
6100
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5937,7 +6103,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
|
|
|
5937
6103
|
/**
|
|
5938
6104
|
* New value for property `color`
|
|
5939
6105
|
*/
|
|
5940
|
-
sColor?:
|
|
6106
|
+
sColor?: string
|
|
5941
6107
|
): this;
|
|
5942
6108
|
/**
|
|
5943
6109
|
* Sets a new value for property {@link #getDeltaDisplayValue deltaDisplayValue}.
|
|
@@ -6202,9 +6368,11 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
|
|
|
6202
6368
|
deltaDisplayValue?: string | PropertyBindingInfo;
|
|
6203
6369
|
|
|
6204
6370
|
/**
|
|
6205
|
-
* The semantic color of the delta value.
|
|
6371
|
+
* The semantic color of the delta value. For SAPUI5 1.x releases, we are going to use string as the type
|
|
6372
|
+
* for Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from
|
|
6373
|
+
* the SAPUI5 2.0 release.
|
|
6206
6374
|
*/
|
|
6207
|
-
color?:
|
|
6375
|
+
color?: string | PropertyBindingInfo;
|
|
6208
6376
|
|
|
6209
6377
|
/**
|
|
6210
6378
|
* The view of the chart. If not set, the `Normal` view is used by default.
|
|
@@ -7104,6 +7272,8 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
|
|
|
7104
7272
|
declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
|
|
7105
7273
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
7106
7274
|
|
|
7275
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
7276
|
+
|
|
7107
7277
|
import { ValueCSSColor } from "sap/m/library";
|
|
7108
7278
|
|
|
7109
7279
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -7183,14 +7353,17 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
|
|
|
7183
7353
|
*
|
|
7184
7354
|
* The color of the sector representing the fraction value.
|
|
7185
7355
|
* The same color is used for the fraction value label defined either by the `fraction` property or by the
|
|
7186
|
-
* `fractionLabel` property.
|
|
7356
|
+
* `fractionLabel` property. For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts
|
|
7357
|
+
* instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
7187
7358
|
*
|
|
7188
|
-
* Default value is `
|
|
7359
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
7189
7360
|
*
|
|
7190
7361
|
*
|
|
7191
7362
|
* @returns Value of property `color`
|
|
7192
7363
|
*/
|
|
7193
|
-
getColor():
|
|
7364
|
+
getColor():
|
|
7365
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
7366
|
+
| ValueCSSColor;
|
|
7194
7367
|
/**
|
|
7195
7368
|
* Gets current value of property {@link #getFormattedLabel formattedLabel}.
|
|
7196
7369
|
*
|
|
@@ -7241,11 +7414,12 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
|
|
|
7241
7414
|
*
|
|
7242
7415
|
* The color of the sector representing the fraction value.
|
|
7243
7416
|
* The same color is used for the fraction value label defined either by the `fraction` property or by the
|
|
7244
|
-
* `fractionLabel` property.
|
|
7417
|
+
* `fractionLabel` property. For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts
|
|
7418
|
+
* instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
7245
7419
|
*
|
|
7246
7420
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7247
7421
|
*
|
|
7248
|
-
* Default value is `
|
|
7422
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
7249
7423
|
*
|
|
7250
7424
|
*
|
|
7251
7425
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7254,7 +7428,9 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
|
|
|
7254
7428
|
/**
|
|
7255
7429
|
* New value for property `color`
|
|
7256
7430
|
*/
|
|
7257
|
-
sColor?:
|
|
7431
|
+
sColor?:
|
|
7432
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
7433
|
+
| ValueCSSColor
|
|
7258
7434
|
): this;
|
|
7259
7435
|
/**
|
|
7260
7436
|
* Sets a new value for property {@link #getFormattedLabel formattedLabel}.
|
|
@@ -7337,9 +7513,14 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
|
|
|
7337
7513
|
/**
|
|
7338
7514
|
* The color of the sector representing the fraction value.
|
|
7339
7515
|
* The same color is used for the fraction value label defined either by the `fraction` property or by the
|
|
7340
|
-
* `fractionLabel` property.
|
|
7516
|
+
* `fractionLabel` property. For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts
|
|
7517
|
+
* instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
7341
7518
|
*/
|
|
7342
|
-
color?:
|
|
7519
|
+
color?:
|
|
7520
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
7521
|
+
| ValueCSSColor
|
|
7522
|
+
| PropertyBindingInfo
|
|
7523
|
+
| `{${string}}`;
|
|
7343
7524
|
|
|
7344
7525
|
/**
|
|
7345
7526
|
* The fraction value that defines the size of the colored sector.
|
|
@@ -11436,6 +11617,8 @@ declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
|
|
|
11436
11617
|
$LineMicroChartPointSettings,
|
|
11437
11618
|
} from "sap/suite/ui/microchart/LineMicroChartPoint";
|
|
11438
11619
|
|
|
11620
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
11621
|
+
|
|
11439
11622
|
import { ValueCSSColor } from "sap/m/library";
|
|
11440
11623
|
|
|
11441
11624
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -11517,12 +11700,17 @@ declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
|
|
|
11517
11700
|
* is true. If at least one emphasized point has a color different from Neutral, the graph is grey; otherwise,
|
|
11518
11701
|
* the graph is blue.
|
|
11519
11702
|
*
|
|
11520
|
-
*
|
|
11703
|
+
* For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts instead of sap.m.ValueCSSColor.
|
|
11704
|
+
* The value (or type, or property) will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
11705
|
+
*
|
|
11706
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
11521
11707
|
*
|
|
11522
11708
|
*
|
|
11523
11709
|
* @returns Value of property `color`
|
|
11524
11710
|
*/
|
|
11525
|
-
getColor():
|
|
11711
|
+
getColor():
|
|
11712
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
11713
|
+
| ValueCSSColor;
|
|
11526
11714
|
/**
|
|
11527
11715
|
* Gets current value of property {@link #getShow show}.
|
|
11528
11716
|
*
|
|
@@ -11541,9 +11729,12 @@ declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
|
|
|
11541
11729
|
* is true. If at least one emphasized point has a color different from Neutral, the graph is grey; otherwise,
|
|
11542
11730
|
* the graph is blue.
|
|
11543
11731
|
*
|
|
11732
|
+
* For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts instead of sap.m.ValueCSSColor.
|
|
11733
|
+
* The value (or type, or property) will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
11734
|
+
*
|
|
11544
11735
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11545
11736
|
*
|
|
11546
|
-
* Default value is `
|
|
11737
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
11547
11738
|
*
|
|
11548
11739
|
*
|
|
11549
11740
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11552,7 +11743,9 @@ declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
|
|
|
11552
11743
|
/**
|
|
11553
11744
|
* New value for property `color`
|
|
11554
11745
|
*/
|
|
11555
|
-
sColor?:
|
|
11746
|
+
sColor?:
|
|
11747
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
11748
|
+
| ValueCSSColor
|
|
11556
11749
|
): this;
|
|
11557
11750
|
/**
|
|
11558
11751
|
* Sets a new value for property {@link #getShow show}.
|
|
@@ -11582,8 +11775,15 @@ declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
|
|
|
11582
11775
|
* Determines the color of the emphasized point. The property has an effect only if the 'show' property
|
|
11583
11776
|
* is true. If at least one emphasized point has a color different from Neutral, the graph is grey; otherwise,
|
|
11584
11777
|
* the graph is blue.
|
|
11778
|
+
*
|
|
11779
|
+
* For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts instead of sap.m.ValueCSSColor.
|
|
11780
|
+
* The value (or type, or property) will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
11585
11781
|
*/
|
|
11586
|
-
color?:
|
|
11782
|
+
color?:
|
|
11783
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
11784
|
+
| ValueCSSColor
|
|
11785
|
+
| PropertyBindingInfo
|
|
11786
|
+
| `{${string}}`;
|
|
11587
11787
|
|
|
11588
11788
|
/**
|
|
11589
11789
|
* Determines whether the chart point should be displayed or not.
|
|
@@ -12112,7 +12312,10 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
|
|
|
12112
12312
|
|
|
12113
12313
|
import Event from "sap/ui/base/Event";
|
|
12114
12314
|
|
|
12115
|
-
import {
|
|
12315
|
+
import {
|
|
12316
|
+
HorizontalAlignmentType,
|
|
12317
|
+
MicroChartColorType,
|
|
12318
|
+
} from "sap/suite/ui/microchart/library";
|
|
12116
12319
|
|
|
12117
12320
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
12118
12321
|
|
|
@@ -12363,14 +12566,18 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
|
|
|
12363
12566
|
/**
|
|
12364
12567
|
* Gets current value of property {@link #getValueColor valueColor}.
|
|
12365
12568
|
*
|
|
12366
|
-
* The color shown in the completed path.
|
|
12569
|
+
* The color shown in the completed path. For SAPUI5 1.x releases, we are going to use string as the type
|
|
12570
|
+
* for Micro Charts instead of sap.m.ValueCSSColor. The value (or type, or property) will only support MicroChartColorType
|
|
12571
|
+
* from the SAPUI5 2.0 release.
|
|
12367
12572
|
*
|
|
12368
|
-
* Default value is `
|
|
12573
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
12369
12574
|
*
|
|
12370
12575
|
*
|
|
12371
12576
|
* @returns Value of property `valueColor`
|
|
12372
12577
|
*/
|
|
12373
|
-
getValueColor():
|
|
12578
|
+
getValueColor():
|
|
12579
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
12580
|
+
| ValueCSSColor;
|
|
12374
12581
|
/**
|
|
12375
12582
|
* Gets current value of property {@link #getWidth width}.
|
|
12376
12583
|
*
|
|
@@ -12551,11 +12758,13 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
|
|
|
12551
12758
|
/**
|
|
12552
12759
|
* Sets a new value for property {@link #getValueColor valueColor}.
|
|
12553
12760
|
*
|
|
12554
|
-
* The color shown in the completed path.
|
|
12761
|
+
* The color shown in the completed path. For SAPUI5 1.x releases, we are going to use string as the type
|
|
12762
|
+
* for Micro Charts instead of sap.m.ValueCSSColor. The value (or type, or property) will only support MicroChartColorType
|
|
12763
|
+
* from the SAPUI5 2.0 release.
|
|
12555
12764
|
*
|
|
12556
12765
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
12557
12766
|
*
|
|
12558
|
-
* Default value is `
|
|
12767
|
+
* Default value is `MicroChartColorType.Neutral`.
|
|
12559
12768
|
*
|
|
12560
12769
|
*
|
|
12561
12770
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12564,7 +12773,9 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
|
|
|
12564
12773
|
/**
|
|
12565
12774
|
* New value for property `valueColor`
|
|
12566
12775
|
*/
|
|
12567
|
-
sValueColor?:
|
|
12776
|
+
sValueColor?:
|
|
12777
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
12778
|
+
| ValueCSSColor
|
|
12568
12779
|
): this;
|
|
12569
12780
|
/**
|
|
12570
12781
|
* Sets a new value for property {@link #getWidth width}.
|
|
@@ -12604,9 +12815,15 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
|
|
|
12604
12815
|
percentage?: float | PropertyBindingInfo | `{${string}}`;
|
|
12605
12816
|
|
|
12606
12817
|
/**
|
|
12607
|
-
* The color shown in the completed path.
|
|
12818
|
+
* The color shown in the completed path. For SAPUI5 1.x releases, we are going to use string as the type
|
|
12819
|
+
* for Micro Charts instead of sap.m.ValueCSSColor. The value (or type, or property) will only support MicroChartColorType
|
|
12820
|
+
* from the SAPUI5 2.0 release.
|
|
12608
12821
|
*/
|
|
12609
|
-
valueColor?:
|
|
12822
|
+
valueColor?:
|
|
12823
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
12824
|
+
| ValueCSSColor
|
|
12825
|
+
| PropertyBindingInfo
|
|
12826
|
+
| `{${string}}`;
|
|
12610
12827
|
|
|
12611
12828
|
/**
|
|
12612
12829
|
* The size of the chart. If it is not set, the Auto size is used.
|
|
@@ -13335,6 +13552,8 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
|
|
|
13335
13552
|
|
|
13336
13553
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
13337
13554
|
|
|
13555
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
13556
|
+
|
|
13338
13557
|
import { ValueCSSColor } from "sap/m/library";
|
|
13339
13558
|
|
|
13340
13559
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -13430,12 +13649,15 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
|
|
|
13430
13649
|
/**
|
|
13431
13650
|
* Gets current value of property {@link #getValueColor valueColor}.
|
|
13432
13651
|
*
|
|
13433
|
-
* The color of the bar.
|
|
13652
|
+
* The color of the bar. For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts
|
|
13653
|
+
* instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
13434
13654
|
*
|
|
13435
13655
|
*
|
|
13436
13656
|
* @returns Value of property `valueColor`
|
|
13437
13657
|
*/
|
|
13438
|
-
getValueColor():
|
|
13658
|
+
getValueColor():
|
|
13659
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
13660
|
+
| ValueCSSColor;
|
|
13439
13661
|
/**
|
|
13440
13662
|
* Sets a new value for property {@link #getDisplayValue displayValue}.
|
|
13441
13663
|
*
|
|
@@ -13473,7 +13695,8 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
|
|
|
13473
13695
|
/**
|
|
13474
13696
|
* Sets a new value for property {@link #getValueColor valueColor}.
|
|
13475
13697
|
*
|
|
13476
|
-
* The color of the bar.
|
|
13698
|
+
* The color of the bar. For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts
|
|
13699
|
+
* instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
13477
13700
|
*
|
|
13478
13701
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
13479
13702
|
*
|
|
@@ -13484,7 +13707,9 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
|
|
|
13484
13707
|
/**
|
|
13485
13708
|
* New value for property `valueColor`
|
|
13486
13709
|
*/
|
|
13487
|
-
sValueColor?:
|
|
13710
|
+
sValueColor?:
|
|
13711
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
13712
|
+
| ValueCSSColor
|
|
13488
13713
|
): this;
|
|
13489
13714
|
}
|
|
13490
13715
|
/**
|
|
@@ -13497,9 +13722,14 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
|
|
|
13497
13722
|
value?: float | PropertyBindingInfo | `{${string}}`;
|
|
13498
13723
|
|
|
13499
13724
|
/**
|
|
13500
|
-
* The color of the bar.
|
|
13725
|
+
* The color of the bar. For SAPUI5 1.x releases, we are going to use string as the type for Micro Charts
|
|
13726
|
+
* instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
13501
13727
|
*/
|
|
13502
|
-
valueColor?:
|
|
13728
|
+
valueColor?:
|
|
13729
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
13730
|
+
| ValueCSSColor
|
|
13731
|
+
| PropertyBindingInfo
|
|
13732
|
+
| `{${string}}`;
|
|
13503
13733
|
|
|
13504
13734
|
/**
|
|
13505
13735
|
* If this property is set, then it will be displayed instead of value.
|