@sapui5/ts-types-esm 1.136.3 → 1.138.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 +2 -1
- package/types/sap.apf.d.ts +30 -3
- 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 +315 -65
- package/types/sap.esh.search.ui.d.ts +71 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +3 -0
- 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 +50 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +170 -66
- 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 +4 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1251 -564
- 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 +34 -1
- package/types/sap.suite.ui.commons.d.ts +4 -2
- 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 +103 -16
- 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 +67 -9
- package/types/sap.ui.core.d.ts +72 -69
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +221 -167
- package/types/sap.ui.fl.d.ts +3 -7
- 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 +44 -24
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.136.0-esm-d.ts → sap.ui.mdc.d.ts} +599 -297
- package/types/sap.ui.richtexteditor.d.ts +21 -17
- 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 +9 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +75 -30
- package/types/sap.ui.vk.d.ts +364 -102
- package/types/sap.ui.vtm.d.ts +3 -2
- 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 +58 -44
- 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.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.138.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vtm/library" {
|
|
4
4
|
import Vtm from "sap/ui/vtm/Vtm";
|
|
@@ -11507,7 +11507,8 @@ declare namespace sap {
|
|
|
11507
11507
|
* SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
|
|
11508
11508
|
* 3D objects.
|
|
11509
11509
|
*
|
|
11510
|
-
* @deprecated As of version 1.96.10.
|
|
11510
|
+
* @deprecated As of version 1.96.10. This library must not be used in production code as it will be completely
|
|
11511
|
+
* removed in future releases.
|
|
11511
11512
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
11512
11513
|
* future versions.
|
|
11513
11514
|
*/
|
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.138.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -2950,49 +2950,49 @@ declare module "sap/ushell/services/AppLifeCycle" {
|
|
|
2950
2950
|
/**
|
|
2951
2951
|
* The ABAP transaction code which not always available and therefore can be undefined.
|
|
2952
2952
|
*/
|
|
2953
|
-
"abap.transaction" = "
|
|
2953
|
+
"abap.transaction" = "abap.transaction",
|
|
2954
2954
|
/**
|
|
2955
2955
|
* ID of the framework
|
|
2956
2956
|
*/
|
|
2957
|
-
appFrameworkId = "
|
|
2957
|
+
appFrameworkId = "appFrameworkId",
|
|
2958
2958
|
/**
|
|
2959
2959
|
* Version of the framework
|
|
2960
2960
|
*/
|
|
2961
|
-
appFrameworkVersion = "
|
|
2961
|
+
appFrameworkVersion = "appFrameworkVersion",
|
|
2962
2962
|
/**
|
|
2963
2963
|
* Universal stable logical identifier of the application across the whole content.
|
|
2964
2964
|
*/
|
|
2965
|
-
appId = "
|
|
2965
|
+
appId = "appId",
|
|
2966
2966
|
/**
|
|
2967
2967
|
* Intent that was used to launch the application (including parameters)
|
|
2968
2968
|
*/
|
|
2969
|
-
appIntent = "
|
|
2969
|
+
appIntent = "appIntent",
|
|
2970
2970
|
/**
|
|
2971
2971
|
* The name of an organizational component that handles support incidents.
|
|
2972
2972
|
*/
|
|
2973
|
-
appSupportInfo = "
|
|
2973
|
+
appSupportInfo = "appSupportInfo",
|
|
2974
2974
|
/**
|
|
2975
2975
|
* Version of the app
|
|
2976
2976
|
*/
|
|
2977
|
-
appVersion = "
|
|
2977
|
+
appVersion = "appVersion",
|
|
2978
2978
|
/**
|
|
2979
2979
|
* Current Language (BCP47 format)
|
|
2980
2980
|
*/
|
|
2981
|
-
languageTag = "
|
|
2981
|
+
languageTag = "languageTag",
|
|
2982
2982
|
/**
|
|
2983
2983
|
* A human readable free form text maintained on the platform where FLP runs, and identifying the current
|
|
2984
2984
|
* product.
|
|
2985
2985
|
*/
|
|
2986
|
-
productName = "
|
|
2986
|
+
productName = "productName",
|
|
2987
2987
|
/**
|
|
2988
2988
|
* Identifier of the component that implements the base application.
|
|
2989
2989
|
*/
|
|
2990
|
-
technicalAppComponentId = "
|
|
2990
|
+
technicalAppComponentId = "technicalAppComponentId",
|
|
2991
2991
|
/**
|
|
2992
2992
|
* Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not
|
|
2993
2993
|
* start with sap_)
|
|
2994
2994
|
*/
|
|
2995
|
-
theme = "
|
|
2995
|
+
theme = "theme",
|
|
2996
2996
|
}
|
|
2997
2997
|
/**
|
|
2998
2998
|
* Enumeration of application types.
|
|
@@ -3055,7 +3055,9 @@ declare module "sap/ushell/services/AppLifeCycle" {
|
|
|
3055
3055
|
/**
|
|
3056
3056
|
* provides the values of the given parameters.
|
|
3057
3057
|
*/
|
|
3058
|
-
getInfo: (
|
|
3058
|
+
getInfo: (
|
|
3059
|
+
p1: Array<AppInfoParameterName | keyof typeof AppInfoParameterName>
|
|
3060
|
+
) => Promise<AppInfo>;
|
|
3059
3061
|
};
|
|
3060
3062
|
|
|
3061
3063
|
/**
|
|
@@ -5074,7 +5076,7 @@ declare module "sap/ushell/services/Extension/Item" {
|
|
|
5074
5076
|
*/
|
|
5075
5077
|
destroy(): Promise<any>;
|
|
5076
5078
|
/**
|
|
5077
|
-
*
|
|
5079
|
+
* Hides the item for all applications. Does not change the visibility of the item for the launchpad "home".
|
|
5078
5080
|
*
|
|
5079
5081
|
* @since 1.120.0
|
|
5080
5082
|
*
|
|
@@ -5407,7 +5409,7 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
|
|
|
5407
5409
|
*/
|
|
5408
5410
|
getControl(): Promise<Control>;
|
|
5409
5411
|
/**
|
|
5410
|
-
*
|
|
5412
|
+
* Hides the item for all applications. Does not change the visibility of the item for the launchpad "home".
|
|
5411
5413
|
*
|
|
5412
5414
|
* @since 1.124.0
|
|
5413
5415
|
*
|
|
@@ -5501,7 +5503,7 @@ declare module "sap/ushell/services/FrameBoundExtension/SidePane" {
|
|
|
5501
5503
|
}
|
|
5502
5504
|
): Promise<Item>;
|
|
5503
5505
|
/**
|
|
5504
|
-
*
|
|
5506
|
+
* Hides the side pane for all applications. Does not change the visibility of the side pane for the launchpad
|
|
5505
5507
|
* "home".
|
|
5506
5508
|
*
|
|
5507
5509
|
* @since 1.124.0
|
|
@@ -5510,7 +5512,7 @@ declare module "sap/ushell/services/FrameBoundExtension/SidePane" {
|
|
|
5510
5512
|
*/
|
|
5511
5513
|
hideForAllApps(): this;
|
|
5512
5514
|
/**
|
|
5513
|
-
* Hides the
|
|
5515
|
+
* Hides the side pane for launchpad "home". Does not change the visibility of the side pane within applications.
|
|
5514
5516
|
*
|
|
5515
5517
|
* @since 1.124.0
|
|
5516
5518
|
*
|
|
@@ -5570,7 +5572,7 @@ declare module "sap/ushell/services/FrameBoundExtension/ToolArea" {
|
|
|
5570
5572
|
controlProperties: object
|
|
5571
5573
|
): Promise<Item>;
|
|
5572
5574
|
/**
|
|
5573
|
-
*
|
|
5575
|
+
* Hides the tool area for all applications. Does not change the visibility of the tool area for the launchpad
|
|
5574
5576
|
* "home".
|
|
5575
5577
|
*
|
|
5576
5578
|
* @since 1.124.0
|
|
@@ -7577,19 +7579,6 @@ declare module "sap/ushell/services/NotificationsV2" {
|
|
|
7577
7579
|
*/
|
|
7578
7580
|
callback: Function
|
|
7579
7581
|
): void;
|
|
7580
|
-
/**
|
|
7581
|
-
* Set the number of unseen notifications
|
|
7582
|
-
* e.g. Notifications that the user hasn't seen yet.
|
|
7583
|
-
*
|
|
7584
|
-
*
|
|
7585
|
-
* @returns Promise resolves when the unseen notifications count is set
|
|
7586
|
-
*/
|
|
7587
|
-
setUnseenNotificationsCount(
|
|
7588
|
-
/**
|
|
7589
|
-
* The number of unseen notifications to set
|
|
7590
|
-
*/
|
|
7591
|
-
number: int
|
|
7592
|
-
): Promise<any>;
|
|
7593
7582
|
}
|
|
7594
7583
|
/**
|
|
7595
7584
|
* Type for Action
|
|
@@ -8246,8 +8235,10 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8246
8235
|
*
|
|
8247
8236
|
* @since 1.22.0
|
|
8248
8237
|
* @deprecated As of version 1.31. Support for this function has been discontinued.
|
|
8238
|
+
*
|
|
8239
|
+
* @returns the scope validity.
|
|
8249
8240
|
*/
|
|
8250
|
-
getValidity():
|
|
8241
|
+
getValidity(): int;
|
|
8251
8242
|
/**
|
|
8252
8243
|
* (Re)loads the current container data from the underlying storage asynchronously. The current local data
|
|
8253
8244
|
* is discarded.
|
|
@@ -8276,7 +8267,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8276
8267
|
*/
|
|
8277
8268
|
save(): jQuery.Promise;
|
|
8278
8269
|
/**
|
|
8279
|
-
* Save the current container data at the underlying storage asynchronously at the
|
|
8270
|
+
* Save the current container data at the underlying storage asynchronously at the earliest nDelayInMilliseconds
|
|
8280
8271
|
* seconds before. The current state is serialized.
|
|
8281
8272
|
*
|
|
8282
8273
|
* @since 1.22.0
|
|
@@ -8285,7 +8276,12 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8285
8276
|
*
|
|
8286
8277
|
* The operation may wait for completion of another pending operation.
|
|
8287
8278
|
*/
|
|
8288
|
-
saveDeferred(
|
|
8279
|
+
saveDeferred(
|
|
8280
|
+
/**
|
|
8281
|
+
* the delay in milliseconds.
|
|
8282
|
+
*/
|
|
8283
|
+
nDelayInMilliseconds: int
|
|
8284
|
+
): jQuery.Promise;
|
|
8289
8285
|
/**
|
|
8290
8286
|
* Sets the value of a direct item in the container. In case the item is already existing its value is overwritten.
|
|
8291
8287
|
* In case it is not existing a new item with this key and value is created. The value is serialized during
|
|
@@ -8301,7 +8297,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8301
8297
|
/**
|
|
8302
8298
|
* item value (JSON object)
|
|
8303
8299
|
*/
|
|
8304
|
-
|
|
8300
|
+
oItemValue: object
|
|
8305
8301
|
): void;
|
|
8306
8302
|
}
|
|
8307
8303
|
}
|
|
@@ -8359,13 +8355,15 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8359
8355
|
* Deletes an item from this variant. In case the item does not exist, nothing happens.
|
|
8360
8356
|
*
|
|
8361
8357
|
* @since 1.18.0
|
|
8358
|
+
*
|
|
8359
|
+
* @returns whether the key was removed.
|
|
8362
8360
|
*/
|
|
8363
8361
|
delItem(
|
|
8364
8362
|
/**
|
|
8365
8363
|
* item key
|
|
8366
8364
|
*/
|
|
8367
8365
|
sItemKey: string
|
|
8368
|
-
):
|
|
8366
|
+
): boolean;
|
|
8369
8367
|
/**
|
|
8370
8368
|
* Returns an array with the keys of all items in this variant.
|
|
8371
8369
|
*
|
|
@@ -8408,6 +8406,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8408
8406
|
* Sets the value for an item in this variant.
|
|
8409
8407
|
*
|
|
8410
8408
|
* @since 1.18.0
|
|
8409
|
+
*
|
|
8410
|
+
* @returns the old value.
|
|
8411
8411
|
*/
|
|
8412
8412
|
setItemValue(
|
|
8413
8413
|
/**
|
|
@@ -8415,10 +8415,10 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8415
8415
|
*/
|
|
8416
8416
|
sItemKey: string,
|
|
8417
8417
|
/**
|
|
8418
|
-
* value (JSON object)
|
|
8418
|
+
* item value (JSON object)
|
|
8419
8419
|
*/
|
|
8420
|
-
|
|
8421
|
-
):
|
|
8420
|
+
oItemValue: object
|
|
8421
|
+
): any;
|
|
8422
8422
|
}
|
|
8423
8423
|
}
|
|
8424
8424
|
|
|
@@ -8439,6 +8439,20 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8439
8439
|
*/
|
|
8440
8440
|
protected constructor();
|
|
8441
8441
|
|
|
8442
|
+
/**
|
|
8443
|
+
* Creates a new variant in the variant set. sap.ushell.services.Personalization.PersonalizationContainerVariantSet#addVariant
|
|
8444
|
+
* In case a variant with this name is already existing an exception is thrown.
|
|
8445
|
+
*
|
|
8446
|
+
* @since 1.18.0
|
|
8447
|
+
*
|
|
8448
|
+
* @returns {@link sap.ushell.services.Personalization.PersonalizationContainerVariant}
|
|
8449
|
+
*/
|
|
8450
|
+
addVariant(
|
|
8451
|
+
/**
|
|
8452
|
+
* variant set name
|
|
8453
|
+
*/
|
|
8454
|
+
sVariantName: string
|
|
8455
|
+
): object;
|
|
8442
8456
|
/**
|
|
8443
8457
|
* Checks if a specific variant is contained in the variant set.
|
|
8444
8458
|
*
|
|
@@ -8674,9 +8688,9 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8674
8688
|
*/
|
|
8675
8689
|
sItemKey: string,
|
|
8676
8690
|
/**
|
|
8677
|
-
* value (JSON object)
|
|
8691
|
+
* item value (JSON object)
|
|
8678
8692
|
*/
|
|
8679
|
-
|
|
8693
|
+
oItemValue: object
|
|
8680
8694
|
): void;
|
|
8681
8695
|
/**
|
|
8682
8696
|
* Sets the name of the variant.
|
|
@@ -8725,9 +8739,9 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8725
8739
|
*/
|
|
8726
8740
|
addVariant(
|
|
8727
8741
|
/**
|
|
8728
|
-
* variant set name
|
|
8742
|
+
* variant set name.
|
|
8729
8743
|
*/
|
|
8730
|
-
|
|
8744
|
+
sVariantName: string
|
|
8731
8745
|
): object;
|
|
8732
8746
|
/**
|
|
8733
8747
|
* Checks if a specific variant is contained in the variant set.
|
|
@@ -9759,7 +9773,7 @@ declare module "sap/ushell/services/ShellNavigation" {
|
|
|
9759
9773
|
* Shell.onHashChange(shellHash,appHash) { / *resolve url, load app and exchange root view* / }
|
|
9760
9774
|
* Shell.init() {
|
|
9761
9775
|
* this.privShellNavigator = new ShellNavigation();
|
|
9762
|
-
* this.privShellNavigator.init(
|
|
9776
|
+
* this.privShellNavigator.init(this.doHashChange.bind(this));
|
|
9763
9777
|
* }
|
|
9764
9778
|
* });
|
|
9765
9779
|
* ```
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED