@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 ui {
@@ -3744,6 +3744,8 @@ declare namespace sap {
3744
3744
  oListener?: object
3745
3745
  ): this;
3746
3746
  /**
3747
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3748
+ *
3747
3749
  * Fires event {@link #event:enabledChanged enabledChanged} to attached listeners.
3748
3750
  *
3749
3751
  * @returns Reference to `this` in order to allow method chaining
@@ -3755,6 +3757,8 @@ declare namespace sap {
3755
3757
  mParameters?: object
3756
3758
  ): this;
3757
3759
  /**
3760
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3761
+ *
3758
3762
  * Fires event {@link #event:initialized initialized} to attached listeners.
3759
3763
  *
3760
3764
  * @returns Reference to `this` in order to allow method chaining
@@ -4307,6 +4311,8 @@ declare namespace sap {
4307
4311
  oListener?: object
4308
4312
  ): this;
4309
4313
  /**
4314
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4315
+ *
4310
4316
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
4311
4317
  *
4312
4318
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -4350,6 +4356,8 @@ declare namespace sap {
4350
4356
  }
4351
4357
  ): boolean;
4352
4358
  /**
4359
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4360
+ *
4353
4361
  * Fires event {@link #event:initialized initialized} to attached listeners.
4354
4362
  *
4355
4363
  * @returns Reference to `this` in order to allow method chaining
@@ -5381,6 +5389,8 @@ declare namespace sap {
5381
5389
  oListener?: object
5382
5390
  ): this;
5383
5391
  /**
5392
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5393
+ *
5384
5394
  * Fires event {@link #event:downloadCompleted downloadCompleted} to attached listeners.
5385
5395
  *
5386
5396
  * @returns Reference to `this` in order to allow method chaining
@@ -5403,6 +5413,8 @@ declare namespace sap {
5403
5413
  }
5404
5414
  ): this;
5405
5415
  /**
5416
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5417
+ *
5406
5418
  * Fires event {@link #event:downloadProgress downloadProgress} to attached listeners.
5407
5419
  *
5408
5420
  * @returns Reference to `this` in order to allow method chaining
@@ -5427,6 +5439,8 @@ declare namespace sap {
5427
5439
  }
5428
5440
  ): this;
5429
5441
  /**
5442
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5443
+ *
5430
5444
  * Fires event {@link #event:downloadStarted downloadStarted} to attached listeners.
5431
5445
  *
5432
5446
  * @returns Reference to `this` in order to allow method chaining
@@ -5444,6 +5458,8 @@ declare namespace sap {
5444
5458
  }
5445
5459
  ): this;
5446
5460
  /**
5461
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5462
+ *
5447
5463
  * Fires event {@link #event:hierarchyChanged hierarchyChanged} to attached listeners.
5448
5464
  *
5449
5465
  * @returns Reference to `this` in order to allow method chaining
@@ -5455,6 +5471,8 @@ declare namespace sap {
5455
5471
  mParameters?: object
5456
5472
  ): this;
5457
5473
  /**
5474
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5475
+ *
5458
5476
  * Fires event {@link #event:loadCompleted loadCompleted} to attached listeners.
5459
5477
  *
5460
5478
  * @returns Reference to `this` in order to allow method chaining
@@ -5482,6 +5500,8 @@ declare namespace sap {
5482
5500
  }
5483
5501
  ): this;
5484
5502
  /**
5503
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5504
+ *
5485
5505
  * Fires event {@link #event:loadProgress loadProgress} to attached listeners.
5486
5506
  *
5487
5507
  * @returns Reference to `this` in order to allow method chaining
@@ -5493,6 +5513,8 @@ declare namespace sap {
5493
5513
  mParameters?: object
5494
5514
  ): this;
5495
5515
  /**
5516
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5517
+ *
5496
5518
  * Fires event {@link #event:loadStarted loadStarted} to attached listeners.
5497
5519
  *
5498
5520
  * @returns Reference to `this` in order to allow method chaining
@@ -7103,6 +7125,8 @@ declare namespace sap {
7103
7125
  iLevel: int
7104
7126
  ): sap.ui.vtm.Tree;
7105
7127
  /**
7128
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7129
+ *
7106
7130
  * Fires event {@link #event:beforeModelUpdated beforeModelUpdated} to attached listeners.
7107
7131
  *
7108
7132
  * @returns Reference to `this` in order to allow method chaining
@@ -7114,6 +7138,8 @@ declare namespace sap {
7114
7138
  mParameters?: object
7115
7139
  ): this;
7116
7140
  /**
7141
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7142
+ *
7117
7143
  * Fires event {@link #event:dataColumnsChanged dataColumnsChanged} to attached listeners.
7118
7144
  *
7119
7145
  * @returns Reference to `this` in order to allow method chaining
@@ -7125,6 +7151,8 @@ declare namespace sap {
7125
7151
  mParameters?: object
7126
7152
  ): this;
7127
7153
  /**
7154
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7155
+ *
7128
7156
  * Fires event {@link #event:dragOver dragOver} to attached listeners.
7129
7157
  *
7130
7158
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -7156,6 +7184,8 @@ declare namespace sap {
7156
7184
  }
7157
7185
  ): boolean;
7158
7186
  /**
7187
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7188
+ *
7159
7189
  * Fires event {@link #event:dragStart dragStart} to attached listeners.
7160
7190
  *
7161
7191
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -7179,6 +7209,8 @@ declare namespace sap {
7179
7209
  }
7180
7210
  ): boolean;
7181
7211
  /**
7212
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7213
+ *
7182
7214
  * Fires event {@link #event:drop drop} to attached listeners.
7183
7215
  *
7184
7216
  * @returns Reference to `this` in order to allow method chaining
@@ -7207,6 +7239,8 @@ declare namespace sap {
7207
7239
  }
7208
7240
  ): this;
7209
7241
  /**
7242
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7243
+ *
7210
7244
  * Fires event {@link #event:expandedChanged expandedChanged} to attached listeners.
7211
7245
  *
7212
7246
  * @returns Reference to `this` in order to allow method chaining
@@ -7231,6 +7265,8 @@ declare namespace sap {
7231
7265
  }
7232
7266
  ): this;
7233
7267
  /**
7268
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7269
+ *
7234
7270
  * Fires event {@link #event:fixedColumnsChanged fixedColumnsChanged} to attached listeners.
7235
7271
  *
7236
7272
  * @returns Reference to `this` in order to allow method chaining
@@ -7242,6 +7278,8 @@ declare namespace sap {
7242
7278
  mParameters?: object
7243
7279
  ): this;
7244
7280
  /**
7281
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7282
+ *
7245
7283
  * Fires event {@link #event:hierarchyChanged hierarchyChanged} to attached listeners.
7246
7284
  *
7247
7285
  * @returns Reference to `this` in order to allow method chaining
@@ -7253,6 +7291,8 @@ declare namespace sap {
7253
7291
  mParameters?: object
7254
7292
  ): this;
7255
7293
  /**
7294
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7295
+ *
7256
7296
  * Fires event {@link #event:messageStatusHeaderIconClicked messageStatusHeaderIconClicked} to attached
7257
7297
  * listeners.
7258
7298
  *
@@ -7265,6 +7305,8 @@ declare namespace sap {
7265
7305
  mParameters?: object
7266
7306
  ): this;
7267
7307
  /**
7308
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7309
+ *
7268
7310
  * Fires event {@link #event:messageStatusIconClicked messageStatusIconClicked} to attached listeners.
7269
7311
  *
7270
7312
  * @returns Reference to `this` in order to allow method chaining
@@ -7285,6 +7327,8 @@ declare namespace sap {
7285
7327
  }
7286
7328
  ): this;
7287
7329
  /**
7330
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7331
+ *
7288
7332
  * Fires event {@link #event:modelUpdated modelUpdated} to attached listeners.
7289
7333
  *
7290
7334
  * @returns Reference to `this` in order to allow method chaining
@@ -7296,6 +7340,8 @@ declare namespace sap {
7296
7340
  mParameters?: object
7297
7341
  ): this;
7298
7342
  /**
7343
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7344
+ *
7299
7345
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
7300
7346
  *
7301
7347
  * @returns Reference to `this` in order to allow method chaining
@@ -7320,6 +7366,8 @@ declare namespace sap {
7320
7366
  }
7321
7367
  ): this;
7322
7368
  /**
7369
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7370
+ *
7323
7371
  * Fires event {@link #event:visibilityHeaderIconClicked visibilityHeaderIconClicked} to attached listeners.
7324
7372
  *
7325
7373
  * @returns Reference to `this` in order to allow method chaining
@@ -7340,6 +7388,8 @@ declare namespace sap {
7340
7388
  }
7341
7389
  ): this;
7342
7390
  /**
7391
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7392
+ *
7343
7393
  * Fires event {@link #event:visibilityIconClicked visibilityIconClicked} to attached listeners.
7344
7394
  *
7345
7395
  * @returns Reference to `this` in order to allow method chaining
@@ -8853,6 +8903,8 @@ declare namespace sap {
8853
8903
  oListener?: object
8854
8904
  ): this;
8855
8905
  /**
8906
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8907
+ *
8856
8908
  * Fires event {@link #event:beginGesture beginGesture} to attached listeners.
8857
8909
  *
8858
8910
  * @returns Reference to `this` in order to allow method chaining
@@ -8864,6 +8916,8 @@ declare namespace sap {
8864
8916
  mParameters?: object
8865
8917
  ): this;
8866
8918
  /**
8919
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8920
+ *
8867
8921
  * Fires event {@link #event:endGesture endGesture} to attached listeners.
8868
8922
  *
8869
8923
  * @returns Reference to `this` in order to allow method chaining
@@ -8875,6 +8929,8 @@ declare namespace sap {
8875
8929
  mParameters?: object
8876
8930
  ): this;
8877
8931
  /**
8932
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8933
+ *
8878
8934
  * Fires event {@link #event:hover hover} to attached listeners.
8879
8935
  *
8880
8936
  * @returns Reference to `this` in order to allow method chaining
@@ -8899,6 +8955,8 @@ declare namespace sap {
8899
8955
  }
8900
8956
  ): this;
8901
8957
  /**
8958
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8959
+ *
8902
8960
  * Fires event {@link #event:nodeClicked nodeClicked} to attached listeners.
8903
8961
  *
8904
8962
  * @returns Reference to `this` in order to allow method chaining
@@ -8910,6 +8968,8 @@ declare namespace sap {
8910
8968
  mParameters?: object
8911
8969
  ): this;
8912
8970
  /**
8971
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8972
+ *
8913
8973
  * Fires event {@link #event:refreshRequested refreshRequested} to attached listeners.
8914
8974
  *
8915
8975
  * @returns Reference to `this` in order to allow method chaining
@@ -8921,6 +8981,8 @@ declare namespace sap {
8921
8981
  mParameters?: object
8922
8982
  ): this;
8923
8983
  /**
8984
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8985
+ *
8924
8986
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
8925
8987
  *
8926
8988
  * @returns Reference to `this` in order to allow method chaining
@@ -8945,6 +9007,8 @@ declare namespace sap {
8945
9007
  }
8946
9008
  ): this;
8947
9009
  /**
9010
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9011
+ *
8948
9012
  * Fires event {@link #event:viewChanged viewChanged} to attached listeners.
8949
9013
  *
8950
9014
  * @returns Reference to `this` in order to allow method chaining
@@ -8962,6 +9026,8 @@ declare namespace sap {
8962
9026
  }
8963
9027
  ): this;
8964
9028
  /**
9029
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9030
+ *
8965
9031
  * Fires event {@link #event:visibilityChanged visibilityChanged} to attached listeners.
8966
9032
  *
8967
9033
  * @returns Reference to `this` in order to allow method chaining
@@ -9677,6 +9743,8 @@ declare namespace sap {
9677
9743
  oListener?: object
9678
9744
  ): this;
9679
9745
  /**
9746
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9747
+ *
9680
9748
  * Fires event {@link #event:activePanelChanged activePanelChanged} to attached listeners.
9681
9749
  *
9682
9750
  * @returns Reference to `this` in order to allow method chaining
@@ -9688,6 +9756,8 @@ declare namespace sap {
9688
9756
  mParameters?: object
9689
9757
  ): this;
9690
9758
  /**
9759
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9760
+ *
9691
9761
  * Fires event {@link #event:initialized initialized} to attached listeners.
9692
9762
  *
9693
9763
  * @returns Reference to `this` in order to allow method chaining
@@ -9699,6 +9769,8 @@ declare namespace sap {
9699
9769
  mParameters?: object
9700
9770
  ): this;
9701
9771
  /**
9772
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9773
+ *
9702
9774
  * Fires event {@link #event:panelAdded panelAdded} to attached listeners.
9703
9775
  *
9704
9776
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.2
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.2
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -2417,6 +2417,8 @@ declare namespace sap {
2417
2417
  oListener?: object
2418
2418
  ): this;
2419
2419
  /**
2420
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2421
+ *
2420
2422
  * Fires event {@link #event:scanError scanError} to attached listeners.
2421
2423
  *
2422
2424
  * @returns Reference to `this` in order to allow method chaining
@@ -2433,6 +2435,8 @@ declare namespace sap {
2433
2435
  }
2434
2436
  ): this;
2435
2437
  /**
2438
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2439
+ *
2436
2440
  * Fires event {@link #event:scanSuccess scanSuccess} to attached listeners.
2437
2441
  *
2438
2442
  * @returns Reference to `this` in order to allow method chaining
@@ -2677,6 +2681,8 @@ declare namespace sap {
2677
2681
  oListener?: object
2678
2682
  ): this;
2679
2683
  /**
2684
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2685
+ *
2680
2686
  * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
2681
2687
  *
2682
2688
  * @returns Reference to `this` in order to allow method chaining
@@ -3516,6 +3522,8 @@ declare namespace sap {
3516
3522
  oListener?: object
3517
3523
  ): this;
3518
3524
  /**
3525
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3526
+ *
3519
3527
  * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
3520
3528
  *
3521
3529
  * @returns Reference to `this` in order to allow method chaining
@@ -4470,6 +4478,8 @@ declare namespace sap {
4470
4478
  oListener?: object
4471
4479
  ): this;
4472
4480
  /**
4481
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4482
+ *
4473
4483
  * Fires event {@link #event:displayAreaClick displayAreaClick} to attached listeners.
4474
4484
  *
4475
4485
  * @returns Reference to `this` in order to allow method chaining
@@ -4481,6 +4491,8 @@ declare namespace sap {
4481
4491
  mParameters?: object
4482
4492
  ): this;
4483
4493
  /**
4494
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4495
+ *
4484
4496
  * Fires event {@link #event:overflowClick overflowClick} to attached listeners.
4485
4497
  *
4486
4498
  * @returns Reference to `this` in order to allow method chaining
@@ -4492,6 +4504,8 @@ declare namespace sap {
4492
4504
  mParameters?: object
4493
4505
  ): this;
4494
4506
  /**
4507
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4508
+ *
4495
4509
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
4496
4510
  *
4497
4511
  * @returns Reference to `this` in order to allow method chaining
@@ -5416,6 +5430,8 @@ declare namespace sap {
5416
5430
  oListener?: object
5417
5431
  ): this;
5418
5432
  /**
5433
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5434
+ *
5419
5435
  * Fires event {@link #event:close close} to attached listeners.
5420
5436
  *
5421
5437
  * @returns Reference to `this` in order to allow method chaining
@@ -5427,6 +5443,8 @@ declare namespace sap {
5427
5443
  mParameters?: object
5428
5444
  ): this;
5429
5445
  /**
5446
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5447
+ *
5430
5448
  * Fires event {@link #event:toggle toggle} to attached listeners.
5431
5449
  *
5432
5450
  * @returns Reference to `this` in order to allow method chaining
@@ -5979,6 +5997,8 @@ declare namespace sap {
5979
5997
  oListener?: object
5980
5998
  ): this;
5981
5999
  /**
6000
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6001
+ *
5982
6002
  * Fires event {@link #event:close close} to attached listeners.
5983
6003
  *
5984
6004
  * @returns Reference to `this` in order to allow method chaining
@@ -7036,6 +7056,8 @@ declare namespace sap {
7036
7056
  oListener?: object
7037
7057
  ): this;
7038
7058
  /**
7059
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7060
+ *
7039
7061
  * Fires event {@link #event:click click} to attached listeners.
7040
7062
  *
7041
7063
  * @returns Reference to `this` in order to allow method chaining
@@ -7750,6 +7772,8 @@ declare namespace sap {
7750
7772
  oListener?: object
7751
7773
  ): this;
7752
7774
  /**
7775
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7776
+ *
7753
7777
  * Fires event {@link #event:coPilotClick coPilotClick} to attached listeners.
7754
7778
  *
7755
7779
  * @returns Reference to `this` in order to allow method chaining
@@ -7766,6 +7790,8 @@ declare namespace sap {
7766
7790
  }
7767
7791
  ): this;
7768
7792
  /**
7793
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7794
+ *
7769
7795
  * Fires event {@link #event:logoClick logoClick} to attached listeners.
7770
7796
  *
7771
7797
  * @returns Reference to `this` in order to allow method chaining
@@ -7782,6 +7808,8 @@ declare namespace sap {
7782
7808
  }
7783
7809
  ): this;
7784
7810
  /**
7811
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7812
+ *
7785
7813
  * Fires event {@link #event:menuItemClick menuItemClick} to attached listeners.
7786
7814
  *
7787
7815
  * @returns Reference to `this` in order to allow method chaining
@@ -7798,6 +7826,8 @@ declare namespace sap {
7798
7826
  }
7799
7827
  ): this;
7800
7828
  /**
7829
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7830
+ *
7801
7831
  * Fires event {@link #event:notificationsClick notificationsClick} to attached listeners.
7802
7832
  *
7803
7833
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -7817,6 +7847,8 @@ declare namespace sap {
7817
7847
  }
7818
7848
  ): boolean;
7819
7849
  /**
7850
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7851
+ *
7820
7852
  * Fires event {@link #event:productSwitchClick productSwitchClick} to attached listeners.
7821
7853
  *
7822
7854
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -7836,6 +7868,8 @@ declare namespace sap {
7836
7868
  }
7837
7869
  ): boolean;
7838
7870
  /**
7871
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7872
+ *
7839
7873
  * Fires event {@link #event:profileClick profileClick} to attached listeners.
7840
7874
  *
7841
7875
  * @returns Reference to `this` in order to allow method chaining
@@ -8400,6 +8434,8 @@ declare namespace sap {
8400
8434
  oListener?: object
8401
8435
  ): this;
8402
8436
  /**
8437
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8438
+ *
8403
8439
  * Fires event {@link #event:click click} to attached listeners.
8404
8440
  *
8405
8441
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -8701,6 +8737,8 @@ declare namespace sap {
8701
8737
  oListener?: object
8702
8738
  ): this;
8703
8739
  /**
8740
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8741
+ *
8704
8742
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
8705
8743
  *
8706
8744
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -9921,6 +9959,8 @@ declare namespace sap {
9921
9959
  oListener?: object
9922
9960
  ): this;
9923
9961
  /**
9962
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9963
+ *
9924
9964
  * Fires event {@link #event:nameClick nameClick} to attached listeners.
9925
9965
  *
9926
9966
  * @returns Reference to `this` in order to allow method chaining
@@ -10441,6 +10481,8 @@ declare namespace sap {
10441
10481
  oListener?: object
10442
10482
  ): this;
10443
10483
  /**
10484
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10485
+ *
10444
10486
  * Fires event {@link #event:drop drop} to attached listeners.
10445
10487
  *
10446
10488
  * @returns Reference to `this` in order to allow method chaining
@@ -10457,6 +10499,8 @@ declare namespace sap {
10457
10499
  }
10458
10500
  ): this;
10459
10501
  /**
10502
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10503
+ *
10460
10504
  * Fires event {@link #event:itemDelete itemDelete} to attached listeners.
10461
10505
  *
10462
10506
  * @returns Reference to `this` in order to allow method chaining
@@ -10473,6 +10517,8 @@ declare namespace sap {
10473
10517
  }
10474
10518
  ): this;
10475
10519
  /**
10520
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10521
+ *
10476
10522
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
10477
10523
  *
10478
10524
  * @returns Reference to `this` in order to allow method chaining
@@ -11178,6 +11224,8 @@ declare namespace sap {
11178
11224
  oListener?: object
11179
11225
  ): this;
11180
11226
  /**
11227
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11228
+ *
11181
11229
  * Fires event {@link #event:fileNameClick fileNameClick} to attached listeners.
11182
11230
  *
11183
11231
  * @returns Reference to `this` in order to allow method chaining
@@ -11189,6 +11237,8 @@ declare namespace sap {
11189
11237
  mParameters?: object
11190
11238
  ): this;
11191
11239
  /**
11240
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11241
+ *
11192
11242
  * Fires event {@link #event:rename rename} to attached listeners.
11193
11243
  *
11194
11244
  * @returns Reference to `this` in order to allow method chaining
@@ -11200,6 +11250,8 @@ declare namespace sap {
11200
11250
  mParameters?: object
11201
11251
  ): this;
11202
11252
  /**
11253
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11254
+ *
11203
11255
  * Fires event {@link #event:retry retry} to attached listeners.
11204
11256
  *
11205
11257
  * @returns Reference to `this` in order to allow method chaining
@@ -11211,6 +11263,8 @@ declare namespace sap {
11211
11263
  mParameters?: object
11212
11264
  ): this;
11213
11265
  /**
11266
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11267
+ *
11214
11268
  * Fires event {@link #event:terminate terminate} to attached listeners.
11215
11269
  *
11216
11270
  * @returns Reference to `this` in order to allow method chaining
@@ -11821,6 +11875,8 @@ declare namespace sap {
11821
11875
  oListener?: object
11822
11876
  ): this;
11823
11877
  /**
11878
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11879
+ *
11824
11880
  * Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
11825
11881
  *
11826
11882
  * @returns Reference to `this` in order to allow method chaining
@@ -11832,6 +11888,8 @@ declare namespace sap {
11832
11888
  mParameters?: object
11833
11889
  ): this;
11834
11890
  /**
11891
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11892
+ *
11835
11893
  * Fires event {@link #event:cancel cancel} to attached listeners.
11836
11894
  *
11837
11895
  * @returns Reference to `this` in order to allow method chaining
@@ -11864,6 +11922,8 @@ declare namespace sap {
11864
11922
  }
11865
11923
  ): this;
11866
11924
  /**
11925
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11926
+ *
11867
11927
  * Fires event {@link #event:confirm confirm} to attached listeners.
11868
11928
  *
11869
11929
  * @returns Reference to `this` in order to allow method chaining
@@ -12257,6 +12317,8 @@ declare namespace sap {
12257
12317
  oListener?: object
12258
12318
  ): this;
12259
12319
  /**
12320
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12321
+ *
12260
12322
  * Fires event {@link #event:stepChange stepChange} to attached listeners.
12261
12323
  *
12262
12324
  * @returns Reference to `this` in order to allow method chaining