@sapui5/ts-types-esm 1.132.0 → 1.133.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 +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- 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 +16 -9
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +1946 -1117
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.core.d.ts +693 -718
- 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 +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.mdc.d.ts +167 -142
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -10,7 +10,7 @@ declare module "sap/ushell/library" {
|
|
|
10
10
|
/**
|
|
11
11
|
* A group of the classic homepage
|
|
12
12
|
*
|
|
13
|
-
* @deprecated
|
|
13
|
+
* @deprecated As of version 1.120.
|
|
14
14
|
*/
|
|
15
15
|
HomepageGroup = "HomepageGroup",
|
|
16
16
|
/**
|
|
@@ -44,7 +44,7 @@ declare module "sap/ushell/library" {
|
|
|
44
44
|
*
|
|
45
45
|
* This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'ui.launchpad.ViewPortState'.
|
|
46
46
|
*
|
|
47
|
-
* @deprecated
|
|
47
|
+
* @deprecated As of version 1.120.0. The ViewPortState is related to Fiori2 and not used anymore.
|
|
48
48
|
*/
|
|
49
49
|
enum ViewPortState {
|
|
50
50
|
/**
|
|
@@ -96,7 +96,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
|
96
96
|
/**
|
|
97
97
|
* Tile control embedding an image and allowing custom sizing
|
|
98
98
|
*
|
|
99
|
-
* @deprecated
|
|
99
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead.
|
|
100
100
|
*
|
|
101
101
|
* PictureTile is used in PictureViewer control and is not meant to be consumed outside of PictureViewer
|
|
102
102
|
* usage. PictureViewer was replacing the sap.m.Carousel as it wasn't supporting some versions of MS Internet
|
|
@@ -315,7 +315,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
|
315
315
|
/**
|
|
316
316
|
* Describes the settings that can be provided to the PictureTile constructor.
|
|
317
317
|
*
|
|
318
|
-
* @deprecated
|
|
318
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead.
|
|
319
319
|
*
|
|
320
320
|
* PictureTile is used in PictureViewer control and is not meant to be consumed outside of PictureViewer
|
|
321
321
|
* usage. PictureViewer was replacing the sap.m.Carousel as it wasn't supporting some versions of MS Internet
|
|
@@ -366,9 +366,9 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
366
366
|
/**
|
|
367
367
|
* Picture viewer control relying on the TileContainer control
|
|
368
368
|
*
|
|
369
|
-
* @deprecated
|
|
370
|
-
* Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is
|
|
371
|
-
* functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
369
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead. PictureViewer was replacing
|
|
370
|
+
* the Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is
|
|
371
|
+
* fully functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
372
372
|
*/
|
|
373
373
|
export default class PictureViewer extends TileContainer {
|
|
374
374
|
/**
|
|
@@ -436,7 +436,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
436
436
|
/**
|
|
437
437
|
* Adds some item `oItem` to the aggregation named `items`. Deprecated, use aggregation "tiles".
|
|
438
438
|
*
|
|
439
|
-
* @deprecated
|
|
439
|
+
* @deprecated As of version 1.18.
|
|
440
440
|
*
|
|
441
441
|
* @returns `this` to allow method chaining
|
|
442
442
|
*/
|
|
@@ -595,7 +595,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
595
595
|
* is actually created with its own ID and added to the internal TileContainer. Deprecated, use aggregation
|
|
596
596
|
* "tiles".
|
|
597
597
|
*
|
|
598
|
-
* @deprecated
|
|
598
|
+
* @deprecated As of version 1.18.
|
|
599
599
|
*
|
|
600
600
|
* @returns `this` to allow method chaining
|
|
601
601
|
*/
|
|
@@ -685,9 +685,9 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
685
685
|
/**
|
|
686
686
|
* Describes the settings that can be provided to the PictureViewer constructor.
|
|
687
687
|
*
|
|
688
|
-
* @deprecated
|
|
689
|
-
* Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is
|
|
690
|
-
* functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
688
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead. PictureViewer was replacing
|
|
689
|
+
* the Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is
|
|
690
|
+
* fully functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
691
691
|
*/
|
|
692
692
|
export interface $PictureViewerSettings extends $TileContainerSettings {
|
|
693
693
|
/**
|
|
@@ -733,10 +733,10 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewerItem" {
|
|
|
733
733
|
/**
|
|
734
734
|
* Picture viewer control relying on the TileContainer control
|
|
735
735
|
*
|
|
736
|
-
* @deprecated
|
|
737
|
-
* control and is not meant to be consumed outside of PictureViewer usage. PictureViewer
|
|
738
|
-
* Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel
|
|
739
|
-
* functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
736
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead. PictureViewerItem is used
|
|
737
|
+
* in PictureViewer control and is not meant to be consumed outside of PictureViewer usage. PictureViewer
|
|
738
|
+
* was replacing the Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel
|
|
739
|
+
* is fully functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
740
740
|
*/
|
|
741
741
|
export default class PictureViewerItem extends Control {
|
|
742
742
|
/**
|
|
@@ -849,10 +849,10 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewerItem" {
|
|
|
849
849
|
/**
|
|
850
850
|
* Describes the settings that can be provided to the PictureViewerItem constructor.
|
|
851
851
|
*
|
|
852
|
-
* @deprecated
|
|
853
|
-
* control and is not meant to be consumed outside of PictureViewer usage. PictureViewer
|
|
854
|
-
* Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel
|
|
855
|
-
* functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
852
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead. PictureViewerItem is used
|
|
853
|
+
* in PictureViewer control and is not meant to be consumed outside of PictureViewer usage. PictureViewer
|
|
854
|
+
* was replacing the Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel
|
|
855
|
+
* is fully functional, please use sap.m.Carousel instead. This control will not be supported anymore.
|
|
856
856
|
*/
|
|
857
857
|
export interface $PictureViewerItemSettings extends $ControlSettings {
|
|
858
858
|
src?: string | PropertyBindingInfo;
|
|
@@ -923,7 +923,7 @@ declare module "sap/ushell/Container" {
|
|
|
923
923
|
* Attaches a listener to the rendererCreated event.
|
|
924
924
|
*
|
|
925
925
|
* @since 1.34.1
|
|
926
|
-
* @deprecated
|
|
926
|
+
* @deprecated As of version 1.120.
|
|
927
927
|
*/
|
|
928
928
|
attachRendererCreatedEvent(
|
|
929
929
|
/**
|
|
@@ -943,7 +943,7 @@ declare module "sap/ushell/Container" {
|
|
|
943
943
|
* sap.ushell.Container#setLogonFrameProvider
|
|
944
944
|
*
|
|
945
945
|
* @since 1.21.2
|
|
946
|
-
* @deprecated
|
|
946
|
+
* @deprecated As of version 1.120.
|
|
947
947
|
*/
|
|
948
948
|
cancelLogon(): void;
|
|
949
949
|
/**
|
|
@@ -965,7 +965,7 @@ declare module "sap/ushell/Container" {
|
|
|
965
965
|
* the renderer to use 100% height.
|
|
966
966
|
*
|
|
967
967
|
* @since 1.15.0
|
|
968
|
-
* @deprecated
|
|
968
|
+
* @deprecated As of version 1.120.0.
|
|
969
969
|
*
|
|
970
970
|
* @returns the renderer or Promise (in asynchronous mode)
|
|
971
971
|
*/
|
|
@@ -1011,7 +1011,7 @@ declare module "sap/ushell/Container" {
|
|
|
1011
1011
|
* Detaches a listener from the rendererCreated event.
|
|
1012
1012
|
*
|
|
1013
1013
|
* @since 1.34.1
|
|
1014
|
-
* @deprecated
|
|
1014
|
+
* @deprecated As of version 1.120.
|
|
1015
1015
|
*/
|
|
1016
1016
|
detachRendererCreatedEvent(
|
|
1017
1017
|
/**
|
|
@@ -1027,7 +1027,7 @@ declare module "sap/ushell/Container" {
|
|
|
1027
1027
|
* provider methods are ignored and the function simply returns 'true'.
|
|
1028
1028
|
*
|
|
1029
1029
|
* @since 1.27.0
|
|
1030
|
-
* @deprecated
|
|
1030
|
+
* @deprecated As of version 1.120.
|
|
1031
1031
|
*
|
|
1032
1032
|
* @returns The value of the dirty flag or the determined dirty state returned by the dirty state providers.
|
|
1033
1033
|
*/
|
|
@@ -1038,7 +1038,7 @@ declare module "sap/ushell/Container" {
|
|
|
1038
1038
|
* All open UShell browser windows for the same origin are asked about their global dirty state.
|
|
1039
1039
|
*
|
|
1040
1040
|
* @since 1.21.1
|
|
1041
|
-
* @deprecated
|
|
1041
|
+
* @deprecated As of version 1.120.
|
|
1042
1042
|
*
|
|
1043
1043
|
* @returns Resolves the dirty state (see {@link sap.ushell.Container.DirtyState}).
|
|
1044
1044
|
*/
|
|
@@ -1047,7 +1047,7 @@ declare module "sap/ushell/Container" {
|
|
|
1047
1047
|
* Gets a renderer instance for the given renderer name, that was created by the createRenderer method.
|
|
1048
1048
|
*
|
|
1049
1049
|
* @since 1.30.0
|
|
1050
|
-
* @deprecated
|
|
1050
|
+
* @deprecated As of version 1.120. Use {@link sap.ushell.services.Extension} for shell extensions instead.
|
|
1051
1051
|
*
|
|
1052
1052
|
* @returns the renderer with the specified name; the returned object is either a control (i.e. extend `sap.ui.core.Control`)
|
|
1053
1053
|
* or a UI component (i.e. extend `sap.ui.core.UIComponent`), i.e. this method unwraps the renderer component
|
|
@@ -1118,7 +1118,7 @@ declare module "sap/ushell/Container" {
|
|
|
1118
1118
|
* sap.ushell.services.ContainerInterface
|
|
1119
1119
|
*
|
|
1120
1120
|
* @since 1.15.0
|
|
1121
|
-
* @deprecated
|
|
1121
|
+
* @deprecated As of version 1.77. Please use {@link #getServiceAsync} instead.
|
|
1122
1122
|
*
|
|
1123
1123
|
* @returns the service or, in asynchronous mode, a Promise that returns the service
|
|
1124
1124
|
*/
|
|
@@ -1284,7 +1284,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1284
1284
|
* by the Unified Shell's container only, others MUST call {@link sap.ushell.Container#getRenderer}.
|
|
1285
1285
|
*
|
|
1286
1286
|
* @since 1.15.0
|
|
1287
|
-
* @deprecated
|
|
1287
|
+
* @deprecated As of version 1.120.0. Please use {@link sap.ushell.services.Extension} instead.
|
|
1288
1288
|
*/
|
|
1289
1289
|
export default class Renderer extends UIComponent {
|
|
1290
1290
|
/**
|
|
@@ -1324,7 +1324,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1324
1324
|
* If no launchpad state is provided, the content is added in all states.
|
|
1325
1325
|
*
|
|
1326
1326
|
* @since 1.30
|
|
1327
|
-
* @deprecated
|
|
1327
|
+
* @deprecated As of version 1.48. Please use {@link #addUserAction} instead.
|
|
1328
1328
|
*
|
|
1329
1329
|
* @returns oItem - the created control
|
|
1330
1330
|
*/
|
|
@@ -1359,7 +1359,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1359
1359
|
* The EndUserFeedback dialog is opened via the user actions menu in the Fiori Launchpad shell header.
|
|
1360
1360
|
*
|
|
1361
1361
|
* @since 1.30
|
|
1362
|
-
* @deprecated
|
|
1362
|
+
* @deprecated As of version 1.93.
|
|
1363
1363
|
*/
|
|
1364
1364
|
addEndUserFeedbackCustomUI(
|
|
1365
1365
|
/**
|
|
@@ -1392,7 +1392,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1392
1392
|
* If no launchpad state is provided the content is added in all states.
|
|
1393
1393
|
*
|
|
1394
1394
|
* @since 1.30
|
|
1395
|
-
* @deprecated
|
|
1395
|
+
* @deprecated As of version 1.48. Please use {@link #addFloatingButton} instead.
|
|
1396
1396
|
*
|
|
1397
1397
|
* @returns oItem - the created control
|
|
1398
1398
|
*/
|
|
@@ -1436,7 +1436,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1436
1436
|
* If no launchpad state is provided the content is added in all states.
|
|
1437
1437
|
*
|
|
1438
1438
|
* @since 1.48
|
|
1439
|
-
* @deprecated
|
|
1439
|
+
* @deprecated As of version 1.52.
|
|
1440
1440
|
*
|
|
1441
1441
|
* @returns Resolves with the newly created control
|
|
1442
1442
|
*/
|
|
@@ -1675,7 +1675,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1675
1675
|
* If no launchpad state is provided the content is added in all states.
|
|
1676
1676
|
*
|
|
1677
1677
|
* @since 1.30
|
|
1678
|
-
* @deprecated
|
|
1678
|
+
* @deprecated As of version 1.48. Please use {@link #addSidePaneContent} instead.
|
|
1679
1679
|
*
|
|
1680
1680
|
* @returns oItem - the created control
|
|
1681
1681
|
*/
|
|
@@ -1849,7 +1849,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1849
1849
|
* LaunchpadState
|
|
1850
1850
|
*
|
|
1851
1851
|
* @since 1.30
|
|
1852
|
-
* @deprecated
|
|
1852
|
+
* @deprecated As of version 1.48. Please use {@link #addShellSubHeader} instead.
|
|
1853
1853
|
*
|
|
1854
1854
|
* @returns The created control
|
|
1855
1855
|
*/
|
|
@@ -2064,7 +2064,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2064
2064
|
* This method returns the current state of the Viewport Container control.
|
|
2065
2065
|
*
|
|
2066
2066
|
* @since 1.37
|
|
2067
|
-
* @deprecated
|
|
2067
|
+
* @deprecated As of version 1.120.0. This functionality was discontinued
|
|
2068
2068
|
*
|
|
2069
2069
|
* @returns The current Viewport State.
|
|
2070
2070
|
*/
|
|
@@ -2107,7 +2107,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2107
2107
|
* If no launchpad state is provided the content is removed in all states.
|
|
2108
2108
|
*
|
|
2109
2109
|
* @since 1.30
|
|
2110
|
-
* @deprecated
|
|
2110
|
+
* @deprecated As of version 1.52.
|
|
2111
2111
|
*/
|
|
2112
2112
|
hideFloatingActionButton(
|
|
2113
2113
|
/**
|
|
@@ -2291,7 +2291,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2291
2291
|
*
|
|
2292
2292
|
*
|
|
2293
2293
|
* @since 1.30
|
|
2294
|
-
* @deprecated
|
|
2294
|
+
* @deprecated As of version 1.120.0. Please use {@link #setShellFooter} instead.
|
|
2295
2295
|
*/
|
|
2296
2296
|
setFooter(
|
|
2297
2297
|
/**
|
|
@@ -2323,7 +2323,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2323
2323
|
* 2. The control type resource is already loaded
|
|
2324
2324
|
*
|
|
2325
2325
|
* @since 1.42
|
|
2326
|
-
* @deprecated
|
|
2326
|
+
* @deprecated As of version 1.48. Please use {@link #setShellFooter} instead.
|
|
2327
2327
|
*
|
|
2328
2328
|
* @returns The created control
|
|
2329
2329
|
*/
|
|
@@ -2343,7 +2343,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2343
2343
|
* Sets the title in the Fiori Launchpad shell header.
|
|
2344
2344
|
*
|
|
2345
2345
|
* @since 1.30
|
|
2346
|
-
* @deprecated
|
|
2346
|
+
* @deprecated As of version 1.120.0. Please use {@link sap.ushell.ui5service.ShellUIService#getTitle} instead.
|
|
2347
2347
|
*/
|
|
2348
2348
|
setHeaderTitle(
|
|
2349
2349
|
/**
|
|
@@ -2365,7 +2365,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2365
2365
|
* LaunchpadState
|
|
2366
2366
|
*
|
|
2367
2367
|
* @since 1.38
|
|
2368
|
-
* @deprecated
|
|
2368
|
+
* @deprecated As of version 1.120.0. This functionality was discontinued
|
|
2369
2369
|
*/
|
|
2370
2370
|
setHeaderVisibility(
|
|
2371
2371
|
/**
|
|
@@ -2503,7 +2503,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2503
2503
|
*
|
|
2504
2504
|
*
|
|
2505
2505
|
* @since 1.30
|
|
2506
|
-
* @deprecated
|
|
2506
|
+
* @deprecated As of version 1.52. Support for the FloatingActionButton has been discontinued.
|
|
2507
2507
|
*/
|
|
2508
2508
|
showFloatingActionButton(
|
|
2509
2509
|
/**
|
|
@@ -2691,7 +2691,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2691
2691
|
/**
|
|
2692
2692
|
* Describes the settings that can be provided to the Renderer constructor.
|
|
2693
2693
|
*
|
|
2694
|
-
* @deprecated
|
|
2694
|
+
* @deprecated As of version 1.120.0. Please use {@link sap.ushell.services.Extension} instead.
|
|
2695
2695
|
*/
|
|
2696
2696
|
export interface $RendererSettings extends $UIComponentSettings {}
|
|
2697
2697
|
}
|
|
@@ -2714,7 +2714,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2714
2714
|
* should be specified, otherwise the entry will be updated with a new timestamp Only applications of type
|
|
2715
2715
|
* Search and Co-Pilot can set their icon.
|
|
2716
2716
|
*
|
|
2717
|
-
* @deprecated
|
|
2717
|
+
* @deprecated As of version 1.120. without replacement.
|
|
2718
2718
|
*
|
|
2719
2719
|
* @returns Resolves the updated list of user recents.
|
|
2720
2720
|
*/
|
|
@@ -2729,7 +2729,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2729
2729
|
* application settings buttons with the new buttons. It is meant to be used by applications that want to
|
|
2730
2730
|
* add their own settings button to the shell header.
|
|
2731
2731
|
*
|
|
2732
|
-
* @deprecated
|
|
2732
|
+
* @deprecated As of version 1.120. Use {@link sap.ushell.services.Extension#addUserAction} instead.
|
|
2733
2733
|
*/
|
|
2734
2734
|
addApplicationSettingsButtons(
|
|
2735
2735
|
/**
|
|
@@ -2740,7 +2740,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2740
2740
|
/**
|
|
2741
2741
|
* Sets the application screen size to full width
|
|
2742
2742
|
*
|
|
2743
|
-
* @deprecated
|
|
2743
|
+
* @deprecated As of version 1.120.0. Use {@link sap.ushell.ui5service.ShellUIService#setApplicationFullWidth }
|
|
2744
2744
|
* instead.
|
|
2745
2745
|
*/
|
|
2746
2746
|
setApplicationFullWidth(
|
|
@@ -2752,7 +2752,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2752
2752
|
/**
|
|
2753
2753
|
* Sets the icons of the browser.
|
|
2754
2754
|
*
|
|
2755
|
-
* @deprecated
|
|
2755
|
+
* @deprecated As of version 1.120.0. Use {@link sap.ui.util.Mobile#setIcons} instead.
|
|
2756
2756
|
*/
|
|
2757
2757
|
setIcons(
|
|
2758
2758
|
/**
|
|
@@ -3096,7 +3096,7 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3096
3096
|
*
|
|
3097
3097
|
*
|
|
3098
3098
|
* @since 1.15.0
|
|
3099
|
-
* @deprecated
|
|
3099
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.BookmarkV2} instead.
|
|
3100
3100
|
*/
|
|
3101
3101
|
export default class Bookmark extends sap.ushell.services.Service {
|
|
3102
3102
|
/**
|
|
@@ -3110,7 +3110,7 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3110
3110
|
* sap.ushell.services.URLParsing#getShellHash
|
|
3111
3111
|
*
|
|
3112
3112
|
* @since 1.15.0
|
|
3113
|
-
* @deprecated
|
|
3113
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.BookmarkV2#addBookmark} instead.
|
|
3114
3114
|
*
|
|
3115
3115
|
* @returns Resolves on success, but rejects with a reason-message on failure to add the bookmark to the
|
|
3116
3116
|
* specified or implied group. The promise gets resolved if personalization is disabled.
|
|
@@ -3220,7 +3220,7 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3220
3220
|
* HANA catalog unless data to look up a remote catalog is provided.
|
|
3221
3221
|
*
|
|
3222
3222
|
* @since 1.21.2
|
|
3223
|
-
* @deprecated
|
|
3223
|
+
* @deprecated As of version 1.112. Please use {@link sap.ushell.services.BookmarkV2#addBookmark} instead.
|
|
3224
3224
|
*
|
|
3225
3225
|
* @returns Resolves if successful. In case of failure, an error message is passed. In launchpad spaces
|
|
3226
3226
|
* mode the promise gets rejected.
|
|
@@ -3256,7 +3256,7 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3256
3256
|
* #addBookmark
|
|
3257
3257
|
*
|
|
3258
3258
|
* @since 1.17.1
|
|
3259
|
-
* @deprecated
|
|
3259
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.BookmarkV2#countBookmarks} instead.
|
|
3260
3260
|
*
|
|
3261
3261
|
* @returns Resolves the count of existing bookmarks is provided (which might be zero). In case of failure,
|
|
3262
3262
|
* an error message is passed.
|
|
@@ -3278,7 +3278,7 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3278
3278
|
* #countBookmarks
|
|
3279
3279
|
*
|
|
3280
3280
|
* @since 1.17.1
|
|
3281
|
-
* @deprecated
|
|
3281
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.BookmarkV2#deleteBookmarks} instead.
|
|
3282
3282
|
*
|
|
3283
3283
|
* @returns Resolves the number of deleted bookmarks is provided (which might be zero). In case of failure,
|
|
3284
3284
|
* an error message is passed.
|
|
@@ -3310,7 +3310,7 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3310
3310
|
* - children: Specifies sub-nodes
|
|
3311
3311
|
*
|
|
3312
3312
|
* @since 1.81
|
|
3313
|
-
* @deprecated
|
|
3313
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.BookmarkV2#getContentNodes} instead.
|
|
3314
3314
|
*
|
|
3315
3315
|
* @returns Promise resolving the currently available content nodes.
|
|
3316
3316
|
*/
|
|
@@ -3324,7 +3324,7 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3324
3324
|
* #deleteBookmarks
|
|
3325
3325
|
*
|
|
3326
3326
|
* @since 1.17.1
|
|
3327
|
-
* @deprecated
|
|
3327
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.BookmarkV2#updateBookmarks} instead.
|
|
3328
3328
|
*
|
|
3329
3329
|
* @returns Resolves the number of updated bookmarks is provided (which might be zero). In case of failure,
|
|
3330
3330
|
* an error message is passed.
|
|
@@ -3895,7 +3895,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3895
3895
|
* The same restrictions apply for the Application state.
|
|
3896
3896
|
*
|
|
3897
3897
|
* @since 1.15.0
|
|
3898
|
-
* @deprecated
|
|
3898
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation} instead
|
|
3899
3899
|
*/
|
|
3900
3900
|
export default class CrossApplicationNavigation extends sap.ushell.services
|
|
3901
3901
|
.Service {
|
|
@@ -4218,7 +4218,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4218
4218
|
* form factor of the current device.
|
|
4219
4219
|
*
|
|
4220
4220
|
* @since 1.19.0
|
|
4221
|
-
* @deprecated
|
|
4221
|
+
* @deprecated As of version 1.38. Please use {@link #getLinks} instead.
|
|
4222
4222
|
*
|
|
4223
4223
|
* @returns Resolves with an array of link objects containing (at least) the following properties:
|
|
4224
4224
|
* ```javascript
|
|
@@ -4293,7 +4293,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4293
4293
|
* hash
|
|
4294
4294
|
*
|
|
4295
4295
|
* @since 1.15.0
|
|
4296
|
-
* @deprecated
|
|
4296
|
+
* @deprecated As of version 1.94. Please use {@link #hrefForAppSpecificHashAsync} instead.
|
|
4297
4297
|
*
|
|
4298
4298
|
* @returns A string which can be put into the link tag, containing the current shell navigation target
|
|
4299
4299
|
* and the specified application specific hash suffix
|
|
@@ -4330,7 +4330,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4330
4330
|
* segment must not be used as `shellHash` in the target definition of {@link sap.ushell.services.CrossApplicationNavigation#toExternal}
|
|
4331
4331
|
*
|
|
4332
4332
|
* @since 1.15.0
|
|
4333
|
-
* @deprecated
|
|
4333
|
+
* @deprecated As of version 1.98. Please use {@link #hrefForExternalAsync} instead.
|
|
4334
4334
|
*
|
|
4335
4335
|
* @returns the href for the specified parameters as an external shell hash; always starting with a hash
|
|
4336
4336
|
* character; all parameters and parameter names are URL-encoded (via encodeURIComponent) and the complete
|
|
@@ -4415,7 +4415,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4415
4415
|
* segment must not be used as `shellHash` in the target definition of {@link sap.ushell.services.CrossApplicationNavigation#toExternal}
|
|
4416
4416
|
*
|
|
4417
4417
|
* @since 1.15.0
|
|
4418
|
-
* @deprecated
|
|
4418
|
+
* @deprecated As of version 1.98. Please use {@link #hrefForExternalAsync} instead.
|
|
4419
4419
|
*
|
|
4420
4420
|
* @returns the href for the specified parameters as an external shell hash; always starting with a hash
|
|
4421
4421
|
* character; all parameters and parameter names are URL-encoded (via encodeURIComponent) and the complete
|
|
@@ -4586,7 +4586,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4586
4586
|
* is, without a navigation from another app or FLP home.
|
|
4587
4587
|
*
|
|
4588
4588
|
* @since 1.36.0
|
|
4589
|
-
* @deprecated
|
|
4589
|
+
* @deprecated As of version 1.94. Please use {@link #isInitialNavigationAsync} instead.
|
|
4590
4590
|
*
|
|
4591
4591
|
* @returns Whether the initial navigation occurred.
|
|
4592
4592
|
*/
|
|
@@ -4607,8 +4607,8 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4607
4607
|
* in internal format and expanded.
|
|
4608
4608
|
*
|
|
4609
4609
|
* @since 1.19.1
|
|
4610
|
-
* @deprecated
|
|
4611
|
-
* different response format.
|
|
4610
|
+
* @deprecated As of version 1.31. Please use {@link #isNavigationSupported} instead. Note that this has
|
|
4611
|
+
* a slightly different response format.
|
|
4612
4612
|
*
|
|
4613
4613
|
* @returns Resolves with a map containing the intents from `aIntents` as keys. The map values are objects
|
|
4614
4614
|
* with a property `supported` of type `boolean`.
|
|
@@ -4915,7 +4915,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
4915
4915
|
*
|
|
4916
4916
|
*
|
|
4917
4917
|
* @since 1.25.1
|
|
4918
|
-
* @deprecated
|
|
4918
|
+
* @deprecated As of version 1.93.
|
|
4919
4919
|
*/
|
|
4920
4920
|
export default class EndUserFeedback extends sap.ushell.services.Service {
|
|
4921
4921
|
/**
|
|
@@ -4925,7 +4925,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
4925
4925
|
|
|
4926
4926
|
/**
|
|
4927
4927
|
* @since 1.25.1
|
|
4928
|
-
* @deprecated
|
|
4928
|
+
* @deprecated As of version 1.93.
|
|
4929
4929
|
*
|
|
4930
4930
|
* @returns Empty string
|
|
4931
4931
|
*/
|
|
@@ -4934,7 +4934,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
4934
4934
|
* The service is deprecated. The function always returns a negative answer.
|
|
4935
4935
|
*
|
|
4936
4936
|
* @since 1.25.1
|
|
4937
|
-
* @deprecated
|
|
4937
|
+
* @deprecated As of version 1.93.
|
|
4938
4938
|
*
|
|
4939
4939
|
* @returns Rejected promise.
|
|
4940
4940
|
*/
|
|
@@ -4943,7 +4943,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
4943
4943
|
* Sends a feedback.
|
|
4944
4944
|
*
|
|
4945
4945
|
* @since 1.25.1
|
|
4946
|
-
* @deprecated
|
|
4946
|
+
* @deprecated As of version 1.93.
|
|
4947
4947
|
*
|
|
4948
4948
|
* @returns Empty promise
|
|
4949
4949
|
*/
|
|
@@ -5619,7 +5619,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5619
5619
|
* with the field "contentProvider".
|
|
5620
5620
|
*
|
|
5621
5621
|
* @since 1.15.0
|
|
5622
|
-
* @deprecated
|
|
5622
|
+
* @deprecated As of version 1.99. This service has been deprecated as it only works for the classic homepage.
|
|
5623
5623
|
*/
|
|
5624
5624
|
export default class LaunchPage extends sap.ushell.services.Service {
|
|
5625
5625
|
/**
|
|
@@ -5924,7 +5924,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5924
5924
|
/**
|
|
5925
5925
|
* Returns the UI5 view or control of a catalog tile
|
|
5926
5926
|
*
|
|
5927
|
-
* @deprecated
|
|
5927
|
+
* @deprecated As of version 1.48. Please use {@link #getCatalogTileViewControl} instead.
|
|
5928
5928
|
*
|
|
5929
5929
|
* @returns UI5 view or control
|
|
5930
5930
|
*/
|
|
@@ -5989,7 +5989,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5989
5989
|
* Returns the groups of the user. The order of the array is the order in which the groups will be displayed
|
|
5990
5990
|
* to the user.
|
|
5991
5991
|
*
|
|
5992
|
-
* @deprecated
|
|
5992
|
+
* @deprecated As of version 1.99. Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}
|
|
5993
5993
|
*
|
|
5994
5994
|
* @returns A promise that resolves to the list of groups
|
|
5995
5995
|
*/
|
|
@@ -6252,8 +6252,8 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6252
6252
|
* Tile actions should be returned immediately without any additional server access in order to avoid delays
|
|
6253
6253
|
* in rendering the action list in the browser.
|
|
6254
6254
|
*
|
|
6255
|
-
* @deprecated
|
|
6256
|
-
* with spaces and pages.
|
|
6255
|
+
* @deprecated As of version 1.99. This feature has been deprecated with the classic homepage. There is
|
|
6256
|
+
* no alternative with spaces and pages.
|
|
6257
6257
|
*/
|
|
6258
6258
|
registerTileActionsProvider(
|
|
6259
6259
|
/**
|
|
@@ -6382,7 +6382,7 @@ declare module "sap/ushell/services/Message" {
|
|
|
6382
6382
|
*
|
|
6383
6383
|
*
|
|
6384
6384
|
* @since 1.16.0
|
|
6385
|
-
* @deprecated
|
|
6385
|
+
* @deprecated As of version 1.120.
|
|
6386
6386
|
*/
|
|
6387
6387
|
export default class Message extends sap.ushell.services.Service {
|
|
6388
6388
|
/**
|
|
@@ -6941,7 +6941,7 @@ declare module "sap/ushell/services/NavTargetResolution" {
|
|
|
6941
6941
|
* ... )
|
|
6942
6942
|
*
|
|
6943
6943
|
* @since 1.15.0
|
|
6944
|
-
* @deprecated
|
|
6944
|
+
* @deprecated As of version 1.120. Use {@link sap.ushell.services.Navigation} for Navigation instead.
|
|
6945
6945
|
*/
|
|
6946
6946
|
export default class NavTargetResolution extends sap.ushell.services.Service {
|
|
6947
6947
|
/**
|
|
@@ -7183,7 +7183,7 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7183
7183
|
* a notification actions - Marking user notifications as seen
|
|
7184
7184
|
*
|
|
7185
7185
|
* @since 1.32.0
|
|
7186
|
-
* @deprecated
|
|
7186
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2} instead.
|
|
7187
7187
|
*/
|
|
7188
7188
|
export default class Notifications extends sap.ushell.services.Service {
|
|
7189
7189
|
/**
|
|
@@ -7790,7 +7790,7 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
7790
7790
|
*
|
|
7791
7791
|
*
|
|
7792
7792
|
* @since 1.15.0
|
|
7793
|
-
* @deprecated
|
|
7793
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead
|
|
7794
7794
|
*/
|
|
7795
7795
|
export default class Personalization extends sap.ushell.services.Service {
|
|
7796
7796
|
/**
|
|
@@ -7871,7 +7871,7 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
7871
7871
|
* Note: Invoking this operation while another save or load operation is under way may result in failure.
|
|
7872
7872
|
*
|
|
7873
7873
|
* @since 1.18.0
|
|
7874
|
-
* @deprecated
|
|
7874
|
+
* @deprecated As of version 1.22. Please use {@link #delContainer} instead.
|
|
7875
7875
|
*
|
|
7876
7876
|
* @returns Resolves once the container was deleted.
|
|
7877
7877
|
*/
|
|
@@ -8023,7 +8023,7 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
8023
8023
|
* Do not mix up the usage of a personalizer and a personalization container for one containerKey.
|
|
8024
8024
|
*
|
|
8025
8025
|
* @since 1.18.0
|
|
8026
|
-
* @deprecated
|
|
8026
|
+
* @deprecated As of version 1.21. Please use {@link #getContainer} instead.
|
|
8027
8027
|
*
|
|
8028
8028
|
* @returns Resolves a {@link sap.ushell.services.PersonalizationContainer} object as parameter. The personalization
|
|
8029
8029
|
* container provides two different interfaces to synchronously operate on personalization data. In the
|
|
@@ -8096,7 +8096,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8096
8096
|
* To be called by the personalization service getContainer method.
|
|
8097
8097
|
*
|
|
8098
8098
|
* @since 1.22.0
|
|
8099
|
-
* @deprecated
|
|
8099
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer }
|
|
8100
8100
|
* instead
|
|
8101
8101
|
*/
|
|
8102
8102
|
export default class ContextContainer {
|
|
@@ -8109,7 +8109,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8109
8109
|
* Returns an array with all internal keys of direct items in the container.
|
|
8110
8110
|
*
|
|
8111
8111
|
* @since 1.22.0
|
|
8112
|
-
* @deprecated
|
|
8112
|
+
* @deprecated As of version 1.120.0.
|
|
8113
8113
|
*
|
|
8114
8114
|
* @returns item keys
|
|
8115
8115
|
*/
|
|
@@ -8195,7 +8195,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8195
8195
|
* return the validity of this container only for testing!
|
|
8196
8196
|
*
|
|
8197
8197
|
* @since 1.22.0
|
|
8198
|
-
* @deprecated
|
|
8198
|
+
* @deprecated As of version 1.31. Support for this function has been discontinued.
|
|
8199
8199
|
*/
|
|
8200
8200
|
getValidity(): void;
|
|
8201
8201
|
/**
|
|
@@ -8217,7 +8217,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8217
8217
|
* is serialized.
|
|
8218
8218
|
*
|
|
8219
8219
|
* @since 1.22.0
|
|
8220
|
-
* @deprecated
|
|
8220
|
+
* @deprecated As of version 1.120.0. Use {@link sap.ushell.services.Personalization.ContextContainer#saveDeferred }
|
|
8221
8221
|
* instead
|
|
8222
8222
|
*
|
|
8223
8223
|
* @returns Resolves once the container is saved.
|
|
@@ -8264,7 +8264,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainer" {
|
|
|
8264
8264
|
* To be called by the personalization service getPersonalizationContainer method.
|
|
8265
8265
|
*
|
|
8266
8266
|
* @since 1.18.0
|
|
8267
|
-
* @deprecated
|
|
8267
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
|
|
8268
|
+
* instead
|
|
8268
8269
|
*/
|
|
8269
8270
|
export default class PersonalizationContainer {
|
|
8270
8271
|
/**
|
|
@@ -8282,7 +8283,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8282
8283
|
* To be called by the personalization variant set.
|
|
8283
8284
|
*
|
|
8284
8285
|
* @since 1.18.0
|
|
8285
|
-
* @deprecated
|
|
8286
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
|
|
8287
|
+
* instead
|
|
8286
8288
|
*/
|
|
8287
8289
|
export default class PersonalizationContainerVariant {
|
|
8288
8290
|
/**
|
|
@@ -8378,7 +8380,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8378
8380
|
* To be called by the personalization container.
|
|
8379
8381
|
*
|
|
8380
8382
|
* @since 1.18.0
|
|
8381
|
-
* @deprecated
|
|
8383
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
|
|
8384
|
+
* instead
|
|
8382
8385
|
*/
|
|
8383
8386
|
export default class PersonalizationContainerVariantSet {
|
|
8384
8387
|
/**
|
|
@@ -8476,7 +8479,8 @@ declare module "sap/ushell/services/_Personalization/Personalizer" {
|
|
|
8476
8479
|
* To be called by the personalization service getPersonalizer method.
|
|
8477
8480
|
*
|
|
8478
8481
|
* @since 1.15.0
|
|
8479
|
-
* @deprecated
|
|
8482
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Personalizer }
|
|
8483
|
+
* instead
|
|
8480
8484
|
*/
|
|
8481
8485
|
export default class Personalizer {
|
|
8482
8486
|
/**
|
|
@@ -8523,7 +8527,7 @@ declare module "sap/ushell/services/_Personalization/TransientPersonalizer" {
|
|
|
8523
8527
|
* the personalization service getTransientPersonalizer method.
|
|
8524
8528
|
*
|
|
8525
8529
|
* @since 1.18.0
|
|
8526
|
-
* @deprecated
|
|
8530
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.TransientPersonalizer }
|
|
8527
8531
|
* instead
|
|
8528
8532
|
*/
|
|
8529
8533
|
export default class TransientPersonalizer {
|
|
@@ -8539,7 +8543,7 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8539
8543
|
* To be instantiated via Personalization.VariantSet add / get Variant only
|
|
8540
8544
|
*
|
|
8541
8545
|
* @since 1.22.0
|
|
8542
|
-
* @deprecated
|
|
8546
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant} instead
|
|
8543
8547
|
*/
|
|
8544
8548
|
export default class Variant {
|
|
8545
8549
|
/**
|
|
@@ -8652,7 +8656,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8652
8656
|
* To be called by the personalization container.
|
|
8653
8657
|
*
|
|
8654
8658
|
* @since 1.22.0
|
|
8655
|
-
* @deprecated
|
|
8659
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet }
|
|
8660
|
+
* instead
|
|
8656
8661
|
*/
|
|
8657
8662
|
export default class VariantSet {
|
|
8658
8663
|
/**
|
|
@@ -8769,7 +8774,7 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
|
|
|
8769
8774
|
*
|
|
8770
8775
|
*
|
|
8771
8776
|
* @since 1.18.0
|
|
8772
|
-
* @deprecated
|
|
8777
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter }
|
|
8773
8778
|
* instead
|
|
8774
8779
|
*/
|
|
8775
8780
|
export default class VariantSetAdapter {
|
|
@@ -9725,7 +9730,7 @@ declare module "sap/ushell/services/ShellNavigation" {
|
|
|
9725
9730
|
* not to be invoked directly!
|
|
9726
9731
|
*
|
|
9727
9732
|
* @since 1.15.0
|
|
9728
|
-
* @deprecated
|
|
9733
|
+
* @deprecated As of version 1.120. Use {@link sap.ushell.services.Navigation} for Navigation instead.
|
|
9729
9734
|
*/
|
|
9730
9735
|
export default class ShellNavigation {
|
|
9731
9736
|
/**
|
|
@@ -9864,7 +9869,7 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9864
9869
|
*
|
|
9865
9870
|
*
|
|
9866
9871
|
* @since 1.44.0
|
|
9867
|
-
* @deprecated
|
|
9872
|
+
* @deprecated As of version 1.112. This service has been deprecated. Please use the CrossApplicationNavigation
|
|
9868
9873
|
* service instead.
|
|
9869
9874
|
*/
|
|
9870
9875
|
export default class SmartNavigation extends sap.ushell.services.Service {
|
|
@@ -9906,7 +9911,7 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9906
9911
|
* sap.ushell.services.CrossApplicationNavigation#hrefForExternal
|
|
9907
9912
|
*
|
|
9908
9913
|
* @since 1.46.0
|
|
9909
|
-
* @deprecated
|
|
9914
|
+
* @deprecated As of version 1.94. Please use {@link #hrefForExternalAsync} instead.
|
|
9910
9915
|
*/
|
|
9911
9916
|
hrefForExternal(): void;
|
|
9912
9917
|
/**
|
|
@@ -10166,7 +10171,7 @@ declare module "sap/ushell/services/URLParsing" {
|
|
|
10166
10171
|
* normalized.
|
|
10167
10172
|
*
|
|
10168
10173
|
* @since 1.19.1
|
|
10169
|
-
* @deprecated
|
|
10174
|
+
* @deprecated As of version 1.31. Please use {@link sap.ui.model.odata.ODataUtils#setOrigin} instead.
|
|
10170
10175
|
*
|
|
10171
10176
|
* @returns the service URL pointing to the system specified in parameter `vComponentOrSystem` or to the
|
|
10172
10177
|
* system of the current application
|
|
@@ -10248,7 +10253,7 @@ declare module "sap/ushell/services/URLParsing" {
|
|
|
10248
10253
|
* object and action. It does not test whether the intent or its parameters are valid for a given user
|
|
10249
10254
|
*
|
|
10250
10255
|
* @since 1.30.0
|
|
10251
|
-
* @deprecated
|
|
10256
|
+
* @deprecated As of version 1.96. Please use {@link #isIntentUrlAsync} instead.
|
|
10252
10257
|
*
|
|
10253
10258
|
* @returns true if the conditions are fulfilled.
|
|
10254
10259
|
*/
|
|
@@ -10460,8 +10465,8 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10460
10465
|
*
|
|
10461
10466
|
*
|
|
10462
10467
|
* @since 1.32.0
|
|
10463
|
-
* @deprecated
|
|
10464
|
-
* this client-side service API cannot be used any longer.
|
|
10468
|
+
* @deprecated As of version 1.120.0. The corresponding cloud service "SAP Web Analytics" has been retired,
|
|
10469
|
+
* therefore this client-side service API cannot be used any longer.
|
|
10465
10470
|
*/
|
|
10466
10471
|
export default class UsageAnalytics extends sap.ushell.services.Service {
|
|
10467
10472
|
/**
|
|
@@ -10475,7 +10480,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10475
10480
|
* Currently these attributes correspond to database columns custom5...custom10.
|
|
10476
10481
|
*
|
|
10477
10482
|
* @since 1.32.0
|
|
10478
|
-
* @deprecated
|
|
10483
|
+
* @deprecated As of version 1.120.0.
|
|
10479
10484
|
*/
|
|
10480
10485
|
setCustomAttributes(
|
|
10481
10486
|
/**
|
|
@@ -10498,7 +10503,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10498
10503
|
* Enables the renderer to set the content of the legal message..
|
|
10499
10504
|
*
|
|
10500
10505
|
* @since 1.32.0
|
|
10501
|
-
* @deprecated
|
|
10506
|
+
* @deprecated As of version 1.120.0.
|
|
10502
10507
|
*/
|
|
10503
10508
|
setLegalText(): void;
|
|
10504
10509
|
/**
|
|
@@ -10509,7 +10514,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10509
10514
|
* Since the service is deprecated and no longer supported, this method always returns `false`.
|
|
10510
10515
|
*
|
|
10511
10516
|
* @since 1.32.0
|
|
10512
|
-
* @deprecated
|
|
10517
|
+
* @deprecated As of version 1.120.0.
|
|
10513
10518
|
*
|
|
10514
10519
|
* @returns A boolean value indicating whether the UsageAnalytics service is enabled
|
|
10515
10520
|
*/
|
|
@@ -10522,7 +10527,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10522
10527
|
* Since the service is deprecated and no longer supported, this method always returns `false`.
|
|
10523
10528
|
*
|
|
10524
10529
|
* @since 1.32.0
|
|
10525
|
-
* @deprecated
|
|
10530
|
+
* @deprecated As of version 1.120.0.
|
|
10526
10531
|
*
|
|
10527
10532
|
* @returns A boolean value indicating whether the user has specified to track activities
|
|
10528
10533
|
*/
|
|
@@ -10668,7 +10673,7 @@ declare module "sap/ushell/ui/appfinder/AppBox" {
|
|
|
10668
10673
|
/**
|
|
10669
10674
|
* Constructor for a new ui/appfinder/AppBox.
|
|
10670
10675
|
*
|
|
10671
|
-
* @deprecated
|
|
10676
|
+
* @deprecated As of version 1.120.
|
|
10672
10677
|
*/
|
|
10673
10678
|
export default class AppBox extends Control {
|
|
10674
10679
|
constructor(
|
|
@@ -10696,7 +10701,7 @@ declare module "sap/ushell/ui/appfinder/AppBox" {
|
|
|
10696
10701
|
/**
|
|
10697
10702
|
* Describes the settings that can be provided to the AppBox constructor.
|
|
10698
10703
|
*
|
|
10699
|
-
* @deprecated
|
|
10704
|
+
* @deprecated As of version 1.120.
|
|
10700
10705
|
*/
|
|
10701
10706
|
export interface $AppBoxSettings extends $ControlSettings {}
|
|
10702
10707
|
}
|
|
@@ -10785,8 +10790,8 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
10785
10790
|
*
|
|
10786
10791
|
* An object containing properties with information about the app, e.g. serviceUrl, numberUnit, ... .
|
|
10787
10792
|
*
|
|
10788
|
-
* @deprecated
|
|
10789
|
-
* ... of the AddBookmarkButton instead.
|
|
10793
|
+
* @deprecated As of version 1.31. Use dedicated properties like afterPressHandler, beforePresshandler,
|
|
10794
|
+
* customUrl, ... of the AddBookmarkButton instead.
|
|
10790
10795
|
*
|
|
10791
10796
|
* @returns Value of property `appData`
|
|
10792
10797
|
*/
|
|
@@ -10937,8 +10942,8 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
10937
10942
|
*
|
|
10938
10943
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
10939
10944
|
*
|
|
10940
|
-
* @deprecated
|
|
10941
|
-
* ... of the AddBookmarkButton instead.
|
|
10945
|
+
* @deprecated As of version 1.31. Use dedicated properties like afterPressHandler, beforePresshandler,
|
|
10946
|
+
* customUrl, ... of the AddBookmarkButton instead.
|
|
10942
10947
|
*
|
|
10943
10948
|
* @returns Reference to `this` in order to allow method chaining
|
|
10944
10949
|
*/
|
|
@@ -11242,8 +11247,8 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
11242
11247
|
/**
|
|
11243
11248
|
* An object containing properties with information about the app, e.g. serviceUrl, numberUnit, ... .
|
|
11244
11249
|
*
|
|
11245
|
-
* @deprecated
|
|
11246
|
-
* ... of the AddBookmarkButton instead.
|
|
11250
|
+
* @deprecated As of version 1.31. Use dedicated properties like afterPressHandler, beforePresshandler,
|
|
11251
|
+
* customUrl, ... of the AddBookmarkButton instead.
|
|
11247
11252
|
*/
|
|
11248
11253
|
appData?: object | PropertyBindingInfo | `{${string}}`;
|
|
11249
11254
|
}
|
|
@@ -11559,7 +11564,7 @@ declare module "sap/ushell/ui/launchpad/DashboardGroupsContainer" {
|
|
|
11559
11564
|
/**
|
|
11560
11565
|
* Constructor for "sap.ushell.ui.launchpad.DashboardGroupsContainer".
|
|
11561
11566
|
*
|
|
11562
|
-
* @deprecated
|
|
11567
|
+
* @deprecated As of version 1.120.
|
|
11563
11568
|
*/
|
|
11564
11569
|
export default class DashboardGroupsContainer extends Control {
|
|
11565
11570
|
/**
|
|
@@ -11824,7 +11829,7 @@ declare module "sap/ushell/ui/launchpad/DashboardGroupsContainer" {
|
|
|
11824
11829
|
/**
|
|
11825
11830
|
* Describes the settings that can be provided to the DashboardGroupsContainer constructor.
|
|
11826
11831
|
*
|
|
11827
|
-
* @deprecated
|
|
11832
|
+
* @deprecated As of version 1.120.
|
|
11828
11833
|
*/
|
|
11829
11834
|
export interface $DashboardGroupsContainerSettings extends $ControlSettings {
|
|
11830
11835
|
/**
|
|
@@ -11869,7 +11874,7 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
11869
11874
|
* Constructor for a new ui/launchpad/LinkTileWrapper. A link tile to be displayed in the tile container.
|
|
11870
11875
|
* This control acts as container for specialized tile implementations.
|
|
11871
11876
|
*
|
|
11872
|
-
* @deprecated
|
|
11877
|
+
* @deprecated As of version 1.120.
|
|
11873
11878
|
*/
|
|
11874
11879
|
export default class LinkTileWrapper extends Control {
|
|
11875
11880
|
/**
|
|
@@ -12622,7 +12627,7 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
12622
12627
|
/**
|
|
12623
12628
|
* Describes the settings that can be provided to the LinkTileWrapper constructor.
|
|
12624
12629
|
*
|
|
12625
|
-
* @deprecated
|
|
12630
|
+
* @deprecated As of version 1.120.
|
|
12626
12631
|
*/
|
|
12627
12632
|
export interface $LinkTileWrapperSettings extends $ControlSettings {
|
|
12628
12633
|
uuid?: string | PropertyBindingInfo;
|
|
@@ -12724,7 +12729,7 @@ declare module "sap/ushell/ui/launchpad/TileState" {
|
|
|
12724
12729
|
* Constructor for a new ui/launchpad/TileState. The tile state control that displays loading indicator,
|
|
12725
12730
|
* while tile view is loading and failed status in case tile view is not available.
|
|
12726
12731
|
*
|
|
12727
|
-
* @deprecated
|
|
12732
|
+
* @deprecated As of version 1.120.
|
|
12728
12733
|
*/
|
|
12729
12734
|
export default class TileState extends Control {
|
|
12730
12735
|
/**
|
|
@@ -12888,7 +12893,7 @@ declare module "sap/ushell/ui/launchpad/TileState" {
|
|
|
12888
12893
|
/**
|
|
12889
12894
|
* Describes the settings that can be provided to the TileState constructor.
|
|
12890
12895
|
*
|
|
12891
|
-
* @deprecated
|
|
12896
|
+
* @deprecated As of version 1.120.
|
|
12892
12897
|
*/
|
|
12893
12898
|
export interface $TileStateSettings extends $ControlSettings {
|
|
12894
12899
|
state?: string | PropertyBindingInfo;
|
|
@@ -13427,7 +13432,7 @@ declare module "sap/ushell/ui/tile/StaticTile" {
|
|
|
13427
13432
|
* subtitle, an icon and additional information
|
|
13428
13433
|
*
|
|
13429
13434
|
* @since 1.15.0
|
|
13430
|
-
* @deprecated
|
|
13435
|
+
* @deprecated As of version 1.120.
|
|
13431
13436
|
*/
|
|
13432
13437
|
export default class StaticTile
|
|
13433
13438
|
extends /* was: sap.ushell.ui.tile.TileBase */ Object
|
|
@@ -13621,6 +13626,17 @@ declare module "sap/ushell/ui5service/ShellUIService" {
|
|
|
13621
13626
|
* @returns The current title.
|
|
13622
13627
|
*/
|
|
13623
13628
|
getTitle(): string;
|
|
13629
|
+
/**
|
|
13630
|
+
* Sets the application screen size to either full width or letterbox.
|
|
13631
|
+
*
|
|
13632
|
+
* @since 1.133.0
|
|
13633
|
+
*/
|
|
13634
|
+
setApplicationFullWidth(
|
|
13635
|
+
/**
|
|
13636
|
+
* Whether the application should be displayed in full width.
|
|
13637
|
+
*/
|
|
13638
|
+
bFullWidth: boolean
|
|
13639
|
+
): void;
|
|
13624
13640
|
/**
|
|
13625
13641
|
* Displays the given hierarchy in the shell header. The default app hierarchy is applied if no parameter
|
|
13626
13642
|
* is given.
|
|
@@ -13649,13 +13665,80 @@ declare module "sap/ushell/ui5service/ShellUIService" {
|
|
|
13649
13665
|
* Displays the given title in the shell header. This method should not be called - and will be without
|
|
13650
13666
|
* effect - if the app calling the method is not currently displayed in the Fiori launchpad.
|
|
13651
13667
|
*
|
|
13668
|
+
* The sTitle will be concatenated with the window title extension and displayed as browser tab title. If
|
|
13669
|
+
* oAdditionalInformation is set, the browser tab title will be constructed from the oAdditionalInformation
|
|
13670
|
+
* plus window title extension. sTitle is still used in the shell header.
|
|
13671
|
+
*
|
|
13672
|
+
* Examples:
|
|
13673
|
+
* ```javascript
|
|
13674
|
+
*
|
|
13675
|
+
* // Window Title Extension is: "Fiori Launchpad"
|
|
13676
|
+
*
|
|
13677
|
+
* setTitle("My App Title");
|
|
13678
|
+
* // Shell Header title: "My App Title"
|
|
13679
|
+
* // Browser Window Title: "My App Title - Fiori Launchpad"
|
|
13680
|
+
* ```
|
|
13681
|
+
*
|
|
13682
|
+
*
|
|
13683
|
+
*
|
|
13684
|
+
* ```javascript
|
|
13685
|
+
*
|
|
13686
|
+
* // Window Title Extension is: "Fiori Launchpad"
|
|
13687
|
+
*
|
|
13688
|
+
* setTitle("My App Title", {
|
|
13689
|
+
* headerText: "My Header Text",
|
|
13690
|
+
* additionalContext: "My Additional Context",
|
|
13691
|
+
* searchTerm: "My Search Term",
|
|
13692
|
+
* searchScope: "My Search Scope"
|
|
13693
|
+
* });
|
|
13694
|
+
* // Search Term has precedence over headerText and additionalContext.
|
|
13695
|
+
* // Shell Header title: "My App Title"
|
|
13696
|
+
* // Browser Window Title: "My Search Term in My Search Scope - Search - Fiori Launchpad"
|
|
13697
|
+
* ```
|
|
13698
|
+
*
|
|
13699
|
+
*
|
|
13700
|
+
*
|
|
13701
|
+
* ```javascript
|
|
13702
|
+
*
|
|
13703
|
+
* // Window Title Extension is: "Fiori Launchpad"
|
|
13704
|
+
*
|
|
13705
|
+
* setTitle("My App Title", {
|
|
13706
|
+
* headerText: "My Header Text",
|
|
13707
|
+
* additionalContext: "My Additional Context"
|
|
13708
|
+
* });
|
|
13709
|
+
* // Shell Header title: "My App Title"
|
|
13710
|
+
* // Browser Window Title: "My Header Text - My Additional Context - Fiori Launchpad"
|
|
13711
|
+
* ```
|
|
13712
|
+
*
|
|
13713
|
+
*
|
|
13652
13714
|
* @since 1.38.0
|
|
13653
13715
|
*/
|
|
13654
13716
|
setTitle(
|
|
13655
13717
|
/**
|
|
13656
13718
|
* The new title. The default title is set if this argument is not given.
|
|
13657
13719
|
*/
|
|
13658
|
-
sTitle?: string
|
|
13720
|
+
sTitle?: string,
|
|
13721
|
+
/**
|
|
13722
|
+
* An object of additional information to be displayed in the browser window title
|
|
13723
|
+
*/
|
|
13724
|
+
oAdditionalInformation?: {
|
|
13725
|
+
/**
|
|
13726
|
+
* Optional header text
|
|
13727
|
+
*/
|
|
13728
|
+
headerText?: string;
|
|
13729
|
+
/**
|
|
13730
|
+
* Optional additional context information
|
|
13731
|
+
*/
|
|
13732
|
+
additionalContext?: string;
|
|
13733
|
+
/**
|
|
13734
|
+
* Optional search term. If given, headerText and additionalContext will be ignored
|
|
13735
|
+
*/
|
|
13736
|
+
searchTerm?: string;
|
|
13737
|
+
/**
|
|
13738
|
+
* Optional search scope, only used if searchTerm is given
|
|
13739
|
+
*/
|
|
13740
|
+
searchScope?: string;
|
|
13741
|
+
}
|
|
13659
13742
|
): void;
|
|
13660
13743
|
}
|
|
13661
13744
|
/**
|
|
@@ -13699,7 +13782,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
13699
13782
|
import Metadata from "sap/ui/base/Metadata";
|
|
13700
13783
|
|
|
13701
13784
|
/**
|
|
13702
|
-
* @deprecated
|
|
13785
|
+
* @deprecated As of version 1.70. Support for this service has been discontinued.
|
|
13703
13786
|
*/
|
|
13704
13787
|
export default class UserStatus
|
|
13705
13788
|
extends /* was: sap.ui.core.service.Service */ Object
|
|
@@ -13742,7 +13825,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
13742
13825
|
* the setStatus method is called.
|
|
13743
13826
|
*
|
|
13744
13827
|
* @since 1.46
|
|
13745
|
-
* @deprecated
|
|
13828
|
+
* @deprecated As of version 1.70.
|
|
13746
13829
|
*/
|
|
13747
13830
|
attachStatusChanged(
|
|
13748
13831
|
/**
|
|
@@ -13754,7 +13837,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
13754
13837
|
* Detaches an event handler from the 'statusChanged' event.
|
|
13755
13838
|
*
|
|
13756
13839
|
* @since 1.46
|
|
13757
|
-
* @deprecated
|
|
13840
|
+
* @deprecated As of version 1.70.
|
|
13758
13841
|
*/
|
|
13759
13842
|
detachStatusChanged(
|
|
13760
13843
|
/**
|
|
@@ -13771,7 +13854,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
13771
13854
|
* online status, the setStatus method will be called with a null value.
|
|
13772
13855
|
*
|
|
13773
13856
|
* @since 1.46
|
|
13774
|
-
* @deprecated
|
|
13857
|
+
* @deprecated As of version 1.70.
|
|
13775
13858
|
*/
|
|
13776
13859
|
setEnabled(
|
|
13777
13860
|
/**
|
|
@@ -13788,7 +13871,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
13788
13871
|
* their online status
|
|
13789
13872
|
*
|
|
13790
13873
|
* @since 1.46
|
|
13791
|
-
* @deprecated
|
|
13874
|
+
* @deprecated As of version 1.70.
|
|
13792
13875
|
*/
|
|
13793
13876
|
setStatus(
|
|
13794
13877
|
/**
|
|
@@ -13849,7 +13932,7 @@ declare namespace sap {
|
|
|
13849
13932
|
*
|
|
13850
13933
|
*
|
|
13851
13934
|
* @since 1.15.0
|
|
13852
|
-
* @deprecated
|
|
13935
|
+
* @deprecated As of version 1.120.
|
|
13853
13936
|
*
|
|
13854
13937
|
* @returns Resolves once the container is available.
|
|
13855
13938
|
*/
|