@sapui5/ts-types-esm 1.134.1 → 1.136.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +82 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +102 -8
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +31 -7
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1289 -386
- 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 +6 -4
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +152 -22
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +837 -111
- 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 +249 -1230
- package/types/sap.suite.ui.commons.d.ts +83 -1
- package/types/sap.suite.ui.generic.template.d.ts +15 -3
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +215 -19
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +3643 -505
- package/types/sap.ui.core.d.ts +272 -155
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +21 -7
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +2 -2
- package/types/sap.ui.layout.d.ts +14 -13
- package/types/sap.ui.mdc.d.ts +160 -13
- package/types/sap.ui.richtexteditor.d.ts +39 -1
- package/types/sap.ui.rta.d.ts +31 -5
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +30 -16
- package/types/sap.ui.table.d.ts +16 -18
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +45 -32
- package/types/sap.ui.ux3.d.ts +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +320 -110
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +63 -52
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +11 -21
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/thirdparty/webcomponents-base" {
|
|
4
4
|
/**
|
|
@@ -56,6 +56,8 @@ declare module "sap/ushell/library" {
|
|
|
56
56
|
* The state of a navigation operation
|
|
57
57
|
*
|
|
58
58
|
* This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'NavigationState'.
|
|
59
|
+
*
|
|
60
|
+
* @deprecated As of version 1.136.
|
|
59
61
|
*/
|
|
60
62
|
export enum NavigationState {
|
|
61
63
|
Finished = "Finished",
|
|
@@ -70,7 +72,7 @@ declare module "sap/ushell/library" {
|
|
|
70
72
|
*
|
|
71
73
|
* This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'ui.launchpad.ViewPortState'.
|
|
72
74
|
*
|
|
73
|
-
* @deprecated As of version 1.120.
|
|
75
|
+
* @deprecated As of version 1.120. The ViewPortState is related to Fiori2 and not used anymore.
|
|
74
76
|
*/
|
|
75
77
|
enum ViewPortState {
|
|
76
78
|
/**
|
|
@@ -991,7 +993,7 @@ declare module "sap/ushell/Container" {
|
|
|
991
993
|
* the renderer to use 100% height.
|
|
992
994
|
*
|
|
993
995
|
* @since 1.15.0
|
|
994
|
-
* @deprecated As of version 1.120.
|
|
996
|
+
* @deprecated As of version 1.120.
|
|
995
997
|
*
|
|
996
998
|
* @returns the renderer or Promise (in asynchronous mode)
|
|
997
999
|
*/
|
|
@@ -1310,7 +1312,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
1310
1312
|
* by the Unified Shell's container only, others MUST call {@link sap.ushell.Container#getRenderer}.
|
|
1311
1313
|
*
|
|
1312
1314
|
* @since 1.15.0
|
|
1313
|
-
* @deprecated As of version 1.120.
|
|
1315
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} instead.
|
|
1314
1316
|
*/
|
|
1315
1317
|
export default class Renderer extends UIComponent {
|
|
1316
1318
|
/**
|
|
@@ -2090,7 +2092,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2090
2092
|
* This method returns the current state of the Viewport Container control.
|
|
2091
2093
|
*
|
|
2092
2094
|
* @since 1.37
|
|
2093
|
-
* @deprecated As of version 1.120.
|
|
2095
|
+
* @deprecated As of version 1.120. This functionality was discontinued.
|
|
2094
2096
|
*
|
|
2095
2097
|
* @returns The current Viewport State.
|
|
2096
2098
|
*/
|
|
@@ -2317,7 +2319,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2317
2319
|
*
|
|
2318
2320
|
*
|
|
2319
2321
|
* @since 1.30
|
|
2320
|
-
* @deprecated As of version 1.120.
|
|
2322
|
+
* @deprecated As of version 1.120. Please use {@link #setShellFooter} instead.
|
|
2321
2323
|
*/
|
|
2322
2324
|
setFooter(
|
|
2323
2325
|
/**
|
|
@@ -2369,7 +2371,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2369
2371
|
* Sets the title in the Fiori Launchpad shell header.
|
|
2370
2372
|
*
|
|
2371
2373
|
* @since 1.30
|
|
2372
|
-
* @deprecated As of version 1.120.
|
|
2374
|
+
* @deprecated As of version 1.120. The "second title" functionality was discontinued. Set a title via {@link sap.ushell.ui5service.ShellUIService#setTitle }
|
|
2375
|
+
* instead.
|
|
2373
2376
|
*/
|
|
2374
2377
|
setHeaderTitle(
|
|
2375
2378
|
/**
|
|
@@ -2391,7 +2394,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2391
2394
|
* LaunchpadState
|
|
2392
2395
|
*
|
|
2393
2396
|
* @since 1.38
|
|
2394
|
-
* @deprecated As of version 1.120.
|
|
2397
|
+
* @deprecated As of version 1.120. This functionality was discontinued.
|
|
2395
2398
|
*/
|
|
2396
2399
|
setHeaderVisibility(
|
|
2397
2400
|
/**
|
|
@@ -2717,7 +2720,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2717
2720
|
/**
|
|
2718
2721
|
* Describes the settings that can be provided to the Renderer constructor.
|
|
2719
2722
|
*
|
|
2720
|
-
* @deprecated As of version 1.120.
|
|
2723
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} instead.
|
|
2721
2724
|
*/
|
|
2722
2725
|
export interface $RendererSettings extends $UIComponentSettings {}
|
|
2723
2726
|
}
|
|
@@ -2740,7 +2743,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2740
2743
|
* should be specified, otherwise the entry will be updated with a new timestamp Only applications of type
|
|
2741
2744
|
* Search and Co-Pilot can set their icon.
|
|
2742
2745
|
*
|
|
2743
|
-
* @deprecated As of version 1.120. without
|
|
2746
|
+
* @deprecated As of version 1.120. Deprecated without successor.
|
|
2744
2747
|
*
|
|
2745
2748
|
* @returns Resolves the updated list of user recents.
|
|
2746
2749
|
*/
|
|
@@ -2766,7 +2769,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2766
2769
|
/**
|
|
2767
2770
|
* Sets the application screen size to full width
|
|
2768
2771
|
*
|
|
2769
|
-
* @deprecated As of version 1.120.
|
|
2772
|
+
* @deprecated As of version 1.120. Use {@link sap.ushell.ui5service.ShellUIService#setApplicationFullWidth }
|
|
2770
2773
|
* instead.
|
|
2771
2774
|
*/
|
|
2772
2775
|
setApplicationFullWidth(
|
|
@@ -2778,7 +2781,7 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2778
2781
|
/**
|
|
2779
2782
|
* Sets the icons of the browser.
|
|
2780
2783
|
*
|
|
2781
|
-
* @deprecated As of version 1.120.
|
|
2784
|
+
* @deprecated As of version 1.120. Use {@link sap.ui.util.Mobile#setIcons} instead.
|
|
2782
2785
|
*/
|
|
2783
2786
|
setIcons(
|
|
2784
2787
|
/**
|
|
@@ -2970,48 +2973,52 @@ declare module "sap/ushell/services/AppLifeCycle" {
|
|
|
2970
2973
|
* @since 1.120.0
|
|
2971
2974
|
*/
|
|
2972
2975
|
enum AppInfoParameterName {
|
|
2976
|
+
/**
|
|
2977
|
+
* The ABAP transaction code which not always available and therefore can be undefined.
|
|
2978
|
+
*/
|
|
2979
|
+
"abap.transaction" = "undefined",
|
|
2973
2980
|
/**
|
|
2974
2981
|
* ID of the framework
|
|
2975
2982
|
*/
|
|
2976
|
-
appFrameworkId = "
|
|
2983
|
+
appFrameworkId = "undefined",
|
|
2977
2984
|
/**
|
|
2978
2985
|
* Version of the framework
|
|
2979
2986
|
*/
|
|
2980
|
-
appFrameworkVersion = "
|
|
2987
|
+
appFrameworkVersion = "undefined",
|
|
2981
2988
|
/**
|
|
2982
2989
|
* Universal stable logical identifier of the application across the whole content.
|
|
2983
2990
|
*/
|
|
2984
|
-
appId = "
|
|
2991
|
+
appId = "undefined",
|
|
2985
2992
|
/**
|
|
2986
2993
|
* Intent that was used to launch the application (including parameters)
|
|
2987
2994
|
*/
|
|
2988
|
-
appIntent = "
|
|
2995
|
+
appIntent = "undefined",
|
|
2989
2996
|
/**
|
|
2990
2997
|
* The name of an organizational component that handles support incidents.
|
|
2991
2998
|
*/
|
|
2992
|
-
appSupportInfo = "
|
|
2999
|
+
appSupportInfo = "undefined",
|
|
2993
3000
|
/**
|
|
2994
3001
|
* Version of the app
|
|
2995
3002
|
*/
|
|
2996
|
-
appVersion = "
|
|
3003
|
+
appVersion = "undefined",
|
|
2997
3004
|
/**
|
|
2998
3005
|
* Current Language (BCP47 format)
|
|
2999
3006
|
*/
|
|
3000
|
-
languageTag = "
|
|
3007
|
+
languageTag = "undefined",
|
|
3001
3008
|
/**
|
|
3002
3009
|
* A human readable free form text maintained on the platform where FLP runs, and identifying the current
|
|
3003
3010
|
* product.
|
|
3004
3011
|
*/
|
|
3005
|
-
productName = "
|
|
3012
|
+
productName = "undefined",
|
|
3006
3013
|
/**
|
|
3007
3014
|
* Identifier of the component that implements the base application.
|
|
3008
3015
|
*/
|
|
3009
|
-
technicalAppComponentId = "
|
|
3016
|
+
technicalAppComponentId = "undefined",
|
|
3010
3017
|
/**
|
|
3011
3018
|
* Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not
|
|
3012
3019
|
* start with sap_)
|
|
3013
3020
|
*/
|
|
3014
|
-
theme = "
|
|
3021
|
+
theme = "undefined",
|
|
3015
3022
|
}
|
|
3016
3023
|
/**
|
|
3017
3024
|
* Enumeration of application types.
|
|
@@ -3074,9 +3081,7 @@ declare module "sap/ushell/services/AppLifeCycle" {
|
|
|
3074
3081
|
/**
|
|
3075
3082
|
* provides the values of the given parameters.
|
|
3076
3083
|
*/
|
|
3077
|
-
getInfo: (
|
|
3078
|
-
p1: Array<AppInfoParameterName | keyof typeof AppInfoParameterName>
|
|
3079
|
-
) => Promise<AppInfo>;
|
|
3084
|
+
getInfo: (p1: AppInfoParameterName[]) => Promise<AppInfo>;
|
|
3080
3085
|
};
|
|
3081
3086
|
|
|
3082
3087
|
/**
|
|
@@ -3925,7 +3930,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3925
3930
|
* The same restrictions apply for the Application state.
|
|
3926
3931
|
*
|
|
3927
3932
|
* @since 1.15.0
|
|
3928
|
-
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation} instead
|
|
3933
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation} instead.
|
|
3929
3934
|
*/
|
|
3930
3935
|
export default class CrossApplicationNavigation extends sap.ushell.services
|
|
3931
3936
|
.Service {
|
|
@@ -5678,7 +5683,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
5678
5683
|
* with the field "contentProvider".
|
|
5679
5684
|
*
|
|
5680
5685
|
* @since 1.15.0
|
|
5681
|
-
* @deprecated As of version 1.99.
|
|
5686
|
+
* @deprecated As of version 1.99. Deprecated together with the classic homepage.
|
|
5682
5687
|
*/
|
|
5683
5688
|
export default class LaunchPage extends sap.ushell.services.Service {
|
|
5684
5689
|
/**
|
|
@@ -6048,7 +6053,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6048
6053
|
* Returns the groups of the user. The order of the array is the order in which the groups will be displayed
|
|
6049
6054
|
* to the user.
|
|
6050
6055
|
*
|
|
6051
|
-
* @deprecated As of version 1.99. Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}
|
|
6056
|
+
* @deprecated As of version 1.99. Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}.
|
|
6052
6057
|
*
|
|
6053
6058
|
* @returns A promise that resolves to the list of groups
|
|
6054
6059
|
*/
|
|
@@ -6311,8 +6316,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6311
6316
|
* Tile actions should be returned immediately without any additional server access in order to avoid delays
|
|
6312
6317
|
* in rendering the action list in the browser.
|
|
6313
6318
|
*
|
|
6314
|
-
* @deprecated As of version 1.99.
|
|
6315
|
-
* no alternative with spaces and pages.
|
|
6319
|
+
* @deprecated As of version 1.99. Deprecated together with the classic homepage.
|
|
6316
6320
|
*/
|
|
6317
6321
|
registerTileActionsProvider(
|
|
6318
6322
|
/**
|
|
@@ -7849,7 +7853,7 @@ declare module "sap/ushell/services/Personalization" {
|
|
|
7849
7853
|
*
|
|
7850
7854
|
*
|
|
7851
7855
|
* @since 1.15.0
|
|
7852
|
-
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead
|
|
7856
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead.
|
|
7853
7857
|
*/
|
|
7854
7858
|
export default class Personalization extends sap.ushell.services.Service {
|
|
7855
7859
|
/**
|
|
@@ -8156,7 +8160,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8156
8160
|
*
|
|
8157
8161
|
* @since 1.22.0
|
|
8158
8162
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer }
|
|
8159
|
-
* instead
|
|
8163
|
+
* instead.
|
|
8160
8164
|
*/
|
|
8161
8165
|
export default class ContextContainer {
|
|
8162
8166
|
/**
|
|
@@ -8168,7 +8172,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8168
8172
|
* Returns an array with all internal keys of direct items in the container.
|
|
8169
8173
|
*
|
|
8170
8174
|
* @since 1.22.0
|
|
8171
|
-
* @deprecated As of version 1.120.
|
|
8175
|
+
* @deprecated As of version 1.120.
|
|
8172
8176
|
*
|
|
8173
8177
|
* @returns item keys
|
|
8174
8178
|
*/
|
|
@@ -8276,8 +8280,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
|
|
|
8276
8280
|
* is serialized.
|
|
8277
8281
|
*
|
|
8278
8282
|
* @since 1.22.0
|
|
8279
|
-
* @deprecated As of version 1.120.
|
|
8280
|
-
* instead
|
|
8283
|
+
* @deprecated As of version 1.120. Use {@link sap.ushell.services.Personalization.ContextContainer#saveDeferred }
|
|
8284
|
+
* instead.
|
|
8281
8285
|
*
|
|
8282
8286
|
* @returns Resolves once the container is saved.
|
|
8283
8287
|
*
|
|
@@ -8324,7 +8328,7 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainer" {
|
|
|
8324
8328
|
*
|
|
8325
8329
|
* @since 1.18.0
|
|
8326
8330
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
|
|
8327
|
-
* instead
|
|
8331
|
+
* instead.
|
|
8328
8332
|
*/
|
|
8329
8333
|
export default class PersonalizationContainer {
|
|
8330
8334
|
/**
|
|
@@ -8343,7 +8347,7 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8343
8347
|
*
|
|
8344
8348
|
* @since 1.18.0
|
|
8345
8349
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
|
|
8346
|
-
* instead
|
|
8350
|
+
* instead.
|
|
8347
8351
|
*/
|
|
8348
8352
|
export default class PersonalizationContainerVariant {
|
|
8349
8353
|
/**
|
|
@@ -8440,7 +8444,7 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
|
|
|
8440
8444
|
*
|
|
8441
8445
|
* @since 1.18.0
|
|
8442
8446
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
|
|
8443
|
-
* instead
|
|
8447
|
+
* instead.
|
|
8444
8448
|
*/
|
|
8445
8449
|
export default class PersonalizationContainerVariantSet {
|
|
8446
8450
|
/**
|
|
@@ -8539,7 +8543,7 @@ declare module "sap/ushell/services/_Personalization/Personalizer" {
|
|
|
8539
8543
|
*
|
|
8540
8544
|
* @since 1.15.0
|
|
8541
8545
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Personalizer }
|
|
8542
|
-
* instead
|
|
8546
|
+
* instead.
|
|
8543
8547
|
*/
|
|
8544
8548
|
export default class Personalizer {
|
|
8545
8549
|
/**
|
|
@@ -8587,7 +8591,7 @@ declare module "sap/ushell/services/_Personalization/TransientPersonalizer" {
|
|
|
8587
8591
|
*
|
|
8588
8592
|
* @since 1.18.0
|
|
8589
8593
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.TransientPersonalizer }
|
|
8590
|
-
* instead
|
|
8594
|
+
* instead.
|
|
8591
8595
|
*/
|
|
8592
8596
|
export default class TransientPersonalizer {
|
|
8593
8597
|
constructor();
|
|
@@ -8602,7 +8606,7 @@ declare module "sap/ushell/services/_Personalization/Variant" {
|
|
|
8602
8606
|
* To be instantiated via Personalization.VariantSet add / get Variant only
|
|
8603
8607
|
*
|
|
8604
8608
|
* @since 1.22.0
|
|
8605
|
-
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant} instead
|
|
8609
|
+
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant} instead.
|
|
8606
8610
|
*/
|
|
8607
8611
|
export default class Variant {
|
|
8608
8612
|
/**
|
|
@@ -8716,7 +8720,7 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
|
|
|
8716
8720
|
*
|
|
8717
8721
|
* @since 1.22.0
|
|
8718
8722
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet }
|
|
8719
|
-
* instead
|
|
8723
|
+
* instead.
|
|
8720
8724
|
*/
|
|
8721
8725
|
export default class VariantSet {
|
|
8722
8726
|
/**
|
|
@@ -8834,7 +8838,7 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
|
|
|
8834
8838
|
*
|
|
8835
8839
|
* @since 1.18.0
|
|
8836
8840
|
* @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter }
|
|
8837
|
-
* instead
|
|
8841
|
+
* instead.
|
|
8838
8842
|
*/
|
|
8839
8843
|
export default class VariantSetAdapter {
|
|
8840
8844
|
/**
|
|
@@ -9928,8 +9932,7 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9928
9932
|
*
|
|
9929
9933
|
*
|
|
9930
9934
|
* @since 1.44.0
|
|
9931
|
-
* @deprecated As of version 1.112.
|
|
9932
|
-
* service instead.
|
|
9935
|
+
* @deprecated As of version 1.112. Please use the CrossApplicationNavigation service instead.
|
|
9933
9936
|
*/
|
|
9934
9937
|
export default class SmartNavigation extends sap.ushell.services.Service {
|
|
9935
9938
|
/**
|
|
@@ -10524,7 +10527,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10524
10527
|
*
|
|
10525
10528
|
*
|
|
10526
10529
|
* @since 1.32.0
|
|
10527
|
-
* @deprecated As of version 1.120.
|
|
10530
|
+
* @deprecated As of version 1.120. The corresponding cloud service "SAP Web Analytics" has been retired,
|
|
10528
10531
|
* therefore this client-side service API cannot be used any longer.
|
|
10529
10532
|
*/
|
|
10530
10533
|
export default class UsageAnalytics extends sap.ushell.services.Service {
|
|
@@ -10539,7 +10542,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10539
10542
|
* Currently these attributes correspond to database columns custom5...custom10.
|
|
10540
10543
|
*
|
|
10541
10544
|
* @since 1.32.0
|
|
10542
|
-
* @deprecated As of version 1.120.
|
|
10545
|
+
* @deprecated As of version 1.120.
|
|
10543
10546
|
*/
|
|
10544
10547
|
setCustomAttributes(
|
|
10545
10548
|
/**
|
|
@@ -10562,7 +10565,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10562
10565
|
* Enables the renderer to set the content of the legal message..
|
|
10563
10566
|
*
|
|
10564
10567
|
* @since 1.32.0
|
|
10565
|
-
* @deprecated As of version 1.120.
|
|
10568
|
+
* @deprecated As of version 1.120.
|
|
10566
10569
|
*/
|
|
10567
10570
|
setLegalText(): void;
|
|
10568
10571
|
/**
|
|
@@ -10573,7 +10576,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10573
10576
|
* Since the service is deprecated and no longer supported, this method always returns `false`.
|
|
10574
10577
|
*
|
|
10575
10578
|
* @since 1.32.0
|
|
10576
|
-
* @deprecated As of version 1.120.
|
|
10579
|
+
* @deprecated As of version 1.120.
|
|
10577
10580
|
*
|
|
10578
10581
|
* @returns A boolean value indicating whether the UsageAnalytics service is enabled
|
|
10579
10582
|
*/
|
|
@@ -10586,7 +10589,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
|
|
|
10586
10589
|
* Since the service is deprecated and no longer supported, this method always returns `false`.
|
|
10587
10590
|
*
|
|
10588
10591
|
* @since 1.32.0
|
|
10589
|
-
* @deprecated As of version 1.120.
|
|
10592
|
+
* @deprecated As of version 1.120.
|
|
10590
10593
|
*
|
|
10591
10594
|
* @returns A boolean value indicating whether the user has specified to track activities
|
|
10592
10595
|
*/
|
|
@@ -10775,6 +10778,8 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
10775
10778
|
/**
|
|
10776
10779
|
* Enables users to save bookmark tiles in the Fiori launchpad. Clicking the button opens a dialog box for
|
|
10777
10780
|
* saving the app state, so that the app can be launched directly in that state from the launchpad.
|
|
10781
|
+
*
|
|
10782
|
+
* @deprecated As of version 1.136.
|
|
10778
10783
|
*/
|
|
10779
10784
|
export default class AddBookmarkButton extends Button {
|
|
10780
10785
|
/**
|
|
@@ -11229,6 +11234,8 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
|
|
|
11229
11234
|
}
|
|
11230
11235
|
/**
|
|
11231
11236
|
* Describes the settings that can be provided to the AddBookmarkButton constructor.
|
|
11237
|
+
*
|
|
11238
|
+
* @deprecated As of version 1.136.
|
|
11232
11239
|
*/
|
|
11233
11240
|
export interface $AddBookmarkButtonSettings extends $ButtonSettings {
|
|
11234
11241
|
/**
|
|
@@ -14059,6 +14066,8 @@ declare namespace sap {
|
|
|
14059
14066
|
|
|
14060
14067
|
"sap/ushell/api/Copilot": undefined;
|
|
14061
14068
|
|
|
14069
|
+
"sap/ushell/api/DWS": undefined;
|
|
14070
|
+
|
|
14062
14071
|
"sap/ushell/api/Inbox": undefined;
|
|
14063
14072
|
|
|
14064
14073
|
"sap/ushell/api/NewExperience": undefined;
|
|
@@ -14083,6 +14092,8 @@ declare namespace sap {
|
|
|
14083
14092
|
|
|
14084
14093
|
"sap/ushell/library": undefined;
|
|
14085
14094
|
|
|
14095
|
+
"sap/ushell/modules/NavigationMenu": undefined;
|
|
14096
|
+
|
|
14086
14097
|
"sap/ushell/renderers/fiori2/Renderer": undefined;
|
|
14087
14098
|
|
|
14088
14099
|
"sap/ushell/services/_Personalization/ContextContainer": undefined;
|
|
@@ -14181,8 +14192,6 @@ declare namespace sap {
|
|
|
14181
14192
|
|
|
14182
14193
|
"sap/ushell/services/SupportTicket": undefined;
|
|
14183
14194
|
|
|
14184
|
-
"sap/ushell/services/Ui5ComponentLoader/utils": undefined;
|
|
14185
|
-
|
|
14186
14195
|
"sap/ushell/services/URLParsing": undefined;
|
|
14187
14196
|
|
|
14188
14197
|
"sap/ushell/services/UsageAnalytics": undefined;
|
|
@@ -14197,6 +14206,8 @@ declare namespace sap {
|
|
|
14197
14206
|
|
|
14198
14207
|
"sap/ushell/System": undefined;
|
|
14199
14208
|
|
|
14209
|
+
"sap/ushell/thirdparty/NotificationListItemBase": undefined;
|
|
14210
|
+
|
|
14200
14211
|
"sap/ushell/thirdparty/webcomponents-base": undefined;
|
|
14201
14212
|
|
|
14202
14213
|
"sap/ushell/ui/appfinder/AppBox": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -7487,6 +7487,15 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7487
7487
|
* If you want to change some of the button properties, you would need to bind them to a model.
|
|
7488
7488
|
*/
|
|
7489
7489
|
getCustomAnchorBarButton(): Button;
|
|
7490
|
+
/**
|
|
7491
|
+
* Returns the effectively applied title level. Could be different than "titleLevel" property, according
|
|
7492
|
+
* to internal UX rules.
|
|
7493
|
+
*
|
|
7494
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7495
|
+
*
|
|
7496
|
+
* @returns the effective title level
|
|
7497
|
+
*/
|
|
7498
|
+
getEffectiveTitleLevel(): string;
|
|
7490
7499
|
/**
|
|
7491
7500
|
* Gets current value of property {@link #getImportance importance}.
|
|
7492
7501
|
*
|
|
@@ -7499,16 +7508,6 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7499
7508
|
* @returns Value of property `importance`
|
|
7500
7509
|
*/
|
|
7501
7510
|
getImportance(): Importance;
|
|
7502
|
-
/**
|
|
7503
|
-
* Returns the control name text.
|
|
7504
|
-
*
|
|
7505
|
-
* To be overwritten by the specific control method.
|
|
7506
|
-
*
|
|
7507
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7508
|
-
*
|
|
7509
|
-
* @returns control name text
|
|
7510
|
-
*/
|
|
7511
|
-
getSectionText(): string;
|
|
7512
7511
|
/**
|
|
7513
7512
|
* Gets current value of property {@link #getTitle title}.
|
|
7514
7513
|
*
|
|
@@ -7649,7 +7648,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7649
7648
|
*
|
|
7650
7649
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7651
7650
|
*/
|
|
7652
|
-
setTitleVisible(
|
|
7651
|
+
setTitleVisible(): void;
|
|
7653
7652
|
/**
|
|
7654
7653
|
* Sets a new value for property {@link #getVisible visible}.
|
|
7655
7654
|
*
|
|
@@ -7668,15 +7667,6 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7668
7667
|
*/
|
|
7669
7668
|
bVisible?: boolean
|
|
7670
7669
|
): this;
|
|
7671
|
-
/**
|
|
7672
|
-
* Performs the update of the invisible text label. This method is called for example when the section title
|
|
7673
|
-
* is changed.
|
|
7674
|
-
*
|
|
7675
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7676
|
-
*
|
|
7677
|
-
* @returns this for chaining
|
|
7678
|
-
*/
|
|
7679
|
-
updateInvisibleTextLabelValue(): this;
|
|
7680
7670
|
}
|
|
7681
7671
|
/**
|
|
7682
7672
|
* Describes the settings that can be provided to the ObjectPageSectionBase constructor.
|
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED