@sapui5/ts-types-esm 1.132.1 → 1.133.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.133.0-esm-d.ts} +326 -335
- package/types/{sap.ui.core.d.ts → core-1.133.0-esm-d.ts} +693 -718
- package/types/{sap.ui.dt.d.ts → dt-1.133.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.133.0-esm-d.ts} +167 -142
- package/types/{sap.m.d.ts → mobile-1.133.0-esm-d.ts} +1946 -1117
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +16 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
- package/types/{sap.tnt.d.ts → tnt-1.133.0-esm-d.ts} +229 -14
- package/types/{sap.ui.ux3.d.ts → ux3-1.133.0-esm-d.ts} +113 -117
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -114,7 +114,7 @@ declare module "sap/ui/fl/transport/TransportDialog" {
|
|
|
114
114
|
* transport request. It is not a generic utility, but part of the Variantmanament and therefore cannot
|
|
115
115
|
* be used in any other application.
|
|
116
116
|
*
|
|
117
|
-
* @deprecated
|
|
117
|
+
* @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
|
|
118
118
|
* library.
|
|
119
119
|
*/
|
|
120
120
|
export default class TransportDialog extends Dialog {
|
|
@@ -190,7 +190,7 @@ declare module "sap/ui/fl/transport/TransportDialog" {
|
|
|
190
190
|
/**
|
|
191
191
|
* Describes the settings that can be provided to the TransportDialog constructor.
|
|
192
192
|
*
|
|
193
|
-
* @deprecated
|
|
193
|
+
* @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
|
|
194
194
|
* library.
|
|
195
195
|
*/
|
|
196
196
|
export interface $TransportDialogSettings extends $DialogSettings {}
|
|
@@ -761,7 +761,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
761
761
|
*
|
|
762
762
|
* @returns Value of property `headerLevel`
|
|
763
763
|
*/
|
|
764
|
-
getHeaderLevel(): TitleLevel
|
|
764
|
+
getHeaderLevel(): TitleLevel;
|
|
765
765
|
/**
|
|
766
766
|
* Gets current value of property {@link #getInErrorState inErrorState}.
|
|
767
767
|
*
|
|
@@ -853,7 +853,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
853
853
|
*
|
|
854
854
|
* @returns Value of property `titleStyle`
|
|
855
855
|
*/
|
|
856
|
-
getTitleStyle(): TitleLevel
|
|
856
|
+
getTitleStyle(): TitleLevel;
|
|
857
857
|
/**
|
|
858
858
|
* Gets current value of property {@link #getUpdateVariantInURL updateVariantInURL}.
|
|
859
859
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/generic/app/library" {
|
|
4
4
|
export namespace navigation {
|
|
@@ -9,7 +9,7 @@ declare module "sap/ui/generic/app/library" {
|
|
|
9
9
|
* This enum is part of the 'sap/ui/generic/app/library' module export and must be accessed by the property
|
|
10
10
|
* 'navigation.service.NavType'.
|
|
11
11
|
*
|
|
12
|
-
* @deprecated
|
|
12
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavType} instead.
|
|
13
13
|
*/
|
|
14
14
|
enum NavType {
|
|
15
15
|
/**
|
|
@@ -44,7 +44,7 @@ declare module "sap/ui/generic/app/library" {
|
|
|
44
44
|
* This enum is part of the 'sap/ui/generic/app/library' module export and must be accessed by the property
|
|
45
45
|
* 'navigation.service.ParamHandlingMode'.
|
|
46
46
|
*
|
|
47
|
-
* @deprecated
|
|
47
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.ParamHandlingMode} instead.
|
|
48
48
|
*/
|
|
49
49
|
enum ParamHandlingMode {
|
|
50
50
|
/**
|
|
@@ -71,7 +71,7 @@ declare module "sap/ui/generic/app/library" {
|
|
|
71
71
|
* This enum is part of the 'sap/ui/generic/app/library' module export and must be accessed by the property
|
|
72
72
|
* 'navigation.service.SuppressionBehavior'.
|
|
73
73
|
*
|
|
74
|
-
* @deprecated
|
|
74
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SuppressionBehavior} instead.
|
|
75
75
|
*/
|
|
76
76
|
enum SuppressionBehavior {
|
|
77
77
|
/**
|
|
@@ -304,7 +304,7 @@ declare module "sap/ui/generic/app/navigation/service/NavError" {
|
|
|
304
304
|
/**
|
|
305
305
|
* An object that provides error handling information during runtime.
|
|
306
306
|
*
|
|
307
|
-
* @deprecated
|
|
307
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavError} instead.
|
|
308
308
|
*/
|
|
309
309
|
export default class NavError extends NavError1 {
|
|
310
310
|
/**
|
|
@@ -356,7 +356,7 @@ declare module "sap/ui/generic/app/navigation/service/NavError" {
|
|
|
356
356
|
/**
|
|
357
357
|
* Returns the error code with which the instance has been created.
|
|
358
358
|
*
|
|
359
|
-
* @deprecated
|
|
359
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavError#getErrorCode} instead.
|
|
360
360
|
*
|
|
361
361
|
* @returns The error code of the error
|
|
362
362
|
*/
|
|
@@ -389,7 +389,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
389
389
|
* **Note:** This class requires that the UShell {@link sap.ushell.services.CrossApplicationNavigation }
|
|
390
390
|
* is available and initialized.
|
|
391
391
|
*
|
|
392
|
-
* @deprecated
|
|
392
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler} instead.
|
|
393
393
|
*/
|
|
394
394
|
export default class NavigationHandler extends NavigationHandler1 {
|
|
395
395
|
constructor(
|
|
@@ -441,7 +441,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
441
441
|
* or {@link sap.ui.generic.app.navigation.service.NavigationHandler#setFilterContextUrl FilterContextUrl}
|
|
442
442
|
*
|
|
443
443
|
* @since 1.60.2
|
|
444
|
-
* @deprecated
|
|
444
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#constructContextUrl }
|
|
445
445
|
* instead.
|
|
446
446
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
447
447
|
*
|
|
@@ -465,7 +465,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
465
465
|
* - `sap-ushell-defaultedParameterNames`
|
|
466
466
|
* - `"hcpApplicationId"`
|
|
467
467
|
*
|
|
468
|
-
* @deprecated
|
|
468
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#getTechnicalParameters }
|
|
469
469
|
* instead.
|
|
470
470
|
*
|
|
471
471
|
* @returns Containing the technical parameters.
|
|
@@ -478,7 +478,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
478
478
|
* this function, converted to a JSON string, can be used for the {@link #.navigate NavigationHandler.navigate }
|
|
479
479
|
* method.
|
|
480
480
|
*
|
|
481
|
-
* @deprecated
|
|
481
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#mixAttributesAndSelectionVariant }
|
|
482
482
|
* instead.
|
|
483
483
|
*
|
|
484
484
|
* @returns Instance of {@link sap.ui.generic.app.navigation.service.SelectionVariant}
|
|
@@ -505,7 +505,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
505
505
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
506
506
|
* default navigation for opening a URL in-place or ex-place.
|
|
507
507
|
*
|
|
508
|
-
* @deprecated
|
|
508
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
509
509
|
*
|
|
510
510
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
511
511
|
* based on the `oInnerAppData` data.
|
|
@@ -595,7 +595,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
595
595
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
596
596
|
* default navigation for opening a URL in-place or ex-place.
|
|
597
597
|
*
|
|
598
|
-
* @deprecated
|
|
598
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
599
599
|
*
|
|
600
600
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
601
601
|
* based on the `oInnerAppData` data.
|
|
@@ -681,7 +681,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
681
681
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
682
682
|
* default navigation for opening a URL in-place or ex-place.
|
|
683
683
|
*
|
|
684
|
-
* @deprecated
|
|
684
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
685
685
|
*
|
|
686
686
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
687
687
|
* based on the `oInnerAppData` data.
|
|
@@ -742,7 +742,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
742
742
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
743
743
|
* default navigation for opening a URL in-place or ex-place.
|
|
744
744
|
*
|
|
745
|
-
* @deprecated
|
|
745
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
746
746
|
*
|
|
747
747
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
748
748
|
* based on the `oInnerAppData` data.
|
|
@@ -826,7 +826,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
826
826
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
827
827
|
* default navigation for opening a URL in-place or ex-place.
|
|
828
828
|
*
|
|
829
|
-
* @deprecated
|
|
829
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
830
830
|
*
|
|
831
831
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
832
832
|
* based on the `oInnerAppData` data.
|
|
@@ -883,7 +883,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
883
883
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
884
884
|
* default navigation for opening a URL in-place or ex-place.
|
|
885
885
|
*
|
|
886
|
-
* @deprecated
|
|
886
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
887
887
|
*
|
|
888
888
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
889
889
|
* based on the `oInnerAppData` data.
|
|
@@ -963,7 +963,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
963
963
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
964
964
|
* default navigation for opening a URL in-place or ex-place.
|
|
965
965
|
*
|
|
966
|
-
* @deprecated
|
|
966
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
967
967
|
*
|
|
968
968
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
969
969
|
* based on the `oInnerAppData` data.
|
|
@@ -1018,7 +1018,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1018
1018
|
* will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
|
|
1019
1019
|
* default navigation for opening a URL in-place or ex-place.
|
|
1020
1020
|
*
|
|
1021
|
-
* @deprecated
|
|
1021
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
|
|
1022
1022
|
*
|
|
1023
1023
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
1024
1024
|
* based on the `oInnerAppData` data.
|
|
@@ -1069,7 +1069,8 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1069
1069
|
* provided by cross app navigation, and a combined app state will be returned. The conflict resolution
|
|
1070
1070
|
* can be influenced with sParamHandlingMode defined in the constructor.
|
|
1071
1071
|
*
|
|
1072
|
-
* @deprecated
|
|
1072
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#parseNavigation }
|
|
1073
|
+
* instead.
|
|
1073
1074
|
*
|
|
1074
1075
|
* @returns A Promise object to monitor when all the actions of the function have been executed. If the
|
|
1075
1076
|
* execution is successful, the extracted app state, the startup parameters, and the type of navigation
|
|
@@ -1115,7 +1116,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1115
1116
|
* - The method `oTableEventParameters.open()` is called. Note that this does not really open the popover,
|
|
1116
1117
|
* but the SmartLink control proceeds with firing the event `navigationTargetsObtained`.
|
|
1117
1118
|
*
|
|
1118
|
-
* @deprecated
|
|
1119
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#processBeforeSmartLinkPopoverOpens }
|
|
1119
1120
|
* instead.
|
|
1120
1121
|
* **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
|
|
1121
1122
|
* based on the `mInnerAppData` data.
|
|
@@ -1188,7 +1189,8 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1188
1189
|
/**
|
|
1189
1190
|
* Changes the URL according to the current sAppStateKey. As an reaction route change event will be triggered.
|
|
1190
1191
|
*
|
|
1191
|
-
* @deprecated
|
|
1192
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#replaceHash }
|
|
1193
|
+
* instead.
|
|
1192
1194
|
*/
|
|
1193
1195
|
replaceHash(
|
|
1194
1196
|
/**
|
|
@@ -1201,7 +1203,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1201
1203
|
* component model is used for the verification of sensitive information.
|
|
1202
1204
|
*
|
|
1203
1205
|
* @since 1.60.0
|
|
1204
|
-
* @deprecated
|
|
1206
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#setModel} instead.
|
|
1205
1207
|
*/
|
|
1206
1208
|
setModel(
|
|
1207
1209
|
/**
|
|
@@ -1217,7 +1219,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1217
1219
|
* - `sap-ushell-defaultedParameterNames`
|
|
1218
1220
|
* - `"hcpApplicationId"`
|
|
1219
1221
|
*
|
|
1220
|
-
* @deprecated
|
|
1222
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#setTechnicalParameters }
|
|
1221
1223
|
* instead.
|
|
1222
1224
|
*/
|
|
1223
1225
|
setTechnicalParameters(
|
|
@@ -1230,7 +1232,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1230
1232
|
/**
|
|
1231
1233
|
* Changes the URL according to the current app state and stores the app state for later retrieval.
|
|
1232
1234
|
*
|
|
1233
|
-
* @deprecated
|
|
1235
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#storeInnerAppStateAsync }
|
|
1234
1236
|
* instead.
|
|
1235
1237
|
*
|
|
1236
1238
|
* @returns A Promise object to monitor when all the actions of the function have been executed; if the
|
|
@@ -1277,7 +1279,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1277
1279
|
/**
|
|
1278
1280
|
* Changes the URL according to the current app state and stores the app state for later retrieval.
|
|
1279
1281
|
*
|
|
1280
|
-
* @deprecated
|
|
1282
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.NavigationHandler#storeInnerAppStateAsync }
|
|
1281
1283
|
* instead.
|
|
1282
1284
|
*
|
|
1283
1285
|
* @returns An object containing the appStateId and a promise object to monitor when all the actions of
|
|
@@ -1338,7 +1340,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1338
1340
|
* is created whose ID has been set to `""`. Passing a JSON-serialized string complying to the Selection
|
|
1339
1341
|
* Variant Specification will parse it, and the newly created instance will contain the same information.
|
|
1340
1342
|
*
|
|
1341
|
-
* @deprecated
|
|
1343
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant} instead.
|
|
1342
1344
|
*/
|
|
1343
1345
|
export default class PresentationVariant extends PresentationVariant1 {
|
|
1344
1346
|
constructor(
|
|
@@ -1383,7 +1385,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1383
1385
|
/**
|
|
1384
1386
|
* Gets the chart visualization property.
|
|
1385
1387
|
*
|
|
1386
|
-
* @deprecated
|
|
1388
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#getChartVisualization }
|
|
1387
1389
|
* instead.
|
|
1388
1390
|
*
|
|
1389
1391
|
* @returns mProperties to be used for the chart visualization.
|
|
@@ -1392,7 +1394,8 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1392
1394
|
/**
|
|
1393
1395
|
* Gets the current context URL intended for the query.
|
|
1394
1396
|
*
|
|
1395
|
-
* @deprecated
|
|
1397
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#getContextUrl }
|
|
1398
|
+
* instead.
|
|
1396
1399
|
*
|
|
1397
1400
|
* @returns The current context URL for the query
|
|
1398
1401
|
*/
|
|
@@ -1400,7 +1403,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1400
1403
|
/**
|
|
1401
1404
|
* Returns the identification of the selection variant.
|
|
1402
1405
|
*
|
|
1403
|
-
* @deprecated
|
|
1406
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#getID} instead.
|
|
1404
1407
|
*
|
|
1405
1408
|
* @returns The identification of the selection variant as made available during construction
|
|
1406
1409
|
*/
|
|
@@ -1408,7 +1411,8 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1408
1411
|
/**
|
|
1409
1412
|
* Gets the more trivial properties. Basically all properties with the exception of the Visualization.
|
|
1410
1413
|
*
|
|
1411
|
-
* @deprecated
|
|
1414
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#getProperties }
|
|
1415
|
+
* instead.
|
|
1412
1416
|
*
|
|
1413
1417
|
* @returns The current properties.
|
|
1414
1418
|
*/
|
|
@@ -1416,7 +1420,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1416
1420
|
/**
|
|
1417
1421
|
* Gets the table visualization property.
|
|
1418
1422
|
*
|
|
1419
|
-
* @deprecated
|
|
1423
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#getTableVisualization }
|
|
1420
1424
|
* instead.
|
|
1421
1425
|
*
|
|
1422
1426
|
* @returns mProperties to be used for the table visualization.
|
|
@@ -1425,7 +1429,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1425
1429
|
/**
|
|
1426
1430
|
* Returns the current text / description of this selection variant.
|
|
1427
1431
|
*
|
|
1428
|
-
* @deprecated
|
|
1432
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#getText} instead.
|
|
1429
1433
|
*
|
|
1430
1434
|
* @returns the current description of this selection variant.
|
|
1431
1435
|
*/
|
|
@@ -1433,7 +1437,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1433
1437
|
/**
|
|
1434
1438
|
* Returns `true` if the presentation variant does not contain any properties. nor ranges.
|
|
1435
1439
|
*
|
|
1436
|
-
* @deprecated
|
|
1440
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#isEmpty} instead.
|
|
1437
1441
|
*
|
|
1438
1442
|
* @returns If set to `true` there are no current properties set; `false` otherwise.
|
|
1439
1443
|
*/
|
|
@@ -1441,7 +1445,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1441
1445
|
/**
|
|
1442
1446
|
* Sets the chart visualization property.
|
|
1443
1447
|
*
|
|
1444
|
-
* @deprecated
|
|
1448
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#setChartVisualization }
|
|
1445
1449
|
* instead.
|
|
1446
1450
|
*/
|
|
1447
1451
|
setChartVisualization(
|
|
@@ -1453,7 +1457,8 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1453
1457
|
/**
|
|
1454
1458
|
* Sets the context URL.
|
|
1455
1459
|
*
|
|
1456
|
-
* @deprecated
|
|
1460
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#setContextUrl }
|
|
1461
|
+
* instead.
|
|
1457
1462
|
*/
|
|
1458
1463
|
setContextUrl(
|
|
1459
1464
|
/**
|
|
@@ -1464,7 +1469,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1464
1469
|
/**
|
|
1465
1470
|
* Sets the identification of the selection variant.
|
|
1466
1471
|
*
|
|
1467
|
-
* @deprecated
|
|
1472
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#setID} instead.
|
|
1468
1473
|
*/
|
|
1469
1474
|
setID(
|
|
1470
1475
|
/**
|
|
@@ -1475,7 +1480,8 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1475
1480
|
/**
|
|
1476
1481
|
* Sets the more trivial properties. Basically all properties with the exception of the Visualization.
|
|
1477
1482
|
*
|
|
1478
|
-
* @deprecated
|
|
1483
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#setProperties }
|
|
1484
|
+
* instead.
|
|
1479
1485
|
*/
|
|
1480
1486
|
setProperties(
|
|
1481
1487
|
/**
|
|
@@ -1486,7 +1492,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1486
1492
|
/**
|
|
1487
1493
|
* Sets the table visualization property.
|
|
1488
1494
|
*
|
|
1489
|
-
* @deprecated
|
|
1495
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#setTableVisualization }
|
|
1490
1496
|
* instead.
|
|
1491
1497
|
*/
|
|
1492
1498
|
setTableVisualization(
|
|
@@ -1498,7 +1504,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1498
1504
|
/**
|
|
1499
1505
|
* Sets the text / description of the selection variant.
|
|
1500
1506
|
*
|
|
1501
|
-
* @deprecated
|
|
1507
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#setText} instead.
|
|
1502
1508
|
*/
|
|
1503
1509
|
setText(
|
|
1504
1510
|
/**
|
|
@@ -1509,7 +1515,8 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1509
1515
|
/**
|
|
1510
1516
|
* Returns the external representation of the selection variant as JSON object.
|
|
1511
1517
|
*
|
|
1512
|
-
* @deprecated
|
|
1518
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#toJSONObject }
|
|
1519
|
+
* instead.
|
|
1513
1520
|
*
|
|
1514
1521
|
* @returns The external representation of this instance as a JSON object
|
|
1515
1522
|
*/
|
|
@@ -1517,7 +1524,8 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1517
1524
|
/**
|
|
1518
1525
|
* Serializes this instance into a JSON-formatted string.
|
|
1519
1526
|
*
|
|
1520
|
-
* @deprecated
|
|
1527
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.PresentationVariant#toJSONString }
|
|
1528
|
+
* instead.
|
|
1521
1529
|
*
|
|
1522
1530
|
* @returns The JSON-formatted representation of this instance in stringified format
|
|
1523
1531
|
*/
|
|
@@ -1535,7 +1543,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1535
1543
|
* is created whose ID has been set to `""`. Passing a JSON-serialized string complying to the Selection
|
|
1536
1544
|
* Variant Specification will parse it, and the newly created instance will contain the same information.
|
|
1537
1545
|
*
|
|
1538
|
-
* @deprecated
|
|
1546
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant} instead.
|
|
1539
1547
|
*/
|
|
1540
1548
|
export default class SelectionVariant extends SelectionVariant1 {
|
|
1541
1549
|
constructor(
|
|
@@ -1581,7 +1589,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1581
1589
|
* Sets the value of a parameter called `sName` to the new value `sValue`. If the parameter has already
|
|
1582
1590
|
* been set before, its value is overwritten.
|
|
1583
1591
|
*
|
|
1584
|
-
* @deprecated
|
|
1592
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#addParameter }
|
|
1593
|
+
* instead.
|
|
1585
1594
|
*
|
|
1586
1595
|
* @returns This instance to allow method chaining
|
|
1587
1596
|
*/
|
|
@@ -1598,7 +1607,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1598
1607
|
/**
|
|
1599
1608
|
* Adds a new range to the list of select options for a given parameter.
|
|
1600
1609
|
*
|
|
1601
|
-
* @deprecated
|
|
1610
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#addSelectOption }
|
|
1611
|
+
* instead.
|
|
1602
1612
|
*
|
|
1603
1613
|
* @returns This instance to allow method chaining.
|
|
1604
1614
|
*/
|
|
@@ -1631,7 +1641,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1631
1641
|
/**
|
|
1632
1642
|
* Gets the current context URL intended for the filters.
|
|
1633
1643
|
*
|
|
1634
|
-
* @deprecated
|
|
1644
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getFilterContextUrl }
|
|
1635
1645
|
* instead.
|
|
1636
1646
|
*
|
|
1637
1647
|
* @returns The current context URL for the filters
|
|
@@ -1640,7 +1650,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1640
1650
|
/**
|
|
1641
1651
|
* Returns the identification of the selection variant.
|
|
1642
1652
|
*
|
|
1643
|
-
* @deprecated
|
|
1653
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getID} instead.
|
|
1644
1654
|
*
|
|
1645
1655
|
* @returns The identification of the selection variant as made available during construction
|
|
1646
1656
|
*/
|
|
@@ -1649,7 +1659,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1649
1659
|
* Returns the value of the parameter called `sName` if it has been set. If the parameter has never been
|
|
1650
1660
|
* set or has been removed, `undefined` is returned.
|
|
1651
1661
|
*
|
|
1652
|
-
* @deprecated
|
|
1662
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getParameter }
|
|
1663
|
+
* instead.
|
|
1653
1664
|
*
|
|
1654
1665
|
* @returns The value of parameter `sName`; returning the value `null` not possible
|
|
1655
1666
|
*/
|
|
@@ -1662,7 +1673,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1662
1673
|
/**
|
|
1663
1674
|
* Gets the current context URL intended for the parameters.
|
|
1664
1675
|
*
|
|
1665
|
-
* @deprecated
|
|
1676
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getParameterContextUrl }
|
|
1666
1677
|
* instead.
|
|
1667
1678
|
*
|
|
1668
1679
|
* @returns The current context URL for the parameters
|
|
@@ -1671,7 +1682,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1671
1682
|
/**
|
|
1672
1683
|
* Returns the set of parameter names available in this selection variant
|
|
1673
1684
|
*
|
|
1674
|
-
* @deprecated
|
|
1685
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getParameterNames }
|
|
1675
1686
|
* instead.
|
|
1676
1687
|
*
|
|
1677
1688
|
* @returns the list of parameter names which are valid
|
|
@@ -1680,7 +1691,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1680
1691
|
/**
|
|
1681
1692
|
* Returns the names of the parameter and select option properties available for this instance.
|
|
1682
1693
|
*
|
|
1683
|
-
* @deprecated
|
|
1694
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getPropertyNames }
|
|
1695
|
+
* instead.
|
|
1684
1696
|
*
|
|
1685
1697
|
* @returns The list of parameter and select option property names available for this instance
|
|
1686
1698
|
*/
|
|
@@ -1688,7 +1700,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1688
1700
|
/**
|
|
1689
1701
|
* Returns the set of select options/ranges available for a given property name.
|
|
1690
1702
|
*
|
|
1691
|
-
* @deprecated
|
|
1703
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getSelectOption }
|
|
1704
|
+
* instead.
|
|
1692
1705
|
*
|
|
1693
1706
|
* @returns If `sPropertyName` is an invalid name of a property or no range exists, `undefined` is returned;
|
|
1694
1707
|
* otherwise, an immutable array of ranges is returned. Each entry of the array is an object with the following
|
|
@@ -1708,7 +1721,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1708
1721
|
/**
|
|
1709
1722
|
* Returns the names of the properties available for this instance.
|
|
1710
1723
|
*
|
|
1711
|
-
* @deprecated
|
|
1724
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getSelectOptionsPropertyNames }
|
|
1712
1725
|
* instead.
|
|
1713
1726
|
*
|
|
1714
1727
|
* @returns The list of property names available for this instance
|
|
@@ -1717,7 +1730,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1717
1730
|
/**
|
|
1718
1731
|
* Returns the current text / description of this selection variant.
|
|
1719
1732
|
*
|
|
1720
|
-
* @deprecated
|
|
1733
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getText} instead.
|
|
1721
1734
|
*
|
|
1722
1735
|
* @returns the current description of this selection variant.
|
|
1723
1736
|
*/
|
|
@@ -1729,7 +1742,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1729
1742
|
* to make it type compatible with ranges. This array is then returned. If neither a select option
|
|
1730
1743
|
* nor a parameter could be found, `undefined` is returned.
|
|
1731
1744
|
*
|
|
1732
|
-
* @deprecated
|
|
1745
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#getValue} instead.
|
|
1733
1746
|
*
|
|
1734
1747
|
* @returns The ranges in the select options for the specified property or a range-converted representation
|
|
1735
1748
|
* of a parameter is returned. If both lookups fail, `undefined` is returned. The returned ranges
|
|
@@ -1749,7 +1762,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1749
1762
|
/**
|
|
1750
1763
|
* Returns `true` if the selection variant does neither contain parameters nor ranges.
|
|
1751
1764
|
*
|
|
1752
|
-
* @deprecated
|
|
1765
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#isEmpty} instead.
|
|
1753
1766
|
*
|
|
1754
1767
|
* @returns If set to `true` there are no parameters and no select options available in the selection variant;
|
|
1755
1768
|
* `false` otherwise.
|
|
@@ -1758,7 +1771,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1758
1771
|
/**
|
|
1759
1772
|
* Adds a set of select options to the list of select options for a given parameter.
|
|
1760
1773
|
*
|
|
1761
|
-
* @deprecated
|
|
1774
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#massAddSelectOption }
|
|
1762
1775
|
* instead.
|
|
1763
1776
|
*
|
|
1764
1777
|
* @returns This instance to allow method chaining
|
|
@@ -1776,7 +1789,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1776
1789
|
/**
|
|
1777
1790
|
* Removes a parameter called `sName` from the selection variant.
|
|
1778
1791
|
*
|
|
1779
|
-
* @deprecated
|
|
1792
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#removeParameter }
|
|
1793
|
+
* instead.
|
|
1780
1794
|
*
|
|
1781
1795
|
* @returns This instance to allow method chaining
|
|
1782
1796
|
*/
|
|
@@ -1789,7 +1803,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1789
1803
|
/**
|
|
1790
1804
|
* Removes a select option called `sName` from the selection variant.
|
|
1791
1805
|
*
|
|
1792
|
-
* @deprecated
|
|
1806
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#removeSelectOption }
|
|
1793
1807
|
* instead.
|
|
1794
1808
|
*
|
|
1795
1809
|
* @returns This instance to allow method chaining.
|
|
@@ -1805,7 +1819,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1805
1819
|
* `sNameNew` already exist, an error is thrown. If a parameter with the name `sNameOld` does not exist,
|
|
1806
1820
|
* nothing is changed.
|
|
1807
1821
|
*
|
|
1808
|
-
* @deprecated
|
|
1822
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#renameParameter }
|
|
1823
|
+
* instead.
|
|
1809
1824
|
*
|
|
1810
1825
|
* @returns This instance to allow method chaining
|
|
1811
1826
|
*/
|
|
@@ -1824,7 +1839,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1824
1839
|
* `sNameNew` already exist, an error is thrown. If a select option with the name `sNameOld` does not exist,
|
|
1825
1840
|
* nothing is changed.
|
|
1826
1841
|
*
|
|
1827
|
-
* @deprecated
|
|
1842
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#renameSelectOption }
|
|
1828
1843
|
* instead.
|
|
1829
1844
|
*
|
|
1830
1845
|
* @returns This instance to allow method chaining
|
|
@@ -1842,7 +1857,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1842
1857
|
/**
|
|
1843
1858
|
* Sets the context URL intended for the filters.
|
|
1844
1859
|
*
|
|
1845
|
-
* @deprecated
|
|
1860
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#setFilterContextUrl }
|
|
1846
1861
|
* instead.
|
|
1847
1862
|
*/
|
|
1848
1863
|
setFilterContextUrl(
|
|
@@ -1854,7 +1869,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1854
1869
|
/**
|
|
1855
1870
|
* Sets the identification of the selection variant.
|
|
1856
1871
|
*
|
|
1857
|
-
* @deprecated
|
|
1872
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#setID} instead.
|
|
1858
1873
|
*/
|
|
1859
1874
|
setID(
|
|
1860
1875
|
/**
|
|
@@ -1865,7 +1880,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1865
1880
|
/**
|
|
1866
1881
|
* Sets the context URL intended for the parameters.
|
|
1867
1882
|
*
|
|
1868
|
-
* @deprecated
|
|
1883
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#setParameterContextUrl }
|
|
1869
1884
|
* instead.
|
|
1870
1885
|
*/
|
|
1871
1886
|
setParameterContextUrl(
|
|
@@ -1877,7 +1892,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1877
1892
|
/**
|
|
1878
1893
|
* Sets the text / description of the selection variant.
|
|
1879
1894
|
*
|
|
1880
|
-
* @deprecated
|
|
1895
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#setText} instead.
|
|
1881
1896
|
*/
|
|
1882
1897
|
setText(
|
|
1883
1898
|
/**
|
|
@@ -1888,7 +1903,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1888
1903
|
/**
|
|
1889
1904
|
* Returns the external representation of the selection variant as JSON object.
|
|
1890
1905
|
*
|
|
1891
|
-
* @deprecated
|
|
1906
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#toJSONObject }
|
|
1907
|
+
* instead.
|
|
1892
1908
|
*
|
|
1893
1909
|
* @returns The external representation of this instance as a JSON object
|
|
1894
1910
|
*/
|
|
@@ -1896,7 +1912,8 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1896
1912
|
/**
|
|
1897
1913
|
* Serializes this instance into a JSON-formatted string
|
|
1898
1914
|
*
|
|
1899
|
-
* @deprecated
|
|
1915
|
+
* @deprecated As of version 1.83.0. Please use {@link sap.fe.navigation.SelectionVariant#toJSONString }
|
|
1916
|
+
* instead.
|
|
1900
1917
|
*
|
|
1901
1918
|
* @returns The JSON-formatted representation of this instance in stringified format
|
|
1902
1919
|
*/
|