@sapui5/ts-types 1.103.1 → 1.104.2
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 +3 -0
- 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 +1 -1
- package/types/sap.f.d.ts +157 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1166 -29
- package/types/sap.fe.macros.d.ts +627 -52
- package/types/sap.fe.navigation.d.ts +1391 -1
- package/types/sap.fe.templates.d.ts +161 -2
- package/types/sap.fe.test.d.ts +12 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +7 -4
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +1870 -57
- 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 +2 -2
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +498 -18
- package/types/sap.suite.ui.generic.template.d.ts +32 -25
- 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 +1128 -243
- package/types/sap.ui.core.d.ts +111 -20
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +41 -62
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +81 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -161
- package/types/sap.ui.vk.d.ts +59 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +118 -0
- package/types/sap.ui.webc.fiori.d.ts +13298 -0
- package/types/sap.ui.webc.main.d.ts +39842 -0
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +32 -20
- 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.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ushell {
|
|
@@ -910,11 +910,14 @@ declare namespace sap {
|
|
|
910
910
|
constructor();
|
|
911
911
|
|
|
912
912
|
/**
|
|
913
|
-
* Attempts to use the browser history to navigate to the previous app.
|
|
914
|
-
*
|
|
915
|
-
*
|
|
916
|
-
*
|
|
917
|
-
*
|
|
913
|
+
* Attempts to use the browser history to navigate to the previous app.
|
|
914
|
+
*
|
|
915
|
+
* A navigation to the Fiori launchpad Home is performed when this method is called on a first navigation.
|
|
916
|
+
* In all other cases, this function simply performs a browser back navigation.
|
|
917
|
+
*
|
|
918
|
+
* Please note that the behavior of this method is subject to change and therefore it may not yield to the
|
|
919
|
+
* expected results especially on mobile devices where "back" is the previous inner-app state if these are
|
|
920
|
+
* put into the history!
|
|
918
921
|
*
|
|
919
922
|
* @returns A promise which resolves once the back navigation was triggered
|
|
920
923
|
*/
|
|
@@ -1186,8 +1189,8 @@ declare namespace sap {
|
|
|
1186
1189
|
bCompactIntents?: boolean
|
|
1187
1190
|
): jQuery.Promise;
|
|
1188
1191
|
/**
|
|
1189
|
-
*
|
|
1190
|
-
*
|
|
1192
|
+
* Navigates back in history the number of given steps if this is supported by the underlying platform.
|
|
1193
|
+
* If no argument is provided it will navigate back 1 step.
|
|
1191
1194
|
*/
|
|
1192
1195
|
historyBack(
|
|
1193
1196
|
/**
|
|
@@ -1455,9 +1458,9 @@ declare namespace sap {
|
|
|
1455
1458
|
* @SINCE 1.36.0
|
|
1456
1459
|
* @deprecated (since 1.94) - Use `isInitialNavigationAsync` instead.
|
|
1457
1460
|
*
|
|
1458
|
-
* Checks
|
|
1459
|
-
*
|
|
1460
|
-
*
|
|
1461
|
+
* Checks wether the FLP currently shows the initially loaded navigation target (i.e. the intent it was
|
|
1462
|
+
* started with). This method can be used to e.g. detect whether the current app was started directly, that
|
|
1463
|
+
* is, without a navigation from another app or FLP home.
|
|
1461
1464
|
*
|
|
1462
1465
|
* @returns Whether the initial navigation occurred.
|
|
1463
1466
|
*/
|
|
@@ -2986,7 +2989,7 @@ declare namespace sap {
|
|
|
2986
2989
|
* Window), Infinity, undefined ( Backend persistence per user ) [Default] nn Minutes ( Backend persistence
|
|
2987
2990
|
* per user, ignored if older than nn minutes)
|
|
2988
2991
|
*/
|
|
2989
|
-
oScope:
|
|
2992
|
+
oScope: object,
|
|
2990
2993
|
/**
|
|
2991
2994
|
* Since 1.27.0. SAPUI5 component which uses the container. This allows to associate the stored data with
|
|
2992
2995
|
* the application.
|
|
@@ -3011,7 +3014,11 @@ declare namespace sap {
|
|
|
3011
3014
|
/**
|
|
3012
3015
|
* identifies the container
|
|
3013
3016
|
*/
|
|
3014
|
-
sContainerKey: string
|
|
3017
|
+
sContainerKey: string,
|
|
3018
|
+
/**
|
|
3019
|
+
* scope object
|
|
3020
|
+
*/
|
|
3021
|
+
oScope: object
|
|
3015
3022
|
): object;
|
|
3016
3023
|
/**
|
|
3017
3024
|
* @SINCE 1.18.0
|
|
@@ -3058,14 +3065,14 @@ declare namespace sap {
|
|
|
3058
3065
|
* indefinitely at the front-end server.
|
|
3059
3066
|
*
|
|
3060
3067
|
* The validity parameter allows a designated storage validity for the created container. A 0 validity indicates
|
|
3061
|
-
* the data is only persisted within the Fiori
|
|
3062
|
-
* are executed. Data is lost if the Fiori
|
|
3068
|
+
* the data is only persisted within the Fiori launchpad window. No round trips to the front-end server
|
|
3069
|
+
* are executed. Data is lost if the Fiori launchpad window state is lost (e.g. by navigating to a different
|
|
3063
3070
|
* page, pressing F5 (reload page) or duplicating the window).
|
|
3064
3071
|
*
|
|
3065
|
-
* For versions > 1.24 it may happen that for cross-app navigation a reload of the Fiori
|
|
3066
|
-
* In this case a storage of the personalization data in the Fiori
|
|
3072
|
+
* For versions > 1.24 it may happen that for cross-app navigation a reload of the Fiori launchpad is triggered.
|
|
3073
|
+
* In this case a storage of the personalization data in the Fiori launchpad window would lead to data loss.
|
|
3067
3074
|
* To overcome this a validity 0 is automatically changed to a validity 1440 (24h; storage on the front-end
|
|
3068
|
-
* server). This is only done if a reload of the Fiori
|
|
3075
|
+
* server). This is only done if a reload of the Fiori launchpad is triggered for a cross-app navigation.
|
|
3069
3076
|
*
|
|
3070
3077
|
* Security: It is the responsibility of the application to not persist information relevant to auditing
|
|
3071
3078
|
* or security using the PersonalizationService with inappropriate validity models. No mechanisms exist
|
|
@@ -3077,7 +3084,7 @@ declare namespace sap {
|
|
|
3077
3084
|
* For limited validity, actual deletion of data on the front-end server is subject to explicit cleanup
|
|
3078
3085
|
* execution of front-end server jobs and not guaranteed. The data may still be persisted and retrievable.
|
|
3079
3086
|
* The interface only assures that expired data is no longer exposed to the application code in the Fiori
|
|
3080
|
-
*
|
|
3087
|
+
* launchpad.
|
|
3081
3088
|
*
|
|
3082
3089
|
* The ContainerKey uniquely defines the Container, validity is not part of the key (there are no separate
|
|
3083
3090
|
* namespaces per validity).
|
|
@@ -3112,7 +3119,7 @@ declare namespace sap {
|
|
|
3112
3119
|
* nn Minutes (front-end server persistence per user, ignored if older than nn minutes) oScope.shared To
|
|
3113
3120
|
* indicate that this container is intended to be shared by several applications
|
|
3114
3121
|
*/
|
|
3115
|
-
oScope:
|
|
3122
|
+
oScope: object,
|
|
3116
3123
|
/**
|
|
3117
3124
|
* Since 1.27.0. SAPUI5 component which uses the container. This allows to associate the stored data with
|
|
3118
3125
|
* the application.
|
|
@@ -3175,6 +3182,9 @@ declare namespace sap {
|
|
|
3175
3182
|
*
|
|
3176
3183
|
* Do not mix the usage of a personalizer and a personalization container for one containerKey.
|
|
3177
3184
|
*
|
|
3185
|
+
* Fetching multiple Personalizers for the same container, but different items is not supported. Use {@link
|
|
3186
|
+
* sap.ushell.services.Personalizer#getContainer} instead for this scenario.
|
|
3187
|
+
*
|
|
3178
3188
|
* @returns {@link sap.ushell.services.Personalizer} which provides generic read and write access to the
|
|
3179
3189
|
* currently logged on user's personalization settings.
|
|
3180
3190
|
*/
|
|
@@ -11430,6 +11440,8 @@ declare namespace sap {
|
|
|
11430
11440
|
|
|
11431
11441
|
"sap/ushell/services/LaunchPage": undefined;
|
|
11432
11442
|
|
|
11443
|
+
"sap/ushell/services/Menu": undefined;
|
|
11444
|
+
|
|
11433
11445
|
"sap/ushell/services/Message": undefined;
|
|
11434
11446
|
|
|
11435
11447
|
"sap/ushell/services/NavTargetResolution": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED