@sapui5/ts-types 1.131.1 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +7 -7
- 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 +8 -0
- package/types/sap.esh.search.ui.d.ts +38 -1
- package/types/sap.f.d.ts +95 -187
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +108 -101
- 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 +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 +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.131.0-d.ts → sap.m.d.ts} +390 -47
- 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 +7 -2
- package/types/sap.rules.ui.d.ts +84 -1
- package/types/sap.sac.df.d.ts +978 -623
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +7 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.131.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.131.0-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +59 -5
- package/types/{core-1.131.0-d.ts → sap.ui.core.d.ts} +363 -282
- package/types/{dt-1.131.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +5 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.131.0-d.ts → sap.ui.mdc.d.ts} +330 -229
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 +13 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- package/types/{ux3-1.131.0-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +100 -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 +5 -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.132.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -160,7 +160,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
160
160
|
*/
|
|
161
161
|
addItem(
|
|
162
162
|
/**
|
|
163
|
-
* Reference to the
|
|
163
|
+
* Reference to the chart to which the property is added
|
|
164
164
|
*/
|
|
165
165
|
oChart: sap.ui.mdc.Chart,
|
|
166
166
|
/**
|
|
@@ -183,7 +183,11 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
183
183
|
/**
|
|
184
184
|
* Reference to the chart
|
|
185
185
|
*/
|
|
186
|
-
oChart: sap.ui.mdc.Chart
|
|
186
|
+
oChart: sap.ui.mdc.Chart,
|
|
187
|
+
/**
|
|
188
|
+
* noDataControl which should be used
|
|
189
|
+
*/
|
|
190
|
+
oControl: sap.ui.core.Control
|
|
187
191
|
): void;
|
|
188
192
|
/**
|
|
189
193
|
* Creates the initial content for the chart before the metadata is retrieved.
|
|
@@ -198,6 +202,9 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
198
202
|
): void;
|
|
199
203
|
/**
|
|
200
204
|
* Binds the inner chart to the back-end data and creates the inner chart content.
|
|
205
|
+
*
|
|
206
|
+
*
|
|
207
|
+
* @returns Resolved once inner chart has been created
|
|
201
208
|
*/
|
|
202
209
|
createInnerChartContent(
|
|
203
210
|
/**
|
|
@@ -208,9 +215,53 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
208
215
|
* Callback function when data is loaded
|
|
209
216
|
*/
|
|
210
217
|
fnCallbackDataLoaded: Function
|
|
211
|
-
):
|
|
218
|
+
): Promise<any>;
|
|
212
219
|
/**
|
|
213
|
-
*
|
|
220
|
+
* Determines if a given `SelectionDetailsItem` is enabled.
|
|
221
|
+
*
|
|
222
|
+
*
|
|
223
|
+
* @returns Boolean value that is forwarded to the enableNav property of the `SelectionDetailsItem`
|
|
224
|
+
*/
|
|
225
|
+
determineEnableNavForDetailsItem(
|
|
226
|
+
/**
|
|
227
|
+
* Reference to the chart
|
|
228
|
+
*/
|
|
229
|
+
oChart: sap.ui.mdc.Chart,
|
|
230
|
+
/**
|
|
231
|
+
* The data array of the selected item
|
|
232
|
+
*/
|
|
233
|
+
mData: any[],
|
|
234
|
+
/**
|
|
235
|
+
* Binding context of the item in the selection. This is undefined if no binding is used
|
|
236
|
+
*/
|
|
237
|
+
oContext: sap.ui.model.Context | undefined
|
|
238
|
+
): boolean;
|
|
239
|
+
/**
|
|
240
|
+
* The provided map is used to determine the navigation behavior of the {@link sap.ui.mdc.chart.ChartSelectionDetails}.
|
|
241
|
+
* The navigation shows a list of all entries if more than 1 entry of {@link sap.ui.mdc.field.FieldInfoBase }
|
|
242
|
+
* is given in the map. If there is only one entry, the navigation goes directly to the content of the given
|
|
243
|
+
* {@link sap.ui.mdc.field.FieldInfoBase}.
|
|
244
|
+
*
|
|
245
|
+
*
|
|
246
|
+
* @returns Promise resolving in a `Map` containing a Name as key and a {@link sap.ui.mdc.field.FieldInfoBase }
|
|
247
|
+
* as value
|
|
248
|
+
*/
|
|
249
|
+
fetchFieldInfos(
|
|
250
|
+
/**
|
|
251
|
+
* Reference to the chart
|
|
252
|
+
*/
|
|
253
|
+
oChart: sap.ui.mdc.Chart,
|
|
254
|
+
/**
|
|
255
|
+
* Instance of the {@link sap.ui.mdc.chart.ChartSelectionDetails}
|
|
256
|
+
*/
|
|
257
|
+
oSelectionDetails: sap.ui.mdc.chart.ChartSelectionDetails,
|
|
258
|
+
/**
|
|
259
|
+
* Binding context of the `SelectionDetailsItem` to which is navigated
|
|
260
|
+
*/
|
|
261
|
+
oBindingContext: sap.ui.model.Context
|
|
262
|
+
): Promise<Map<string, sap.ui.mdc.field.FieldInfoBase>>;
|
|
263
|
+
/**
|
|
264
|
+
* Gets the relevant `PropertyInfo` objects based on the metadata used with the chart instance.
|
|
214
265
|
*
|
|
215
266
|
* **Note:** The result of this function must be kept stable throughout the lifecycle of your application.
|
|
216
267
|
* Any changes of the returned values might result in undesired effects.
|
|
@@ -242,7 +293,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
242
293
|
oChart: sap.ui.mdc.Chart
|
|
243
294
|
): sap.ui.mdc.chart.ChartTypeObject[];
|
|
244
295
|
/**
|
|
245
|
-
* Gets the binding info for given chart.
|
|
296
|
+
* Gets the binding info for a given chart.
|
|
246
297
|
*
|
|
247
298
|
*
|
|
248
299
|
* @returns BindingInfo object
|
|
@@ -257,14 +308,16 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
257
308
|
* Gets the current chart type.
|
|
258
309
|
*
|
|
259
310
|
*
|
|
260
|
-
* @returns Information about the current chart type
|
|
311
|
+
* @returns Information about the current chart type The object has the following properties:
|
|
312
|
+
* - `icon` defines the path to the `icon`
|
|
313
|
+
* - `text` (optional) defines tooltip of the chart type
|
|
261
314
|
*/
|
|
262
315
|
getChartTypeInfo(
|
|
263
316
|
/**
|
|
264
|
-
* Reference to the
|
|
317
|
+
* Reference to the chart
|
|
265
318
|
*/
|
|
266
319
|
oChart: sap.ui.mdc.Chart
|
|
267
|
-
):
|
|
320
|
+
): object;
|
|
268
321
|
/**
|
|
269
322
|
* This function is used by `P13n` to determine which chart type supports which layout options. There might
|
|
270
323
|
* be chart types that do not support certain layout options (for example, "Axis3").
|
|
@@ -277,7 +330,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
277
330
|
* Gets the drillable items. This function is used by the breadcrumb navigation.
|
|
278
331
|
*
|
|
279
332
|
*
|
|
280
|
-
* @returns Array of
|
|
333
|
+
* @returns Array of items that are drillable
|
|
281
334
|
*/
|
|
282
335
|
getDrillableItems(
|
|
283
336
|
/**
|
|
@@ -288,17 +341,17 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
288
341
|
/**
|
|
289
342
|
* Gets the current drilling stack of the inner chart.
|
|
290
343
|
* The returned objects need at least a `label` and a `name` property.
|
|
291
|
-
* Also, a `dimension` array containing the dimension
|
|
344
|
+
* Also, a `dimension` array containing the dimension drilling stack at the current level is required.
|
|
292
345
|
*
|
|
293
346
|
*
|
|
294
|
-
* @returns Array containing the
|
|
347
|
+
* @returns Array containing the drilling stack
|
|
295
348
|
*/
|
|
296
349
|
getDrillStack(
|
|
297
350
|
/**
|
|
298
351
|
* Reference to the chart
|
|
299
352
|
*/
|
|
300
353
|
oChart: sap.ui.mdc.Chart
|
|
301
|
-
):
|
|
354
|
+
): object[];
|
|
302
355
|
/**
|
|
303
356
|
* Gets the filter delegate of the chart that provides basic filter functionality, such as adding filter
|
|
304
357
|
* fields. **Note:** The functionality provided in this delegate acts as a subset of a `FilterBarDelegate`
|
|
@@ -315,8 +368,8 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
315
368
|
) => Promise<sap.ui.mdc.FilterField>;
|
|
316
369
|
};
|
|
317
370
|
/**
|
|
318
|
-
* Gets the filters
|
|
319
|
-
* chart itself and
|
|
371
|
+
* Gets the filters that are applied when updating the chart's binding based on the filter conditions of
|
|
372
|
+
* the chart itself and its associated {@link sap.ui.mdc.IFilterSource IFilterSource}.
|
|
320
373
|
*
|
|
321
374
|
* @since 1.121
|
|
322
375
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
@@ -337,7 +390,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
337
390
|
*/
|
|
338
391
|
getInnerChart(
|
|
339
392
|
/**
|
|
340
|
-
* Reference to the
|
|
393
|
+
* Reference to the chart
|
|
341
394
|
*/
|
|
342
395
|
oChart: sap.ui.mdc.Chart
|
|
343
396
|
): sap.ui.core.Control;
|
|
@@ -366,7 +419,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
366
419
|
oChart: sap.ui.mdc.Chart
|
|
367
420
|
): sap.ui.mdc.chart.SelectionDetails;
|
|
368
421
|
/**
|
|
369
|
-
* Gets an ID that
|
|
422
|
+
* Gets an ID that is used in the internal chart for the measure/dimension.
|
|
370
423
|
* For standard cases, this is just the ID of the property.
|
|
371
424
|
* If it is necessary to use another ID internally inside the chart (for example, for duplicate property
|
|
372
425
|
* IDs) this method can be overwritten.
|
|
@@ -390,7 +443,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
390
443
|
oChart: sap.ui.mdc.Chart
|
|
391
444
|
): string;
|
|
392
445
|
/**
|
|
393
|
-
* Gets a PropertyInfo object based on an internal chart dimension/measure and type of a property.
|
|
446
|
+
* Gets a `PropertyInfo` object based on an internal chart dimension/measure and type of a property.
|
|
394
447
|
*
|
|
395
448
|
*
|
|
396
449
|
* @returns PropertyInfo object
|
|
@@ -414,14 +467,14 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
414
467
|
* in the drill-down popover of the chart.
|
|
415
468
|
*
|
|
416
469
|
*
|
|
417
|
-
* @returns `Promise` containing an array of dimensions that is sorted
|
|
470
|
+
* @returns `Promise` containing an array of dimensions propertyInfo objects that is sorted
|
|
418
471
|
*/
|
|
419
472
|
getSortedDimensions(
|
|
420
473
|
/**
|
|
421
474
|
* Reference to the chart
|
|
422
475
|
*/
|
|
423
476
|
oChart: sap.ui.mdc.Chart
|
|
424
|
-
): Promise<sap.ui.mdc.chart.
|
|
477
|
+
): Promise<sap.ui.mdc.chart.PropertyInfo[]>;
|
|
425
478
|
/**
|
|
426
479
|
* Gets the current zooming information for the inner chart.
|
|
427
480
|
*
|
|
@@ -489,7 +542,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
489
542
|
*/
|
|
490
543
|
removeItem(
|
|
491
544
|
/**
|
|
492
|
-
* Reference to the
|
|
545
|
+
* Reference to the chart from which the property is removed
|
|
493
546
|
*/
|
|
494
547
|
oChart: sap.ui.mdc.Chart,
|
|
495
548
|
/**
|
|
@@ -584,8 +637,10 @@ declare module "sap/ui/mdc/ChartDelegate" {
|
|
|
584
637
|
bShow: boolean
|
|
585
638
|
): void;
|
|
586
639
|
/**
|
|
587
|
-
* Updates the binding info with the relevant filters.
|
|
588
|
-
*
|
|
640
|
+
* Updates the binding info with the relevant filters and sorters.
|
|
641
|
+
*
|
|
642
|
+
*
|
|
643
|
+
* By default, this method updates a given {@link sap.ui.base.ManagedObject.AggregationBindingInfo AggregationBindingInfo }
|
|
589
644
|
* with the return value from the delegate's own {@link module:sap/ui/mdc/ChartDelegate.getFilters getFilters}.
|
|
590
645
|
*/
|
|
591
646
|
updateBindingInfo(
|
|
@@ -1672,12 +1727,38 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
|
|
|
1672
1727
|
* Base delegate for {@link sap.ui.mdc.Table} and `ODataV4`. Extend this object in your project to use all
|
|
1673
1728
|
* functionalities of the table. For more information, please see {@link module:sap/ui/mdc/TableDelegate}.
|
|
1674
1729
|
*
|
|
1675
|
-
*
|
|
1676
|
-
*
|
|
1730
|
+
* Data aggregation is enabled if the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, and
|
|
1731
|
+
* at least one of the following conditions is fulfilled:
|
|
1732
|
+
* - `p13nMode` `Group` is enabled
|
|
1733
|
+
* - `p13nMode` `Aggregate` is enabled
|
|
1734
|
+
* - The table has group conditions
|
|
1735
|
+
* - The table has aggregate conditions
|
|
1736
|
+
*
|
|
1737
|
+
* Data aggregation can be configured via the delegate payload by providing `aggregationConfiguration`.
|
|
1738
|
+
* See {@link sap.ui.mdc.odata.v4.TableDelegate.Payload} for details.
|
|
1739
|
+
*
|
|
1740
|
+
* Sample delegate object:
|
|
1741
|
+
* ```javascript
|
|
1742
|
+
* {
|
|
1743
|
+
* name: "my/delegate/extending/sap/ui/mdc/odata/v4/TableDelegate",
|
|
1744
|
+
* payload: {
|
|
1745
|
+
* aggregationConfiguration: {
|
|
1746
|
+
* leafLevel: true
|
|
1747
|
+
* },
|
|
1748
|
+
* ...
|
|
1749
|
+
* }
|
|
1750
|
+
* }```
|
|
1751
|
+
*
|
|
1752
|
+
*
|
|
1753
|
+
* If data aggregation is enabled, the following restrictions apply:
|
|
1754
|
+
* - Only properties that are technically groupable or technically aggregatable are loaded from the back
|
|
1755
|
+
* end. See {@link sap.ui.mdc.odata.v4.TableDelegate.PropertyInfo} for more information about properties.
|
|
1756
|
+
*
|
|
1757
|
+
* - The path of a property must not contain a `NavigationProperty`.
|
|
1758
|
+
*
|
|
1759
|
+
* **Note:** This base delegate supports the `p13nMode` `Aggregate` only if the table type is {@link sap.ui.mdc.table.GridTableType GridTable}.
|
|
1760
|
+
* The `p13nMode` `Group` is not supported if the table type is {@link sap.ui.mdc.table.TreeTableType TreeTable}.
|
|
1677
1761
|
* This cannot be changed in your delegate implementation.
|
|
1678
|
-
* If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, and `p13nMode` `Group` or `p13nMode`
|
|
1679
|
-
* `Aggregate` is enabled, only groupable or aggregatable properties are loaded from the back end. Also,
|
|
1680
|
-
* the path of a property must not contain a `NavigationProperty`.
|
|
1681
1762
|
*
|
|
1682
1763
|
* @since 1.85
|
|
1683
1764
|
*/
|
|
@@ -1696,7 +1777,7 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
|
|
|
1696
1777
|
* Instance of the table
|
|
1697
1778
|
*/
|
|
1698
1779
|
oTable: sap.ui.mdc.Table
|
|
1699
|
-
): Promise<sap.ui.mdc.odata.v4.
|
|
1780
|
+
): Promise<sap.ui.mdc.odata.v4.TableDelegate.PropertyInfo[]>;
|
|
1700
1781
|
/**
|
|
1701
1782
|
* Returns the keys of properties that should always be included in the result of the collection requested
|
|
1702
1783
|
* from the back end. This information is applied when updating the table's binding.
|
|
@@ -1709,9 +1790,9 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
|
|
|
1709
1790
|
* The path of a property must not be empty.
|
|
1710
1791
|
* If a property is complex, the properties it references are taken into account.
|
|
1711
1792
|
* If `autoExpandSelect` of the {@link sap.ui.model.odata.v4.ODataModel} is not enabled, this method must
|
|
1712
|
-
* return an empty array.
|
|
1713
|
-
*
|
|
1714
|
-
* For more information about properties, see {@link sap.ui.mdc.odata.v4.
|
|
1793
|
+
* return an empty array. See also the restrictions in the description of the {@link module:sap/ui/mdc/odata/v4/TableDelegate TableDelegate }
|
|
1794
|
+
* if data aggregation is enabled.
|
|
1795
|
+
* For more information about properties, see {@link sap.ui.mdc.odata.v4.TableDelegate.PropertyInfo PropertyInfo}.
|
|
1715
1796
|
*
|
|
1716
1797
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1717
1798
|
*
|
|
@@ -1856,31 +1937,28 @@ declare module "sap/ui/mdc/TableDelegate" {
|
|
|
1856
1937
|
*/
|
|
1857
1938
|
oTable: sap.ui.mdc.Table | Element,
|
|
1858
1939
|
/**
|
|
1859
|
-
* The property
|
|
1940
|
+
* The property key
|
|
1860
1941
|
*/
|
|
1861
|
-
|
|
1942
|
+
sPropertyKey: string,
|
|
1862
1943
|
/**
|
|
1863
1944
|
* Instance of a property bag from the SAPUI5 flexibility API
|
|
1864
1945
|
*/
|
|
1865
1946
|
mPropertyBag?: Object
|
|
1866
1947
|
): Promise<sap.ui.mdc.table.Column>;
|
|
1867
1948
|
/**
|
|
1868
|
-
* Returns the feature set for expanding or collapsing in the table.
|
|
1949
|
+
* Returns the feature set for expanding or collapsing nodes in the table.
|
|
1869
1950
|
*
|
|
1870
1951
|
* By default, this method returns an empty object.
|
|
1871
1952
|
*
|
|
1872
|
-
*
|
|
1873
|
-
*
|
|
1874
|
-
* - To enable
|
|
1875
|
-
*
|
|
1876
|
-
*
|
|
1877
|
-
*
|
|
1878
|
-
*
|
|
1879
|
-
* and the `isNodeExpanded` function in the configuration object.
|
|
1880
|
-
* - To enable the **collapse all from a specific node** functionality, you need to implement the `collapseAllFromNode`
|
|
1881
|
-
* and the `isNodeExpanded` function in the configuration object.
|
|
1953
|
+
* To enable specific functionalities, the configuration must contain the following functions:
|
|
1954
|
+
* - To enable **Expand Entire Tree**, the `expandAll` function needs to be implemented.
|
|
1955
|
+
* - To enable **Collapse Entire Tree**, the `collapseAll` function needs to be implemented.
|
|
1956
|
+
* - To enable **Expand Entire Node**, the `expandAllFromNode` and `isNodeExpanded` functions need to
|
|
1957
|
+
* be implemented.
|
|
1958
|
+
* - To enable **Collapse Entire Node**, the `collapseAllFromNode` and `isNodeExpanded` functions need
|
|
1959
|
+
* to be implemented.
|
|
1882
1960
|
*
|
|
1883
|
-
* **Note:** Expand and collapse all from a specific node is only supported
|
|
1961
|
+
* **Note:** Expand and collapse all from a specific node is only supported if the table rows are selectable.
|
|
1884
1962
|
*
|
|
1885
1963
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1886
1964
|
*
|
|
@@ -1888,10 +1966,10 @@ declare module "sap/ui/mdc/TableDelegate" {
|
|
|
1888
1966
|
*/
|
|
1889
1967
|
fetchExpandAndCollapseConfiguration(
|
|
1890
1968
|
/**
|
|
1891
|
-
*
|
|
1969
|
+
* Table instance
|
|
1892
1970
|
*/
|
|
1893
1971
|
oTable: sap.ui.mdc.Table
|
|
1894
|
-
): Promise
|
|
1972
|
+
): Promise<sap.ui.mdc.TableDelegate.ExpandAndCollapseConfiguration>;
|
|
1895
1973
|
/**
|
|
1896
1974
|
* Returns the feature set for exporting data in the table.
|
|
1897
1975
|
*
|
|
@@ -1947,9 +2025,9 @@ declare module "sap/ui/mdc/TableDelegate" {
|
|
|
1947
2025
|
*/
|
|
1948
2026
|
oContext: sap.ui.model.Context,
|
|
1949
2027
|
/**
|
|
1950
|
-
*
|
|
2028
|
+
* Key of the grouped property
|
|
1951
2029
|
*/
|
|
1952
|
-
|
|
2030
|
+
sPropertyKey: string
|
|
1953
2031
|
): string;
|
|
1954
2032
|
/**
|
|
1955
2033
|
* Returns the filter delegate of the table that provides basic filter functionality, such as adding filter
|
|
@@ -2929,16 +3007,14 @@ declare namespace sap {
|
|
|
2929
3007
|
*/
|
|
2930
3008
|
interface $ItemSettings extends sap.ui.core.$ElementSettings {
|
|
2931
3009
|
/**
|
|
2932
|
-
* The unique identifier of the chart item that reflects the name of the
|
|
2933
|
-
* data set.
|
|
3010
|
+
* The unique identifier of the chart item that reflects the name of the property in the PropertyInfo.
|
|
2934
3011
|
*
|
|
2935
3012
|
* @deprecated (since 1.115) - Please use `propertyKey` instead.
|
|
2936
3013
|
*/
|
|
2937
3014
|
name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2938
3015
|
|
|
2939
3016
|
/**
|
|
2940
|
-
* The unique identifier of the chart item that reflects the name of
|
|
2941
|
-
* data set.
|
|
3017
|
+
* The unique identifier of the chart item that reflects the name of property in the PropertyInfo.
|
|
2942
3018
|
*
|
|
2943
3019
|
* @since 1.115
|
|
2944
3020
|
*/
|
|
@@ -3268,8 +3344,7 @@ declare namespace sap {
|
|
|
3268
3344
|
): this;
|
|
3269
3345
|
}
|
|
3270
3346
|
/**
|
|
3271
|
-
* The `Item` control for the chart/property metadata used within MDC Chart.
|
|
3272
|
-
* to override the default/metadata behavior.
|
|
3347
|
+
* The `Item` control for the chart/property metadata used within MDC Chart.
|
|
3273
3348
|
*
|
|
3274
3349
|
* @since 1.88
|
|
3275
3350
|
* @experimental (since 1.88)
|
|
@@ -3350,8 +3425,7 @@ declare namespace sap {
|
|
|
3350
3425
|
/**
|
|
3351
3426
|
* Gets current value of property {@link #getName name}.
|
|
3352
3427
|
*
|
|
3353
|
-
* The unique identifier of the chart item that reflects the name of the
|
|
3354
|
-
* data set.
|
|
3428
|
+
* The unique identifier of the chart item that reflects the name of the property in the PropertyInfo.
|
|
3355
3429
|
*
|
|
3356
3430
|
* @deprecated (since 1.115) - Please use `propertyKey` instead.
|
|
3357
3431
|
*
|
|
@@ -3361,8 +3435,7 @@ declare namespace sap {
|
|
|
3361
3435
|
/**
|
|
3362
3436
|
* Gets current value of property {@link #getPropertyKey propertyKey}.
|
|
3363
3437
|
*
|
|
3364
|
-
* The unique identifier of the chart item that reflects the name of
|
|
3365
|
-
* data set.
|
|
3438
|
+
* The unique identifier of the chart item that reflects the name of property in the PropertyInfo.
|
|
3366
3439
|
*
|
|
3367
3440
|
* @since 1.115
|
|
3368
3441
|
*
|
|
@@ -3386,8 +3459,6 @@ declare namespace sap {
|
|
|
3386
3459
|
* Specifies the type of the item for the chart (groupable and aggregatable). This is specific for the used
|
|
3387
3460
|
* chart library.
|
|
3388
3461
|
*
|
|
3389
|
-
* Default value is `empty string`.
|
|
3390
|
-
*
|
|
3391
3462
|
*
|
|
3392
3463
|
* @returns Value of property `type`
|
|
3393
3464
|
*/
|
|
@@ -3412,8 +3483,7 @@ declare namespace sap {
|
|
|
3412
3483
|
/**
|
|
3413
3484
|
* Sets a new value for property {@link #getName name}.
|
|
3414
3485
|
*
|
|
3415
|
-
* The unique identifier of the chart item that reflects the name of the
|
|
3416
|
-
* data set.
|
|
3486
|
+
* The unique identifier of the chart item that reflects the name of the property in the PropertyInfo.
|
|
3417
3487
|
*
|
|
3418
3488
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3419
3489
|
*
|
|
@@ -3430,8 +3500,7 @@ declare namespace sap {
|
|
|
3430
3500
|
/**
|
|
3431
3501
|
* Sets a new value for property {@link #getPropertyKey propertyKey}.
|
|
3432
3502
|
*
|
|
3433
|
-
* The unique identifier of the chart item that reflects the name of
|
|
3434
|
-
* data set.
|
|
3503
|
+
* The unique identifier of the chart item that reflects the name of property in the PropertyInfo.
|
|
3435
3504
|
*
|
|
3436
3505
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3437
3506
|
*
|
|
@@ -3471,8 +3540,6 @@ declare namespace sap {
|
|
|
3471
3540
|
*
|
|
3472
3541
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3473
3542
|
*
|
|
3474
|
-
* Default value is `empty string`.
|
|
3475
|
-
*
|
|
3476
3543
|
*
|
|
3477
3544
|
* @returns Reference to `this` in order to allow method chaining
|
|
3478
3545
|
*/
|
|
@@ -3480,7 +3547,7 @@ declare namespace sap {
|
|
|
3480
3547
|
/**
|
|
3481
3548
|
* New value for property `type`
|
|
3482
3549
|
*/
|
|
3483
|
-
sType
|
|
3550
|
+
sType: string
|
|
3484
3551
|
): this;
|
|
3485
3552
|
}
|
|
3486
3553
|
/**
|
|
@@ -3790,8 +3857,6 @@ declare namespace sap {
|
|
|
3790
3857
|
|
|
3791
3858
|
/**
|
|
3792
3859
|
* Chart `ChartTypeLayoutConfig` type.
|
|
3793
|
-
*
|
|
3794
|
-
* @experimental (since 1.80)
|
|
3795
3860
|
*/
|
|
3796
3861
|
type ChartTypeLayoutConfig = {
|
|
3797
3862
|
/**
|
|
@@ -3801,13 +3866,11 @@ declare namespace sap {
|
|
|
3801
3866
|
/**
|
|
3802
3867
|
* Layout configuration of chart type
|
|
3803
3868
|
*/
|
|
3804
|
-
allowedLayoutOptions:
|
|
3869
|
+
allowedLayoutOptions: /* was: sap.ui.mdc.enums.ChartItemRoleType */ any[];
|
|
3805
3870
|
};
|
|
3806
3871
|
|
|
3807
3872
|
/**
|
|
3808
|
-
*
|
|
3809
|
-
*
|
|
3810
|
-
* @experimental (since 1.80)
|
|
3873
|
+
* Defines the chart `ChartTypeObject` type.
|
|
3811
3874
|
*/
|
|
3812
3875
|
type ChartTypeObject = {
|
|
3813
3876
|
/**
|
|
@@ -3822,10 +3885,6 @@ declare namespace sap {
|
|
|
3822
3885
|
* Name of the current chart type
|
|
3823
3886
|
*/
|
|
3824
3887
|
text: string;
|
|
3825
|
-
/**
|
|
3826
|
-
* Whether the chart type is the one currently used
|
|
3827
|
-
*/
|
|
3828
|
-
selected: boolean;
|
|
3829
3888
|
};
|
|
3830
3889
|
|
|
3831
3890
|
/**
|
|
@@ -3851,45 +3910,14 @@ declare namespace sap {
|
|
|
3851
3910
|
* Defines whether the property is aggregatable and is selectable as a measure in the chart
|
|
3852
3911
|
*/
|
|
3853
3912
|
aggregatable: boolean;
|
|
3854
|
-
/**
|
|
3855
|
-
* The aggregation method used if the property is aggregatable
|
|
3856
|
-
*/
|
|
3857
|
-
aggregationMethod?: string;
|
|
3858
3913
|
/**
|
|
3859
3914
|
* Defines the role that the property visualizes inside the chart
|
|
3860
3915
|
*/
|
|
3861
3916
|
role: string;
|
|
3862
|
-
/**
|
|
3863
|
-
* Implementation-specific object containing information about the data point
|
|
3864
|
-
*/
|
|
3865
|
-
datapoint?: object;
|
|
3866
|
-
/**
|
|
3867
|
-
* Implementation-specific object containing information about the criticality
|
|
3868
|
-
*/
|
|
3869
|
-
criticality?: object;
|
|
3870
|
-
/**
|
|
3871
|
-
* The text property used for the dimension
|
|
3872
|
-
*/
|
|
3873
|
-
textProperty?: string;
|
|
3874
|
-
/**
|
|
3875
|
-
* The text formatter object which can be used to format the textProperty
|
|
3876
|
-
*/
|
|
3877
|
-
textFormatter?: object;
|
|
3878
|
-
/**
|
|
3879
|
-
* The name of the unit property which will be used to display and format measure values with a unit value
|
|
3880
|
-
* on a selectionDetails popover
|
|
3881
|
-
*/
|
|
3882
|
-
unitPath?: object;
|
|
3883
|
-
/**
|
|
3884
|
-
* The `timeUnitType` type for a `TimeDimension`. If set, a `TimeDimension` is created instead of a `Dimension`
|
|
3885
|
-
*/
|
|
3886
|
-
timeUnitType?: string;
|
|
3887
3917
|
};
|
|
3888
3918
|
|
|
3889
3919
|
/**
|
|
3890
3920
|
* Event handler for `SelectionDetails` popover.
|
|
3891
|
-
*
|
|
3892
|
-
* @experimental (since 1.80)
|
|
3893
3921
|
*/
|
|
3894
3922
|
type SelectionDetails = {
|
|
3895
3923
|
/**
|
|
@@ -3904,8 +3932,6 @@ declare namespace sap {
|
|
|
3904
3932
|
|
|
3905
3933
|
/**
|
|
3906
3934
|
* Chart `ZoomState` type.
|
|
3907
|
-
*
|
|
3908
|
-
* @experimental (since 1.80)
|
|
3909
3935
|
*/
|
|
3910
3936
|
type ZoomState = {
|
|
3911
3937
|
/**
|
|
@@ -4941,7 +4967,7 @@ declare namespace sap {
|
|
|
4941
4967
|
/**
|
|
4942
4968
|
* "empty" operator
|
|
4943
4969
|
*
|
|
4944
|
-
* The operator is available for string types.
|
|
4970
|
+
* The operator is available for string, date, and date/time types.
|
|
4945
4971
|
*
|
|
4946
4972
|
* @since 1.73.0
|
|
4947
4973
|
*/
|
|
@@ -5391,7 +5417,7 @@ declare namespace sap {
|
|
|
5391
5417
|
/**
|
|
5392
5418
|
* "not empty" operator
|
|
5393
5419
|
*
|
|
5394
|
-
* The operator is available for string types.
|
|
5420
|
+
* The operator is available for string, date, and date/time types.
|
|
5395
5421
|
*
|
|
5396
5422
|
* @since 1.73.0
|
|
5397
5423
|
*/
|
|
@@ -5936,9 +5962,10 @@ declare namespace sap {
|
|
|
5936
5962
|
*
|
|
5937
5963
|
* These should be bound to a {@link sap.ui.mdc.FilterBar FilterBar} using the corresponding `propertyPath`.
|
|
5938
5964
|
*
|
|
5939
|
-
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property
|
|
5940
|
-
*
|
|
5941
|
-
*
|
|
5965
|
+
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property is used
|
|
5966
|
+
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link @link sap.ui.mdc.FilterBar FilterBar}.
|
|
5967
|
+
* If this property is not explicitly configured, the {@link @link sap.ui.mdc.FilterBar FilterBar} sets
|
|
5968
|
+
* a default binding. For example, for a {@link sap.ui.mdc.FilterField FilterField} control inside a {@link sap.ui.mdc.FilterBar FilterBar }
|
|
5942
5969
|
* control, the binding looks like this:
|
|
5943
5970
|
* `conditions="{$filters>/conditions/propertyPath}"` with the following data:
|
|
5944
5971
|
* - `$filters` as the name of the condition model
|
|
@@ -7334,9 +7361,10 @@ declare namespace sap {
|
|
|
7334
7361
|
*
|
|
7335
7362
|
* These should be bound to a {@link sap.ui.mdc.FilterBar FilterBar} using the corresponding `propertyPath`.
|
|
7336
7363
|
*
|
|
7337
|
-
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property
|
|
7338
|
-
*
|
|
7339
|
-
*
|
|
7364
|
+
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property is used
|
|
7365
|
+
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link @link sap.ui.mdc.FilterBar FilterBar}.
|
|
7366
|
+
* If this property is not explicitly configured, the {@link @link sap.ui.mdc.FilterBar FilterBar} sets
|
|
7367
|
+
* a default binding. For example, for a {@link sap.ui.mdc.FilterField FilterField} control inside a {@link sap.ui.mdc.FilterBar FilterBar }
|
|
7340
7368
|
* control, the binding looks like this:
|
|
7341
7369
|
* `conditions="{$filters>/conditions/propertyPath}"` with the following data:
|
|
7342
7370
|
* - `$filters` as the name of the condition model
|
|
@@ -7879,9 +7907,10 @@ declare namespace sap {
|
|
|
7879
7907
|
*
|
|
7880
7908
|
* These should be bound to a {@link sap.ui.mdc.FilterBar FilterBar} using the corresponding `propertyPath`.
|
|
7881
7909
|
*
|
|
7882
|
-
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property
|
|
7883
|
-
*
|
|
7884
|
-
*
|
|
7910
|
+
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property is used
|
|
7911
|
+
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link @link sap.ui.mdc.FilterBar FilterBar}.
|
|
7912
|
+
* If this property is not explicitly configured, the {@link @link sap.ui.mdc.FilterBar FilterBar} sets
|
|
7913
|
+
* a default binding. For example, for a {@link sap.ui.mdc.FilterField FilterField} control inside a {@link sap.ui.mdc.FilterBar FilterBar }
|
|
7885
7914
|
* control, the binding looks like this:
|
|
7886
7915
|
* `conditions="{$filters>/conditions/propertyPath}"` with the following data:
|
|
7887
7916
|
* - `$filters` as the name of the condition model
|
|
@@ -9021,6 +9050,7 @@ declare namespace sap {
|
|
|
9021
9050
|
* **Note:** This aggregation is managed by the control, can only be populated during the definition in
|
|
9022
9051
|
* the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
|
|
9023
9052
|
* effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
|
|
9053
|
+
* Also, the `conditions` property of `filterItems` is managed by the control.
|
|
9024
9054
|
*/
|
|
9025
9055
|
filterItems?:
|
|
9026
9056
|
| sap.ui.mdc.FilterField[]
|
|
@@ -9029,8 +9059,9 @@ declare namespace sap {
|
|
|
9029
9059
|
| `{${string}}`;
|
|
9030
9060
|
|
|
9031
9061
|
/**
|
|
9032
|
-
* Contains the optional basic search field. **Note:**
|
|
9033
|
-
* property
|
|
9062
|
+
* Contains the optional basic search field. **Note:** The `conditions` property of this field is managed
|
|
9063
|
+
* by the control. The `propertyKey` property of this field has to be `$search` and is enforced by this
|
|
9064
|
+
* control.
|
|
9034
9065
|
*/
|
|
9035
9066
|
basicSearchField?: sap.ui.mdc.FilterField;
|
|
9036
9067
|
|
|
@@ -9377,8 +9408,9 @@ declare namespace sap {
|
|
|
9377
9408
|
/**
|
|
9378
9409
|
* Gets content of aggregation {@link #getBasicSearchField basicSearchField}.
|
|
9379
9410
|
*
|
|
9380
|
-
* Contains the optional basic search field. **Note:**
|
|
9381
|
-
* property
|
|
9411
|
+
* Contains the optional basic search field. **Note:** The `conditions` property of this field is managed
|
|
9412
|
+
* by the control. The `propertyKey` property of this field has to be `$search` and is enforced by this
|
|
9413
|
+
* control.
|
|
9382
9414
|
*/
|
|
9383
9415
|
getBasicSearchField(): sap.ui.mdc.FilterField;
|
|
9384
9416
|
/**
|
|
@@ -9427,6 +9459,7 @@ declare namespace sap {
|
|
|
9427
9459
|
* **Note:** This aggregation is managed by the control, can only be populated during the definition in
|
|
9428
9460
|
* the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
|
|
9429
9461
|
* effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
|
|
9462
|
+
* Also, the `conditions` property of `filterItems` is managed by the control.
|
|
9430
9463
|
*/
|
|
9431
9464
|
getFilterItems(): sap.ui.mdc.FilterField[];
|
|
9432
9465
|
/**
|
|
@@ -10786,6 +10819,18 @@ declare namespace sap {
|
|
|
10786
10819
|
*/
|
|
10787
10820
|
oEvent: sap.ui.base.Event
|
|
10788
10821
|
): void;
|
|
10822
|
+
/**
|
|
10823
|
+
* Handles the `close` event of the container control or element.
|
|
10824
|
+
*
|
|
10825
|
+
* @since 1.132
|
|
10826
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10827
|
+
*/
|
|
10828
|
+
handleClose(
|
|
10829
|
+
/**
|
|
10830
|
+
* event
|
|
10831
|
+
*/
|
|
10832
|
+
oEvent: sap.ui.base.Event
|
|
10833
|
+
): void;
|
|
10789
10834
|
/**
|
|
10790
10835
|
* Handles the `closed` event of the container control or element.
|
|
10791
10836
|
*
|
|
@@ -12084,8 +12129,8 @@ declare namespace sap {
|
|
|
12084
12129
|
*/
|
|
12085
12130
|
parsedDescription?: any;
|
|
12086
12131
|
/**
|
|
12087
|
-
* Contextual information provided by
|
|
12088
|
-
* filled if the description needs to be determined for an existing condition.
|
|
12132
|
+
* Contextual information provided by the `payload` or `inParameters`/`outParameters` of the condition.
|
|
12133
|
+
* This is only filled if the description needs to be determined for an existing condition.
|
|
12089
12134
|
*/
|
|
12090
12135
|
context?: {
|
|
12091
12136
|
/**
|
|
@@ -12097,7 +12142,7 @@ declare namespace sap {
|
|
|
12097
12142
|
* Out parameters of the current condition (`outParameters` are not used any longer, but it might be filled
|
|
12098
12143
|
* in older conditions stored in variants.)
|
|
12099
12144
|
*/
|
|
12100
|
-
|
|
12145
|
+
outParameter?: object;
|
|
12101
12146
|
/**
|
|
12102
12147
|
* Payload of the current condition
|
|
12103
12148
|
*/
|
|
@@ -12123,7 +12168,7 @@ declare namespace sap {
|
|
|
12123
12168
|
*/
|
|
12124
12169
|
caseSensitive?: boolean;
|
|
12125
12170
|
/**
|
|
12126
|
-
* If set, only exact matches
|
|
12171
|
+
* If set, only exact matches and no suggestions are requested
|
|
12127
12172
|
*/
|
|
12128
12173
|
exactMatch?: boolean;
|
|
12129
12174
|
/**
|
|
@@ -14336,84 +14381,83 @@ declare namespace sap {
|
|
|
14336
14381
|
|
|
14337
14382
|
namespace odata {
|
|
14338
14383
|
namespace v4 {
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
|
|
14348
|
-
|
|
14349
|
-
|
|
14350
|
-
|
|
14351
|
-
|
|
14352
|
-
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
14356
|
-
|
|
14357
|
-
* - `aggregatable`
|
|
14358
|
-
* - `extension.technicallyGroupable`
|
|
14359
|
-
* - `extension.technicallyAggregatable`
|
|
14360
|
-
* - `extension.additionalProperties`
|
|
14361
|
-
*
|
|
14362
|
-
* If the property is complex, the following attributes need to be specified:
|
|
14363
|
-
* - `key`
|
|
14364
|
-
* - `visualSettings.widthCalculation`
|
|
14365
|
-
* - `propertyInfos` (all referenced properties must be specified)
|
|
14366
|
-
*/
|
|
14367
|
-
type TablePropertyInfo = sap.ui.mdc.table.PropertyInfo & {
|
|
14368
|
-
/**
|
|
14369
|
-
* Defines whether a property is a key or part of a key in the data. A key property must be technically
|
|
14370
|
-
* groupable.
|
|
14371
|
-
*/
|
|
14372
|
-
isKey?: boolean;
|
|
14373
|
-
/**
|
|
14374
|
-
* Defines whether the property is aggregatable. A property can only be declared aggregatable if there is
|
|
14375
|
-
* a `CustomAggregate` whose `Qualifier` is equal to the property key.
|
|
14376
|
-
*/
|
|
14377
|
-
aggregatable?: boolean;
|
|
14378
|
-
/**
|
|
14379
|
-
* Contains model-specific information.
|
|
14380
|
-
*/
|
|
14381
|
-
extension?: {
|
|
14382
|
-
/**
|
|
14383
|
-
* If `groupable` is set to `false` to exclude it from group personalization on the UI, the UI still needs
|
|
14384
|
-
* to know that this property is groupable for data requests. If this attribute is not set, the default
|
|
14385
|
-
* value is the same as the value of `groupable`.
|
|
14386
|
-
*/
|
|
14387
|
-
technicallyGroupable?: boolean;
|
|
14388
|
-
/**
|
|
14389
|
-
* If `aggregatable` is set to `false` to exclude it from aggregate personalization on the UI, the UI still
|
|
14390
|
-
* needs to know that this property is aggregatable for data requests. If this attribute is not set, the
|
|
14391
|
-
* default value is the same as the value of `aggregatable`.
|
|
14392
|
-
*/
|
|
14393
|
-
technicallyAggregatable?: boolean;
|
|
14394
|
-
/**
|
|
14395
|
-
* Properties that are loaded in addition if this property is loaded. These properties must be technically
|
|
14396
|
-
* groupable, otherwise they can't be loaded. All nested additional properties must be listed at root level.
|
|
14397
|
-
* For example, if property A references B and B references C, A must also reference C. This attribute is
|
|
14398
|
-
* only taken into account if the `Aggregate` or `Group` `p13nMode` is enabled and the table type is {@link sap.ui.mdc.table.GridTableType GridTable}.
|
|
14399
|
-
* These properties are not considered for any other functionality, such as export or column width calculation,
|
|
14400
|
-
* for example.
|
|
14401
|
-
*
|
|
14402
|
-
* The following restrictions apply:
|
|
14403
|
-
* - If the property is neither technically groupable nor technically aggregatable, it must not reference
|
|
14404
|
-
* additional properties.
|
|
14405
|
-
* - If the property is technically groupable but not technically aggregatable, not more than one additional
|
|
14406
|
-
* property must be referenced. The additional property must be the property that is referencing this property
|
|
14407
|
-
* in its `text` attribute (bidirectional reference). Regardless of the `groupable` attribute, the property
|
|
14408
|
-
* cannot be grouped via the UI. This might change. If this change is not desired, set `groupable` to `false`
|
|
14409
|
-
* explicitly. Do not group this property via API, for example, with the `StateUtil`.
|
|
14410
|
-
* - If the property is both technically groupable and technically aggregatable, it must reference only
|
|
14411
|
-
* properties that are related to the `CustomAggregate`.
|
|
14412
|
-
* - Properties that are referenced via `text` or `unit` must not be repeated here.
|
|
14413
|
-
*/
|
|
14414
|
-
additionalProperties?: string[];
|
|
14384
|
+
namespace TableDelegate {
|
|
14385
|
+
/**
|
|
14386
|
+
* Payload for the {@link module:sap/ui/mdc/odata/v4/TableDelegate ODataV4 TableDelegate}. Contains settings
|
|
14387
|
+
* to control the behavior of the delegate.
|
|
14388
|
+
*
|
|
14389
|
+
* @since 1.132
|
|
14390
|
+
*/
|
|
14391
|
+
type Payload = {
|
|
14392
|
+
/**
|
|
14393
|
+
* The configuration that is applied if data aggregation is enabled in the delegate.
|
|
14394
|
+
*/
|
|
14395
|
+
aggregationConfiguration?: {
|
|
14396
|
+
/**
|
|
14397
|
+
* Determines whether aggregation on the leaf level is enabled. If it is enabled, every column change affects
|
|
14398
|
+
* the data in the table.
|
|
14399
|
+
*/
|
|
14400
|
+
leafLevel?: boolean;
|
|
14401
|
+
};
|
|
14415
14402
|
};
|
|
14416
|
-
|
|
14403
|
+
|
|
14404
|
+
/**
|
|
14405
|
+
* An object literal describing a data property in the context of a {@link sap.ui.mdc.Table} with {@link module:sap/ui/mdc/odata/v4/TableDelegate sap/ui/mdc/odata/v4/TableDelegate}.
|
|
14406
|
+
*
|
|
14407
|
+
* When specifying the `PropertyInfo` objects in the {@link sap.ui.mdc.Table#getPropertyInfo propertyInfo }
|
|
14408
|
+
* property, the following attributes need to be specified:
|
|
14409
|
+
* - `key`
|
|
14410
|
+
* - `path`
|
|
14411
|
+
* - `dataType`
|
|
14412
|
+
* - `formatOptions`
|
|
14413
|
+
* - `constraints`
|
|
14414
|
+
* - `maxConditions`
|
|
14415
|
+
* - `caseSensitive`
|
|
14416
|
+
* - `visualSettings.widthCalculation`
|
|
14417
|
+
* - `propertyInfos`
|
|
14418
|
+
* - `groupable`
|
|
14419
|
+
* - `isKey`
|
|
14420
|
+
* - `unit`
|
|
14421
|
+
* - `text`
|
|
14422
|
+
* - `aggregatable`
|
|
14423
|
+
* - `extension.technicallyGroupable`
|
|
14424
|
+
* - `extension.technicallyAggregatable`
|
|
14425
|
+
*
|
|
14426
|
+
* If the property is complex, the following attributes need to be specified:
|
|
14427
|
+
* - `key`
|
|
14428
|
+
* - `visualSettings.widthCalculation`
|
|
14429
|
+
* - `propertyInfos` (all referenced properties must be specified)
|
|
14430
|
+
*/
|
|
14431
|
+
type PropertyInfo = sap.ui.mdc.table.PropertyInfo & {
|
|
14432
|
+
/**
|
|
14433
|
+
* Defines whether a property is a key or part of a key in the data. A key property must be technically
|
|
14434
|
+
* groupable.
|
|
14435
|
+
*/
|
|
14436
|
+
isKey?: boolean;
|
|
14437
|
+
/**
|
|
14438
|
+
* Defines whether the property is aggregatable. A property can only be declared aggregatable if there is
|
|
14439
|
+
* a `CustomAggregate` whose `Qualifier` is equal to the property key.
|
|
14440
|
+
*/
|
|
14441
|
+
aggregatable?: boolean;
|
|
14442
|
+
/**
|
|
14443
|
+
* Contains model-specific information.
|
|
14444
|
+
*/
|
|
14445
|
+
extension?: {
|
|
14446
|
+
/**
|
|
14447
|
+
* If `groupable` is set to `false` to exclude it from group personalization on the UI, the UI still needs
|
|
14448
|
+
* to know that this property is groupable for data requests. If this attribute is not set, the default
|
|
14449
|
+
* value is the same as the value of `groupable`.
|
|
14450
|
+
*/
|
|
14451
|
+
technicallyGroupable?: boolean;
|
|
14452
|
+
/**
|
|
14453
|
+
* If `aggregatable` is set to `false` to exclude it from aggregate personalization on the UI, the UI still
|
|
14454
|
+
* needs to know that this property is aggregatable for data requests. If this attribute is not set, the
|
|
14455
|
+
* default value is the same as the value of `aggregatable`.
|
|
14456
|
+
*/
|
|
14457
|
+
technicallyAggregatable?: boolean;
|
|
14458
|
+
};
|
|
14459
|
+
};
|
|
14460
|
+
}
|
|
14417
14461
|
}
|
|
14418
14462
|
}
|
|
14419
14463
|
|
|
@@ -17779,6 +17823,55 @@ declare namespace sap {
|
|
|
17779
17823
|
RowActionItem
|
|
17780
17824
|
>;
|
|
17781
17825
|
}
|
|
17826
|
+
|
|
17827
|
+
namespace TableDelegate {
|
|
17828
|
+
/**
|
|
17829
|
+
* Represents the expand and collapse configuration object.
|
|
17830
|
+
*
|
|
17831
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17832
|
+
*/
|
|
17833
|
+
type ExpandAndCollapseConfiguration = {
|
|
17834
|
+
/**
|
|
17835
|
+
* Function to expand all rows
|
|
17836
|
+
*
|
|
17837
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17838
|
+
*/
|
|
17839
|
+
expandAll?: (p1: sap.ui.mdc.Table) => void;
|
|
17840
|
+
/**
|
|
17841
|
+
* Function to collapse all rows
|
|
17842
|
+
*
|
|
17843
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17844
|
+
*/
|
|
17845
|
+
collapseAll?: (p1: sap.ui.mdc.Table) => void;
|
|
17846
|
+
/**
|
|
17847
|
+
* Function to expand all rows from a specific node
|
|
17848
|
+
*
|
|
17849
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17850
|
+
*/
|
|
17851
|
+
expandAllFromNode?: (
|
|
17852
|
+
p1: sap.ui.mdc.Table,
|
|
17853
|
+
p2: sap.ui.model.Context
|
|
17854
|
+
) => void;
|
|
17855
|
+
/**
|
|
17856
|
+
* Function to collapse all rows from a specific node
|
|
17857
|
+
*
|
|
17858
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17859
|
+
*/
|
|
17860
|
+
collapseAllFromNode?: (
|
|
17861
|
+
p1: sap.ui.mdc.Table,
|
|
17862
|
+
p2: sap.ui.model.Context
|
|
17863
|
+
) => void;
|
|
17864
|
+
/**
|
|
17865
|
+
* Function to check if a specific node is expanded
|
|
17866
|
+
*
|
|
17867
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17868
|
+
*/
|
|
17869
|
+
isNodeExpanded?: (
|
|
17870
|
+
p1: sap.ui.mdc.Table,
|
|
17871
|
+
p2: sap.ui.model.Context
|
|
17872
|
+
) => void;
|
|
17873
|
+
};
|
|
17874
|
+
}
|
|
17782
17875
|
/**
|
|
17783
17876
|
* Interface for controls or entities which can serve as filters in the `sap.ui.mdc.Table` & `sap.ui.mdc.Chart`.
|
|
17784
17877
|
*
|
|
@@ -17919,7 +18012,8 @@ declare namespace sap {
|
|
|
17919
18012
|
| `{${string}}`;
|
|
17920
18013
|
|
|
17921
18014
|
/**
|
|
17922
|
-
* Enables the legend of the chart.
|
|
18015
|
+
* Enables the legend of the chart.
|
|
18016
|
+
* **Note:** The setter calls `setLegendVisible` of the delegate class.
|
|
17923
18017
|
*
|
|
17924
18018
|
* @since 1.88
|
|
17925
18019
|
*/
|
|
@@ -17982,8 +18076,8 @@ declare namespace sap {
|
|
|
17982
18076
|
|
|
17983
18077
|
/**
|
|
17984
18078
|
* Controls the visibility of the chart tooltip.
|
|
17985
|
-
* If set to `true`, a call of the `delegate.setChartTooltipVisibility`
|
|
17986
|
-
* to make the `Chart` tooltip visible.
|
|
18079
|
+
* **Note:** If set to `true`, a call of the `delegate.setChartTooltipVisibility` is triggered and can
|
|
18080
|
+
* be used to make the `Chart` tooltip visible.
|
|
17987
18081
|
*
|
|
17988
18082
|
* @since 1.88
|
|
17989
18083
|
*/
|
|
@@ -18020,10 +18114,9 @@ declare namespace sap {
|
|
|
18020
18114
|
* **Note:** This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it otherwise.
|
|
18021
18115
|
* **Note**: Existing properties (set via `sap.ui.mdc.Chart#setPropertyInfo`) must not be removed and their
|
|
18022
18116
|
* attributes must not be changed during the {@link module:sap/ui/mdc/ChartDelegate.fetchProperties fetchProperties }
|
|
18023
|
-
* callback Otherwise validation errors might occur whenever personalization-related control features (such
|
|
18024
|
-
* as the opening of any personalization dialog) are activated.
|
|
18025
|
-
*
|
|
18026
|
-
* **Note**: For more information about the supported inner elements, see {@link sap.ui.mdc.chart.PropertyInfo PropertyInfo}.
|
|
18117
|
+
* callback. Otherwise validation errors might occur whenever personalization-related control features (such
|
|
18118
|
+
* as the opening of any personalization dialog) are activated. **Note**: For more information about the
|
|
18119
|
+
* supported inner elements, see {@link sap.ui.mdc.chart.PropertyInfo PropertyInfo}.
|
|
18027
18120
|
*
|
|
18028
18121
|
* @since 1.99
|
|
18029
18122
|
*/
|
|
@@ -18066,9 +18159,11 @@ declare namespace sap {
|
|
|
18066
18159
|
|
|
18067
18160
|
/**
|
|
18068
18161
|
* This property describes the measures and dimensions visible in the chart. Changes in the personalization
|
|
18069
|
-
* are also reflected here.
|
|
18070
|
-
*
|
|
18071
|
-
*
|
|
18162
|
+
* are also reflected here.
|
|
18163
|
+
*
|
|
18164
|
+
* **Note:** This aggregation is managed by the control, can only be populated during the definition in
|
|
18165
|
+
* the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
|
|
18166
|
+
* effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
|
|
18072
18167
|
*/
|
|
18073
18168
|
items?:
|
|
18074
18169
|
| sap.ui.mdc.chart.Item[]
|
|
@@ -18091,7 +18186,7 @@ declare namespace sap {
|
|
|
18091
18186
|
| `{${string}}`;
|
|
18092
18187
|
|
|
18093
18188
|
/**
|
|
18094
|
-
* Feeds details popover actions for data point selection in the
|
|
18189
|
+
* Feeds details popover actions for data point selection in the chart.
|
|
18095
18190
|
* For more information, see {@link sap.ui.mdc.chart.SelectionDetailsActions SelectionDetailsActions}.
|
|
18096
18191
|
*/
|
|
18097
18192
|
selectionDetailsActions?: sap.ui.mdc.chart.SelectionDetailsActions;
|
|
@@ -19615,15 +19710,18 @@ declare namespace sap {
|
|
|
19615
19710
|
* Gets content of aggregation {@link #getItems items}.
|
|
19616
19711
|
*
|
|
19617
19712
|
* This property describes the measures and dimensions visible in the chart. Changes in the personalization
|
|
19618
|
-
* are also reflected here.
|
|
19619
|
-
*
|
|
19620
|
-
*
|
|
19713
|
+
* are also reflected here.
|
|
19714
|
+
*
|
|
19715
|
+
* **Note:** This aggregation is managed by the control, can only be populated during the definition in
|
|
19716
|
+
* the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
|
|
19717
|
+
* effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
|
|
19621
19718
|
*/
|
|
19622
19719
|
getItems(): sap.ui.mdc.chart.Item[];
|
|
19623
19720
|
/**
|
|
19624
19721
|
* Gets current value of property {@link #getLegendVisible legendVisible}.
|
|
19625
19722
|
*
|
|
19626
|
-
* Enables the legend of the chart.
|
|
19723
|
+
* Enables the legend of the chart.
|
|
19724
|
+
* **Note:** The setter calls `setLegendVisible` of the delegate class.
|
|
19627
19725
|
*
|
|
19628
19726
|
* Default value is `true`.
|
|
19629
19727
|
*
|
|
@@ -19694,7 +19792,7 @@ declare namespace sap {
|
|
|
19694
19792
|
/**
|
|
19695
19793
|
* Gets content of aggregation {@link #getSelectionDetailsActions selectionDetailsActions}.
|
|
19696
19794
|
*
|
|
19697
|
-
* Feeds details popover actions for data point selection in the
|
|
19795
|
+
* Feeds details popover actions for data point selection in the chart.
|
|
19698
19796
|
* For more information, see {@link sap.ui.mdc.chart.SelectionDetailsActions SelectionDetailsActions}.
|
|
19699
19797
|
*/
|
|
19700
19798
|
getSelectionDetailsActions(): sap.ui.mdc.chart.SelectionDetailsActions;
|
|
@@ -19702,8 +19800,8 @@ declare namespace sap {
|
|
|
19702
19800
|
* Gets current value of property {@link #getShowChartTooltip showChartTooltip}.
|
|
19703
19801
|
*
|
|
19704
19802
|
* Controls the visibility of the chart tooltip.
|
|
19705
|
-
* If set to `true`, a call of the `delegate.setChartTooltipVisibility`
|
|
19706
|
-
* to make the `Chart` tooltip visible.
|
|
19803
|
+
* **Note:** If set to `true`, a call of the `delegate.setChartTooltipVisibility` is triggered and can
|
|
19804
|
+
* be used to make the `Chart` tooltip visible.
|
|
19707
19805
|
*
|
|
19708
19806
|
* Default value is `true`.
|
|
19709
19807
|
*
|
|
@@ -19946,7 +20044,8 @@ declare namespace sap {
|
|
|
19946
20044
|
/**
|
|
19947
20045
|
* Sets a new value for property {@link #getLegendVisible legendVisible}.
|
|
19948
20046
|
*
|
|
19949
|
-
* Enables the legend of the chart.
|
|
20047
|
+
* Enables the legend of the chart.
|
|
20048
|
+
* **Note:** The setter calls `setLegendVisible` of the delegate class.
|
|
19950
20049
|
*
|
|
19951
20050
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
19952
20051
|
*
|
|
@@ -20047,8 +20146,8 @@ declare namespace sap {
|
|
|
20047
20146
|
* Sets a new value for property {@link #getShowChartTooltip showChartTooltip}.
|
|
20048
20147
|
*
|
|
20049
20148
|
* Controls the visibility of the chart tooltip.
|
|
20050
|
-
* If set to `true`, a call of the `delegate.setChartTooltipVisibility`
|
|
20051
|
-
* to make the `Chart` tooltip visible.
|
|
20149
|
+
* **Note:** If set to `true`, a call of the `delegate.setChartTooltipVisibility` is triggered and can
|
|
20150
|
+
* be used to make the `Chart` tooltip visible.
|
|
20052
20151
|
*
|
|
20053
20152
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20054
20153
|
*
|
|
@@ -24696,6 +24795,8 @@ declare namespace sap {
|
|
|
24696
24795
|
|
|
24697
24796
|
"sap/ui/mdc/filterbar/p13n/AdaptationFilterBar": undefined;
|
|
24698
24797
|
|
|
24798
|
+
"sap/ui/mdc/filterbar/PropertyInfoValidator": undefined;
|
|
24799
|
+
|
|
24699
24800
|
"sap/ui/mdc/filterbar/vh/CollectiveSearchSelect": undefined;
|
|
24700
24801
|
|
|
24701
24802
|
"sap/ui/mdc/filterbar/vh/FilterBar": undefined;
|