@sapui5/ts-types 1.113.0 → 1.114.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 (63) 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 +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 +45 -1
  8. package/types/sap.f.d.ts +51 -1
  9. package/types/sap.fe.core.d.ts +10 -6
  10. package/types/sap.fe.macros.d.ts +28 -3
  11. package/types/sap.fe.templates.d.ts +6 -6
  12. package/types/sap.fe.test.d.ts +1 -1
  13. package/types/sap.feedback.ui.d.ts +1 -1
  14. package/types/sap.gantt.d.ts +56 -3
  15. package/types/sap.insights.d.ts +1 -1
  16. package/types/sap.landvisz.d.ts +1 -1
  17. package/types/sap.m.d.ts +499 -992
  18. package/types/sap.makit.d.ts +1 -1
  19. package/types/sap.me.d.ts +1 -1
  20. package/types/sap.ndc.d.ts +1 -1
  21. package/types/sap.ovp.d.ts +1 -1
  22. package/types/sap.rules.ui.d.ts +1 -1
  23. package/types/sap.sac.df.d.ts +29 -577
  24. package/types/sap.suite.ui.commons.d.ts +74 -5
  25. package/types/sap.suite.ui.generic.template.d.ts +2 -2
  26. package/types/sap.suite.ui.microchart.d.ts +1 -1
  27. package/types/sap.tnt.d.ts +1 -1
  28. package/types/sap.ui.codeeditor.d.ts +1 -1
  29. package/types/sap.ui.commons.d.ts +1 -1
  30. package/types/sap.ui.comp.d.ts +393 -257
  31. package/types/sap.ui.core.d.ts +1342 -856
  32. package/types/sap.ui.dt.d.ts +1 -1
  33. package/types/sap.ui.export.d.ts +1 -1
  34. package/types/sap.ui.fl.d.ts +3 -3
  35. package/types/sap.ui.generic.app.d.ts +2 -2
  36. package/types/sap.ui.generic.template.d.ts +1 -1
  37. package/types/sap.ui.integration.d.ts +107 -4
  38. package/types/sap.ui.layout.d.ts +1 -1
  39. package/types/sap.ui.mdc.d.ts +17 -7
  40. package/types/sap.ui.richtexteditor.d.ts +1 -1
  41. package/types/sap.ui.rta.d.ts +1 -1
  42. package/types/sap.ui.suite.d.ts +1 -1
  43. package/types/sap.ui.support.d.ts +1 -1
  44. package/types/sap.ui.table.d.ts +36 -1
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +159 -141
  47. package/types/sap.ui.ux3.d.ts +1 -1
  48. package/types/sap.ui.vbm.d.ts +1 -1
  49. package/types/sap.ui.vk.d.ts +40 -1
  50. package/types/sap.ui.vtm.d.ts +1 -1
  51. package/types/sap.ui.webc.common.d.ts +1 -1
  52. package/types/sap.ui.webc.fiori.d.ts +1 -1
  53. package/types/sap.ui.webc.main.d.ts +1 -1
  54. package/types/sap.uiext.inbox.d.ts +1 -1
  55. package/types/sap.ushell.d.ts +9 -6
  56. package/types/sap.ushell_abap.d.ts +1 -1
  57. package/types/sap.uxap.d.ts +1 -1
  58. package/types/sap.viz.d.ts +1 -1
  59. package/types/sap.webanalytics.core.d.ts +1 -1
  60. package/types/sap.zen.commons.d.ts +1 -1
  61. package/types/sap.zen.crosstab.d.ts +1 -1
  62. package/types/sap.zen.dsh.d.ts +1 -1
  63. package/types/sap.sac.grid.d.ts +0 -760
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
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.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -21088,6 +21088,19 @@ declare namespace sap {
21088
21088
  */
21089
21089
  handler: sap.ui.vk.AuthorizationHandler
21090
21090
  ): this;
21091
+ /**
21092
+ * @SINCE 1.114.0
21093
+ *
21094
+ * Set the consumption scenario (used in SAP/partner applications).
21095
+ *
21096
+ * @returns `this` to allow method chaining.
21097
+ */
21098
+ setConsumptionScenario(
21099
+ /**
21100
+ * The consumption scenario.
21101
+ */
21102
+ consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
21103
+ ): this;
21091
21104
  /**
21092
21105
  * @SINCE 1.60.0
21093
21106
  *
@@ -21663,6 +21676,20 @@ declare namespace sap {
21663
21676
  */
