@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.
- 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 +45 -1
- package/types/sap.f.d.ts +51 -1
- package/types/sap.fe.core.d.ts +10 -6
- package/types/sap.fe.macros.d.ts +28 -3
- 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 +56 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +499 -992
- 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 -577
- package/types/sap.suite.ui.commons.d.ts +74 -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 +393 -257
- package/types/sap.ui.core.d.ts +1342 -856
- 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 +107 -4
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +17 -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 +36 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +159 -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 +9 -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 -760
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 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
|
*
|
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 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
|
-
*
|
|
6123
|
+
* The control to be added as the footer of the Fiori Launchpad
|
|
6121
6124
|
*/
|
|
6122
|
-
oFooter:
|
|
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
|
-
):
|
|
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
|
|
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
|
-
):
|
|
6269
|
+
): jQuery.Promise;
|
|
6267
6270
|
/**
|
|
6268
6271
|
* @SINCE 1.30
|
|
6269
6272
|
*
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED