@sapui5/ts-types 1.92.2 → 1.93.3

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 +3 -1
  2. package/package.json +1 -1
  3. package/types/index.d.ts +2 -1
  4. package/types/sap.apf.d.ts +1 -44
  5. package/types/sap.ca.ui.d.ts +649 -651
  6. package/types/sap.chart.d.ts +49 -49
  7. package/types/sap.collaboration.d.ts +756 -762
  8. package/types/sap.esh.search.ui.d.ts +241 -0
  9. package/types/sap.f.d.ts +623 -468
  10. package/types/sap.fe.common.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +101 -75
  12. package/types/sap.fe.macros.d.ts +55 -8
  13. package/types/sap.fe.navigation.d.ts +5 -14
  14. package/types/sap.fe.placeholder-1.93.1-d.ts +3 -0
  15. package/types/sap.fe.plugins.d.ts +2 -4
  16. package/types/sap.fe.templates.d.ts +1 -16
  17. package/types/sap.fe.test.d.ts +44 -115
  18. package/types/sap.fe.tools.d.ts +2 -4
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1321 -1191
  21. package/types/sap.landvisz.d.ts +345 -345
  22. package/types/sap.m.d.ts +5498 -4814
  23. package/types/sap.makit.d.ts +123 -123
  24. package/types/sap.me.d.ts +137 -153
  25. package/types/sap.ndc.d.ts +29 -29
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +170 -124
  28. package/types/sap.suite.ui.commons.d.ts +1593 -1612
  29. package/types/sap.suite.ui.generic.template.d.ts +285 -165
  30. package/types/sap.suite.ui.microchart.d.ts +742 -508
  31. package/types/sap.tnt.d.ts +149 -117
  32. package/types/sap.ui.codeeditor.d.ts +28 -28
  33. package/types/sap.ui.commons.d.ts +1387 -1387
  34. package/types/sap.ui.comp.d.ts +1013 -1013
  35. package/types/sap.ui.core.d.ts +3852 -3973
  36. package/types/sap.ui.dt.d.ts +2 -4
  37. package/types/sap.ui.export.d.ts +3 -3
  38. package/types/sap.ui.fl.d.ts +1 -1
  39. package/types/sap.ui.generic.app.d.ts +138 -147
  40. package/types/sap.ui.generic.template.d.ts +2 -4
  41. package/types/sap.ui.integration.d.ts +118 -112
  42. package/types/sap.ui.layout.d.ts +593 -586
  43. package/types/sap.ui.mdc.d.ts +7 -1
  44. package/types/sap.ui.richtexteditor.d.ts +30 -30
  45. package/types/sap.ui.rta.d.ts +1 -1
  46. package/types/sap.ui.suite.d.ts +53 -53
  47. package/types/sap.ui.support.d.ts +6 -12
  48. package/types/sap.ui.table.d.ts +248 -248
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +853 -713
  51. package/types/sap.ui.ux3.d.ts +785 -793
  52. package/types/sap.ui.vbm.d.ts +784 -784
  53. package/types/sap.ui.vk.d.ts +3130 -2251
  54. package/types/sap.ui.vtm.d.ts +240 -240
  55. package/types/sap.uiext.inbox.d.ts +222 -222
  56. package/types/sap.ushell.d.ts +340 -377
  57. package/types/sap.ushell_abap.d.ts +127 -129
  58. package/types/sap.uxap.d.ts +384 -220
  59. package/types/sap.viz.d.ts +1527 -1527
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +188 -222
  62. package/types/sap.zen.crosstab.d.ts +15 -17
  63. package/types/sap.zen.dsh.d.ts +176 -211
  64. package/types/sap.fe.placeholder.d.ts +0 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # @sapui5/ts-types
4
4
 
5
- This npm package contains the types signatures for all the SAPUI5 libraries.
5
+ This npm package contains the types signatures (based on globals) for all the SAPUI5 libraries.
6
6
 
7
7
  These signatures can be used to:
8
8
 
@@ -11,6 +11,8 @@ These signatures can be used to:
11
11
 
12
12
  These two capabilities are available both for SAPUI5 apps written in TypeScript **and** in JavaScript.
13
13
 
14
+ <b>NOTE:</b> "based on globals" means that it supports the usage of the global "sap" object and the huge tree below this global object containing all modules and controls. But this usage is <b>no longer recommended</b>. In traditional JavaScript, UI5 application code should use the asynchronous sap.ui.define()/sap.ui.require() calls instead and for TypeScript code we recommend using ES6 module syntax provided by the [@sapui5/ts-types-esm](https://www.npmjs.com/package/@sapui5/ts-types-esm) package. So better use that one instead of this package.
15
+
14
16
  ## Status
15
17
 
16
18
  This project is in an experimental **_Beta State_**. Significant changes are likely to occur,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.92.2",
3
+ "version": "1.93.3",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -31,11 +31,12 @@
31
31
  /// <reference path="./sap.ovp.d.ts"/>
32
32
  /// <reference path="./sap.ui.richtexteditor.d.ts"/>
33
33
  /// <reference path="./sap.ui.rta.d.ts"/>
34
+ /// <reference path="./sap.esh.search.ui.d.ts"/>
34
35
  /// <reference path="./sap.fe.common.d.ts"/>
35
36
  /// <reference path="./sap.fe.core.d.ts"/>
36
37
  /// <reference path="./sap.fe.macros.d.ts"/>
37
38
  /// <reference path="./sap.fe.navigation.d.ts"/>
38
- /// <reference path="./sap.fe.placeholder.d.ts"/>
39
+ /// <reference path="./sap.fe.placeholder-1.93.1-d.ts"/>
39
40
  /// <reference path="./sap.fe.plugins.d.ts"/>
40
41
  /// <reference path="./sap.fe.templates.d.ts"/>
41
42
  /// <reference path="./sap.fe.test.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -18,9 +18,6 @@ declare namespace sap {
18
18
  * shall be created by method {@link sap.apf.Api#createMessageObject}.
19
19
  */
20
20
  class MessageObject {
21
- /**
22
- *
23
- */
24
21
  constructor(oConfig: object);
25
22
 
26
23
  /**
@@ -106,9 +103,6 @@ declare namespace sap {
106
103
  * HTTP GET method. Creation is done via APF API.
107
104
  */
108
105
  class ReadRequest {
109
- /**
110
- *
111
- */
112
106
  constructor(
113
107
  /**
114
108
  * Injection object.
@@ -162,9 +156,6 @@ declare namespace sap {
162
156
  * applied, which are determined from path filter.
163
157
  */
164
158
  class ReadRequestByRequiredFilter {
165
- /**
166
- *
167
- */
168
159
  constructor(
169
160
  /**
170
161
  * Injection object.
@@ -222,9 +213,6 @@ declare namespace sap {
222
213
  * for to interact with the APF.
223
214
  */
224
215
  class representationInterface {
225
- /**
226
- *
227
- */
228
216
  constructor(
229
217
  /**
230
218
  * specific interface proxy for communication between the representation and APF.
@@ -381,9 +369,6 @@ declare namespace sap {
381
369
  * and representations.
382
370
  */
383
371
  class RepresentationInterfaceProxy {
384
- /**
385
- *
386
- */
387
372
  constructor(
388
373
  oCoreApi: /* was: sap.apf.core.Instance */ any,
389
374
 
@@ -537,9 +522,6 @@ declare namespace sap {
537
522
  }
538
523
 
539
524
  class FilterAnd {
540
- /**
541
- *
542
- */
543
525
  constructor(
544
526
  oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
545
527
  /**
@@ -592,9 +574,6 @@ declare namespace sap {
592
574
  * Filter expression
593
575
  */
594
576
  class FilterExpression {
595
- /**
596
- *
597
- */
598
577
  constructor(
599
578
  oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
600
579
  /**
@@ -626,9 +605,6 @@ declare namespace sap {
626
605
  }
627
606
 
628
607
  class FilterOr {
629
- /**
630
- *
631
- */
632
608
  constructor(
633
609
  oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
634
610
  /**
@@ -699,9 +675,6 @@ declare namespace sap {
699
675
  * or {@link sap.apf.Api#createFilter} for {@link sap.apf.utils.Filter}.
700
676
  */
701
677
  class Api {
702
- /**
703
- *
704
- */
705
678
  constructor(
706
679
  /**
707
680
  * A reference to the calling Component.js. The reference provides access to parameters and context.
@@ -718,10 +691,6 @@ declare namespace sap {
718
691
  */
719
692
  manifests?: Object
720
693
  );
721
- /**
722
- * Contains 'api'
723
- */
724
- type: undefined;
725
694
 
726
695
  /**
727
696
  * @EXPERIMENTAL
@@ -787,18 +756,6 @@ declare namespace sap {
787
756
  rawText?: string;
788
757
  }
789
758
  ): sap.apf.core.MessageObject;
790
- /**
791
- * Creates an object for performing an Odata Request get operation.
792
- * See:
793
- * sap.apf#createReadRequest
794
- */
795
- createReadRequest(
796
- /**
797
- * identifies a request configuration, which is contained in the analytical configuration. or the request
798
- * configuration is directly passed as an object oRequestConfiguration.
799
- */
800
- requestConfiguration: String | Object
801
- ): sap.apf.core.ReadRequest;
802
759
  /**
803
760
  * helps to call customer defined custom formatter function(fnCallback).
804
761
  */