21664
21677
  contentResources: sap.ui.vk.ContentResource[]
21665
21678
  ): this;
21679
+ /**
21680
+ * @SINCE 1.114.0
21681
+ *
21682
+ * Set the consumption scenario for metering differention. This value is passed in SAP-ConsumptionScenario
21683
+ * HTTP headers in requests made to the EPD Visualization backend when viewing.
21684
+ *
21685
+ * @returns `this` to allow method chaining.
21686
+ */
21687
+ setConsumptionScenario(
21688
+ /**
21689
+ * The consumption scenario.
21690
+ */
21691
+ consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
21692
+ ): this;
21666
21693
  /**
21667
21694
  * @SINCE 1.95.0
21668
21695
  *
@@ -28616,6 +28643,7 @@ declare namespace sap {
28616
28643
  }
28617
28644
  /**
28618
28645
  * @SINCE 1.50.0
28646
+ * @deprecated (since 1.114.0) - Use {@link sap.m.ProgressIndicator} instead.
28619
28647
  *
28620
28648
  * Shows the progress of a process in a graphical way. To indicate the progress, the inside of the ProgressIndicator
28621
28649
  * is filled with a color. Additionally, a user-defined string can be displayed on the ProgressIndicator.
@@ -35400,6 +35428,17 @@ declare namespace sap {
35400
35428
  */
35401
35429
  handler: sap.ui.vk.AuthorizationHandler
35402
35430
  ): this;
35431
+ /**
35432
+ * Set the consumption scenario (used in SAP/partner applications).
35433
+ *
35434
+ * @returns `this` to allow method chaining.
35435
+ */
35436
+ setConsumptionScenario(
35437
+ /**
35438
+ * The consumption scenario.
35439
+ */
35440
+ consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
35441
+ ): this;
35403
35442
  /**
35404
35443
  * Sets an object that decrypts content of encrypted models.
35405
35444
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
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.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -545,6 +545,9 @@ declare namespace sap {
545
545
  *
546
546
  * The function returns an object with following parameters:
547
547
  * - applicationType: “UI5|WDA|NWBC|URL|TR”
548
+ * - applicationFramework: when applicationType is "URL", this parameter indicates which application
549
+ * framework is running inside the iframe - “UI5|WDA|GUI|CRM”. This attribute is for SAP internal usage
550
+ * only.
548
551
  * - componentInstance: reference to component (only for applicationType "UI5").
549
552
  * - homePage: `true` when root intent (normally #Shell-home) or Appfinder (#Shell-appfinder) is currently
550
553
  * displayed.
@@ -6117,9 +6120,9 @@ declare namespace sap {
6117
6120
  */
6118
6121
  setFooter(
6119
6122
  /**
6120
- * sap.m.Bar, the control to be added as the footer of the Fiori Launchpad
6123
+ * The control to be added as the footer of the Fiori Launchpad
6121
6124
  */
6122
- oFooter: Object
6125
+ oFooter: sap.m.Bar
6123
6126
  ): void;
6124
6127
  /**
6125
6128
  * @SINCE 1.42
@@ -6160,7 +6163,7 @@ declare namespace sap {
6160
6163
  * For example: `{id: "testBar"}`
6161
6164
  */
6162
6165
  oControlProperties: object
6163
- ): object;
6166
+ ): sap.ui.core.Control;
6164
6167
  /**
6165
6168
  * @SINCE 1.30
6166
6169
  *
@@ -6251,7 +6254,7 @@ declare namespace sap {
6251
6254
  * ```
6252
6255
  *
6253
6256
  *
6254
- * @returns jQuery.deferred.promise object that when resolved, returns the newly created control
6257
+ * @returns object that when resolved, returns the newly created control
6255
6258
  */
6256
6259
  setShellFooter(
6257
6260
  /**
@@ -6263,7 +6266,7 @@ declare namespace sap {
6263
6266
  * The properties that will be passed to the created control, for example: `{id: "testBar"}`
6264
6267
  */
6265
6268
  oParameters: object
6266
- ): object;
6269
+ ): jQuery.Promise;
6267
6270
  /**
6268
6271
  * @SINCE 1.30
6269
6272
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {