@sapui5/ts-types 1.141.2 → 1.142.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.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +8 -7
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.base.d.ts +3 -0
  8. package/types/sap.esh.search.ui.d.ts +152 -3
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.ariba.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +50 -32
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +2646 -125
  16. package/types/sap.fe.navigation.d.ts +2 -2
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +23 -11
  20. package/types/sap.fe.test.d.ts +8 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +4 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/{mobile-1.141.0-d.ts → sap.m.d.ts} +401 -54
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +106 -2
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +13 -3587
  32. package/types/sap.suite.ui.commons.d.ts +1 -1
  33. package/types/sap.suite.ui.generic.template.d.ts +30 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/{tnt-1.141.0-d.ts → sap.tnt.d.ts} +1 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/{commons-1.141.0-d.ts → sap.ui.commons.d.ts} +1 -1
  38. package/types/sap.ui.comp.d.ts +78 -9
  39. package/types/{core-1.141.0-d.ts → sap.ui.core.d.ts} +712 -187
  40. package/types/{dt-1.141.0-d.ts → sap.ui.dt.d.ts} +1 -1
  41. package/types/sap.ui.export.d.ts +56 -1
  42. package/types/sap.ui.fl.d.ts +1 -1
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +1 -1
  46. package/types/sap.ui.layout.d.ts +100 -94
  47. package/types/{mdc-1.141.0-d.ts → sap.ui.mdc.d.ts} +1600 -260
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +13 -41
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +34 -78
  55. package/types/{ux3-1.141.0-d.ts → sap.ui.ux3.d.ts} +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +13 -1
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +326 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -6,6 +6,10 @@ declare namespace sap {
6
6
  * Library containing the building blocks for SAP Fiori elements.
7
7
  */
8
8
  namespace macros {
9
+ namespace CollectionBindingInfo {
10
+ type SerializedCollectionBindingInfo = {};
11
+ }
12
+
9
13
  namespace form {
10
14
  /**
11
15
  * Describes the settings that can be provided to the FormElement constructor.
@@ -79,6 +83,14 @@ declare namespace sap {
79
83
  */
80
84
  key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
81
85
 
86
+ /**
87
+ * Defines the overflow group of the action in the overflow toolbar.
88
+ */
89
+ overflowGroup?:
90
+ | int
91
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
92
+ | `{${string}}`;
93
+
82
94
  /**
83
95
  * Defines where this action should be placed relative to the defined anchor
84
96
  * Allowed values are `Before` and `After`
@@ -120,6 +132,14 @@ declare namespace sap {
120
132
  */
121
133
  key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
122
134
 
135
+ /**
136
+ * Defines the overflow group of the action in the overflow toolbar.
137
+ */
138
+ overflowGroup?:
139
+ | int
140
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
141
+ | `{${string}}`;
142
+
123
143
  /**
124
144
  * Defines where this action group should be placed relative to the defined anchor
125
145
  * Allowed values are `Before` and `After`
@@ -222,6 +242,15 @@ declare namespace sap {
222
242
  | string
223
243
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
224
244
 
245
+ /**
246
+ * Aggregate overflowGroups of the chart.
247
+ */
248
+ actionOverflowGroups?:
249
+ | sap.fe.macros.chart.OverflowGroup[]
250
+ | sap.fe.macros.chart.OverflowGroup
251
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
252
+ | `{${string}}`;
253
+
225
254
  /**
226
255
  * Aggregate actions of the chart.
227
256
  */
@@ -233,12 +262,44 @@ declare namespace sap {
233
262
  | sap.fe.macros.chart.Action
234
263
  | sap.ui.base.ManagedObject.AggregationBindingInfo
235
264
  | `{${string}}`;
265
+
266
+ /**
267
+ * An event triggered when chart selections are changed. The event contains information about the data selected/deselected
268
+ * and the Boolean flag that indicates whether data is selected or deselected.
269
+ */
270
+ selectionChange?: (oEvent: Chart$SelectionChangeEvent) => void;
271
+ }
272
+
273
+ /**
274
+ * Describes the settings that can be provided to the OverflowGroup constructor.
275
+ */
276
+ interface $OverflowGroupSettings
277
+ extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
278
+ /**
279
+ * Defines the group of the toolbar separator in the overflow toolbar.
280
+ */
281
+ overflowGroup?:
282
+ | int
283
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
284
+ | `{${string}}`;
285
+
286
+ /**
287
+ * Defines if a toolbar separator should be displayed.
288
+ */
289
+ showSeparator?:
290
+ | boolean
291
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
292
+ | `{${string}}`;
236
293
  }
237
294
 
238
295
  /**
239
296
  * Parameters of the Chart#selectionChange event.
240
297
  */
241
- interface Chart$SelectionChangeEventParameters {}
298
+ interface Chart$SelectionChangeEventParameters {
299
+ data?: any[];
300
+
301
+ selected?: boolean;
302
+ }
242
303
 
243
304
  /**
244
305
  * Definition of a custom action to be used in the chart toolbar
@@ -274,6 +335,73 @@ declare namespace sap {
274
335
  * @experimental
275
336
  */
276
337
  class Chart extends sap.ui.core.Control {
338
+ /**
339
+ *
340
+ * @returns Reference to sap.fe.macros.Chart to allow
341
+ * method chaining
342
+ */
343
+ attachSelectionChange(
344
+ /**
345
+ * An application-specific payload object that will be passed to the event handler along with the event
346
+ * object when firing the event
347
+ */
348
+ oData: object,
349
+ /**
350
+ * The function to be called when the event occurs
351
+ */
352
+ fnFunction: (p1: Chart$SelectionChangeEvent) => void,
353
+ /**
354
+ * The context object to call the event handler with. Defaults to this `this` control
355
+ */
356
+ oListener?: object
357
+ ): this;
358
+ /**
359
+ *
360
+ * @returns Reference to sap.fe.macros.Chart to allow
361
+ * method chaining
362
+ */
363
+ attachSelectionChange(
364
+ /**
365
+ * The function to be called when the event occurs
366
+ */
367
+ fnFunction: (p1: Chart$SelectionChangeEvent) => void,
368
+ /**
369
+ * The context object to call the event handler with. Defaults to this `this` control
370
+ */
371
+ oListener?: object
372
+ ): this;
373
+ /**
374
+ *
375
+ * @returns Reference to sap.fe.macros.Chart to allow
376
+ * method chaining
377
+ */
378
+ detachSelectionChange(
379
+ /**
380
+ * The function to be called when the event occurs
381
+ */
382
+ fnFunction: (p1: Chart$SelectionChangeEvent) => void,
383
+ /**
384
+ * The context object to call the event handler with. Defaults to this `this` control
385
+ */
386
+ oListener?: object
387
+ ): this;
388
+ /**
389
+ * Fires event selectionChange
390
+ * to attached listeners.
391
+ *
392
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
393
+ *
394
+ * @returns Reference to sap.fe.macros.Chart to allow
395
+ * method chaining
396
+ */
397
+ fireSelectionChange(
398
+ /**
399
+ * The parameters to pass along with the event.
400
+ * See {@link types.EventHandler>} for the
401
+ * set of parameters that are expected by the event handlers.
402
+ */
403
+ mParameters?: sap.fe.macros.chart.Chart$SelectionChangeEventParameters
404
+ ): this;
277
405
  /**
278
406
  * Gets current value of property contextPath.
279
407
  *
@@ -457,6 +585,11 @@ declare namespace sap {
457
585
  */
458
586
  setVariantManagement(): string;
459
587
  }
588
+ /**
589
+ * Definition of an overflow group to be used in the chart toolbar
590
+ */
591
+ class OverflowGroup extends sap.fe.macros.controls
592
+ .BuildingBlockObjectProperty {}
460
593
 
461
594
  /**
462
595
  * Event object of the Chart#selectionChange event.
@@ -659,6 +792,16 @@ declare namespace sap {
659
792
  * A set of options that can be configured.
660
793
  */
661
794
  formatOptions?: sap.fe.macros.field.FieldFormatOptions;
795
+
796
+ /**
797
+ * An event containing details is triggered when the value of the field is changed.
798
+ */
799
+ change?: (oEvent: Field$ChangeEvent) => void;
800
+
801
+ /**
802
+ * An event containing details is triggered when the value of the field is live changed.
803
+ */
804
+ liveChange?: (oEvent: sap.ui.base.Event) => void;
662
805
  }
663
806
 
664
807
  /**
@@ -815,7 +958,11 @@ declare namespace sap {
815
958
  /**
816
959
  * Parameters of the Field#change event.
817
960
  */
818
- interface Field$ChangeEventParameters {}
961
+ interface Field$ChangeEventParameters {
962
+ value?: boolean | number | string | undefined;
963
+
964
+ isValid?: boolean;
965
+ }
819
966
 
820
967
  /**
821
968
  * Parameters of the Field#liveChange event.
@@ -878,6 +1025,139 @@ declare namespace sap {
878
1025
  type?: /* was: sap.ui.core.message.MessageType */ any;
879
1026
  }
880
1027
  ): string;
1028
+ /**
1029
+ *
1030
+ * @returns Reference to sap.fe.macros.Field to allow
1031
+ * method chaining
1032
+ */
1033
+ attachChange(
1034
+ /**
1035
+ * An application-specific payload object that will be passed to the event handler along with the event
1036
+ * object when firing the event
1037
+ */
1038
+ oData: object,
1039
+ /**
1040
+ * The function to be called when the event occurs
1041
+ */
1042
+ fnFunction: (p1: Field$ChangeEvent) => void,
1043
+ /**
1044
+ * The context object to call the event handler with. Defaults to this `this` control
1045
+ */
1046
+ oListener?: object
1047
+ ): this;
1048
+ /**
1049
+ *
1050
+ * @returns Reference to sap.fe.macros.Field to allow
1051
+ * method chaining
1052
+ */
1053
+ attachChange(
1054
+ /**
1055
+ * The function to be called when the event occurs
1056
+ */
1057
+ fnFunction: (p1: Field$ChangeEvent) => void,
1058
+ /**
1059
+ * The context object to call the event handler with. Defaults to this `this` control
1060
+ */
1061
+ oListener?: object
1062
+ ): this;
1063
+ /**
1064
+ *
1065
+ * @returns Reference to sap.fe.macros.Field to allow
1066
+ * method chaining
1067
+ */
1068
+ attachLiveChange(
1069
+ /**
1070
+ * An application-specific payload object that will be passed to the event handler along with the event
1071
+ * object when firing the event
1072
+ */
1073
+ oData: object,
1074
+ /**
1075
+ * The function to be called when the event occurs
1076
+ */
1077
+ fnFunction: (p1: sap.ui.base.Event) => void,
1078
+ /**
1079
+ * The context object to call the event handler with. Defaults to this `this` control
1080
+ */
1081
+ oListener?: object
1082
+ ): this;
1083
+ /**
1084
+ *
1085
+ * @returns Reference to sap.fe.macros.Field to allow
1086
+ * method chaining
1087
+ */
1088
+ attachLiveChange(
1089
+ /**
1090
+ * The function to be called when the event occurs
1091
+ */
1092
+ fnFunction: (p1: sap.ui.base.Event) => void,
1093
+ /**
1094
+ * The context object to call the event handler with. Defaults to this `this` control
1095
+ */
1096
+ oListener?: object
1097
+ ): this;
1098
+ /**
1099
+ *
1100
+ * @returns Reference to sap.fe.macros.Field to allow
1101
+ * method chaining
1102
+ */
1103
+ detachChange(
1104
+ /**
1105
+ * The function to be called when the event occurs
1106
+ */
1107
+ fnFunction: (p1: Field$ChangeEvent) => void,
1108
+ /**
1109
+ * The context object to call the event handler with. Defaults to this `this` control
1110
+ */
1111
+ oListener?: object
1112
+ ): this;
1113
+ /**
1114
+ *
1115
+ * @returns Reference to sap.fe.macros.Field to allow
1116
+ * method chaining
1117
+ */
1118
+ detachLiveChange(
1119
+ /**
1120
+ * The function to be called when the event occurs
1121
+ */
1122
+ fnFunction: (p1: sap.ui.base.Event) => void,
1123
+ /**
1124
+ * The context object to call the event handler with. Defaults to this `this` control
1125
+ */
1126
+ oListener?: object
1127
+ ): this;
1128
+ /**
1129
+ * Fires event change to attached listeners.
1130
+ *
1131
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1132
+ *
1133
+ * @returns Reference to sap.fe.macros.Field to allow
1134
+ * method chaining
1135
+ */
1136
+ fireChange(
1137
+ /**
1138
+ * The parameters to pass along with the event.
1139
+ * See {@link types.EventHandler> }
1140
+ * for the set of parameters that are expected by the event handlers.
1141
+ */
1142
+ mParameters?: sap.fe.macros.field.Field$ChangeEventParameters
1143
+ ): this;
1144
+ /**
1145
+ * Fires event liveChange to attached
1146
+ * listeners.
1147
+ *
1148
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1149
+ *
1150
+ * @returns Reference to sap.fe.macros.Field to allow
1151
+ * method chaining
1152
+ */
1153
+ fireLiveChange(
1154
+ /**
1155
+ * The parameters to pass along with the event.
1156
+ * See {@link types.EventHandler>} for the set of parameters
1157
+ * that are expected by the event handlers.
1158
+ */
1159
+ mParameters?: {}
1160
+ ): this;
881
1161
  /**
882
1162
  * Gets the current enablement state of the field.
883
1163
  *
@@ -998,6 +1278,23 @@ declare namespace sap {
998
1278
  | sap.fe.macros.filterBar.FilterField
999
1279
  | sap.ui.base.ManagedObject.AggregationBindingInfo
1000
1280
  | `{${string}}`;
1281
+
1282
+ /**
1283
+ * This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button
1284
+ * is enabled.
1285
+ */
1286
+ afterClear?: (oEvent: sap.ui.base.Event) => void;
1287
+
1288
+ /**
1289
+ * This event is fired after either a filter value or the visibility of a filter item has been changed.
1290
+ * The event contains conditions that will be used as filters.
1291
+ */
1292
+ filterChanged?: (oEvent: sap.ui.base.Event) => void;
1293
+
1294
+ /**
1295
+ * This event is fired when the 'Go' button is pressed or after a condition change.
1296
+ */
1297
+ search?: (oEvent: sap.ui.base.Event) => void;
1001
1298
  }
1002
1299
 
