@sapui5/ts-types 1.112.3 → 1.114.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 (64) 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 +59 -2
  5. package/types/sap.chart.d.ts +15 -1
  6. package/types/sap.collaboration.d.ts +33 -1
  7. package/types/sap.esh.search.ui.d.ts +449 -1
  8. package/types/sap.f.d.ts +125 -38
  9. package/types/sap.fe.core.d.ts +35 -5
  10. package/types/sap.fe.macros.d.ts +80 -72
  11. package/types/sap.fe.navigation.d.ts +2 -0
  12. package/types/sap.fe.templates.d.ts +6 -0
  13. package/types/sap.fe.test.d.ts +7 -1
  14. package/types/sap.feedback.ui.d.ts +2 -6
  15. package/types/sap.gantt.d.ts +238 -16
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +27 -1
  18. package/types/sap.m.d.ts +2306 -1028
  19. package/types/sap.makit.d.ts +13 -1
  20. package/types/sap.me.d.ts +17 -1
  21. package/types/sap.ndc.d.ts +10 -2
  22. package/types/sap.ovp.d.ts +7 -1
  23. package/types/sap.rules.ui.d.ts +9 -1
  24. package/types/sap.sac.df.d.ts +64 -551
  25. package/types/sap.suite.ui.commons.d.ts +276 -2
  26. package/types/sap.suite.ui.generic.template.d.ts +180 -1
  27. package/types/sap.suite.ui.microchart.d.ts +37 -1
  28. package/types/sap.tnt.d.ts +7 -1
  29. package/types/sap.ui.codeeditor.d.ts +5 -1
  30. package/types/sap.ui.commons.d.ts +197 -1
  31. package/types/sap.ui.comp.d.ts +706 -263
  32. package/types/sap.ui.core.d.ts +3117 -1641
  33. package/types/sap.ui.dt.d.ts +1 -1
  34. package/types/sap.ui.export.d.ts +1 -1
  35. package/types/sap.ui.fl.d.ts +13 -3
  36. package/types/sap.ui.generic.app.d.ts +21 -8
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +158 -22
  39. package/types/sap.ui.layout.d.ts +43 -1
  40. package/types/sap.ui.mdc.d.ts +17 -7
  41. package/types/sap.ui.richtexteditor.d.ts +11 -1
  42. package/types/sap.ui.rta.d.ts +1 -1
  43. package/types/sap.ui.suite.d.ts +5 -1
  44. package/types/sap.ui.support.d.ts +1 -1
  45. package/types/sap.ui.table.d.ts +98 -7
  46. package/types/sap.ui.testrecorder.d.ts +1 -1
  47. package/types/sap.ui.unified.d.ts +433 -111
  48. package/types/sap.ui.ux3.d.ts +147 -1
  49. package/types/sap.ui.vbm.d.ts +122 -1
  50. package/types/sap.ui.vk.d.ts +414 -2
  51. package/types/sap.ui.vtm.d.ts +73 -1
  52. package/types/sap.ui.webc.common.d.ts +1 -1
  53. package/types/sap.ui.webc.fiori.d.ts +63 -1
  54. package/types/sap.ui.webc.main.d.ts +189 -5
  55. package/types/sap.uiext.inbox.d.ts +27 -1
  56. package/types/sap.ushell.d.ts +380 -84
  57. package/types/sap.ushell_abap.d.ts +1 -1
  58. package/types/sap.uxap.d.ts +26 -1
  59. package/types/sap.viz.d.ts +229 -1
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +1 -1
  62. package/types/sap.zen.crosstab.d.ts +1 -1
  63. package/types/sap.zen.dsh.d.ts +10 -1
  64. package/types/sap.sac.grid.d.ts +0 -760
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
@@ -142,6 +142,17 @@ declare namespace sap {
142
142
  | sap.ui.base.ManagedObject.PropertyBindingInfo
143
143
  | `{${string}}`;
144
144
 
145
+ /**
146
+ * @SINCE 1.114.0
147
+ *
148
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
149
+ * is enabled.
150
+ */
151
+ folderModeForInitialSearch?:
152
+ | boolean
153
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
154
+ | `{${string}}`;
155
+
145
156
  /**
146
157
  * @SINCE 1.106.0
147
158
  *
@@ -247,6 +258,112 @@ declare namespace sap {
247
258
  | sap.ui.base.ManagedObject.PropertyBindingInfo
248
259
  | `{${string}}`;
249
260
 
261
+ /**
262
+ * @SINCE 1.113.0
263
+ *
264
+ * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
265
+ * initial state of the facet panel. When not setting facetVisibility the initial state of the facet panel
266
+ * typically is taken from the user personalization storage.
267
+ */
268
+ facetVisibility?:
269
+ | boolean
270
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
271
+ | `{${string}}`;
272
+
273
+ /**
274
+ * @SINCE 1.113.0
275
+ *
276
+ * A boolean for enabling (business) object suggestions.
277
+ */
278
+ boSuggestions?:
279
+ | boolean
280
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
281
+ | `{${string}}`;
282
+
283
+ /**
284
+ * @SINCE 1.113.0
285
+ *
286
+ * When set to true the facet panel is displayed also in case there are no search results.
287
+ */
288
+ displayFacetPanelInCaseOfNoResults?:
289
+ | boolean
290
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
291
+ | `{${string}}`;
292
+
293
+ /**
294
+ * @SINCE 1.113.0
295
+ *
296
+ * A boolean indicating that the search state is written to the URL.
297
+ */
298
+ updateUrl?:
299
+ | boolean
300
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
301
+ | `{${string}}`;
302
+
303
+ /**
304
+ * @SINCE 1.113.0
305
+ *
306
+ * A callback for rendering the search URL. The callback gets a list of url encoded parameters and returns
307
+ * the URL string. Typically you need to register this callback in case updateUrl=true.
308
+ */
309
+ renderSearchUrl?:
310
+ | Function
311
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
312
+ | `{${string}}`;
313
+
314
+ /**
315
+ * @SINCE 1.113.0
316
+ *
317
+ * A callback for checking whether a URL is a search URL. The callback receives a URL and returns true in
318
+ * case the URL is a search URL. Typically you need to register this callback in case updateUrl=true.
319
+ */
320
+ isSearchUrl?:
321
+ | Function
322
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
323
+ | `{${string}}`;
324
+
325
+ /**
326
+ * @SINCE 1.113.0
327
+ *
328
+ * A callback for parsing URL parameters. The callback receices URL parameters and returns modified URL
329
+ * parameters. This is an optional callback. Also in case you set updateUrl=true typcically this callback
330
+ * is not needed.
331
+ */
332
+ parseSearchUrlParameters?:
333
+ | Function
334
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
335
+ | `{${string}}`;
336
+
337
+ /**
338
+ * @SINCE 1.113.0
339
+ *
340
+ * A list of datasources to be displayed in the facet panel in the collection area.
341
+ */
342
+ quickSelectDataSources?:
343
+ | object
344
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
345
+ | `{${string}}`;
346
+
347
+ /**
348
+ * @SINCE 1.113.0
349
+ *
350
+ * A callback which is called whenever the selection of result list items changes.
351
+ */
352
+ selectionChange?:
353
+ | Function
354
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
355
+ | `{${string}}`;
356
+
357
+ /**
358
+ * @SINCE 1.113.0
359
+ *
360
+ * A callback which is called after the initialization of the search composite control.
361
+ */
362
+ initAsync?:
363
+ | Function
364
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
365
+ | `{${string}}`;
366
+
250
367
  /**
251
368
  * Control instances which are part of this composite control.
252
369
  */
@@ -488,6 +605,8 @@ declare namespace sap {
488
605
  oListener?: object
489
606
  ): this;
490
607
  /**
608
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
609
+ *
491
610
  * Fires event {@link #event:searchFinished searchFinished} to attached listeners.
492
611
  *
493
612
  * @returns Reference to `this` in order to allow method chaining
@@ -499,6 +618,8 @@ declare namespace sap {
499
618
  mParameters?: object
500
619
  ): this;
501
620
  /**
621
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
622
+ *
502
623
  * Fires event {@link #event:searchStarted searchStarted} to attached listeners.
503
624
  *
504
625
  * @returns Reference to `this` in order to allow method chaining
@@ -534,6 +655,18 @@ declare namespace sap {
534
655
  * @returns Value of property `autoAdjustResultViewTypeInFolderMode`
535
656
  */
536
657
  getAutoAdjustResultViewTypeInFolderMode(): boolean;
658
+ /**
659
+ * @SINCE 1.113.0
660
+ *
661
+ * Gets current value of property {@link #getBoSuggestions boSuggestions}.
662
+ *
663
+ * A boolean for enabling (business) object suggestions.
664
+ *
665
+ * Default value is `false`.
666
+ *
667
+ * @returns Value of property `boSuggestions`
668
+ */
669
+ getBoSuggestions(): boolean;
537
670
  /**
538
671
  * Gets content of aggregation {@link #getContent content}.
539
672
  *
@@ -571,6 +704,18 @@ declare namespace sap {
571
704
  * @returns Value of property `defaultDataSource`
572
705
  */
573
706
  getDefaultDataSource(): string;
707
+ /**
708
+ * @SINCE 1.113.0
709
+ *
710
+ * Gets current value of property {@link #getDisplayFacetPanelInCaseOfNoResults displayFacetPanelInCaseOfNoResults}.
711
+ *
712
+ * When set to true the facet panel is displayed also in case there are no search results.
713
+ *
714
+ * Default value is `false`.
715
+ *
716
+ * @returns Value of property `displayFacetPanelInCaseOfNoResults`
717
+ */
718
+ getDisplayFacetPanelInCaseOfNoResults(): boolean;
574
719
  /**
575
720
  * @SINCE 1.107.0
576
721
  *
@@ -609,6 +754,18 @@ declare namespace sap {
609
754
  * @returns Value of property `facetPanelWidthInPercent`
610
755
  */
611
756
  getFacetPanelWidthInPercent(): float;
757
+ /**
758
+ * @SINCE 1.113.0
759
+ *
760
+ * Gets current value of property {@link #getFacetVisibility facetVisibility}.
761
+ *
762
+ * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
763
+ * initial state of the facet panel. When not setting facetVisibility the initial state of the facet panel
764
+ * typically is taken from the user personalization storage.
765
+ *
766
+ * @returns Value of property `facetVisibility`
767
+ */
768
+ getFacetVisibility(): boolean;
612
769
  /**
613
770
  * @SINCE 1.112.0
614
771
  *
@@ -655,6 +812,19 @@ declare namespace sap {
655
812
  * @returns Value of property `folderMode`
656
813
  */
657
814
  getFolderMode(): boolean;
815
+ /**
816
+ * @SINCE 1.114.0
817
+ *
818
+ * Gets current value of property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
819
+ *
820
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
821
+ * is enabled.
822
+ *
823
+ * Default value is `false`.
824
+ *
825
+ * @returns Value of property `folderModeForInitialSearch`
826
+ */
827
+ getFolderModeForInitialSearch(): boolean;
658
828
  /**
659
829
  * @SINCE 1.94.0
660
830
  *
@@ -666,6 +836,27 @@ declare namespace sap {
666
836
  * @returns Value of property `getCustomNoResultScreen`
667
837
  */
668
838
  getGetCustomNoResultScreen(): Function;
839
+ /**
840
+ * @SINCE 1.113.0
841
+ *
842
+ * Gets current value of property {@link #getInitAsync initAsync}.
843
+ *
844
+ * A callback which is called after the initialization of the search composite control.
845
+ *
846
+ * @returns Value of property `initAsync`
847
+ */
848
+ getInitAsync(): Function;
849
+ /**
850
+ * @SINCE 1.113.0
851
+ *
852
+ * Gets current value of property {@link #getIsSearchUrl isSearchUrl}.
853
+ *
854
+ * A callback for checking whether a URL is a search URL. The callback receives a URL and returns true in
855
+ * case the URL is a search URL. Typically you need to register this callback in case updateUrl=true.
856
+ *
857
+ * @returns Value of property `isSearchUrl`
858
+ */
859
+ getIsSearchUrl(): Function;
669
860
  /**
670
861
  * @SINCE 1.111.0
671
862
  *
@@ -687,6 +878,39 @@ declare namespace sap {
687
878
  * @returns Value of property `overwriteBrowserTitle`
688
879
  */
689
880
  getOverwriteBrowserTitle(): boolean;
881
+ /**
882
+ * @SINCE 1.113.0
883
+ *
884
+ * Gets current value of property {@link #getParseSearchUrlParameters parseSearchUrlParameters}.
885
+ *
886
+ * A callback for parsing URL parameters. The callback receices URL parameters and returns modified URL
887
+ * parameters. This is an optional callback. Also in case you set updateUrl=true typcically this callback
888
+ * is not needed.
889
+ *
890
+ * @returns Value of property `parseSearchUrlParameters`
891
+ */
892
+ getParseSearchUrlParameters(): Function;
893
+ /**
894
+ * @SINCE 1.113.0
895
+ *
896
+ * Gets current value of property {@link #getQuickSelectDataSources quickSelectDataSources}.
897
+ *
898
+ * A list of datasources to be displayed in the facet panel in the collection area.
899
+ *
900
+ * @returns Value of property `quickSelectDataSources`
901
+ */
902
+ getQuickSelectDataSources(): object;
903
+ /**
904
+ * @SINCE 1.113.0
905
+ *
906
+ * Gets current value of property {@link #getRenderSearchUrl renderSearchUrl}.
907
+ *
908
+ * A callback for rendering the search URL. The callback gets a list of url encoded parameters and returns
909
+ * the URL string. Typically you need to register this callback in case updateUrl=true.
910
+ *
911
+ * @returns Value of property `renderSearchUrl`
912
+ */
913
+ getRenderSearchUrl(): Function;
690
914
  /**
691
915
  * @SINCE 1.100.0
692
916
  *
@@ -766,6 +990,16 @@ declare namespace sap {
766
990
  * @returns Value of property `searchTerm`
767
991
  */
768
992
  getSearchTerm(): string;
993
+ /**
994
+ * @SINCE 1.113.0
995
+ *
996
+ * Gets current value of property {@link #getSelectionChange selectionChange}.
997
+ *
998
+ * A callback which is called whenever the selection of result list items changes.
999
+ *
1000
+ * @returns Value of property `selectionChange`
1001
+ */
1002
+ getSelectionChange(): Function;
769
1003
  /**
770
1004
  * @SINCE 1.93.0
771
1005
  *
@@ -788,6 +1022,18 @@ declare namespace sap {
788
1022
  * @returns Value of property `tabStripsFormatter`
789
1023
  */
790
1024
  getTabStripsFormatter(): Function;
1025
+ /**
1026
+ * @SINCE 1.113.0
1027
+ *
1028
+ * Gets current value of property {@link #getUpdateUrl updateUrl}.
1029
+ *
1030
+ * A boolean indicating that the search state is written to the URL.
1031
+ *
1032
+ * Default value is `true`.
1033
+ *
1034
+ * @returns Value of property `updateUrl`
1035
+ */
1036
+ getUpdateUrl(): boolean;
791
1037
  /**
792
1038
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
793
1039
  * its index if found or -1 otherwise.
@@ -875,6 +1121,25 @@ declare namespace sap {
875
1121
  */
876
1122
  bAutoAdjustResultViewTypeInFolderMode?: boolean
877
1123
  ): this;
