@sapui5/ts-types 1.142.0 → 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 +670 -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 +35 -95
  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 +168 -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 +66 -54
  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 +27560 -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 +500 -124
  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 +61 -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 -10
  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 namespace sap {
4
4
  /**
@@ -20469,6 +20469,13 @@ declare namespace sap {
20469
20469
  unbindValue(): this;
20470
20470
  }
20471
20471
  /**
20472
+ * **Note:** `sap.f.ShellBar` is not UXC-compliant and will no longer be aligned with future UXC design
20473
+ * updates. For UXC-compliant applications, use the ui5-shellbar web component instead. It can be integrated
20474
+ * seamlessly using ui5-tooling-modules. See {@link https://ui5.sap.com/#/topic/1c80793df5bb424091954697fc0b2828 Using Web Components}.
20475
+ *
20476
+ *
20477
+ *
20478
+ *
20472
20479
  * A horizontal bar control holding multiple child controls used as application shell header.
20473
20480
  *
20474
20481
  * 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 namespace sap {
4
4
  namespace fe {
@@ -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 namespace sap {
4
4
  /**
@@ -83,7 +83,6 @@ declare namespace sap {
83
83
  * A controller extension to handle collaborative draft scenarios.
84
84
  *
85
85
  * @since 1.141.0
86
- * @experimental As of version 1.141.0.
87
86
  */
88
87
  class CollaborativeDraft extends sap.fe.core.controllerextensions
89
88
  .BaseControllerExtension {
@@ -93,7 +92,6 @@ declare namespace sap {
93
92
  *
94
93
  *
95
94
  * @since 1.141.0
96
- * @experimental As of version 1.141.0.
97
95
  */
98
96
  sendContextsCreated(
99
97
  /**
@@ -109,7 +107,6 @@ declare namespace sap {
109
107
  *
110
108
  *
111
109
  * @since 1.141.0
112
- * @experimental As of version 1.141.0.
113
110
  */
114
111
  sendContextsDeleted(
115
112
  /**
@@ -121,7 +118,6 @@ declare namespace sap {
121
118
  * Sends a notification to other users that a property has been locked or unlocked by the current user.
122
119
  *
123
120
  * @since 1.141.0
124
- * @experimental As of version 1.141.0.
125
121
  */
126
122
  sendLockChange(
127
123
  /**
@@ -143,7 +139,6 @@ declare namespace sap {
143
139
  *
144
140
  *
145
141
  * @since 1.141.0
146
- * @experimental As of version 1.141.0.
147
142
  */
148
143
  sendPropertyValuesChange(
149
144
  /**
@@ -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 namespace sap {
4
4
  namespace fe {
@@ -173,11 +173,6 @@ declare namespace sap {
173
173
  */
174
174
  contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
175
175
 
176
- /**
177
- * Id of the FilterBar building block associated with the chart.
178
- */
179
- filterBar?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
180
-
181
176
  /**
182
177
  * Specifies the header text that is shown in the chart
183
178
  */
@@ -263,6 +258,11 @@ declare namespace sap {
263
258
  | sap.ui.base.ManagedObject.AggregationBindingInfo
264
259
  | `{${string}}`;
265
260
 
261
+ /**
262
+ * Id of the FilterBar building block associated with the chart.
263
+ */
264
+ filterBar?: sap.ui.core.Control | string;
265
+
266
266
  /**
267
267
  * An event triggered when chart selections are changed. The event contains information about the data selected/deselected
268
268
  * and the Boolean flag that indicates whether data is selected or deselected.
@@ -416,13 +416,6 @@ declare namespace sap {
416
416
  * @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
417
417
  */
418
418
  getCurrentVariantKey(): null | string;
419
- /**
420
- * Gets current value of property filterBar.
421
- *
422
- *
423
- * @returns Value of property `filterBar`
424
- */
425
- getFilterBar(): string;
426
419
  /**
427
420
  * Gets current value of property header.
428
421
  *
@@ -503,13 +496,6 @@ declare namespace sap {
503
496
  */
504
497
  key: string
505
498
  ): void;
506
- /**
507
- * Gets current value of property filterBar.
508
- *
509
- *
510
- * @returns Value of property `filterBar`
511
- */
512
- setFilterBar(): string;
513
499
  /**
514
500
  * Gets current value of property header.
515
501
  *
@@ -706,7 +692,7 @@ declare namespace sap {
706
692
  * Describes the settings that can be provided to the BuildingBlockObjectProperty constructor.
707
693
  */
708
694
  interface $BuildingBlockObjectPropertySettings
709
- extends sap.ui.core.$ElementSettings {}
695
+ extends sap.fe.base.$BuildingBlockBaseSettings {}
710
696
 
711
697
  /**
712
698
  * Describes the settings that can be provided to the BuildingBlockWithTemplating constructor.
@@ -720,7 +706,8 @@ declare namespace sap {
720
706
  /**
721
707
  * Base class for building block complex object properties that can be serialized to XML.
722
708
  */
723
- class BuildingBlockObjectProperty extends sap.ui.core.Element {}
709
+ class BuildingBlockObjectProperty extends sap.fe.base
710
+ .BuildingBlockBase {}
724
711
  /**
725
712
  * Using this class you can define a building block that will manage and render a templating based building
726
713
  * block.
@@ -4779,11 +4766,6 @@ declare namespace sap {
4779
4766
  */
4780
4767
  contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
4781
4768
 
4782
- /**
4783
- * Id of the FilterBar building block associated with the chart.
4784
- */
4785
- filterBar?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
4786
-
4787
4769
  /**
4788
4770
  * Specifies the header text that is shown in the chart
4789
4771
  */
@@ -4865,6 +4847,11 @@ declare namespace sap {
4865
4847
  | sap.ui.base.ManagedObject.AggregationBindingInfo
4866
4848
  | `{${string}}`;
4867
4849
 
4850
+ /**
4851
+ * Id of the FilterBar building block associated with the chart.
4852
+ */
4853
+ filterBar?: sap.ui.core.Control | string;
4854
+
4868
4855
  /**
4869
4856
  * An event triggered when chart selections are changed. The event contains information about the data selected/deselected
4870
4857
  * and the Boolean flag that indicates whether data is selected or deselected.
@@ -4874,31 +4861,23 @@ declare namespace sap {
4874
4861
 
4875
4862
  /**
4876
4863
  * Describes the settings that can be provided to the CollaborativeDraftHandler constructor.
4877
- *
4878
- * @experimental As of version 1.141.0.
4879
4864
  */
4880
4865
  interface $CollaborativeDraftHandlerSettings
4881
4866
  extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
4882
4867
  /**
4883
4868
  * Defines the path of the context used in the current page or block.
4884
4869
  * This setting is defined by the framework, and can be overwritten.
4885
- *
4886
- * @experimental As of version 1.141.0.
4887
4870
  */
4888
4871
  contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
4889
4872
 
4890
4873
  /**
4891
4874
  * Defines the relative path of the property in the metamodel, based on the current contextPath.
4892
- *
4893
- * @experimental As of version 1.141.0.
4894
4875
  */
4895
4876
  metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
4896
4877
 
4897
4878
  /**
4898
4879
  * If set to true, the standard Avatar control is displayed to indicate the lock status.
4899
4880
  * If set to false, nothing is displayed.
4900
- *
4901
- * @experimental As of version 1.141.0.
4902
4881
  */
4903
4882
  showAvatar?:
4904
4883
  | boolean
@@ -4933,8 +4912,6 @@ declare namespace sap {
4933
4912
 
4934
4913
  /**
4935
4914
  * Describes the settings that can be provided to the ConditionalSwitch constructor.
4936
- *
4937
- * @experimental As of version 1.141.0.
4938
4915
  */
4939
4916
  interface $ConditionalSwitchSettings
4940
4917
  extends sap.fe.base.$BuildingBlockBaseSettings {
@@ -4952,8 +4929,6 @@ declare namespace sap {
4952
4929
 
4953
4930
  /**
4954
4931
  * Describes the settings that can be provided to the ConditionalSwitchProperty constructor.
4955
- *
4956
- * @experimental As of version 1.141.0.
4957
4932
  */
4958
4933
  interface $ConditionalSwitchPropertySettings
4959
4934
  extends sap.ui.core.$ElementSettings {
@@ -5050,10 +5025,7 @@ declare namespace sap {
5050
5025
  /**
5051
5026
  * The Number to be displayed.
5052
5027
  */
5053
- number?:
5054
- | any
5055
- | sap.ui.base.ManagedObject.PropertyBindingInfo
5056
- | `{${string}}`;
5028
+ number?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5057
5029
 
5058
5030
  /**
5059
5031
  * Set it to `true` if the KPI should display its status icon.
@@ -5066,34 +5038,22 @@ declare namespace sap {
5066
5038
  /**
5067
5039
  * The Status to be displayed.
5068
5040
  */
5069
- status?:
5070
- | any
5071
- | sap.ui.base.ManagedObject.PropertyBindingInfo
5072
- | `{${string}}`;
5041
+ status?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5073
5042
 
5074
5043
  /**
5075
5044
  * The Text to be displayed.
5076
5045
  */
5077
- text?:
5078
- | any
5079
- | sap.ui.base.ManagedObject.PropertyBindingInfo
5080
- | `{${string}}`;
5046
+ text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5081
5047
 
5082
5048
  /**
5083
5049
  * The Tooltip to be displayed.
5084
5050
  */
5085
- tooltip?:
5086
- | any
5087
- | sap.ui.base.ManagedObject.PropertyBindingInfo
5088
- | `{${string}}`;
5051
+ tooltip?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5089
5052
 
5090
5053
  /**
5091
5054
  * The Unit of Measure of the number to be displayed.
5092
5055
  */
5093
- unit?:
5094
- | any
5095
- | sap.ui.base.ManagedObject.PropertyBindingInfo
5096
- | `{${string}}`;
5056
+ unit?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5097
5057
 
5098
5058
  /**
5099
5059
  * An event is triggered when the KPI is pressed.
@@ -5126,7 +5086,9 @@ declare namespace sap {
5126
5086
  /**
5127
5087
  * The event is triggered when the message button's visibility changes.
5128
5088
  */
5129
- visibilityChange?: (oEvent: sap.ui.base.Event) => void;
5089
+ visibilityChange?: (
5090
+ oEvent: MessageButton$VisibilityChangeEvent
5091
+ ) => void;
5130
5092
  }
5131
5093
 
5132
5094
  /**
@@ -5331,8 +5293,6 @@ declare namespace sap {
5331
5293
 
5332
5294
  /**
5333
5295
  * Describes the settings that can be provided to the Status constructor.
5334
- *
5335
- * @experimental As of version 1.141.0.
5336
5296
  */
5337
5297
  interface $StatusSettings
5338
5298
  extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
@@ -5395,14 +5355,6 @@ declare namespace sap {
5395
5355
  */
5396
5356
  interface $VariantManagementSettings
5397
5357
  extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
5398
- /**
5399
- * A list of control IDs to which the variant management is applied.
5400
- */
5401
- for?:
5402
- | string[]
5403
- | sap.ui.base.ManagedObject.PropertyBindingInfo
5404
- | `{${string}}`;
5405
-
5406
5358
  /**
5407
5359
  * Header level for the variant management, determining its position or style.
5408
5360
  */
@@ -5423,6 +5375,11 @@ declare namespace sap {
5423
5375
  | boolean
5424
5376
  | sap.ui.base.ManagedObject.PropertyBindingInfo
5425
5377
  | `{${string}}`;
5378
+
5379
+ /**
5380
+ * A list of control IDs to which the variant management is applied.
5381
+ */
5382
+ for?: sap.ui.core.Control | string;
5426
5383
  }
5427
5384
 
5428
5385
  /**
@@ -6419,7 +6376,9 @@ declare namespace sap {
6419
6376
  /**
6420
6377
  * Parameters of the MessageButton#visibilityChange event.
6421
6378
  */
6422
- interface MessageButton$VisibilityChangeEventParameters {}
6379
+ interface MessageButton$VisibilityChangeEventParameters {
6380
+ visible?: boolean;
6381
+ }
6423
6382
 
6424
6383
  /**
6425
6384
  * Parameters of the Status#press event.
@@ -6581,13 +6540,6 @@ declare namespace sap {
6581
6540
  * @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
6582
6541
  */
6583
6542
  getCurrentVariantKey(): null | string;
6584
- /**
6585
- * Gets current value of property filterBar.
6586
- *
6587
- *
6588
- * @returns Value of property `filterBar`
6589
- */
6590
- getFilterBar(): string;
6591
6543
  /**
6592
6544
  * Gets current value of property header.
6593
6545
  *
@@ -6668,13 +6620,6 @@ declare namespace sap {
6668
6620
  */
6669
6621
  key: string
6670
6622
  ): void;
6671
- /**
6672
- * Gets current value of property filterBar.
6673
- *
6674
- *
6675
- * @returns Value of property `filterBar`
6676
- */
6677
- setFilterBar(): string;
6678
6623
  /**
6679
6624
  * Gets current value of property header.
6680
6625
  *
@@ -6754,7 +6699,6 @@ declare namespace sap {
6754
6699
  * A BuildingBlock to watch the lock status of a property and to react on changes.
6755
6700
  *
6756
6701
  * @since 1.141.0
6757
- * @experimental As of version 1.141.0.
6758
6702
  */
6759
6703
  class CollaborativeDraftHandler extends sap.fe.core.buildingBlocks
6760
6704
  .BuildingBlock {
@@ -6973,7 +6917,6 @@ declare namespace sap {
6973
6917
  * block.
6974
6918
  *
6975
6919
  * @since 1.141.0
6976
- * @experimental As of version 1.141.0.
6977
6920
  */
6978
6921
  class ConditionalSwitch
6979
6922
  extends sap.fe.base.BuildingBlockBase
@@ -6986,7 +6929,6 @@ declare namespace sap {
6986
6929
  * When the value is changed, a `valueChanged` event is fired.
6987
6930
  *
6988
6931
  * @since 1.141.0
6989
- * @experimental As of version 1.141.0.
6990
6932
  */
6991
6933
  class ConditionalSwitchProperty extends sap.ui.core.Element {
6992
6934
  /**
@@ -7380,7 +7322,7 @@ declare namespace sap {
7380
7322
  /**
7381
7323
  * The function to be called when the event occurs
7382
7324
  */
7383
- fnFunction: (p1: sap.ui.base.Event) => void,
7325
+ fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
7384
7326
  /**
7385
7327
  * The context object to call the event handler with. Defaults to this `this` control
7386
7328
  */
@@ -7395,7 +7337,7 @@ declare namespace sap {
7395
7337
  /**
7396
7338
  * The function to be called when the event occurs
7397
7339
  */
7398
- fnFunction: (p1: sap.ui.base.Event) => void,
7340
+ fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
7399
7341
  /**
7400
7342
  * The context object to call the event handler with. Defaults to this `this` control
7401
7343
  */
@@ -7410,7 +7352,7 @@ declare namespace sap {
7410
7352
  /**
7411
7353
  * The function to be called when the event occurs
7412
7354
  */
7413
- fnFunction: (p1: sap.ui.base.Event) => void,
7355
+ fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
7414
7356
  /**
7415
7357
  * The context object to call the event handler with. Defaults to this `this` control
7416
7358
  */
@@ -7431,7 +7373,7 @@ declare namespace sap {
7431
7373
  * See {@link .........types.EventHandler>} for the
7432
7374
  * set of parameters that are expected by the event handlers.
7433
7375
  */
7434
- mParameters?: {}
7376
+ mParameters?: sap.fe.macros.MessageButton$VisibilityChangeEventParameters
7435
7377
  ): this;
7436
7378
  }
7437
7379
  /**
@@ -7621,8 +7563,7 @@ declare namespace sap {
7621
7563
  /**
7622
7564
  * Building block to display a status and criticality.
7623
7565
  *
7624
- * @since 1.141.0
7625
- * @experimental As of version 1.141.0.
7566
+ * @since 1.143.0
7626
7567
  */
7627
7568
  class Status
7628
7569
  extends sap.fe.core.buildingBlocks.BuildingBlock
@@ -7691,7 +7632,6 @@ declare namespace sap {
7691
7632
  firePress(
7692
7633
  /**
7693
7634
  * The parameters to pass along with the event.
7694
- * See {@link } for the set of parameters that are expected by the event handlers.
7695
7635
  */
7696
7636
  mParameters?: {}
7697
7637
  ): this;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -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 namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -3324,7 +3324,12 @@ declare namespace sap {
3324
3324
  *
3325
3325
  * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
3326
3326
  */
3327
- iResetTestData(): /* was: sap.ui.test.OpaBuilder */ any;
3327
+ iResetTestData(
3328
+ /**
3329
+ * Ignore the redeploy
3330
+ */
3331
+ bIgnoreRedeploy?: boolean
3332
+ ): /* was: sap.ui.test.OpaBuilder */ any;
3328
3333
  /**
3329
3334
  * Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.
3330
3335
  *
@@ -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 namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**