@sapui5/ts-types-esm 1.139.0 → 1.141.0
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/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 +0 -1623
- package/types/sap.esh.search.ui.d.ts +384 -1
- package/types/sap.f.d.ts +102 -13
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -5
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +98 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +369 -51
- package/types/sap.fe.navigation.d.ts +13 -15
- 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 +1 -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 +47 -11
- package/types/sap.insights.d.ts +130 -2
- package/types/sap.m.d.ts +722 -282
- 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 +118 -5
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +41 -5
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +5 -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 +16 -1
- package/types/sap.ui.core.d.ts +531 -163
- package/types/sap.ui.dt.d.ts +202 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +8 -13
- 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 +13 -13
- package/types/sap.ui.layout.d.ts +63 -47
- package/types/sap.ui.mdc.d.ts +77 -25
- package/types/sap.ui.richtexteditor.d.ts +309 -9
- 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 +585 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +55 -3
- 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 +438 -6
- 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 +41 -8
- package/types/sap.ushell_abap.d.ts +7 -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.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -1206,6 +1206,17 @@ declare module "sap/ushell/Container" {
|
|
|
1206
1206
|
*/
|
|
1207
1207
|
sParameter?: string
|
|
1208
1208
|
): Promise<ServiceType>;
|
|
1209
|
+
/**
|
|
1210
|
+
* Logs out the current user from all relevant back-end systems, including the logon system itself. This
|
|
1211
|
+
* member represents the default native implementation of logout. If SessionHandler was created, we register
|
|
1212
|
+
* the alternate logout function using registerLogout function.
|
|
1213
|
+
*
|
|
1214
|
+
* @since 1.15.0
|
|
1215
|
+
* @deprecated As of version 1.120.
|
|
1216
|
+
*
|
|
1217
|
+
* @returns Resolves when logout is finished, even when it fails.
|
|
1218
|
+
*/
|
|
1219
|
+
logout(): jQuery.Promise;
|
|
1209
1220
|
/**
|
|
1210
1221
|
* Register the work protection dirty callback function. In the work protect mechanism, each platform can
|
|
1211
1222
|
* register their own method in order to check if data was changed during the session, and notify the container
|
|
@@ -2320,7 +2331,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2320
2331
|
*
|
|
2321
2332
|
* This function is marked for deprecation as of version 1.48.
|
|
2322
2333
|
* It will continue to work as expected as long as one of the following conditions apply:
|
|
2323
|
-
* 1. The control instance is already created and its ID is included in the input parameter oControlProperties
|
|
2334
|
+
* 1. The control instance is already created, and its ID is included in the input parameter oControlProperties
|
|
2324
2335
|
* 2. The control type resource is already loaded
|
|
2325
2336
|
*
|
|
2326
2337
|
* @since 1.42
|
|
@@ -2331,12 +2342,12 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2331
2342
|
setFooterControl(
|
|
2332
2343
|
/**
|
|
2333
2344
|
* The (class) name of the control type to create.
|
|
2334
|
-
* For example
|
|
2345
|
+
* For example, `"sap.m.Bar"`
|
|
2335
2346
|
*/
|
|
2336
2347
|
controlType: string,
|
|
2337
2348
|
/**
|
|
2338
2349
|
* The properties that will be passed to the created control.
|
|
2339
|
-
* For example
|
|
2350
|
+
* For example, `{id: "testBar"}`
|
|
2340
2351
|
*/
|
|
2341
2352
|
oControlProperties: object
|
|
2342
2353
|
): Control;
|
|
@@ -2489,10 +2500,10 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2489
2500
|
aStates: string[]
|
|
2490
2501
|
): void;
|
|
2491
2502
|
/**
|
|
2492
|
-
* Displays FloatingActionButton
|
|
2503
|
+
* Displays FloatingActionButton in the bottom right corner of the Fiori launchpad, in the given launchpad
|
|
2493
2504
|
* states. The FloatingActionButton is rendered in the bottom right corner of the shell.
|
|
2494
2505
|
* (see sap.ushell.renderers.fiori2.Renderer.LaunchpadState).
|
|
2495
|
-
* If no launchpad state is provided the content is displayed in all states.
|
|
2506
|
+
* If no launchpad state is provided, the content is displayed in all states.
|
|
2496
2507
|
*
|
|
2497
2508
|
*
|
|
2498
2509
|
* **Example:**
|
|
@@ -3849,7 +3860,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3849
3860
|
* of the currently running app (but still in scope of the current Fiori launchpad) or to create links to
|
|
3850
3861
|
* such external targets.
|
|
3851
3862
|
*
|
|
3852
|
-
* **Note:** To retrieve a valid instance of this service, it is necessary to call {@link
|
|
3863
|
+
* **Note:** To retrieve a valid instance of this service, it is necessary to call {@link Container#getServiceAsync}.
|
|
3853
3864
|
*
|
|
3854
3865
|
* ```javascript
|
|
3855
3866
|
*
|
|
@@ -6933,7 +6944,7 @@ declare module "sap/ushell/services/Navigation" {
|
|
|
6933
6944
|
* object, the action and an optional part:
|
|
6934
6945
|
* ```javascript
|
|
6935
6946
|
* Intent = "#" semanticObject "-" action ["?" intentParameters "&/" innerAppRoute + "?" + innerAppRouteParameters]```
|
|
6936
|
-
* The intent
|
|
6947
|
+
* The intent comprises of the following parts:
|
|
6937
6948
|
* semanticObject: Semantic object as defined in an app launcher tile. The following characters are allowed:
|
|
6938
6949
|
* uppercase letters [A-Z], lowercase letters [a-z], numbers [0-9]. The first character must be an uppercase
|
|
6939
6950
|
* or lowercase letter. The length of the semantic object is limited to 30 characters.
|
|
@@ -13738,6 +13749,10 @@ declare module "sap/ushell/ui5service/ShellUIService" {
|
|
|
13738
13749
|
/**
|
|
13739
13750
|
* Sets the application screen size to either full width or letterbox.
|
|
13740
13751
|
*
|
|
13752
|
+
* This method sets the application width dynamically. This can cause flickering depending on the current
|
|
13753
|
+
* environment. As an alternative you can set the application width statically using the manifest property
|
|
13754
|
+
* `sap.ui/fullWidth`.
|
|
13755
|
+
*
|
|
13741
13756
|
* @since 1.133.0
|
|
13742
13757
|
*/
|
|
13743
13758
|
setApplicationFullWidth(
|
|
@@ -14115,6 +14130,10 @@ declare namespace sap {
|
|
|
14115
14130
|
|
|
14116
14131
|
"sap/ushell/api/NewExperience": undefined;
|
|
14117
14132
|
|
|
14133
|
+
"sap/ushell/api/performance/Extension": undefined;
|
|
14134
|
+
|
|
14135
|
+
"sap/ushell/api/performance/NavigationSource": undefined;
|
|
14136
|
+
|
|
14118
14137
|
"sap/ushell/api/RTA": undefined;
|
|
14119
14138
|
|
|
14120
14139
|
"sap/ushell/api/S4MyHome": undefined;
|
|
@@ -14137,6 +14156,14 @@ declare namespace sap {
|
|
|
14137
14156
|
|
|
14138
14157
|
"sap/ushell/modules/NavigationMenu": undefined;
|
|
14139
14158
|
|
|
14159
|
+
"sap/ushell/modules/NavigationMenu/ListProvider": undefined;
|
|
14160
|
+
|
|
14161
|
+
"sap/ushell/modules/NavigationMenu/ListProviderAPI": undefined;
|
|
14162
|
+
|
|
14163
|
+
"sap/ushell/modules/NavigationMenu/NavContainer": undefined;
|
|
14164
|
+
|
|
14165
|
+
"sap/ushell/modules/NavigationMenu/NavigationMenuMode": undefined;
|
|
14166
|
+
|
|
14140
14167
|
"sap/ushell/renderer/ShellLayout": undefined;
|
|
14141
14168
|
|
|
14142
14169
|
"sap/ushell/renderers/fiori2/Renderer": undefined;
|
|
@@ -14195,6 +14222,12 @@ declare namespace sap {
|
|
|
14195
14222
|
|
|
14196
14223
|
"sap/ushell/services/Message": undefined;
|
|
14197
14224
|
|
|
14225
|
+
"sap/ushell/services/MessageBroker": undefined;
|
|
14226
|
+
|
|
14227
|
+
"sap/ushell/services/MessageBroker/ClientAlias": undefined;
|
|
14228
|
+
|
|
14229
|
+
"sap/ushell/services/MessageBroker/ClientConnectionMessage": undefined;
|
|
14230
|
+
|
|
14198
14231
|
"sap/ushell/services/Navigation": undefined;
|
|
14199
14232
|
|
|
14200
14233
|
"sap/ushell/services/NavTargetResolution": undefined;
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
5
|
+
"sap/ushell_abap/components/TCodeNavigation": undefined;
|
|
6
|
+
|
|
7
|
+
"sap/ushell_abap/components/TCodeNavigation/MessageCode": undefined;
|
|
8
|
+
|
|
9
|
+
"sap/ushell_abap/components/TCodeNavigation/TCodeNavigationError": undefined;
|
|
10
|
+
|
|
5
11
|
"sap/ushell_abap/library": undefined;
|
|
6
12
|
|
|
7
13
|
"sap/ushell_abap/thirdparty/sap-xhrlib-esm-dbg": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED