@sapui5/ts-types 1.112.3 → 1.113.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 (63) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +59 -2
  4. package/types/sap.chart.d.ts +15 -1
  5. package/types/sap.collaboration.d.ts +33 -1
  6. package/types/sap.esh.search.ui.d.ts +405 -1
  7. package/types/sap.f.d.ts +75 -38
  8. package/types/sap.fe.core.d.ts +28 -2
  9. package/types/sap.fe.macros.d.ts +52 -69
  10. package/types/sap.fe.navigation.d.ts +2 -0
  11. package/types/sap.fe.templates.d.ts +6 -0
  12. package/types/sap.fe.test.d.ts +7 -1
  13. package/types/sap.feedback.ui.d.ts +2 -6
  14. package/types/sap.gantt.d.ts +238 -16
  15. package/types/sap.insights.d.ts +1 -1
  16. package/types/sap.landvisz.d.ts +27 -1
  17. package/types/sap.m.d.ts +1854 -85
  18. package/types/sap.makit.d.ts +13 -1
  19. package/types/sap.me.d.ts +17 -1
  20. package/types/sap.ndc.d.ts +10 -2
  21. package/types/sap.ovp.d.ts +7 -1
  22. package/types/sap.rules.ui.d.ts +9 -1
  23. package/types/sap.sac.df.d.ts +62 -1
  24. package/types/sap.sac.grid.d.ts +1 -1
  25. package/types/sap.suite.ui.commons.d.ts +272 -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 +314 -7
  32. package/types/sap.ui.core.d.ts +1508 -518
  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 -1
  36. package/types/sap.ui.generic.app.d.ts +20 -7
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +52 -19
  39. package/types/sap.ui.layout.d.ts +43 -1
  40. package/types/sap.ui.mdc.d.ts +1 -1
  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 +63 -7
  46. package/types/sap.ui.testrecorder.d.ts +1 -1
  47. package/types/sap.ui.unified.d.ts +308 -4
  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 +375 -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 +375 -79
  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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1929,6 +1929,8 @@ declare namespace sap {
1929
1929
  oListener?: object
1930
1930
  ): this;
1931
1931
  /**
1932
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1933
+ *
1932
1934
  * Fires event {@link #event:submit submit} to attached listeners.
1933
1935
  *
1934
1936
  * @returns Reference to `this` in order to allow method chaining
@@ -2096,6 +2098,8 @@ declare namespace sap {
2096
2098
  oListener?: object
2097
2099
  ): this;
2098
2100
  /**
2101
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2102
+ *
2099
2103
  * Fires event {@link #event:submit submit} to attached listeners.
2100
2104
  *
2101
2105
  * @returns Reference to `this` in order to allow method chaining
@@ -2485,6 +2489,8 @@ declare namespace sap {
2485
2489
  oListener?: object
2486
2490
  ): this;
2487
2491
  /**
2492
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2493
+ *
2488
2494
  * Fires event {@link #event:regionClick regionClick} to attached listeners.
2489
2495
  *
2490
2496
  * @returns Reference to `this` in order to allow method chaining
@@ -2501,6 +2507,8 @@ declare namespace sap {
2501
2507
  }
2502
2508
  ): this;
2503
2509
  /**
2510
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2511
+ *
2504
2512
  * Fires event {@link #event:regionContextMenu regionContextMenu} to attached listeners.
2505
2513
  *
2506
2514
  * @returns Reference to `this` in order to allow method chaining
@@ -2517,6 +2525,8 @@ declare namespace sap {
2517
2525
  }
2518
2526
  ): this;
2519
2527
  /**
2528
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2529
+ *
2520
2530
  * Fires event {@link #event:regionDeselect regionDeselect} to attached listeners.
2521
2531
  *
2522
2532
  * @returns Reference to `this` in order to allow method chaining
@@ -2528,6 +2538,8 @@ declare namespace sap {
2528
2538
  mParameters?: object
2529
2539
  ): this;
2530
2540
  /**
2541
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2542
+ *
2531
2543
  * Fires event {@link #event:regionSelect regionSelect} to attached listeners.
2532
2544
  *
2533
2545
  * @returns Reference to `this` in order to allow method chaining
@@ -2818,6 +2830,8 @@ declare namespace sap {
2818
2830
  oListener?: object
2819
2831
  ): this;
2820
2832
  /**
2833
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2834
+ *
2821
2835
  * Fires event {@link #event:edgeClick edgeClick} to attached listeners.
2822
2836
  *
2823
2837
  * @returns Reference to `this` in order to allow method chaining
@@ -2829,6 +2843,8 @@ declare namespace sap {
2829
2843
  mParameters?: object
2830
2844
  ): this;
2831
2845
  /**
2846
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2847
+ *
2832
2848
  * Fires event {@link #event:edgeContextMenu edgeContextMenu} to attached listeners.
2833
2849
  *
2834
2850
  * @returns Reference to `this` in order to allow method chaining
@@ -3151,6 +3167,8 @@ declare namespace sap {
3151
3167
  oListener?: object
3152
3168
  ): this;
3153
3169
  /**
3170
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3171
+ *
3154
3172
  * Fires event {@link #event:edgeClick edgeClick} to attached listeners.
3155
3173
  *
3156
3174
  * @returns Reference to `this` in order to allow method chaining
@@ -3172,6 +3190,8 @@ declare namespace sap {
3172
3190
  }
3173
3191
  ): this;
3174
3192
  /**
3193
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3194
+ *
3175
3195
  * Fires event {@link #event:edgeContextMenu edgeContextMenu} to attached listeners.
3176
3196
  *
3177
3197
  * @returns Reference to `this` in order to allow method chaining
@@ -4422,6 +4442,8 @@ declare namespace sap {
4422
4442
  oListener?: object
4423
4443
  ): this;
4424
4444
  /**
4445
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4446
+ *
4425
4447
  * Fires event {@link #event:click click} to attached listeners.
4426
4448
  *
4427
4449
  * @returns Reference to `this` in order to allow method chaining
@@ -4438,6 +4460,8 @@ declare namespace sap {
4438
4460
  }
4439
4461
  ): this;
4440
4462
  /**
4463
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4464
+ *
4441
4465
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
4442
4466
  *
4443
4467
  * @returns Reference to `this` in order to allow method chaining
@@ -5836,6 +5860,8 @@ declare namespace sap {
5836
5860
  oListener?: object
5837
5861
  ): this;
5838
5862
  /**
5863
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5864
+ *
5839
5865
  * Fires event {@link #event:click click} to attached listeners.
5840
5866
  *
5841
5867
  * @returns Reference to `this` in order to allow method chaining
@@ -5847,6 +5873,8 @@ declare namespace sap {
5847
5873
  mParameters?: object
5848
5874
  ): this;
5849
5875
  /**
5876
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5877
+ *
5850
5878
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
5851
5879
  *
5852
5880
  * @returns Reference to `this` in order to allow method chaining
@@ -6153,6 +6181,8 @@ declare namespace sap {
6153
6181
  oListener?: object
6154
6182
  ): this;
6155
6183
  /**
6184
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6185
+ *
6156
6186
  * Fires event {@link #event:click click} to attached listeners.
6157
6187
  *
6158
6188
  * @returns Reference to `this` in order to allow method chaining
@@ -6169,6 +6199,8 @@ declare namespace sap {
6169
6199
  }
6170
6200
  ): this;
6171
6201
  /**
6202
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6203
+ *
6172
6204
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
6173
6205
  *
6174
6206
  * @returns Reference to `this` in order to allow method chaining
@@ -6877,6 +6909,8 @@ declare namespace sap {
6877
6909
  oListener?: object
6878
6910
  ): this;
6879
6911
  /**
6912
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6913
+ *
6880
6914
  * Fires event {@link #event:click click} to attached listeners.
6881
6915
  *
6882
6916
  * @returns Reference to `this` in order to allow method chaining
@@ -6893,6 +6927,8 @@ declare namespace sap {
6893
6927
  }
6894
6928
  ): this;
6895
6929
  /**
6930
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6931
+ *
6896
6932
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
6897
6933
  *
6898
6934
  * @returns Reference to `this` in order to allow method chaining
@@ -7880,6 +7916,8 @@ declare namespace sap {
7880
7916
  oListener?: object
7881
7917
  ): this;
7882
7918
  /**
7919
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7920
+ *
7883
7921
  * Fires event {@link #event:centerChanged centerChanged} to attached listeners.
7884
7922
  *
7885
7923
  * @returns Reference to `this` in order to allow method chaining
@@ -7904,6 +7942,8 @@ declare namespace sap {
7904
7942
  }
7905
7943
  ): this;
7906
7944
  /**
7945
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7946
+ *
7907
7947
  * Fires event {@link #event:click click} to attached listeners.
7908
7948
  *
7909
7949
  * @returns Reference to `this` in order to allow method chaining
@@ -7920,6 +7960,8 @@ declare namespace sap {
7920
7960
  }
7921
7961
  ): this;
7922
7962
  /**
7963
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7964
+ *
7923
7965
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
7924
7966
  *
7925
7967
  * @returns Reference to `this` in order to allow method chaining
@@ -7944,6 +7986,8 @@ declare namespace sap {
7944
7986
  }
7945
7987
  ): this;
7946
7988
  /**
7989
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7990
+ *
7947
7991
  * Fires event {@link #event:drop drop} to attached listeners.
7948
7992
  *
7949
7993
  * @returns Reference to `this` in order to allow method chaining
@@ -7960,6 +8004,8 @@ declare namespace sap {
7960
8004
  }
7961
8005
  ): this;
7962
8006
  /**
8007
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8008
+ *
7963
8009
  * Fires event {@link #event:keyDown keyDown} to attached listeners.
7964
8010
  *
7965
8011
  * @returns Reference to `this` in order to allow method chaining
@@ -7996,6 +8042,8 @@ declare namespace sap {
7996
8042
  }
7997
8043
  ): this;
7998
8044
  /**
8045
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8046
+ *
7999
8047
  * Fires event {@link #event:keyPress keyPress} to attached listeners.
8000
8048
  *
8001
8049
  * @returns Reference to `this` in order to allow method chaining
@@ -8032,6 +8080,8 @@ declare namespace sap {
8032
8080
  }
8033
8081
  ): this;
8034
8082
  /**
8083
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8084
+ *
8035
8085
  * Fires event {@link #event:keyUp keyUp} to attached listeners.
8036
8086
  *
8037
8087
  * @returns Reference to `this` in order to allow method chaining
@@ -8068,6 +8118,8 @@ declare namespace sap {
8068
8118
  }
8069
8119
  ): this;
8070
8120
  /**
8121
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8122
+ *
8071
8123
  * Fires event {@link #event:select select} to attached listeners.
8072
8124
  *
8073
8125
  * @returns Reference to `this` in order to allow method chaining
@@ -8079,6 +8131,8 @@ declare namespace sap {
8079
8131
  mParameters?: object
8080
8132
  ): this;
8081
8133
  /**
8134
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8135
+ *
8082
8136
  * Fires event {@link #event:zoomChanged zoomChanged} to attached listeners.
8083
8137
  *
8084
8138
  * @returns Reference to `this` in order to allow method chaining
@@ -9549,6 +9603,8 @@ declare namespace sap {
9549
9603
  oListener?: object
9550
9604
  ): this;
9551
9605
  /**
9606
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9607
+ *
9552
9608
  * Fires event {@link #event:click click} to attached listeners.
9553
9609
  *
9554
9610
  * @returns Reference to `this` in order to allow method chaining
@@ -9795,6 +9851,8 @@ declare namespace sap {
9795
9851
  oListener?: object
9796
9852
  ): this;
9797
9853
  /**
9854
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9855
+ *
9798
9856
  * Fires event {@link #event:click click} to attached listeners.
9799
9857
  *
9800
9858
  * @returns Reference to `this` in order to allow method chaining
@@ -10246,6 +10304,7 @@ declare namespace sap {
10246
10304
  /**
10247
10305
  * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
10248
10306
  * Pie Item index when event occurs.
10307
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10249
10308
  *
10250
10309
  * Fires event {@link #event:click click} to attached listeners.
10251
10310
  *
@@ -10714,6 +10773,8 @@ declare namespace sap {
10714
10773
  oListener?: object
10715
10774
  ): this;
10716
10775
  /**
10776
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10777
+ *
10717
10778
  * Fires event {@link #event:click click} to attached listeners.
10718
10779
  *
10719
10780
  * @returns Reference to `this` in order to allow method chaining
@@ -10730,6 +10791,8 @@ declare namespace sap {
10730
10791
  }
10731
10792
  ): this;
10732
10793
  /**
10794
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10795
+ *
10733
10796
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
10734
10797
  *
10735
10798
  * @returns Reference to `this` in order to allow method chaining
@@ -11950,6 +12013,8 @@ declare namespace sap {
11950
12013
  oListener?: object
11951
12014
  ): this;
11952
12015
  /**
12016
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12017
+ *
11953
12018
  * Fires event {@link #event:click click} to attached listeners.
11954
12019
  *
11955
12020
  * @returns Reference to `this` in order to allow method chaining
@@ -11961,6 +12026,8 @@ declare namespace sap {
11961
12026
  mParameters?: object
11962
12027
  ): this;
11963
12028
  /**
12029
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12030
+ *
11964
12031
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
11965
12032
  *
11966
12033
  * @returns Reference to `this` in order to allow method chaining
@@ -11972,6 +12039,8 @@ declare namespace sap {
11972
12039
  mParameters?: object
11973
12040
  ): this;
11974
12041
  /**
12042
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12043
+ *
11975
12044
  * Fires event {@link #event:drop drop} to attached listeners.
11976
12045
  *
11977
12046
  * @returns Reference to `this` in order to allow method chaining
@@ -13132,6 +13201,8 @@ declare namespace sap {
13132
13201
  vAriaLabelledBy: sap.ui.core.ID | sap.ui.core.Control
13133
13202
  ): this;
13134
13203
  /**
13204
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13205
+ *
13135
13206
  * Add dependant child control for rendering.
13136
13207
  */
13137
13208
  addRenderItem(
@@ -13787,6 +13858,8 @@ declare namespace sap {
13787
13858
  oListener?: object
13788
13859
  ): this;
13789
13860
  /**
13861
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13862
+ *
13790
13863
  * Fires event {@link #event:changeTrackingMode changeTrackingMode} to attached listeners.
13791
13864
  *
13792
13865
  * @returns Reference to `this` in order to allow method chaining
@@ -13807,6 +13880,8 @@ declare namespace sap {
13807
13880
  }
13808
13881
  ): this;
13809
13882
  /**
13883
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13884
+ *
13810
13885
  * Fires event {@link #event:closeWindow closeWindow} to attached listeners.
13811
13886
  *
13812
13887
  * @returns Reference to `this` in order to allow method chaining
@@ -13827,6 +13902,8 @@ declare namespace sap {
13827
13902
  }
13828
13903
  ): this;
13829
13904
  /**
13905
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13906
+ *
13830
13907
  * Fires event {@link #event:containerCreated containerCreated} to attached listeners.
13831
13908
  *
13832
13909
  * @returns Reference to `this` in order to allow method chaining
@@ -13847,6 +13924,8 @@ declare namespace sap {
13847
13924
  }
13848
13925
  ): this;
13849
13926
  /**
13927
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13928
+ *
13850
13929
  * Fires event {@link #event:containerDestroyed containerDestroyed} to attached listeners.
13851
13930
  *
13852
13931
  * @returns Reference to `this` in order to allow method chaining
@@ -13867,6 +13946,8 @@ declare namespace sap {
13867
13946
  }
13868
13947
  ): this;
13869
13948
  /**
13949
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13950
+ *
13870
13951
  * Fires event {@link #event:move move} to attached listeners.
13871
13952
  *
13872
13953
  * @returns Reference to `this` in order to allow method chaining
@@ -13883,6 +13964,8 @@ declare namespace sap {
13883
13964
  }
13884
13965
  ): this;
13885
13966
  /**
13967
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13968
+ *
13886
13969
  * Fires event {@link #event:openWindow openWindow} to attached listeners.
13887
13970
  *
13888
13971
  * @returns Reference to `this` in order to allow method chaining
@@ -13903,6 +13986,8 @@ declare namespace sap {
13903
13986
  }
13904
13987
  ): this;
13905
13988
  /**
13989
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13990
+ *
13906
13991
  * Fires event {@link #event:render render} to attached listeners.
13907
13992
  *
13908
13993
  * @returns Reference to `this` in order to allow method chaining
@@ -13919,6 +14004,8 @@ declare namespace sap {
13919
14004
  }
13920
14005
  ): this;
13921
14006
  /**
14007
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14008
+ *
13922
14009
  * Fires event {@link #event:submit submit} to attached listeners.
13923
14010
  *
13924
14011
  * @returns Reference to `this` in order to allow method chaining
@@ -13936,6 +14023,8 @@ declare namespace sap {
13936
14023
  }
13937
14024
  ): this;
13938
14025
  /**
14026
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14027
+ *
13939
14028
  * Fires event {@link #event:thumbnailClick thumbnailClick} to attached listeners.
13940
14029
  *
13941
14030
  * @returns Reference to `this` in order to allow method chaining
@@ -13956,6 +14045,8 @@ declare namespace sap {
13956
14045
  }
13957
14046
  ): this;
13958
14047
  /**
14048
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14049
+ *
13959
14050
  * Fires event {@link #event:zoom zoom} to attached listeners.
13960
14051
  *
13961
14052
  * @returns Reference to `this` in order to allow method chaining
@@ -14530,6 +14621,8 @@ declare namespace sap {
14530
14621
  oListener?: object
14531
14622
  ): this;
14532
14623
  /**
14624
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14625
+ *
14533
14626
  * Fires event {@link #event:cameraChange cameraChange} to attached listeners.
14534
14627
  *
14535
14628
  * @returns Reference to `this` in order to allow method chaining
@@ -15308,6 +15401,8 @@ declare namespace sap {
15308
15401
  oListener?: object
15309
15402
  ): this;
15310
15403
  /**
15404
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15405
+ *
15311
15406
  * Fires event {@link #event:click click} to attached listeners.
15312
15407
  *
15313
15408
  * @returns Reference to `this` in order to allow method chaining
@@ -15324,6 +15419,8 @@ declare namespace sap {
15324
15419
  }
15325
15420
  ): this;
15326
15421
  /**
15422
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15423
+ *
15327
15424
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
15328
15425
  *
15329
15426
  * @returns Reference to `this` in order to allow method chaining
@@ -15344,6 +15441,8 @@ declare namespace sap {
15344
15441
  }
15345
15442
  ): this;
15346
15443
  /**
15444
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15445
+ *
15347
15446
  * Fires event {@link #event:deselect deselect} to attached listeners.
15348
15447
  *
15349
15448
  * @returns Reference to `this` in order to allow method chaining
@@ -15360,6 +15459,8 @@ declare namespace sap {
15360
15459
  }
15361
15460
  ): this;
15362
15461
  /**
15462
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15463
+ *
15363
15464
  * Fires event {@link #event:drop drop} to attached listeners.
15364
15465
  *
15365
15466
  * @returns Reference to `this` in order to allow method chaining
@@ -15380,6 +15481,8 @@ declare namespace sap {
15380
15481
  }
15381
15482
  ): this;
15382
15483
  /**
15484
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15485
+ *
15383
15486
  * Fires event {@link #event:handleClick handleClick} to attached listeners.
15384
15487
  *
15385
15488
  * @returns Reference to `this` in order to allow method chaining
@@ -15400,6 +15503,8 @@ declare namespace sap {
15400
15503
  }
15401
15504
  ): this;
15402
15505
  /**
15506
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15507
+ *
15403
15508
  * Fires event {@link #event:handleContextMenu handleContextMenu} to attached listeners.
15404
15509
  *
15405
15510
  * @returns Reference to `this` in order to allow method chaining
@@ -15424,6 +15529,8 @@ declare namespace sap {
15424
15529
  }
15425
15530
  ): this;
15426
15531
  /**
15532
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15533
+ *
15427
15534
  * Fires event {@link #event:handleMoved handleMoved} to attached listeners.
15428
15535
  *
15429
15536
  * @returns Reference to `this` in order to allow method chaining
@@ -15444,6 +15551,8 @@ declare namespace sap {
15444
15551
  }
15445
15552
  ): this;
15446
15553
  /**
15554
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15555
+ *
15447
15556
  * Fires event {@link #event:select select} to attached listeners.
15448
15557
  *
15449
15558
  * @returns Reference to `this` in order to allow method chaining
@@ -16016,6 +16125,8 @@ declare namespace sap {
16016
16125
  oListener?: object
16017
16126
  ): this;
16018
16127
  /**
16128
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16129
+ *
16019
16130
  * Fires event {@link #event:click click} to attached listeners.
16020
16131
  *
16021
16132
  * @returns Reference to `this` in order to allow method chaining
@@ -16027,6 +16138,8 @@ declare namespace sap {
16027
16138
  mParameters?: object
16028
16139
  ): this;
16029
16140
  /**
16141
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16142
+ *
16030
16143
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
16031
16144
  *
16032
16145
  * @returns Reference to `this` in order to allow method chaining
@@ -16043,6 +16156,8 @@ declare namespace sap {
16043
16156
  }
16044
16157
  ): this;
16045
16158
  /**
16159
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16160
+ *
16046
16161
  * Fires event {@link #event:drop drop} to attached listeners.
16047
16162
  *
16048
16163
  * @returns Reference to `this` in order to allow method chaining
@@ -16059,6 +16174,8 @@ declare namespace sap {
16059
16174
  }
16060
16175
  ): this;
16061
16176
  /**
16177
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16178
+ *
16062
16179
  * Fires event {@link #event:handleClick handleClick} to attached listeners.
16063
16180
  *
16064
16181
  * @returns Reference to `this` in order to allow method chaining
@@ -16075,6 +16192,8 @@ declare namespace sap {
16075
16192
  }
16076
16193
  ): this;
16077
16194
  /**
16195
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16196
+ *
16078
16197
  * Fires event {@link #event:handleContextMenu handleContextMenu} to attached listeners.
16079
16198
  *
16080
16199
  * @returns Reference to `this` in order to allow method chaining
@@ -16095,6 +16214,8 @@ declare namespace sap {
16095
16214
  }
16096
16215
  ): this;
16097
16216
  /**
16217
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16218
+ *
16098
16219
  * Fires event {@link #event:handleMoved handleMoved} to attached listeners.
16099
16220
  *
16100
16221
  * @returns Reference to `this` in order to allow method chaining