@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.112.3",
3
+ "version": "1.113.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -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
  /**
@@ -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 ca {
@@ -2285,6 +2285,8 @@ declare namespace sap {
2285
2285
  oListener?: object
2286
2286
  ): this;
2287
2287
  /**
2288
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2289
+ *
2288
2290
  * Fires event {@link #event:popoverAfterOpen popoverAfterOpen} to attached listeners.
2289
2291
  *
2290
2292
  * @returns Reference to `this` in order to allow method chaining
@@ -2296,6 +2298,8 @@ declare namespace sap {
2296
2298
  mParameters?: object
2297
2299
  ): this;
2298
2300
  /**
2301
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2302
+ *
2299
2303
  * Fires event {@link #event:popoverBeforeOpen popoverBeforeOpen} to attached listeners.
2300
2304
  *
2301
2305
  * @returns Reference to `this` in order to allow method chaining
@@ -2307,6 +2311,8 @@ declare namespace sap {
2307
2311
  mParameters?: object
2308
2312
  ): this;
2309
2313
  /**
2314
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2315
+ *
2310
2316
  * Fires event {@link #event:selectDataPoint selectDataPoint} to attached listeners.
2311
2317
  *
2312
2318
  * @returns Reference to `this` in order to allow method chaining
@@ -3471,6 +3477,8 @@ declare namespace sap {
3471
3477
  oListener?: object
3472
3478
  ): this;
3473
3479
  /**
3480
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3481
+ *
3474
3482
  * Fires event {@link #event:firstDimensionKeySelected firstDimensionKeySelected} to attached listeners.
3475
3483
  *
3476
3484
  * @returns Reference to `this` in order to allow method chaining
@@ -3482,6 +3490,8 @@ declare namespace sap {
3482
3490
  mParameters?: object
3483
3491
  ): this;
3484
3492
  /**
3493
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3494
+ *
3485
3495
  * Fires event {@link #event:personalizationPressed personalizationPressed} to attached listeners.
3486
3496
  *
3487
3497
  * @returns Reference to `this` in order to allow method chaining
@@ -3493,6 +3503,8 @@ declare namespace sap {
3493
3503
  mParameters?: object
3494
3504
  ): this;
3495
3505
  /**
3506
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3507
+ *
3496
3508
  * Fires event {@link #event:secondDimensionKeySelected secondDimensionKeySelected} to attached listeners.
3497
3509
  *
3498
3510
  * @returns Reference to `this` in order to allow method chaining
@@ -4583,6 +4595,7 @@ declare namespace sap {
4583
4595
  ): this;
4584
4596
  /**
4585
4597
  * @deprecated (since 1.0.0) - Do not use as it will be removed in a future release.
4598
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4586
4599
  *
4587
4600
  * Fires event {@link #event:onDetailsSelected onDetailsSelected} to attached listeners.
4588
4601
  *
@@ -6637,7 +6650,9 @@ declare namespace sap {
6637
6650
  * @returns Metadata object describing this class
6638
6651
  */
6639
6652
  static getMetadata(): sap.ui.base.Metadata;
6640
-
6653
+ /**
6654
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6655
+ */
6641
6656
  getOutputPattern(): void;
6642
6657
  }
6643
6658
  /**
@@ -8256,6 +8271,8 @@ declare namespace sap {
8256
8271
  oListener?: object
8257
8272
  ): this;
8258
8273
  /**
8274
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8275
+ *
8259
8276
  * Fires event {@link #event:fileNotSupported fileNotSupported} to attached listeners.
8260
8277
  *
8261
8278
  * @returns Reference to `this` in order to allow method chaining
@@ -8272,6 +8289,8 @@ declare namespace sap {
8272
8289
  }
8273
8290
  ): this;
8274
8291
  /**
8292
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8293
+ *
8275
8294
  * Fires event {@link #event:imageUploadFailed imageUploadFailed} to attached listeners.
8276
8295
  *
8277
8296
  * @returns Reference to `this` in order to allow method chaining
@@ -8283,6 +8302,8 @@ declare namespace sap {
8283
8302
  mParameters?: object
8284
8303
  ): this;
8285
8304
  /**
8305
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8306
+ *
8286
8307
  * Fires event {@link #event:maxPictureLimitReached maxPictureLimitReached} to attached listeners.
8287
8308
  *
8288
8309
  * @returns Reference to `this` in order to allow method chaining
@@ -8294,6 +8315,8 @@ declare namespace sap {
8294
8315
  mParameters?: object
8295
8316
  ): this;
8296
8317
  /**
8318
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8319
+ *
8297
8320
  * Fires event {@link #event:pictureAdded pictureAdded} to attached listeners.
8298
8321
  *
8299
8322
  * @returns Reference to `this` in order to allow method chaining
@@ -8305,6 +8328,8 @@ declare namespace sap {
8305
8328
  mParameters?: object
8306
8329
  ): this;
8307
8330
  /**
8331
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8332
+ *
8308
8333
  * Fires event {@link #event:show show} to attached listeners.
8309
8334
  *
8310
8335
  * @returns Reference to `this` in order to allow method chaining
@@ -8750,6 +8775,8 @@ declare namespace sap {
8750
8775
  oListener?: object
8751
8776
  ): this;
8752
8777
  /**
8778
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8779
+ *
8753
8780
  * Fires event {@link #event:customerSelected customerSelected} to attached listeners.
8754
8781
  *
8755
8782
  * @returns Reference to `this` in order to allow method chaining
@@ -10023,6 +10050,8 @@ declare namespace sap {
10023
10050
  oListener?: object
10024
10051
  ): this;
10025
10052
  /**
10053
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10054
+ *
10026
10055
  * Fires event {@link #event:beforeUploadFile beforeUploadFile} to attached listeners.
10027
10056
  *
10028
10057
  * @returns Reference to `this` in order to allow method chaining
@@ -10035,6 +10064,7 @@ declare namespace sap {
10035
10064
  ): this;
10036
10065
  /**
10037
10066
  * @deprecated (since 1.21.1) - This method is deprecated now
10067
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10038
10068
  *
10039
10069
  * Fires event {@link #event:cancelClicked cancelClicked} to attached listeners.
10040
10070
  *
@@ -10047,6 +10077,8 @@ declare namespace sap {
10047
10077
  mParameters?: object
10048
10078
  ): this;
10049
10079
  /**
10080
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10081
+ *
10050
10082
  * Fires event {@link #event:deleteFile deleteFile} to attached listeners.
10051
10083
  *
10052
10084
  * @returns Reference to `this` in order to allow method chaining
@@ -10058,6 +10090,8 @@ declare namespace sap {
10058
10090
  mParameters?: object
10059
10091
  ): this;
10060
10092
  /**
10093
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10094
+ *
10061
10095
  * Fires event {@link #event:fileUploadFailed fileUploadFailed} to attached listeners.
10062
10096
  *
10063
10097
  * @returns Reference to `this` in order to allow method chaining
@@ -10069,6 +10103,8 @@ declare namespace sap {
10069
10103
  mParameters?: object
10070
10104
  ): this;
10071
10105
  /**
10106
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10107
+ *
10072
10108
  * Fires event {@link #event:renameFile renameFile} to attached listeners.
10073
10109
  *
10074
10110
  * @returns Reference to `this` in order to allow method chaining
@@ -10082,6 +10118,7 @@ declare namespace sap {
10082
10118
  /**
10083
10119
  * @deprecated (since 1.21.1) - This method is deprecated now. The rename or delete event is enough and
10084
10120
  * should be use to commit the action immediatly
10121
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10085
10122
  *
10086
10123
  * Fires event {@link #event:saveClicked saveClicked} to attached listeners.
10087
10124
  *
@@ -10094,6 +10131,8 @@ declare namespace sap {
10094
10131
  mParameters?: object
10095
10132
  ): this;
10096
10133
  /**
10134
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10135
+ *
10097
10136
  * Fires event {@link #event:uploadFile uploadFile} to attached listeners.
10098
10137
  *
10099
10138
  * @returns Reference to `this` in order to allow method chaining
@@ -10878,6 +10917,8 @@ declare namespace sap {
10878
10917
  oListener?: object
10879
10918
  ): this;
10880
10919
  /**
10920
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10921
+ *
10881
10922
  * Fires event {@link #event:cancel cancel} to attached listeners.
10882
10923
  *
10883
10924
  * @returns Reference to `this` in order to allow method chaining
@@ -10889,6 +10930,8 @@ declare namespace sap {
10889
10930
  mParameters?: object
10890
10931
  ): this;
10891
10932
  /**
10933
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10934
+ *
10892
10935
  * Fires event {@link #event:select select} to attached listeners.
10893
10936
  *
10894
10937
  * @returns Reference to `this` in order to allow method chaining
@@ -11396,6 +11439,8 @@ declare namespace sap {
11396
11439
  oListener?: object
11397
11440
  ): this;
11398
11441
  /**
11442
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11443
+ *
11399
11444
  * Fires event {@link #event:linkPress linkPress} to attached listeners.
11400
11445
  *
11401
11446
  * @returns Reference to `this` in order to allow method chaining
@@ -11720,6 +11765,8 @@ declare namespace sap {
11720
11765
  oListener?: object
11721
11766
  ): this;
11722
11767
  /**
11768
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11769
+ *
11723
11770
  * Fires event {@link #event:change change} to attached listeners.
11724
11771
  *
11725
11772
  * @returns Reference to `this` in order to allow method chaining
@@ -11977,6 +12024,8 @@ declare namespace sap {
11977
12024
  oListener?: object
11978
12025
  ): this;
11979
12026
  /**
12027
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12028
+ *
11980
12029
  * Fires event {@link #event:addNote addNote} to attached listeners.
11981
12030
  *
11982
12031
  * @returns Reference to `this` in order to allow method chaining
@@ -12391,6 +12440,8 @@ declare namespace sap {
12391
12440
  oListener?: object
12392
12441
  ): this;
12393
12442
  /**
12443
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12444
+ *
12394
12445
  * Fires event {@link #event:contactPress contactPress} to attached listeners.
12395
12446
  *
12396
12447
  * @returns Reference to `this` in order to allow method chaining
@@ -12846,6 +12897,8 @@ declare namespace sap {
12846
12897
  oListener?: object
12847
12898
  ): this;
12848
12899
  /**
12900
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12901
+ *
12849
12902
  * Fires event {@link #event:loaded loaded} to attached listeners.
12850
12903
  *
12851
12904
  * @returns Reference to `this` in order to allow method chaining
@@ -13125,6 +13178,8 @@ declare namespace sap {
13125
13178
  oListener?: object
13126
13179
  ): this;
13127
13180
  /**
13181
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13182
+ *
13128
13183
  * Fires event {@link #event:pictureDelete pictureDelete} to attached listeners.
13129
13184
  *
13130
13185
  * @returns Reference to `this` in order to allow method chaining
@@ -13372,6 +13427,8 @@ declare namespace sap {
13372
13427
  oListener?: object
13373
13428
  ): this;
13374
13429
  /**
13430
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13431
+ *
13375
13432
  * Fires event {@link #event:pictureDeleted pictureDeleted} to attached listeners.
13376
13433
  *
13377
13434
  * @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.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -2570,6 +2570,8 @@ declare namespace sap {
2570
2570
  option?: Object
2571
2571
  ): string;
2572
2572
  /**
2573
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2574
+ *
2573
2575
  * Fires event {@link #event:deselectData deselectData} to attached listeners.
2574
2576
  *
2575
2577
  * @returns Reference to `this` in order to allow method chaining
@@ -2581,6 +2583,8 @@ declare namespace sap {
2581
2583
  mParameters?: object
2582
2584
  ): this;
2583
2585
  /**
2586
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2587
+ *
2584
2588
  * Fires event {@link #event:drilledDown drilledDown} to attached listeners.
2585
2589
  *
2586
2590
  * @returns Reference to `this` in order to allow method chaining
@@ -2597,6 +2601,8 @@ declare namespace sap {
2597
2601
  }
2598
2602
  ): this;
2599
2603
  /**
2604
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2605
+ *
2600
2606
  * Fires event {@link #event:drilledUp drilledUp} to attached listeners.
2601
2607
  *
2602
2608
  * @returns Reference to `this` in order to allow method chaining
@@ -2613,6 +2619,8 @@ declare namespace sap {
2613
2619
  }
2614
2620
  ): this;
2615
2621
  /**
2622
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2623
+ *
2616
2624
  * Fires event {@link #event:drillStackChanged drillStackChanged} to attached listeners.
2617
2625
  *
2618
2626
  * @returns Reference to `this` in order to allow method chaining
@@ -2624,6 +2632,8 @@ declare namespace sap {
2624
2632
  mParameters?: object
2625
2633
  ): this;
2626
2634
  /**
2635
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2636
+ *
2627
2637
  * Fires event {@link #event:renderComplete renderComplete} to attached listeners.
2628
2638
  *
2629
2639
  * @returns Reference to `this` in order to allow method chaining
@@ -2635,6 +2645,8 @@ declare namespace sap {
2635
2645
  mParameters?: object
2636
2646
  ): this;
2637
2647
  /**
2648
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2649
+ *
2638
2650
  * Fires event {@link #event:selectData selectData} to attached listeners.
2639
2651
  *
2640
2652
  * @returns Reference to `this` in order to allow method chaining
@@ -2646,6 +2658,8 @@ declare namespace sap {
2646
2658
  mParameters?: object
2647
2659
  ): this;
2648
2660
  /**
2661
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2662
+ *
2649
2663
  * Fires event {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff} to attached listeners.
2650
2664
  *
2651
2665
  * @returns Reference to `this` in order to allow method chaining
@@ -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
  /**
@@ -72,10 +72,14 @@ declare namespace sap {
72
72
  );
73
73
 
74
74
  /**
75
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
76
+ *
75
77
  * The method to create the Content (UI Control Tree) of the Component.
76
78
  */
77
79
  static createContent(): void;
78
80
  /**
81
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
82
+ *
79
83
  * Cleans up the component instance before destruction.
80
84
  */
81
85
  static exit(): void;
@@ -118,14 +122,20 @@ declare namespace sap {
118
122
  */
119
123
  static getSelectedGroup(): Record<string, any>;
120
124
  /**
125
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
126
+ *
121
127
  * Initializes the Component instance after creation.
122
128
  */
123
129
  static init(): void;
124
130
  /**
131
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
132
+ *
125
133
  * Function is called when the rendering of the Component Container is completed.
126
134
  */
127
135
  static onAfterRendering(): void;
128
136
  /**
137
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
138
+ *
129
139
  * Function is called when the rendering of the Component Container is started.
130
140
  */
131
141
  static onBeforeRendering(): void;
@@ -1955,6 +1965,8 @@ declare namespace sap {
1955
1965
  );
1956
1966
 
1957
1967
  /**
1968
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1969
+ *
1958
1970
  * Cleans up the component instance before destruction. [borrowed from sap.ui.core.Component]
1959
1971
  */
1960
1972
  static exit(): void;
@@ -1991,14 +2003,20 @@ declare namespace sap {
1991
2003
  */
1992
2004
  static getMetadata(): sap.ui.core.ComponentMetadata;
1993
2005
  /**
2006
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2007
+ *
1994
2008
  * Initializes the Component instance after creation. [borrowed from sap.ui.core.UIComponent]
1995
2009
  */
1996
2010
  static init(): void;
1997
2011
  /**
2012
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2013
+ *
1998
2014
  * Function is called when the rendering of the Component Container is completed. [borrowed from sap.ui.core.UIComponent]
1999
2015
  */
2000
2016
  static onAfterRendering(): void;
2001
2017
  /**
2018
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2019
+ *
2002
2020
  * Function is called when the rendering of the Component Container is started. [borrowed from sap.ui.core.UIComponent]
2003
2021
  */
2004
2022
  static onBeforeRendering(): void;
@@ -2222,6 +2240,8 @@ declare namespace sap {
2222
2240
  );
2223
2241
 
2224
2242
  /**
2243
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2244
+ *
2225
2245
  * The method to create the Content (UI Control Tree) of the Component.
2226
2246
  */
2227
2247
  static createContent(): void;
@@ -2236,6 +2256,8 @@ declare namespace sap {
2236
2256
  sId: string
2237
2257
  ): void;
2238
2258
  /**
2259
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2260
+ *
2239
2261
  * Cleans up the component instance before destruction.
2240
2262
  */
2241
2263
  static exit(): void;
@@ -2272,14 +2294,20 @@ declare namespace sap {
2272
2294
  */
2273
2295
  static getMetadata(): sap.ui.core.ComponentMetadata;
2274
2296
  /**
2297
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2298
+ *
2275
2299
  * Initializes the Component instance after creation.
2276
2300
  */
2277
2301
  static init(): void;
2278
2302
  /**
2303
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2304
+ *
2279
2305
  * Function is called when the rendering of the Component Container is completed.
2280
2306
  */
2281
2307
  static onAfterRendering(): void;
2282
2308
  /**
2309
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2310
+ *
2283
2311
  * Function is called when the rendering of the Component Container is started.
2284
2312
  */
2285
2313
  static onBeforeRendering(): void;
@@ -2317,6 +2345,8 @@ declare namespace sap {
2317
2345
  businessObjectMap: object
2318
2346
  ): void;
2319
2347
  /**
2348
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2349
+ *
2320
2350
  * Set property of component
2321
2351
  */
2322
2352
  static setProperty(): void;
@@ -2408,6 +2438,8 @@ declare namespace sap {
2408
2438
  oListener?: object
2409
2439
  ): this;
2410
2440
  /**
2441
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2442
+ *
2411
2443
  * Fires event {@link #event:customActionPress customActionPress} to attached listeners.
2412
2444
  *
2413
2445
  * @returns Reference to `this` in order to allow method chaining