@sapui5/ts-types 1.94.0 → 1.96.1

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 +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +235 -1
  8. package/types/sap.f.d.ts +310 -40
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +102 -1
  11. package/types/sap.fe.macros.d.ts +36 -12
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +1 -1
  14. package/types/sap.fe.plugins.d.ts +1 -1
  15. package/types/sap.fe.semantics.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +2 -2
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1070 -44
  21. package/types/sap.landvisz.d.ts +1 -1
  22. package/types/sap.m.d.ts +643 -115
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +21 -29
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.grid.d.ts +635 -0
  29. package/types/sap.suite.ui.commons.d.ts +177 -3
  30. package/types/sap.suite.ui.generic.template.d.ts +49 -6
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +11 -12
  33. package/types/sap.ui.codeeditor.d.ts +29 -31
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +149 -18
  36. package/types/sap.ui.core.d.ts +691 -313
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +119 -69
  39. package/types/sap.ui.fl.d.ts +3 -1
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +232 -1
  43. package/types/sap.ui.layout.d.ts +19 -1
  44. package/types/sap.ui.mdc.d.ts +51 -1
  45. package/types/sap.ui.richtexteditor.d.ts +1 -1
  46. package/types/sap.ui.rta.d.ts +1 -1
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +6 -6
  49. package/types/sap.ui.table.d.ts +7 -4
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +140 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +793 -130
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.uiext.inbox.d.ts +2 -1
  57. package/types/sap.ushell.d.ts +69 -49
  58. package/types/sap.ushell_abap.d.ts +2 -2
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -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 +53 -34
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -50,14 +50,11 @@ declare namespace sap {
50
50
  /**
51
51
  * @SINCE 1.28.0
52
52
  *
53
- * TODO: description
54
- *
55
- * As `BarcodeScanner` is a static class, a `sap.ui.define();` statement must be explicitly executed before
56
- * the class can be used. Example: *
53
+ * Here is an example of how to trigger the scan function of BarcodeScanner:
57
54
  * ```javascript
58
55
  *
59
- * sap.ui.define(["sap/ndc/BarcodeScanner"], function(BarcodeScanner) {
60
- * sap.ndc.BarcodeScanner.scan(
56
+ * sap.ui.require(["sap/ndc/BarcodeScanner"], function(BarcodeScanner) {
57
+ * BarcodeScanner.scan(
61
58
  * function (oResult) { / * process scan result * / },
62
59
  * function (oError) { / * handle scan error * / },
63
60
  * function (oResult) { / * handle input dialog change * / }
@@ -82,13 +79,6 @@ declare namespace sap {
82
79
  * Starts the bar code scanning process either showing the live input from the camera or displaying a dialog
83
80
  * to enter the value directly if the bar code scanning feature is not available.
84
81
  *
85
- *
86
- * ```javascript
87
- *
88
- * sap.ndc.BarcodeScanner.scan(fnSuccess, fnFail, fnLiveUpdate, dialogTitle)
89
- * ```
90
- *
91
- *
92
82
  * The bar code scanning is done asynchronously. When it is triggered, this function returns without waiting
93
83
  * for the scanning process to finish. The applications have to provide callback functions to react to the
94
84
  * events of a successful scanning, an error during scanning, and the live input on the dialog.
@@ -101,21 +91,23 @@ declare namespace sap {
101
91
  *
102
92
  * ```javascript
103
93
  *
104
- * sap.ndc.BarcodeScanner.scan(
105
- * function (mResult) {
106
- * alert("We got a bar code\n" +
107
- * "Result: " + mResult.text + "\n" +
108
- * "Format: " + mResult.format + "\n" +
109
- * "Cancelled: " + mResult.cancelled);
110
- * },
111
- * function (Error) {
112
- * alert("Scanning failed: " + Error);
113
- * },
114
- * function (mParams) {
115
- * alert("Value entered: " + mParams.newValue);
116
- * },
117
- * "Enter Product Bar Code"
118
- * );
94
+ * sap.ui.require(["sap/ndc/BarcodeScanner"], function(BarcodeScanner) {
95
+ * BarcodeScanner.scan(
96
+ * function (mResult) {
97
+ * alert("We got a bar code\n" +
98
+ * "Result: " + mResult.text + "\n" +
99
+ * "Format: " + mResult.format + "\n" +
100
+ * "Cancelled: " + mResult.cancelled);
101
+ * },
102
+ * function (Error) {
103
+ * alert("Scanning failed: " + Error);
104
+ * },
105
+ * function (mParams) {
106
+ * alert("Value entered: " + mParams.newValue);
107
+ * },
108
+ * "Enter Product Bar Code"
109
+ * );
110
+ * });
119
111
  * ```
120
112
  */
121
113
  scan(
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace rules {