@sapui5/ts-types 1.109.2 → 1.110.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +39 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +235 -28
  8. package/types/sap.f.d.ts +49 -28
  9. package/types/sap.fe.core.d.ts +85 -22
  10. package/types/sap.fe.macros.d.ts +84 -36
  11. package/types/sap.fe.navigation.d.ts +316 -936
  12. package/types/sap.fe.templates.d.ts +103 -8
  13. package/types/sap.fe.test.d.ts +25 -24
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +176 -29
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +4272 -712
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +20 -8
  22. package/types/sap.ovp.d.ts +125 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +102 -4
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +51 -1
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +4 -2
  31. package/types/sap.ui.commons.d.ts +86 -32
  32. package/types/sap.ui.comp.d.ts +89 -20
  33. package/types/sap.ui.core.d.ts +4160 -3750
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +86 -1
  36. package/types/sap.ui.fl.d.ts +12 -2
  37. package/types/sap.ui.generic.app.d.ts +59 -4
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +60 -41
  40. package/types/sap.ui.layout.d.ts +12 -12
  41. package/types/sap.ui.mdc.d.ts +11 -7
  42. package/types/sap.ui.richtexteditor.d.ts +19 -10
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +51 -349
  46. package/types/sap.ui.table.d.ts +66 -10
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +102 -322
  49. package/types/sap.ui.ux3.d.ts +7 -3
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +122 -1
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +6 -6
  55. package/types/sap.ui.webc.main.d.ts +5 -5
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +32 -81
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +8 -29
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
  65. package/types/sap.fe.common.d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.109.2",
3
+ "version": "1.110.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -35,7 +35,6 @@
35
35
  /// <reference path="./sap.ui.richtexteditor.d.ts"/>
36
36
  /// <reference path="./sap.ui.rta.d.ts"/>
37
37
  /// <reference path="./sap.esh.search.ui.d.ts"/>
38
- /// <reference path="./sap.fe.common.d.ts"/>
39
38
  /// <reference path="./sap.fe.core.d.ts"/>
40
39
  /// <reference path="./sap.fe.macros.d.ts"/>
41
40
  /// <reference path="./sap.fe.navigation.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1623,6 +1623,15 @@ declare namespace sap {
1623
1623
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1624
1624
  | `{${string}}`;
1625
1625
 
1626
+ /**
1627
+ * Hide shared dimensions from selected data points when you drill down. A dimension is hidden if all selected
1628
+ * data points share the same.
1629
+ */
1630
+ hideSharedInformation?:
1631
+ | boolean
1632
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1633
+ | `{${string}}`;
1634
+
1626
1635
  /**
1627
1636
  * Actual data. It can be bound to an (analytical) ODataModel.
1628
1637
  *
@@ -2835,6 +2844,17 @@ declare namespace sap {
2835
2844
  * @returns Value of property `enableStableColor`
2836
2845
  */
2837
2846
  getEnableStableColor(): boolean;
2847
+ /**
2848
+ * Gets current value of property {@link #getHideSharedInformation hideSharedInformation}.
2849
+ *
2850
+ * Hide shared dimensions from selected data points when you drill down. A dimension is hidden if all selected
2851
+ * data points share the same.
2852
+ *
2853
+ * Default value is `true`.
2854
+ *
2855
+ * @returns Value of property `hideSharedInformation`
2856
+ */
2857
+ getHideSharedInformation(): boolean;
2838
2858
  /**
2839
2859
  * Gets current value of property {@link #getInResultDimensions inResultDimensions}.
2840
2860
  *
@@ -3533,6 +3553,24 @@ declare namespace sap {
3533
3553
  */
3534
3554
  bEnableStableColor?: boolean
3535
3555
  ): this;
3556
+ /**
3557
+ * Sets a new value for property {@link #getHideSharedInformation hideSharedInformation}.
3558
+ *
3559
+ * Hide shared dimensions from selected data points when you drill down. A dimension is hidden if all selected
3560
+ * data points share the same.
3561
+ *
3562
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3563
+ *
3564
+ * Default value is `true`.
3565
+ *
3566
+ * @returns Reference to `this` in order to allow method chaining
3567
+ */
3568
+ setHideSharedInformation(
3569
+ /**
3570
+ * New value for property `hideSharedInformation`
3571
+ */
3572
+ bHideSharedInformation?: boolean
3573
+ ): this;
3536
3574
  /**
3537
3575
  * Sets a new value for property {@link #getInResultDimensions inResultDimensions}.
3538
3576
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
@@ -26,7 +26,8 @@ declare namespace sap {
26
26
  /**
27
27
  * @SINCE 1.93.0
28
28
  *
29
- * Defines if the search control will search for the given term right on control instantiation.
29
+ * Defines if the search composite control will send a search request after loading for the given term,
30
+ * data source and filter root condition settings.
30
31
  */
31
32
  searchOnStart?:
32
33
  | boolean
@@ -122,17 +123,6 @@ declare namespace sap {
122
123
  | sap.ui.base.ManagedObject.PropertyBindingInfo
123
124
  | `{${string}}`;
124
125
 
125
- /**
126
- * @SINCE 1.103.0
127
- *
128
- * Function callback for assembling the search count breadcumbs. The function callback shall return a control
129
- * which is displayed on the top of the result list. Typically this is used for displaying the total count.
130
- */
131
- assembleSearchCountBreadcrumbs?:
132
- | Function
133
- | sap.ui.base.ManagedObject.PropertyBindingInfo
134
- | `{${string}}`;
135
-
136
126
  /**
137
127
  * Activates the folder mode. Precondition for folder mode is 1) Search model: In the search model for the
138
128
  * current datasource a hierarchy attribute (representing the folders) is defined 1.1) the hierarchy attribute
@@ -174,6 +164,68 @@ declare namespace sap {
174
164
  | sap.ui.base.ManagedObject.PropertyBindingInfo
175
165
  | `{${string}}`;
176
166
 
167
+ /**
168
+ * @SINCE 1.108.0
169
+ *
170
+ * Relevant for SAP partners and SAP, the "Application Component" you expect customers to create incidents.
171
+ */
172
+ applicationComponent?:
173
+ | string
174
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
175
+
176
+ /**
177
+ * @SINCE 1.108.0
178
+ *
179
+ * Display a splitter bar to resize the left hand panel, containing all facets and filter criteria.
180
+ */
181
+ facetPanelResizable?:
182
+ | boolean
183
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
184
+ | `{${string}}`;
185
+
186
+ /**
187
+ * @SINCE 1.108.0
188
+ *
189
+ * Default size (percent) of the left hand panel, containing all facets and filter criteria. If "facetPanelResizable"
190
+ * is true, the width of the facet panel can be changed by the user.
191
+ */
192
+ facetPanelWidthInPercent?:
193
+ | float
194
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
195
+ | `{${string}}`;
196
+
197
+ /**
198
+ * @SINCE 1.94.0
199
+ *
200
+ * Whenever a search has no results, a 'No Results Page' is displayed. You can provide a custom page to
201
+ * be more specific and add some hints, links, buttons or other content.
202
+ */
203
+ getCustomNoResultScreen?:
204
+ | Function
205
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
206
+ | `{${string}}`;
207
+
208
+ /**
209
+ * @SINCE 1.93.0
210
+ *
211
+ * Shall the window title be overwritten by this control? If true, the control will set the current search
212
+ * condition as window title. If false, it will not set or update the window title.
213
+ */
214
+ overwriteBrowserTitle?:
215
+ | boolean
216
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
217
+ | `{${string}}`;
218
+
219
+ /**
220
+ * @SINCE 1.93.0
221
+ *
222
+ * Data source id which is set when the UI is loaded or filter is reset. If dataSource is also set, dataSource
223
+ * will be used during UI load and this parameter will used only after filter is reset.
224
+ */
225
+ defaultDataSource?:
226
+ | string
227
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
228
+
177
229
  /**
178
230
  * Control instances which are part of this composite control.
179
231
  */
@@ -437,16 +489,17 @@ declare namespace sap {
437
489
  mParameters?: object
438
490
  ): this;
439
491
  /**
440
- * @SINCE 1.103.0
492
+ * @SINCE 1.108.0
441
493
  *
442
- * Gets current value of property {@link #getAssembleSearchCountBreadcrumbs assembleSearchCountBreadcrumbs}.
494
+ * Gets current value of property {@link #getApplicationComponent applicationComponent}.
443
495
  *
444
- * Function callback for assembling the search count breadcumbs. The function callback shall return a control
445
- * which is displayed on the top of the result list. Typically this is used for displaying the total count.
496
+ * Relevant for SAP partners and SAP, the "Application Component" you expect customers to create incidents.
446
497
  *
447
- * @returns Value of property `assembleSearchCountBreadcrumbs`
498
+ * Default value is `"HAN-AS-INA-UI"`.
499
+ *
500
+ * @returns Value of property `applicationComponent`
448
501
  */
449
- getAssembleSearchCountBreadcrumbs(): Function;
502
+ getApplicationComponent(): string;
450
503
  /**
451
504
  * @SINCE 1.106.0
452
505
  *
@@ -486,6 +539,17 @@ declare namespace sap {
486
539
  * @returns Value of property `dataSource`
487
540
  */
488
541
  getDataSource(): string;
542
+ /**
543
+ * @SINCE 1.93.0
544
+ *
545
+ * Gets current value of property {@link #getDefaultDataSource defaultDataSource}.
546
+ *
547
+ * Data source id which is set when the UI is loaded or filter is reset. If dataSource is also set, dataSource
548
+ * will be used during UI load and this parameter will used only after filter is reset.
549
+ *
550
+ * @returns Value of property `defaultDataSource`
551
+ */
552
+ getDefaultDataSource(): string;
489
553
  /**
490
554
  * @SINCE 1.107.0
491
555
  *
@@ -499,6 +563,31 @@ declare namespace sap {
499
563
  * @returns Value of property `enableQueryLanguage`
500
564
  */
501
565
  getEnableQueryLanguage(): boolean;
566
+ /**
567
+ * @SINCE 1.108.0
568
+ *
569
+ * Gets current value of property {@link #getFacetPanelResizable facetPanelResizable}.
570
+ *
571
+ * Display a splitter bar to resize the left hand panel, containing all facets and filter criteria.
572
+ *
573
+ * Default value is `false`.
574
+ *
575
+ * @returns Value of property `facetPanelResizable`
576
+ */
577
+ getFacetPanelResizable(): boolean;
578
+ /**
579
+ * @SINCE 1.108.0
580
+ *
581
+ * Gets current value of property {@link #getFacetPanelWidthInPercent facetPanelWidthInPercent}.
582
+ *
583
+ * Default size (percent) of the left hand panel, containing all facets and filter criteria. If "facetPanelResizable"
584
+ * is true, the width of the facet panel can be changed by the user.
585
+ *
586
+ * Default value is `25`.
587
+ *
588
+ * @returns Value of property `facetPanelWidthInPercent`
589
+ */
590
+ getFacetPanelWidthInPercent(): float;
502
591
  /**
503
592
  * @SINCE 1.98.0
504
593
  *
@@ -534,6 +623,28 @@ declare namespace sap {
534
623
  * @returns Value of property `folderMode`
535
624
  */
536
625
  getFolderMode(): boolean;
626
+ /**
627
+ * @SINCE 1.94.0
628
+ *
629
+ * Gets current value of property {@link #getGetCustomNoResultScreen getCustomNoResultScreen}.
630
+ *
631
+ * Whenever a search has no results, a 'No Results Page' is displayed. You can provide a custom page to
632
+ * be more specific and add some hints, links, buttons or other content.
633
+ *
634
+ * @returns Value of property `getCustomNoResultScreen`
635
+ */
636
+ getGetCustomNoResultScreen(): Function;
637
+ /**
638
+ * @SINCE 1.93.0
639
+ *
640
+ * Gets current value of property {@link #getOverwriteBrowserTitle overwriteBrowserTitle}.
641
+ *
642
+ * Shall the window title be overwritten by this control? If true, the control will set the current search
643
+ * condition as window title. If false, it will not set or update the window title.
644
+ *
645
+ * @returns Value of property `overwriteBrowserTitle`
646
+ */
647
+ getOverwriteBrowserTitle(): boolean;
537
648
  /**
538
649
  * @SINCE 1.100.0
539
650
  *
@@ -593,7 +704,8 @@ declare namespace sap {
593
704
  *
594
705
  * Gets current value of property {@link #getSearchOnStart searchOnStart}.
595
706
  *
596
- * Defines if the search control will search for the given term right on control instantiation.
707
+ * Defines if the search composite control will send a search request after loading for the given term,
708
+ * data source and filter root condition settings.
597
709
  *
598
710
  * Default value is `true`.
599
711
  *
@@ -683,22 +795,23 @@ declare namespace sap {
683
795
  vContent: int | string | sap.ui.core.Control
684
796
  ): sap.ui.core.Control | null;
685
797
  /**
686
- * @SINCE 1.103.0
798
+ * @SINCE 1.108.0
687
799
  *
688
- * Sets a new value for property {@link #getAssembleSearchCountBreadcrumbs assembleSearchCountBreadcrumbs}.
800
+ * Sets a new value for property {@link #getApplicationComponent applicationComponent}.
689
801
  *
690
- * Function callback for assembling the search count breadcumbs. The function callback shall return a control
691
- * which is displayed on the top of the result list. Typically this is used for displaying the total count.
802
+ * Relevant for SAP partners and SAP, the "Application Component" you expect customers to create incidents.
692
803
  *
693
804
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
694
805
  *
806
+ * Default value is `"HAN-AS-INA-UI"`.
807
+ *
695
808
  * @returns Reference to `this` in order to allow method chaining
696
809
  */
697
- setAssembleSearchCountBreadcrumbs(
810
+ setApplicationComponent(
698
811
  /**
699
- * New value for property `assembleSearchCountBreadcrumbs`
812
+ * New value for property `applicationComponent`
700
813
  */
701
- fnAssembleSearchCountBreadcrumbs: Function
814
+ sApplicationComponent?: string
702
815
  ): this;
703
816
  /**
704
817
  * @SINCE 1.106.0
@@ -754,6 +867,24 @@ declare namespace sap {
754
867
  */
755
868
  sDataSource: string
756
869
  ): this;
870
+ /**
871
+ * @SINCE 1.93.0
872
+ *
873
+ * Sets a new value for property {@link #getDefaultDataSource defaultDataSource}.
874
+ *
875
+ * Data source id which is set when the UI is loaded or filter is reset. If dataSource is also set, dataSource
876
+ * will be used during UI load and this parameter will used only after filter is reset.
877
+ *
878
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
879
+ *
880
+ * @returns Reference to `this` in order to allow method chaining
881
+ */
882
+ setDefaultDataSource(
883
+ /**
884
+ * New value for property `defaultDataSource`
885
+ */
886
+ sDefaultDataSource: string
887
+ ): this;
757
888
  /**
758
889
  * @SINCE 1.107.0
759
890
  *
@@ -774,6 +905,45 @@ declare namespace sap {
774
905
  */
775
906
  bEnableQueryLanguage?: boolean
776
907
  ): this;
908
+ /**
909
+ * @SINCE 1.108.0
910
+ *
911
+ * Sets a new value for property {@link #getFacetPanelResizable facetPanelResizable}.
912
+ *
913
+ * Display a splitter bar to resize the left hand panel, containing all facets and filter criteria.
914
+ *
915
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
916
+ *
917
+ * Default value is `false`.
918
+ *
919
+ * @returns Reference to `this` in order to allow method chaining
920
+ */
921
+ setFacetPanelResizable(
922
+ /**
923
+ * New value for property `facetPanelResizable`
924
+ */
925
+ bFacetPanelResizable?: boolean
926
+ ): this;
927
+ /**
928
+ * @SINCE 1.108.0
929
+ *
930
+ * Sets a new value for property {@link #getFacetPanelWidthInPercent facetPanelWidthInPercent}.
931
+ *
932
+ * Default size (percent) of the left hand panel, containing all facets and filter criteria. If "facetPanelResizable"
933
+ * is true, the width of the facet panel can be changed by the user.
934
+ *
935
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
936
+ *
937
+ * Default value is `25`.
938
+ *
939
+ * @returns Reference to `this` in order to allow method chaining
940
+ */
941
+ setFacetPanelWidthInPercent(
942
+ /**
943
+ * New value for property `facetPanelWidthInPercent`
944
+ */
945
+ fFacetPanelWidthInPercent?: float
946
+ ): this;
777
947
  /**
778
948
  * @SINCE 1.98.0
779
949
  *
@@ -821,6 +991,42 @@ declare namespace sap {
821
991
  */
822
992
  bFolderMode?: boolean
823
993
  ): this;
994
+ /**
995
+ * @SINCE 1.94.0
996
+ *
997
+ * Sets a new value for property {@link #getGetCustomNoResultScreen getCustomNoResultScreen}.
998
+ *
999
+ * Whenever a search has no results, a 'No Results Page' is displayed. You can provide a custom page to
1000
+ * be more specific and add some hints, links, buttons or other content.
1001
+ *
1002
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1003
+ *
1004
+ * @returns Reference to `this` in order to allow method chaining
1005
+ */
1006
+ setGetCustomNoResultScreen(
1007
+ /**
1008
+ * New value for property `getCustomNoResultScreen`
1009
+ */
1010
+ fnGetCustomNoResultScreen: Function
1011
+ ): this;
1012
+ /**
1013
+ * @SINCE 1.93.0
1014
+ *
1015
+ * Sets a new value for property {@link #getOverwriteBrowserTitle overwriteBrowserTitle}.
1016
+ *
1017
+ * Shall the window title be overwritten by this control? If true, the control will set the current search
1018
+ * condition as window title. If false, it will not set or update the window title.
1019
+ *
1020
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1021
+ *
1022
+ * @returns Reference to `this` in order to allow method chaining
1023
+ */
1024
+ setOverwriteBrowserTitle(
1025
+ /**
1026
+ * New value for property `overwriteBrowserTitle`
1027
+ */
1028
+ bOverwriteBrowserTitle: boolean
1029
+ ): this;
824
1030
  /**
825
1031
  * @SINCE 1.100.0
826
1032
  *
@@ -901,7 +1107,8 @@ declare namespace sap {
901
1107
  *
902
1108
  * Sets a new value for property {@link #getSearchOnStart searchOnStart}.
903
1109
  *
904
- * Defines if the search control will search for the given term right on control instantiation.
1110
+ * Defines if the search composite control will send a search request after loading for the given term,
1111
+ * data source and filter root condition settings.
905
1112
  *
906
1113
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
907
1114
  *
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -548,7 +548,11 @@ declare namespace sap {
548
548
  /**
549
549
  * The mapping of "aria-" prefixed attributes
550
550
  */
551
- mAriaProps: object
551
+ mAriaProps: {
552
+ role: string;
553
+
554
+ level: string;
555
+ }
552
556
  ): void;
553
557
  /**
554
558
  * Fires event {@link #event:press press} to attached listeners.
@@ -1048,7 +1052,11 @@ declare namespace sap {
1048
1052
  /**
1049
1053
  * The mapping of "aria-" prefixed attributes
1050
1054
  */
1051
- mAriaProps: object
1055
+ mAriaProps: {
1056
+ role: string;
1057
+
1058
+ level: string;
1059
+ }
1052
1060
  ): void;
1053
1061
  /**
1054
1062
  * Fires event {@link #event:press press} to attached listeners.
@@ -1712,10 +1720,10 @@ declare namespace sap {
1712
1720
  *
1713
1721
  * If not specified or if the function returns `null`, the indicator size will be calculated automatically.
1714
1722
  *
1715
- * This callback will be called when the indicator is displayed, that happens during the drag over movement.
1723
+ * This callback will be called when the indicator is displayed, which happens during the drag over movement.
1716
1724
  *
1717
- * The callback receives `draggedControl` as parameter and must return an object of type `{rows: ,
1718
- * columns: }` or `null`.
1725
+ * The callback receives `draggedControl` as parameter and must return an object of type `{rows: int, columns:
1726
+ * int}` or `null`.
1719
1727
  */
1720
1728
  dropIndicatorSize?:
1721
1729
  | Function
@@ -1808,36 +1816,41 @@ declare namespace sap {
1808
1816
  * Gets current value of property {@link #getDropIndicatorSize dropIndicatorSize}.
1809
1817
  *
1810
1818
  * A function which will define the desired drop indicator size. The drop indicator shows the user how the
1811
- * grid will rearrange after drop.
1812
- *
1813
- * Use when custom size needs to be defined. For example when an item is dragged from outside a grid and
1814
- * is dropped over the grid.
1819
+ * grid will rearrange after drop. Use when custom size needs to be defined. For example, when an item is
1820
+ * dragged from outside a grid and is dropped over the grid.
1815
1821
  *
1816
1822
  * If not specified or if the function returns `null`, the indicator size will be calculated automatically.
1817
1823
  *
1818
- * This callback will be called when the indicator is displayed, that happens during the drag over movement.
1824
+ * This callback will be called when the indicator is displayed, which happens during the drag over movement.
1819
1825
  *
1820
- * The callback receives `draggedControl` as parameter and must return an object of type `{rows: ,
1821
- * columns: }` or `null`.
1826
+ * The callback receives `draggedControl` as parameter and must return an object of type `{rows: int, columns:
1827
+ * int}` or `null`.
1822
1828
  *
1823
1829
  * @returns Value of property `dropIndicatorSize`
1824
1830
  */
1825
- getDropIndicatorSize(): Function;
1831
+ getDropIndicatorSize():
1832
+ | ((
1833
+ p1: sap.ui.core.Control
1834
+ ) => {
1835
+ rows: int;
1836
+
1837
+ columns: int;
1838
+ })
1839
+ | null
1840
+ | undefined;
1826
1841
  /**
1827
- * Sets a new value for property {@link #getDropIndicatorSize dropIndicatorSize}.
1842
+ * Sets a new value for property {@link #setDropIndicatorSize dropIndicatorSize}.
1828
1843
  *
1829
1844
  * A function which will define the desired drop indicator size. The drop indicator shows the user how the
1830
- * grid will rearrange after drop.
1831
- *
1832
- * Use when custom size needs to be defined. For example when an item is dragged from outside a grid and
1833
- * is dropped over the grid.
1845
+ * grid will rearrange after drop. Use when custom size needs to be defined. For example when an item is
1846
+ * dragged from outside a grid and is dropped over the grid.
1834
1847
  *
1835
1848
  * If not specified or if the function returns `null`, the indicator size will be calculated automatically.
1836
1849
  *
1837
- * This callback will be called when the indicator is displayed, that happens during the drag over movement.
1850
+ * This callback will be called when the indicator is displayed, which happens during the drag over movement.
1838
1851
  *
1839
- * The callback receives `draggedControl` as parameter and must return an object of type `{rows: ,
1840
- * columns: }` or `null`.
1852
+ * The callback receives `draggedControl` as parameter and must return an object of type `{rows: int, columns:
1853
+ * int}` or `null`.
1841
1854
  *
1842
1855
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1843
1856
  *
@@ -1847,7 +1860,15 @@ declare namespace sap {
1847
1860
  /**
1848
1861
  * New value for property `dropIndicatorSize`
1849
1862
  */
1850
- fnDropIndicatorSize: Function
1863
+ fnDropIndicatorSize?:
1864
+ | ((
1865
+ p1: sap.ui.core.Control
1866
+ ) => {
1867
+ rows: int;
1868
+
1869
+ columns: int;
1870
+ })
1871
+ | null
1851
1872
  ): this;
1852
1873
  }
1853
1874
  }
@@ -11569,7 +11590,7 @@ declare namespace sap {
11569
11590
  /**
11570
11591
  * @SINCE 1.46
11571
11592
  *
11572
- * Implements the master-detail-detail paradigm by displaying up to three pages in separate columns.
11593
+ * Implements the list-detail-detail paradigm by displaying up to three pages in separate columns.
11573
11594
  *
11574
11595
  * Overview:
11575
11596
  *
@@ -13957,10 +13978,10 @@ declare namespace sap {
13957
13978
  * them should lead.
13958
13979
  *
13959
13980
  * Calling `getNextUIState(2)` will return information about the expected layout and action buttons if the
13960
- * application should display three views (master-detail-detail), based on the current state.
13981
+ * application should display three views (list-detail-detail), based on the current state.
13961
13982
  *
13962
13983
  * Similarly, calling `getNextUIState(0)` will return information about the expected layout and action buttons
13963
- * if the application should display the initial view only (master), based on the current state.
13984
+ * if the application should display the initial view only (list), based on the current state.
13964
13985
  *
13965
13986
  * For more information, see {@link sap.f.FlexibleColumnLayoutSemanticHelper#getCurrentUIState} and {@link
13966
13987
  * sap.f.FlexibleColumnLayoutSemanticHelper#getNextUIState}
@@ -14076,7 +14097,7 @@ declare namespace sap {
14076
14097
  */
14077
14098
  getNextUIState(
14078
14099
  /**
14079
- * the view level that should be represented. 0 means initial (master only), 1 - master-detail, 2 - master-detail-detail,
14100
+ * the view level that should be represented. 0 means initial (list only), 1 - list-detail, 2 - list-detail-detail,
14080
14101
  * 3 and above - subsequent views
14081
14102
  */
14082
14103
  iNextLevel: int
@@ -17871,7 +17892,7 @@ declare namespace sap {
17871
17892
  *
17872
17893
  * @returns with all available contexts
17873
17894
  */
17874
- getContext(): Object;
17895
+ getContext(): sap.m.BarContexts;
17875
17896
  /**
17876
17897
  * Gets current value of property {@link #getHomeIcon homeIcon}.
17877
17898
  *