@sapui5/ts-types-esm 1.138.1 → 1.139.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/README.md +1 -1
- package/package.json +1 -1
- package/types/{sap.ui.core.d.ts → core-1.139.0-esm-d.ts} +112 -31
- package/types/index.d.ts +3 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.139.0-esm-d.ts} +16 -2
- package/types/{sap.m.d.ts → mobile-1.139.0-esm-d.ts} +488 -20
- 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.cux.home.d.ts +1 -35
- package/types/sap.esh.search.ui.d.ts +10 -4
- package/types/sap.f.d.ts +5 -5
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +30 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +82 -3
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +13 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +55 -13
- package/types/sap.insights.d.ts +1 -1
- 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 +1 -127
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- 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 +110 -2
- 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 +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 +57 -20
- package/types/sap.ui.layout.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- 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 +86 -53
- 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 +60 -18
- 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.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -1225,7 +1225,6 @@ declare module "sap/ushell/Container" {
|
|
|
1225
1225
|
* ```javascript
|
|
1226
1226
|
*
|
|
1227
1227
|
* {
|
|
1228
|
-
* status: "InProgress", // Enum which determines if a navigation currently takes place or if it is already finished. See sap.ushell.NavigationState.
|
|
1229
1228
|
* isCrossAppNavigation: true, // Boolean which indicates if the navigation is inner app our across two different applications.
|
|
1230
1229
|
* innerAppRoute: "&/SalesOrder/11" // If it is an inner app navigation, it describes the inner app route.
|
|
1231
1230
|
* }
|
|
@@ -3928,7 +3927,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3928
3927
|
*
|
|
3929
3928
|
* @returns A promise which resolves once the back navigation was triggered
|
|
3930
3929
|
*/
|
|
3931
|
-
backToPreviousApp(): Promise<
|
|
3930
|
+
backToPreviousApp(): Promise<any>;
|
|
3932
3931
|
/**
|
|
3933
3932
|
* if sHashFragment is a compacted hash (sap-intent-param is present), in a hash, this function replaces
|
|
3934
3933
|
* it into a long url with all parameters expanded
|
|
@@ -4905,7 +4904,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4905
4904
|
* an optional UI5 component, used to logically attach a possibly generated app state.
|
|
4906
4905
|
*/
|
|
4907
4906
|
oComponent?: object
|
|
4908
|
-
): Promise<
|
|
4907
|
+
): Promise<any>;
|
|
4909
4908
|
}
|
|
4910
4909
|
}
|
|
4911
4910
|
|
|
@@ -4997,8 +4996,9 @@ declare module "sap/ushell/services/Extension" {
|
|
|
4997
4996
|
|
|
4998
4997
|
/**
|
|
4999
4998
|
* Creates a header item in the shell header. **Restrictions:**
|
|
5000
|
-
* - The control properties are only allowed to contain primitive properties and event handlers.
|
|
5001
|
-
* controls and
|
|
4999
|
+
* - The control properties are only allowed to contain primitive properties and event handlers. Bindings,
|
|
5000
|
+
* aggregations, controls and objects with prototypes are not allowed!
|
|
5001
|
+
* - The created controls cannot have stable ids! Instead you can provide a help id.
|
|
5002
5002
|
* - The event handlers are not bound to the actual control and do not receive the event arguments.
|
|
5003
5003
|
*
|
|
5004
5004
|
* @since 1.120.0
|
|
@@ -5018,6 +5018,10 @@ declare module "sap/ushell/services/Extension" {
|
|
|
5018
5018
|
* Possible values are `begin` and `end`.
|
|
5019
5019
|
*/
|
|
5020
5020
|
position?: string;
|
|
5021
|
+
/**
|
|
5022
|
+
* The help id of the user action. This allows to assign help content to the user action.
|
|
5023
|
+
*/
|
|
5024
|
+
helpId?: string;
|
|
5021
5025
|
}
|
|
5022
5026
|
): Promise<Item>;
|
|
5023
5027
|
/**
|
|
@@ -5025,8 +5029,9 @@ declare module "sap/ushell/services/Extension" {
|
|
|
5025
5029
|
* The `controlType` can be any control and is by default a {@link sap.ushell.ui.launchpad.ActionItem}.
|
|
5026
5030
|
* The `controlProperties` are passed to the constructor of the control.
|
|
5027
5031
|
* **Restrictions:**
|
|
5028
|
-
* - The control properties are only allowed to contain primitive properties and event handlers.
|
|
5029
|
-
* controls and
|
|
5032
|
+
* - The control properties are only allowed to contain primitive properties and event handlers. Bindings,
|
|
5033
|
+
* aggregations, controls and objects with prototypes are not allowed!
|
|
5034
|
+
* - The created controls cannot have stable ids! Instead you can provide a help id.
|
|
5030
5035
|
* - The event handlers are not bound to the actual control and do not receive the event arguments.
|
|
5031
5036
|
*
|
|
5032
5037
|
* @since 1.120.0
|
|
@@ -5046,6 +5051,10 @@ declare module "sap/ushell/services/Extension" {
|
|
|
5046
5051
|
* Defines the `controlType` of the item.
|
|
5047
5052
|
*/
|
|
5048
5053
|
controlType?: string;
|
|
5054
|
+
/**
|
|
5055
|
+
* The help id of the user action. This allows to assign help content to the user action.
|
|
5056
|
+
*/
|
|
5057
|
+
helpId?: string;
|
|
5049
5058
|
}
|
|
5050
5059
|
): Promise<Item>;
|
|
5051
5060
|
}
|
|
@@ -6628,7 +6637,7 @@ declare module "sap/ushell/services/Navigation" {
|
|
|
6628
6637
|
/**
|
|
6629
6638
|
* positive integer representing the steps to go back in the history
|
|
6630
6639
|
*/
|
|
6631
|
-
iSteps
|
|
6640
|
+
iSteps?: int
|
|
6632
6641
|
): void;
|
|
6633
6642
|
/**
|
|
6634
6643
|
* Checks whether the FLP has performed the first navigation. This method can be used to detect whether
|
|
@@ -7262,7 +7271,7 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7262
7271
|
* The ID of the action that is being executed
|
|
7263
7272
|
*/
|
|
7264
7273
|
sActionId: string
|
|
7265
|
-
): Promise<
|
|
7274
|
+
): Promise<any>;
|
|
7266
7275
|
/**
|
|
7267
7276
|
* Returns the notifications of the user sorted by type include the group headers and the notifications
|
|
7268
7277
|
*
|
|
@@ -7579,6 +7588,19 @@ declare module "sap/ushell/services/NotificationsV2" {
|
|
|
7579
7588
|
*/
|
|
7580
7589
|
callback: Function
|
|
7581
7590
|
): void;
|
|
7591
|
+
/**
|
|
7592
|
+
* Set the number of unseen notifications
|
|
7593
|
+
* e.g. Notifications that the user hasn't seen yet.
|
|
7594
|
+
*
|
|
7595
|
+
*
|
|
7596
|
+
* @returns Promise resolves when the unseen notifications count is set
|
|
7597
|
+
*/
|
|
7598
|
+
setUnseenNotificationsCount(
|
|
7599
|
+
/**
|
|
7600
|
+
* The number of unseen notifications to set
|
|
7601
|
+
*/
|
|
7602
|
+
number: int
|
|
7603
|
+
): Promise<any>;
|
|
7582
7604
|
}
|
|
7583
7605
|
/**
|
|
7584
7606
|
* Type for Action
|
|
@@ -9301,7 +9323,7 @@ declare module "sap/ushell/services/PersonalizationV2/ContextContainer" {
|
|
|
9301
9323
|
*/
|
|
9302
9324
|
load(): Promise<any>;
|
|
9303
9325
|
/**
|
|
9304
|
-
* Save the current container data at the underlying storage asynchronously at the
|
|
9326
|
+
* Save the current container data at the underlying storage asynchronously at the earliest nDelayInMilliseconds
|
|
9305
9327
|
* seconds before. The current state is serialized.
|
|
9306
9328
|
*
|
|
9307
9329
|
* @since 1.120.0
|
|
@@ -9310,7 +9332,12 @@ declare module "sap/ushell/services/PersonalizationV2/ContextContainer" {
|
|
|
9310
9332
|
*
|
|
9311
9333
|
* The operation may wait for completion of another pending operation.
|
|
9312
9334
|
*/
|
|
9313
|
-
save(
|
|
9335
|
+
save(
|
|
9336
|
+
/**
|
|
9337
|
+
* the delay.
|
|
9338
|
+
*/
|
|
9339
|
+
nDelayInMilliseconds: int
|
|
9340
|
+
): Promise<any>;
|
|
9314
9341
|
/**
|
|
9315
9342
|
* Sets the value of a direct item in the container. In case the item is already existing its value is overwritten.
|
|
9316
9343
|
* In case it is not existing a new item with this key and value is created. The value is serialized during
|
|
@@ -9556,6 +9583,8 @@ declare module "sap/ushell/services/PersonalizationV2/VariantSet" {
|
|
|
9556
9583
|
* is thrown.
|
|
9557
9584
|
*
|
|
9558
9585
|
* @since 1.120.0
|
|
9586
|
+
*
|
|
9587
|
+
* @returns the variant.
|
|
9559
9588
|
*/
|
|
9560
9589
|
addVariant(
|
|
9561
9590
|
/**
|
|
@@ -9839,7 +9868,6 @@ declare module "sap/ushell/services/ShellNavigation" {
|
|
|
9839
9868
|
* ```javascript
|
|
9840
9869
|
*
|
|
9841
9870
|
* {
|
|
9842
|
-
* "status": sap.ushell.NavigationState.Navigating,
|
|
9843
9871
|
* "isCrossAppNavigation": true,
|
|
9844
9872
|
* "innerAppRoute": "employee/overview"
|
|
9845
9873
|
* }
|
|
@@ -9957,7 +9985,12 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9957
9985
|
*
|
|
9958
9986
|
* @returns Resolves with an array of link objects sorted according to their relevance to the calling application.
|
|
9959
9987
|
*/
|
|
9960
|
-
getLinks(
|
|
9988
|
+
getLinks(
|
|
9989
|
+
/**
|
|
9990
|
+
* An object containing nominal arguments for the method.
|
|
9991
|
+
*/
|
|
9992
|
+
oArgs?: object | object[][]
|
|
9993
|
+
): jQuery.Promise;
|
|
9961
9994
|
/**
|
|
9962
9995
|
* Completely delegates to {@link sap.ushell.services.CrossApplicationNavigation#getPrimaryIntent}, and
|
|
9963
9996
|
* either may be used in place of the other with exactly the same outcome.
|
|
@@ -9965,8 +9998,10 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9965
9998
|
* sap.ushell.services.CrossApplicationNavigation#getPrimaryIntent
|
|
9966
9999
|
*
|
|
9967
10000
|
* @since 1.48.0
|
|
10001
|
+
*
|
|
10002
|
+
* @returns Resolves to an object when a relevant link object exists.
|
|
9968
10003
|
*/
|
|
9969
|
-
getPrimaryIntent():
|
|
10004
|
+
getPrimaryIntent(): jQuery.Promise;
|
|
9970
10005
|
/**
|
|
9971
10006
|
* Completely delegates to {@link sap.ushell.services.CrossApplicationNavigation#hrefForExternal}, and may
|
|
9972
10007
|
* be used in place of the other with exactly the same outcome.
|
|
@@ -9975,8 +10010,10 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9975
10010
|
*
|
|
9976
10011
|
* @since 1.46.0
|
|
9977
10012
|
* @deprecated As of version 1.94. Please use {@link #hrefForExternalAsync} instead.
|
|
10013
|
+
*
|
|
10014
|
+
* @returns A href for the specified parameters as an *external* shell hash.
|
|
9978
10015
|
*/
|
|
9979
|
-
hrefForExternal():
|
|
10016
|
+
hrefForExternal(): string;
|
|
9980
10017
|
/**
|
|
9981
10018
|
* Completely delegates to {@link sap.ushell.services.CrossApplicationNavigation#hrefForExternalAsync},
|
|
9982
10019
|
* and may be used in place of the other with exactly the same outcome.
|
|
@@ -9997,7 +10034,12 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9997
10034
|
*
|
|
9998
10035
|
* @since 1.44.0
|
|
9999
10036
|
*/
|
|
10000
|
-
toExternal(
|
|
10037
|
+
toExternal(
|
|
10038
|
+
/**
|
|
10039
|
+
* An object containing nominal arguments for the method.
|
|
10040
|
+
*/
|
|
10041
|
+
oArgs?: object
|
|
10042
|
+
): void;
|
|
10001
10043
|
/**
|
|
10002
10044
|
* Tracks a navigation to a valid intent if provided via arguments but does not perform the navigation itself.
|
|
10003
10045
|
* If no valid intent was provided tracking will be prevented. The intent has to consist of SemanticObject
|
|
@@ -10664,7 +10706,7 @@ declare module "sap/ushell/services/UserInfo" {
|
|
|
10664
10706
|
/**
|
|
10665
10707
|
* Returns an object representing data about the user.
|
|
10666
10708
|
*
|
|
10667
|
-
* @since 1.
|
|
10709
|
+
* @since 1.115.0
|
|
10668
10710
|
*
|
|
10669
10711
|
* @returns Object providing information about the logged-in user.
|
|
10670
10712
|
*/
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED