@sapui5/types 1.119.2 → 1.120.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +58 -58
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +103 -1
  8. package/types/sap.f.d.ts +2 -2
  9. package/types/sap.fe.core.d.ts +10 -1
  10. package/types/sap.fe.macros.d.ts +84 -78
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.templates.d.ts +11 -2
  14. package/types/sap.fe.test.d.ts +15 -7
  15. package/types/sap.fe.tools.d.ts +1 -1
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +951 -15
  18. package/types/sap.insights.d.ts +92 -12
  19. package/types/sap.m.d.ts +5723 -155
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +7 -3
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +870 -1007
  26. package/types/sap.suite.ui.commons.d.ts +34 -2
  27. package/types/sap.suite.ui.generic.template.d.ts +26 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +45 -2
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +567 -40
  33. package/types/sap.ui.core.d.ts +1791 -166
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +14 -4
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +1 -1
  40. package/types/sap.ui.layout.d.ts +125 -102
  41. package/types/sap.ui.mdc.d.ts +2157 -1442
  42. package/types/sap.ui.richtexteditor.d.ts +4 -12
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +7 -1
  46. package/types/sap.ui.table.d.ts +121 -47
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +1 -1
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +5 -11
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +454 -136
  55. package/types/sap.ui.webc.main.d.ts +3737 -1084
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +1996 -808
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
  65. package/types/sap.landvisz.d.ts +0 -8043
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
@@ -369,6 +369,16 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
369
369
  * @returns Value of property `enableQueryLanguage`
370
370
  */
371
371
  getEnableQueryLanguage(): boolean;
372
+ /**
373
+ * @since 1.120
374
+ *
375
+ * Gets current value of property {@link #getEventConsumers eventConsumers}.
376
+ *
377
+ * Adds a callback function which is called whenever there is a user triggered event.
378
+ *
379
+ * @returns Value of property `eventConsumers`
380
+ */
381
+ getEventConsumers(): string;
372
382
  /**
373
383
  * @since 1.108.0
374
384
  *
@@ -465,6 +475,16 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
465
475
  * @returns Value of property `folderModeForInitialSearch`
466
476
  */
467
477
  getFolderModeForInitialSearch(): boolean;
478
+ /**
479
+ * @since 1.120
480
+ *
481
+ * Gets current value of property {@link #getFormatFilterBarText formatFilterBarText}.
482
+ *
483
+ * Callback for formatting the filter string to be displayed in the filter bar (for closed facet panel).
484
+ *
485
+ * @returns Value of property `formatFilterBarText`
486
+ */
487
+ getFormatFilterBarText(): Function;
468
488
  /**
469
489
  * @since 1.94.0
470
490
  *
@@ -495,6 +515,16 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
495
515
  * @returns Value of property `initAsync`
496
516
  */
497
517
  getInitAsync(): Function;
518
+ /**
519
+ * @since 1.120
520
+ *
521
+ * Gets current value of property {@link #getIsFilterBarVisible isFilterBarVisible}.
522
+ *
523
+ * Callback for checking whether the filter bar is visible.
524
+ *
525
+ * @returns Value of property `isFilterBarVisible`
526
+ */
527
+ getIsFilterBarVisible(): Function;
498
528
  /**
499
529
  * @since 1.113.0
500
530
  *
@@ -913,6 +943,23 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
913
943
  */
914
944
  bEnableQueryLanguage?: boolean
915
945
  ): this;
946
+ /**
947
+ * @since 1.120
948
+ *
949
+ * Sets a new value for property {@link #getEventConsumers eventConsumers}.
950
+ *
951
+ * Adds a callback function which is called whenever there is a user triggered event.
952
+ *
953
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
954
+ *
955
+ * @returns Reference to `this` in order to allow method chaining
956
+ */
957
+ setEventConsumers(
958
+ /**
959
+ * New value for property `eventConsumers`
960
+ */
961
+ sEventConsumers: string
962
+ ): this;
916
963
  /**
917
964
  * @since 1.108.0
918
965
  *
@@ -1056,6 +1103,23 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1056
1103
  */
1057
1104
  bFolderModeForInitialSearch?: boolean
1058
1105
  ): this;
1106
+ /**
1107
+ * @since 1.120
1108
+ *
1109
+ * Sets a new value for property {@link #getFormatFilterBarText formatFilterBarText}.
1110
+ *
1111
+ * Callback for formatting the filter string to be displayed in the filter bar (for closed facet panel).
1112
+ *
1113
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1114
+ *
1115
+ * @returns Reference to `this` in order to allow method chaining
1116
+ */
1117
+ setFormatFilterBarText(
1118
+ /**
1119
+ * New value for property `formatFilterBarText`
1120
+ */
1121
+ fnFormatFilterBarText: Function
1122
+ ): this;
1059
1123
  /**
1060
1124
  * @since 1.94.0
1061
1125
  *
@@ -1107,6 +1171,23 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1107
1171
  */
1108
1172
  fnInitAsync: Function
1109
1173
  ): this;
1174
+ /**
1175
+ * @since 1.120
1176
+ *
1177
+ * Sets a new value for property {@link #getIsFilterBarVisible isFilterBarVisible}.
1178
+ *
1179
+ * Callback for checking whether the filter bar is visible.
1180
+ *
1181
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1182
+ *
1183
+ * @returns Reference to `this` in order to allow method chaining
1184
+ */
1185
+ setIsFilterBarVisible(
1186
+ /**
1187
+ * New value for property `isFilterBarVisible`
1188
+ */
1189
+ fnIsFilterBarVisible: Function
1190
+ ): this;
1110
1191
  /**
1111
1192
  * @since 1.113.0
1112
1193
  *
@@ -1729,6 +1810,27 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1729
1810
  */
1730
1811
  pageSize?: int | PropertyBindingInfo | `{${string}}`;
1731
1812
 
1813
+ /**
1814
+ * @since 1.120
1815
+ *
1816
+ * Callback for formatting the filter string to be displayed in the filter bar (for closed facet panel).
1817
+ */
1818
+ formatFilterBarText?: Function | PropertyBindingInfo | `{${string}}`;
1819
+
1820
+ /**
1821
+ * @since 1.120
1822
+ *
1823
+ * Callback for checking whether the filter bar is visible.
1824
+ */
1825
+ isFilterBarVisible?: Function | PropertyBindingInfo | `{${string}}`;
1826
+
1827
+ /**
1828
+ * @since 1.120
1829
+ *
1830
+ * Adds a callback function which is called whenever there is a user triggered event.
1831
+ */
1832
+ eventConsumers?: string | PropertyBindingInfo;
1833
+
1732
1834
  /**
1733
1835
  * Control instances which are part of this composite control.
1734
1836
  */
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.1
1
+ // For Library Version: 1.120.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -9731,7 +9731,7 @@ declare module "sap/f/FlexibleColumnLayoutSemanticHelper" {
9731
9731
  };
9732
9732
 
9733
9733
  /**
9734
- * Configures the target layouts of the navigation acion buttons in a column.
9734
+ * Configures the target layouts of the navigation action buttons in a column.
9735
9735
  */
