@sapui5/ts-types-esm 1.130.2 → 1.131.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.ui.commons.d.ts → commons-1.131.0-esm-d.ts} +1 -1
- package/types/{core-1.130.0-esm-d.ts → core-1.131.0-esm-d.ts} +295 -300
- package/types/{sap.ui.dt.d.ts → dt-1.131.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{mdc-1.130.0-esm-d.ts → mdc-1.131.0-esm-d.ts} +220 -103
- package/types/{mobile-1.130.0-esm-d.ts → mobile-1.131.0-esm-d.ts} +355 -25
- 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.esh.search.ui.d.ts +47 -9
- package/types/sap.f.d.ts +238 -12
- package/types/sap.fe.base.d.ts +24 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +10 -7
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +203 -145
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +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 +96 -9
- 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 +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +143 -55
- package/types/sap.ui.export.d.ts +6 -6
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +2 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +142 -2
- package/types/sap.ui.layout.d.ts +18 -21
- 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 +7 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +263 -9
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +28 -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 +7 -4
- 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
- package/types/{sap.tnt.d.ts → tnt-1.131.0-esm-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.131.0-esm-d.ts} +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.131.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -230,7 +230,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
230
230
|
fnCallbackDataLoaded: Function
|
|
231
231
|
): void;
|
|
232
232
|
/**
|
|
233
|
-
*
|
|
233
|
+
* Gets the relevant PropertyInfos based on the metadata used with the chart instance.
|
|
234
234
|
*
|
|
235
235
|
* **Note:** The result of this function must be kept stable throughout the lifecycle of your application.
|
|
236
236
|
* Any changes of the returned values might result in undesired effects.
|
|
@@ -262,7 +262,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
262
262
|
oChart: Chart
|
|
263
263
|
): ChartTypeObject[];
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
* Gets the binding info for given chart.
|
|
266
266
|
*
|
|
267
267
|
*
|
|
268
268
|
* @returns BindingInfo object
|
|
@@ -274,7 +274,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
274
274
|
oChart: Chart
|
|
275
275
|
): AggregationBindingInfo;
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* Gets the current chart type.
|
|
278
278
|
*
|
|
279
279
|
*
|
|
280
280
|
* @returns Information about the current chart type
|
|
@@ -294,7 +294,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
294
294
|
*/
|
|
295
295
|
getChartTypeLayoutConfig(): ChartTypeLayoutConfig[];
|
|
296
296
|
/**
|
|
297
|
-
*
|
|
297
|
+
* Gets the drillable items. This function is used by the breadcrumb navigation.
|
|
298
298
|
*
|
|
299
299
|
*
|
|
300
300
|
* @returns Array of MDC items that are drillable
|
|
@@ -306,7 +306,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
306
306
|
oChart: Chart
|
|
307
307
|
): Item[];
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Gets the current drilling stack of the inner chart.
|
|
310
310
|
* The returned objects need at least a `label` and a `name` property.
|
|
311
311
|
* Also, a `dimension` array containing the dimension drill stack at the current level is required.
|
|
312
312
|
*
|
|
@@ -320,7 +320,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
320
320
|
oChart: Chart
|
|
321
321
|
): any[];
|
|
322
322
|
/**
|
|
323
|
-
*
|
|
323
|
+
* Gets the filter delegate of the chart that provides basic filter functionality, such as adding filter
|
|
324
324
|
* fields. **Note:** The functionality provided in this delegate acts as a subset of a `FilterBarDelegate`
|
|
325
325
|
* to enable the chart for inbuilt filtering.
|
|
326
326
|
*
|
|
@@ -332,7 +332,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
332
332
|
addItem: (p1: Chart, p2: string) => Promise<FilterField>;
|
|
333
333
|
};
|
|
334
334
|
/**
|
|
335
|
-
*
|
|
335
|
+
* Gets the filters to be applied when updating the chart's binding based on the filter conditions of the
|
|
336
336
|
* chart itself and it's associated {@link sap.ui.mdc.IFilterSource IFilterSource}.
|
|
337
337
|
*
|
|
338
338
|
* @since 1.121
|
|
@@ -347,7 +347,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
347
347
|
oChart: Chart
|
|
348
348
|
): Filter[];
|
|
349
349
|
/**
|
|
350
|
-
*
|
|
350
|
+
* Gets the instance of the inner chart.
|
|
351
351
|
*
|
|
352
352
|
*
|
|
353
353
|
* @returns Instance of the inner chart
|
|
@@ -359,7 +359,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
359
359
|
oChart: Chart
|
|
360
360
|
): Control;
|
|
361
361
|
/**
|
|
362
|
-
*
|
|
362
|
+
* Gets the information whether the inner chart is currently bound.
|
|
363
363
|
*
|
|
364
364
|
*
|
|
365
365
|
* @returns `true` if inner chart is bound; `false` if not
|
|
@@ -371,7 +371,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
371
371
|
oChart: Chart
|
|
372
372
|
): boolean;
|
|
373
373
|
/**
|
|
374
|
-
*
|
|
374
|
+
* Gets the event handler for `SelectionDetails` as an object.
|
|
375
375
|
*
|
|
376
376
|
*
|
|
377
377
|
* @returns Event handler for SelectionDetails
|
|
@@ -383,7 +383,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
383
383
|
oChart: Chart
|
|
384
384
|
): SelectionDetails;
|
|
385
385
|
/**
|
|
386
|
-
*
|
|
386
|
+
* Gets an ID that should be used in the internal chart for the Measure/Dimension.
|
|
387
387
|
* For standard cases, this is just the ID of the property.
|
|
388
388
|
* If it is necessary to use another ID internally inside the chart (for example, for duplicate property
|
|
389
389
|
* IDs) this method can be overwritten.
|
|
@@ -407,8 +407,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
407
407
|
oChart: Chart
|
|
408
408
|
): string;
|
|
409
409
|
/**
|
|
410
|
-
*
|
|
411
|
-
* entry.
|
|
410
|
+
* Gets a PropertyInfo object based on an internal chart dimension/measure and type of a property.
|
|
412
411
|
*
|
|
413
412
|
*
|
|
414
413
|
* @returns PropertyInfo object
|
|
@@ -428,7 +427,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
428
427
|
oChart: Chart
|
|
429
428
|
): PropertyInfo;
|
|
430
429
|
/**
|
|
431
|
-
*
|
|
430
|
+
* Gets all sorted dimensions of an inner chart. This is used to determine possible drill-down dimensions
|
|
432
431
|
* in the drill-down popover of the chart.
|
|
433
432
|
*
|
|
434
433
|
*
|
|
@@ -589,7 +588,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
589
588
|
sText: string
|
|
590
589
|
): void;
|
|
591
590
|
/**
|
|
592
|
-
* Adds/Removes the busy overlay shown
|
|
591
|
+
* Adds/Removes the busy overlay shown over the inner chart.
|
|
593
592
|
*/
|
|
594
593
|
showOverlay(
|
|
595
594
|
/**
|
|
@@ -1372,7 +1371,6 @@ declare module "sap/ui/mdc/field/MultiValueFieldDelegate" {
|
|
|
1372
1371
|
* Delegate for {@link sap.ui.mdc.MultiValueField MultiValueField}.
|
|
1373
1372
|
*
|
|
1374
1373
|
* @since 1.93.0
|
|
1375
|
-
* @experimental (since 1.93)
|
|
1376
1374
|
*/
|
|
1377
1375
|
interface MultiValueFieldDelegate extends FieldBaseDelegate {
|
|
1378
1376
|
/**
|
|
@@ -1696,7 +1694,11 @@ declare module "sap/ui/mdc/LinkDelegate" {
|
|
|
1696
1694
|
* Instance of the `Panel`
|
|
1697
1695
|
*/
|
|
1698
1696
|
oPanel: /* was: sap.ui.mdc.link.Panel */ any
|
|
1699
|
-
):
|
|
1697
|
+
): Promise<{
|
|
1698
|
+
sTitle: string;
|
|
1699
|
+
|
|
1700
|
+
oLabelledByControl: Control;
|
|
1701
|
+
}>;
|
|
1700
1702
|
/**
|
|
1701
1703
|
* Allows to differenciate the created `Panel` of multiple `Link` instances for personalization reasons.
|
|
1702
1704
|
* Please provide different IDs for each `Link` as otherwise the personalization will have problems keeping
|
|
@@ -1807,28 +1809,6 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
|
|
|
1807
1809
|
* @since 1.85
|
|
1808
1810
|
*/
|
|
1809
1811
|
interface TableDelegate extends TableDelegate1 {
|
|
1810
|
-
/**
|
|
1811
|
-
* Collapses all rows.
|
|
1812
|
-
*
|
|
1813
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1814
|
-
*/
|
|
1815
|
-
collapseAllRows(
|
|
1816
|
-
/**
|
|
1817
|
-
* Instance of the table
|
|
1818
|
-
*/
|
|
1819
|
-
oTable: Table
|
|
1820
|
-
): void;
|
|
1821
|
-
/**
|
|
1822
|
-
* Expands all rows.
|
|
1823
|
-
*
|
|
1824
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1825
|
-
*/
|
|
1826
|
-
expandAllRows(
|
|
1827
|
-
/**
|
|
1828
|
-
* Instance of the table
|
|
1829
|
-
*/
|
|
1830
|
-
oTable: Table
|
|
1831
|
-
): void;
|
|
1832
1812
|
/**
|
|
1833
1813
|
* Retrieves information about the relevant properties.
|
|
1834
1814
|
*
|
|
@@ -1857,9 +1837,7 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
|
|
|
1857
1837
|
* If a property is complex, the properties it references are taken into account.
|
|
1858
1838
|
* If `autoExpandSelect` of the {@link sap.ui.model.odata.v4.ODataModel} is not enabled, this method must
|
|
1859
1839
|
* return an empty array. If the table type is {@link sap.ui.mdc.table.GridTableType GridTable} and `p13nMode`
|
|
1860
|
-
* `Group` or `p13nMode` `Aggregate` is enabled,
|
|
1861
|
-
* referenced via `text` or `unit`, are also included in the result. Please also see the restrictions in
|
|
1862
|
-
* the description of the {@link module:sap/ui/mdc/odata/v4/TableDelegate TableDelegate}.
|
|
1840
|
+
* `Group` or `p13nMode` `Aggregate` is enabled, also see the restrictions in the description of the {@link module:sap/ui/mdc/odata/v4/TableDelegate TableDelegate}.
|
|
1863
1841
|
* For more information about properties, see {@link sap.ui.mdc.odata.v4.TablePropertyInfo PropertyInfo}.
|
|
1864
1842
|
*
|
|
1865
1843
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
@@ -2030,27 +2008,33 @@ declare module "sap/ui/mdc/TableDelegate" {
|
|
|
2030
2008
|
mPropertyBag?: Object
|
|
2031
2009
|
): Promise<Column>;
|
|
2032
2010
|
/**
|
|
2033
|
-
*
|
|
2011
|
+
* Returns the feature set for expanding or collapsing in the table.
|
|
2034
2012
|
*
|
|
2035
|
-
*
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
*
|
|
2013
|
+
* By default, this method returns an empty object.
|
|
2014
|
+
*
|
|
2015
|
+
* The configuration object needs to contain the following functions to enable specific functionalities:
|
|
2016
|
+
*
|
|
2017
|
+
* - To enable the **expand all** functionality, you need to implement the `expandAll` function in the
|
|
2018
|
+
* configuration object.
|
|
2019
|
+
* - To enable the **collapse all** functionality, you need to implement the `collapseAll` function in
|
|
2020
|
+
* the configuration object.
|
|
2021
|
+
* - To enable the **expand all from a specific node** functionality, you need to implement the `expandAllFromNode`
|
|
2022
|
+
* and the `isNodeExpanded` function in the configuration object.
|
|
2023
|
+
* - To enable the **collapse all from a specific node** functionality, you need to implement the `collapseAllFromNode`
|
|
2024
|
+
* and the `isNodeExpanded` function in the configuration object.
|
|
2025
|
+
*
|
|
2026
|
+
* **Note:** Expand and collapse all from a specific node is only supported, if the table rows are selectable.
|
|
2045
2027
|
*
|
|
2046
2028
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2029
|
+
*
|
|
2030
|
+
* @returns A `Promise` that resolves with an object containing the expand and collapse functions
|
|
2047
2031
|
*/
|
|
2048
|
-
|
|
2032
|
+
fetchExpandAndCollapseConfiguration(
|
|
2049
2033
|
/**
|
|
2050
|
-
*
|
|
2034
|
+
* table instance
|
|
2051
2035
|
*/
|
|
2052
2036
|
oTable: Table
|
|
2053
|
-
):
|
|
2037
|
+
): Promise</* was: sap.ui.mdc.TableDelegate.ExpandAndCollapseConfiguration */ any>;
|
|
2054
2038
|
/**
|
|
2055
2039
|
* Returns the feature set for exporting data in the table.
|
|
2056
2040
|
*
|
|
@@ -3931,7 +3915,7 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
3931
3915
|
/**
|
|
3932
3916
|
* Gets current value of property {@link #getMinHeight minHeight}.
|
|
3933
3917
|
*
|
|
3934
|
-
* Defines the minimum height.
|
|
3918
|
+
* Defines the minimum height of the chart.
|
|
3935
3919
|
*
|
|
3936
3920
|
* Default value is `"400px"`.
|
|
3937
3921
|
*
|
|
@@ -3942,7 +3926,7 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
3942
3926
|
/**
|
|
3943
3927
|
* Gets current value of property {@link #getMinWidth minWidth}.
|
|
3944
3928
|
*
|
|
3945
|
-
* Defines the minimum width.
|
|
3929
|
+
* Defines the minimum width of the chart.
|
|
3946
3930
|
*
|
|
3947
3931
|
* Default value is `"240px"`.
|
|
3948
3932
|
*
|
|
@@ -3990,15 +3974,16 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
3990
3974
|
/**
|
|
3991
3975
|
* Gets content of aggregation {@link #getSelectionDetailsActions selectionDetailsActions}.
|
|
3992
3976
|
*
|
|
3993
|
-
* Feeds details actions for data point selection in the mdc chart.
|
|
3977
|
+
* Feeds details popover actions for data point selection in the mdc chart.
|
|
3994
3978
|
* For more information, see {@link sap.ui.mdc.chart.SelectionDetailsActions SelectionDetailsActions}.
|
|
3995
3979
|
*/
|
|
3996
3980
|
getSelectionDetailsActions(): SelectionDetailsActions;
|
|
3997
3981
|
/**
|
|
3998
3982
|
* Gets current value of property {@link #getShowChartTooltip showChartTooltip}.
|
|
3999
3983
|
*
|
|
4000
|
-
* Controls the visibility of the chart tooltip.
|
|
4001
|
-
* will be triggered and can be used
|
|
3984
|
+
* Controls the visibility of the chart tooltip.
|
|
3985
|
+
* If set to `true`, a call of the `delegate.setChartTooltipVisibility` will be triggered and can be used
|
|
3986
|
+
* to make the `Chart` tooltip visible.
|
|
4002
3987
|
*
|
|
4003
3988
|
* Default value is `true`.
|
|
4004
3989
|
*
|
|
@@ -4018,12 +4003,6 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4018
4003
|
* @returns Value of property `showSelectionDetails`
|
|
4019
4004
|
*/
|
|
4020
4005
|
getShowSelectionDetails(): boolean;
|
|
4021
|
-
/**
|
|
4022
|
-
* Gets content of aggregation {@link #getVariant variant}.
|
|
4023
|
-
*
|
|
4024
|
-
* Reference to a {@link sap.ui.fl.variants.VariantManagement} control for the chart.
|
|
4025
|
-
*/
|
|
4026
|
-
getVariant(): VariantManagement;
|
|
4027
4006
|
/**
|
|
4028
4007
|
* Gets current value of property {@link #getWidth width}.
|
|
4029
4008
|
*
|
|
@@ -4268,7 +4247,7 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4268
4247
|
/**
|
|
4269
4248
|
* Sets a new value for property {@link #getMinHeight minHeight}.
|
|
4270
4249
|
*
|
|
4271
|
-
* Defines the minimum height.
|
|
4250
|
+
* Defines the minimum height of the chart.
|
|
4272
4251
|
*
|
|
4273
4252
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4274
4253
|
*
|
|
@@ -4286,7 +4265,7 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4286
4265
|
/**
|
|
4287
4266
|
* Sets a new value for property {@link #getMinWidth minWidth}.
|
|
4288
4267
|
*
|
|
4289
|
-
* Defines the minimum width.
|
|
4268
|
+
* Defines the minimum width of the chart.
|
|
4290
4269
|
*
|
|
4291
4270
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4292
4271
|
*
|
|
@@ -4349,8 +4328,9 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4349
4328
|
/**
|
|
4350
4329
|
* Sets a new value for property {@link #getShowChartTooltip showChartTooltip}.
|
|
4351
4330
|
*
|
|
4352
|
-
* Controls the visibility of the chart tooltip.
|
|
4353
|
-
* will be triggered and can be used
|
|
4331
|
+
* Controls the visibility of the chart tooltip.
|
|
4332
|
+
* If set to `true`, a call of the `delegate.setChartTooltipVisibility` will be triggered and can be used
|
|
4333
|
+
* to make the `Chart` tooltip visible.
|
|
4354
4334
|
*
|
|
4355
4335
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4356
4336
|
*
|
|
@@ -4549,12 +4529,12 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4549
4529
|
| `{${string}}`;
|
|
4550
4530
|
|
|
4551
4531
|
/**
|
|
4552
|
-
* Defines the minimum width.
|
|
4532
|
+
* Defines the minimum width of the chart.
|
|
4553
4533
|
*/
|
|
4554
4534
|
minWidth?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
4555
4535
|
|
|
4556
4536
|
/**
|
|
4557
|
-
* Defines the minimum height.
|
|
4537
|
+
* Defines the minimum height of the chart.
|
|
4558
4538
|
*/
|
|
4559
4539
|
minHeight?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
4560
4540
|
|
|
@@ -4579,8 +4559,9 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4579
4559
|
filterConditions?: object | PropertyBindingInfo | `{${string}}`;
|
|
4580
4560
|
|
|
4581
4561
|
/**
|
|
4582
|
-
* Controls the visibility of the chart tooltip.
|
|
4583
|
-
* will be triggered and can be used
|
|
4562
|
+
* Controls the visibility of the chart tooltip.
|
|
4563
|
+
* If set to `true`, a call of the `delegate.setChartTooltipVisibility` will be triggered and can be used
|
|
4564
|
+
* to make the `Chart` tooltip visible.
|
|
4584
4565
|
*
|
|
4585
4566
|
* @since 1.88
|
|
4586
4567
|
*/
|
|
@@ -4608,7 +4589,7 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4608
4589
|
* **Note:** This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it otherwise.
|
|
4609
4590
|
* **Note**: Existing properties (set via `sap.ui.mdc.Chart#setPropertyInfo`) must not be removed and their
|
|
4610
4591
|
* attributes must not be changed during the {@link module:sap/ui/mdc/ChartDelegate.fetchProperties fetchProperties }
|
|
4611
|
-
* callback
|
|
4592
|
+
* callback Otherwise validation errors might occur whenever personalization-related control features (such
|
|
4612
4593
|
* as the opening of any personalization dialog) are activated.
|
|
4613
4594
|
*
|
|
4614
4595
|
* **Note**: For more information about the supported inner elements, see {@link sap.ui.mdc.chart.PropertyInfo PropertyInfo}.
|
|
@@ -4665,7 +4646,7 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
4665
4646
|
actions?: Control1[] | Control1 | AggregationBindingInfo | `{${string}}`;
|
|
4666
4647
|
|
|
4667
4648
|
/**
|
|
4668
|
-
* Feeds details actions for data point selection in the mdc chart.
|
|
4649
|
+
* Feeds details popover actions for data point selection in the mdc chart.
|
|
4669
4650
|
* For more information, see {@link sap.ui.mdc.chart.SelectionDetailsActions SelectionDetailsActions}.
|
|
4670
4651
|
*/
|
|
4671
4652
|
selectionDetailsActions?: SelectionDetailsActions;
|
|
@@ -6839,7 +6820,6 @@ declare module "sap/ui/mdc/enums/ActionToolbarActionAlignment" {
|
|
|
6839
6820
|
* Defines the alignment of the `ActionToolbarAction` action control.
|
|
6840
6821
|
*
|
|
6841
6822
|
* @since 1.115
|
|
6842
|
-
* @experimental (since 1.115)
|
|
6843
6823
|
*/
|
|
6844
6824
|
enum ActionToolbarActionAlignment {
|
|
6845
6825
|
/**
|
|
@@ -7313,6 +7293,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7313
7293
|
* @since 1.74.0
|
|
7314
7294
|
*/
|
|
7315
7295
|
LASTDAYS = "LASTDAYS",
|
|
7296
|
+
/**
|
|
7297
|
+
* "Last X Days" operator including current day
|
|
7298
|
+
*
|
|
7299
|
+
* The operator is available for date and date/time types.
|
|
7300
|
+
*
|
|
7301
|
+
* @since 1.131.0
|
|
7302
|
+
*/
|
|
7303
|
+
LASTDAYSINCLUDED = "LASTDAYSINCLUDED",
|
|
7316
7304
|
/**
|
|
7317
7305
|
* "Last Day in This Week" operator
|
|
7318
7306
|
*
|
|
@@ -7337,6 +7325,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7337
7325
|
* @since 1.112.0
|
|
7338
7326
|
*/
|
|
7339
7327
|
LASTHOURS = "LASTHOURS",
|
|
7328
|
+
/**
|
|
7329
|
+
* "Last X Hours" operator including current hour
|
|
7330
|
+
*
|
|
7331
|
+
* The operator is available for date/time types.
|
|
7332
|
+
*
|
|
7333
|
+
* @since 1.131.0
|
|
7334
|
+
*/
|
|
7335
|
+
LASTHOURSINCLUDED = "LASTHOURSINCLUDED",
|
|
7340
7336
|
/**
|
|
7341
7337
|
* "Last X Minutes" operator
|
|
7342
7338
|
*
|
|
@@ -7345,6 +7341,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7345
7341
|
* @since 1.112.0
|
|
7346
7342
|
*/
|
|
7347
7343
|
LASTMINUTES = "LASTMINUTES",
|
|
7344
|
+
/**
|
|
7345
|
+
* "Last X Minutes" operator including current minute
|
|
7346
|
+
*
|
|
7347
|
+
* The operator is available for date/time types.
|
|
7348
|
+
*
|
|
7349
|
+
* @since 1.131.0
|
|
7350
|
+
*/
|
|
7351
|
+
LASTMINUTESINCLUDED = "LASTMINUTESINCLUDED",
|
|
7348
7352
|
/**
|
|
7349
7353
|
* "Last Month" operator
|
|
7350
7354
|
*
|
|
@@ -7361,6 +7365,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7361
7365
|
* @since 1.74.0
|
|
7362
7366
|
*/
|
|
7363
7367
|
LASTMONTHS = "LASTMONTHS",
|
|
7368
|
+
/**
|
|
7369
|
+
* "Last X Months" operator including current month
|
|
7370
|
+
*
|
|
7371
|
+
* The operator is available for date and date/time types.
|
|
7372
|
+
*
|
|
7373
|
+
* @since 1.131.0
|
|
7374
|
+
*/
|
|
7375
|
+
LASTMONTHSINCLUDED = "LASTMONTHSINCLUDED",
|
|
7364
7376
|
/**
|
|
7365
7377
|
* "Last Quarter" operator
|
|
7366
7378
|
*
|
|
@@ -7377,6 +7389,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7377
7389
|
* @since 1.74.0
|
|
7378
7390
|
*/
|
|
7379
7391
|
LASTQUARTERS = "LASTQUARTERS",
|
|
7392
|
+
/**
|
|
7393
|
+
* "Last X Quarters" operator including current quarter
|
|
7394
|
+
*
|
|
7395
|
+
* The operator is available for date and date/time types.
|
|
7396
|
+
*
|
|
7397
|
+
* @since 1.131.0
|
|
7398
|
+
*/
|
|
7399
|
+
LASTQUARTERSINCLUDED = "LASTQUARTERSINCLUDED",
|
|
7380
7400
|
/**
|
|
7381
7401
|
* "Last Week" operator
|
|
7382
7402
|
*
|
|
@@ -7393,6 +7413,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7393
7413
|
* @since 1.74.0
|
|
7394
7414
|
*/
|
|
7395
7415
|
LASTWEEKS = "LASTWEEKS",
|
|
7416
|
+
/**
|
|
7417
|
+
* "Last X Weeks" operator including current week
|
|
7418
|
+
*
|
|
7419
|
+
* The operator is available for date and date/time types.
|
|
7420
|
+
*
|
|
7421
|
+
* @since 1.131.0
|
|
7422
|
+
*/
|
|
7423
|
+
LASTWEEKSINCLUDED = "LASTWEEKSINCLUDED",
|
|
7396
7424
|
/**
|
|
7397
7425
|
* "Last Year" operator
|
|
7398
7426
|
*
|
|
@@ -7409,6 +7437,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7409
7437
|
* @since 1.74.0
|
|
7410
7438
|
*/
|
|
7411
7439
|
LASTYEARS = "LASTYEARS",
|
|
7440
|
+
/**
|
|
7441
|
+
* "Last X Years" operator including current year
|
|
7442
|
+
*
|
|
7443
|
+
* The operator is available for date and date/time types.
|
|
7444
|
+
*
|
|
7445
|
+
* @since 1.131.0
|
|
7446
|
+
*/
|
|
7447
|
+
LASTYEARSINCLUDED = "LASTYEARSINCLUDED",
|
|
7412
7448
|
/**
|
|
7413
7449
|
* "less than or equal to" operator
|
|
7414
7450
|
*
|
|
@@ -7445,6 +7481,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7445
7481
|
* @since 1.74.0
|
|
7446
7482
|
*/
|
|
7447
7483
|
NEXTDAYS = "NEXTDAYS",
|
|
7484
|
+
/**
|
|
7485
|
+
* "Next X Days" operator including current day
|
|
7486
|
+
*
|
|
7487
|
+
* The operator is available for date and date/time types.
|
|
7488
|
+
*
|
|
7489
|
+
* @since 1.131.0
|
|
7490
|
+
*/
|
|
7491
|
+
NEXTDAYSINCLUDED = "NEXTDAYSINCLUDED",
|
|
7448
7492
|
/**
|
|
7449
7493
|
* "Next X Hours" operator
|
|
7450
7494
|
*
|
|
@@ -7453,6 +7497,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7453
7497
|
* @since 1.112.0
|
|
7454
7498
|
*/
|
|
7455
7499
|
NEXTHOURS = "NEXTHOURS",
|
|
7500
|
+
/**
|
|
7501
|
+
* "Next X Hours" operator including current hour
|
|
7502
|
+
*
|
|
7503
|
+
* The operator is available for date/time types.
|
|
7504
|
+
*
|
|
7505
|
+
* @since 1.131.0
|
|
7506
|
+
*/
|
|
7507
|
+
NEXTHOURSINCLUDED = "NEXTHOURSINCLUDED",
|
|
7456
7508
|
/**
|
|
7457
7509
|
* "Next X Minutes" operator
|
|
7458
7510
|
*
|
|
@@ -7461,6 +7513,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7461
7513
|
* @since 1.112.0
|
|
7462
7514
|
*/
|
|
7463
7515
|
NEXTMINUTES = "NEXTMINUTES",
|
|
7516
|
+
/**
|
|
7517
|
+
* "Next X Minutes" operator including current minute
|
|
7518
|
+
*
|
|
7519
|
+
* The operator is available for date/time types.
|
|
7520
|
+
*
|
|
7521
|
+
* @since 1.131.0
|
|
7522
|
+
*/
|
|
7523
|
+
NEXTMINUTESINCLUDED = "NEXTMINUTESINCLUDED",
|
|
7464
7524
|
/**
|
|
7465
7525
|
* "Next Month" operator
|
|
7466
7526
|
*
|
|
@@ -7477,6 +7537,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7477
7537
|
* @since 1.74.0
|
|
7478
7538
|
*/
|
|
7479
7539
|
NEXTMONTHS = "NEXTMONTHS",
|
|
7540
|
+
/**
|
|
7541
|
+
* "Next X Months" operator including current month
|
|
7542
|
+
*
|
|
7543
|
+
* The operator is available for date and date/time types.
|
|
7544
|
+
*
|
|
7545
|
+
* @since 1.131.0
|
|
7546
|
+
*/
|
|
7547
|
+
NEXTMONTHSINCLUDED = "NEXTMONTHSINCLUDED",
|
|
7480
7548
|
/**
|
|
7481
7549
|
* "Next Quarter" operator
|
|
7482
7550
|
*
|
|
@@ -7493,6 +7561,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7493
7561
|
* @since 1.74.0
|
|
7494
7562
|
*/
|
|
7495
7563
|
NEXTQUARTERS = "NEXTQUARTERS",
|
|
7564
|
+
/**
|
|
7565
|
+
* "Next X Quarters" operator including current quarter
|
|
7566
|
+
*
|
|
7567
|
+
* The operator is available for date and date/time types.
|
|
7568
|
+
*
|
|
7569
|
+
* @since 1.131.0
|
|
7570
|
+
*/
|
|
7571
|
+
NEXTQUARTERSINCLUDED = "NEXTQUARTERSINCLUDED",
|
|
7496
7572
|
/**
|
|
7497
7573
|
* "Next Week" operator
|
|
7498
7574
|
*
|
|
@@ -7509,6 +7585,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7509
7585
|
* @since 1.74.0
|
|
7510
7586
|
*/
|
|
7511
7587
|
NEXTWEEKS = "NEXTWEEKS",
|
|
7588
|
+
/**
|
|
7589
|
+
* "Next X Weeks" operator including current week
|
|
7590
|
+
*
|
|
7591
|
+
* The operator is available for date and date/time types.
|
|
7592
|
+
*
|
|
7593
|
+
* @since 1.131.0
|
|
7594
|
+
*/
|
|
7595
|
+
NEXTWEEKSINCLUDED = "NEXTWEEKSINCLUDED",
|
|
7512
7596
|
/**
|
|
7513
7597
|
* "Next Year" operator
|
|
7514
7598
|
*
|
|
@@ -7525,6 +7609,14 @@ declare module "sap/ui/mdc/enums/OperatorName" {
|
|
|
7525
7609
|
* @since 1.74.0
|
|
7526
7610
|
*/
|
|
7527
7611
|
NEXTYEARS = "NEXTYEARS",
|
|
7612
|
+
/**
|
|
7613
|
+
* "Next X Years" operator including current year
|
|
7614
|
+
*
|
|
7615
|
+
* The operator is available for date and date/time types.
|
|
7616
|
+
*
|
|
7617
|
+
* @since 1.131.0
|
|
7618
|
+
*/
|
|
7619
|
+
NEXTYEARSINCLUDED = "NEXTYEARSINCLUDED",
|
|
7528
7620
|
/**
|
|
7529
7621
|
* "not between" operator
|
|
7530
7622
|
*
|
|
@@ -8017,7 +8109,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
8017
8109
|
* - In display mode, usually a {@link sap.m.Text Text} control is rendered.
|
|
8018
8110
|
* - If `multipleLines` is set, an {@link sap.m.ExpandableText ExpandableText} control is rendered.
|
|
8019
8111
|
* - If `fieldInfo` is set and it is configured to be triggerable, a {@link sap.m.Link Link} control is
|
|
8020
|
-
* rendered.
|
|
8112
|
+
* rendered. The `multipleLines` property is forwarded to the `wrapping` property of the {@link sap.m.Link Link }
|
|
8113
|
+
* control.
|
|
8021
8114
|
* - In edit mode, usually an {@link sap.m.Input Input} control is rendered.
|
|
8022
8115
|
* - If `multipleLines` is set, a {@link sap.m.TextArea TextArea} control is rendered.
|
|
8023
8116
|
* - If a date type is used, a {@link sap.m.DatePicker DatePicker} control is rendered.
|
|
@@ -8498,14 +8591,19 @@ declare module "sap/ui/mdc/Field" {
|
|
|
8498
8591
|
value?: string;
|
|
8499
8592
|
|
|
8500
8593
|
/**
|
|
8501
|
-
* Flag that indicates if the entered `value` is valid
|
|
8594
|
+
* Flag that indicates if the entered `value` is valid.
|
|
8595
|
+
*
|
|
8596
|
+
* This flag is only set if the user input is parsed and validated synchronously. If there is some asynchronous
|
|
8597
|
+
* parsing or validation, for example, via request to a back-end system, the validation result will be returned
|
|
8598
|
+
* in the `promise` parameter.
|
|
8502
8599
|
*/
|
|
8503
8600
|
valid?: boolean;
|
|
8504
8601
|
|
|
8505
8602
|
/**
|
|
8506
8603
|
* Returns a `Promise` for the change. The `Promise` returns the value if it is resolved. If the `change`
|
|
8507
8604
|
* event is synchronous, the `Promise` has already been already resolved. If it is asynchronous, it will
|
|
8508
|
-
* be resolved after the value has been updated.
|
|
8605
|
+
* be resolved after the value has been updated. If the user input is not valid, the `Promise` will be rejected
|
|
8606
|
+
* with the corresponding exception.
|
|
8509
8607
|
*
|
|
8510
8608
|
* The `Field` should be set to busy during the parsing to prevent user input. As there might be a whole
|
|
8511
8609
|
* group of fields that needs to be busy, this cannot be done automatically.
|
|
@@ -11481,7 +11579,6 @@ declare module "sap/ui/mdc/field/MultiValueFieldItem" {
|
|
|
11481
11579
|
* its values as items. The `MultiValueFieldItem` element defines these items.
|
|
11482
11580
|
*
|
|
11483
11581
|
* @since 1.93.0
|
|
11484
|
-
* @experimental (since 1.93)
|
|
11485
11582
|
*/
|
|
11486
11583
|
export default class MultiValueFieldItem extends UI5Element {
|
|
11487
11584
|
/**
|
|
@@ -11599,8 +11696,6 @@ declare module "sap/ui/mdc/field/MultiValueFieldItem" {
|
|
|
11599
11696
|
}
|
|
11600
11697
|
/**
|
|
11601
11698
|
* Describes the settings that can be provided to the MultiValueFieldItem constructor.
|
|
11602
|
-
*
|
|
11603
|
-
* @experimental (since 1.93)
|
|
11604
11699
|
*/
|
|
11605
11700
|
export interface $MultiValueFieldItemSettings extends $ElementSettings {
|
|
11606
11701
|
/**
|
|
@@ -12700,9 +12795,9 @@ declare module "sap/ui/mdc/filterbar/IFilterContainer" {
|
|
|
12700
12795
|
|
|
12701
12796
|
declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
|
|
12702
12797
|
import {
|
|
12703
|
-
default as
|
|
12704
|
-
$
|
|
12705
|
-
} from "sap/ui/mdc/
|
|
12798
|
+
default as FilterBar1,
|
|
12799
|
+
$FilterBarSettings as $FilterBarSettings1,
|
|
12800
|
+
} from "sap/ui/mdc/valuehelp/FilterBar";
|
|
12706
12801
|
|
|
12707
12802
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
12708
12803
|
|
|
@@ -12720,9 +12815,16 @@ declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
|
|
|
12720
12815
|
* @since 1.84.0
|
|
12721
12816
|
* @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
|
|
12722
12817
|
*/
|
|
12723
|
-
export default class FilterBar extends
|
|
12818
|
+
export default class FilterBar extends FilterBar1 {
|
|
12724
12819
|
/**
|
|
12725
12820
|
* Constructor for a new `FilterBar` for a value help dialog.
|
|
12821
|
+
*
|
|
12822
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
12823
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
12824
|
+
* of the syntax of the settings object.
|
|
12825
|
+
*
|
|
12826
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.mdc.valuehelp.FilterBar#constructor sap.ui.mdc.valuehelp.FilterBar }
|
|
12827
|
+
* can be used.
|
|
12726
12828
|
*/
|
|
12727
12829
|
constructor(
|
|
12728
12830
|
/**
|
|
@@ -12732,6 +12834,13 @@ declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
|
|
|
12732
12834
|
);
|
|
12733
12835
|
/**
|
|
12734
12836
|
* Constructor for a new `FilterBar` for a value help dialog.
|
|
12837
|
+
*
|
|
12838
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
12839
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
12840
|
+
* of the syntax of the settings object.
|
|
12841
|
+
*
|
|
12842
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.mdc.valuehelp.FilterBar#constructor sap.ui.mdc.valuehelp.FilterBar }
|
|
12843
|
+
* can be used.
|
|
12735
12844
|
*/
|
|
12736
12845
|
constructor(
|
|
12737
12846
|
/**
|
|
@@ -12748,7 +12857,7 @@ declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
|
|
|
12748
12857
|
* Creates a new subclass of class sap.ui.mdc.filterbar.vh.FilterBar with name `sClassName` and enriches
|
|
12749
12858
|
* it with the information contained in `oClassInfo`.
|
|
12750
12859
|
*
|
|
12751
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.
|
|
12860
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.valuehelp.FilterBar.extend}.
|
|
12752
12861
|
*
|
|
12753
12862
|
*
|
|
12754
12863
|
* @returns Created class / constructor function
|
|
@@ -12781,7 +12890,7 @@ declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
|
|
|
12781
12890
|
*
|
|
12782
12891
|
* @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
|
|
12783
12892
|
*/
|
|
12784
|
-
export interface $FilterBarSettings extends $
|
|
12893
|
+
export interface $FilterBarSettings extends $FilterBarSettings1 {}
|
|
12785
12894
|
}
|
|
12786
12895
|
|
|
12787
12896
|
declare module "sap/ui/mdc/FilterField" {
|
|
@@ -13989,7 +14098,6 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13989
14098
|
* - If `multipleLines` is set, a {@link sap.m.TextArea TextArea} control is rendered.
|
|
13990
14099
|
*
|
|
13991
14100
|
* @since 1.93.0
|
|
13992
|
-
* @experimental (since 1.93.0)
|
|
13993
14101
|
*/
|
|
13994
14102
|
export default class MultiValueField
|
|
13995
14103
|
extends FieldBase
|
|
@@ -14129,7 +14237,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14129
14237
|
* See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
|
|
14130
14238
|
* of the possible properties of oBindingInfo
|
|
14131
14239
|
*
|
|
14132
|
-
* Do not use the `conditions` property, use the `
|
|
14240
|
+
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
14133
14241
|
*
|
|
14134
14242
|
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
14135
14243
|
* aggregation to bind the control.
|
|
@@ -14476,7 +14584,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14476
14584
|
/**
|
|
14477
14585
|
* Unbinds property {@link #getConditions conditions} from model data.
|
|
14478
14586
|
*
|
|
14479
|
-
* Do not use the `conditions` property, use the `
|
|
14587
|
+
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
14480
14588
|
*
|
|
14481
14589
|
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
14482
14590
|
* aggregation to bind the control.
|
|
@@ -14494,8 +14602,6 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14494
14602
|
}
|
|
14495
14603
|
/**
|
|
14496
14604
|
* Describes the settings that can be provided to the MultiValueField constructor.
|
|
14497
|
-
*
|
|
14498
|
-
* @experimental (since 1.93.0)
|
|
14499
14605
|
*/
|
|
14500
14606
|
export interface $MultiValueFieldSettings extends $FieldBaseSettings {
|
|
14501
14607
|
/**
|
|
@@ -14647,6 +14753,11 @@ declare module "sap/ui/mdc/Table" {
|
|
|
14647
14753
|
* - `propertyInfos` (all referenced properties must be specified)
|
|
14648
14754
|
*/
|
|
14649
14755
|
export type TablePropertyInfo = PropertyInfo & {
|
|
14756
|
+
/**
|
|
14757
|
+
* Defines whether a property is a key or part of a key in the data. A key property must be technically
|
|
14758
|
+
* groupable.
|
|
14759
|
+
*/
|
|
14760
|
+
isKey?: boolean;
|
|
14650
14761
|
/**
|
|
14651
14762
|
* Defines whether the property is aggregatable. A property can only be declared aggregatable if there is
|
|
14652
14763
|
* a `CustomAggregate` whose `Qualifier` is equal to the property key.
|
|
@@ -14670,8 +14781,9 @@ declare module "sap/ui/mdc/Table" {
|
|
|
14670
14781
|
technicallyAggregatable?: boolean;
|
|
14671
14782
|
/**
|
|
14672
14783
|
* Properties that are loaded in addition if this property is loaded. These properties must be technically
|
|
14673
|
-
* groupable, otherwise they can't be loaded.
|
|
14674
|
-
*
|
|
14784
|
+
* groupable, otherwise they can't be loaded. All nested additional properties must be listed at root level.
|
|
14785
|
+
* For example, if property A references B and B references C, A must also reference C. This attribute is
|
|
14786
|
+
* only taken into account if the `Aggregate` or `Group` `p13nMode` is enabled and the table type is {@link sap.ui.mdc.table.GridTableType GridTable}.
|
|
14675
14787
|
* These properties are not considered for any other functionality, such as export or column width calculation,
|
|
14676
14788
|
* for example.
|
|
14677
14789
|
*
|
|
@@ -16388,11 +16500,13 @@ declare module "sap/ui/mdc/Table" {
|
|
|
16388
16500
|
*/
|
|
16389
16501
|
isKey?: boolean;
|
|
16390
16502
|
/**
|
|
16391
|
-
* Key of the unit property that is related to this property.
|
|
16503
|
+
* Key of the unit property that is related to this property. A property must not have both a unit and a
|
|
16504
|
+
* text.
|
|
16392
16505
|
*/
|
|
16393
16506
|
unit?: string;
|
|
16394
16507
|
/**
|
|
16395
|
-
* Key of the text property that is related to this property in a 1:1 relation.
|
|
16508
|
+
* Key of the text property that is related to this property in a 1:1 relation. A property must not have
|
|
16509
|
+
* both a unit and a text.
|
|
16396
16510
|
*/
|
|
16397
16511
|
text?: string;
|
|
16398
16512
|
/**
|
|
@@ -19853,7 +19967,8 @@ declare module "sap/ui/mdc/table/RowSettings" {
|
|
|
19853
19967
|
*
|
|
19854
19968
|
* If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
|
|
19855
19969
|
* highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
|
|
19856
|
-
* or {@link sap.ui.core.IndicationColor}
|
|
19970
|
+
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
19971
|
+
* for accessibility contrast reasons).
|
|
19857
19972
|
*
|
|
19858
19973
|
* Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
|
|
19859
19974
|
* property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
|
|
@@ -19958,7 +20073,8 @@ declare module "sap/ui/mdc/table/RowSettings" {
|
|
|
19958
20073
|
*
|
|
19959
20074
|
* If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
|
|
19960
20075
|
* highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
|
|
19961
|
-
* or {@link sap.ui.core.IndicationColor}
|
|
20076
|
+
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
20077
|
+
* for accessibility contrast reasons).
|
|
19962
20078
|
*
|
|
19963
20079
|
* Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
|
|
19964
20080
|
* property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
|
|
@@ -20025,7 +20141,8 @@ declare module "sap/ui/mdc/table/RowSettings" {
|
|
|
20025
20141
|
*
|
|
20026
20142
|
* If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
|
|
20027
20143
|
* highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
|
|
20028
|
-
* or {@link sap.ui.core.IndicationColor}
|
|
20144
|
+
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
20145
|
+
* for accessibility contrast reasons).
|
|
20029
20146
|
*
|
|
20030
20147
|
* Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
|
|
20031
20148
|
* property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
|