1124
+ /**
1125
+ * @SINCE 1.113.0
1126
+ *
1127
+ * Sets a new value for property {@link #getBoSuggestions boSuggestions}.
1128
+ *
1129
+ * A boolean for enabling (business) object suggestions.
1130
+ *
1131
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1132
+ *
1133
+ * Default value is `false`.
1134
+ *
1135
+ * @returns Reference to `this` in order to allow method chaining
1136
+ */
1137
+ setBoSuggestions(
1138
+ /**
1139
+ * New value for property `boSuggestions`
1140
+ */
1141
+ bBoSuggestions?: boolean
1142
+ ): this;
878
1143
  /**
879
1144
  * @SINCE 1.93.0
880
1145
  *
@@ -927,6 +1192,25 @@ declare namespace sap {
927
1192
  */
928
1193
  sDefaultDataSource: string
929
1194
  ): this;
1195
+ /**
1196
+ * @SINCE 1.113.0
1197
+ *
1198
+ * Sets a new value for property {@link #getDisplayFacetPanelInCaseOfNoResults displayFacetPanelInCaseOfNoResults}.
1199
+ *
1200
+ * When set to true the facet panel is displayed also in case there are no search results.
1201
+ *
1202
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1203
+ *
1204
+ * Default value is `false`.
1205
+ *
1206
+ * @returns Reference to `this` in order to allow method chaining
1207
+ */
1208
+ setDisplayFacetPanelInCaseOfNoResults(
1209
+ /**
1210
+ * New value for property `displayFacetPanelInCaseOfNoResults`
1211
+ */
1212
+ bDisplayFacetPanelInCaseOfNoResults?: boolean
1213
+ ): this;
930
1214
  /**
931
1215
  * @SINCE 1.107.0
932
1216
  *
@@ -986,6 +1270,25 @@ declare namespace sap {
986
1270
  */
987
1271
  fFacetPanelWidthInPercent?: float
988
1272
  ): this;
1273
+ /**
1274
+ * @SINCE 1.113.0
1275
+ *
1276
+ * Sets a new value for property {@link #getFacetVisibility facetVisibility}.
1277
+ *
1278
+ * A boolean which indicates whether the facet panel is initially openend or closed. This affects only the
1279
+ * initial state of the facet panel. When not setting facetVisibility the initial state of the facet panel
1280
+ * typically is taken from the user personalization storage.
1281
+ *
1282
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1283
+ *
1284
+ * @returns Reference to `this` in order to allow method chaining
1285
+ */
1286
+ setFacetVisibility(
1287
+ /**
1288
+ * New value for property `facetVisibility`
1289
+ */
1290
+ bFacetVisibility: boolean
1291
+ ): this;
989
1292
  /**
990
1293
  * @SINCE 1.112.0
991
1294
  *
@@ -1051,6 +1354,26 @@ declare namespace sap {
1051
1354
  */
1052
1355
  bFolderMode?: boolean
1053
1356
  ): this;
1357
+ /**
1358
+ * @SINCE 1.114.0
1359
+ *
1360
+ * Sets a new value for property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
1361
+ *
1362
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
1363
+ * is enabled.
1364
+ *
1365
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1366
+ *
1367
+ * Default value is `false`.
1368
+ *
1369
+ * @returns Reference to `this` in order to allow method chaining
1370
+ */
1371
+ setFolderModeForInitialSearch(
1372
+ /**
1373
+ * New value for property `folderModeForInitialSearch`
1374
+ */
1375
+ bFolderModeForInitialSearch?: boolean
1376
+ ): this;
1054
1377
  /**
1055
1378
  * @SINCE 1.94.0
1056
1379
  *
@@ -1069,6 +1392,41 @@ declare namespace sap {
1069
1392
  */
1070
1393
  fnGetCustomNoResultScreen: Function
1071
1394
  ): this;
1395
+ /**
1396
+ * @SINCE 1.113.0
1397
+ *
1398
+ * Sets a new value for property {@link #getInitAsync initAsync}.
1399
+ *
1400
+ * A callback which is called after the initialization of the search composite control.
1401
+ *
1402
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1403
+ *
1404
+ * @returns Reference to `this` in order to allow method chaining
1405
+ */
1406
+ setInitAsync(
1407
+ /**
1408
+ * New value for property `initAsync`
1409
+ */
1410
+ fnInitAsync: Function
1411
+ ): this;
1412
+ /**
1413
+ * @SINCE 1.113.0
1414
+ *
1415
+ * Sets a new value for property {@link #getIsSearchUrl isSearchUrl}.
1416
+ *
1417
+ * A callback for checking whether a URL is a search URL. The callback receives a URL and returns true in
1418
+ * case the URL is a search URL. Typically you need to register this callback in case updateUrl=true.
1419
+ *
1420
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1421
+ *
1422
+ * @returns Reference to `this` in order to allow method chaining
1423
+ */
1424
+ setIsSearchUrl(
1425
+ /**
1426
+ * New value for property `isSearchUrl`
1427
+ */
1428
+ fnIsSearchUrl: Function
1429
+ ): this;
1072
1430
  /**
1073
1431
  * @SINCE 1.111.0
1074
1432
  *
@@ -1104,6 +1462,60 @@ declare namespace sap {
1104
1462
  */
1105
1463
  bOverwriteBrowserTitle: boolean
1106
1464
  ): this;
1465
+ /**
1466
+ * @SINCE 1.113.0
1467
+ *
1468
+ * Sets a new value for property {@link #getParseSearchUrlParameters parseSearchUrlParameters}.
1469
+ *
1470
+ * A callback for parsing URL parameters. The callback receices URL parameters and returns modified URL
1471
+ * parameters. This is an optional callback. Also in case you set updateUrl=true typcically this callback
1472
+ * is not needed.
1473
+ *
1474
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1475
+ *
1476
+ * @returns Reference to `this` in order to allow method chaining
1477
+ */
1478
+ setParseSearchUrlParameters(
1479
+ /**
1480
+ * New value for property `parseSearchUrlParameters`
1481
+ */
1482
+ fnParseSearchUrlParameters: Function
1483
+ ): this;
1484
+ /**
1485
+ * @SINCE 1.113.0
1486
+ *
1487
+ * Sets a new value for property {@link #getQuickSelectDataSources quickSelectDataSources}.
1488
+ *
1489
+ * A list of datasources to be displayed in the facet panel in the collection area.
1490
+ *
1491
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1492
+ *
1493
+ * @returns Reference to `this` in order to allow method chaining
1494
+ */
1495
+ setQuickSelectDataSources(
1496
+ /**
1497
+ * New value for property `quickSelectDataSources`
1498
+ */
1499
+ oQuickSelectDataSources: object
1500
+ ): this;
1501
+ /**
1502
+ * @SINCE 1.113.0
1503
+ *
1504
+ * Sets a new value for property {@link #getRenderSearchUrl renderSearchUrl}.
1505
+ *
1506
+ * A callback for rendering the search URL. The callback gets a list of url encoded parameters and returns
1507
+ * the URL string. Typically you need to register this callback in case updateUrl=true.
1508
+ *
1509
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1510
+ *
1511
+ * @returns Reference to `this` in order to allow method chaining
1512
+ */
1513
+ setRenderSearchUrl(
1514
+ /**
1515
+ * New value for property `renderSearchUrl`
1516
+ */
1517
+ fnRenderSearchUrl: Function
1518
+ ): this;
1107
1519
  /**
1108
1520
  * @SINCE 1.100.0
1109
1521
  *
@@ -1218,6 +1630,23 @@ declare namespace sap {
1218
1630
  */
1219
1631
  sSearchTerm?: string
1220
1632
  ): this;
1633
+ /**
1634
+ * @SINCE 1.113.0
1635
+ *
1636
+ * Sets a new value for property {@link #getSelectionChange selectionChange}.
1637
+ *
1638
+ * A callback which is called whenever the selection of result list items changes.
1639
+ *
1640
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1641
+ *
1642
+ * @returns Reference to `this` in order to allow method chaining
1643
+ */
1644
+ setSelectionChange(
1645
+ /**
1646
+ * New value for property `selectionChange`
1647
+ */
1648
+ fnSelectionChange: Function
1649
+ ): this;
1221
1650
  /**
1222
1651
  * @SINCE 1.93.0
1223
1652
  *
@@ -1254,6 +1683,25 @@ declare namespace sap {
1254
1683
  */
1255
1684
  fnTabStripsFormatter: Function
1256
1685
  ): this;
1686
+ /**
1687
+ * @SINCE 1.113.0
1688
+ *
1689
+ * Sets a new value for property {@link #getUpdateUrl updateUrl}.
1690
+ *
1691
+ * A boolean indicating that the search state is written to the URL.
1692
+ *
1693
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1694
+ *
1695
+ * Default value is `true`.
1696
+ *
1697
+ * @returns Reference to `this` in order to allow method chaining
1698
+ */
1699
+ setUpdateUrl(
1700
+ /**
1701
+ * New value for property `updateUrl`
1702
+ */
1703
+ bUpdateUrl?: boolean
1704
+ ): this;
1257
1705
  }
1258
1706
  }
1259
1707
  }