1003
1300
  /**
@@ -1089,108 +1386,309 @@ declare namespace sap {
1089
1386
  class FilterBar extends sap.fe.macros.controls
1090
1387
  .BuildingBlockWithTemplating {
1091
1388
  /**
1092
- * Get the Active Filters Text Summary for the filter bar.
1093
1389
  *
1094
- *
1095
- * @returns Active filters summary as text
1390
+ * @returns Reference to sap.fe.macros.FilterBar
1391
+ * to allow method chaining
1096
1392
  */
1097
- getActiveFiltersText(): string;
1393
+ attachAfterClear(
1394
+ /**
1395
+ * An application-specific payload object that will be passed to the event handler along with the event
1396
+ * object when firing the event
1397
+ */
1398
+ oData: object,
1399
+ /**
1400
+ * The function to be called when the event occurs
1401
+ */
1402
+ fnFunction: (p1: sap.ui.base.Event) => void,
1403
+ /**
1404
+ * The context object to call the event handler with. Defaults to this `this` control
1405
+ */
1406
+ oListener?: object
1407
+ ): this;
1098
1408
  /**
1099
- * Gets the key of the current variant in the associated variant management.
1100
- *
1101
1409
  *
1102
- * @returns Key of the currently selected variant. In case the model is not yet set, `null` will be returned.
1410
+ * @returns Reference to sap.fe.macros.FilterBar
1411
+ * to allow method chaining
1103
1412
  */
1104
- getCurrentVariantKey(): null | string;
1413
+ attachAfterClear(
1414
+ /**
1415
+ * The function to be called when the event occurs
1416
+ */
1417
+ fnFunction: (p1: sap.ui.base.Event) => void,
1418
+ /**
1419
+ * The context object to call the event handler with. Defaults to this `this` control
1420
+ */
1421
+ oListener?: object
1422
+ ): this;
1105
1423
  /**
1106
- * Determines whether the field is enabled or disabled.
1107
1424
  *
1108
- *
1109
- * @returns Whether the filterField is enabled or disabled.
1425
+ * @returns Reference to sap.fe.macros.FilterBar
1426
+ * to allow method chaining
1110
1427
  */
1111
- getFilterFieldEnabled(
1428
+ attachFilterChanged(
1112
1429
  /**
1113
- * Name of the field.
1430
+ * An application-specific payload object that will be passed to the event handler along with the event
1431
+ * object when firing the event
1114
1432
  */
1115
- name: string
1116
- ): boolean;
1433
+ oData: object,
1434
+ /**
1435
+ * The function to be called when the event occurs
1436
+ */
1437
+ fnFunction: (p1: sap.ui.base.Event) => void,
1438
+ /**
1439
+ * The context object to call the event handler with. Defaults to this `this` control
1440
+ */
1441
+ oListener?: object
1442
+ ): this;
1117
1443
  /**
1118
- * Gets the visibility of a filter field.
1119
1444
  *
1120
- *
1121
- * @returns A {@link Promise} that resolves to check whether the filter field is visible or not.
1445
+ * @returns Reference to sap.fe.macros.FilterBar
1446
+ * to allow method chaining
1122
1447
  */
1123
- getFilterFieldVisible(
1448
+ attachFilterChanged(
1124
1449
  /**
1125
- * The path to the property as a condition path
1450
+ * The function to be called when the event occurs
1126
1451
  */
1127
- conditionPath: string
1128
- ): Promise<boolean>;
1452
+ fnFunction: (p1: sap.ui.base.Event) => void,
1453
+ /**
1454
+ * The context object to call the event handler with. Defaults to this `this` control
1455
+ */
1456
+ oListener?: object
1457
+ ): this;
1129
1458
  /**
1130
- * Provides all the filters that are currently active
1131
- * along with the search expression.
1132
- *
1133
1459
  *
1134
- * @returns An array of active filters and the search expression.
1460
+ * @returns Reference to sap.fe.macros.FilterBar
1461
+ * to allow method chaining
1135
1462
  */
1136
- getFilters(): object;
1463
+ attachSearch(
1464
+ /**
1465
+ * An application-specific payload object that will be passed to the event handler along with the event
1466
+ * object when firing the event
1467
+ */
1468
+ oData: object,
1469
+ /**
1470
+ * The function to be called when the event occurs
1471
+ */
1472
+ fnFunction: (p1: sap.ui.base.Event) => void,
1473
+ /**
1474
+ * The context object to call the event handler with. Defaults to this `this` control
1475
+ */
1476
+ oListener?: object
1477
+ ): this;
1137
1478
  /**
1138
- * Get the selection variant from the filter bar.
1139
- * Note: This method returns all the filter values that are set in the filter bar, including the text from
1140
- * the search field (with $search as the property name). However, it doesn't return any filter field condition
1141
- * that uses a custom operator.
1142
- *
1143
1479
  *
1144
- * @returns A promise which resolves with a {@link sap.fe.navigation.SelectionVariant}
1145
- */
1146
- getSelectionVariant(): Promise<sap.fe.navigation.SelectionVariant>;
1147
- /**
1148
- * Sets the new selected variant in the associated variant management.
1480
+ * @returns Reference to sap.fe.macros.FilterBar
1481
+ * to allow method chaining
1149
1482
  */
1150
- setCurrentVariantKey(
1483
+ attachSearch(
1151
1484
  /**
1152
- * Key of the variant that should be selected. If the passed key doesn't identify a variant, it will be
1153
- * ignored.
1485
+ * The function to be called when the event occurs
1154
1486
  */
1155
- key: string
1156
- ): void;
1487
+ fnFunction: (p1: sap.ui.base.Event) => void,
1488
+ /**
1489
+ * The context object to call the event handler with. Defaults to this `this` control
1490
+ */
1491
+ oListener?: object
1492
+ ): this;
1157
1493
  /**
1158
- * Sets the enablement of the field.
1494
+ *
1495
+ * @returns Reference to sap.fe.macros.FilterBar
1496
+ * to allow method chaining
1159
1497
  */
1160
- setFilterFieldEnabled(
1498
+ detachAfterClear(
1161
1499
  /**
1162
- * Name of the field that should be enabled or disabled.
1500
+ * The function to be called when the event occurs
1163
1501
  */
1164
- name: string,
1502
+ fnFunction: (p1: sap.ui.base.Event) => void,
1165
1503
  /**
1166
- * Whether the field should be enabled or disabled.
1504
+ * The context object to call the event handler with. Defaults to this `this` control
1167
1505
  */
1168
- enabled: boolean
1169
- ): void;
1506
+ oListener?: object
1507
+ ): this;
1170
1508
  /**
1171
- * Shows or hides any filter field from the filter bar.
1172
- * The property will not be hidden inside the adaptation dialog and may be re-added.
1173
1509
  *
1174
- *
1175
- * @returns A {@link Promise} resolving once the change in visibility was applied
1510
+ * @returns Reference to sap.fe.macros.FilterBar
1511
+ * to allow method chaining
1176
1512
  */
1177
- setFilterFieldVisible(
1513
+ detachFilterChanged(
1178
1514
  /**
1179
- * The path to the property as a condition path
1515
+ * The function to be called when the event occurs
1180
1516
  */
1181
- conditionPath: string,
1517
+ fnFunction: (p1: sap.ui.base.Event) => void,
1182
1518
  /**
1183
- * Whether it should be shown or hidden
1519
+ * The context object to call the event handler with. Defaults to this `this` control
1184
1520
  */
1185
- visible: boolean
1186
- ): Promise<void>;
1521
+ oListener?: object
1522
+ ): this;
1187
1523
  /**
1188
- * Set the filter values for the given property in the filter bar.
1189
- * The filter values can be either a single value or an array of values.
1190
- * Each filter value must be represented as a primitive value.
1191
1524
  *
1192
- *
1193
- * @returns A promise for asynchronous handling
1525
+ * @returns Reference to sap.fe.macros.FilterBar
1526
+ * to allow method chaining
1527
+ */
1528
+ detachSearch(
1529
+ /**
1530
+ * The function to be called when the event occurs
1531
+ */
1532
+ fnFunction: (p1: sap.ui.base.Event) => void,
1533
+ /**
1534
+ * The context object to call the event handler with. Defaults to this `this` control
1535
+ */
1536
+ oListener?: object
1537
+ ): this;
1538
+ /**
1539
+ * Fires event afterClear to
1540
+ * attached listeners.
1541
+ *
1542
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1543
+ *
1544
+ * @returns Reference to sap.fe.macros.FilterBar
1545
+ * to allow method chaining
1546
+ */
1547
+ fireAfterClear(
1548
+ /**
1549
+ * The parameters to pass along with the event.
1550
+ * See {@link .........types.EventHandler> }
1551
+ * for the set of parameters that are expected by the event handlers.
1552
+ */
1553
+ mParameters?: {}
1554
+ ): this;
1555
+ /**
1556
+ * Fires event filterChanged
1557
+ * to attached listeners.
1558
+ *
1559
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1560
+ *
1561
+ * @returns Reference to sap.fe.macros.FilterBar
1562
+ * to allow method chaining
1563
+ */
1564
+ fireFilterChanged(
1565
+ /**
1566
+ * The parameters to pass along with the event.
1567
+ * See {@link .........types.EventHandler> }
1568
+ * for the set of parameters that are expected by the event handlers.
1569
+ */
1570
+ mParameters?: {}
1571
+ ): this;
1572
+ /**
1573
+ * Fires event search to attached
1574
+ * listeners.
1575
+ *
1576
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1577
+ *
1578
+ * @returns Reference to sap.fe.macros.FilterBar
1579
+ * to allow method chaining
1580
+ */
1581
+ fireSearch(
1582
+ /**
1583
+ * The parameters to pass along with the event.
1584
+ * See {@link .........types.EventHandler> }
1585
+ * for the set of parameters that are expected by the event handlers.
1586
+ */
1587
+ mParameters?: {}
1588
+ ): this;
1589
+ /**
1590
+ * Get the Active Filters Text Summary for the filter bar.
1591
+ *
1592
+ *
1593
+ * @returns Active filters summary as text
1594
+ */
1595
+ getActiveFiltersText(): string;
1596
+ /**
1597
+ * Gets the key of the current variant in the associated variant management.
1598
+ *
1599
+ *
1600
+ * @returns Key of the currently selected variant. In case the model is not yet set, `null` will be returned.
1601
+ */
1602
+ getCurrentVariantKey(): null | string;
1603
+ /**
1604
+ * Determines whether the field is enabled or disabled.
1605
+ *
1606
+ *
1607
+ * @returns Whether the filterField is enabled or disabled.
1608
+ */
1609
+ getFilterFieldEnabled(
1610
+ /**
1611
+ * Name of the field.
1612
+ */
1613
+ name: string
1614
+ ): boolean;
1615
+ /**
1616
+ * Gets the visibility of a filter field.
1617
+ *
1618
+ *
1619
+ * @returns A {@link Promise} that resolves to check whether the filter field is visible or not.
1620
+ */
1621
+ getFilterFieldVisible(
1622
+ /**
1623
+ * The path to the property as a condition path
1624
+ */
1625
+ conditionPath: string
1626
+ ): Promise<boolean>;
1627
+ /**
1628
+ * Provides all the filters that are currently active
1629
+ * along with the search expression.
1630
+ *
1631
+ *
1632
+ * @returns An array of active filters and the search expression.
1633
+ */
1634
+ getFilters(): object;
1635
+ /**
1636
+ * Get the selection variant from the filter bar.
1637
+ * Note: This method returns all the filter values that are set in the filter bar, including the text from
1638
+ * the search field (with $search as the property name). However, it doesn't return any filter field condition
1639
+ * that uses a custom operator.
1640
+ *
1641
+ *
1642
+ * @returns A promise which resolves with a {@link sap.fe.navigation.SelectionVariant}
1643
+ */
1644
+ getSelectionVariant(): Promise<sap.fe.navigation.SelectionVariant>;
1645
+ /**
1646
+ * Sets the new selected variant in the associated variant management.
1647
+ */
1648
+ setCurrentVariantKey(
1649
+ /**
1650
+ * Key of the variant that should be selected. If the passed key doesn't identify a variant, it will be
1651
+ * ignored.
1652
+ */
1653
+ key: string
1654
+ ): void;
1655
+ /**
1656
+ * Sets the enablement of the field.
1657
+ */
1658
+ setFilterFieldEnabled(
1659
+ /**
1660
+ * Name of the field that should be enabled or disabled.
1661
+ */
1662
+ name: string,
1663
+ /**
1664
+ * Whether the field should be enabled or disabled.
1665
+ */
1666
+ enabled: boolean
1667
+ ): void;
1668
+ /**
1669
+ * Shows or hides any filter field from the filter bar.
1670
+ * The property will not be hidden inside the adaptation dialog and may be re-added.
1671
+ *
1672
+ *
1673
+ * @returns A {@link Promise} resolving once the change in visibility was applied
1674
+ */
1675
+ setFilterFieldVisible(
1676
+ /**
1677
+ * The path to the property as a condition path
1678
+ */
1679
+ conditionPath: string,
1680
+ /**
1681
+ * Whether it should be shown or hidden
1682
+ */
1683
+ visible: boolean
1684
+ ): Promise<void>;
1685
+ /**
1686
+ * Set the filter values for the given property in the filter bar.
1687
+ * The filter values can be either a single value or an array of values.
1688
+ * Each filter value must be represented as a primitive value.
1689
+ *
1690
+ *
1691
+ * @returns A promise for asynchronous handling
1194
1692
  */
1195
1693
  setFilterValues(
1196
1694
  /**
@@ -1457,7 +1955,10 @@ declare namespace sap {
1457
1955
  /**
1458
1956
  * Whether the group is visible.
1459
1957
  */
1460
- visible?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1958
+ visible?:
1959
+ | boolean
1960
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1961
+ | `{${string}}`;
1461
1962
  }
1462
1963
 
1463
1964
  /**
@@ -1540,12 +2041,25 @@ declare namespace sap {
1540
2041
  */
1541
2042
  key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1542
2043
 
2044
+ /**
2045
+ * Defines the overflow group of the action in the overflow toolbar.
2046
+ */
2047
+ overflowGroup?:
2048
+ | int
2049
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2050
+ | `{${string}}`;
2051
+
1543
2052
  /**
1544
2053
  * Defines where this action should be placed relative to the defined anchor
1545
2054
  * Allowed values are `Before` and `After`
1546
2055
  */
1547
2056
  placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1548
2057
 
2058
+ /**
2059
+ * Defines the priority of the action in the overflow toolbar.
2060
+ */
2061
+ priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2062
+
1549
2063
  /**
1550
2064
  * Defines if the action requires a selection.
1551
2065
  */
@@ -1566,6 +2080,11 @@ declare namespace sap {
1566
2080
  | boolean
1567
2081
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1568
2082
  | `{${string}}`;
2083
+
2084
+ /**
2085
+ * Event handler to be called when the user chooses the action
2086
+ */
2087
+ press?: (oEvent: sap.ui.base.Event) => void;
1569
2088
  }
1570
2089
 
1571
2090
  /**
@@ -1591,12 +2110,25 @@ declare namespace sap {
1591
2110
  */
1592
2111
  key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1593
2112
 
2113
+ /**
2114
+ * Defines the overflow group of the action in the overflow toolbar.
2115
+ */
2116
+ overflowGroup?:
2117
+ | int
2118
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2119
+ | `{${string}}`;
2120
+
1594
2121
  /**
1595
2122
  * Determines where this action group should be placed relative to the defined anchor
1596
2123
  * Allowed values are `Before` and `After`
1597
2124
  */
1598
2125
  placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1599
2126
 
2127
+ /**
2128
+ * Defines the priority of the action in the overflow toolbar.
2129
+ */
2130
+ priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2131
+
1600
2132
  /**
1601
2133
  * The text that will be displayed for this action group
1602
2134
  */
@@ -2013,6 +2545,28 @@ declare namespace sap {
2013
2545
  customContent?: sap.ui.layout.form.FormContainer;
2014
2546
  }
2015
2547
 
2548
+ /**
2549
+ * Describes the settings that can be provided to the OverflowGroup constructor.
2550
+ */
2551
+ interface $OverflowGroupSettings
2552
+ extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
2553
+ /**
2554
+ * Defines the group of the toolbar separator in the overflow toolbar.
2555
+ */
2556
+ overflowGroup?:
2557
+ | int
2558
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2559
+ | `{${string}}`;
2560
+
2561
+ /**
2562
+ * Defines if a toolbar separator should be displayed.
2563
+ */
2564
+ showSeparator?:
2565
+ | boolean
2566
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2567
+ | `{${string}}`;
2568
+ }
2569
+
2016
2570
  /**
2017
2571
  * Describes the settings that can be provided to the QuickVariantSelection constructor.
2018
2572
  */
@@ -2367,6 +2921,15 @@ declare namespace sap {
2367
2921
  | sap.ui.base.ManagedObject.PropertyBindingInfo
2368
2922
  | `{${string}}`;
2369
2923
 
2924
+ /**
2925
+ * Aggregate overflowGroups of the table.
2926
+ */
2927
+ actionOverflowGroups?:
2928
+ | sap.fe.macros.table.OverflowGroup[]
2929
+ | sap.fe.macros.table.OverflowGroup
2930
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
2931
+ | `{${string}}`;
2932
+
2370
2933
  /**
2371
2934
  * Aggregate actions of the table.
2372
2935
  */
@@ -2850,6 +3413,15 @@ declare namespace sap {
2850
3413
  | sap.ui.base.ManagedObject.PropertyBindingInfo
2851
3414
  | `{${string}}`;
2852
3415
 
3416
+ /**
3417
+ * Aggregate overflowGroups of the table.
3418
+ */
3419
+ actionOverflowGroups?:
3420
+ | sap.fe.macros.table.OverflowGroup[]
3421
+ | sap.fe.macros.table.OverflowGroup
3422
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
3423
+ | `{${string}}`;
3424
+
2853
3425
  /**
2854
3426
  * Aggregate actions of the table.
2855
3427
  */
@@ -2975,7 +3547,11 @@ declare namespace sap {
2975
3547
  /**
2976
3548
  * Parameters of the Table#beforeRebindTable event.
2977
3549
  */
2978
- interface Table$BeforeRebindTableEventParameters {}
3550
+ interface Table$BeforeRebindTableEventParameters {
3551
+ collectionBindingInfo?: sap.fe.macros.CollectionBindingInfo;
3552
+
3553
+ quickFilterKey?: string;
3554
+ }
2979
3555
 
2980
3556
  /**
2981
3557
  * Parameters of the Table#rowPress event.
@@ -2990,7 +3566,11 @@ declare namespace sap {
2990
3566
  /**
2991
3567
  * Parameters of the TreeTable#beforeRebindTable event.
2992
3568
  */
2993
- interface TreeTable$BeforeRebindTableEventParameters {}
3569
+ interface TreeTable$BeforeRebindTableEventParameters {
3570
+ collectionBindingInfo?: sap.fe.macros.CollectionBindingInfo;
3571
+
3572
+ quickFilterKey?: string;
3573
+ }
2994
3574
 
2995
3575
  /**
2996
3576
  * Parameters of the TreeTable#rowPress event.
@@ -3006,7 +3586,75 @@ declare namespace sap {
3006
3586
  * Definition of a custom action to be used inside the table toolbar
3007
3587
  */
3008
3588
  class Action extends sap.fe.macros.controls
3009
- .BuildingBlockObjectProperty {}
3589
+ .BuildingBlockObjectProperty {
3590
+ /**
3591
+ *
3592
+ * @returns Reference to sap.fe.macros.table.Action
3593
+ * to allow method chaining
3594
+ */
3595
+ attachPress(
3596
+ /**
3597
+ * An application-specific payload object that will be passed to the event handler along with the event
3598
+ * object when firing the event
3599
+ */
3600
+ oData: object,
3601
+ /**
3602
+ * The function to be called when the event occurs
3603
+ */
3604
+ fnFunction: (p1: sap.ui.base.Event) => void,
3605
+ /**
3606
+ * The context object to call the event handler with. Defaults to this `this` control
3607
+ */
3608
+ oListener?: object
3609
+ ): this;
3610
+ /**
3611
+ *
3612
+ * @returns Reference to sap.fe.macros.table.Action
3613
+ * to allow method chaining
3614
+ */
3615
+ attachPress(
3616
+ /**
3617
+ * The function to be called when the event occurs
3618
+ */
3619
+ fnFunction: (p1: sap.ui.base.Event) => void,
3620
+ /**
3621
+ * The context object to call the event handler with. Defaults to this `this` control
3622
+ */
3623
+ oListener?: object
3624
+ ): this;
3625
+ /**
3626
+ *
3627
+ * @returns Reference to sap.fe.macros.table.Action
3628
+ * to allow method chaining
3629
+ */
3630
+ detachPress(
3631
+ /**
3632
+ * The function to be called when the event occurs
3633
+ */
3634
+ fnFunction: (p1: sap.ui.base.Event) => void,
3635
+ /**
3636
+ * The context object to call the event handler with. Defaults to this `this` control
3637
+ */
3638
+ oListener?: object
3639
+ ): this;
3640
+ /**
3641
+ * Fires event press to attached
3642
+ * listeners.
3643
+ *
3644
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3645
+ *
3646
+ * @returns Reference to sap.fe.macros.table.Action
3647
+ * to allow method chaining
3648
+ */
3649
+ firePress(
3650
+ /**
3651
+ * The parameters to pass along with the event.
3652
+ * See {@link .........types.EventHandler>} for the set of parameters that
3653
+ * are expected by the event handlers.
3654
+ */
3655
+ mParameters?: {}
3656
+ ): this;
3657
+ }
3010
3658
  /**
3011
3659
  * Definition of a custom ActionGroup to be used inside the table toolbar
3012
3660
  */
@@ -3048,6 +3696,11 @@ declare namespace sap {
3048
3696
  */
3049
3697
  class MassEdit extends sap.fe.macros.controls
3050
3698
  .BuildingBlockObjectProperty {}
3699
+ /**
3700
+ * Configuration of toolbar separators to be used inside the table toolbar
3701
+ */
3702
+ class OverflowGroup extends sap.fe.macros.controls
3703
+ .BuildingBlockObjectProperty {}
3051
3704
  /**
3052
3705
  * Definition of the quickVariantSelection to be used inside the table.
3053
3706
  */
@@ -3146,34 +3799,251 @@ declare namespace sap {
3146
3799
  }
3147
3800
  ): Promise<string>;
3148
3801
  /**
3149
- * Get the count of the row binding of the table.
3150
- *
3151
3802
  *
3152
- * @returns The count of the row binding
3803
+ * @returns Reference to sap.fe.macros.Table to allow
3804
+ * method chaining
3153
3805
  */
3154
- getCount(): number | undefined;
3806
+ attachBeforeRebindTable(
3807
+ /**
3808
+ * An application-specific payload object that will be passed to the event handler along with the event
3809
+ * object when firing the event
3810
+ */
3811
+ oData: object,
3812
+ /**
3813
+ * The function to be called when the event occurs
3814
+ */
3815
+ fnFunction: (p1: Table$BeforeRebindTableEvent) => void,
3816
+ /**
3817
+ * The context object to call the event handler with. Defaults to this `this` control
3818
+ */
3819
+ oListener?: object
3820
+ ): this;
3155
3821
  /**
3156
- * Get the variant management applied to the table.
3157
3822
  *
3158
- *
3159
- * @returns Key of the currently selected variant. In case the model is not yet set, `null` will be returned.
3823
+ * @returns Reference to sap.fe.macros.Table to allow
3824
+ * method chaining
3160
3825
  */
3161
- getCurrentVariantKey(): null | string;
3826
+ attachBeforeRebindTable(
3827
+ /**
3828
+ * The function to be called when the event occurs
3829
+ */
3830
+ fnFunction: (p1: Table$BeforeRebindTableEvent) => void,
3831
+ /**
3832
+ * The context object to call the event handler with. Defaults to this `this` control
3833
+ */
3834
+ oListener?: object
3835
+ ): this;
3162
3836
  /**
3163
- * Get the fields that should be ignored when generating the table.
3164
- *
3165
- * @since 1.124.0
3166
- * @experimental As of version 1.124.0.
3167
3837
  *
3168
- * @returns The value of the ignoredFields property
3838
+ * @returns Reference to sap.fe.macros.Table to allow
3839
+ * method chaining
3169
3840
  */
3170
- getIgnoredFields(): string;
3171
- /**
3172
- * Gets the path to the metadata that should be used to generate the table.
3173
- *
3174
- * @since 1.124.0
3175
- * @experimental As of version 1.124.0.
3176
- *
3841
+ attachRowPress(
3842
+ /**
3843
+ * An application-specific payload object that will be passed to the event handler along with the event
3844
+ * object when firing the event
3845
+ */
3846
+ oData: object,
3847
+ /**
3848
+ * The function to be called when the event occurs
3849
+ */
3850
+ fnFunction: (p1: sap.ui.base.Event) => void,
3851
+ /**
3852
+ * The context object to call the event handler with. Defaults to this `this` control
3853
+ */
3854
+ oListener?: object
3855
+ ): this;
3856
+ /**
3857
+ *
3858
+ * @returns Reference to sap.fe.macros.Table to allow
3859
+ * method chaining
3860
+ */
3861
+ attachRowPress(
3862
+ /**
3863
+ * The function to be called when the event occurs
3864
+ */
3865
+ fnFunction: (p1: sap.ui.base.Event) => void,
3866
+ /**
3867
+ * The context object to call the event handler with. Defaults to this `this` control
3868
+ */
3869
+ oListener?: object
3870
+ ): this;
3871
+ /**
3872
+ *
3873
+ * @returns Reference to sap.fe.macros.Table to allow
3874
+ * method chaining
3875
+ */
3876
+ attachSelectionChange(
3877
+ /**
3878
+ * An application-specific payload object that will be passed to the event handler along with the event
3879
+ * object when firing the event
3880
+ */
3881
+ oData: object,
3882
+ /**
3883
+ * The function to be called when the event occurs
3884
+ */
3885
+ fnFunction: (p1: sap.ui.base.Event) => void,
3886
+ /**
3887
+ * The context object to call the event handler with. Defaults to this `this` control
3888
+ */
3889
+ oListener?: object
3890
+ ): this;
3891
+ /**
3892
+ *
3893
+ * @returns Reference to sap.fe.macros.Table to allow
3894
+ * method chaining
3895
+ */
3896
+ attachSelectionChange(
3897
+ /**
3898
+ * The function to be called when the event occurs
3899
+ */
3900
+ fnFunction: (p1: sap.ui.base.Event) => void,
3901
+ /**
3902
+ * The context object to call the event handler with. Defaults to this `this` control
3903
+ */
3904
+ oListener?: object
3905
+ ): this;
3906
+ /**
3907
+ * Clears the selection.
3908
+ *
3909
+ * @since 1.142.0
3910
+ */
3911
+ clearSelection(): void;
3912
+ /**
3913
+ *
3914
+ * @returns Reference to sap.fe.macros.Table to allow
3915
+ * method chaining
3916
+ */
3917
+ detachBeforeRebindTable(
3918
+ /**
3919
+ * The function to be called when the event occurs
3920
+ */
3921
+ fnFunction: (p1: Table$BeforeRebindTableEvent) => void,
3922
+ /**
3923
+ * The context object to call the event handler with. Defaults to this `this` control
3924
+ */
3925
+ oListener?: object
3926
+ ): this;
3927
+ /**
3928
+ *
3929
+ * @returns Reference to sap.fe.macros.Table to allow
3930
+ * method chaining
3931
+ */
3932
+ detachRowPress(
3933
+ /**
3934
+ * The function to be called when the event occurs
3935
+ */
3936
+ fnFunction: (p1: sap.ui.base.Event) => void,
3937
+ /**
3938
+ * The context object to call the event handler with. Defaults to this `this` control
3939
+ */
3940
+ oListener?: object
3941
+ ): this;
3942
+ /**
3943
+ *
3944
+ * @returns Reference to sap.fe.macros.Table to allow
3945
+ * method chaining
3946
+ */
3947
+ detachSelectionChange(
3948
+ /**
3949
+ * The function to be called when the event occurs
3950
+ */
3951
+ fnFunction: (p1: sap.ui.base.Event) => void,
3952
+ /**
3953
+ * The context object to call the event handler with. Defaults to this `this` control
3954
+ */
3955
+ oListener?: object
3956
+ ): this;
3957
+ /**
3958
+ * Fires event beforeRebindTable
3959
+ * to attached listeners.
3960
+ *
3961
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3962
+ *
3963
+ * @returns Reference to sap.fe.macros.Table to allow
3964
+ * method chaining
3965
+ */
3966
+ fireBeforeRebindTable(
3967
+ /**
3968
+ * The parameters to pass along with the event.
3969
+ * See {@link types.EventHandler> }
3970
+ * for the set of parameters that are expected by the event handlers.
3971
+ */
3972
+ mParameters?: sap.fe.macros.table.Table$BeforeRebindTableEventParameters
3973
+ ): this;
3974
+ /**
3975
+ * Fires event rowPress to attached
3976
+ * listeners.
3977
+ *
3978
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3979
+ *
3980
+ * @returns Reference to sap.fe.macros.Table to allow
3981
+ * method chaining
3982
+ */
3983
+ fireRowPress(
3984
+ /**
3985
+ * The parameters to pass along with the event.
3986
+ * See {@link types.EventHandler> }
3987
+ * for the set of parameters that are expected by the event handlers.
3988
+ */
3989
+ mParameters?: {}
3990
+ ): this;
3991
+ /**
3992
+ * Fires event selectionChange
3993
+ * to attached listeners.
3994
+ *
3995
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3996
+ *
3997
+ * @returns Reference to sap.fe.macros.Table to allow
3998
+ * method chaining
3999
+ */
4000
+ fireSelectionChange(
4001
+ /**
4002
+ * The parameters to pass along with the event.
4003
+ * See {@link types.EventHandler>} for the set of parameters
4004
+ * that are expected by the event handlers.
4005
+ */
4006
+ mParameters?: {}
4007
+ ): this;
4008
+ /**
4009
+ * Returns all contexts that are loaded in the table.
4010
+ * See also the {@link sap.ui.model.odata.v4.ODataListBinding#getAllCurrentContexts } method.
4011
+ *
4012
+ *
4013
+ * @since 1.142.0
4014
+ *
4015
+ * @returns All contexts of the table's list binding, or undefined if the table data is not yet loaded.
4016
+ */
4017
+ getAllCurrentContexts(): sap.ui.model.odata.v4.Context[] | undefined;
4018
+ /**
4019
+ * Get the count of the row binding of the table.
4020
+ *
4021
+ *
4022
+ * @returns The count of the row binding
4023
+ */
4024
+ getCount(): number | undefined;
4025
+ /**
4026
+ * Get the variant management applied to the table.
4027
+ *
4028
+ *
4029
+ * @returns Key of the currently selected variant. In case the model is not yet set, `null` will be returned.
4030
+ */
4031
+ getCurrentVariantKey(): null | string;
4032
+ /**
4033
+ * Get the fields that should be ignored when generating the table.
4034
+ *
4035
+ * @since 1.124.0
4036
+ * @experimental As of version 1.124.0.
4037
+ *
4038
+ * @returns The value of the ignoredFields property
4039
+ */
4040
+ getIgnoredFields(): string;
4041
+ /**
4042
+ * Gets the path to the metadata that should be used to generate the table.
4043
+ *
4044
+ * @since 1.124.0
4045
+ * @experimental As of version 1.124.0.
4046
+ *
3177
4047
  * @returns The path to the metadata
3178
4048
  */
3179
4049
  getMetaPath(): string;
@@ -3432,6 +4302,223 @@ declare namespace sap {
3432
4302
  type?: /* was: sap.ui.core.message.MessageType */ any;
3433
4303
  }
3434
4304
  ): Promise<string>;
4305
+ /**
4306
+ *
4307
+ * @returns Reference to sap.fe.macros.Table to allow
4308
+ * method chaining
4309
+ */
4310
+ attachBeforeRebindTable(
4311
+ /**
4312
+ * An application-specific payload object that will be passed to the event handler along with the event
4313
+ * object when firing the event
4314
+ */
4315
+ oData: object,
4316
+ /**
4317
+ * The function to be called when the event occurs
4318
+ */
4319
+ fnFunction: (p1: TreeTable$BeforeRebindTableEvent) => void,
4320
+ /**
4321
+ * The context object to call the event handler with. Defaults to this `this` control
4322
+ */
4323
+ oListener?: object
4324
+ ): this;
4325
+ /**
4326
+ *
4327
+ * @returns Reference to sap.fe.macros.Table to allow
4328
+ * method chaining
4329
+ */
4330
+ attachBeforeRebindTable(
4331
+ /**
4332
+ * The function to be called when the event occurs
4333
+ */
4334
+ fnFunction: (p1: TreeTable$BeforeRebindTableEvent) => void,
4335
+ /**
4336
+ * The context object to call the event handler with. Defaults to this `this` control
4337
+ */
4338
+ oListener?: object
4339
+ ): this;
4340
+ /**
4341
+ *
4342
+ * @returns Reference to sap.fe.macros.Table to allow
4343
+ * method chaining
4344
+ */
4345
+ attachRowPress(
4346
+ /**
4347
+ * An application-specific payload object that will be passed to the event handler along with the event
4348
+ * object when firing the event
4349
+ */
4350
+ oData: object,
4351
+ /**
4352
+ * The function to be called when the event occurs
4353
+ */
4354
+ fnFunction: (p1: sap.ui.base.Event) => void,
4355
+ /**
4356
+ * The context object to call the event handler with. Defaults to this `this` control
4357
+ */
4358
+ oListener?: object
4359
+ ): this;
4360
+ /**
4361
+ *
4362
+ * @returns Reference to sap.fe.macros.Table to allow
4363
+ * method chaining
4364
+ */
4365
+ attachRowPress(
4366
+ /**
4367
+ * The function to be called when the event occurs
4368
+ */
4369
+ fnFunction: (p1: sap.ui.base.Event) => void,
4370
+ /**
4371
+ * The context object to call the event handler with. Defaults to this `this` control
4372
+ */
4373
+ oListener?: object
4374
+ ): this;
4375
+ /**
4376
+ *
4377
+ * @returns Reference to sap.fe.macros.Table to allow
4378
+ * method chaining
4379
+ */
4380
+ attachSelectionChange(
4381
+ /**
4382
+ * An application-specific payload object that will be passed to the event handler along with the event
4383
+ * object when firing the event
4384
+ */
4385
+ oData: object,
4386
+ /**
4387
+ * The function to be called when the event occurs
4388
+ */
4389
+ fnFunction: (p1: sap.ui.base.Event) => void,
4390
+ /**
4391
+ * The context object to call the event handler with. Defaults to this `this` control
4392
+ */
4393
+ oListener?: object
4394
+ ): this;
4395
+ /**
4396
+ *
4397
+ * @returns Reference to sap.fe.macros.Table to allow
4398
+ * method chaining
4399
+ */
4400
+ attachSelectionChange(
4401
+ /**
4402
+ * The function to be called when the event occurs
4403
+ */
4404
+ fnFunction: (p1: sap.ui.base.Event) => void,
4405
+ /**
4406
+ * The context object to call the event handler with. Defaults to this `this` control
4407
+ */
4408
+ oListener?: object
4409
+ ): this;
4410
+ /**
4411
+ * Clears the selection.
4412
+ *
4413
+ * @since 1.142.0
4414
+ */
4415
+ clearSelection(): void;
4416
+ /**
4417
+ *
4418
+ * @returns Reference to sap.fe.macros.Table to allow
4419
+ * method chaining
4420
+ */
4421
+ detachBeforeRebindTable(
4422
+ /**
4423
+ * The function to be called when the event occurs
4424
+ */
4425
+ fnFunction: (p1: TreeTable$BeforeRebindTableEvent) => void,
4426
+ /**
4427
+ * The context object to call the event handler with. Defaults to this `this` control
4428
+ */
4429
+ oListener?: object
4430
+ ): this;
4431
+ /**
4432
+ *
4433
+ * @returns Reference to sap.fe.macros.Table to allow
4434
+ * method chaining
4435
+ */
4436
+ detachRowPress(
4437
+ /**
4438
+ * The function to be called when the event occurs
4439
+ */
4440
+ fnFunction: (p1: sap.ui.base.Event) => void,
4441
+ /**
4442
+ * The context object to call the event handler with. Defaults to this `this` control
4443
+ */
4444
+ oListener?: object
4445
+ ): this;
4446
+ /**
4447
+ *
4448
+ * @returns Reference to sap.fe.macros.Table to allow
4449
+ * method chaining
4450
+ */
4451
+ detachSelectionChange(
4452
+ /**
4453
+ * The function to be called when the event occurs
4454
+ */
4455
+ fnFunction: (p1: sap.ui.base.Event) => void,
4456
+ /**
4457
+ * The context object to call the event handler with. Defaults to this `this` control
4458
+ */
4459
+ oListener?: object
4460
+ ): this;
4461
+ /**
4462
+ * Fires event beforeRebindTable
4463
+ * to attached listeners.
4464
+ *
4465
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4466
+ *
4467
+ * @returns Reference to sap.fe.macros.Table to allow
4468
+ * method chaining
4469
+ */
4470
+ fireBeforeRebindTable(
4471
+ /**
4472
+ * The parameters to pass along with the event.
4473
+ * See {@link types.EventHandler> }
4474
+ * for the set of parameters that are expected by the event handlers.
4475
+ */
4476
+ mParameters?: sap.fe.macros.table.TreeTable$BeforeRebindTableEventParameters
4477
+ ): this;
4478
+ /**
4479
+ * Fires event rowPress to attached
4480
+ * listeners.
4481
+ *
4482
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4483
+ *
4484
+ * @returns Reference to sap.fe.macros.Table to allow
4485
+ * method chaining
4486
+ */
4487
+ fireRowPress(
4488
+ /**
4489
+ * The parameters to pass along with the event.
4490
+ * See {@link types.EventHandler> }
4491
+ * for the set of parameters that are expected by the event handlers.
4492
+ */
4493
+ mParameters?: {}
4494
+ ): this;
4495
+ /**
4496
+ * Fires event selectionChange
4497
+ * to attached listeners.
4498
+ *
4499
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4500
+ *
4501
+ * @returns Reference to sap.fe.macros.Table to allow
4502
+ * method chaining
4503
+ */
4504
+ fireSelectionChange(
4505
+ /**
4506
+ * The parameters to pass along with the event.
4507
+ * See {@link types.EventHandler>} for the set of parameters
4508
+ * that are expected by the event handlers.
4509
+ */
4510
+ mParameters?: {}
4511
+ ): this;
4512
+ /**
4513
+ * Returns all contexts that are loaded in the table.
4514
+ * See also the {@link sap.ui.model.odata.v4.ODataListBinding#getAllCurrentContexts } method.
4515
+ *
4516
+ *
4517
+ * @since 1.142.0
4518
+ *
4519
+ * @returns All contexts of the table's list binding, or undefined if the table data is not yet loaded.
4520
+ */
4521
+ getAllCurrentContexts(): sap.ui.model.odata.v4.Context[] | undefined;
3435
4522
  /**
3436
4523
  * Get the count of the row binding of the table.
3437
4524
  *
@@ -3759,6 +4846,15 @@ declare namespace sap {
3759
4846
  | string
3760
4847
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
3761
4848
 
4849
+ /**
4850
+ * Aggregate overflowGroups of the chart.
4851
+ */
4852
+ actionOverflowGroups?:
4853
+ | sap.fe.macros.chart.OverflowGroup[]
4854
+ | sap.fe.macros.chart.OverflowGroup
4855
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
4856
+ | `{${string}}`;
4857
+
3762
4858
  /**
3763
4859
  * Aggregate actions of the chart.
3764
4860
  */
@@ -3768,6 +4864,12 @@ declare namespace sap {
3768
4864
  | sap.fe.macros.chart.Action
3769
4865
  | sap.ui.base.ManagedObject.AggregationBindingInfo
3770
4866
  | `{${string}}`;
4867
+
4868
+ /**
4869
+ * An event triggered when chart selections are changed. The event contains information about the data selected/deselected
4870
+ * and the Boolean flag that indicates whether data is selected or deselected.
4871
+ */
4872
+ selectionChange?: (oEvent: Chart$SelectionChangeEvent) => void;
3771
4873
  }
3772
4874
 
3773
4875
  /**
@@ -3802,6 +4904,31 @@ declare namespace sap {
3802
4904
  | boolean
3803
4905
  | sap.ui.base.ManagedObject.PropertyBindingInfo
3804
4906
  | `{${string}}`;
4907
+
4908
+ /**
4909
+ * Event fired when the user clicks on the avatar.
4910
+ * Parameters:
4911
+ * - lockingUserID: The ID of the user locking the property
4912
+ * - lockingUserName: The name of the user locking the property
4913
+ * - lockingUserInitials: The initials of the user locking the property
4914
+ * - lockingUserColor: The color associated to the user locking the property
4915
+ */
4916
+ avatarPress?: (
4917
+ oEvent: CollaborativeDraftHandler$AvatarPressEvent
4918
+ ) => void;
4919
+
4920
+ /**
4921
+ * Event fired when the lock status changes.
4922
+ * Parameters:
4923
+ * - isLocked : True if the property is locked, false otherwise
4924
+ * - lockingUserID: The ID of the user locking the property (undefined if not locked)
4925
+ * - lockingUserName: The name of the user locking the property (undefined if not locked)
4926
+ * - lockingUserInitials: The initials of the user locking the property (undefined if not locked)
4927
+ * - lockingUserColor: The color associated to the user locking the property (undefined if not locked)
4928
+ */
4929
+ lockChange?: (
4930
+ oEvent: CollaborativeDraftHandler$LockChangeEvent
4931
+ ) => void;
3805
4932
  }
3806
4933
 
3807
4934
  /**
@@ -3842,6 +4969,12 @@ declare namespace sap {
3842
4969
  | any
3843
4970
  | sap.ui.base.ManagedObject.PropertyBindingInfo
3844
4971
  | `{${string}}`;
4972
+
4973
+ /**
4974
+ * Event fired when the value of the property is changed.
4975
+ * This is used internally by the `ConditionalTemplate` control to react to changes in the property value.
4976
+ */
4977
+ valueChanged?: (oEvent: sap.ui.base.Event) => void;
3845
4978
  }
3846
4979
 
3847
4980
  /**
@@ -3897,6 +5030,16 @@ declare namespace sap {
3897
5030
  * A set of options that can be configured.
3898
5031
  */
3899
5032
  formatOptions?: sap.fe.macros.field.FieldFormatOptions;
5033
+
5034
+ /**
5035
+ * An event containing details is triggered when the value of the field is changed.
5036
+ */
5037
+ change?: (oEvent: Field$ChangeEvent) => void;
5038
+
5039
+ /**
5040
+ * An event containing details is triggered when the value of the field is live changed.
5041
+ */
5042
+ liveChange?: (oEvent: sap.ui.base.Event) => void;
3900
5043
  }
3901
5044
 
3902
5045
  /**
@@ -3951,6 +5094,11 @@ declare namespace sap {
3951
5094
  | any
3952
5095
  | sap.ui.base.ManagedObject.PropertyBindingInfo
3953
5096
  | `{${string}}`;
5097
+
5098
+ /**
5099
+ * An event is triggered when the KPI is pressed.
5100
+ */
5101
+ press?: (oEvent: sap.ui.base.Event) => void;
3954
5102
  }
3955
5103
 
3956
5104
  /**
@@ -3974,7 +5122,12 @@ declare namespace sap {
3974
5122
  * Describes the settings that can be provided to the MessageButton constructor.
3975
5123
  */
3976
5124
  interface $MessageButtonSettings
3977
- extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {}
5125
+ extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
5126
+ /**
5127
+ * The event is triggered when the message button's visibility changes.
5128
+ */
5129
+ visibilityChange?: (oEvent: sap.ui.base.Event) => void;
5130
+ }
3978
5131
 
3979
5132
  /**
3980
5133
  * Describes the settings that can be provided to the MicroChart constructor.
@@ -4183,6 +5336,11 @@ declare namespace sap {
4183
5336
  */
4184
5337
  interface $StatusSettings
4185
5338
  extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
5339
+ /**
5340
+ * Color palette to be used by the control. The supported values are "Standard" (default) and "Pastel".
5341
+ */
5342
+ colorPalette?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5343
+
4186
5344
  /**
4187
5345
  * Context path for the binding context.
4188
5346
  */
@@ -4225,7 +5383,12 @@ declare namespace sap {
4225
5383
  reactiveAreaMode?:
4226
5384
  | string
4227
5385
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
4228
- }
5386
+
5387
+ /**
5388
+ * Press event fired when the ObjectStatus is clicked.
5389
+ */
5390
+ press?: (oEvent: sap.ui.base.Event) => void;
5391
+ }
4229
5392
 
4230
5393
  /**
4231
5394
  * Describes the settings that can be provided to the VariantManagement constructor.
@@ -4323,6 +5486,23 @@ declare namespace sap {
4323
5486
  | sap.fe.macros.filterBar.FilterField
4324
5487
  | sap.ui.base.ManagedObject.AggregationBindingInfo
4325
5488
  | `{${string}}`;
5489
+
5490
+ /**
5491
+ * This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button
5492
+ * is enabled.
5493
+ */
5494
+ afterClear?: (oEvent: sap.ui.base.Event) => void;
5495
+
5496
+ /**
5497
+ * This event is fired after either a filter value or the visibility of a filter item has been changed.
5498
+ * The event contains conditions that will be used as filters.
5499
+ */
5500
+ filterChanged?: (oEvent: sap.ui.base.Event) => void;
5501
+
5502
+ /**
5503
+ * This event is fired when the 'Go' button is pressed or after a condition change.
5504
+ */
5505
+ search?: (oEvent: sap.ui.base.Event) => void;
4326
5506
  }
4327
5507
 
4328
5508
  /**
@@ -4338,6 +5518,16 @@ declare namespace sap {
4338
5518
  | sap.ui.base.ManagedObject.PropertyBindingInfo
4339
5519
  | `{${string}}`;
4340
5520
 
5521
+ /**
5522
+ * Defines the layout to be used within the form.
5523
+ * It defaults to the ColumnLayout, but you can also use a ResponsiveGridLayout.
5524
+ * All the properties of the ResponsiveGridLayout can be added to the configuration.
5525
+ */
5526
+ layout?:
5527
+ | object
5528
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
5529
+ | `{${string}}`;
5530
+
4341
5531
  /**
4342
5532
  * Defines the relative path of the property in the metamodel, based on the current contextPath.
4343
5533
  */
@@ -4675,6 +5865,15 @@ declare namespace sap {
4675
5865
  | sap.ui.base.ManagedObject.PropertyBindingInfo
4676
5866
  | `{${string}}`;
4677
5867
 
5868
+ /**
5869
+ * Aggregate overflowGroups of the table.
5870
+ */
5871
+ actionOverflowGroups?:
5872
+ | sap.fe.macros.table.OverflowGroup[]
5873
+ | sap.fe.macros.table.OverflowGroup
5874
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
5875
+ | `{${string}}`;
5876
+
4678
5877
  /**
4679
5878
  * Aggregate actions of the table.
4680
5879
  */
@@ -4720,6 +5919,29 @@ declare namespace sap {
4720
5919
  * Aggregate quickVariantSelection of the table.
4721
5920
  */
4722
5921
  quickVariantSelection?: sap.fe.macros.table.QuickVariantSelection;
5922
+
5923
+ /**
5924
+ * Before a table rebind, an event is triggered that contains information about the binding.
5925
+ * The event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.
5926
+ * It can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter
5927
+ * key (if any) being processed for the table.
5928
+ * This allows you to manipulate the table's list binding.
5929
+ * You can use this event to attach event handlers to the table's list binding.
5930
+ * You can use this event to add selects, and add or read the sorters and filters.
5931
+ */
5932
+ beforeRebindTable?: (oEvent: Table$BeforeRebindTableEvent) => void;
5933
+
5934
+ /**
5935
+ * An event is triggered when the user chooses a row. The event contains information about which row is
5936
+ * chosen.
5937
+ * You can set this to handle the navigation manually.
5938
+ */
5939
+ rowPress?: (oEvent: sap.ui.base.Event) => void;
5940
+
5941
+ /**
5942
+ * An event triggered when the selection in the table changes.
5943
+ */
5944
+ selectionChange?: (oEvent: sap.ui.base.Event) => void;
4723
5945
  }
4724
5946
 
4725
5947
  /**
@@ -5077,6 +6299,15 @@ declare namespace sap {
5077
6299
  | sap.ui.base.ManagedObject.PropertyBindingInfo
5078
6300
  | `{${string}}`;
5079
6301
 
6302
+ /**
6303
+ * Aggregate overflowGroups of the table.
6304
+ */
6305
+ actionOverflowGroups?:
6306
+ | sap.fe.macros.table.OverflowGroup[]
6307
+ | sap.fe.macros.table.OverflowGroup
6308
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
6309
+ | `{${string}}`;
6310
+
5080
6311
  /**
5081
6312
  * Aggregate actions of the table.
5082
6313
  */
@@ -5127,12 +6358,39 @@ declare namespace sap {
5127
6358
  /**
5128
6359
  * Parameters of the Chart#selectionChange event.
5129
6360
  */
5130
- interface Chart$SelectionChangeEventParameters {}
6361
+ interface Chart$SelectionChangeEventParameters {
6362
+ data?: any[];
6363
+
6364
+ selected?: boolean;
6365
+ }
6366
+
6367
+ /**
6368
+ * Parameters of the CollaborativeDraftHandler#avatarPress event.
6369
+ */
6370
+ interface CollaborativeDraftHandler$AvatarPressEventParameters {
6371
+ lockingUserID?: string;
6372
+
6373
+ lockingUserName?: string;
6374
+
6375
+ lockingUserInitials?: string;
6376
+
6377
+ lockingUserColor?: string;
6378
+ }
5131
6379
 
5132
6380
  /**
5133
6381
  * Parameters of the CollaborativeDraftHandler#lockChange event.
5134
6382
  */
5135
- interface CollaborativeDraftHandler$LockChangeEventParameters {}
6383
+ interface CollaborativeDraftHandler$LockChangeEventParameters {
6384
+ isLocked?: boolean;
6385
+
6386
+ lockingUserID?: string;
6387
+
6388
+ lockingUserName?: string;
6389
+
6390
+ lockingUserInitials?: string;
6391
+
6392
+ lockingUserColor?: string;
6393
+ }
5136
6394
 
5137
6395
  /**
5138
6396
  * Parameters of the ConditionalSwitchProperty#valueChanged event.
@@ -5142,7 +6400,11 @@ declare namespace sap {
5142
6400
  /**
5143
6401
  * Parameters of the Field#change event.
5144
6402
  */
5145
- interface Field$ChangeEventParameters {}
6403
+ interface Field$ChangeEventParameters {
6404
+ value?: boolean | number | string | undefined;
6405
+
6406
+ isValid?: boolean;
6407
+ }
5146
6408
 
5147
6409
  /**
5148
6410
  * Parameters of the Field#liveChange event.
@@ -5182,7 +6444,11 @@ declare namespace sap {
5182
6444
  /**
5183
6445
  * Parameters of the Table#beforeRebindTable event.
5184
6446
  */
5185
- interface Table$BeforeRebindTableEventParameters {}
6447
+ interface Table$BeforeRebindTableEventParameters {
6448
+ collectionBindingInfo?: sap.fe.macros.CollectionBindingInfo;
6449
+
6450
+ quickFilterKey?: string;
6451
+ }
5186
6452
 
5187
6453
  /**
5188
6454
  * Parameters of the Table#rowPress event.
@@ -5197,7 +6463,11 @@ declare namespace sap {
5197
6463
  /**
5198
6464
  * Parameters of the TreeTable#beforeRebindTable event.
5199
6465
  */
5200
- interface TreeTable$BeforeRebindTableEventParameters {}
6466
+ interface TreeTable$BeforeRebindTableEventParameters {
6467
+ collectionBindingInfo?: sap.fe.macros.CollectionBindingInfo;
6468
+
6469
+ quickFilterKey?: string;
6470
+ }
5201
6471
 
5202
6472
  /**
5203
6473
  * Parameters of the TreeTable#rowPress event.
@@ -5230,6 +6500,73 @@ declare namespace sap {
5230
6500
  {
5231
6501
  __implements__sap_fe_core_controllerextensions_viewState_IViewStateContributor: boolean;
5232
6502
 
6503
+ /**
6504
+ *
6505
+ * @returns Reference to sap.fe.macros.Chart to allow
6506
+ * method chaining
6507
+ */
6508
+ attachSelectionChange(
6509
+ /**
6510
+ * An application-specific payload object that will be passed to the event handler along with the event
6511
+ * object when firing the event
6512
+ */
6513
+ oData: object,
6514
+ /**
6515
+ * The function to be called when the event occurs
6516
+ */
6517
+ fnFunction: (p1: Chart$SelectionChangeEvent) => void,
6518
+ /**
6519
+ * The context object to call the event handler with. Defaults to this `this` control
6520
+ */
6521
+ oListener?: object
6522
+ ): this;
6523
+ /**
6524
+ *
6525
+ * @returns Reference to sap.fe.macros.Chart to allow
6526
+ * method chaining
6527
+ */
6528
+ attachSelectionChange(
6529
+ /**
6530
+ * The function to be called when the event occurs
6531
+ */
6532
+ fnFunction: (p1: Chart$SelectionChangeEvent) => void,
6533
+ /**
6534
+ * The context object to call the event handler with. Defaults to this `this` control
6535
+ */
6536
+ oListener?: object
6537
+ ): this;
6538
+ /**
6539
+ *
6540
+ * @returns Reference to sap.fe.macros.Chart to allow
6541
+ * method chaining
6542
+ */
6543
+ detachSelectionChange(
6544
+ /**
6545
+ * The function to be called when the event occurs
6546
+ */
6547
+ fnFunction: (p1: Chart$SelectionChangeEvent) => void,
6548
+ /**
6549
+ * The context object to call the event handler with. Defaults to this `this` control
6550
+ */
6551
+ oListener?: object
6552
+ ): this;
6553
+ /**
6554
+ * Fires event selectionChange
6555
+ * to attached listeners.
6556
+ *
6557
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6558
+ *
6559
+ * @returns Reference to sap.fe.macros.Chart to allow
6560
+ * method chaining
6561
+ */
6562
+ fireSelectionChange(
6563
+ /**
6564
+ * The parameters to pass along with the event.
6565
+ * See {@link types.EventHandler>} for the
6566
+ * set of parameters that are expected by the event handlers.
6567
+ */
6568
+ mParameters?: sap.fe.macros.Chart$SelectionChangeEventParameters
6569
+ ): this;
5233
6570
  /**
5234
6571
  * Gets current value of property contextPath.
5235
6572
  *
@@ -5420,7 +6757,142 @@ declare namespace sap {
5420
6757
  * @experimental As of version 1.141.0.
5421
6758
  */
5422
6759
  class CollaborativeDraftHandler extends sap.fe.core.buildingBlocks
5423
- .BuildingBlock {}
6760
+ .BuildingBlock {
6761
+ /**
6762
+ *
6763
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6764
+ * to allow method chaining
6765
+ */
6766
+ attachAvatarPress(
6767
+ /**
6768
+ * An application-specific payload object that will be passed to the event handler along with the event
6769
+ * object when firing the event
6770
+ */
6771
+ oData: object,
6772
+ /**
6773
+ * The function to be called when the event occurs
6774
+ */
6775
+ fnFunction: (p1: CollaborativeDraftHandler$AvatarPressEvent) => void,
6776
+ /**
6777
+ * The context object to call the event handler with. Defaults to this `this` control
6778
+ */
6779
+ oListener?: object
6780
+ ): this;
6781
+ /**
6782
+ *
6783
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6784
+ * to allow method chaining
6785
+ */
6786
+ attachAvatarPress(
6787
+ /**
6788
+ * The function to be called when the event occurs
6789
+ */
6790
+ fnFunction: (p1: CollaborativeDraftHandler$AvatarPressEvent) => void,
6791
+ /**
6792
+ * The context object to call the event handler with. Defaults to this `this` control
6793
+ */
6794
+ oListener?: object
6795
+ ): this;
6796
+ /**
6797
+ *
6798
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6799
+ * to allow method chaining
6800
+ */
6801
+ attachLockChange(
6802
+ /**
6803
+ * An application-specific payload object that will be passed to the event handler along with the event
6804
+ * object when firing the event
6805
+ */
6806
+ oData: object,
6807
+ /**
6808
+ * The function to be called when the event occurs
6809
+ */
6810
+ fnFunction: (p1: CollaborativeDraftHandler$LockChangeEvent) => void,
6811
+ /**
6812
+ * The context object to call the event handler with. Defaults to this `this` control
6813
+ */
6814
+ oListener?: object
6815
+ ): this;
6816
+ /**
6817
+ *
6818
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6819
+ * to allow method chaining
6820
+ */
6821
+ attachLockChange(
6822
+ /**
6823
+ * The function to be called when the event occurs
6824
+ */
6825
+ fnFunction: (p1: CollaborativeDraftHandler$LockChangeEvent) => void,
6826
+ /**
6827
+ * The context object to call the event handler with. Defaults to this `this` control
6828
+ */
6829
+ oListener?: object
6830
+ ): this;
6831
+ /**
6832
+ *
6833
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6834
+ * to allow method chaining
6835
+ */
6836
+ detachAvatarPress(
6837
+ /**
6838
+ * The function to be called when the event occurs
6839
+ */
6840
+ fnFunction: (p1: CollaborativeDraftHandler$AvatarPressEvent) => void,
6841
+ /**
6842
+ * The context object to call the event handler with. Defaults to this `this` control
6843
+ */
6844
+ oListener?: object
6845
+ ): this;
6846
+ /**
6847
+ *
6848
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6849
+ * to allow method chaining
6850
+ */
6851
+ detachLockChange(
6852
+ /**
6853
+ * The function to be called when the event occurs
6854
+ */
6855
+ fnFunction: (p1: CollaborativeDraftHandler$LockChangeEvent) => void,
6856
+ /**
6857
+ * The context object to call the event handler with. Defaults to this `this` control
6858
+ */
6859
+ oListener?: object
6860
+ ): this;
6861
+ /**
6862
+ * Fires event avatarPress
6863
+ * to attached listeners.
6864
+ *
6865
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6866
+ *
6867
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6868
+ * to allow method chaining
6869
+ */
6870
+ fireAvatarPress(
6871
+ /**
6872
+ * The parameters to pass along with the event.
6873
+ * See {@link types.EventHandler> }
6874
+ * for the set of parameters that are expected by the event handlers.
6875
+ */
6876
+ mParameters?: sap.fe.macros.CollaborativeDraftHandler$AvatarPressEventParameters
6877
+ ): this;
6878
+ /**
6879
+ * Fires event lockChange
6880
+ * to attached listeners.
6881
+ *
6882
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6883
+ *
6884
+ * @returns Reference to sap.fe.macros.CollaborativeDraftHandler
6885
+ * to allow method chaining
6886
+ */
6887
+ fireLockChange(
6888
+ /**
6889
+ * The parameters to pass along with the event.
6890
+ * See {@link types.EventHandler> }
6891
+ * for the set of parameters that are expected by the event handlers.
6892
+ */
6893
+ mParameters?: sap.fe.macros.CollaborativeDraftHandler$LockChangeEventParameters
6894
+ ): this;
6895
+ }
5424
6896
  /**
5425
6897
  * API to add parameters to the collection binding info.
5426
6898
  */
@@ -5474,12 +6946,12 @@ declare namespace sap {
5474
6946
  data?: object
5475
6947
  ): void;
5476
6948
  /**
5477
- * Retrieve the 'serialized' binding info, useful if you want to create your own binding
6949
+ * Retrieve the 'serialized' binding info which is useful if you want to create your own binding
5478
6950
  *
5479
6951
  *
5480
6952
  * @returns The {@link sap.fe.macros.CollectionBindingInfo "CollectionBindingInfo"}
5481
6953
  */
5482
- getBindingInfo(): /* was: sap.fe.macros.CollectionBindingInfo.CollectionBindingInfo */ any;
6954
+ getBindingInfo(): sap.fe.macros.CollectionBindingInfo.SerializedCollectionBindingInfo;
5483
6955
  /**
5484
6956
  * Returns the current filters applied to the Table.
5485
6957
  *
@@ -5516,7 +6988,75 @@ declare namespace sap {
5516
6988
  * @since 1.141.0
5517
6989
  * @experimental As of version 1.141.0.
5518
6990
  */
5519
- class ConditionalSwitchProperty extends sap.ui.core.Element {}
6991
+ class ConditionalSwitchProperty extends sap.ui.core.Element {
6992
+ /**
6993
+ *
6994
+ * @returns Reference to sap.fe.macros.ConditionalSwitchProperty
6995
+ * to allow method chaining
6996
+ */
6997
+ attachValueChanged(
6998
+ /**
6999
+ * An application-specific payload object that will be passed to the event handler along with the event
7000
+ * object when firing the event
7001
+ */
7002
+ oData: object,
7003
+ /**
7004
+ * The function to be called when the event occurs
7005
+ */
7006
+ fnFunction: (p1: sap.ui.base.Event) => void,
7007
+ /**
7008
+ * The context object to call the event handler with. Defaults to this `this` control
7009
+ */
7010
+ oListener?: object
7011
+ ): this;
7012
+ /**
7013
+ *
7014
+ * @returns Reference to sap.fe.macros.ConditionalSwitchProperty
7015
+ * to allow method chaining
7016
+ */
7017
+ attachValueChanged(
7018
+ /**
7019
+ * The function to be called when the event occurs
7020
+ */
7021
+ fnFunction: (p1: sap.ui.base.Event) => void,
7022
+ /**
7023
+ * The context object to call the event handler with. Defaults to this `this` control
7024
+ */
7025
+ oListener?: object
7026
+ ): this;
7027
+ /**
7028
+ *
7029
+ * @returns Reference to sap.fe.macros.ConditionalSwitchProperty
7030
+ * to allow method chaining
7031
+ */
7032
+ detachValueChanged(
7033
+ /**
7034
+ * The function to be called when the event occurs
7035
+ */
7036
+ fnFunction: (p1: sap.ui.base.Event) => void,
7037
+ /**
7038
+ * The context object to call the event handler with. Defaults to this `this` control
7039
+ */
7040
+ oListener?: object
7041
+ ): this;
7042
+ /**
7043
+ * Fires event valueChanged
7044
+ * to attached listeners.
7045
+ *
7046
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7047
+ *
7048
+ * @returns Reference to sap.fe.macros.ConditionalSwitchProperty
7049
+ * to allow method chaining
7050
+ */
7051
+ fireValueChanged(
7052
+ /**
7053
+ * The parameters to pass along with the event.
7054
+ * See {@link types.EventHandler>} for
7055
+ * the set of parameters that are expected by the event handlers.
7056
+ */
7057
+ mParameters?: {}
7058
+ ): this;
7059
+ }
5520
7060
  /**
5521
7061
  * Building block for creating a field based on the metadata provided by OData V4.
5522
7062
  *
@@ -5565,47 +7105,247 @@ declare namespace sap {
5565
7105
  }
5566
7106
  ): string;
5567
7107
  /**
5568
- * Gets the current enablement state of the field.
5569
7108
  *
7109
+ * @returns Reference to sap.fe.macros.Field to allow
7110
+ * method chaining
7111
+ */
7112
+ attachChange(
7113
+ /**
7114
+ * An application-specific payload object that will be passed to the event handler along with the event
7115
+ * object when firing the event
7116
+ */
7117
+ oData: object,
7118
+ /**
7119
+ * The function to be called when the event occurs
7120
+ */
7121
+ fnFunction: (p1: Field$ChangeEvent) => void,
7122
+ /**
7123
+ * The context object to call the event handler with. Defaults to this `this` control
7124
+ */
7125
+ oListener?: object
7126
+ ): this;
7127
+ /**
5570
7128
  *
5571
- * @returns Boolean value with the enablement state
7129
+ * @returns Reference to sap.fe.macros.Field to allow
7130
+ * method chaining
5572
7131
  */
5573
- getEnabled(): boolean;
7132
+ attachChange(
7133
+ /**
7134
+ * The function to be called when the event occurs
7135
+ */
7136
+ fnFunction: (p1: Field$ChangeEvent) => void,
7137
+ /**
7138
+ * The context object to call the event handler with. Defaults to this `this` control
7139
+ */
7140
+ oListener?: object
7141
+ ): this;
5574
7142
  /**
5575
- * Retrieves the current value of the field.
5576
7143
  *
7144
+ * @returns Reference to sap.fe.macros.Field to allow
7145
+ * method chaining
7146
+ */
7147
+ attachLiveChange(
7148
+ /**
7149
+ * An application-specific payload object that will be passed to the event handler along with the event
7150
+ * object when firing the event
7151
+ */
7152
+ oData: object,
7153
+ /**
7154
+ * The function to be called when the event occurs
7155
+ */
7156
+ fnFunction: (p1: sap.ui.base.Event) => void,
7157
+ /**
7158
+ * The context object to call the event handler with. Defaults to this `this` control
7159
+ */
7160
+ oListener?: object
7161
+ ): this;
7162
+ /**
5577
7163
  *
5578
- * @returns The current value of the field
7164
+ * @returns Reference to sap.fe.macros.Field to allow
7165
+ * method chaining
5579
7166
  */
5580
- getValue(): boolean | float | string | undefined;
7167
+ attachLiveChange(
7168
+ /**
7169
+ * The function to be called when the event occurs
7170
+ */
7171
+ fnFunction: (p1: sap.ui.base.Event) => void,
7172
+ /**
7173
+ * The context object to call the event handler with. Defaults to this `this` control
7174
+ */
7175
+ oListener?: object
7176
+ ): this;
5581
7177
  /**
5582
- * Removes a message from the field.
7178
+ *
7179
+ * @returns Reference to sap.fe.macros.Field to allow
7180
+ * method chaining
5583
7181
  */
5584
- removeMessage(
7182
+ detachChange(
5585
7183
  /**
5586
- * The id of the message
7184
+ * The function to be called when the event occurs
5587
7185
  */
5588
- id: string
5589
- ): void;
7186
+ fnFunction: (p1: Field$ChangeEvent) => void,
7187
+ /**
7188
+ * The context object to call the event handler with. Defaults to this `this` control
7189
+ */
7190
+ oListener?: object
7191
+ ): this;
5590
7192
  /**
5591
- * Sets the current enablement state of the field.
5592
7193
  *
7194
+ * @returns Reference to sap.fe.macros.Field to allow
7195
+ * method chaining
7196
+ */
7197
+ detachLiveChange(
7198
+ /**
7199
+ * The function to be called when the event occurs
7200
+ */
7201
+ fnFunction: (p1: sap.ui.base.Event) => void,
7202
+ /**
7203
+ * The context object to call the event handler with. Defaults to this `this` control
7204
+ */
7205
+ oListener?: object
7206
+ ): this;
7207
+ /**
7208
+ * Fires event change to attached listeners.
7209
+ *
7210
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5593
7211
  *
5594
- * @returns The current field reference
7212
+ * @returns Reference to sap.fe.macros.Field to allow
7213
+ * method chaining
5595
7214
  */
5596
- setEnabled(): sap.ui.core.Control;
7215
+ fireChange(
7216
+ /**
7217
+ * The parameters to pass along with the event.
7218
+ * See {@link types.EventHandler> }
7219
+ * for the set of parameters that are expected by the event handlers.
7220
+ */
7221
+ mParameters?: sap.fe.macros.Field$ChangeEventParameters
7222
+ ): this;
5597
7223
  /**
5598
- * Sets the current value of the field.
7224
+ * Fires event liveChange to attached
7225
+ * listeners.
5599
7226
  *
7227
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5600
7228
  *
5601
- * @returns The current field reference
7229
+ * @returns Reference to sap.fe.macros.Field to allow
7230
+ * method chaining
5602
7231
  */
5603
- setValue(): sap.ui.core.Control;
5604
- }
5605
- /**
5606
- * Building block used to create a KPI tag.
5607
- */
5608
- class KPITag extends sap.fe.core.buildingBlocks.BuildingBlock {}
7232
+ fireLiveChange(
7233
+ /**
7234
+ * The parameters to pass along with the event.
7235
+ * See {@link types.EventHandler>} for the set of parameters
7236
+ * that are expected by the event handlers.
7237
+ */
7238
+ mParameters?: {}
7239
+ ): this;
7240
+ /**
7241
+ * Gets the current enablement state of the field.
7242
+ *
7243
+ *
7244
+ * @returns Boolean value with the enablement state
7245
+ */
7246
+ getEnabled(): boolean;
7247
+ /**
7248
+ * Retrieves the current value of the field.
7249
+ *
7250
+ *
7251
+ * @returns The current value of the field
7252
+ */
7253
+ getValue(): boolean | float | string | undefined;
7254
+ /**
7255
+ * Removes a message from the field.
7256
+ */
7257
+ removeMessage(
7258
+ /**
7259
+ * The id of the message
7260
+ */
7261
+ id: string
7262
+ ): void;
7263
+ /**
7264
+ * Sets the current enablement state of the field.
7265
+ *
7266
+ *
7267
+ * @returns The current field reference
7268
+ */
7269
+ setEnabled(): sap.ui.core.Control;
7270
+ /**
7271
+ * Sets the current value of the field.
7272
+ *
7273
+ *
7274
+ * @returns The current field reference
7275
+ */
7276
+ setValue(): sap.ui.core.Control;
7277
+ }
7278
+ /**
7279
+ * Building block used to create a KPI tag.
7280
+ */
7281
+ class KPITag extends sap.fe.core.buildingBlocks.BuildingBlock {
7282
+ /**
7283
+ *
7284
+ * @returns Reference to sap.fe.macros.KPITag to
7285
+ * allow method chaining
7286
+ */
7287
+ attachPress(
7288
+ /**
7289
+ * An application-specific payload object that will be passed to the event handler along with the event
7290
+ * object when firing the event
7291
+ */
7292
+ oData: object,
7293
+ /**
7294
+ * The function to be called when the event occurs
7295
+ */
7296
+ fnFunction: (p1: sap.ui.base.Event) => void,
7297
+ /**
7298
+ * The context object to call the event handler with. Defaults to this `this` control
7299
+ */
7300
+ oListener?: object
7301
+ ): this;
7302
+ /**
7303
+ *
7304
+ * @returns Reference to sap.fe.macros.KPITag to
7305
+ * allow method chaining
7306
+ */
7307
+ attachPress(
7308
+ /**
7309
+ * The function to be called when the event occurs
7310
+ */
7311
+ fnFunction: (p1: sap.ui.base.Event) => void,
7312
+ /**
7313
+ * The context object to call the event handler with. Defaults to this `this` control
7314
+ */
7315
+ oListener?: object
7316
+ ): this;
7317
+ /**
7318
+ *
7319
+ * @returns Reference to sap.fe.macros.KPITag to
7320
+ * allow method chaining
7321
+ */
7322
+ detachPress(
7323
+ /**
7324
+ * The function to be called when the event occurs
7325
+ */
7326
+ fnFunction: (p1: sap.ui.base.Event) => void,
7327
+ /**
7328
+ * The context object to call the event handler with. Defaults to this `this` control
7329
+ */
7330
+ oListener?: object
7331
+ ): this;
7332
+ /**
7333
+ * Fires event press to attached listeners.
7334
+ *
7335
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7336
+ *
7337
+ * @returns Reference to sap.fe.macros.KPITag to
7338
+ * allow method chaining
7339
+ */
7340
+ firePress(
7341
+ /**
7342
+ * The parameters to pass along with the event.
7343
+ * See {@link .........types.EventHandler>} for the set of parameters that
7344
+ * are expected by the event handlers.
7345
+ */
7346
+ mParameters?: {}
7347
+ ): this;
7348
+ }
5609
7349
  /**
5610
7350
  * Base API control for building blocks.
5611
7351
  */
@@ -5625,7 +7365,75 @@ declare namespace sap {
5625
7365
  * <macros:MessageButton visibilityChange=".handler.onMessageButtonVisibilityChange" />
5626
7366
  * ```
5627
7367
  */
5628
- class MessageButton extends sap.fe.core.buildingBlocks.BuildingBlock {}
7368
+ class MessageButton extends sap.fe.core.buildingBlocks.BuildingBlock {
7369
+ /**
7370
+ *
7371
+ * @returns Reference to sap.fe.macros.MessageButton
7372
+ * to allow method chaining
7373
+ */
7374
+ attachVisibilityChange(
7375
+ /**
7376
+ * An application-specific payload object that will be passed to the event handler along with the event
7377
+ * object when firing the event
7378
+ */
7379
+ oData: object,
7380
+ /**
7381
+ * The function to be called when the event occurs
7382
+ */
7383
+ fnFunction: (p1: sap.ui.base.Event) => void,
7384
+ /**
7385
+ * The context object to call the event handler with. Defaults to this `this` control
7386
+ */
7387
+ oListener?: object
7388
+ ): this;
7389
+ /**
7390
+ *
7391
+ * @returns Reference to sap.fe.macros.MessageButton
7392
+ * to allow method chaining
7393
+ */
7394
+ attachVisibilityChange(
7395
+ /**
7396
+ * The function to be called when the event occurs
7397
+ */
7398
+ fnFunction: (p1: sap.ui.base.Event) => void,
7399
+ /**
7400
+ * The context object to call the event handler with. Defaults to this `this` control
7401
+ */
7402
+ oListener?: object
7403
+ ): this;
7404
+ /**
7405
+ *
7406
+ * @returns Reference to sap.fe.macros.MessageButton
7407
+ * to allow method chaining
7408
+ */
7409
+ detachVisibilityChange(
7410
+ /**
7411
+ * The function to be called when the event occurs
7412
+ */
7413
+ fnFunction: (p1: sap.ui.base.Event) => void,
7414
+ /**
7415
+ * The context object to call the event handler with. Defaults to this `this` control
7416
+ */
7417
+ oListener?: object
7418
+ ): this;
7419
+ /**
7420
+ * Fires event visibilityChange
7421
+ * to attached listeners.
7422
+ *
7423
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7424
+ *
7425
+ * @returns Reference to sap.fe.macros.MessageButton
7426
+ * to allow method chaining
7427
+ */
7428
+ fireVisibilityChange(
7429
+ /**
7430
+ * The parameters to pass along with the event.
7431
+ * See {@link .........types.EventHandler>} for the
7432
+ * set of parameters that are expected by the event handlers.
7433
+ */
7434
+ mParameters?: {}
7435
+ ): this;
7436
+ }
5629
7437
  /**
5630
7438
  * Building block used to create a MicroChart based on the metadata provided by OData V4.
5631
7439
  * {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/microchart/ Overview of Micro Chart Building Block}
@@ -5821,6 +7629,72 @@ declare namespace sap {
5821
7629
  implements sap.ui.core.IFormContent
5822
7630
  {
5823
7631
  __implements__sap_ui_core_IFormContent: boolean;
7632
+
7633
+ /**
7634
+ *
7635
+ * @returns Reference to sap.fe.macros.Status to
7636
+ * allow method chaining
7637
+ */
7638
+ attachPress(
7639
+ /**
7640
+ * An application-specific payload object that will be passed to the event handler along with the event
7641
+ * object when firing the event
7642
+ */
7643
+ oData: object,
7644
+ /**
7645
+ * The function to be called when the event occurs
7646
+ */
7647
+ fnFunction: (p1: sap.ui.base.Event) => void,
7648
+ /**
7649
+ * The context object to call the event handler with. Defaults to this `this` control
7650
+ */
7651
+ oListener?: object
7652
+ ): this;
7653
+ /**
7654
+ *
7655
+ * @returns Reference to sap.fe.macros.Status to
7656
+ * allow method chaining
7657
+ */
7658
+ attachPress(
7659
+ /**
7660
+ * The function to be called when the event occurs
7661
+ */
7662
+ fnFunction: (p1: sap.ui.base.Event) => void,
7663
+ /**
7664
+ * The context object to call the event handler with. Defaults to this `this` control
7665
+ */
7666
+ oListener?: object
7667
+ ): this;
7668
+ /**
7669
+ *
7670
+ * @returns Reference to sap.fe.macros.Status to
7671
+ * allow method chaining
7672
+ */
7673
+ detachPress(
7674
+ /**
7675
+ * The function to be called when the event occurs
7676
+ */
7677
+ fnFunction: (p1: sap.ui.base.Event) => void,
7678
+ /**
7679
+ * The context object to call the event handler with. Defaults to this `this` control
7680
+ */
7681
+ oListener?: object
7682
+ ): this;
7683
+ /**
7684
+ * Fires event press to attached listeners.
7685
+ *
7686
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7687
+ *
7688
+ * @returns Reference to sap.fe.macros.Status to
7689
+ * allow method chaining
7690
+ */
7691
+ firePress(
7692
+ /**
7693
+ * The parameters to pass along with the event.
7694
+ * See {@link } for the set of parameters that are expected by the event handlers.
7695
+ */
7696
+ mParameters?: {}
7697
+ ): this;
5824
7698
  }
5825
7699
  /**
5826
7700
  * Building block used to create a Variant Management based on the metadata provided by OData V4.
@@ -5868,6 +7742,207 @@ declare namespace sap {
5868
7742
  * ```
5869
7743
  */
5870
7744
  class FilterBar extends sap.fe.macros.MacroAPI {
7745
+ /**
7746
+ *
7747
+ * @returns Reference to sap.fe.macros.FilterBar
7748
+ * to allow method chaining
7749
+ */
7750
+ attachAfterClear(
7751
+ /**
7752
+ * An application-specific payload object that will be passed to the event handler along with the event
7753
+ * object when firing the event
7754
+ */
7755
+ oData: object,
7756
+ /**
7757
+ * The function to be called when the event occurs
7758
+ */
7759
+ fnFunction: (p1: sap.ui.base.Event) => void,
7760
+ /**
7761
+ * The context object to call the event handler with. Defaults to this `this` control
7762
+ */
7763
+ oListener?: object
7764
+ ): this;
7765
+ /**
7766
+ *
7767
+ * @returns Reference to sap.fe.macros.FilterBar
7768
+ * to allow method chaining
7769
+ */
7770
+ attachAfterClear(
7771
+ /**
7772
+ * The function to be called when the event occurs
7773
+ */
7774
+ fnFunction: (p1: sap.ui.base.Event) => void,
7775
+ /**
7776
+ * The context object to call the event handler with. Defaults to this `this` control
7777
+ */
7778
+ oListener?: object
7779
+ ): this;
7780
+ /**
7781
+ *
7782
+ * @returns Reference to sap.fe.macros.FilterBar
7783
+ * to allow method chaining
7784
+ */
7785
+ attachFilterChanged(
7786
+ /**
7787
+ * An application-specific payload object that will be passed to the event handler along with the event
7788
+ * object when firing the event
7789
+ */
7790
+ oData: object,
7791
+ /**
7792
+ * The function to be called when the event occurs
7793
+ */
7794
+ fnFunction: (p1: sap.ui.base.Event) => void,
7795
+ /**
7796
+ * The context object to call the event handler with. Defaults to this `this` control
7797
+ */
7798
+ oListener?: object
7799
+ ): this;
7800
+ /**
7801
+ *
7802
+ * @returns Reference to sap.fe.macros.FilterBar
7803
+ * to allow method chaining
7804
+ */
7805
+ attachFilterChanged(
7806
+ /**
7807
+ * The function to be called when the event occurs
7808
+ */
7809
+ fnFunction: (p1: sap.ui.base.Event) => void,
7810
+ /**
7811
+ * The context object to call the event handler with. Defaults to this `this` control
7812
+ */
7813
+ oListener?: object
7814
+ ): this;
7815
+ /**
7816
+ *
7817
+ * @returns Reference to sap.fe.macros.FilterBar
7818
+ * to allow method chaining
7819
+ */
7820
+ attachSearch(
7821
+ /**
7822
+ * An application-specific payload object that will be passed to the event handler along with the event
7823
+ * object when firing the event
7824
+ */
7825
+ oData: object,
7826
+ /**
7827
+ * The function to be called when the event occurs
7828
+ */
7829
+ fnFunction: (p1: sap.ui.base.Event) => void,
7830
+ /**
7831
+ * The context object to call the event handler with. Defaults to this `this` control
7832
+ */
7833
+ oListener?: object
7834
+ ): this;
7835
+ /**
7836
+ *
7837
+ * @returns Reference to sap.fe.macros.FilterBar
7838
+ * to allow method chaining
7839
+ */
7840
+ attachSearch(
7841
+ /**
7842
+ * The function to be called when the event occurs
7843
+ */
7844
+ fnFunction: (p1: sap.ui.base.Event) => void,
7845
+ /**
7846
+ * The context object to call the event handler with. Defaults to this `this` control
7847
+ */
7848
+ oListener?: object
7849
+ ): this;
7850
+ /**
7851
+ *
7852
+ * @returns Reference to sap.fe.macros.FilterBar
7853
+ * to allow method chaining
7854
+ */
7855
+ detachAfterClear(
7856
+ /**
7857
+ * The function to be called when the event occurs
7858
+ */
7859
+ fnFunction: (p1: sap.ui.base.Event) => void,
7860
+ /**
7861
+ * The context object to call the event handler with. Defaults to this `this` control
7862
+ */
7863
+ oListener?: object
7864
+ ): this;
7865
+ /**
7866
+ *
7867
+ * @returns Reference to sap.fe.macros.FilterBar
7868
+ * to allow method chaining
7869
+ */
7870
+ detachFilterChanged(
7871
+ /**
7872
+ * The function to be called when the event occurs
7873
+ */
7874
+ fnFunction: (p1: sap.ui.base.Event) => void,
7875
+ /**
7876
+ * The context object to call the event handler with. Defaults to this `this` control
7877
+ */
7878
+ oListener?: object
7879
+ ): this;
7880
+ /**
7881
+ *
7882
+ * @returns Reference to sap.fe.macros.FilterBar
7883
+ * to allow method chaining
7884
+ */
7885
+ detachSearch(
7886
+ /**
7887
+ * The function to be called when the event occurs
7888
+ */
7889
+ fnFunction: (p1: sap.ui.base.Event) => void,
7890
+ /**
7891
+ * The context object to call the event handler with. Defaults to this `this` control
7892
+ */
7893
+ oListener?: object
7894
+ ): this;
7895
+ /**
7896
+ * Fires event afterClear to
7897
+ * attached listeners.
7898
+ *
7899
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7900
+ *
7901
+ * @returns Reference to sap.fe.macros.FilterBar
7902
+ * to allow method chaining
7903
+ */
7904
+ fireAfterClear(
7905
+ /**
7906
+ * The parameters to pass along with the event.
7907
+ * See {@link .........types.EventHandler> }
7908
+ * for the set of parameters that are expected by the event handlers.
7909
+ */
7910
+ mParameters?: {}
7911
+ ): this;
7912
+ /**
7913
+ * Fires event filterChanged
7914
+ * to attached listeners.
7915
+ *
7916
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7917
+ *
7918
+ * @returns Reference to sap.fe.macros.FilterBar
7919
+ * to allow method chaining
7920
+ */
7921
+ fireFilterChanged(
7922
+ /**
7923
+ * The parameters to pass along with the event.
7924
+ * See {@link .........types.EventHandler> }
7925
+ * for the set of parameters that are expected by the event handlers.
7926
+ */
7927
+ mParameters?: {}
7928
+ ): this;
7929
+ /**
7930
+ * Fires event search to attached
7931
+ * listeners.
7932
+ *
7933
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7934
+ *
7935
+ * @returns Reference to sap.fe.macros.FilterBar
7936
+ * to allow method chaining
7937
+ */
7938
+ fireSearch(
7939
+ /**
7940
+ * The parameters to pass along with the event.
7941
+ * See {@link .........types.EventHandler> }
7942
+ * for the set of parameters that are expected by the event handlers.
7943
+ */
7944
+ mParameters?: {}
7945
+ ): this;
5871
7946
  /**
5872
7947
  * Get the Active Filters Text Summary for the filter bar.
5873
7948
  *
@@ -6090,6 +8165,223 @@ declare namespace sap {
6090
8165
  type?: /* was: sap.ui.core.message.MessageType */ any;
6091
8166
  }
6092
8167
  ): Promise<string>;
8168
+ /**
8169
+ *
8170
+ * @returns Reference to sap.fe.macros.Table to allow
8171
+ * method chaining
8172
+ */
8173
+ attachBeforeRebindTable(
8174
+ /**
8175
+ * An application-specific payload object that will be passed to the event handler along with the event
8176
+ * object when firing the event
8177
+ */
8178
+ oData: object,
8179
+ /**
8180
+ * The function to be called when the event occurs
8181
+ */
8182
+ fnFunction: (p1: Table$BeforeRebindTableEvent) => void,
8183
+ /**
8184
+ * The context object to call the event handler with. Defaults to this `this` control
8185
+ */
8186
+ oListener?: object
8187
+ ): this;
8188
+ /**
8189
+ *
8190
+ * @returns Reference to sap.fe.macros.Table to allow
8191
+ * method chaining
8192
+ */
8193
+ attachBeforeRebindTable(
8194
+ /**
8195
+ * The function to be called when the event occurs
8196
+ */
8197
+ fnFunction: (p1: Table$BeforeRebindTableEvent) => void,
8198
+ /**
8199
+ * The context object to call the event handler with. Defaults to this `this` control
8200
+ */
8201
+ oListener?: object
8202
+ ): this;
8203
+ /**
8204
+ *
8205
+ * @returns Reference to sap.fe.macros.Table to allow
8206
+ * method chaining
8207
+ */
8208
+ attachRowPress(
8209
+ /**
8210
+ * An application-specific payload object that will be passed to the event handler along with the event
8211
+ * object when firing the event
8212
+ */
8213
+ oData: object,
8214
+ /**
8215
+ * The function to be called when the event occurs
8216
+ */
8217
+ fnFunction: (p1: sap.ui.base.Event) => void,
8218
+ /**
8219
+ * The context object to call the event handler with. Defaults to this `this` control
8220
+ */
8221
+ oListener?: object
8222
+ ): this;
8223
+ /**
8224
+ *
8225
+ * @returns Reference to sap.fe.macros.Table to allow
8226
+ * method chaining
8227
+ */
8228
+ attachRowPress(
8229
+ /**
8230
+ * The function to be called when the event occurs
8231
+ */
8232
+ fnFunction: (p1: sap.ui.base.Event) => void,
8233
+ /**
8234
+ * The context object to call the event handler with. Defaults to this `this` control
8235
+ */
8236
+ oListener?: object
8237
+ ): this;
8238
+ /**
8239
+ *
8240
+ * @returns Reference to sap.fe.macros.Table to allow
8241
+ * method chaining
8242
+ */
8243
+ attachSelectionChange(
8244
+ /**
8245
+ * An application-specific payload object that will be passed to the event handler along with the event
8246
+ * object when firing the event
8247
+ */
8248
+ oData: object,
8249
+ /**
8250
+ * The function to be called when the event occurs
8251
+ */
8252
+ fnFunction: (p1: sap.ui.base.Event) => void,
8253
+ /**
8254
+ * The context object to call the event handler with. Defaults to this `this` control
8255
+ */
8256
+ oListener?: object
8257
+ ): this;
8258
+ /**
8259
+ *
8260
+ * @returns Reference to sap.fe.macros.Table to allow
8261
+ * method chaining
8262
+ */
8263
+ attachSelectionChange(
8264
+ /**
8265
+ * The function to be called when the event occurs
8266
+ */
8267
+ fnFunction: (p1: sap.ui.base.Event) => void,
8268
+ /**
8269
+ * The context object to call the event handler with. Defaults to this `this` control
8270
+ */
8271
+ oListener?: object
8272
+ ): this;
8273
+ /**
8274
+ * Clears the selection.
8275
+ *
8276
+ * @since 1.142.0
8277
+ */
8278
+ clearSelection(): void;
8279
+ /**
8280
+ *
8281
+ * @returns Reference to sap.fe.macros.Table to allow
8282
+ * method chaining
8283
+ */
8284
+ detachBeforeRebindTable(
8285
+ /**
8286
+ * The function to be called when the event occurs
8287
+ */
8288
+ fnFunction: (p1: Table$BeforeRebindTableEvent) => void,
8289
+ /**
8290
+ * The context object to call the event handler with. Defaults to this `this` control
8291
+ */
8292
+ oListener?: object
8293
+ ): this;
8294
+ /**
8295
+ *
8296
+ * @returns Reference to sap.fe.macros.Table to allow
8297
+ * method chaining
8298
+ */
8299
+ detachRowPress(
8300
+ /**
8301
+ * The function to be called when the event occurs
8302
+ */
8303
+ fnFunction: (p1: sap.ui.base.Event) => void,
8304
+ /**
8305
+ * The context object to call the event handler with. Defaults to this `this` control
8306
+ */
8307
+ oListener?: object
8308
+ ): this;
8309
+ /**
8310
+ *
8311
+ * @returns Reference to sap.fe.macros.Table to allow
8312
+ * method chaining
8313
+ */
8314
+ detachSelectionChange(
8315
+ /**
8316
+ * The function to be called when the event occurs
8317
+ */
8318
+ fnFunction: (p1: sap.ui.base.Event) => void,
8319
+ /**
8320
+ * The context object to call the event handler with. Defaults to this `this` control
8321
+ */
8322
+ oListener?: object
8323
+ ): this;
8324
+ /**
8325
+ * Fires event beforeRebindTable
8326
+ * to attached listeners.
8327
+ *
8328
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8329
+ *
8330
+ * @returns Reference to sap.fe.macros.Table to allow
8331
+ * method chaining
8332
+ */
8333
+ fireBeforeRebindTable(
8334
+ /**
8335
+ * The parameters to pass along with the event.
8336
+ * See {@link types.EventHandler> }
8337
+ * for the set of parameters that are expected by the event handlers.
8338
+ */
8339
+ mParameters?: sap.fe.macros.Table$BeforeRebindTableEventParameters
8340
+ ): this;
8341
+ /**
8342
+ * Fires event rowPress to attached
8343
+ * listeners.
8344
+ *
8345
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8346
+ *
8347
+ * @returns Reference to sap.fe.macros.Table to allow
8348
+ * method chaining
8349
+ */
8350
+ fireRowPress(
8351
+ /**
8352
+ * The parameters to pass along with the event.
8353
+ * See {@link types.EventHandler> }
8354
+ * for the set of parameters that are expected by the event handlers.
8355
+ */
8356
+ mParameters?: {}
8357
+ ): this;
8358
+ /**
8359
+ * Fires event selectionChange
8360
+ * to attached listeners.
8361
+ *
8362
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8363
+ *
8364
+ * @returns Reference to sap.fe.macros.Table to allow
8365
+ * method chaining
8366
+ */
8367
+ fireSelectionChange(
8368
+ /**
8369
+ * The parameters to pass along with the event.
8370
+ * See {@link types.EventHandler>} for the set of parameters
8371
+ * that are expected by the event handlers.
8372
+ */
8373
+ mParameters?: {}
8374
+ ): this;
8375
+ /**
8376
+ * Returns all contexts that are loaded in the table.
8377
+ * See also the {@link sap.ui.model.odata.v4.ODataListBinding#getAllCurrentContexts } method.
8378
+ *
8379
+ *
8380
+ * @since 1.142.0
8381
+ *
8382
+ * @returns All contexts of the table's list binding, or undefined if the table data is not yet loaded.
8383
+ */
8384
+ getAllCurrentContexts(): sap.ui.model.odata.v4.Context[] | undefined;
6093
8385
  /**
6094
8386
  * Get the count of the row binding of the table.
6095
8387
  *
@@ -6264,6 +8556,223 @@ declare namespace sap {
6264
8556
  type?: /* was: sap.ui.core.message.MessageType */ any;
6265
8557
  }
6266
8558
  ): Promise<string>;
8559
+ /**
8560
+ *
8561
+ * @returns Reference to sap.fe.macros.Table to allow
8562
+ * method chaining
8563
+ */
8564
+ attachBeforeRebindTable(
8565
+ /**
8566
+ * An application-specific payload object that will be passed to the event handler along with the event
8567
+ * object when firing the event
8568
+ */
8569
+ oData: object,
8570
+ /**
8571
+ * The function to be called when the event occurs
8572
+ */
8573
+ fnFunction: (p1: TreeTable$BeforeRebindTableEvent) => void,
8574
+ /**
8575
+ * The context object to call the event handler with. Defaults to this `this` control
8576
+ */
8577
+ oListener?: object
8578
+ ): this;
8579
+ /**
8580
+ *
8581
+ * @returns Reference to sap.fe.macros.Table to allow
8582
+ * method chaining
8583
+ */
8584
+ attachBeforeRebindTable(
8585
+ /**
8586
+ * The function to be called when the event occurs
8587
+ */
8588
+ fnFunction: (p1: TreeTable$BeforeRebindTableEvent) => void,
8589
+ /**
8590
+ * The context object to call the event handler with. Defaults to this `this` control
8591
+ */
8592
+ oListener?: object
8593
+ ): this;
8594
+ /**
8595
+ *
8596
+ * @returns Reference to sap.fe.macros.Table to allow
8597
+ * method chaining
8598
+ */
8599
+ attachRowPress(
8600
+ /**
8601
+ * An application-specific payload object that will be passed to the event handler along with the event
8602
+ * object when firing the event
8603
+ */
8604
+ oData: object,
8605
+ /**
8606
+ * The function to be called when the event occurs
8607
+ */
8608
+ fnFunction: (p1: sap.ui.base.Event) => void,
8609
+ /**
8610
+ * The context object to call the event handler with. Defaults to this `this` control
8611
+ */
8612
+ oListener?: object
8613
+ ): this;
8614
+ /**
8615
+ *
8616
+ * @returns Reference to sap.fe.macros.Table to allow
8617
+ * method chaining
8618
+ */
8619
+ attachRowPress(
8620
+ /**
8621
+ * The function to be called when the event occurs
8622
+ */
8623
+ fnFunction: (p1: sap.ui.base.Event) => void,
8624
+ /**
8625
+ * The context object to call the event handler with. Defaults to this `this` control
8626
+ */
8627
+ oListener?: object
8628
+ ): this;
8629
+ /**
8630
+ *
8631
+ * @returns Reference to sap.fe.macros.Table to allow
8632
+ * method chaining
8633
+ */
8634
+ attachSelectionChange(
8635
+ /**
8636
+ * An application-specific payload object that will be passed to the event handler along with the event
8637
+ * object when firing the event
8638
+ */
8639
+ oData: object,
8640
+ /**
8641
+ * The function to be called when the event occurs
8642
+ */
8643
+ fnFunction: (p1: sap.ui.base.Event) => void,
8644
+ /**
8645
+ * The context object to call the event handler with. Defaults to this `this` control
8646
+ */
8647
+ oListener?: object
8648
+ ): this;
8649
+ /**
8650
+ *
8651
+ * @returns Reference to sap.fe.macros.Table to allow
8652
+ * method chaining
8653
+ */
8654
+ attachSelectionChange(
8655
+ /**
8656
+ * The function to be called when the event occurs
8657
+ */
8658
+ fnFunction: (p1: sap.ui.base.Event) => void,
8659
+ /**
8660
+ * The context object to call the event handler with. Defaults to this `this` control
8661
+ */
8662
+ oListener?: object
8663
+ ): this;
8664
+ /**
8665
+ * Clears the selection.
8666
+ *
8667
+ * @since 1.142.0
8668
+ */
8669
+ clearSelection(): void;
8670
+ /**
8671
+ *
8672
+ * @returns Reference to sap.fe.macros.Table to allow
8673
+ * method chaining
8674
+ */
8675
+ detachBeforeRebindTable(
8676
+ /**
8677
+ * The function to be called when the event occurs
8678
+ */
8679
+ fnFunction: (p1: TreeTable$BeforeRebindTableEvent) => void,
8680
+ /**
8681
+ * The context object to call the event handler with. Defaults to this `this` control
8682
+ */
8683
+ oListener?: object
8684
+ ): this;
8685
+ /**
8686
+ *
8687
+ * @returns Reference to sap.fe.macros.Table to allow
8688
+ * method chaining
8689
+ */
8690
+ detachRowPress(
8691
+ /**
8692
+ * The function to be called when the event occurs
8693
+ */
8694
+ fnFunction: (p1: sap.ui.base.Event) => void,
8695
+ /**
8696
+ * The context object to call the event handler with. Defaults to this `this` control
8697
+ */
8698
+ oListener?: object
8699
+ ): this;
8700
+ /**
8701
+ *
8702
+ * @returns Reference to sap.fe.macros.Table to allow
8703
+ * method chaining
8704
+ */
8705
+ detachSelectionChange(
8706
+ /**
8707
+ * The function to be called when the event occurs
8708
+ */
8709
+ fnFunction: (p1: sap.ui.base.Event) => void,
8710
+ /**
8711
+ * The context object to call the event handler with. Defaults to this `this` control
8712
+ */
8713
+ oListener?: object
8714
+ ): this;
8715
+ /**
8716
+ * Fires event beforeRebindTable
8717
+ * to attached listeners.
8718
+ *
8719
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8720
+ *
8721
+ * @returns Reference to sap.fe.macros.Table to allow
8722
+ * method chaining
8723
+ */
8724
+ fireBeforeRebindTable(
8725
+ /**
8726
+ * The parameters to pass along with the event.
8727
+ * See {@link types.EventHandler> }
8728
+ * for the set of parameters that are expected by the event handlers.
8729
+ */
8730
+ mParameters?: sap.fe.macros.TreeTable$BeforeRebindTableEventParameters
8731
+ ): this;
8732
+ /**
8733
+ * Fires event rowPress to attached
8734
+ * listeners.
8735
+ *
8736
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8737
+ *
8738
+ * @returns Reference to sap.fe.macros.Table to allow
8739
+ * method chaining
8740
+ */
8741
+ fireRowPress(
8742
+ /**
8743
+ * The parameters to pass along with the event.
8744
+ * See {@link types.EventHandler> }
8745
+ * for the set of parameters that are expected by the event handlers.
8746
+ */
8747
+ mParameters?: {}
8748
+ ): this;
8749
+ /**
8750
+ * Fires event selectionChange
8751
+ * to attached listeners.
8752
+ *
8753
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8754
+ *
8755
+ * @returns Reference to sap.fe.macros.Table to allow
8756
+ * method chaining
8757
+ */
8758
+ fireSelectionChange(
8759
+ /**
8760
+ * The parameters to pass along with the event.
8761
+ * See {@link types.EventHandler>} for the set of parameters
8762
+ * that are expected by the event handlers.
8763
+ */
8764
+ mParameters?: {}
8765
+ ): this;
8766
+ /**
8767
+ * Returns all contexts that are loaded in the table.
8768
+ * See also the {@link sap.ui.model.odata.v4.ODataListBinding#getAllCurrentContexts } method.
8769
+ *
8770
+ *
8771
+ * @since 1.142.0
8772
+ *
8773
+ * @returns All contexts of the table's list binding, or undefined if the table data is not yet loaded.
8774
+ */
8775
+ getAllCurrentContexts(): sap.ui.model.odata.v4.Context[] | undefined;
6267
8776
  /**
6268
8777
  * Get the count of the row binding of the table.
6269
8778
  *
@@ -6411,6 +8920,14 @@ declare namespace sap {
6411
8920
  Chart
6412
8921
  >;
6413
8922
 
8923
+ /**
8924
+ * Event object of the CollaborativeDraftHandler#avatarPress event.
8925
+ */
8926
+ type CollaborativeDraftHandler$AvatarPressEvent = sap.ui.base.Event<
8927
+ CollaborativeDraftHandler$AvatarPressEventParameters,
8928
+ CollaborativeDraftHandler
8929
+ >;
8930
+
6414
8931
  /**
6415
8932
  * Event object of the CollaborativeDraftHandler#lockChange event.
6416
8933
  */
@@ -6550,6 +9067,8 @@ declare namespace sap {
6550
9067
 
6551
9068
  "sap/fe/macros/chart/Chart": undefined;
6552
9069
 
9070
+ "sap/fe/macros/chart/OverflowGroup": undefined;
9071
+
6553
9072
  "sap/fe/macros/CollaborativeDraftHandler": undefined;
6554
9073
 
6555
9074
  "sap/fe/macros/CollectionBindingInfo": undefined;
@@ -6632,6 +9151,8 @@ declare namespace sap {
6632
9151
 
6633
9152
  "sap/fe/macros/table/MassEdit": undefined;
6634
9153
 
9154
+ "sap/fe/macros/table/OverflowGroups": undefined;
9155
+
6635
9156
  "sap/fe/macros/table/QuickVariantSelection": undefined;
6636
9157
 
6637
9158
  "sap/fe/macros/table/Table": undefined;