@sapui5/ts-types-esm 1.112.1 → 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 (64) hide show
  1. package/README.md +4 -23
  2. package/package.json +1 -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 +378 -1
  8. package/types/sap.f.d.ts +75 -40
  9. package/types/sap.fe.core.d.ts +28 -2
  10. package/types/sap.fe.macros.d.ts +19 -45
  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 -8
  15. package/types/sap.gantt.d.ts +235 -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 +1928 -150
  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 +59 -1
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +272 -2
  27. package/types/sap.suite.ui.generic.template.d.ts +188 -3
  28. package/types/sap.suite.ui.microchart.d.ts +37 -1
  29. package/types/sap.tnt.d.ts +7 -1
  30. package/types/sap.ui.codeeditor.d.ts +5 -1
  31. package/types/sap.ui.commons.d.ts +197 -1
  32. package/types/sap.ui.comp.d.ts +311 -7
  33. package/types/sap.ui.core.d.ts +3145 -2133
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +13 -1
  37. package/types/sap.ui.generic.app.d.ts +20 -7
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +52 -19
  40. package/types/sap.ui.layout.d.ts +43 -1
  41. package/types/sap.ui.mdc.d.ts +8 -1
  42. package/types/sap.ui.richtexteditor.d.ts +11 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +5 -1
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +63 -7
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +308 -4
  49. package/types/sap.ui.ux3.d.ts +147 -1
  50. package/types/sap.ui.vbm.d.ts +122 -1
  51. package/types/sap.ui.vk.d.ts +375 -2
  52. package/types/sap.ui.vtm.d.ts +73 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +63 -1
  55. package/types/sap.ui.webc.main.d.ts +189 -5
  56. package/types/sap.uiext.inbox.d.ts +27 -1
  57. package/types/sap.ushell.d.ts +370 -79
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +26 -1
  60. package/types/sap.viz.d.ts +229 -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 +10 -1
package/README.md CHANGED
@@ -2,34 +2,15 @@
2
2
 
3
3
  # @sapui5/ts-types-esm
4
4
 
5
- This npm package contains the types signatures based on ES modules for all the SAPUI5 libraries.
5
+ <span style="color: red; font-size: 150%; font-weight: bold;">The package `@sapui5/ts-types-esm` is deprecated, please use the (identical) types in `@sapui5/types` instead.</span>
6
6
 
