@sapui5/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 +42 -1
  8. package/types/sap.f.d.ts +53 -1
  9. package/types/sap.fe.core.d.ts +10 -6
  10. package/types/sap.fe.macros.d.ts +21 -5
  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 +53 -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 +534 -1000
  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 -625
  24. package/types/sap.suite.ui.commons.d.ts +79 -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 +374 -259
  31. package/types/sap.ui.core.d.ts +1877 -1428
  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 +2459 -2349
  38. package/types/sap.ui.layout.d.ts +1 -1
  39. package/types/sap.ui.mdc.d.ts +89 -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 +35 -1
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +179 -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 +13 -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 -774
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -2155,6 +2155,19 @@ declare module "sap/ui/vk/ContentConnector" {
2155
2155
  */
2156
2156
  handler: AuthorizationHandler
2157
2157
  ): this;
2158
+ /**
2159
+ * @SINCE 1.114.0
2160
+ *
2161
+ * Set the consumption scenario (used in SAP/partner applications).
2162
+ *
2163
+ * @returns `this` to allow method chaining.
2164
+ */
2165
+ setConsumptionScenario(
2166
+ /**
2167
+ * The consumption scenario.
2168
+ */
2169
+ consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
2170
+ ): this;
2158
2171
  /**
2159
2172
  * @SINCE 1.60.0
2160
2173
  *
@@ -4068,6 +4081,20 @@ declare module "sap/ui/vk/ContentManager" {
4068
4081
  */
4069
4082
  contentResources: ContentResource[]
4070
4083
  ): this;
4084
+ /**
4085
+ * @SINCE 1.114.0
4086
+ *
4087
+ * Set the consumption scenario for metering differention. This value is passed in SAP-ConsumptionScenario
4088
+ * HTTP headers in requests made to the EPD Visualization backend when viewing.
4089
+ *
4090
+ * @returns `this` to allow method chaining.
4091
+ */
4092
+ setConsumptionScenario(
4093
+ /**
4094
+ * The consumption scenario.
4095
+ */
4096
+ consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
4097
+ ): this;
4071
4098
  /**
4072
4099
  * @SINCE 1.95.0
4073
4100
  *
@@ -14642,6 +14669,7 @@ declare module "sap/ui/vk/ProgressIndicator" {
14642
14669
 
14643
14670
  /**
14644
14671
  * @SINCE 1.50.0
14672
+ * @deprecated (since 1.114.0) - Use {@link sap.m.ProgressIndicator} instead.
14645
14673
  *
14646
14674
  * Shows the progress of a process in a graphical way. To indicate the progress, the inside of the ProgressIndicator
14647
14675
  * is filled with a color. Additionally, a user-defined string can be displayed on the ProgressIndicator.
@@ -35777,6 +35805,17 @@ declare module "sap/ui/vk/Viewer" {
35777
35805
  */
35778
35806
  handler: AuthorizationHandler
35779
35807
  ): this;
35808
+ /**
35809
+ * Set the consumption scenario (used in SAP/partner applications).
35810
+ *
35811
+ * @returns `this` to allow method chaining.
35812
+ */
35813
+ setConsumptionScenario(
35814
+ /**
35815
+ * The consumption scenario.
35816
+ */
35817
+ consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
35818
+ ): this;
35780
35819
  /**
35781
35820
  * Sets an object that decrypts content of encrypted models.
35782
35821
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
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 module "sap/ui/webc/fiori/library" {
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 module "sap/ui/webc/main/library" {
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 module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ushell/components/factsheet/controls/PictureTile" {
4
4
  import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
@@ -1132,6 +1132,10 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
1132
1132
 
1133
1133
  import ComponentMetadata from "sap/ui/core/ComponentMetadata";
1134
1134
 
1135
+ import Bar from "sap/m/Bar";
1136
+
1137
+ import Control from "sap/ui/core/Control";
1138
+
1135
1139
  /**
1136
1140
  * @SINCE 1.15.0
1137
1141
  *
@@ -2140,9 +2144,9 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2140
2144
  */
2141
2145
  setFooter(
2142
2146
  /**
2143
- * sap.m.Bar, the control to be added as the footer of the Fiori Launchpad
2147
+ * The control to be added as the footer of the Fiori Launchpad
2144
2148
  */
2145
- oFooter: Object
2149
+ oFooter: Bar
2146
2150
  ): void;
2147
2151
  /**
2148
2152
  * @SINCE 1.42
@@ -2183,7 +2187,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2183
2187
  * For example: `{id: "testBar"}`
2184
2188
  */
2185
2189
  oControlProperties: object
2186
- ): object;
2190
+ ): Control;
2187
2191
  /**
2188
2192
  * @SINCE 1.30
2189
2193
  *
@@ -2274,7 +2278,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2274
2278
  * ```
2275
2279
  *
2276
2280
  *
2277
- * @returns jQuery.deferred.promise object that when resolved, returns the newly created control
2281
+ * @returns object that when resolved, returns the newly created control
2278
2282
  */
2279
2283
  setShellFooter(
2280
2284
  /**
@@ -2286,7 +2290,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2286
2290
  * The properties that will be passed to the created control, for example: `{id: "testBar"}`
2287
2291
  */
2288
2292
  oParameters: object
2289
- ): object;
2293
+ ): jQuery.Promise;
2290
2294
  /**
2291
2295
  * @SINCE 1.30
2292
2296
  *
@@ -2637,6 +2641,9 @@ declare module "sap/ushell/services/AppLifeCycle" {
2637
2641
  *
2638
2642
  * The function returns an object with following parameters:
2639
2643
  * - applicationType: “UI5|WDA|NWBC|URL|TR”
2644
+ * - applicationFramework: when applicationType is "URL", this parameter indicates which application
2645
+ * framework is running inside the iframe - “UI5|WDA|GUI|CRM”. This attribute is for SAP internal usage
2646
+ * only.
2640
2647
  * - componentInstance: reference to component (only for applicationType "UI5").
2641
2648
  * - homePage: `true` when root intent (normally #Shell-home) or Appfinder (#Shell-appfinder) is currently
2642
2649
  * displayed.
@@ -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 module "sap/uxap/library" {
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 module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -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 module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4