@sapui5/ts-types-esm 1.145.1 → 1.147.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 (69) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +3 -6
  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 +4 -7
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +56 -67
  8. package/types/sap.f.d.ts +220 -527
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +3921 -3221
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +49 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +228 -1
  22. package/types/sap.insights.d.ts +14 -1
  23. package/types/{mobile-1.145.0-esm-d.ts → sap.m.d.ts} +596 -48
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +299 -10
  31. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +9 -19
  34. package/types/sap.ui.codeeditor.d.ts +82 -46
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +5 -15
  37. package/types/{core-1.145.0-esm-d.ts → sap.ui.core.d.ts} +1214 -396
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +9 -1
  41. package/types/sap.ui.generic.app.d.ts +5 -5
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +87 -290
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/{mdc-1.145.0-esm-d.ts → sap.ui.mdc.d.ts} +113 -22
  47. package/types/sap.ui.richtexteditor.d.ts +6 -6
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +2 -2
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +41 -11
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +8 -24
  56. package/types/sap.ui.vk.d.ts +209 -2
  57. package/types/sap.ui.vtm.d.ts +2 -2
  58. package/types/sap.uiext.inbox.d.ts +1 -1
  59. package/types/sap.ushell.d.ts +609 -202
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +151 -2
  62. package/types/sap.viz.d.ts +4 -5
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +1 -1
  65. package/types/sap.zen.crosstab.d.ts +1 -1
  66. package/types/sap.zen.dsh.d.ts +1 -1
  67. package/types/sap.ui.webc.common.d.ts +0 -164
  68. package/types/sap.ui.webc.fiori.d.ts +0 -16235
  69. package/types/sap.ui.webc.main.d.ts +0 -51365
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.145.1",
3
+ "version": "1.147.0",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -19,7 +19,7 @@
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
20
  /// <reference path="./sap.ui.commons.d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./core-1.145.0-esm-d.ts"/>
22
+ /// <reference path="./sap.ui.core.d.ts"/>
23
23
  /// <reference path="./sap.ui.dt.d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
@@ -33,8 +33,8 @@
33
33
  /// <reference path="./sap.ui.integration.d.ts"/>
34
34
  /// <reference path="./sap.ui.layout.d.ts"/>
35
35
  /// <reference path="./sap.makit.d.ts"/>
36
- /// <reference path="./mdc-1.145.0-esm-d.ts"/>
37
- /// <reference path="./mobile-1.145.0-esm-d.ts"/>
36
+ /// <reference path="./sap.ui.mdc.d.ts"/>
37
+ /// <reference path="./sap.m.d.ts"/>
38
38
  /// <reference path="./sap.me.d.ts"/>
39
39
  /// <reference path="./sap.ndc.d.ts"/>
40
40
  /// <reference path="./sap.ovp.d.ts"/>
@@ -79,6 +79,3 @@
79
79
  /// <reference path="./sap.uxap.d.ts"/>
80
80
  /// <reference path="./sap.ui.vbm.d.ts"/>
81
81
  /// <reference path="./sap.viz.d.ts"/>
82
- /// <reference path="./sap.ui.webc.common.d.ts"/>
83
- /// <reference path="./sap.ui.webc.fiori.d.ts"/>
84
- /// <reference path="./sap.ui.webc.main.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.1
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -4337,8 +4337,7 @@ declare module "sap/chart/data/Measure" {
4337
4337
  *
4338
4338
  * The analytical extra information
4339
4339
  *
4340
- * @since 1.63
4341
- * @experimental
4340
+ * @experimental As of version 1.63.
4342
4341
  *
4343
4342
  * @returns Value of property `analyticalInfo`
4344
4343
  */
@@ -4450,8 +4449,7 @@ declare module "sap/chart/data/Measure" {
4450
4449
  *
4451
4450
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4452
4451
  *
4453
- * @since 1.63
4454
- * @experimental
4452
+ * @experimental As of version 1.63.
4455
4453
  *
4456
4454
  * @returns Reference to `this` in order to allow method chaining
4457
4455
  */
@@ -4687,8 +4685,7 @@ declare module "sap/chart/data/Measure" {
4687
4685
  /**
4688
4686
  * The analytical extra information
4689
4687
  *
4690
- * @since 1.63
4691
- * @experimental
4688
+ * @experimental As of version 1.63.
4692
4689
  */
4693
4690
  analyticalInfo?: object | PropertyBindingInfo | `{${string}}`;
4694
4691
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.2
1
+ // For Library Version: 1.147.1
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
@@ -14,14 +14,15 @@ declare module "sap/esh/search/ui/controls/basket/CustomBasket" {
14
14
  * with control SearchCompositeControl by the Enterprise Search Team.
15
15
  *
16
16
  * @since 1.144.0
17
- * @experimental As of version 1.144.0.
18
17
  */
19
18
  export default class CustomBasket extends VerticalLayout {
20
19
  /**
21
20
  * Constructs a new `CustomBasket` to be used as a search basket (extend this class).
22
21
  * See:
23
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
24
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
22
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
23
+ * SAP HANA Search Developer Guide
24
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
25
+ * Enterprise Search in SAP S/4HANA
25
26
  */
26
27
  constructor(
27
28
  /**
@@ -32,8 +33,6 @@ declare module "sap/esh/search/ui/controls/basket/CustomBasket" {
32
33
  }
33
34
  /**
34
35
  * Describes the settings that can be provided to the CustomBasket constructor.
35
- *
36
- * @experimental As of version 1.144.0.
37
36
  */
38
37
  export interface $CustomBasketSettings extends $VerticalLayoutSettings {}
39
38
  }
@@ -49,14 +48,15 @@ declare module "sap/esh/search/ui/controls/basket/SearchBasketAddButton" {
49
48
  * basket. Use in combination with control SearchCompositeControl by the Enterprise Search Team.
50
49
  *
51
50
  * @since 1.143.0
52
- * @experimental As of version 1.143.0.
53
51
  */
54
52
  export default class SearchBasketAddButton extends OverflowToolbarButton {
55
53
  /**
56
54
  * Constructs a new `SearchBasketAddButton` to display a button to add result items to the search basket.
57
55
  * See:
58
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
59
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
56
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
57
+ * SAP HANA Search Developer Guide
58
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
59
+ * Enterprise Search in SAP S/4HANA
60
60
  */
61
61
  constructor(
62
62
  /**
@@ -67,8 +67,6 @@ declare module "sap/esh/search/ui/controls/basket/SearchBasketAddButton" {
67
67
  }
68
68
  /**
69
69
  * Describes the settings that can be provided to the SearchBasketAddButton constructor.
70
- *
71
- * @experimental As of version 1.143.0.
72
70
  */
73
71
  export interface $SearchBasketAddButtonSettings
74
72
  extends $OverflowToolbarButtonSettings {}
@@ -90,8 +88,10 @@ declare module "sap/esh/search/ui/controls/resultview/SearchShowDetailButton" {
90
88
  /**
91
89
  * Constructs a new `SearchShowDetailButton` to display a button to navigate to the detail of a result item.
92
90
  * See:
93
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
94
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
91
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
92
+ * SAP HANA Search Developer Guide
93
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
94
+ * Enterprise Search in SAP S/4HANA
95
95
  */
96
96
  constructor(
97
97
  /**
@@ -121,8 +121,10 @@ declare module "sap/esh/search/ui/controls/resultview/SearchText" {
121
121
  * Constructs a new `SearchText` to display an attribute (text only, no navigation) on custom grid control
122
122
  * tiles.
123
123
  * See:
124
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
125
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
124
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
125
+ * SAP HANA Search Developer Guide
126
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
127
+ * Enterprise Search in SAP S/4HANA
126
128
  */
127
129
  constructor(
128
130
  /**
@@ -167,8 +169,10 @@ declare module "sap/esh/search/ui/controls/SearchLink" {
167
169
  /**
168
170
  * Constructs a new `SearchText` to display an attribute (with navigation) on custom grid control tiles.
169
171
  * See:
170
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
171
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
172
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
173
+ * SAP HANA Search Developer Guide
174
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
175
+ * Enterprise Search in SAP S/4HANA
172
176
  */
173
177
  constructor(
174
178
  /**
@@ -360,8 +364,10 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
360
364
  /**
361
365
  * Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
362
366
  * See:
363
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
364
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
367
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
368
+ * SAP HANA Search Developer Guide
369
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
370
+ * Enterprise Search in SAP S/4HANA
365
371
  */
366
372
  constructor(
367
373
  /**
@@ -372,8 +378,10 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
372
378
  /**
373
379
  * Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
374
380
  * See:
375
- * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
376
- * https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
381
+ * https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.08/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
382
+ * SAP HANA Search Developer Guide
383
+ * https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/90b263323d0a4976bcda415e6bd20ea4/d93d53ef27074bbf9a4849c4a4c3e360.html
384
+ * Enterprise Search in SAP S/4HANA
377
385
  */
378
386
  constructor(
379
387
  /**
@@ -439,7 +447,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
439
447
  * current number of items in basket
440
448
  *
441
449
  * @since 1.144.0
442
- * @experimental As of version 1.144.0.
443
450
  *
444
451
  * @returns Reference to `this` in order to allow method chaining
445
452
  */
@@ -469,7 +476,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
469
476
  * current number of items in basket
470
477
  *
471
478
  * @since 1.144.0
472
- * @experimental As of version 1.144.0.
473
479
  *
474
480
  * @returns Reference to `this` in order to allow method chaining
475
481
  */
@@ -888,7 +894,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
888
894
  * The passed function and listener object must match the ones used for event registration.
889
895
  *
890
896
  * @since 1.144.0
891
- * @experimental As of version 1.144.0.
892
897
  *
893
898
  * @returns Reference to `this` in order to allow method chaining
894
899
  */
@@ -1026,7 +1031,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1026
1031
  * Fires event {@link #event:basketChanged basketChanged} to attached listeners.
1027
1032
  *
1028
1033
  * @since 1.144.0
1029
- * @experimental As of version 1.144.0.
1030
1034
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1031
1035
  *
1032
1036
  * @returns Reference to `this` in order to allow method chaining
@@ -1164,7 +1168,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1164
1168
  * Default value is `false`.
1165
1169
  *
1166
1170
  * @since 1.143.0
1167
- * @experimental As of version 1.143.0.
1168
1171
  *
1169
1172
  * @returns Value of property `basketAddButton`
1170
1173
  */
@@ -1175,7 +1178,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1175
1178
  * Custom icon of button 'add items to basket'. By default the icon is "sap-icon://cart-4".
1176
1179
  *
1177
1180
  * @since 1.143.0
1178
- * @experimental As of version 1.143.0.
1179
1181
  *
1180
1182
  * @returns Value of property `basketAddButtonIcon`
1181
1183
  */
@@ -1187,7 +1189,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1187
1189
  * icon, only.
1188
1190
  *
1189
1191
  * @since 1.143.0
1190
- * @experimental As of version 1.143.0.
1191
1192
  *
1192
1193
  * @returns Value of property `basketAddButtonText`
1193
1194
  */
@@ -1198,7 +1199,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1198
1199
  * Custom icon of button 'add items to basket'. By default there tooltip is 'Add to Basket'.
1199
1200
  *
1200
1201
  * @since 1.143.0
1201
- * @experimental As of version 1.143.0.
1202
1202
  *
1203
1203
  * @returns Value of property `basketAddButtonTooltip`
1204
1204
  */
@@ -1210,7 +1210,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1210
1210
  * the new basket item You can adjust the model data of the basket item.
1211
1211
  *
1212
1212
  * @since 1.144.0
1213
- * @experimental As of version 1.144.0.
1214
1213
  *
1215
1214
  * @returns Value of property `basketBeforeAddItem`
1216
1215
  */
@@ -1225,7 +1224,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1225
1224
  * Default value is `"End"`.
1226
1225
  *
1227
1226
  * @since 1.143.0
1228
- * @experimental As of version 1.143.0.
1229
1227
  *
1230
1228
  * @returns Value of property `basketButtonsLocation`
1231
1229
  */
@@ -1237,7 +1235,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1237
1235
  * You can add more columns or adjust the sequence of columns.
1238
1236
  *
1239
1237
  * @since 1.144.0
1240
- * @experimental As of version 1.144.0.
1241
1238
  *
1242
1239
  * @returns Value of property `basketInit`
1243
1240
  */
@@ -1246,7 +1243,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1246
1243
  * Get items of the latest search basket ('selected items', JSON model) The model is read-only.
1247
1244
  *
1248
1245
  * @since 1.143.0
1249
- * @experimental As of version 1.143.0.
1250
1246
  *
1251
1247
  * @returns A JSON model containing items of the search basket ('selected items')
1252
1248
  */
@@ -1261,7 +1257,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1261
1257
  * Default value is `false`.
1262
1258
  *
1263
1259
  * @since 1.143.0
1264
- * @experimental As of version 1.143.0.
1265
1260
  *
1266
1261
  * @returns Value of property `basketLinkByResultViewItemSelection`
1267
1262
  */
@@ -1294,6 +1289,14 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1294
1289
  * @returns Value of property `basketPanelResizable`
1295
1290
  */
1296
1291
  getBasketPanelResizable(): boolean;
1292
+ /**
1293
+ * Get visibility status of basket panel
1294
+ *
1295
+ * @since 1.146.0
1296
+ *
1297
+ * @returns boolean The visibility status of basket panel
1298
+ */
1299
+ getBasketPanelVisibility(): undefined;
1297
1300
  /**
1298
1301
  * Gets current value of property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
1299
1302
  *
@@ -1316,7 +1319,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1316
1319
  * Default value is `false`.
1317
1320
  *
1318
1321
  * @since 1.143.0
1319
- * @experimental As of version 1.143.0.
1320
1322
  *
1321
1323
  * @returns Value of property `basketShowHideButton`
1322
1324
  */
@@ -1519,7 +1521,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1519
1521
  * Default value is `"Begin"`.
1520
1522
  *
1521
1523
  * @since 1.140.0
1522
- * @experimental As of version 1.140.0.
1523
1524
  *
1524
1525
  * @returns Value of property `facetToggleButtonLocation`
1525
1526
  */
@@ -1527,7 +1528,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1527
1528
  /**
1528
1529
  * Gets current value of property {@link #getFacetVisibility facetVisibility}.
1529
1530
  *
1530
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
1531
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
1531
1532
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
1532
1533
  * depending on the user's personalization settings.
1533
1534
  *
@@ -1885,7 +1886,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1885
1886
  * Default value is `"Top"`.
1886
1887
  *
1887
1888
  * @since 1.140.0
1888
- * @experimental As of version 1.140.0.
1889
1889
  *
1890
1890
  * @returns Value of property `searchInputLocation`
1891
1891
  */
@@ -2108,7 +2108,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2108
2108
  * Default value is `false`.
2109
2109
  *
2110
2110
  * @since 1.143.0
2111
- * @experimental As of version 1.143.0.
2112
2111
  *
2113
2112
  * @returns Reference to `this` in order to allow method chaining
2114
2113
  */
@@ -2126,7 +2125,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2126
2125
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2127
2126
  *
2128
2127
  * @since 1.143.0
2129
- * @experimental As of version 1.143.0.
2130
2128
  *
2131
2129
  * @returns Reference to `this` in order to allow method chaining
2132
2130
  */
@@ -2145,7 +2143,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2145
2143
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2146
2144
  *
2147
2145
  * @since 1.143.0
2148
- * @experimental As of version 1.143.0.
2149
2146
  *
2150
2147
  * @returns Reference to `this` in order to allow method chaining
2151
2148
  */
@@ -2163,7 +2160,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2163
2160
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2164
2161
  *
2165
2162
  * @since 1.143.0
2166
- * @experimental As of version 1.143.0.
2167
2163
  *
2168
2164
  * @returns Reference to `this` in order to allow method chaining
2169
2165
  */
@@ -2182,7 +2178,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2182
2178
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2183
2179
  *
2184
2180
  * @since 1.144.0
2185
- * @experimental As of version 1.144.0.
2186
2181
  *
2187
2182
  * @returns Reference to `this` in order to allow method chaining
2188
2183
  */
@@ -2204,7 +2199,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2204
2199
  * Default value is `"End"`.
2205
2200
  *
2206
2201
  * @since 1.143.0
2207
- * @experimental As of version 1.143.0.
2208
2202
  *
2209
2203
  * @returns Reference to `this` in order to allow method chaining
2210
2204
  */
@@ -2223,7 +2217,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2223
2217
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2224
2218
  *
2225
2219
  * @since 1.144.0
2226
- * @experimental As of version 1.144.0.
2227
2220
  *
2228
2221
  * @returns Reference to `this` in order to allow method chaining
2229
2222
  */
@@ -2245,7 +2238,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2245
2238
  * Default value is `false`.
2246
2239
  *
2247
2240
  * @since 1.143.0
2248
- * @experimental As of version 1.143.0.
2249
2241
  *
2250
2242
  * @returns Reference to `this` in order to allow method chaining
2251
2243
  */
@@ -2297,6 +2289,14 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2297
2289
  */
2298
2290
  bBasketPanelResizable?: boolean
2299
2291
  ): this;
2292
+ /**
2293
+ * Set visibility status of basket panel
2294
+ *
2295
+ * @since 1.146.0
2296
+ *
2297
+ * @returns boolean The visibility status of basket panel
2298
+ */
2299
+ setBasketPanelVisibility(): undefined;
2300
2300
  /**
2301
2301
  * Sets a new value for property {@link #getBasketPanelWidthInPercent basketPanelWidthInPercent}.
2302
2302
  *
@@ -2328,7 +2328,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2328
2328
  * Default value is `false`.
2329
2329
  *
2330
2330
  * @since 1.143.0
2331
- * @experimental As of version 1.143.0.
2332
2331
  *
2333
2332
  * @returns Reference to `this` in order to allow method chaining
2334
2333
  */
@@ -2631,7 +2630,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2631
2630
  * Default value is `"Begin"`.
2632
2631
  *
2633
2632
  * @since 1.140.0
2634
- * @experimental As of version 1.140.0.
2635
2633
  *
2636
2634
  * @returns Reference to `this` in order to allow method chaining
2637
2635
  */
@@ -2644,7 +2642,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2644
2642
  /**
2645
2643
  * Sets a new value for property {@link #getFacetVisibility facetVisibility}.
2646
2644
  *
2647
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
2645
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
2648
2646
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
2649
2647
  * depending on the user's personalization settings.
2650
2648
  *
@@ -3152,7 +3150,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3152
3150
  * Default value is `"Top"`.
3153
3151
  *
3154
3152
  * @since 1.140.0
3155
- * @experimental As of version 1.140.0.
3156
3153
  *
3157
3154
  * @returns Reference to `this` in order to allow method chaining
3158
3155
  */
@@ -3524,6 +3521,14 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3524
3521
  */
3525
3522
  facetPanelWidthInPercent?: float | PropertyBindingInfo | `{${string}}`;
3526
3523
 
3524
+ /**
3525
+ * A boolean which indicates whether the basket panel with selected items is initially opened or closed.
3526
+ * This affects only the initial state of the basket panel.
3527
+ *
3528
+ * @since 1.146.0
3529
+ */
3530
+ basketPanelVisibility?: boolean | PropertyBindingInfo | `{${string}}`;
3531
+
3527
3532
  /**
3528
3533
  * Display a splitter bar to resize the right hand panel, containing the basket with selected items.
3529
3534
  *
@@ -3575,7 +3580,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3575
3580
  * or as part of the search bar. By default the location is at the top, values are "Top" and "Searchbar".
3576
3581
  *
3577
3582
  * @since 1.140.0
3578
- * @experimental As of version 1.140.0.
3579
3583
  */
3580
3584
  searchInputLocation?: string | PropertyBindingInfo;
3581
3585
 
@@ -3626,7 +3630,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3626
3630
  facets?: boolean | PropertyBindingInfo | `{${string}}`;
3627
3631
 
3628
3632
  /**
3629
- * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
3633
+ * A boolean which indicates whether the facet panel is initially opened or closed. This affects only the
3630
3634
  * initial state of the facet panel. This initial state of the facet panel can be overwritten by the user,
3631
3635
  * depending on the user's personalization settings.
3632
3636
  *
@@ -3641,7 +3645,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3641
3645
  * 'facets'.
3642
3646
  *
3643
3647
  * @since 1.140.0
3644
- * @experimental As of version 1.140.0.
3645
3648
  */
3646
3649
  facetToggleButtonLocation?: string | PropertyBindingInfo;
3647
3650
 
@@ -3651,7 +3654,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3651
3654
  * values are "Begin", "Middle" and "End".
3652
3655
  *
3653
3656
  * @since 1.143.0
3654
- * @experimental As of version 1.143.0.
3655
3657
  */
3656
3658
  basketButtonsLocation?: string | PropertyBindingInfo;
3657
3659
 
@@ -3661,7 +3663,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3661
3663
  * current result view page.
3662
3664
  *
3663
3665
  * @since 1.143.0
3664
- * @experimental As of version 1.143.0.
3665
3666
  */
3666
3667
  basketLinkByResultViewItemSelection?:
3667
3668
  | boolean
@@ -3672,7 +3673,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3672
3673
  * Custom icon of button 'add items to basket'. By default the icon is "sap-icon://cart-4".
3673
3674
  *
3674
3675
  * @since 1.143.0
3675
- * @experimental As of version 1.143.0.
3676
3676
  */
3677
3677
  basketAddButtonIcon?: string | PropertyBindingInfo;
3678
3678
 
@@ -3681,7 +3681,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3681
3681
  * icon, only.
3682
3682
  *
3683
3683
  * @since 1.143.0
3684
- * @experimental As of version 1.143.0.
3685
3684
  */
3686
3685
  basketAddButtonText?: string | PropertyBindingInfo;
3687
3686
 
@@ -3689,7 +3688,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3689
3688
  * Custom icon of button 'add items to basket'. By default there tooltip is 'Add to Basket'.
3690
3689
  *
3691
3690
  * @since 1.143.0
3692
- * @experimental As of version 1.143.0.
3693
3691
  */
3694
3692
  basketAddButtonTooltip?: string | PropertyBindingInfo;
3695
3693
 
@@ -3698,7 +3696,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3698
3696
  * You can add more columns or adjust the sequence of columns.
3699
3697
  *
3700
3698
  * @since 1.144.0
3701
- * @experimental As of version 1.144.0.
3702
3699
  */
3703
3700
  basketInit?: Function | PropertyBindingInfo | `{${string}}`;
3704
3701
 
@@ -3707,7 +3704,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3707
3704
  * the new basket item You can adjust the model data of the basket item.
3708
3705
  *
3709
3706
  * @since 1.144.0
3710
- * @experimental As of version 1.144.0.
3711
3707
  */
3712
3708
  basketBeforeAddItem?: Function | PropertyBindingInfo | `{${string}}`;
3713
3709
 
@@ -3844,7 +3840,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3844
3840
  * result view and allows to toggle visibility of the basket ('selected' result list items).
3845
3841
  *
3846
3842
  * @since 1.143.0
3847
- * @experimental As of version 1.143.0.
3848
3843
  */
3849
3844
  basketShowHideButton?: boolean | PropertyBindingInfo | `{${string}}`;
3850
3845
 
@@ -3853,7 +3848,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3853
3848
  * result view and allows to add result view items to the basket.
3854
3849
  *
3855
3850
  * @since 1.143.0
3856
- * @experimental As of version 1.143.0.
3857
3851
  */
3858
3852
  basketAddButton?: boolean | PropertyBindingInfo | `{${string}}`;
3859
3853
 
@@ -3947,22 +3941,17 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3947
3941
  * current number of items in basket
3948
3942
  *
3949
3943
  * @since 1.144.0
3950
- * @experimental As of version 1.144.0.
3951
3944
  */
3952
3945
  basketChanged?: (oEvent: Event) => void;
3953
3946
  }
3954
3947
 
3955
3948
  /**
3956
3949
  * Parameters of the SearchCompositeControl#basketChanged event.
3957
- *
3958
- * @experimental As of version 1.144.0.
3959
3950
  */
3960
3951
  export interface SearchCompositeControl$BasketChangedEventParameters {}
3961
3952
 
3962
3953
  /**
3963
3954
  * Event object of the SearchCompositeControl#basketChanged event.
3964
- *
3965
- * @experimental As of version 1.144.0.
3966
3955
  */
3967
3956
  export type SearchCompositeControl$BasketChangedEvent = Event<
3968
3957
  SearchCompositeControl$BasketChangedEventParameters,