7
- These signatures can be used to:
8
-
9
- 1. Enable advanced content assist in IDEs, e.g: (VSCode / IntelliJ / Webstorm) for SAPUI5.
10
- 1. Integrate type checking for SAPUI5 applications using the TypeScript compiler.
11
-
12
- These two capabilities are available both for SAPUI5 apps written in TypeScript **and** in JavaScript.
13
-
14
- <b>NOTE:</b> "based on ES modules" means that the code needs to load UI5 modules using the ES6 modules syntax and then needs to be transformed to standard UI5 require/define syntax. Nevertheless, this is the recommended approach!<br>
15
- See the "Usage" section below for links to detailed documentation about this setup.
16
-
17
- ## Usage
18
-
19
- The central entry point for all information about using UI5 with TypeScript (incl. sample apps and templates) is at https://sap.github.io/ui5-typescript.
20
-
21
- To see the suggested project setup for TypeScript development, please check out the [TypeScript Hello World app](https://github.com/SAP-samples/ui5-typescript-helloworld). It not only can serve as copy template, but also includes a [detailed step-by-step guide](https://github.com/SAP-samples/ui5-typescript-helloworld/blob/main/step-by-step.md) for creating this setup from scratch.
22
-
23
- The [TypeScript branch of the "UI5 CAP Event App"](https://github.com/SAP-samples/ui5-cap-event-app/tree/typescript) sample demonstrates a slightly more complex application, using the same setup. It comes with an [explanation](https://github.com/SAP-samples/ui5-cap-event-app/blob/typescript/docs/typescript.md) of what UI5 TypeScript code usually looks like and what to consider when writing such code.
24
-
25
- For quick and easy scaffolding of a new UI5 app written in TypeScript, you can also use the easy-ui5 tool with the [generator-ui5-ts-app](https://github.com/ui5-community/generator-ui5-ts-app) generator.
7
+ This npm package contains the TypeScript type definitions based on ES modules for all the SAPUI5 libraries.
26
8
 
27
9
  ## Status
28
10
 
29
- This project is in an experimental **_Beta State_**. Significant changes are likely to occur,
30
- including potential **breaking changes**.
11
+ The type definitions are in an experimental **_[Beta State](https://sap.github.io/ui5-typescript/beta-statement.html)_**. Changes are likely to occur, including potential **breaking changes**.
31
12
 
32
- For information on changes in the type definitions, in particular ones which require adaptation, please refer to the [Release Notes](https://sap.github.io/ui5-typescript/releasenotes.html).
13
+ For information on changes in the type definitions, in particular ones which require adaptation (but also new enhancements), please refer to the [Release Notes](https://sap.github.io/ui5-typescript/releasenotes.html).
33
14
 
34
15
  ## License
35
16
  This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3.1.txt).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.112.1",
3
+ "version": "1.113.0",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
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 module "sap/apf/library" {
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 module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -578,6 +578,8 @@ declare module "sap/ca/ui/AddPicture" {
578
578
  oListener?: object
579
579
  ): this;
580
580
  /**
581
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
582
+ *
581
583
  * Fires event {@link #event:fileNotSupported fileNotSupported} to attached listeners.
582
584
  *
583
585
  * @returns Reference to `this` in order to allow method chaining
@@ -594,6 +596,8 @@ declare module "sap/ca/ui/AddPicture" {
594
596
  }
595
597
  ): this;
596
598
  /**
599
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
600
+ *
597
601
  * Fires event {@link #event:imageUploadFailed imageUploadFailed} to attached listeners.
598
602
  *
599
603
  * @returns Reference to `this` in order to allow method chaining
@@ -605,6 +609,8 @@ declare module "sap/ca/ui/AddPicture" {
605
609
  mParameters?: object
606
610
  ): this;
607
611
  /**
612
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
613
+ *
608
614
  * Fires event {@link #event:maxPictureLimitReached maxPictureLimitReached} to attached listeners.
609
615
  *
610
616
  * @returns Reference to `this` in order to allow method chaining
@@ -616,6 +622,8 @@ declare module "sap/ca/ui/AddPicture" {
616
622
  mParameters?: object
617
623
  ): this;
618
624
  /**
625
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
626
+ *
619
627
  * Fires event {@link #event:pictureAdded pictureAdded} to attached listeners.
620
628
  *
621
629
  * @returns Reference to `this` in order to allow method chaining
@@ -627,6 +635,8 @@ declare module "sap/ca/ui/AddPicture" {
627
635
  mParameters?: object
628
636
  ): this;
629
637
  /**
638
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
639
+ *
630
640
  * Fires event {@link #event:show show} to attached listeners.
631
641
  *
632
642
  * @returns Reference to `this` in order to allow method chaining
@@ -2426,6 +2436,8 @@ declare module "sap/ca/ui/charts/Chart" {
2426
2436
  oListener?: object
2427
2437
  ): this;
2428
2438
  /**
2439
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2440
+ *
2429
2441
  * Fires event {@link #event:popoverAfterOpen popoverAfterOpen} to attached listeners.
2430
2442
  *
2431
2443
  * @returns Reference to `this` in order to allow method chaining
@@ -2437,6 +2449,8 @@ declare module "sap/ca/ui/charts/Chart" {
2437
2449
  mParameters?: object
2438
2450
  ): this;
2439
2451
  /**
2452
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2453
+ *
2440
2454
  * Fires event {@link #event:popoverBeforeOpen popoverBeforeOpen} to attached listeners.
2441
2455
  *
2442
2456
  * @returns Reference to `this` in order to allow method chaining
@@ -2448,6 +2462,8 @@ declare module "sap/ca/ui/charts/Chart" {
2448
2462
  mParameters?: object
2449
2463
  ): this;
2450
2464
  /**
2465
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2466
+ *
2451
2467
  * Fires event {@link #event:selectDataPoint selectDataPoint} to attached listeners.
2452
2468
  *
2453
2469
  * @returns Reference to `this` in order to allow method chaining
@@ -3818,6 +3834,8 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
3818
3834
  oListener?: object
3819
3835
  ): this;
3820
3836
  /**
3837
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3838
+ *
3821
3839
  * Fires event {@link #event:firstDimensionKeySelected firstDimensionKeySelected} to attached listeners.
3822
3840
  *
3823
3841
  * @returns Reference to `this` in order to allow method chaining
@@ -3829,6 +3847,8 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
3829
3847
  mParameters?: object
3830
3848
  ): this;
3831
3849
  /**
3850
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3851
+ *
3832
3852
  * Fires event {@link #event:personalizationPressed personalizationPressed} to attached listeners.
3833
3853
  *
3834
3854
  * @returns Reference to `this` in order to allow method chaining
@@ -3840,6 +3860,8 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
3840
3860
  mParameters?: object
3841
3861
  ): this;
3842
3862
  /**
3863
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3864
+ *
3843
3865
  * Fires event {@link #event:secondDimensionKeySelected secondDimensionKeySelected} to attached listeners.
3844
3866
  *
3845
3867
  * @returns Reference to `this` in order to allow method chaining
@@ -5227,6 +5249,7 @@ declare module "sap/ca/ui/charts/LineChart" {
5227
5249
  ): this;
5228
5250
  /**
5229
5251
  * @deprecated (since 1.0.0) - Do not use as it will be removed in a future release.
5252
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5230
5253
  *
5231
5254
  * Fires event {@link #event:onDetailsSelected onDetailsSelected} to attached listeners.
5232
5255
  *
@@ -6943,6 +6966,8 @@ declare module "sap/ca/ui/CustomerContext" {
6943
6966
  oListener?: object
6944
6967
  ): this;
6945
6968
  /**
6969
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6970
+ *
6946
6971
  * Fires event {@link #event:customerSelected customerSelected} to attached listeners.
6947
6972
  *
6948
6973
  * @returns Reference to `this` in order to allow method chaining
@@ -8371,6 +8396,8 @@ declare module "sap/ca/ui/FileUpload" {
8371
8396
  oListener?: object
8372
8397
  ): this;
8373
8398
  /**
8399
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8400
+ *
8374
8401
  * Fires event {@link #event:beforeUploadFile beforeUploadFile} to attached listeners.
8375
8402
  *
8376
8403
  * @returns Reference to `this` in order to allow method chaining
@@ -8383,6 +8410,7 @@ declare module "sap/ca/ui/FileUpload" {
8383
8410
  ): this;
8384
8411
  /**
8385
8412
  * @deprecated (since 1.21.1) - This method is deprecated now
8413
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8386
8414
  *
8387
8415
  * Fires event {@link #event:cancelClicked cancelClicked} to attached listeners.
8388
8416
  *
@@ -8395,6 +8423,8 @@ declare module "sap/ca/ui/FileUpload" {
8395
8423
  mParameters?: object
8396
8424
  ): this;
8397
8425
  /**
8426
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8427
+ *
8398
8428
  * Fires event {@link #event:deleteFile deleteFile} to attached listeners.
8399
8429
  *
8400
8430
  * @returns Reference to `this` in order to allow method chaining
@@ -8406,6 +8436,8 @@ declare module "sap/ca/ui/FileUpload" {
8406
8436
  mParameters?: object
8407
8437
  ): this;
8408
8438
  /**
8439
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8440
+ *
8409
8441
  * Fires event {@link #event:fileUploadFailed fileUploadFailed} to attached listeners.
8410
8442
  *
8411
8443
  * @returns Reference to `this` in order to allow method chaining
@@ -8417,6 +8449,8 @@ declare module "sap/ca/ui/FileUpload" {
8417
8449
  mParameters?: object
8418
8450
  ): this;
8419
8451
  /**
8452
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8453
+ *
8420
8454
  * Fires event {@link #event:renameFile renameFile} to attached listeners.
8421
8455
  *
8422
8456
  * @returns Reference to `this` in order to allow method chaining
@@ -8430,6 +8464,7 @@ declare module "sap/ca/ui/FileUpload" {
8430
8464
  /**
8431
8465
  * @deprecated (since 1.21.1) - This method is deprecated now. The rename or delete event is enough and
8432
8466
  * should be use to commit the action immediatly
8467
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8433
8468
  *
8434
8469
  * Fires event {@link #event:saveClicked saveClicked} to attached listeners.
8435
8470
  *
@@ -8442,6 +8477,8 @@ declare module "sap/ca/ui/FileUpload" {
8442
8477
  mParameters?: object
8443
8478
  ): this;
8444
8479
  /**
8480
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8481
+ *
8445
8482
  * Fires event {@link #event:uploadFile uploadFile} to attached listeners.
8446
8483
  *
8447
8484
  * @returns Reference to `this` in order to allow method chaining
@@ -9467,6 +9504,8 @@ declare module "sap/ca/ui/HierarchicalSelectDialog" {
9467
9504
  oListener?: object
9468
9505
  ): this;
9469
9506
  /**
9507
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9508
+ *
9470
9509
  * Fires event {@link #event:cancel cancel} to attached listeners.
9471
9510
  *
9472
9511
  * @returns Reference to `this` in order to allow method chaining
@@ -9478,6 +9517,8 @@ declare module "sap/ca/ui/HierarchicalSelectDialog" {
9478
9517
  mParameters?: object
9479
9518
  ): this;
9480
9519
  /**
9520
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9521
+ *
9481
9522
  * Fires event {@link #event:select select} to attached listeners.
9482
9523
  *
9483
9524
  * @returns Reference to `this` in order to allow method chaining
@@ -10078,6 +10119,8 @@ declare module "sap/ca/ui/HierarchyItem" {
10078
10119
  oListener?: object
10079
10120
  ): this;
10080
10121
  /**
10122
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10123
+ *
10081
10124
  * Fires event {@link #event:linkPress linkPress} to attached listeners.
10082
10125
  *
10083
10126
  * @returns Reference to `this` in order to allow method chaining
@@ -10459,6 +10502,8 @@ declare module "sap/ca/ui/InPlaceEdit" {
10459
10502
  oListener?: object
10460
10503
  ): this;
10461
10504
  /**
10505
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10506
+ *
10462
10507
  * Fires event {@link #event:change change} to attached listeners.
10463
10508
  *
10464
10509
  * @returns Reference to `this` in order to allow method chaining
@@ -11143,7 +11188,9 @@ declare module "sap/ca/ui/model/type/Date" {
11143
11188
  * @returns Metadata object describing this class
11144
11189
  */
11145
11190
  static getMetadata(): Metadata;
11146
-
11191
+ /**
11192
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11193
+ */
11147
11194
  getOutputPattern(): void;
11148
11195
  }
11149
11196
  }
@@ -11539,6 +11586,8 @@ declare module "sap/ca/ui/Notes" {
11539
11586
  oListener?: object
11540
11587
  ): this;
11541
11588
  /**
11589
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11590
+ *
11542
11591
  * Fires event {@link #event:addNote addNote} to attached listeners.
11543
11592
  *
11544
11593
  * @returns Reference to `this` in order to allow method chaining
@@ -12024,6 +12073,8 @@ declare module "sap/ca/ui/OverviewTile" {
12024
12073
  oListener?: object
12025
12074
  ): this;
12026
12075
  /**
12076
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12077
+ *
12027
12078
  * Fires event {@link #event:contactPress contactPress} to attached listeners.
12028
12079
  *
12029
12080
  * @returns Reference to `this` in order to allow method chaining
@@ -12559,6 +12610,8 @@ declare module "sap/ca/ui/PictureItem" {
12559
12610
  oListener?: object
12560
12611
  ): this;
12561
12612
  /**
12613
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12614
+ *
12562
12615
  * Fires event {@link #event:loaded loaded} to attached listeners.
12563
12616
  *
12564
12617
  * @returns Reference to `this` in order to allow method chaining
@@ -12889,6 +12942,8 @@ declare module "sap/ca/ui/PictureTile" {
12889
12942
  oListener?: object
12890
12943
  ): this;
12891
12944
  /**
12945
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12946
+ *
12892
12947
  * Fires event {@link #event:pictureDelete pictureDelete} to attached listeners.
12893
12948
  *
12894
12949
  * @returns Reference to `this` in order to allow method chaining
@@ -13177,6 +13232,8 @@ declare module "sap/ca/ui/PictureViewer" {
13177
13232
  oListener?: object
13178
13233
  ): this;
13179
13234
  /**
13235
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13236
+ *
13180
13237
  * Fires event {@link #event:pictureDeleted pictureDeleted} to attached listeners.
13181
13238
  *
13182
13239
  * @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 module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -953,6 +953,8 @@ declare module "sap/chart/Chart" {
953
953
  option?: Object
954
954
  ): string;
955
955
  /**
956
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
957
+ *
956
958
  * Fires event {@link #event:deselectData deselectData} to attached listeners.
957
959
  *
958
960
  * @returns Reference to `this` in order to allow method chaining
@@ -964,6 +966,8 @@ declare module "sap/chart/Chart" {
964
966
  mParameters?: object
965
967
  ): this;
966
968
  /**
969
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
970
+ *
967
971
  * Fires event {@link #event:drilledDown drilledDown} to attached listeners.
968
972
  *
969
973
  * @returns Reference to `this` in order to allow method chaining
@@ -980,6 +984,8 @@ declare module "sap/chart/Chart" {
980
984
  }
981
985
  ): this;
982
986
  /**
987
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
988
+ *
983
989
  * Fires event {@link #event:drilledUp drilledUp} to attached listeners.
984
990
  *
985
991
  * @returns Reference to `this` in order to allow method chaining
@@ -996,6 +1002,8 @@ declare module "sap/chart/Chart" {
996
1002
  }
997
1003
  ): this;
998
1004
  /**
1005
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1006
+ *
999
1007
  * Fires event {@link #event:drillStackChanged drillStackChanged} to attached listeners.
1000
1008
  *
1001
1009
  * @returns Reference to `this` in order to allow method chaining
@@ -1007,6 +1015,8 @@ declare module "sap/chart/Chart" {
1007
1015
  mParameters?: object
1008
1016
  ): this;
1009
1017
  /**
1018
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1019
+ *
1010
1020
  * Fires event {@link #event:renderComplete renderComplete} to attached listeners.
1011
1021
  *
1012
1022
  * @returns Reference to `this` in order to allow method chaining
@@ -1018,6 +1028,8 @@ declare module "sap/chart/Chart" {
1018
1028
  mParameters?: object
1019
1029
  ): this;
1020
1030
  /**
1031
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1032
+ *
1021
1033
  * Fires event {@link #event:selectData selectData} to attached listeners.
1022
1034
  *
1023
1035
  * @returns Reference to `this` in order to allow method chaining
@@ -1029,6 +1041,8 @@ declare module "sap/chart/Chart" {
1029
1041
  mParameters?: object
1030
1042
  ): this;
1031
1043
  /**
1044
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1045
+ *
1032
1046
  * Fires event {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff} to attached listeners.
1033
1047
  *
1034
1048
  * @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 module "sap/collaboration/library" {
4
4
  /**
@@ -146,10 +146,14 @@ declare module "sap/collaboration/components/feed/Component" {
146
146
  );
147
147
 
148
148
  /**
149
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
150
+ *
149
151
  * The method to create the Content (UI Control Tree) of the Component.
150
152
  */
151
153
  static createContent(): void;
152
154
  /**
155
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
156
+ *
153
157
  * Cleans up the component instance before destruction.
154
158
  */
155
159
  static exit(): void;
@@ -189,14 +193,20 @@ declare module "sap/collaboration/components/feed/Component" {
189
193
  */
190
194
  static getSelectedGroup(): Record<string, any>;
191
195
  /**
196
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
197
+ *
192
198
  * Initializes the Component instance after creation.
193
199
  */
194
200
  static init(): void;
195
201
  /**
202
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
203
+ *
196
204
  * Function is called when the rendering of the Component Container is completed.
197
205
  */
198
206
  static onAfterRendering(): void;
199
207
  /**
208
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
209
+ *
200
210
  * Function is called when the rendering of the Component Container is started.
201
211
  */
202
212
  static onBeforeRendering(): void;
@@ -1992,6 +2002,8 @@ declare module "sap/collaboration/components/socialprofile/Component" {
1992
2002
  );
1993
2003
 
1994
2004
  /**
2005
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2006
+ *
1995
2007
  * Cleans up the component instance before destruction. [borrowed from sap.ui.core.Component]
1996
2008
  */
1997
2009
  static exit(): void;
@@ -2025,14 +2037,20 @@ declare module "sap/collaboration/components/socialprofile/Component" {
2025
2037
  */
2026
2038
  static getMetadata(): ComponentMetadata;
2027
2039
  /**
2040
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2041
+ *
2028
2042
  * Initializes the Component instance after creation. [borrowed from sap.ui.core.UIComponent]
2029
2043
  */
2030
2044
  static init(): void;
2031
2045
  /**
2046
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2047
+ *
2032
2048
  * Function is called when the rendering of the Component Container is completed. [borrowed from sap.ui.core.UIComponent]
2033
2049
  */
2034
2050
  static onAfterRendering(): void;
2035
2051
  /**
2052
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2053
+ *
2036
2054
  * Function is called when the rendering of the Component Container is started. [borrowed from sap.ui.core.UIComponent]
2037
2055
  */
2038
2056
  static onBeforeRendering(): void;
@@ -2250,6 +2268,8 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
2250
2268
  );
2251
2269
 
2252
2270
  /**
2271
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2272
+ *
2253
2273
  * The method to create the Content (UI Control Tree) of the Component.
2254
2274
  */
2255
2275
  static createContent(): void;
@@ -2264,6 +2284,8 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
2264
2284
  sId: string
2265
2285
  ): void;
2266
2286
  /**
2287
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2288
+ *
2267
2289
  * Cleans up the component instance before destruction.
2268
2290
  */
2269
2291
  static exit(): void;
@@ -2297,14 +2319,20 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
2297
2319
  */
2298
2320
  static getMetadata(): ComponentMetadata;
2299
2321
  /**
2322
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2323
+ *
2300
2324
  * Initializes the Component instance after creation.
2301
2325
  */
2302
2326
  static init(): void;
2303
2327
  /**
2328
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2329
+ *
2304
2330
  * Function is called when the rendering of the Component Container is completed.
2305
2331
  */
2306
2332
  static onAfterRendering(): void;
2307
2333
  /**
2334
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2335
+ *
2308
2336
  * Function is called when the rendering of the Component Container is started.
2309
2337
  */
2310
2338
  static onBeforeRendering(): void;
@@ -2342,6 +2370,8 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
2342
2370
  businessObjectMap: object
2343
2371
  ): void;
2344
2372
  /**
2373
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2374
+ *
2345
2375
  * Set property of component
2346
2376
  */
2347
2377
  static setProperty(): void;
@@ -2433,6 +2463,8 @@ declare module "sap/collaboration/components/socialtimeline/Component" {
2433
2463
  oListener?: object
2434
2464
  ): this;
2435
2465
  /**
2466
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2467
+ *
2436
2468
  * Fires event {@link #event:customActionPress customActionPress} to attached listeners.
2437
2469
  *
2438
2470
  * @returns Reference to `this` in order to allow method chaining