@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.
- package/package.json +1 -1
- package/types/index.d.ts +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +42 -1
- package/types/sap.f.d.ts +53 -1
- package/types/sap.fe.core.d.ts +10 -6
- package/types/sap.fe.macros.d.ts +21 -5
- package/types/sap.fe.templates.d.ts +6 -6
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +53 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +534 -1000
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +29 -625
- package/types/sap.suite.ui.commons.d.ts +79 -5
- package/types/sap.suite.ui.generic.template.d.ts +2 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +374 -259
- package/types/sap.ui.core.d.ts +1877 -1428
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.generic.app.d.ts +2 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +2459 -2349
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +89 -7
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +35 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +179 -141
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +40 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +13 -6
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +0 -774
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
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
|
*
|
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
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
|
-
*
|
|
2147
|
+
* The control to be added as the footer of the Fiori Launchpad
|
|
2144
2148
|
*/
|
|
2145
|
-
oFooter:
|
|
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
|
-
):
|
|
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
|
|
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
|
-
):
|
|
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.
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED