@sapui5/ts-types-esm 1.146.0 → 1.147.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/{sap.ui.commons.d.ts → commons-1.147.0-esm-d.ts} +1 -1
- package/types/{sap.ui.core.d.ts → core-1.147.0-esm-d.ts} +172 -16
- package/types/{sap.ui.dt.d.ts → dt-1.147.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -10
- package/types/{sap.ui.mdc.d.ts → mdc-1.147.0-esm-d.ts} +112 -21
- package/types/{sap.m.d.ts → mobile-1.147.0-esm-d.ts} +371 -127
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +4 -7
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -52
- package/types/sap.f.d.ts +148 -2
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3892 -3211
- 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 +49 -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 +184 -1
- package/types/sap.insights.d.ts +14 -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 -1
- package/types/sap.suite.ui.commons.d.ts +122 -1
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.comp.d.ts +5 -15
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.generic.app.d.ts +5 -5
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +23 -25
- 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 +2 -2
- 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 +6 -9
- package/types/sap.ui.vbm.d.ts +8 -24
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +416 -67
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +151 -2
- package/types/sap.viz.d.ts +4 -5
- 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.tnt.d.ts → tnt-1.147.0-esm-d.ts} +1 -4
- package/types/{sap.ui.ux3.d.ts → ux3-1.147.0-esm-d.ts} +1 -1
- package/types/sap.ui.webc.common.d.ts +0 -164
- package/types/sap.ui.webc.fiori.d.ts +0 -16235
- package/types/sap.ui.webc.main.d.ts +0 -51365
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
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 As of version 1.120.
|
|
13
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
14
14
|
*/
|
|
15
15
|
HomepageGroup = "HomepageGroup",
|
|
16
16
|
/**
|
|
@@ -31,7 +31,7 @@ declare module "sap/ushell/library" {
|
|
|
31
31
|
*
|
|
32
32
|
* This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'NavigationState'.
|
|
33
33
|
*
|
|
34
|
-
* @deprecated As of version 1.136.
|
|
34
|
+
* @deprecated As of version 1.136. Deprecated without successor.
|
|
35
35
|
*/
|
|
36
36
|
export enum NavigationState {
|
|
37
37
|
Finished = "Finished",
|
|
@@ -287,6 +287,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
|
287
287
|
/**
|
|
288
288
|
* Reference to one PictureViewerItem coming from the PictureViewer.
|
|
289
289
|
*
|
|
290
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead.
|
|
290
291
|
*
|
|
291
292
|
* @returns `this` to allow method chaining
|
|
292
293
|
*/
|
|
@@ -438,7 +439,8 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
438
439
|
/**
|
|
439
440
|
* Adds some item `oItem` to the aggregation named `items`. Deprecated, use aggregation "tiles".
|
|
440
441
|
*
|
|
441
|
-
* @deprecated As of version 1.18.
|
|
442
|
+
* @deprecated As of version 1.18. Please use aggregation "tiles" instead. Also consider using {@link sap.m.Carousel }
|
|
443
|
+
* as the PictureViewer itself is deprecated.
|
|
442
444
|
*
|
|
443
445
|
* @returns `this` to allow method chaining
|
|
444
446
|
*/
|
|
@@ -498,6 +500,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
498
500
|
/**
|
|
499
501
|
* Removes the picture at index `iIndex` from the `items` aggregation.
|
|
500
502
|
*
|
|
503
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead.
|
|
501
504
|
*
|
|
502
505
|
* @returns `this` to allow method chaining
|
|
503
506
|
*/
|
|
@@ -550,6 +553,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
550
553
|
/**
|
|
551
554
|
* Gets the current picture index.
|
|
552
555
|
*
|
|
556
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead.
|
|
553
557
|
*
|
|
554
558
|
* @returns the current picture index
|
|
555
559
|
*/
|
|
@@ -597,7 +601,8 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
597
601
|
* is actually created with its own ID and added to the internal TileContainer. Deprecated, use aggregation
|
|
598
602
|
* "tiles".
|
|
599
603
|
*
|
|
600
|
-
* @deprecated As of version 1.18.
|
|
604
|
+
* @deprecated As of version 1.18. Please use aggregation "tiles" instead. Also consider using {@link sap.m.Carousel }
|
|
605
|
+
* as the PictureViewer itself is deprecated.
|
|
601
606
|
*
|
|
602
607
|
* @returns `this` to allow method chaining
|
|
603
608
|
*/
|
|
@@ -637,6 +642,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewer" {
|
|
|
637
642
|
/**
|
|
638
643
|
* Select the picture at index `iIndex` from the `items` aggregation.
|
|
639
644
|
*
|
|
645
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead.
|
|
640
646
|
*
|
|
641
647
|
* @returns `this` to allow method chaining
|
|
642
648
|
*/
|
|
@@ -838,6 +844,7 @@ declare module "sap/ushell/components/factsheet/controls/PictureViewerItem" {
|
|
|
838
844
|
*
|
|
839
845
|
* Default value is empty/`undefined`
|
|
840
846
|
*
|
|
847
|
+
* @deprecated As of version 1.22. Please use {@link sap.m.Carousel} instead.
|
|
841
848
|
*
|
|
842
849
|
* @returns `this` to allow method chaining
|
|
843
850
|
*/
|
|
@@ -946,7 +953,7 @@ declare module "sap/ushell/Container" {
|
|
|
946
953
|
* sap.ushell.Container#setLogonFrameProvider
|
|
947
954
|
*
|
|
948
955
|
* @since 1.21.2
|
|
949
|
-
* @deprecated As of version 1.120.
|
|
956
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
950
957
|
*/
|
|
951
958
|
cancelLogon(): void;
|
|
952
959
|
/**
|
|
@@ -968,7 +975,7 @@ declare module "sap/ushell/Container" {
|
|
|
968
975
|
* the renderer to use 100% height.
|
|
969
976
|
*
|
|
970
977
|
* @since 1.15.0
|
|
971
|
-
* @deprecated As of version 1.120.
|
|
978
|
+
* @deprecated As of version 1.120. Deprecated without successor. Custom renderers are no longer supported.
|
|
972
979
|
*
|
|
973
980
|
* @returns the renderer or Promise (in asynchronous mode)
|
|
974
981
|
*/
|
|
@@ -1215,7 +1222,7 @@ declare module "sap/ushell/Container" {
|
|
|
1215
1222
|
* the alternate logout function using registerLogout function.
|
|
1216
1223
|
*
|
|
1217
1224
|
* @since 1.15.0
|
|
1218
|
-
* @deprecated As of version 1.120.
|
|
1225
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
1219
1226
|
*
|
|
1220
1227
|
* @returns Resolves when logout is finished, even when it fails.
|
|
1221
1228
|
*/
|
|
@@ -1381,7 +1388,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1381
1388
|
* by the Unified Shell's container only, others MUST call {@link sap.ushell.Container#getRenderer}.
|
|
1382
1389
|
*
|
|
1383
1390
|
* @since 1.15.0
|
|
1384
|
-
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension}
|
|
1391
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} or {@link sap.ushell.services.FrameBoundExtension }
|
|
1392
|
+
* instead.
|
|
1385
1393
|
*/
|
|
1386
1394
|
export default class Renderer extends UIComponent {
|
|
1387
1395
|
/**
|
|
@@ -1397,6 +1405,9 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1397
1405
|
*
|
|
1398
1406
|
*
|
|
1399
1407
|
* @since 1.30
|
|
1408
|
+
* @deprecated As of version 1.120. The LaunchpadState concept has been migrated to explicit APIs. Please
|
|
1409
|
+
* use {@link sap.ushell.services.Extension.Item} or {@link sap.ushell.services.FrameBoundExtension.Item }
|
|
1410
|
+
* APIs instead.
|
|
1400
1411
|
*/
|
|
1401
1412
|
LaunchpadState: undefined;
|
|
1402
1413
|
|
|
@@ -1456,7 +1467,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1456
1467
|
* The EndUserFeedback dialog is opened via the user actions menu in the Fiori Launchpad shell header.
|
|
1457
1468
|
*
|
|
1458
1469
|
* @since 1.30
|
|
1459
|
-
* @deprecated As of version 1.93.
|
|
1470
|
+
* @deprecated As of version 1.93. Deprecated without successor. EndUserFeedback has been discontinued.
|
|
1460
1471
|
*/
|
|
1461
1472
|
addEndUserFeedbackCustomUI(
|
|
1462
1473
|
/**
|
|
@@ -1533,7 +1544,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1533
1544
|
* If no launchpad state is provided the content is added in all states.
|
|
1534
1545
|
*
|
|
1535
1546
|
* @since 1.48
|
|
1536
|
-
* @deprecated As of version 1.52.
|
|
1547
|
+
* @deprecated As of version 1.52. Deprecated without successor. Support for the FloatingActionButton has
|
|
1548
|
+
* been discontinued.
|
|
1537
1549
|
*
|
|
1538
1550
|
* @returns Resolves with the newly created control
|
|
1539
1551
|
*/
|
|
@@ -1596,6 +1608,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1596
1608
|
* If no launchpad state is provided the content is added in all states.
|
|
1597
1609
|
*
|
|
1598
1610
|
* @since 1.30
|
|
1611
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createHeaderItem} or
|
|
1612
|
+
* {@link sap.ushell.services.FrameBoundExtension#createHeaderItem} instead.
|
|
1599
1613
|
*
|
|
1600
1614
|
* @returns oItem - the created control
|
|
1601
1615
|
*/
|
|
@@ -1661,6 +1675,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1661
1675
|
* LaunchpadState
|
|
1662
1676
|
*
|
|
1663
1677
|
* @since 1.30
|
|
1678
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createHeaderItem} or
|
|
1679
|
+
* {@link sap.ushell.services.FrameBoundExtension#createHeaderItem} instead.
|
|
1664
1680
|
*
|
|
1665
1681
|
* @returns The created control
|
|
1666
1682
|
*/
|
|
@@ -1723,6 +1739,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1723
1739
|
* LaunchpadState
|
|
1724
1740
|
*
|
|
1725
1741
|
* @since 1.30
|
|
1742
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createHeaderItem} or
|
|
1743
|
+
* {@link sap.ushell.services.FrameBoundExtension#createHeaderItem} instead.
|
|
1726
1744
|
*
|
|
1727
1745
|
* @returns The created control
|
|
1728
1746
|
*/
|
|
@@ -1829,6 +1847,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1829
1847
|
*
|
|
1830
1848
|
*
|
|
1831
1849
|
* @since 1.48
|
|
1850
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#createSubHeader }
|
|
1851
|
+
* instead.
|
|
1832
1852
|
*
|
|
1833
1853
|
* @returns Resolves with the newly created control
|
|
1834
1854
|
*/
|
|
@@ -1887,6 +1907,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1887
1907
|
* If no launchpad state is provided the content is added in all states.
|
|
1888
1908
|
*
|
|
1889
1909
|
* @since 1.48
|
|
1910
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#getSidePane }
|
|
1911
|
+
* instead.
|
|
1890
1912
|
*
|
|
1891
1913
|
* @returns Resolves with the newly created control
|
|
1892
1914
|
*/
|
|
@@ -2007,6 +2029,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2007
2029
|
* sap.ushell.renderers.fiori2.Renderer.LaunchpadState.
|
|
2008
2030
|
*
|
|
2009
2031
|
* @since 1.30
|
|
2032
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#getToolArea }
|
|
2033
|
+
* instead.
|
|
2010
2034
|
*
|
|
2011
2035
|
* @returns the added control
|
|
2012
2036
|
*/
|
|
@@ -2056,6 +2080,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2056
2080
|
*
|
|
2057
2081
|
*
|
|
2058
2082
|
* @since 1.48
|
|
2083
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createUserAction} or
|
|
2084
|
+
* {@link sap.ushell.services.FrameBoundExtension#createUserAction} instead.
|
|
2059
2085
|
*
|
|
2060
2086
|
* @returns Resolves with the newly created control
|
|
2061
2087
|
*/
|
|
@@ -2114,6 +2140,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2114
2140
|
*
|
|
2115
2141
|
*
|
|
2116
2142
|
* @since 1.30
|
|
2143
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#addUserSettingsEntry }
|
|
2144
|
+
* instead.
|
|
2117
2145
|
*/
|
|
2118
2146
|
addUserPreferencesEntry(
|
|
2119
2147
|
/**
|
|
@@ -2176,6 +2204,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2176
2204
|
* If no launchpad state is provided, the content is hidden in all states.
|
|
2177
2205
|
*
|
|
2178
2206
|
* @since 1.30
|
|
2207
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createUserAction} or
|
|
2208
|
+
* {@link sap.ushell.services.FrameBoundExtension#createUserAction} instead.
|
|
2179
2209
|
*/
|
|
2180
2210
|
hideActionButton(
|
|
2181
2211
|
/**
|
|
@@ -2203,7 +2233,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2203
2233
|
* If no launchpad state is provided the content is removed in all states.
|
|
2204
2234
|
*
|
|
2205
2235
|
* @since 1.30
|
|
2206
|
-
* @deprecated As of version 1.52.
|
|
2236
|
+
* @deprecated As of version 1.52. Deprecated without successor. Support for the FloatingActionButton has
|
|
2237
|
+
* been discontinued.
|
|
2207
2238
|
*/
|
|
2208
2239
|
hideFloatingActionButton(
|
|
2209
2240
|
/**
|
|
@@ -2232,6 +2263,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2232
2263
|
* If no launchpad state is provided the content is removed in all states.
|
|
2233
2264
|
*
|
|
2234
2265
|
* @since 1.30
|
|
2266
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createHeaderItem} or
|
|
2267
|
+
* {@link sap.ushell.services.FrameBoundExtension#createHeaderItem} instead.
|
|
2235
2268
|
*/
|
|
2236
2269
|
hideHeaderEndItem(
|
|
2237
2270
|
/**
|
|
@@ -2260,6 +2293,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2260
2293
|
* If no launchpad state is provided the content is removed in all states.
|
|
2261
2294
|
*
|
|
2262
2295
|
* @since 1.30
|
|
2296
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createHeaderItem} or
|
|
2297
|
+
* {@link sap.ushell.services.FrameBoundExtension#createHeaderItem} instead.
|
|
2263
2298
|
*/
|
|
2264
2299
|
hideHeaderItem(
|
|
2265
2300
|
/**
|
|
@@ -2288,6 +2323,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2288
2323
|
* If no launchpad state is provided the content is removed in all states.
|
|
2289
2324
|
*
|
|
2290
2325
|
* @since 1.30
|
|
2326
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#getSidePane }
|
|
2327
|
+
* instead.
|
|
2291
2328
|
*/
|
|
2292
2329
|
hideLeftPaneContent(
|
|
2293
2330
|
/**
|
|
@@ -2316,6 +2353,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2316
2353
|
* If no launchpad state is provided the content is removed in all states.
|
|
2317
2354
|
*
|
|
2318
2355
|
* @since 1.30
|
|
2356
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#createSubHeader }
|
|
2357
|
+
* instead.
|
|
2319
2358
|
*/
|
|
2320
2359
|
hideSubHeader(
|
|
2321
2360
|
/**
|
|
@@ -2340,6 +2379,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2340
2379
|
* functionality.
|
|
2341
2380
|
*
|
|
2342
2381
|
* @since 1.30
|
|
2382
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension.Footer#destroy }
|
|
2383
|
+
* instead.
|
|
2343
2384
|
*/
|
|
2344
2385
|
removeFooter(): void;
|
|
2345
2386
|
/**
|
|
@@ -2350,6 +2391,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2350
2391
|
* sap.ushell.renderers.fiori2.Renderer.LaunchpadState.
|
|
2351
2392
|
*
|
|
2352
2393
|
* @since 1.30
|
|
2394
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#getToolArea }
|
|
2395
|
+
* instead.
|
|
2353
2396
|
*/
|
|
2354
2397
|
removeToolAreaItem(
|
|
2355
2398
|
/**
|
|
@@ -2387,7 +2430,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2387
2430
|
*
|
|
2388
2431
|
*
|
|
2389
2432
|
* @since 1.30
|
|
2390
|
-
* @deprecated As of version 1.120. Please use {@link #
|
|
2433
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#createFooter }
|
|
2434
|
+
* instead.
|
|
2391
2435
|
*/
|
|
2392
2436
|
setFooter(
|
|
2393
2437
|
/**
|
|
@@ -2489,6 +2533,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2489
2533
|
* LaunchpadState
|
|
2490
2534
|
*
|
|
2491
2535
|
* @since 1.30
|
|
2536
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#getSidePane }
|
|
2537
|
+
* instead.
|
|
2492
2538
|
*/
|
|
2493
2539
|
setLeftPaneVisibility(
|
|
2494
2540
|
/**
|
|
@@ -2527,6 +2573,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2527
2573
|
*
|
|
2528
2574
|
*
|
|
2529
2575
|
* @since 1.48
|
|
2576
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#createFooter }
|
|
2577
|
+
* instead.
|
|
2530
2578
|
*
|
|
2531
2579
|
* @returns Resolves with the newly created control
|
|
2532
2580
|
*/
|
|
@@ -2565,6 +2613,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2565
2613
|
* If no launchpad state is provided, the content is added in all states.
|
|
2566
2614
|
*
|
|
2567
2615
|
* @since 1.30
|
|
2616
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createUserAction} or
|
|
2617
|
+
* {@link sap.ushell.services.FrameBoundExtension#createUserAction} instead.
|
|
2568
2618
|
*/
|
|
2569
2619
|
showActionButton(
|
|
2570
2620
|
/**
|
|
@@ -2636,6 +2686,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2636
2686
|
*
|
|
2637
2687
|
*
|
|
2638
2688
|
* @since 1.30
|
|
2689
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createHeaderItem} or
|
|
2690
|
+
* {@link sap.ushell.services.FrameBoundExtension#createHeaderItem} instead.
|
|
2639
2691
|
*/
|
|
2640
2692
|
showHeaderEndItem(
|
|
2641
2693
|
/**
|
|
@@ -2676,6 +2728,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2676
2728
|
* sap.ushell.renderers.fiori2.Renderer.LaunchpadState.
|
|
2677
2729
|
*
|
|
2678
2730
|
* @since 1.30
|
|
2731
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension#createHeaderItem} or
|
|
2732
|
+
* {@link sap.ushell.services.FrameBoundExtension#createHeaderItem} instead.
|
|
2679
2733
|
*/
|
|
2680
2734
|
showHeaderItem(
|
|
2681
2735
|
/**
|
|
@@ -2717,6 +2771,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2717
2771
|
* LaunchpadState
|
|
2718
2772
|
*
|
|
2719
2773
|
* @since 1.30
|
|
2774
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#createSubHeader }
|
|
2775
|
+
* instead.
|
|
2720
2776
|
*/
|
|
2721
2777
|
showSubHeader(
|
|
2722
2778
|
/**
|
|
@@ -2739,6 +2795,9 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2739
2795
|
): void;
|
|
2740
2796
|
/**
|
|
2741
2797
|
* Sets the ToolArea visibility
|
|
2798
|
+
*
|
|
2799
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#getToolArea }
|
|
2800
|
+
* instead.
|
|
2742
2801
|
*/
|
|
2743
2802
|
showToolArea(
|
|
2744
2803
|
/**
|
|
@@ -2767,6 +2826,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2767
2826
|
* sap.ushell.renderers.fiori2.Renderer.LaunchpadState.
|
|
2768
2827
|
*
|
|
2769
2828
|
* @since 1.30
|
|
2829
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.FrameBoundExtension#getToolArea }
|
|
2830
|
+
* instead.
|
|
2770
2831
|
*/
|
|
2771
2832
|
showToolAreaItem(
|
|
2772
2833
|
/**
|
|
@@ -2788,11 +2849,36 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2788
2849
|
/**
|
|
2789
2850
|
* Describes the settings that can be provided to the Renderer constructor.
|
|
2790
2851
|
*
|
|
2791
|
-
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension}
|
|
2852
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} or {@link sap.ushell.services.FrameBoundExtension }
|
|
2853
|
+
* instead.
|
|
2792
2854
|
*/
|
|
2793
2855
|
export interface $RendererSettings extends $UIComponentSettings {}
|
|
2794
2856
|
}
|
|
2795
2857
|
|
|
2858
|
+
declare module "sap/ushell/sandbox/SandboxBootTask" {
|
|
2859
|
+
/**
|
|
2860
|
+
* The Unified Shell's bootstrap code for development sandbox scenarios.
|
|
2861
|
+
*
|
|
2862
|
+
* This module provides a boot task that integrates the sandbox configuration provider into the UI5 configuration
|
|
2863
|
+
* system. It is used for UI5 1.x compatibility where the boot task mechanism is required to inject configuration
|
|
2864
|
+
* before the framework fully initializes.
|
|
2865
|
+
*
|
|
2866
|
+
* For UI5 2.x, the preferred approach is to use the manifest-based configuration via `sandboxManifest.json`.
|
|
2867
|
+
*
|
|
2868
|
+
* Usage: Include this script before the UI5 bootstrap script to register the sandbox configuration provider
|
|
2869
|
+
* via the `xx-bootTask` mechanism.
|
|
2870
|
+
*
|
|
2871
|
+
* @since 1.136
|
|
2872
|
+
* @deprecated As of version 1.136. Use sandboxManifest.json with manifest-based boot configuration instead
|
|
2873
|
+
*/
|
|
2874
|
+
interface SandboxBootTask {}
|
|
2875
|
+
const SandboxBootTask: SandboxBootTask;
|
|
2876
|
+
/**
|
|
2877
|
+
* @deprecated As of version 1.136. Use sandboxManifest.json with manifest-based boot configuration instead
|
|
2878
|
+
*/
|
|
2879
|
+
export default SandboxBootTask;
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2796
2882
|
declare module "sap/ushell/services/AppConfiguration" {
|
|
2797
2883
|
import Button from "sap/m/Button";
|
|
2798
2884
|
|
|
@@ -2826,7 +2912,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2826
2912
|
* application settings buttons with the new buttons. It is meant to be used by applications that want to
|
|
2827
2913
|
* add their own settings button to the shell header.
|
|
2828
2914
|
*
|
|
2829
|
-
* @deprecated As of version 1.120. Use {@link sap.ushell.services.Extension#
|
|
2915
|
+
* @deprecated As of version 1.120. Use {@link sap.ushell.services.Extension#createUserAction} instead.
|
|
2830
2916
|
*/
|
|
2831
2917
|
addApplicationSettingsButtons(
|
|
2832
2918
|
/**
|
|
@@ -3062,10 +3148,6 @@ declare module "sap/ushell/services/AppLifeCycle/AppInfoParameterName" {
|
|
|
3062
3148
|
* @since 1.120.0
|
|
3063
3149
|
*/
|
|
3064
3150
|
enum AppInfoParameterName {
|
|
3065
|
-
/**
|
|
3066
|
-
* The ABAP transaction code which not always available and therefore can be undefined.
|
|
3067
|
-
*/
|
|
3068
|
-
"abap.transaction" = "abap.transaction",
|
|
3069
3151
|
/**
|
|
3070
3152
|
* ID of the framework
|
|
3071
3153
|
*/
|
|
@@ -3108,6 +3190,10 @@ declare module "sap/ushell/services/AppLifeCycle/AppInfoParameterName" {
|
|
|
3108
3190
|
* start with sap_)
|
|
3109
3191
|
*/
|
|
3110
3192
|
theme = "theme",
|
|
3193
|
+
/**
|
|
3194
|
+
* The transaction code which not always available and therefore can be undefined.
|
|
3195
|
+
*/
|
|
3196
|
+
transaction = "transaction",
|
|
3111
3197
|
}
|
|
3112
3198
|
export default AppInfoParameterName;
|
|
3113
3199
|
}
|
|
@@ -3840,7 +3926,7 @@ declare module "sap/ushell/services/Configuration" {
|
|
|
3840
3926
|
declare module "sap/ushell/services/ContentExtensionAdapterFactory" {
|
|
3841
3927
|
/**
|
|
3842
3928
|
* @since 1.62.0
|
|
3843
|
-
* @deprecated
|
|
3929
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
3844
3930
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3845
3931
|
*/
|
|
3846
3932
|
interface ContentExtensionAdapterFactory {
|
|
@@ -3893,7 +3979,7 @@ declare module "sap/ushell/services/ContentExtensionAdapterFactory" {
|
|
|
3893
3979
|
}
|
|
3894
3980
|
const ContentExtensionAdapterFactory: ContentExtensionAdapterFactory;
|
|
3895
3981
|
/**
|
|
3896
|
-
* @deprecated
|
|
3982
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
3897
3983
|
*/
|
|
3898
3984
|
export default ContentExtensionAdapterFactory;
|
|
3899
3985
|
}
|
|
@@ -3981,6 +4067,8 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3981
4067
|
* results especially on mobile devices where "back" is the previous inner-app state if these are put into
|
|
3982
4068
|
* the history!
|
|
3983
4069
|
*
|
|
4070
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#backToPreviousApp }
|
|
4071
|
+
* instead.
|
|
3984
4072
|
*
|
|
3985
4073
|
* @returns A promise which resolves once the back navigation was triggered
|
|
3986
4074
|
*/
|
|
@@ -3989,6 +4077,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3989
4077
|
* if sHashFragment is a compacted hash (sap-intent-param is present), in a hash, this function replaces
|
|
3990
4078
|
* it into a long url with all parameters expanded
|
|
3991
4079
|
*
|
|
4080
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
3992
4081
|
*
|
|
3993
4082
|
* @returns Resolves the expanded shell hash as first argument.
|
|
3994
4083
|
*/
|
|
@@ -4002,6 +4091,8 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4002
4091
|
* Returns a list of semantic objects of the intents the current user can navigate to.
|
|
4003
4092
|
*
|
|
4004
4093
|
* @since 1.38.0
|
|
4094
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#getSemanticObjects }
|
|
4095
|
+
* instead.
|
|
4005
4096
|
*
|
|
4006
4097
|
* @returns Resolves with an array of strings representing the semantic objects of the intents the current
|
|
4007
4098
|
* user can navigate to, or rejects with an error message. The returned array will not contain duplicates.
|
|
@@ -4014,6 +4105,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4014
4105
|
* to the user.
|
|
4015
4106
|
*
|
|
4016
4107
|
* @since 1.38.0
|
|
4108
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#getLinks} instead.
|
|
4017
4109
|
*
|
|
4018
4110
|
* @returns Resolves with an array of link objects containing (at least) the following properties:
|
|
4019
4111
|
* ```javascript
|
|
@@ -4256,6 +4348,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4256
4348
|
* that a single item remains.
|
|
4257
4349
|
*
|
|
4258
4350
|
* @since 1.48
|
|
4351
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#getPrimaryIntent} instead.
|
|
4259
4352
|
*
|
|
4260
4353
|
* @returns Resolves to an object of the following form when a relevant link object exists:
|
|
4261
4354
|
* ```javascript
|
|
@@ -4344,6 +4437,8 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4344
4437
|
/**
|
|
4345
4438
|
* Navigates back in history the number of given steps if this is supported by the underlying platform.
|
|
4346
4439
|
* If no argument is provided it will navigate back 1 step.
|
|
4440
|
+
*
|
|
4441
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#historyBack} instead.
|
|
4347
4442
|
*/
|
|
4348
4443
|
historyBack(
|
|
4349
4444
|
/**
|
|
@@ -4381,6 +4476,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4381
4476
|
* hash
|
|
4382
4477
|
*
|
|
4383
4478
|
* @since 1.94.0
|
|
4479
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#getHref} instead.
|
|
4384
4480
|
*
|
|
4385
4481
|
* @returns A promise which resolves a string which can be put into the link tag, containing the current
|
|
4386
4482
|
* shell navigation target and the specified application specific hash suffix
|
|
@@ -4563,6 +4659,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4563
4659
|
* to define a link to a Fiori application, for example.
|
|
4564
4660
|
*
|
|
4565
4661
|
* @since 1.94.0
|
|
4662
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#getHref} instead.
|
|
4566
4663
|
*
|
|
4567
4664
|
* @returns A Promise which resolves href for the specified parameters as an *external* shell hash; always
|
|
4568
4665
|
* starting with a hash character; all parameters and parameter names are URL-encoded (via encodeURIComponent)
|
|
@@ -4664,6 +4761,8 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4664
4761
|
* home, or another target that adds an entry in the browser history.
|
|
4665
4762
|
*
|
|
4666
4763
|
* @since 1.94.0
|
|
4764
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#isInitialNavigation }
|
|
4765
|
+
* instead.
|
|
4667
4766
|
*
|
|
4668
4767
|
* @returns This promise resolves with a boolean indicating if the current navigation is considered initial
|
|
4669
4768
|
*/
|
|
@@ -4729,6 +4828,8 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4729
4828
|
* {@link sap.ushell.services.CrossApplicationNavigation#hrefForExternal}.
|
|
4730
4829
|
*
|
|
4731
4830
|
* @since 1.32
|
|
4831
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#isNavigationSupported }
|
|
4832
|
+
* instead.
|
|
4732
4833
|
*
|
|
4733
4834
|
* @returns Resolves to an array of objects indicating whether the intent is supported or not. Each object
|
|
4734
4835
|
* has a property `supported` of type `boolean`.
|
|
@@ -4856,6 +4957,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4856
4957
|
* If the navigation target opens in a new window the running application may be retained.
|
|
4857
4958
|
*
|
|
4858
4959
|
* @since 1.15.0
|
|
4960
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#navigate} instead.
|
|
4859
4961
|
*
|
|
4860
4962
|
* @returns A `Promise` which resolves once the navigation was triggered. The `Promise` might never reject
|
|
4861
4963
|
* or resolve when an error occurs during the navigation.
|
|
@@ -4982,7 +5084,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
4982
5084
|
*
|
|
4983
5085
|
*
|
|
4984
5086
|
* @since 1.25.1
|
|
4985
|
-
* @deprecated As of version 1.93.
|
|
5087
|
+
* @deprecated As of version 1.93. Deprecated without successor.
|
|
4986
5088
|
*/
|
|
4987
5089
|
export default class EndUserFeedback extends sap.ushell.services.Service {
|
|
4988
5090
|
/**
|
|
@@ -4992,7 +5094,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
4992
5094
|
|
|
4993
5095
|
/**
|
|
4994
5096
|
* @since 1.25.1
|
|
4995
|
-
* @deprecated As of version 1.93.
|
|
5097
|
+
* @deprecated As of version 1.93. Deprecated without successor.
|
|
4996
5098
|
*
|
|
4997
5099
|
* @returns Empty string
|
|
4998
5100
|
*/
|
|
@@ -5001,7 +5103,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
5001
5103
|
* The service is deprecated. The function always returns a negative answer.
|
|
5002
5104
|
*
|
|
5003
5105
|
* @since 1.25.1
|
|
5004
|
-
* @deprecated As of version 1.93.
|
|
5106
|
+
* @deprecated As of version 1.93. Deprecated without successor.
|
|
5005
5107
|
*
|
|
5006
5108
|
* @returns Rejected promise.
|
|
5007
5109
|
*/
|
|
@@ -5010,7 +5112,7 @@ declare module "sap/ushell/services/EndUserFeedback" {
|
|
|
5010
5112
|
* Sends a feedback.
|
|
5011
5113
|
*
|
|
5012
5114
|
* @since 1.25.1
|
|
5013
|
-
* @deprecated As of version 1.93.
|
|
5115
|
+
* @deprecated As of version 1.93. Deprecated without successor.
|
|
5014
5116
|
*
|
|
5015
5117
|
* @returns Empty promise
|
|
5016
5118
|
*/
|
|
@@ -5731,7 +5833,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5731
5833
|
* with the field "contentProvider".
|
|
5732
5834
|
*
|
|
5733
5835
|
* @since 1.15.0
|
|
5734
|
-
* @deprecated As of version 1.99. Deprecated together with the classic homepage.
|
|
5836
|
+
* @deprecated As of version 1.99. Deprecated without successor together with the classic homepage.
|
|
5735
5837
|
*/
|
|
5736
5838
|
export default class LaunchPage extends sap.ushell.services.Service {
|
|
5737
5839
|
/**
|
|
@@ -5746,6 +5848,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5746
5848
|
*
|
|
5747
5849
|
* In case of failure it gets the consistent (i.e. persisted) backend state of all groups.
|
|
5748
5850
|
*
|
|
5851
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5749
5852
|
*
|
|
5750
5853
|
* @returns Resolves once the group was added.
|
|
5751
5854
|
*/
|
|
@@ -5762,6 +5865,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5762
5865
|
*
|
|
5763
5866
|
* In case of error it gets the consistent (i.e. persisted) backend state of all groups.
|
|
5764
5867
|
*
|
|
5868
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5765
5869
|
*
|
|
5766
5870
|
* @returns Resolves the group.
|
|
5767
5871
|
*/
|
|
@@ -5783,6 +5887,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5783
5887
|
* Intention: the page builder by default puts this tile at the end of the default group. In case of failure
|
|
5784
5888
|
* it gets the consistent (i.e. persisted) backend state of the default group.
|
|
5785
5889
|
*
|
|
5890
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5786
5891
|
*
|
|
5787
5892
|
* @returns Resolves once the tile was added.
|
|
5788
5893
|
*/
|
|
@@ -5799,6 +5904,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5799
5904
|
/**
|
|
5800
5905
|
* Returns the press handler for clicking on a tile.
|
|
5801
5906
|
*
|
|
5907
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5802
5908
|
*
|
|
5803
5909
|
* @returns handler for clicking on the tile.
|
|
5804
5910
|
*/
|
|
@@ -5812,6 +5918,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5812
5918
|
* Returns catalog's technical data.
|
|
5813
5919
|
*
|
|
5814
5920
|
* @since 1.21.2
|
|
5921
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5815
5922
|
*
|
|
5816
5923
|
* @returns An object that includes the following properties (the list may include additional properties):
|
|
5817
5924
|
*
|
|
@@ -5830,6 +5937,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5830
5937
|
* The technical error message is not translated!
|
|
5831
5938
|
*
|
|
5832
5939
|
* @since 1.17.1
|
|
5940
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5833
5941
|
*
|
|
5834
5942
|
* @returns The technical error message or `undefined` if the catalog was loaded properly
|
|
5835
5943
|
*/
|
|
@@ -5842,6 +5950,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5842
5950
|
/**
|
|
5843
5951
|
* Returns the catalog's unique identifier
|
|
5844
5952
|
*
|
|
5953
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5845
5954
|
*
|
|
5846
5955
|
* @returns Catalog id
|
|
5847
5956
|
*/
|
|
@@ -5858,6 +5967,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5858
5967
|
* Progress notifications are sent for each single catalog, i.e. attaching a `progress` handler gives
|
|
5859
5968
|
* you the same possibilities as attaching a `done` handler, but with the advantage of improved responsiveness.
|
|
5860
5969
|
*
|
|
5970
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5861
5971
|
*
|
|
5862
5972
|
* @returns Resolves an array of black-box catalog objects is provided (which might be empty). In case of
|
|
5863
5973
|
* failure, an error message is passed. Progress notifications are sent for each single catalog, providing
|
|
@@ -5881,6 +5991,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5881
5991
|
* for a group tile. In the latter case, the function returns the unique identifier of the catalog tile
|
|
5882
5992
|
* on which the group tile is based.
|
|
5883
5993
|
*
|
|
5994
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5884
5995
|
*
|
|
5885
5996
|
* @returns Tile id
|
|
5886
5997
|
*/
|
|
@@ -5895,6 +6006,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5895
6006
|
* Note: getCatalogTileViewControl **must** be called **before** this method. Otherwise the keywords may
|
|
5896
6007
|
* be incomplete.
|
|
5897
6008
|
*
|
|
6009
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5898
6010
|
*
|
|
5899
6011
|
* @returns The keywords associated with this catalog tile
|
|
5900
6012
|
*/
|
|
@@ -5908,6 +6020,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5908
6020
|
* Returns preview icon for a catalog tile.
|
|
5909
6021
|
*
|
|
5910
6022
|
* @since 1.16.3
|
|
6023
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5911
6024
|
*
|
|
5912
6025
|
* @returns Preview icon as URL/URI for the catalog tile's underlying application as provided via the "preview"
|
|
5913
6026
|
* contract
|
|
@@ -5922,6 +6035,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5922
6035
|
* Returns the catalog tile info
|
|
5923
6036
|
*
|
|
5924
6037
|
* @since 1.67.0
|
|
6038
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5925
6039
|
*
|
|
5926
6040
|
* @returns The catalog tile info
|
|
5927
6041
|
*/
|
|
@@ -5935,6 +6049,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5935
6049
|
* Returns preview subtitle for a catalog tile.
|
|
5936
6050
|
*
|
|
5937
6051
|
* @since 1.40
|
|
6052
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5938
6053
|
*
|
|
5939
6054
|
* @returns Preview subtitle for the catalog tile's underlying application as provided via the "preview"
|
|
5940
6055
|
* contract
|
|
@@ -5949,6 +6064,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5949
6064
|
* Returns preview title for a catalog tile.
|
|
5950
6065
|
*
|
|
5951
6066
|
* @since 1.16.3
|
|
6067
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5952
6068
|
*
|
|
5953
6069
|
* @returns Preview title for the catalog tile's underlying application as provided via the "preview" contract
|
|
5954
6070
|
*/
|
|
@@ -5961,6 +6077,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5961
6077
|
/**
|
|
5962
6078
|
* Returns the tiles of a catalog.
|
|
5963
6079
|
*
|
|
6080
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5964
6081
|
*
|
|
5965
6082
|
* @returns Resolve the catalog tiles.
|
|
5966
6083
|
*/
|
|
@@ -5973,6 +6090,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5973
6090
|
/**
|
|
5974
6091
|
* Returns the size of a catalog tile as a string. For example: "1x1", "1x2"
|
|
5975
6092
|
*
|
|
6093
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5976
6094
|
*
|
|
5977
6095
|
* @returns Tile size in units in 1x1 or 1x2 format
|
|
5978
6096
|
*/
|
|
@@ -5985,6 +6103,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5985
6103
|
/**
|
|
5986
6104
|
* Returns the tags associated with a catalog tile which can be used to find the catalog tile in a tag filter.
|
|
5987
6105
|
*
|
|
6106
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
5988
6107
|
*
|
|
5989
6108
|
* @returns The tags associated with this catalog tile
|
|
5990
6109
|
*/
|
|
@@ -5997,6 +6116,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5997
6116
|
/**
|
|
5998
6117
|
* Returns the navigation target URL of a catalog tile.
|
|
5999
6118
|
*
|
|
6119
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6000
6120
|
*
|
|
6001
6121
|
* @returns The target URL for the catalog tile's underlying application as provided via the "preview" contract
|
|
6002
6122
|
*/
|
|
@@ -6011,6 +6131,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6011
6131
|
* for apps. Note: getCatalogTileViewControl **must** be called **before** this method. Otherwise the technical
|
|
6012
6132
|
* attributes may be incomplete.
|
|
6013
6133
|
*
|
|
6134
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6014
6135
|
*
|
|
6015
6136
|
* @returns The technical attributes associated with this catalog tile if this is supported by the adapter
|
|
6016
6137
|
* implementation
|
|
@@ -6024,6 +6145,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6024
6145
|
/**
|
|
6025
6146
|
* Returns the catalog tile's title
|
|
6026
6147
|
*
|
|
6148
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6027
6149
|
*
|
|
6028
6150
|
* @returns Tile title
|
|
6029
6151
|
*/
|
|
@@ -6053,6 +6175,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6053
6175
|
/**
|
|
6054
6176
|
* Returns the UI5 view or control of a catalog tile
|
|
6055
6177
|
*
|
|
6178
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6056
6179
|
*
|
|
6057
6180
|
* @returns Resolves the Catalog Tile View
|
|
6058
6181
|
*/
|
|
@@ -6069,6 +6192,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6069
6192
|
/**
|
|
6070
6193
|
* Returns the catalog's title
|
|
6071
6194
|
*
|
|
6195
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6072
6196
|
*
|
|
6073
6197
|
* @returns Catalog title
|
|
6074
6198
|
*/
|
|
@@ -6081,6 +6205,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6081
6205
|
/**
|
|
6082
6206
|
* Returns the default group of the user.
|
|
6083
6207
|
*
|
|
6208
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6084
6209
|
*
|
|
6085
6210
|
* @returns Resolves the default group.
|
|
6086
6211
|
*/
|
|
@@ -6088,6 +6213,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6088
6213
|
/**
|
|
6089
6214
|
* Returns the unique identifier of the given group
|
|
6090
6215
|
*
|
|
6216
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6091
6217
|
*
|
|
6092
6218
|
* @returns Group id
|
|
6093
6219
|
*/
|
|
@@ -6110,6 +6236,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6110
6236
|
* Returns an array of 'anonymous' tiles of a group. The order of the array is the order of tiles that will
|
|
6111
6237
|
* be displayed to the user.
|
|
6112
6238
|
*
|
|
6239
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6113
6240
|
*
|
|
6114
6241
|
* @returns The group tiles array
|
|
6115
6242
|
*/
|
|
@@ -6122,6 +6249,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6122
6249
|
/**
|
|
6123
6250
|
* Returns the title of the given group.
|
|
6124
6251
|
*
|
|
6252
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6125
6253
|
*
|
|
6126
6254
|
* @returns group title
|
|
6127
6255
|
*/
|
|
@@ -6135,6 +6263,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6135
6263
|
* Returns an array of link tiles for a group. The order of the array is the order in which the links will
|
|
6136
6264
|
* be displayed to the user.
|
|
6137
6265
|
*
|
|
6266
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6138
6267
|
*
|
|
6139
6268
|
* @returns The array of link tiles
|
|
6140
6269
|
*/
|
|
@@ -6147,6 +6276,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6147
6276
|
/**
|
|
6148
6277
|
* Returns the tile's unique identifier
|
|
6149
6278
|
*
|
|
6279
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6150
6280
|
*
|
|
6151
6281
|
* @returns Tile id
|
|
6152
6282
|
*/
|
|
@@ -6159,6 +6289,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6159
6289
|
/**
|
|
6160
6290
|
* Returns the tile size in the format of 1x1 or 1x2 string
|
|
6161
6291
|
*
|
|
6292
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6162
6293
|
*
|
|
6163
6294
|
* @returns tile size in units in 1x1 format
|
|
6164
6295
|
*/
|
|
@@ -6174,6 +6305,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6174
6305
|
* The navigation target string is used (when assigned to `location.hash`) for performing a navigation action
|
|
6175
6306
|
* that eventually opens the application represented by the tile.
|
|
6176
6307
|
*
|
|
6308
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6177
6309
|
*
|
|
6178
6310
|
* @returns the tile target
|
|
6179
6311
|
*/
|
|
@@ -6186,6 +6318,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6186
6318
|
/**
|
|
6187
6319
|
* Returns the tile's title.
|
|
6188
6320
|
*
|
|
6321
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6189
6322
|
*
|
|
6190
6323
|
* @returns The title
|
|
6191
6324
|
*/
|
|
@@ -6198,6 +6331,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6198
6331
|
/**
|
|
6199
6332
|
* Returns the tile's type.
|
|
6200
6333
|
*
|
|
6334
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6201
6335
|
*
|
|
6202
6336
|
* @returns The type
|
|
6203
6337
|
*/
|
|
@@ -6210,6 +6344,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6210
6344
|
/**
|
|
6211
6345
|
* Returns UI5 view or control of the tile.
|
|
6212
6346
|
*
|
|
6347
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6213
6348
|
*
|
|
6214
6349
|
* @returns Resolves the UI5 view or control of the tile.
|
|
6215
6350
|
*/
|
|
@@ -6229,6 +6364,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6229
6364
|
* #getCatalogs
|
|
6230
6365
|
*
|
|
6231
6366
|
* @since 1.16.4
|
|
6367
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6232
6368
|
*
|
|
6233
6369
|
* @returns `true` in case the catalogs are still valid; `false` if not
|
|
6234
6370
|
*/
|
|
@@ -6238,6 +6374,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6238
6374
|
*
|
|
6239
6375
|
* Returns `true` if the group is featured and `false` if not.
|
|
6240
6376
|
*
|
|
6377
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6241
6378
|
*
|
|
6242
6379
|
* @returns `true` if featured; `false` if not (or as default in case the function was not implemented in
|
|
6243
6380
|
* the proper adapter).
|
|
@@ -6254,6 +6391,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6254
6391
|
*
|
|
6255
6392
|
* Returns `true` if the group is locked and `false` if not.
|
|
6256
6393
|
*
|
|
6394
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6257
6395
|
*
|
|
6258
6396
|
* @returns `true` if locked; `false` if not (or as default in case the function was not implemented in
|
|
6259
6397
|
* the proper adapter).
|
|
@@ -6270,6 +6408,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6270
6408
|
* Returns `true` if the group can be removed (i.e. if the given group was created by the user) and `false`
|
|
6271
6409
|
* if the group can only be reset.
|
|
6272
6410
|
*
|
|
6411
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6273
6412
|
*
|
|
6274
6413
|
* @returns `true` if removable; `false` if resettable
|
|
6275
6414
|
*/
|
|
@@ -6285,6 +6424,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6285
6424
|
* Intention: the page builder already moved the page (visible to the user) and if successful - nothing
|
|
6286
6425
|
* needs to be done. In case of failure it gets the consistent (i.e. persisted) backend state of all groups.
|
|
6287
6426
|
*
|
|
6427
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6288
6428
|
*
|
|
6289
6429
|
* @returns Resolves once the group was moved.
|
|
6290
6430
|
*/
|
|
@@ -6308,6 +6448,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6308
6448
|
*
|
|
6309
6449
|
* The source and the target groups tiles are in the form of the @see sap.ushell.services.LaunchPage.getGroupTiles
|
|
6310
6450
|
*
|
|
6451
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6311
6452
|
*
|
|
6312
6453
|
* @returns Resolves once the tile was moved.
|
|
6313
6454
|
*/
|
|
@@ -6343,6 +6484,8 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6343
6484
|
/**
|
|
6344
6485
|
* Triggers a refresh action of a tile. Typically this action is related to the value presented in dynamic
|
|
6345
6486
|
* tiles
|
|
6487
|
+
*
|
|
6488
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6346
6489
|
*/
|
|
6347
6490
|
refreshTile(
|
|
6348
6491
|
/**
|
|
@@ -6380,6 +6523,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6380
6523
|
*
|
|
6381
6524
|
* In case of failure it gets the consistent (i.e. persisted) backend state of all groups.
|
|
6382
6525
|
*
|
|
6526
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6383
6527
|
*
|
|
6384
6528
|
* @returns Resolves once the group was removed.
|
|
6385
6529
|
*/
|
|
@@ -6400,6 +6544,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6400
6544
|
*
|
|
6401
6545
|
* In case of failure it gets the consistent (i.e. persisted) backend state of the group.
|
|
6402
6546
|
*
|
|
6547
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6403
6548
|
*
|
|
6404
6549
|
* @returns Resolves once the tile was removed.
|
|
6405
6550
|
*/
|
|
@@ -6428,6 +6573,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6428
6573
|
* consistent (i.e. persisted) backend state of all groups. The returned group object is the same as the
|
|
6429
6574
|
* one returned by @see sap.ushell.services.LaunchPage.getGroups
|
|
6430
6575
|
*
|
|
6576
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6431
6577
|
*
|
|
6432
6578
|
* @returns Resolves once the group was reset.
|
|
6433
6579
|
*/
|
|
@@ -6448,6 +6594,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6448
6594
|
* is already visible to the user. In case of failure it gets the consistent (i.e. persisted) backend state
|
|
6449
6595
|
* of the group title, in most cases the old title.
|
|
6450
6596
|
*
|
|
6597
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6451
6598
|
*
|
|
6452
6599
|
* @returns Resolves once the group title was set.
|
|
6453
6600
|
*/
|
|
@@ -6463,6 +6610,8 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6463
6610
|
): jQuery.Promise;
|
|
6464
6611
|
/**
|
|
6465
6612
|
* Sets the tile's visibility state and notifies the tile about the change.
|
|
6613
|
+
*
|
|
6614
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
6466
6615
|
*/
|
|
6467
6616
|
setTileVisible(
|
|
6468
6617
|
/**
|
|
@@ -6493,7 +6642,8 @@ declare module "sap/ushell/services/Message" {
|
|
|
6493
6642
|
*
|
|
6494
6643
|
*
|
|
6495
6644
|
* @since 1.16.0
|
|
6496
|
-
* @deprecated As of version 1.120.
|
|
6645
|
+
* @deprecated As of version 1.120. Please use {@link sap.m.MessageToast}, {@link sap.m.MessageBox}, or
|
|
6646
|
+
* {@link sap.m.Dialog} instead.
|
|
6497
6647
|
*/
|
|
6498
6648
|
export default class Message extends sap.ushell.services.Service {
|
|
6499
6649
|
/**
|
|
@@ -7067,6 +7217,7 @@ declare module "sap/ushell/services/NavTargetResolution" {
|
|
|
7067
7217
|
*
|
|
7068
7218
|
* This is an asynchronous operation.
|
|
7069
7219
|
*
|
|
7220
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
7070
7221
|
*
|
|
7071
7222
|
* @returns Resolves expanded shell hash (in internal format).
|
|
7072
7223
|
*/
|
|
@@ -7085,6 +7236,8 @@ declare module "sap/ushell/services/NavTargetResolution" {
|
|
|
7085
7236
|
* the same input as {@link toExternal}/ {@link hrefForExternal}.
|
|
7086
7237
|
*
|
|
7087
7238
|
* @since 1.32
|
|
7239
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation#isNavigationSupported }
|
|
7240
|
+
* instead.
|
|
7088
7241
|
*
|
|
7089
7242
|
* @returns Resolves an array of objects representing whether the intent is supported or not objects with
|
|
7090
7243
|
* a property `supported` of type `boolean`.
|
|
@@ -7190,6 +7343,7 @@ declare module "sap/ushell/services/NavTargetResolution" {
|
|
|
7190
7343
|
*
|
|
7191
7344
|
* This is an asynchronous operation.
|
|
7192
7345
|
*
|
|
7346
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
7193
7347
|
*
|
|
7194
7348
|
* @returns Resolves an object that you can use to create a {@link sap.ushell.components.container.ApplicationContainer }
|
|
7195
7349
|
* or `undefined` in case the hash fragment was empty. Typically it contains the following information:
|
|
@@ -7307,6 +7461,8 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7307
7461
|
*
|
|
7308
7462
|
*
|
|
7309
7463
|
* @since 1.34
|
|
7464
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#dismissNotification }
|
|
7465
|
+
* instead.
|
|
7310
7466
|
*
|
|
7311
7467
|
* @returns Resolves to undefined or it is rejected with a message object
|
|
7312
7468
|
*/
|
|
@@ -7322,6 +7478,8 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7322
7478
|
* data to the consumers.
|
|
7323
7479
|
*
|
|
7324
7480
|
* @since 1.32
|
|
7481
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#executeBulkAction }
|
|
7482
|
+
* instead.
|
|
7325
7483
|
*
|
|
7326
7484
|
* @returns Promise object that on success resolves to undefined or it is rejected with failed notifications
|
|
7327
7485
|
*/
|
|
@@ -7339,6 +7497,8 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7339
7497
|
* Returns the notifications of the user sorted by type include the group headers and the notifications
|
|
7340
7498
|
*
|
|
7341
7499
|
* @since 1.38
|
|
7500
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#getNotificationsByTypeWithGroupHeaders }
|
|
7501
|
+
* instead.
|
|
7342
7502
|
*
|
|
7343
7503
|
* @returns Resolves all notification items
|
|
7344
7504
|
*/
|
|
@@ -7348,6 +7508,8 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7348
7508
|
* e.g. Notifications for user.
|
|
7349
7509
|
*
|
|
7350
7510
|
* @since 1.44
|
|
7511
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#getNotificationsCount }
|
|
7512
|
+
* instead.
|
|
7351
7513
|
*
|
|
7352
7514
|
* @returns Returns the number of notifications of the user
|
|
7353
7515
|
*/
|
|
@@ -7356,6 +7518,8 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7356
7518
|
* Returns the group headers of the user notifications
|
|
7357
7519
|
*
|
|
7358
7520
|
* @since 1.44
|
|
7521
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#getNotificationsGroupHeaders }
|
|
7522
|
+
* instead.
|
|
7359
7523
|
*
|
|
7360
7524
|
* @returns Resolves all group headers
|
|
7361
7525
|
*/
|
|
@@ -7365,6 +7529,8 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7365
7529
|
* e.g. Notifications that the user hasn't seen yet.
|
|
7366
7530
|
*
|
|
7367
7531
|
* @since 1.32
|
|
7532
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#getUnseenNotificationsCount }
|
|
7533
|
+
* instead.
|
|
7368
7534
|
*
|
|
7369
7535
|
* @returns Resolves the number of unread notifications of the user
|
|
7370
7536
|
*/
|
|
@@ -7387,6 +7553,7 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7387
7553
|
*
|
|
7388
7554
|
*
|
|
7389
7555
|
* @since 1.32
|
|
7556
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#init} instead.
|
|
7390
7557
|
*/
|
|
7391
7558
|
init(): void;
|
|
7392
7559
|
/**
|
|
@@ -7396,12 +7563,15 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7396
7563
|
*
|
|
7397
7564
|
*
|
|
7398
7565
|
* @since 1.32.0
|
|
7566
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#isEnabled} instead.
|
|
7399
7567
|
*
|
|
7400
7568
|
* @returns A boolean value indicating whether the notifications service is enabled
|
|
7401
7569
|
*/
|
|
7402
7570
|
isEnabled(): boolean;
|
|
7403
7571
|
/**
|
|
7404
7572
|
* @since 1.38
|
|
7573
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#isFirstDataLoaded }
|
|
7574
|
+
* instead.
|
|
7405
7575
|
*
|
|
7406
7576
|
* @returns boolean value whether first request was already performed and data was returned.
|
|
7407
7577
|
*/
|
|
@@ -7412,6 +7582,7 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7412
7582
|
* data to the consumers.
|
|
7413
7583
|
*
|
|
7414
7584
|
* @since 1.34
|
|
7585
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#markRead} instead.
|
|
7415
7586
|
*
|
|
7416
7587
|
* @returns Resolves to undefined or it is rejected with a message object
|
|
7417
7588
|
*/
|
|
@@ -7427,12 +7598,16 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7427
7598
|
*
|
|
7428
7599
|
*
|
|
7429
7600
|
* @since 1.32
|
|
7601
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#notificationsSeen }
|
|
7602
|
+
* instead.
|
|
7430
7603
|
*/
|
|
7431
7604
|
notificationsSeen(): void;
|
|
7432
7605
|
/**
|
|
7433
7606
|
* Gets a callback function that will be called when updated unseen notifications count is available.
|
|
7434
7607
|
*
|
|
7435
7608
|
* @since 1.32
|
|
7609
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#registerNotificationCountUpdateCallback }
|
|
7610
|
+
* instead.
|
|
7436
7611
|
*/
|
|
7437
7612
|
registerNotificationCountUpdateCallback(
|
|
7438
7613
|
/**
|
|
@@ -7444,6 +7619,8 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7444
7619
|
* Gets a callback function that will be called when updated notifications data is available.
|
|
7445
7620
|
*
|
|
7446
7621
|
* @since 1.32
|
|
7622
|
+
* @deprecated As of version 1.119. Please use {@link sap.ushell.services.NotificationsV2#registerNotificationsUpdateCallback }
|
|
7623
|
+
* instead.
|
|
7447
7624
|
*/
|
|
7448
7625
|
registerNotificationsUpdateCallback(
|
|
7449
7626
|
/**
|
|
@@ -7935,6 +8112,8 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
7935
8112
|
* An initial object is returned.
|
|
7936
8113
|
*
|
|
7937
8114
|
* @since 1.22.0
|
|
8115
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2#createEmptyContainer }
|
|
8116
|
+
* instead.
|
|
7938
8117
|
*
|
|
7939
8118
|
* @returns Resolves a {@link sap.ushell.services.Personalization.ContextContainer} object as parameter.
|
|
7940
8119
|
* The personalization container provides two different interfaces to synchronously operate on personalization
|
|
@@ -7971,6 +8150,8 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
7971
8150
|
* Note: Invoking this operation while another save or load operation is under way may result in failure.
|
|
7972
8151
|
*
|
|
7973
8152
|
* @since 1.22.0
|
|
8153
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2#deleteContainer }
|
|
8154
|
+
* instead.
|
|
7974
8155
|
*
|
|
7975
8156
|
* @returns Resolves once the container was deleted.
|
|
7976
8157
|
*/
|
|
@@ -8071,6 +8252,8 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
8071
8252
|
* validity : Infinity}) may return a valid dataset.
|
|
8072
8253
|
*
|
|
8073
8254
|
* @since 1.22.0
|
|
8255
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2#getContainer }
|
|
8256
|
+
* instead.
|
|
8074
8257
|
*
|
|
8075
8258
|
* @returns Resolves a {@link sap.ushell.services.Personalization.ContextContainer} object as parameter.
|
|
8076
8259
|
* The container provides setItemValue / getItemValue methods to synchronously operate on personalization
|
|
@@ -8102,6 +8285,8 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
8102
8285
|
* based on the generated key must not be used for sensitive data.
|
|
8103
8286
|
*
|
|
8104
8287
|
* @since 1.28.0
|
|
8288
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2#getGeneratedKey }
|
|
8289
|
+
* instead.
|
|
8105
8290
|
*
|
|
8106
8291
|
* @returns 40 character string consisting of A-Z and 0-9 which can be used as a generated key for personalization
|
|
8107
8292
|
* container. Every invocation returns a new key. Seed of random function is OS Random Seed.
|
|
@@ -8170,6 +8355,8 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
8170
8355
|
* instead for this scenario.
|
|
8171
8356
|
*
|
|
8172
8357
|
* @since 1.15.0
|
|
8358
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2#getPersonalizer }
|
|
8359
|
+
* instead.
|
|
8173
8360
|
*
|
|
8174
8361
|
* @returns A Personalizer which provides generic read and write access to the currently logged on user's
|
|
8175
8362
|
* personalization settings.
|
|
@@ -8205,6 +8392,8 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
8205
8392
|
* table personalization data.
|
|
8206
8393
|
*
|
|
8207
8394
|
* @since 1.18.0
|
|
8395
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2#getTransientPersonalizer }
|
|
8396
|
+
* instead.
|
|
8208
8397
|
*
|
|
8209
8398
|
* @returns A TransientPersonalizer which provides asynchronous read and write access to a transient personalization
|
|
8210
8399
|
* data storage.
|
|
@@ -8233,7 +8422,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8233
8422
|
* Returns an array with all internal keys of direct items in the container.
|
|
8234
8423
|
*
|
|
8235
8424
|
* @since 1.22.0
|
|
8236
|
-
* @deprecated As of version 1.120.
|
|
8425
|
+
* @deprecated As of version 1.120. Deprecated without successor. This internal method should not be used.
|
|
8237
8426
|
*
|
|
8238
8427
|
* @returns item keys
|
|
8239
8428
|
*/
|
|
@@ -8242,12 +8431,16 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8242
8431
|
* clears the local copy data of this container
|
|
8243
8432
|
*
|
|
8244
8433
|
* @since 1.22.0
|
|
8434
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#clearData }
|
|
8435
|
+
* instead.
|
|
8245
8436
|
*/
|
|
8246
8437
|
clear(): void;
|
|
8247
8438
|
/**
|
|
8248
8439
|
* Checks if a specific direct item is contained in the container.
|
|
8249
8440
|
*
|
|
8250
8441
|
* @since 1.22.0
|
|
8442
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#containsItem }
|
|
8443
|
+
* instead.
|
|
8251
8444
|
*
|
|
8252
8445
|
* @returns true if the container contains a direct item with the key
|
|
8253
8446
|
*/
|
|
@@ -8261,6 +8454,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8261
8454
|
* Deletes a direct item from the container. In case the item does not exist, nothing happens.
|
|
8262
8455
|
*
|
|
8263
8456
|
* @since 1.22.0
|
|
8457
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#deleteItem }
|
|
8458
|
+
* instead.
|
|
8264
8459
|
*/
|
|
8265
8460
|
delItem(
|
|
8266
8461
|
/**
|
|
@@ -8272,6 +8467,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8272
8467
|
* flush all pending request; The result of the promise may reflect the last pending operation in the queue
|
|
8273
8468
|
*
|
|
8274
8469
|
* @since 1.22.0
|
|
8470
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#flushPendingRequests }
|
|
8471
|
+
* instead.
|
|
8275
8472
|
*
|
|
8276
8473
|
* @returns Resolves once the requests were flushed.
|
|
8277
8474
|
*/
|
|
@@ -8280,6 +8477,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8280
8477
|
* Returns an array with the keys of direct items in the container.
|
|
8281
8478
|
*
|
|
8282
8479
|
* @since 1.22.0
|
|
8480
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#getItemKeys }
|
|
8481
|
+
* instead.
|
|
8283
8482
|
*
|
|
8284
8483
|
* @returns item keys
|
|
8285
8484
|
*/
|
|
@@ -8288,6 +8487,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8288
8487
|
* Returns the value for a direct item from the container. (Value semantics, new copy is returned)
|
|
8289
8488
|
*
|
|
8290
8489
|
* @since 1.22.0
|
|
8490
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#getItemValue }
|
|
8491
|
+
* instead.
|
|
8291
8492
|
*
|
|
8292
8493
|
* @returns item value (JSON object). In case the container does not contain a direct item with this key
|
|
8293
8494
|
* `undefined` is returned.
|
|
@@ -8302,6 +8503,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8302
8503
|
* return the container key as a string variable
|
|
8303
8504
|
*
|
|
8304
8505
|
* @since 1.28.0
|
|
8506
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#getKey }
|
|
8507
|
+
* instead.
|
|
8305
8508
|
*
|
|
8306
8509
|
* @returns the container key
|
|
8307
8510
|
*/
|
|
@@ -8311,6 +8514,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8311
8514
|
* It will permit all read accesses to the container, but block all modifying accesses.
|
|
8312
8515
|
*
|
|
8313
8516
|
* @since 1.28.0
|
|
8517
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
8314
8518
|
*
|
|
8315
8519
|
* @returns unmodifiable wrapper instance
|
|
8316
8520
|
*/
|
|
@@ -8334,6 +8538,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8334
8538
|
* Synchronous read and write operations before the load is done have undefined effects.
|
|
8335
8539
|
*
|
|
8336
8540
|
* @since 1.22.0
|
|
8541
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#load }
|
|
8542
|
+
* instead.
|
|
8337
8543
|
*
|
|
8338
8544
|
* @returns Resolves once the context container is loaded.
|
|
8339
8545
|
*/
|
|
@@ -8343,7 +8549,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8343
8549
|
* is serialized.
|
|
8344
8550
|
*
|
|
8345
8551
|
* @since 1.22.0
|
|
8346
|
-
* @deprecated As of version 1.120.
|
|
8552
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#save }
|
|
8347
8553
|
* instead.
|
|
8348
8554
|
*
|
|
8349
8555
|
* @returns Resolves once the container is saved.
|
|
@@ -8356,6 +8562,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8356
8562
|
* seconds before. The current state is serialized.
|
|
8357
8563
|
*
|
|
8358
8564
|
* @since 1.22.0
|
|
8565
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#save }
|
|
8566
|
+
* instead.
|
|
8359
8567
|
*
|
|
8360
8568
|
* @returns Resolves once the container is saved.
|
|
8361
8569
|
*
|
|
@@ -8373,6 +8581,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8373
8581
|
* set
|
|
8374
8582
|
*
|
|
8375
8583
|
* @since 1.22.0
|
|
8584
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer#setItemValue }
|
|
8585
|
+
* instead.
|
|
8376
8586
|
*/
|
|
8377
8587
|
setItemValue(
|
|
8378
8588
|
/**
|
|
@@ -8427,6 +8637,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8427
8637
|
* Checks if a specific item is contained in this variant.
|
|
8428
8638
|
*
|
|
8429
8639
|
* @since 1.18.0
|
|
8640
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#containsItem }
|
|
8641
|
+
* instead.
|
|
8430
8642
|
*
|
|
8431
8643
|
* @returns true if the variant contains an item with the key
|
|
8432
8644
|
*/
|
|
@@ -8440,6 +8652,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8440
8652
|
* Deletes an item from this variant. In case the item does not exist, nothing happens.
|
|
8441
8653
|
*
|
|
8442
8654
|
* @since 1.18.0
|
|
8655
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#deleteItem }
|
|
8656
|
+
* instead.
|
|
8443
8657
|
*
|
|
8444
8658
|
* @returns whether the key was removed.
|
|
8445
8659
|
*/
|
|
@@ -8453,6 +8667,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8453
8667
|
* Returns an array with the keys of all items in this variant.
|
|
8454
8668
|
*
|
|
8455
8669
|
* @since 1.18.0
|
|
8670
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getItemKeys }
|
|
8671
|
+
* instead.
|
|
8456
8672
|
*
|
|
8457
8673
|
* @returns item keys
|
|
8458
8674
|
*/
|
|
@@ -8461,6 +8677,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8461
8677
|
* Returns the value for an item in this variant.
|
|
8462
8678
|
*
|
|
8463
8679
|
* @since 1.18.0
|
|
8680
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getItemValue }
|
|
8681
|
+
* instead.
|
|
8464
8682
|
*
|
|
8465
8683
|
* @returns item value (JSON object). In case the variant does not contain an item with this key `undefined`
|
|
8466
8684
|
* is returned.
|
|
@@ -8475,6 +8693,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8475
8693
|
* Returns the key of this variant.
|
|
8476
8694
|
*
|
|
8477
8695
|
* @since 1.18.0
|
|
8696
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getVariantKey }
|
|
8697
|
+
* instead.
|
|
8478
8698
|
*
|
|
8479
8699
|
* @returns variant key.
|
|
8480
8700
|
*/
|
|
@@ -8483,6 +8703,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8483
8703
|
* Returns the name of this variant.
|
|
8484
8704
|
*
|
|
8485
8705
|
* @since 1.18.0
|
|
8706
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getVariantName }
|
|
8707
|
+
* instead.
|
|
8486
8708
|
*
|
|
8487
8709
|
* @returns variant name.
|
|
8488
8710
|
*/
|
|
@@ -8491,6 +8713,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8491
8713
|
* Sets the value for an item in this variant.
|
|
8492
8714
|
*
|
|
8493
8715
|
* @since 1.18.0
|
|
8716
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#setItemValue }
|
|
8717
|
+
* instead.
|
|
8494
8718
|
*
|
|
8495
8719
|
* @returns the old value.
|
|
8496
8720
|
*/
|
|
@@ -8529,6 +8753,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8529
8753
|
* In case a variant with this name is already existing an exception is thrown.
|
|
8530
8754
|
*
|
|
8531
8755
|
* @since 1.18.0
|
|
8756
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#addVariant }
|
|
8757
|
+
* instead.
|
|
8532
8758
|
*
|
|
8533
8759
|
* @returns {@link sap.ushell.services.Personalization.PersonalizationContainerVariant}
|
|
8534
8760
|
*/
|
|
@@ -8542,6 +8768,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8542
8768
|
* Checks if a specific variant is contained in the variant set.
|
|
8543
8769
|
*
|
|
8544
8770
|
* @since 1.18.0
|
|
8771
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#containsVariant }
|
|
8772
|
+
* instead.
|
|
8545
8773
|
*
|
|
8546
8774
|
* @returns true if the variant set contains a variant with the key
|
|
8547
8775
|
*/
|
|
@@ -8555,6 +8783,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8555
8783
|
* Deletes a variant from the variant set. In case the variant does not exist nothing happens.
|
|
8556
8784
|
*
|
|
8557
8785
|
* @since 1.18.0
|
|
8786
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#deleteVariant }
|
|
8787
|
+
* instead.
|
|
8558
8788
|
*/
|
|
8559
8789
|
delVariant(
|
|
8560
8790
|
/**
|
|
@@ -8566,6 +8796,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8566
8796
|
* Returns the current variant key.
|
|
8567
8797
|
*
|
|
8568
8798
|
* @since 1.18.0
|
|
8799
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getCurrentVariantKey }
|
|
8800
|
+
* instead.
|
|
8569
8801
|
*
|
|
8570
8802
|
* @returns current variant key. In case the current variant was never set `null` is returned.
|
|
8571
8803
|
*/
|
|
@@ -8574,6 +8806,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8574
8806
|
* Returns a variant object.
|
|
8575
8807
|
*
|
|
8576
8808
|
* @since 1.18.0
|
|
8809
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getVariant }
|
|
8810
|
+
* instead.
|
|
8577
8811
|
*
|
|
8578
8812
|
* @returns {@link sap.ushell.services.Personalization.PersonalizationContainerVariant} In case the variant
|
|
8579
8813
|
* set does not contain a variant with this key `undefined` is returned.
|
|
@@ -8588,6 +8822,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8588
8822
|
* Returns the variant key corresponding to a variant name.
|
|
8589
8823
|
*
|
|
8590
8824
|
* @since 1.18.0
|
|
8825
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getVariantKeyByName }
|
|
8826
|
+
* instead.
|
|
8591
8827
|
*
|
|
8592
8828
|
* @returns variant key. In case the variant set does not contain a variant with this name `undefined` is
|
|
8593
8829
|
* returned.
|
|
@@ -8602,6 +8838,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8602
8838
|
* Returns an array with the keys of the variants in the variant set.
|
|
8603
8839
|
*
|
|
8604
8840
|
* @since 1.18.0
|
|
8841
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getVariantKeys }
|
|
8842
|
+
* instead.
|
|
8605
8843
|
*
|
|
8606
8844
|
* @returns variant keys
|
|
8607
8845
|
*/
|
|
@@ -8610,6 +8848,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8610
8848
|
* Sets the current variant key.
|
|
8611
8849
|
*
|
|
8612
8850
|
* @since 1.18.0
|
|
8851
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#setCurrentVariantKey }
|
|
8852
|
+
* instead.
|
|
8613
8853
|
*/
|
|
8614
8854
|
setCurrentVariantKey(
|
|
8615
8855
|
/**
|
|
@@ -8641,6 +8881,8 @@ declare module "sap/ushell/services/_Personalization/Personalizer" {
|
|
|
8641
8881
|
* Deletes a personalization data value.
|
|
8642
8882
|
*
|
|
8643
8883
|
* @since 1.15.0
|
|
8884
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Personalizer#deletePersData }
|
|
8885
|
+
* instead.
|
|
8644
8886
|
*
|
|
8645
8887
|
* @returns Resolves once the pers data was deleted or rejects with an error message.
|
|
8646
8888
|
*/
|
|
@@ -8649,6 +8891,8 @@ declare module "sap/ushell/services/_Personalization/Personalizer" {
|
|
|
8649
8891
|
* Gets a personalization data value.
|
|
8650
8892
|
*
|
|
8651
8893
|
* @since 1.15.0
|
|
8894
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Personalizer#getPersData }
|
|
8895
|
+
* instead.
|
|
8652
8896
|
*
|
|
8653
8897
|
* @returns Resolves the personalization value. If there is no personalization data for the item, undefined
|
|
8654
8898
|
* is returned. Promise object fail function: param {string} sMessage Error message.
|
|
@@ -8658,6 +8902,8 @@ declare module "sap/ushell/services/_Personalization/Personalizer" {
|
|
|
8658
8902
|
* Sets a personalization data value.
|
|
8659
8903
|
*
|
|
8660
8904
|
* @since 1.15.0
|
|
8905
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Personalizer#setPersData }
|
|
8906
|
+
* instead.
|
|
8661
8907
|
*
|
|
8662
8908
|
* @returns Resolves once the pers data was stored or rejects with an error message.
|
|
8663
8909
|
*/
|
|
@@ -8704,6 +8950,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8704
8950
|
* Checks if a specific item is contained in this variant.
|
|
8705
8951
|
*
|
|
8706
8952
|
* @since 1.18.0
|
|
8953
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#containsItem }
|
|
8954
|
+
* instead.
|
|
8707
8955
|
*
|
|
8708
8956
|
* @returns true if the variant contains an item with the key
|
|
8709
8957
|
*/
|
|
@@ -8717,6 +8965,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8717
8965
|
* Deletes an item from this variant. In case the item does not exist, nothing happens.
|
|
8718
8966
|
*
|
|
8719
8967
|
* @since 1.22.0
|
|
8968
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#deleteItem }
|
|
8969
|
+
* instead.
|
|
8720
8970
|
*/
|
|
8721
8971
|
delItem(
|
|
8722
8972
|
/**
|
|
@@ -8728,6 +8978,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8728
8978
|
* Returns an array with the keys of all items in this variant.
|
|
8729
8979
|
*
|
|
8730
8980
|
* @since 1.22.0
|
|
8981
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getItemKeys }
|
|
8982
|
+
* instead.
|
|
8731
8983
|
*
|
|
8732
8984
|
* @returns item keys
|
|
8733
8985
|
*/
|
|
@@ -8736,6 +8988,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8736
8988
|
* Returns the value for an item in this variant.
|
|
8737
8989
|
*
|
|
8738
8990
|
* @since 1.18.0
|
|
8991
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getItemValue }
|
|
8992
|
+
* instead.
|
|
8739
8993
|
*
|
|
8740
8994
|
* @returns item value (JSON object). In case the variant does not contain an item with this key `undefined`
|
|
8741
8995
|
* is returned.
|
|
@@ -8750,6 +9004,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8750
9004
|
* Returns the key of this variant.
|
|
8751
9005
|
*
|
|
8752
9006
|
* @since 1.22.0
|
|
9007
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getVariantKey }
|
|
9008
|
+
* instead.
|
|
8753
9009
|
*
|
|
8754
9010
|
* @returns variant key.
|
|
8755
9011
|
*/
|
|
@@ -8758,6 +9014,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8758
9014
|
* Returns the name of this variant.
|
|
8759
9015
|
*
|
|
8760
9016
|
* @since 1.22.0
|
|
9017
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#getVariantName }
|
|
9018
|
+
* instead.
|
|
8761
9019
|
*
|
|
8762
9020
|
* @returns variant name.
|
|
8763
9021
|
*/
|
|
@@ -8766,6 +9024,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8766
9024
|
* Sets the value for an item in this variant.
|
|
8767
9025
|
*
|
|
8768
9026
|
* @since 1.18.0
|
|
9027
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#setItemValue }
|
|
9028
|
+
* instead.
|
|
8769
9029
|
*/
|
|
8770
9030
|
setItemValue(
|
|
8771
9031
|
/**
|
|
@@ -8784,6 +9044,8 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8784
9044
|
* is thrown.
|
|
8785
9045
|
*
|
|
8786
9046
|
* @since 1.24.0
|
|
9047
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant#setVariantName }
|
|
9048
|
+
* instead.
|
|
8787
9049
|
*/
|
|
8788
9050
|
setVariantName(
|
|
8789
9051
|
/**
|
|
@@ -8819,6 +9081,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8819
9081
|
* is thrown.
|
|
8820
9082
|
*
|
|
8821
9083
|
* @since 1.22.0
|
|
9084
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#addVariant }
|
|
9085
|
+
* instead.
|
|
8822
9086
|
*
|
|
8823
9087
|
* @returns {@link sap.ushell.services.PersonalizationContainerVariant}
|
|
8824
9088
|
*/
|
|
@@ -8832,6 +9096,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8832
9096
|
* Checks if a specific variant is contained in the variant set.
|
|
8833
9097
|
*
|
|
8834
9098
|
* @since 1.22.0
|
|
9099
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#containsVariant }
|
|
9100
|
+
* instead.
|
|
8835
9101
|
*
|
|
8836
9102
|
* @returns true if the variant set contains a variant with the key
|
|
8837
9103
|
*/
|
|
@@ -8845,6 +9111,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8845
9111
|
* Deletes a variant from the variant set. In case the variant does not exist nothing happens.
|
|
8846
9112
|
*
|
|
8847
9113
|
* @since 1.22.0
|
|
9114
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#deleteVariant }
|
|
9115
|
+
* instead.
|
|
8848
9116
|
*/
|
|
8849
9117
|
delVariant(
|
|
8850
9118
|
/**
|
|
@@ -8856,6 +9124,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8856
9124
|
* Returns the current variant key.
|
|
8857
9125
|
*
|
|
8858
9126
|
* @since 1.22.0
|
|
9127
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getCurrentVariantKey }
|
|
9128
|
+
* instead.
|
|
8859
9129
|
*
|
|
8860
9130
|
* @returns current variant key. In case the current variant was never set `null` is returned.
|
|
8861
9131
|
*/
|
|
@@ -8864,6 +9134,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8864
9134
|
* Returns a variant object.
|
|
8865
9135
|
*
|
|
8866
9136
|
* @since 1.22.0
|
|
9137
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getVariant }
|
|
9138
|
+
* instead.
|
|
8867
9139
|
*
|
|
8868
9140
|
* @returns {@link sap.ushell.services.PersonalizationContainerVariant}. In case the variant set does not
|
|
8869
9141
|
* contain a variant with this key `undefined` is returned.
|
|
@@ -8878,6 +9150,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8878
9150
|
* Returns the variant key corresponding to a variant name.
|
|
8879
9151
|
*
|
|
8880
9152
|
* @since 1.22.0
|
|
9153
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getVariantKeyByName }
|
|
9154
|
+
* instead.
|
|
8881
9155
|
*
|
|
8882
9156
|
* @returns variant key. In case the variant set does not contain a variant with this name `undefined` is
|
|
8883
9157
|
* returned.
|
|
@@ -8892,6 +9166,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8892
9166
|
* Returns an array with the keys of the variants in the variant set.
|
|
8893
9167
|
*
|
|
8894
9168
|
* @since 1.22.0
|
|
9169
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#getVariantKeys }
|
|
9170
|
+
* instead.
|
|
8895
9171
|
*
|
|
8896
9172
|
* @returns variant keys
|
|
8897
9173
|
*/
|
|
@@ -8900,6 +9176,8 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8900
9176
|
* Sets the current variant key.
|
|
8901
9177
|
*
|
|
8902
9178
|
* @since 1.22.0
|
|
9179
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet#setCurrentVariantKey }
|
|
9180
|
+
* instead.
|
|
8903
9181
|
*/
|
|
8904
9182
|
setCurrentVariantKey(
|
|
8905
9183
|
/**
|
|
@@ -8948,6 +9226,8 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
|
|
|
8948
9226
|
* exception is thrown.
|
|
8949
9227
|
*
|
|
8950
9228
|
* @since 1.22.0
|
|
9229
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter#addVariantSet }
|
|
9230
|
+
* instead.
|
|
8951
9231
|
*
|
|
8952
9232
|
* @returns {@link ontainerVariantSet}
|
|
8953
9233
|
*/
|
|
@@ -8961,6 +9241,8 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
|
|
|
8961
9241
|
* Checks if a specific variant set is contained in the container.
|
|
8962
9242
|
*
|
|
8963
9243
|
* @since 1.18.0
|
|
9244
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter#containsVariantSet }
|
|
9245
|
+
* instead.
|
|
8964
9246
|
*
|
|
8965
9247
|
* @returns true if the container contains a variant set with the key
|
|
8966
9248
|
*/
|
|
@@ -8974,6 +9256,8 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
|
|
|
8974
9256
|
* Deletes a variant set from the container. In case the variant set does not exist nothing happens.
|
|
8975
9257
|
*
|
|
8976
9258
|
* @since 1.22.0
|
|
9259
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter#deleteVariantSet }
|
|
9260
|
+
* instead.
|
|
8977
9261
|
*/
|
|
8978
9262
|
delVariantSet(
|
|
8979
9263
|
/**
|
|
@@ -8985,6 +9269,8 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
|
|
|
8985
9269
|
* Returns the variant set object from the container.
|
|
8986
9270
|
*
|
|
8987
9271
|
* @since 1.22.0
|
|
9272
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter#getVariantSet }
|
|
9273
|
+
* instead.
|
|
8988
9274
|
*
|
|
8989
9275
|
* @returns {@link ontainerVariantSet}. In case the container does not contain a variant set with this key
|
|
8990
9276
|
* `undefined` is returned.
|
|
@@ -8999,6 +9285,8 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
|
|
|
8999
9285
|
* Returns an array with the keys of the variant sets in the container.
|
|
9000
9286
|
*
|
|
9001
9287
|
* @since 1.18.0
|
|
9288
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter#getVariantSetKeys }
|
|
9289
|
+
* instead.
|
|
9002
9290
|
*
|
|
9003
9291
|
* @returns variant set keys
|
|
9004
9292
|
*/
|
|
@@ -9953,6 +10241,8 @@ declare module "sap/ushell/services/ShellNavigation" {
|
|
|
9953
10241
|
* for application loading sAppSpecificPart // Typically ignored sOldShellHashPart, // The old shell hash
|
|
9954
10242
|
* part, if exist sOldAppSpecificPart, // The old app hash part, if exist
|
|
9955
10243
|
*
|
|
10244
|
+
* @deprecated As of version 1.120. Deprecated without successor. Custom renderer initialization is no longer
|
|
10245
|
+
* supported.
|
|
9956
10246
|
*
|
|
9957
10247
|
* @returns Reference to `this` for method chaining.
|
|
9958
10248
|
*/
|
|
@@ -10045,6 +10335,7 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
10045
10335
|
* sap.ushell.services.CrossApplicationNavigation#getLinks
|
|
10046
10336
|
*
|
|
10047
10337
|
* @since 1.44.0
|
|
10338
|
+
* @deprecated As of version 1.112. Please use {@link sap.ushell.services.Navigation#getLinks} instead.
|
|
10048
10339
|
*
|
|
10049
10340
|
* @returns Resolves with an array of link objects sorted according to their relevance to the calling application.
|
|
10050
10341
|
*/
|
|
@@ -10061,6 +10352,7 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
10061
10352
|
* sap.ushell.services.CrossApplicationNavigation#getPrimaryIntent
|
|
10062
10353
|
*
|
|
10063
10354
|
* @since 1.48.0
|
|
10355
|
+
* @deprecated As of version 1.112. Please use {@link sap.ushell.services.Navigation#getPrimaryIntent} instead.
|
|
10064
10356
|
*
|
|
10065
10357
|
* @returns Resolves to an object when a relevant link object exists.
|
|
10066
10358
|
*/
|
|
@@ -10084,6 +10376,7 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
10084
10376
|
* sap.ushell.services.CrossApplicationNavigation#hrefForExternalAsync
|
|
10085
10377
|
*
|
|
10086
10378
|
* @since 1.94.0
|
|
10379
|
+
* @deprecated As of version 1.112. Please use {@link sap.ushell.services.Navigation#getHref} instead.
|
|
10087
10380
|
*
|
|
10088
10381
|
* @returns A promise that is resolved to a string that can be put into an href attribute of an HTML anchor.
|
|
10089
10382
|
* The returned string will always start with a hash character.
|
|
@@ -10096,6 +10389,7 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
10096
10389
|
* sap.ushell.services.CrossApplicationNavigation#toExternal
|
|
10097
10390
|
*
|
|
10098
10391
|
* @since 1.44.0
|
|
10392
|
+
* @deprecated As of version 1.112. Please use {@link sap.ushell.services.Navigation#navigate} instead.
|
|
10099
10393
|
*/
|
|
10100
10394
|
toExternal(
|
|
10101
10395
|
/**
|
|
@@ -10111,6 +10405,8 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
10111
10405
|
* was triggered via clicking a link on the UI.
|
|
10112
10406
|
*
|
|
10113
10407
|
* @since 1.46.0
|
|
10408
|
+
* @deprecated As of version 1.112. Deprecated without successor. The SmartNavigation tracking functionality
|
|
10409
|
+
* has been discontinued.
|
|
10114
10410
|
*
|
|
10115
10411
|
* @returns Resolves once the navigation was tracked.
|
|
10116
10412
|
*/
|
|
@@ -10685,7 +10981,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10685
10981
|
* Currently these attributes correspond to database columns custom5...custom10.
|
|
10686
10982
|
*
|
|
10687
10983
|
* @since 1.32.0
|
|
10688
|
-
* @deprecated As of version 1.120.
|
|
10984
|
+
* @deprecated As of version 1.120. Deprecated without successor. SAP Web Analytics has been retired.
|
|
10689
10985
|
*/
|
|
10690
10986
|
setCustomAttributes(
|
|
10691
10987
|
/**
|
|
@@ -10708,7 +11004,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10708
11004
|
* Enables the renderer to set the content of the legal message..
|
|
10709
11005
|
*
|
|
10710
11006
|
* @since 1.32.0
|
|
10711
|
-
* @deprecated As of version 1.120.
|
|
11007
|
+
* @deprecated As of version 1.120. Deprecated without successor. SAP Web Analytics has been retired.
|
|
10712
11008
|
*/
|
|
10713
11009
|
setLegalText(): void;
|
|
10714
11010
|
/**
|
|
@@ -10719,7 +11015,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10719
11015
|
* Since the service is deprecated and no longer supported, this method always returns `false`.
|
|
10720
11016
|
*
|
|
10721
11017
|
* @since 1.32.0
|
|
10722
|
-
* @deprecated As of version 1.120.
|
|
11018
|
+
* @deprecated As of version 1.120. Deprecated without successor. SAP Web Analytics has been retired.
|
|
10723
11019
|
*
|
|
10724
11020
|
* @returns A boolean value indicating whether the UsageAnalytics service is enabled
|
|
10725
11021
|
*/
|
|
@@ -10732,7 +11028,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10732
11028
|
* Since the service is deprecated and no longer supported, this method always returns `false`.
|
|
10733
11029
|
*
|
|
10734
11030
|
* @since 1.32.0
|
|
10735
|
-
* @deprecated As of version 1.120.
|
|
11031
|
+
* @deprecated As of version 1.120. Deprecated without successor. SAP Web Analytics has been retired.
|
|
10736
11032
|
*
|
|
10737
11033
|
* @returns A boolean value indicating whether the user has specified to track activities
|
|
10738
11034
|
*/
|
|
@@ -10878,7 +11174,7 @@ declare module "sap/ushell/ui/appfinder/AppBox" {
|
|
|
10878
11174
|
/**
|
|
10879
11175
|
* Constructor for a new ui/appfinder/AppBox.
|
|
10880
11176
|
*
|
|
10881
|
-
* @deprecated As of version 1.120.
|
|
11177
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
10882
11178
|
*/
|
|
10883
11179
|
export default class AppBox extends Control {
|
|
10884
11180
|
constructor(
|
|
@@ -10906,11 +11202,76 @@ declare module "sap/ushell/ui/appfinder/AppBox" {
|
|
|
10906
11202
|
/**
|
|
10907
11203
|
* Describes the settings that can be provided to the AppBox constructor.
|
|
10908
11204
|
*
|
|
10909
|
-
* @deprecated As of version 1.120.
|
|
11205
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
10910
11206
|
*/
|
|
10911
11207
|
export interface $AppBoxSettings extends $ControlSettings {}
|
|
10912
11208
|
}
|
|
10913
11209
|
|
|
11210
|
+
declare module "sap/ushell/ui/BookmarkDialog" {
|
|
11211
|
+
/**
|
|
11212
|
+
* BookmarkDialog provides a dialog-only API for the bookmark functionality.
|
|
11213
|
+
*
|
|
11214
|
+
* @since 1.147.0
|
|
11215
|
+
*/
|
|
11216
|
+
interface BookmarkDialog {
|
|
11217
|
+
/**
|
|
11218
|
+
* Opens the bookmark dialog.
|
|
11219
|
+
*
|
|
11220
|
+
* @since 1.147.0
|
|
11221
|
+
*
|
|
11222
|
+
* @returns A promise resolving to the opened dialog
|
|
11223
|
+
*/
|
|
11224
|
+
show(
|
|
11225
|
+
/**
|
|
11226
|
+
* Options for the bookmark dialog
|
|
11227
|
+
*/
|
|
11228
|
+
oShowOptions: ShowOptions
|
|
11229
|
+
): Promise<any>;
|
|
11230
|
+
}
|
|
11231
|
+
const BookmarkDialog: BookmarkDialog;
|
|
11232
|
+
export default BookmarkDialog;
|
|
11233
|
+
|
|
11234
|
+
/**
|
|
11235
|
+
* @since 1.147.0
|
|
11236
|
+
*/
|
|
11237
|
+
export type ShowOptions = {
|
|
11238
|
+
/**
|
|
11239
|
+
* Title for the bookmark tile
|
|
11240
|
+
*/
|
|
11241
|
+
title?: string;
|
|
11242
|
+
/**
|
|
11243
|
+
* Subtitle for the bookmark tile
|
|
11244
|
+
*/
|
|
11245
|
+
subtitle?: string;
|
|
11246
|
+
/**
|
|
11247
|
+
* Info text for the bookmark tile
|
|
11248
|
+
*/
|
|
11249
|
+
info?: string;
|
|
11250
|
+
/**
|
|
11251
|
+
* Icon for the bookmark tile
|
|
11252
|
+
*/
|
|
11253
|
+
icon?: string;
|
|
11254
|
+
/**
|
|
11255
|
+
* Keywords for the bookmark
|
|
11256
|
+
*/
|
|
11257
|
+
keywords?: string;
|
|
11258
|
+
/**
|
|
11259
|
+
* navigation target for the bookmark It is best practice to provide the target in the form of a semantic
|
|
11260
|
+
* object and action, e.g. "#SalesOrder-display" However for external target it is also supported to provide
|
|
11261
|
+
* a URL, e.g. "https://www.sap.com"
|
|
11262
|
+
*/
|
|
11263
|
+
target?: string;
|
|
11264
|
+
/**
|
|
11265
|
+
* Service URL for dynamic tiles
|
|
11266
|
+
*/
|
|
11267
|
+
serviceUrl?: string;
|
|
11268
|
+
/**
|
|
11269
|
+
* Number unit for dynamic tiles
|
|
11270
|
+
*/
|
|
11271
|
+
numberUnit?: string;
|
|
11272
|
+
};
|
|
11273
|
+
}
|
|
11274
|
+
|
|
10914
11275
|
declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
10915
11276
|
import { default as Button, $ButtonSettings } from "sap/m/Button";
|
|
10916
11277
|
|
|
@@ -10922,7 +11283,7 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
10922
11283
|
* Enables users to save bookmark tiles in the Fiori launchpad. Clicking the button opens a dialog box for
|
|
10923
11284
|
* saving the app state, so that the app can be launched directly in that state from the launchpad.
|
|
10924
11285
|
*
|
|
10925
|
-
* @deprecated As of version 1.136.
|
|
11286
|
+
* @deprecated As of version 1.136. Use {@link sap.ushell.ui.BookmarkDialog} instead.
|
|
10926
11287
|
*/
|
|
10927
11288
|
export default class AddBookmarkButton extends Button {
|
|
10928
11289
|
/**
|
|
@@ -11142,24 +11503,6 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
11142
11503
|
*/
|
|
11143
11504
|
fnAfterPressHandler?: Function
|
|
11144
11505
|
): this;
|
|
11145
|
-
/**
|
|
11146
|
-
* Sets a new value for property {@link #getAppData appData}.
|
|
11147
|
-
*
|
|
11148
|
-
* An object containing properties with information about the app, e.g. serviceUrl, numberUnit, ... .
|
|
11149
|
-
*
|
|
11150
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11151
|
-
*
|
|
11152
|
-
* @deprecated As of version 1.31. Use dedicated properties like afterPressHandler, beforePresshandler,
|
|
11153
|
-
* customUrl, ... of the AddBookmarkButton instead.
|
|
11154
|
-
*
|
|
11155
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
11156
|
-
*/
|
|
11157
|
-
setAppData(
|
|
11158
|
-
/**
|
|
11159
|
-
* New value for property `appData`
|
|
11160
|
-
*/
|
|
11161
|
-
oAppData?: object
|
|
11162
|
-
): this;
|
|
11163
11506
|
/**
|
|
11164
11507
|
* Sets a new value for property {@link #getBeforePressHandler beforePressHandler}.
|
|
11165
11508
|
*
|
|
@@ -11378,7 +11721,7 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
11378
11721
|
/**
|
|
11379
11722
|
* Describes the settings that can be provided to the AddBookmarkButton constructor.
|
|
11380
11723
|
*
|
|
11381
|
-
* @deprecated As of version 1.136.
|
|
11724
|
+
* @deprecated As of version 1.136. Use {@link sap.ushell.ui.BookmarkDialog} instead.
|
|
11382
11725
|
*/
|
|
11383
11726
|
export interface $AddBookmarkButtonSettings extends $ButtonSettings {
|
|
11384
11727
|
/**
|
|
@@ -11773,7 +12116,7 @@ declare module "sap/ushell/ui/launchpad/DashboardGroupsContainer" {
|
|
|
11773
12116
|
/**
|
|
11774
12117
|
* Constructor for "sap.ushell.ui.launchpad.DashboardGroupsContainer".
|
|
11775
12118
|
*
|
|
11776
|
-
* @deprecated As of version 1.120.
|
|
12119
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
11777
12120
|
*/
|
|
11778
12121
|
export default class DashboardGroupsContainer extends Control {
|
|
11779
12122
|
/**
|
|
@@ -12038,7 +12381,7 @@ declare module "sap/ushell/ui/launchpad/DashboardGroupsContainer" {
|
|
|
12038
12381
|
/**
|
|
12039
12382
|
* Describes the settings that can be provided to the DashboardGroupsContainer constructor.
|
|
12040
12383
|
*
|
|
12041
|
-
* @deprecated As of version 1.120.
|
|
12384
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
12042
12385
|
*/
|
|
12043
12386
|
export interface $DashboardGroupsContainerSettings extends $ControlSettings {
|
|
12044
12387
|
/**
|
|
@@ -12083,7 +12426,7 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
12083
12426
|
* Constructor for a new ui/launchpad/LinkTileWrapper. A link tile to be displayed in the tile container.
|
|
12084
12427
|
* This control acts as container for specialized tile implementations.
|
|
12085
12428
|
*
|
|
12086
|
-
* @deprecated As of version 1.120.
|
|
12429
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
12087
12430
|
*/
|
|
12088
12431
|
export default class LinkTileWrapper extends Control {
|
|
12089
12432
|
/**
|
|
@@ -12836,7 +13179,7 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
12836
13179
|
/**
|
|
12837
13180
|
* Describes the settings that can be provided to the LinkTileWrapper constructor.
|
|
12838
13181
|
*
|
|
12839
|
-
* @deprecated As of version 1.120.
|
|
13182
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
12840
13183
|
*/
|
|
12841
13184
|
export interface $LinkTileWrapperSettings extends $ControlSettings {
|
|
12842
13185
|
uuid?: string | PropertyBindingInfo;
|
|
@@ -12938,7 +13281,7 @@ declare module "sap/ushell/ui/launchpad/TileState" {
|
|
|
12938
13281
|
* Constructor for a new ui/launchpad/TileState. The tile state control that displays loading indicator,
|
|
12939
13282
|
* while tile view is loading and failed status in case tile view is not available.
|
|
12940
13283
|
*
|
|
12941
|
-
* @deprecated As of version 1.120.
|
|
13284
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
12942
13285
|
*/
|
|
12943
13286
|
export default class TileState extends Control {
|
|
12944
13287
|
/**
|
|
@@ -13102,7 +13445,7 @@ declare module "sap/ushell/ui/launchpad/TileState" {
|
|
|
13102
13445
|
/**
|
|
13103
13446
|
* Describes the settings that can be provided to the TileState constructor.
|
|
13104
13447
|
*
|
|
13105
|
-
* @deprecated As of version 1.120.
|
|
13448
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
13106
13449
|
*/
|
|
13107
13450
|
export interface $TileStateSettings extends $ControlSettings {
|
|
13108
13451
|
state?: string | PropertyBindingInfo;
|
|
@@ -13645,7 +13988,7 @@ declare module "sap/ushell/ui/tile/StaticTile" {
|
|
|
13645
13988
|
* subtitle, an icon and additional information
|
|
13646
13989
|
*
|
|
13647
13990
|
* @since 1.15.0
|
|
13648
|
-
* @deprecated As of version 1.120.
|
|
13991
|
+
* @deprecated As of version 1.120. Deprecated without successor together with the classic homepage.
|
|
13649
13992
|
*/
|
|
13650
13993
|
export default class StaticTile
|
|
13651
13994
|
extends /* was: sap.ushell.ui.tile.TileBase */ Object
|
|
@@ -14042,7 +14385,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
14042
14385
|
* the setStatus method is called.
|
|
14043
14386
|
*
|
|
14044
14387
|
* @since 1.46
|
|
14045
|
-
* @deprecated As of version 1.70.
|
|
14388
|
+
* @deprecated As of version 1.70. Deprecated without successor. Support for this service has been discontinued.
|
|
14046
14389
|
*/
|
|
14047
14390
|
attachStatusChanged(
|
|
14048
14391
|
/**
|
|
@@ -14054,7 +14397,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
14054
14397
|
* Detaches an event handler from the 'statusChanged' event.
|
|
14055
14398
|
*
|
|
14056
14399
|
* @since 1.46
|
|
14057
|
-
* @deprecated As of version 1.70.
|
|
14400
|
+
* @deprecated As of version 1.70. Deprecated without successor. Support for this service has been discontinued.
|
|
14058
14401
|
*/
|
|
14059
14402
|
detachStatusChanged(
|
|
14060
14403
|
/**
|
|
@@ -14071,7 +14414,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
14071
14414
|
* online status, the setStatus method will be called with a null value.
|
|
14072
14415
|
*
|
|
14073
14416
|
* @since 1.46
|
|
14074
|
-
* @deprecated As of version 1.70.
|
|
14417
|
+
* @deprecated As of version 1.70. Deprecated without successor. Support for this service has been discontinued.
|
|
14075
14418
|
*/
|
|
14076
14419
|
setEnabled(
|
|
14077
14420
|
/**
|
|
@@ -14088,7 +14431,7 @@ declare module "sap/ushell/ui5service/UserStatus" {
|
|
|
14088
14431
|
* their online status
|
|
14089
14432
|
*
|
|
14090
14433
|
* @since 1.46
|
|
14091
|
-
* @deprecated As of version 1.70.
|
|
14434
|
+
* @deprecated As of version 1.70. Deprecated without successor. Support for this service has been discontinued.
|
|
14092
14435
|
*/
|
|
14093
14436
|
setStatus(
|
|
14094
14437
|
/**
|
|
@@ -14149,7 +14492,7 @@ declare namespace sap {
|
|
|
14149
14492
|
*
|
|
14150
14493
|
*
|
|
14151
14494
|
* @since 1.15.0
|
|
14152
|
-
* @deprecated As of version 1.120.
|
|
14495
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
14153
14496
|
*
|
|
14154
14497
|
* @returns Resolves once the container is available.
|
|
14155
14498
|
*/
|
|
@@ -14239,6 +14582,8 @@ declare namespace sap {
|
|
|
14239
14582
|
|
|
14240
14583
|
"sap/ushell/api/workpage/Runtime": undefined;
|
|
14241
14584
|
|
|
14585
|
+
"sap/ushell/bootstrap/Config": undefined;
|
|
14586
|
+
|
|
14242
14587
|
"sap/ushell/components/factsheet/controls/PictureTile": undefined;
|
|
14243
14588
|
|
|
14244
14589
|
"sap/ushell/components/factsheet/controls/PictureViewer": undefined;
|
|
@@ -14291,6 +14636,8 @@ declare namespace sap {
|
|
|
14291
14636
|
|
|
14292
14637
|
"sap/ushell/renderers/fiori2/Renderer": undefined;
|
|
14293
14638
|
|
|
14639
|
+
"sap/ushell/sandbox/SandboxBootTask": undefined;
|
|
14640
|
+
|
|
14294
14641
|
"sap/ushell/services/_Personalization/ContextContainer": undefined;
|
|
14295
14642
|
|
|
14296
14643
|
"sap/ushell/services/_Personalization/PersonalizationContainer": undefined;
|
|
@@ -14419,6 +14766,8 @@ declare namespace sap {
|
|
|
14419
14766
|
|
|
14420
14767
|
"sap/ushell/ui/appfinder/AppBox": undefined;
|
|
14421
14768
|
|
|
14769
|
+
"sap/ushell/ui/BookmarkDialog": undefined;
|
|
14770
|
+
|
|
14422
14771
|
"sap/ushell/ui/footerbar/AddBookmarkButton": undefined;
|
|
14423
14772
|
|
|
14424
14773
|
"sap/ushell/ui/launchpad/ActionItem": undefined;
|