9736
9736
  export type NavigationActionsTargets = {
9737
9737
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -414,10 +414,19 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
414
414
  * External - The creation is done in a different application specified via the parameter 'outbound'
415
415
  */
416
416
  creationMode: string;
417
+ /**
418
+ * The initial data for the created document
419
+ */
420
+ data?: object;
417
421
  /**
418
422
  * The navigation target where the document is created in case of creationMode 'External'
419
423
  */
420
424
  outbound?: string;
425
+ /**
426
+ * The contexts that are selected in the table initiating the creation. Used in case of a TreeTable to determine
427
+ * the parent context of the created document
428
+ */
429
+ selectedContexts?: Context[];
421
430
  /**
422
431
  * ID of the table
423
432
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -154,11 +154,6 @@ declare module "sap/fe/macros/chart/ChartAPI" {
154
154
  */
155
155
  headerVisible?: boolean | PropertyBindingInfo | `{${string}}`;
156
156
 
157
- /**
158
- * ID of the chart
159
- */
160
- id?: string | PropertyBindingInfo;
161
-
162
157
  /**
163
158
  * Metadata path to the presentation context (UI.Chart with or without a qualifier)
164
159
  */
@@ -218,6 +213,29 @@ declare module "sap/fe/macros/chart/ChartAPI" {
218
213
  >;
219
214
  }
220
215
 
216
+ declare module "sap/fe/macros/fcl/FlexibleColumnLayoutActions.block" {
217
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
218
+
219
+ /**
220
+ * @since 1.93.0
221
+ *
222
+ * Building block for adding overflow toolbar buttons to integrate into the flexible column layout support
223
+ * from Fiori elements.
224
+ * Usage example:
225
+ *
226
+ * ```javascript
227
+ *
228
+ * <macro:FlexibleColumnLayoutActions />
229
+ * ```
230
+ */
231
+ export default class FlexibleColumnLayoutActions extends Control {
232
+ constructor();
233
+ }
234
+
235
+ export interface $FlexibleColumnLayoutActionsSettings
236
+ extends $ControlSettings {}
237
+ }
238
+
221
239
  declare module "sap/fe/macros/field/FieldAPI" {
222
240
  import {
223
241
  default as MacroAPI,
@@ -367,11 +385,6 @@ declare module "sap/fe/macros/field/FieldAPI" {
367
385
  */
368
386
  formatOptions?: FieldFormatOptions | PropertyBindingInfo | `{${string}}`;
369
387
 
370
- /**
371
- * The identifier of the Field control.
372
- */
373
- id?: string | PropertyBindingInfo;
374
-
375
388
  /**
376
389
  * Defines the relative path of the property in the metamodel, based on the current contextPath.
377
390
  */
@@ -404,19 +417,6 @@ declare module "sap/fe/macros/field/FieldAPI" {
404
417
  >;
405
418
  }
406
419
 
407
- declare module "sap/fe/macros/field/TextAreaEx" {
408
- import { default as TextArea, $TextAreaSettings } from "sap/m/TextArea";
409
-
410
- /**
411
- * Extension of the TextArea control to add a check for the maximum length when setting the value.
412
- */
413
- export default class TextAreaEx extends TextArea {
414
- constructor();
415
- }
416
-
417
- export interface $TextAreaExSettings extends $TextAreaSettings {}
418
- }
419
-
420
420
  declare module "sap/fe/macros/filterBar/FilterBarAPI" {
421
421
  import {
422
422
  default as MacroAPI,
@@ -549,11 +549,6 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
549
549
  */
550
550
  contextPath?: string | PropertyBindingInfo;
551
551
 
552
- /**
553
- * The identifier of the FilterBar control.
554
- */
555
- id?: string | PropertyBindingInfo;
556
-
557
552
  /**
558
553
  * If true, the search is triggered automatically when a filter value is changed.
559
554
  */
@@ -643,11 +638,6 @@ declare module "sap/fe/macros/form/Form.block" {
643
638
  */
644
639
  contextPath?: Context | PropertyBindingInfo | `{${string}}`;
645
640
 
646
- /**
647
- * The identifier of the form control.
648
- */
649
- id?: string | PropertyBindingInfo;
650
-
651
641
  /**
652
642
  * Defines the relative path of the property in the metamodel, based on the current contextPath.
653
643
  */
@@ -683,11 +673,6 @@ declare module "sap/fe/macros/form/FormElement.block" {
683
673
  */
684
674
  contextPath?: Context | PropertyBindingInfo | `{${string}}`;
685
675
 
686
- /**
687
- * The identifier of the FormElement building block.
688
- */
689
- id?: string | PropertyBindingInfo;
690
-
691
676
  /**
692
677
  * Label shown for the field. If not set, the label from the annotations will be shown.
693
678
  */
@@ -711,6 +696,56 @@ declare module "sap/fe/macros/form/FormElement.block" {
711
696
  }
712
697
  }
713
698
 
699
+ declare module "sap/fe/macros/kpiTag/KPITag.block" {
700
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
701
+
702
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
703
+
704
+ /**
705
+ * Building block used to create a KPI tag.
706
+ */
707
+ export default class KPITag extends Control {
708
+ constructor();
709
+ }
710
+
711
+ export interface $KPITagSettings extends $ControlSettings {
712
+ /**
713
+ * The Number to be displayed.
714
+ */
715
+ number?: number | PropertyBindingInfo | `{${string}}`;
716
+
717
+ /**
718
+ * An event is triggered when the KPI is pressed.
719
+ */
720
+ press?: string | PropertyBindingInfo;
721
+
722
+ /**
723
+ * Set it to `true` if the KPI should display its status icon.
724
+ */
725
+ showIcon?: boolean | PropertyBindingInfo | `{${string}}`;
726
+
727
+ /**
728
+ * The Status to be displayed.
729
+ */
730
+ status?: string | PropertyBindingInfo;
731
+
732
+ /**
733
+ * The Text to be displayed.
734
+ */
735
+ text?: string | PropertyBindingInfo;
736
+
737
+ /**
738
+ * The Tooltip to be displayed.
739
+ */
740
+ tooltip?: string | PropertyBindingInfo;
741
+
742
+ /**
743
+ * The Unit of Measure of the number to be displayed.
744
+ */
745
+ unit?: string | PropertyBindingInfo;
746
+ }
747
+ }
748
+
714
749
  declare module "sap/fe/macros/microchart/MicroChart.block" {
715
750
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
716
751
 
@@ -765,11 +800,6 @@ declare module "sap/fe/macros/multiValueField/MultiValueField.block" {
765
800
  */
766
801
  contextPath?: Context | PropertyBindingInfo | `{${string}}`;
767
802
 
768
- /**
769
- * The 'id' property
770
- */
771
- id?: string | PropertyBindingInfo;
772
-
773
803
  /**
774
804
  * Defines the relative Metadata path to the MultiValueField.
775
805
  * The metaPath should point to a Property or DataField.
@@ -786,8 +816,6 @@ declare module "sap/fe/macros/multiValueField/MultiValueField.block" {
786
816
  declare module "sap/fe/macros/paginator/Paginator.block" {
787
817
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
788
818
 
789
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
790
-
791
819
  /**
792
820
  * @since 1.94.0
793
821
  *
@@ -803,12 +831,7 @@ declare module "sap/fe/macros/paginator/Paginator.block" {
803
831
  constructor();
804
832
  }
805
833
 
806
- export interface $PaginatorSettings extends $ControlSettings {
807
- /**
808
- * The identifier of the Paginator control.
809
- */
810
- id?: string | PropertyBindingInfo;
811
- }
834
+ export interface $PaginatorSettings extends $ControlSettings {}
812
835
  }
813
836
 
814
837
  declare module "sap/fe/macros/richtexteditor/RichTextEditor.block" {
@@ -818,7 +841,6 @@ declare module "sap/fe/macros/richtexteditor/RichTextEditor.block" {
818
841
 
819
842
  /**
820
843
  * @since 1.117.0
821
- * @experimental (since 1.117.0)
822
844
  *
823
845
  * Building block that exposes the RichTextEditor UI5 control.
824
846
  * It's used to enter formatted text, and uses the third-party component called TinyMCE.
@@ -834,11 +856,6 @@ declare module "sap/fe/macros/richtexteditor/RichTextEditor.block" {
834
856
  */
835
857
  buttonGroups?: any[] | PropertyBindingInfo | `{${string}}`;
836
858
 
837
- /**
838
- * ID of the editor
839
- */
840
- id?: string | PropertyBindingInfo;
841
-
842
859
  /**
843
860
  * Use the readOnly attribute to override the edit flow of the page.
844
861
  * By setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.
@@ -866,7 +883,6 @@ declare module "sap/fe/macros/richtexteditor/RichTextEditorWithMetadata.block" {
866
883
 
867
884
  /**
868
885
  * @since 1.117.0
869
- * @experimental (since 1.117.0)
870
886
  *
871
887
  * Metadata-driven building block that exposes the RichTextEditor UI5 control.
872
888
  * It's used to enter formatted text and uses the third-party component called TinyMCE.
@@ -888,11 +904,6 @@ declare module "sap/fe/macros/richtexteditor/RichTextEditorWithMetadata.block" {
888
904
  */
889
905
  contextPath?: Context | PropertyBindingInfo | `{${string}}`;
890
906
 
891
- /**
892
- * ID of the editor
893
- */
894
- id?: string | PropertyBindingInfo;
895
-
896
907
  /**
897
908
  * The metaPath of the displayed property
898
909
  */
@@ -944,11 +955,6 @@ declare module "sap/fe/macros/share/Share.block" {
944
955
  }
945
956
 
946
957
  export interface $ShareSettings extends $ControlSettings {
947
- /**
948
- * The identifier of the Share control.
949
- */
950
- id?: string | PropertyBindingInfo;
951
-
952
958
  /**
953
959
  * Whether the share control should be visible on the screen.
954
960
  */
@@ -1246,11 +1252,6 @@ declare module "sap/fe/macros/table/TableAPI" {
1246
1252
  */
1247
1253
  headerVisible?: boolean | PropertyBindingInfo | `{${string}}`;
1248
1254
 
1249
- /**
1250
- * The identifier of the table control.
1251
- */
1252
- id?: string | PropertyBindingInfo;
1253
-
1254
1255
  /**
1255
1256
  * Defines whether to display the search action.
1256
1257
  */
@@ -1308,8 +1309,11 @@ declare module "sap/fe/macros/table/TableAPI" {
1308
1309
 
1309
1310
  /**
1310
1311
  * Defines the selection mode to be used by the table.
1311
- * Allowed values are `None`, `Single`, `Multi` or `Auto`. If not set to 'None', SAP Fiori elements hooks
1312
- * into the standard lifecycle to determine the consistent selection mode.
1312
+ * Allowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.
1313
+ * If set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine
1314
+ * the consistent selection mode.
1315
+ * If set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the
1316
+ * Fiori guidelines.
1313
1317
  */
1314
1318
  selectionMode?: string | PropertyBindingInfo;
1315
1319
 
@@ -1362,9 +1366,9 @@ declare namespace sap {
1362
1366
  interface IUI5DefineDependencyNames {
1363
1367
  "sap/fe/macros/chart/ChartAPI": undefined;
1364
1368
 
1365
- "sap/fe/macros/field/FieldAPI": undefined;
1369
+ "sap/fe/macros/fcl/FlexibleColumnLayoutActions.block": undefined;
1366
1370
 
1367
- "sap/fe/macros/field/TextAreaEx": undefined;
1371
+ "sap/fe/macros/field/FieldAPI": undefined;
1368
1372
 
1369
1373
  "sap/fe/macros/filterBar/FilterBarAPI": undefined;
1370
1374
 
@@ -1372,6 +1376,8 @@ declare namespace sap {
1372
1376
 
1373
1377
  "sap/fe/macros/form/FormElement.block": undefined;
1374
1378
 
1379
+ "sap/fe/macros/kpiTag/KPITag.block": undefined;
1380
+
1375
1381
  "sap/fe/macros/library": undefined;
1376
1382
 
1377
1383
  "sap/fe/macros/MacroAPI": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -100,6 +100,15 @@ declare module "sap/fe/templates/ListReport/ExtensionAPI" {
100
100
  | string[]
101
101
  | undefined
102
102
  ): Promise<void>;
103
+ /**
104
+ * Provides an option for the selection of a specific tab programamatically.
105
+ */
106
+ setSelectedTab(
107
+ /**
108
+ * Specific tab to be selected.
109
+ */
110
+ tabKey: string
111
+ ): void;
103
112
  }
104
113
  }
105
114
 
@@ -230,7 +239,7 @@ declare module "sap/fe/templates/ObjectPage/ExtensionAPI" {
230
239
  * The message to be displayed
231
240
  */
232
241
  messages: Message[]
233
- ): Promise<void>;
242
+ ): void;
234
243
  /**
235
244
  * Displays or hides the side content of an object page.
236
245
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -2832,7 +2832,11 @@ declare module "sap/fe/test/JourneyRunner" {
2832
2832
  }
2833
2833
 
2834
2834
  declare module "sap/fe/test/ListReport" {
2835
- import TemplatePage from "sap/fe/test/TemplatePage";
2835
+ import {
2836
+ default as TemplatePage,
2837
+ actions as actions1,
2838
+ assertions as assertions1,
2839
+ } from "sap/fe/test/TemplatePage";
2836
2840
 
2837
2841
  import { ViewIdentifier, TableIdentifier } from "sap/fe/test/api/BaseAPI";
2838
2842
 
@@ -2901,7 +2905,7 @@ declare module "sap/fe/test/ListReport" {
2901
2905
  /**
2902
2906
  * ListReport actions
2903
2907
  */
2904
- interface actions {
2908
+ interface actions extends actions1 {
2905
2909
  /**
2906
2910
  * Collapses or expands the page header.
2907
2911
  *
@@ -2962,7 +2966,7 @@ declare module "sap/fe/test/ListReport" {
2962
2966
  /**
2963
2967
  * ListReport assertions
2964
2968
  */
2965
- interface assertions {
2969
+ interface assertions extends assertions1 {
2966
2970
  /**
2967
2971
  * Checks the view of a Multiple View List Report table.
2968
2972
  *
@@ -3021,7 +3025,11 @@ declare module "sap/fe/test/ListReport" {
3021
3025
  }
3022
3026
 
3023
3027
  declare module "sap/fe/test/ObjectPage" {
3024
- import TemplatePage from "sap/fe/test/TemplatePage";
3028
+ import {
3029
+ default as TemplatePage,
3030
+ actions as actions1,
3031
+ assertions as assertions1,
3032
+ } from "sap/fe/test/TemplatePage";
3025
3033
 
3026
3034
  import { SectionIdentifier, TableIdentifier } from "sap/fe/test/api/BaseAPI";
3027
3035
 
@@ -3100,7 +3108,7 @@ declare module "sap/fe/test/ObjectPage" {
3100
3108
  /**
3101
3109
  * ObjectPage actions
3102
3110
  */
3103
- interface actions {
3111
+ interface actions extends actions1 {
3104
3112
  /**
3105
3113
  * Collapses or expands the page header.
3106
3114
  *
@@ -3191,7 +3199,7 @@ declare module "sap/fe/test/ObjectPage" {
3191
3199
  /**
3192
3200
  * ObjectPage assertions
3193
3201
  */
3194
- interface assertions {
3202
+ interface assertions extends assertions1 {
3195
3203
  /**
3196
3204
  * Returns a {@link sap.fe.test.api.FilterBarAssertions} instance.
3197
3205
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare namespace sap {}