@sapui5/types 1.142.1 → 1.143.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 (71) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  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.home.d.ts +7 -3
  8. package/types/sap.esh.search.ui.d.ts +651 -13
  9. package/types/sap.f.d.ts +8 -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 +1 -6
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +40 -78
  16. package/types/sap.fe.navigation.d.ts +1 -1
  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 +1 -1
  20. package/types/sap.fe.test.d.ts +7 -2
  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 +1 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/sap.m.d.ts +167 -11
  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 +1 -1
  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 +1 -1
  32. package/types/sap.suite.ui.commons.d.ts +216 -11
  33. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  34. package/types/sap.suite.ui.microchart.d.ts +24 -2
  35. package/types/sap.tnt.d.ts +1 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +7 -4
  39. package/types/sap.ui.core.d.ts +62 -47
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +1 -1
  42. package/types/sap.ui.fl.d.ts +3 -6
  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.geomap.d.ts +27255 -0
  46. package/types/sap.ui.integration.d.ts +45 -9
  47. package/types/sap.ui.layout.d.ts +64 -46
  48. package/types/sap.ui.mdc.d.ts +529 -125
  49. package/types/sap.ui.richtexteditor.d.ts +52 -15
  50. package/types/sap.ui.rta.d.ts +1 -1
  51. package/types/sap.ui.suite.d.ts +1 -1
  52. package/types/sap.ui.support.d.ts +1 -1
  53. package/types/sap.ui.table.d.ts +35 -1
  54. package/types/sap.ui.testrecorder.d.ts +1 -1
  55. package/types/sap.ui.unified.d.ts +1 -1
  56. package/types/sap.ui.ux3.d.ts +1 -1
  57. package/types/sap.ui.vbm.d.ts +1 -1
  58. package/types/sap.ui.vk.d.ts +55 -1
  59. package/types/sap.ui.vtm.d.ts +1 -1
  60. package/types/sap.ui.webc.common.d.ts +1 -1
  61. package/types/sap.ui.webc.fiori.d.ts +1 -1
  62. package/types/sap.ui.webc.main.d.ts +1 -1
  63. package/types/sap.uiext.inbox.d.ts +1 -1
  64. package/types/sap.ushell.d.ts +53 -8
  65. package/types/sap.ushell_abap.d.ts +1 -1
  66. package/types/sap.uxap.d.ts +1 -1
  67. package/types/sap.viz.d.ts +1 -1
  68. package/types/sap.webanalytics.core.d.ts +1 -1
  69. package/types/sap.zen.commons.d.ts +1 -1
  70. package/types/sap.zen.crosstab.d.ts +1 -1
  71. package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -21074,6 +21074,13 @@ declare module "sap/f/ShellBar" {
21074
21074
  import Button from "sap/m/Button";
21075
21075
 
21076
21076
  /**
21077
+ * **Note:** `sap.f.ShellBar` is not UXC-compliant and will no longer be aligned with future UXC design
21078
+ * updates. For UXC-compliant applications, use the ui5-shellbar web component instead. It can be integrated
21079
+ * seamlessly using ui5-tooling-modules. See {@link https://ui5.sap.com/#/topic/1c80793df5bb424091954697fc0b2828 Using Web Components}.
21080
+ *
21081
+ *
21082
+ *
21083
+ *
21077
21084
  * A horizontal bar control holding multiple child controls used as application shell header.
21078
21085
  *
21079
21086
  * Overview:
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/fe/base/BuildingBlockBase" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {}
@@ -418,7 +418,7 @@ declare module "sap/fe/core/controllerextensions/BaseControllerExtension" {
418
418
  }
419
419
  }
420
420
 
421
- // For Library Version: 1.142.0
421
+ // For Library Version: 1.143.0
422
422
 
423
423
  declare module "sap/fe/core/AppComponent" {
424
424
  import {
@@ -857,7 +857,6 @@ declare module "sap/fe/core/controllerextensions/CollaborativeDraft" {
857
857
  * A controller extension to handle collaborative draft scenarios.
858
858
  *
859
859
  * @since 1.141.0
860
- * @experimental As of version 1.141.0.
861
860
  */
862
861
  export default class CollaborativeDraft extends BaseControllerExtension {
863
862
  /**
@@ -866,7 +865,6 @@ declare module "sap/fe/core/controllerextensions/CollaborativeDraft" {
866
865
  *
867
866
  *
868
867
  * @since 1.141.0
869
- * @experimental As of version 1.141.0.
870
868
  */
871
869
  sendContextsCreated(
872
870
  /**
@@ -880,7 +878,6 @@ declare module "sap/fe/core/controllerextensions/CollaborativeDraft" {
880
878
  *
881
879
  *
882
880
  * @since 1.141.0
883
- * @experimental As of version 1.141.0.
884
881
  */
885
882
  sendContextsDeleted(
886
883
  /**
@@ -892,7 +889,6 @@ declare module "sap/fe/core/controllerextensions/CollaborativeDraft" {
892
889
  * Sends a notification to other users that a property has been locked or unlocked by the current user.
893
890
  *
894
891
  * @since 1.141.0
895
- * @experimental As of version 1.141.0.
896
892
  */
897
893
  sendLockChange(
898
894
  /**
@@ -914,7 +910,6 @@ declare module "sap/fe/core/controllerextensions/CollaborativeDraft" {
914
910
  *
915
911
  *
916
912
  * @since 1.141.0
917
- * @experimental As of version 1.141.0.
918
913
  */
919
914
  sendPropertyValuesChange(
920
915
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/fe/macros/Chart" {
4
4
  import {
@@ -23,6 +23,8 @@ declare module "sap/fe/macros/Chart" {
23
23
 
24
24
  import Action from "sap/fe/macros/chart/Action";
25
25
 
26
+ import Control from "sap/ui/core/Control";
27
+
26
28
  import Event from "sap/ui/base/Event";
27
29
 
28
30
  /**
@@ -127,13 +129,6 @@ declare module "sap/fe/macros/Chart" {
127
129
  * @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
128
130
  */
129
131
  getCurrentVariantKey(): null | string;
130
- /**
131
- * Gets current value of property filterBar.
132
- *
133
- *
134
- * @returns Value of property `filterBar`
135
- */
136
- getFilterBar(): string;
137
132
  /**
138
133
  * Gets current value of property header.
139
134
  *
@@ -214,13 +209,6 @@ declare module "sap/fe/macros/Chart" {
214
209
  */
215
210
  key: string
216
211
  ): void;
217
- /**
218
- * Gets current value of property filterBar.
219
- *
220
- *
221
- * @returns Value of property `filterBar`
222
- */
223
- setFilterBar(): string;
224
212
  /**
225
213
  * Gets current value of property header.
226
214
  *
@@ -305,11 +293,6 @@ declare module "sap/fe/macros/Chart" {
305
293
  */
306
294
  contextPath?: string | PropertyBindingInfo;
307
295
 
308
- /**
309
- * Id of the FilterBar building block associated with the chart.
310
- */
311
- filterBar?: string | PropertyBindingInfo;
312
-
313
296
  /**
314
297
  * Specifies the header text that is shown in the chart
315
298
  */
@@ -384,6 +367,11 @@ declare module "sap/fe/macros/Chart" {
384
367
  | AggregationBindingInfo
385
368
  | `{${string}}`;
386
369
 
370
+ /**
371
+ * Id of the FilterBar building block associated with the chart.
372
+ */
373
+ filterBar?: Control | string;
374
+
387
375
  /**
388
376
  * An event triggered when chart selections are changed. The event contains information about the data selected/deselected
389
377
  * and the Boolean flag that indicates whether data is selected or deselected.
@@ -423,7 +411,6 @@ declare module "sap/fe/macros/CollaborativeDraftHandler" {
423
411
  * A BuildingBlock to watch the lock status of a property and to react on changes.
424
412
  *
425
413
  * @since 1.141.0
426
- * @experimental As of version 1.141.0.
427
414
  */
428
415
  export default class CollaborativeDraftHandler extends BuildingBlock {
429
416
  /**
@@ -563,31 +550,23 @@ declare module "sap/fe/macros/CollaborativeDraftHandler" {
563
550
  }
564
551
  /**
565
552
  * Describes the settings that can be provided to the CollaborativeDraftHandler constructor.
566
- *
567
- * @experimental As of version 1.141.0.
568
553
  */
569
554
  export interface $CollaborativeDraftHandlerSettings
570
555
  extends $BuildingBlockSettings {
571
556
  /**
572
557
  * Defines the path of the context used in the current page or block.
573
558
  * This setting is defined by the framework, and can be overwritten.
574
- *
575
- * @experimental As of version 1.141.0.
576
559
  */
577
560
  contextPath?: string | PropertyBindingInfo;
578
561
 
579
562
  /**
580
563
  * Defines the relative path of the property in the metamodel, based on the current contextPath.
581
- *
582
- * @experimental As of version 1.141.0.
583
564
  */
584
565
  metaPath?: string | PropertyBindingInfo;
585
566
 
586
567
  /**
587
568
  * If set to true, the standard Avatar control is displayed to indicate the lock status.
588
569
  * If set to false, nothing is displayed.
589
- *
590
- * @experimental As of version 1.141.0.
591
570
  */
592
571
  showAvatar?: boolean | PropertyBindingInfo | `{${string}}`;
593
572
 
@@ -757,7 +736,6 @@ declare module "sap/fe/macros/ConditionalSwitch" {
757
736
  * block.
758
737
  *
759
738
  * @since 1.141.0
760
- * @experimental As of version 1.141.0.
761
739
  */
762
740
  export default class ConditionalSwitch
763
741
  extends BuildingBlockBase
@@ -767,8 +745,6 @@ declare module "sap/fe/macros/ConditionalSwitch" {
767
745
  }
768
746
  /**
769
747
  * Describes the settings that can be provided to the ConditionalSwitch constructor.
770
- *
771
- * @experimental As of version 1.141.0.
772
748
  */
773
749
  export interface $ConditionalSwitchSettings
774
750
  extends $BuildingBlockBaseSettings {
@@ -794,7 +770,6 @@ declare module "sap/fe/macros/ConditionalSwitchProperty" {
794
770
  * When the value is changed, a `valueChanged` event is fired.
795
771
  *
796
772
  * @since 1.141.0
797
- * @experimental As of version 1.141.0.
798
773
  */
799
774
  export default class ConditionalSwitchProperty extends UI5Element {
800
775
  /**
@@ -867,8 +842,6 @@ declare module "sap/fe/macros/ConditionalSwitchProperty" {
867
842
  }
868
843
  /**
869
844
  * Describes the settings that can be provided to the ConditionalSwitchProperty constructor.
870
- *
871
- * @experimental As of version 1.141.0.
872
845
  */
873
846
  export interface $ConditionalSwitchPropertySettings extends $ElementSettings {
874
847
  /**
@@ -1364,7 +1337,7 @@ declare module "sap/fe/macros/KPITag" {
1364
1337
  /**
1365
1338
  * The Number to be displayed.
1366
1339
  */
1367
- number?: any | PropertyBindingInfo | `{${string}}`;
1340
+ number?: string | PropertyBindingInfo;
1368
1341
 
1369
1342
  /**
1370
1343
  * Set it to `true` if the KPI should display its status icon.
@@ -1374,22 +1347,22 @@ declare module "sap/fe/macros/KPITag" {
1374
1347
  /**
1375
1348
  * The Status to be displayed.
1376
1349
  */
1377
- status?: any | PropertyBindingInfo | `{${string}}`;
1350
+ status?: string | PropertyBindingInfo;
1378
1351
 
1379
1352
  /**
1380
1353
  * The Text to be displayed.
1381
1354
  */
1382
- text?: any | PropertyBindingInfo | `{${string}}`;
1355
+ text?: string | PropertyBindingInfo;
1383
1356
 
1384
1357
  /**
1385
1358
  * The Tooltip to be displayed.
1386
1359
  */
1387
- tooltip?: any | PropertyBindingInfo | `{${string}}`;
1360
+ tooltip?: string | PropertyBindingInfo;
1388
1361
 
1389
1362
  /**
1390
1363
  * The Unit of Measure of the number to be displayed.
1391
1364
  */
1392
- unit?: any | PropertyBindingInfo | `{${string}}`;
1365
+ unit?: string | PropertyBindingInfo;
1393
1366
 
1394
1367
  /**
1395
1368
  * An event is triggered when the KPI is pressed.
@@ -1476,7 +1449,7 @@ declare module "sap/fe/macros/MessageButton" {
1476
1449
  /**
1477
1450
  * The function to be called when the event occurs
1478
1451
  */
1479
- fnFunction: (p1: Event) => void,
1452
+ fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
1480
1453
  /**
1481
1454
  * The context object to call the event handler with. Defaults to this `this` control
1482
1455
  */
@@ -1491,7 +1464,7 @@ declare module "sap/fe/macros/MessageButton" {
1491
1464
  /**
1492
1465
  * The function to be called when the event occurs
1493
1466
  */
1494
- fnFunction: (p1: Event) => void,
1467
+ fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
1495
1468
  /**
1496
1469
  * The context object to call the event handler with. Defaults to this `this` control
1497
1470
  */
@@ -1506,7 +1479,7 @@ declare module "sap/fe/macros/MessageButton" {
1506
1479
  /**
1507
1480
  * The function to be called when the event occurs
1508
1481
  */
1509
- fnFunction: (p1: Event) => void,
1482
+ fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
1510
1483
  /**
1511
1484
  * The context object to call the event handler with. Defaults to this `this` control
1512
1485
  */
@@ -1527,7 +1500,7 @@ declare module "sap/fe/macros/MessageButton" {
1527
1500
  * See {@link .........types.EventHandler>} for the
1528
1501
  * set of parameters that are expected by the event handlers.
1529
1502
  */
1530
- mParameters?: {}
1503
+ mParameters?: MessageButton$VisibilityChangeEventParameters
1531
1504
  ): this;
1532
1505
  }
1533
1506
  /**
@@ -1537,13 +1510,15 @@ declare module "sap/fe/macros/MessageButton" {
1537
1510
  /**
1538
1511
  * The event is triggered when the message button's visibility changes.
1539
1512
  */
1540
- visibilityChange?: (oEvent: Event) => void;
1513
+ visibilityChange?: (oEvent: MessageButton$VisibilityChangeEvent) => void;
1541
1514
  }
1542
1515
 
1543
1516
  /**
1544
1517
  * Parameters of the MessageButton#visibilityChange event.
1545
1518
  */
1546
- export interface MessageButton$VisibilityChangeEventParameters {}
1519
+ export interface MessageButton$VisibilityChangeEventParameters {
1520
+ visible?: boolean;
1521
+ }
1547
1522
 
1548
1523
  /**
1549
1524
  * Event object of the MessageButton#visibilityChange event.
@@ -1990,8 +1965,7 @@ declare module "sap/fe/macros/Status" {
1990
1965
  /**
1991
1966
  * Building block to display a status and criticality.
1992
1967
  *
1993
- * @since 1.141.0
1994
- * @experimental As of version 1.141.0.
1968
+ * @since 1.143.0
1995
1969
  */
1996
1970
  export default class Status extends BuildingBlock implements IFormContent {
1997
1971
  __implements__sap_ui_core_IFormContent: boolean;
@@ -2057,15 +2031,12 @@ declare module "sap/fe/macros/Status" {
2057
2031
  firePress(
2058
2032
  /**
2059
2033
  * The parameters to pass along with the event.
2060
- * See {@link } for the set of parameters that are expected by the event handlers.
2061
2034
  */
2062
2035
  mParameters?: {}
2063
2036
  ): this;
2064
2037
  }
2065
2038
  /**
2066
2039
  * Describes the settings that can be provided to the Status constructor.
2067
- *
2068
- * @experimental As of version 1.141.0.
2069
2040
  */
2070
2041
  export interface $StatusSettings extends $BuildingBlockSettings {
2071
2042
  /**
@@ -2133,6 +2104,8 @@ declare module "sap/fe/macros/VariantManagement" {
2133
2104
 
2134
2105
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2135
2106
 
2107
+ import Control from "sap/ui/core/Control";
2108
+
2136
2109
  /**
2137
2110
  * Building block used to create a Variant Management based on the metadata provided by OData V4.
2138
2111
  * Usage example:
@@ -2152,11 +2125,6 @@ declare module "sap/fe/macros/VariantManagement" {
2152
2125
  * Describes the settings that can be provided to the VariantManagement constructor.
2153
2126
  */
2154
2127
  export interface $VariantManagementSettings extends $BuildingBlockSettings {
2155
- /**
2156
- * A list of control IDs to which the variant management is applied.
2157
- */
2158
- for?: string[] | PropertyBindingInfo | `{${string}}`;
2159
-
2160
2128
  /**
2161
2129
  * Header level for the variant management, determining its position or style.
2162
2130
  */
@@ -2171,6 +2139,11 @@ declare module "sap/fe/macros/VariantManagement" {
2171
2139
  * Whether the "Set as Default" option is visible.
2172
2140
  */
2173
2141
  showSetAsDefault?: boolean | PropertyBindingInfo | `{${string}}`;
2142
+
2143
+ /**
2144
+ * A list of control IDs to which the variant management is applied.
2145
+ */
2146
+ for?: Control | string;
2174
2147
  }
2175
2148
  }
2176
2149
 
@@ -2415,13 +2388,6 @@ declare module "sap/fe/macros/chart/Chart" {
2415
2388
  * @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
2416
2389
  */
2417
2390
  getCurrentVariantKey(): null | string;
2418
- /**
2419
- * Gets current value of property filterBar.
2420
- *
2421
- *
2422
- * @returns Value of property `filterBar`
2423
- */
2424
- getFilterBar(): string;
2425
2391
  /**
2426
2392
  * Gets current value of property header.
2427
2393
  *
@@ -2502,13 +2468,6 @@ declare module "sap/fe/macros/chart/Chart" {
2502
2468
  */
2503
2469
  key: string
2504
2470
  ): void;
2505
- /**
2506
- * Gets current value of property filterBar.
2507
- *
2508
- *
2509
- * @returns Value of property `filterBar`
2510
- */
2511
- setFilterBar(): string;
2512
2471
  /**
2513
2472
  * Gets current value of property header.
2514
2473
  *
@@ -2596,11 +2555,6 @@ declare module "sap/fe/macros/chart/Chart" {
2596
2555
  */
2597
2556
  contextPath?: string | PropertyBindingInfo;
2598
2557
 
2599
- /**
2600
- * Id of the FilterBar building block associated with the chart.
2601
- */
2602
- filterBar?: string | PropertyBindingInfo;
2603
-
2604
2558
  /**
2605
2559
  * Specifies the header text that is shown in the chart
2606
2560
  */
@@ -2675,6 +2629,11 @@ declare module "sap/fe/macros/chart/Chart" {
2675
2629
  | AggregationBindingInfo
2676
2630
  | `{${string}}`;
2677
2631
 
2632
+ /**
2633
+ * Id of the FilterBar building block associated with the chart.
2634
+ */
2635
+ filterBar?: Control | string;
2636
+
2678
2637
  /**
2679
2638
  * An event triggered when chart selections are changed. The event contains information about the data selected/deselected
2680
2639
  * and the Boolean flag that indicates whether data is selected or deselected.
@@ -2730,17 +2689,20 @@ declare module "sap/fe/macros/chart/OverflowGroup" {
2730
2689
  }
2731
2690
 
2732
2691
  declare module "sap/fe/macros/controls/BuildingBlockObjectProperty" {
2733
- import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
2692
+ import {
2693
+ default as BuildingBlockBase,
2694
+ $BuildingBlockBaseSettings,
2695
+ } from "sap/fe/base/BuildingBlockBase";
2734
2696
 
2735
2697
  /**
2736
2698
  * Base class for building block complex object properties that can be serialized to XML.
2737
2699
  */
2738
- export default class BuildingBlockObjectProperty extends UI5Element {}
2700
+ export default class BuildingBlockObjectProperty extends BuildingBlockBase {}
2739
2701
  /**
2740
2702
  * Describes the settings that can be provided to the BuildingBlockObjectProperty constructor.
2741
2703
  */
2742
2704
  export interface $BuildingBlockObjectPropertySettings
2743
- extends $ElementSettings {}
2705
+ extends $BuildingBlockBaseSettings {}
2744
2706
  }
2745
2707
 
2746
2708
  declare module "sap/fe/macros/controls/BuildingBlockWithTemplating" {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -48,7 +48,7 @@ declare module "sap/fe/templates/ListReport/ListReportControllerOverrides" {
48
48
  }
49
49
  }
50
50
 
51
- // For Library Version: 1.142.0
51
+ // For Library Version: 1.143.0
52
52
 
53
53
  declare module "sap/fe/templates/library" {}
54
54
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -3048,7 +3048,12 @@ declare module "sap/fe/test/BaseArrangements" {
3048
3048
  *
3049
3049
  * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
3050
3050
  */
3051
- iResetTestData(): /* was: sap.ui.test.OpaBuilder */ any;
3051
+ iResetTestData(
3052
+ /**
3053
+ * Ignore the redeploy
3054
+ */
3055
+ bIgnoreRedeploy?: boolean
3056
+ ): /* was: sap.ui.test.OpaBuilder */ any;
3052
3057
  /**
3053
3058
  * Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.
3054
3059
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.1
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4