@sapui5/ts-types 1.122.2 → 1.123.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.
Files changed (66) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +5 -5
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +404 -3
  5. package/types/sap.chart.d.ts +58 -3
  6. package/types/sap.collaboration.d.ts +52 -3
  7. package/types/sap.esh.search.ui.d.ts +2152 -2
  8. package/types/sap.f.d.ts +432 -46
  9. package/types/sap.fe.core.d.ts +20 -15
  10. package/types/sap.fe.macros.d.ts +1048 -21
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  14. package/types/sap.fe.templates.d.ts +8 -6
  15. package/types/sap.fe.test.d.ts +288 -7
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1067 -15
  19. package/types/sap.insights.d.ts +4 -1
  20. package/types/{mobile-1.122.0-d.ts → sap.m.d.ts} +3962 -124
  21. package/types/sap.makit.d.ts +115 -2
  22. package/types/sap.me.d.ts +84 -2
  23. package/types/sap.ndc.d.ts +22 -1
  24. package/types/sap.ovp.d.ts +1 -1
  25. package/types/sap.rules.ui.d.ts +44 -8
  26. package/types/sap.sac.df.d.ts +111 -60
  27. package/types/sap.suite.ui.commons.d.ts +1148 -2174
  28. package/types/sap.suite.ui.generic.template.d.ts +10 -1
  29. package/types/sap.suite.ui.microchart.d.ts +190 -2
  30. package/types/sap.tnt.d.ts +46 -2
  31. package/types/sap.ui.codeeditor.d.ts +16 -1
  32. package/types/{commons-1.122.0-d.ts → sap.ui.commons.d.ts} +792 -30
  33. package/types/sap.ui.comp.d.ts +964 -86
  34. package/types/{core-1.122.0-d.ts → sap.ui.core.d.ts} +2194 -1540
  35. package/types/sap.ui.dt.d.ts +3 -0
  36. package/types/sap.ui.export.d.ts +22 -4
  37. package/types/sap.ui.fl.d.ts +40 -1
  38. package/types/sap.ui.generic.app.d.ts +217 -203
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +147 -5
  41. package/types/sap.ui.layout.d.ts +171 -8
  42. package/types/sap.ui.mdc.d.ts +554 -33
  43. package/types/sap.ui.richtexteditor.d.ts +28 -2
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +27 -2
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +278 -57
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +481 -9
  50. package/types/{ux3-1.122.0-d.ts → sap.ui.ux3.d.ts} +527 -5
  51. package/types/sap.ui.vbm.d.ts +544 -2
  52. package/types/sap.ui.vk.d.ts +1580 -39
  53. package/types/sap.ui.vtm.d.ts +373 -2
  54. package/types/sap.ui.webc.common.d.ts +7 -2
  55. package/types/sap.ui.webc.fiori.d.ts +351 -2
  56. package/types/sap.ui.webc.main.d.ts +1035 -2
  57. package/types/sap.uiext.inbox.d.ts +124 -2
  58. package/types/sap.ushell.d.ts +1001 -322
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +123 -6
  61. package/types/sap.viz.d.ts +2619 -5
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +35 -10
  64. package/types/sap.zen.crosstab.d.ts +22 -7
  65. package/types/sap.zen.dsh.d.ts +64 -8
  66. package/types/dt-1.122.0-d.ts +0 -3
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.122.0
1
+ // For Library Version: 1.123.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -73,7 +73,7 @@ declare namespace sap {
73
73
  /**
74
74
  * Returns the error code with which the instance has been created.
75
75
  *
76
- * @deprecated (since 1.83.0)
76
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavError#getErrorCode} instead.
77
77
  *
78
78
  * @returns The error code of the error
79
79
  */
@@ -112,26 +112,6 @@ declare namespace sap {
112
112
  sParamHandlingMode?: string
113
113
  );
114
114
 
115
- /**
116
- * The method creates a context url based on provided data. This context url can either be used as {@link sap.ui.generic.app.navigation.service.NavigationHandler#setParameterContextUrl ParameterContextUrl }
117
- * or {@link sap.ui.generic.app.navigation.service.NavigationHandler#setFilterContextUrl FilterContextUrl}
118
- *
119
- * @since 1.60.2
120
- * @deprecated (since 1.83.0)
121
- * @ui5-protected Do not call from applications (only from related classes in the framework)
122
- *
123
- * @returns context url for the given entities
124
- */
125
- static constructContextUrl(
126
- /**
127
- * used for url determination
128
- */
129
- sEntitySetName: string,
130
- /**
131
- * used for url determination. If omitted, the NavigationHandler model is used.
132
- */
133
- oModel?: sap.ui.model.odata.v2.ODataModel
134
- ): string;
135
115
  /**
136
116
  * Creates a new subclass of class sap.ui.generic.app.navigation.service.NavigationHandler with name `sClassName`
137
117
  * and enriches it with the information contained in `oClassInfo`.
@@ -166,6 +146,27 @@ declare namespace sap {
166
146
  * @returns Metadata object describing this class
167
147
  */
168
148
  static getMetadata(): sap.ui.base.Metadata;
149
+ /**
150
+ * The method creates a context url based on provided data. This context url can either be used as {@link sap.ui.generic.app.navigation.service.NavigationHandler#setParameterContextUrl ParameterContextUrl }
151
+ * or {@link sap.ui.generic.app.navigation.service.NavigationHandler#setFilterContextUrl FilterContextUrl}
152
+ *
153
+ * @since 1.60.2
154
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#constructContextUrl }
155
+ * instead.
156
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
157
+ *
158
+ * @returns context url for the given entities
159
+ */
160
+ constructContextUrl(
161
+ /**
162
+ * used for url determination
163
+ */
164
+ sEntitySetName: string,
165
+ /**
166
+ * used for url determination. If omitted, the NavigationHandler model is used.
167
+ */
168
+ oModel?: sap.ui.model.odata.v2.ODataModel
169
+ ): string;
169
170
  /**
170
171
  * Gets the application specific technical parameters. Technical parameters will not be added to the selection
171
172
  * variant passed to the application. As a default the following values are considered as technical parameters:
@@ -174,11 +175,12 @@ declare namespace sap {
174
175
  * - `sap-ushell-defaultedParameterNames`
175
176
  * - `"hcpApplicationId"`
176
177
  *
177
- * @deprecated (since 1.83.0)
178
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#getTechnicalParameters }
179
+ * instead.
178
180
  *
179
181
  * @returns Containing the technical parameters.
180
182
  */
181
- static getTechnicalParameters(): any[];
183
+ getTechnicalParameters(): any[];
182
184
  /**
183
185
  * Combines the given parameters and selection variant into a new selection variant containing properties
184
186
  * from both, with the parameters overriding existing properties in the selection variant. The new selection
@@ -186,11 +188,12 @@ declare namespace sap {
186
188
  * this function, converted to a JSON string, can be used for the {@link #.navigate NavigationHandler.navigate }
187
189
  * method.
188
190
  *
189
- * @deprecated (since 1.83.0)
191
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#mixAttributesAndSelectionVariant }
192
+ * instead.
190
193
  *
191
194
  * @returns Instance of {@link sap.ui.generic.app.navigation.service.SelectionVariant}
192
195
  */
193
- static mixAttributesAndSelectionVariant(
196
+ mixAttributesAndSelectionVariant(
194
197
  /**
195
198
  * Object containing key/value pairs
196
199
  */
@@ -205,14 +208,15 @@ declare namespace sap {
205
208
  * can be combined with the bitwise OR operator (|)
206
209
  */
207
210
  iSuppressionBehavior?: int
208
- ): object;
211
+ ): sap.ui.generic.app.navigation.service.SelectionVariant;
209
212
  /**
210
213
  * Triggers a cross-app navigation after saving the inner and the cross-app states. Since 1.52.0 the navigation
211
214
  * mode based on `sap-ushell-next-navmode` is taken into account. If set to `explace` the inner app state
212
215
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
213
216
  * default navigation for opening a URL in-place or ex-place.
214
217
  *
215
- * @deprecated (since 1.83.0) -
218
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
219
+ *
216
220
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
217
221
  * based on the `oInnerAppData` data.
218
222
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -223,7 +227,7 @@ declare namespace sap {
223
227
  * An array of objects (typically strings) that describe additional value parameters required for generating
224
228
  * the message
225
229
  */
226
- static navigate(
230
+ navigate(
227
231
  /**
228
232
  * Name of the semantic object of the target app
229
233
  */
@@ -301,7 +305,8 @@ declare namespace sap {
301
305
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
302
306
  * default navigation for opening a URL in-place or ex-place.
303
307
  *
304
- * @deprecated (since 1.83.0) -
308
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
309
+ *
305
310
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
306
311
  * based on the `oInnerAppData` data.
307
312
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -312,7 +317,7 @@ declare namespace sap {
312
317
  * An array of objects (typically strings) that describe additional value parameters required for generating
313
318
  * the message
314
319
  */
315
- static navigate(
320
+ navigate(
316
321
  /**
317
322
  * Name of the semantic object of the target app
318
323
  */
@@ -386,7 +391,8 @@ declare namespace sap {
386
391
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
387
392
  * default navigation for opening a URL in-place or ex-place.
388
393
  *
389
- * @deprecated (since 1.83.0) -
394
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
395
+ *
390
396
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
391
397
  * based on the `oInnerAppData` data.
392
398
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -397,7 +403,7 @@ declare namespace sap {
397
403
  * An array of objects (typically strings) that describe additional value parameters required for generating
398
404
  * the message
399
405
  */
400
- static navigate(
406
+ navigate(
401
407
  /**
402
408
  * Name of the semantic object of the target app
403
409
  */
@@ -446,7 +452,8 @@ declare namespace sap {
446
452
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
447
453
  * default navigation for opening a URL in-place or ex-place.
448
454
  *
449
- * @deprecated (since 1.83.0) -
455
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
456
+ *
450
457
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
451
458
  * based on the `oInnerAppData` data.
452
459
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -457,7 +464,7 @@ declare namespace sap {
457
464
  * An array of objects (typically strings) that describe additional value parameters required for generating
458
465
  * the message
459
466
  */
460
- static navigate(
467
+ navigate(
461
468
  /**
462
469
  * Name of the semantic object of the target app
463
470
  */
@@ -529,7 +536,8 @@ declare namespace sap {
529
536
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
530
537
  * default navigation for opening a URL in-place or ex-place.
531
538
  *
532
- * @deprecated (since 1.83.0) -
539
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
540
+ *
533
541
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
534
542
  * based on the `oInnerAppData` data.
535
543
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -540,7 +548,7 @@ declare namespace sap {
540
548
  * An array of objects (typically strings) that describe additional value parameters required for generating
541
549
  * the message
542
550
  */
543
- static navigate(
551
+ navigate(
544
552
  /**
545
553
  * Name of the semantic object of the target app
546
554
  */
@@ -585,7 +593,8 @@ declare namespace sap {
585
593
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
586
594
  * default navigation for opening a URL in-place or ex-place.
587
595
  *
588
- * @deprecated (since 1.83.0) -
596
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
597
+ *
589
598
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
590
599
  * based on the `oInnerAppData` data.
591
600
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -596,7 +605,7 @@ declare namespace sap {
596
605
  * An array of objects (typically strings) that describe additional value parameters required for generating
597
606
  * the message
598
607
  */
599
- static navigate(
608
+ navigate(
600
609
  /**
601
610
  * Name of the semantic object of the target app
602
611
  */
@@ -664,7 +673,8 @@ declare namespace sap {
664
673
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
665
674
  * default navigation for opening a URL in-place or ex-place.
666
675
  *
667
- * @deprecated (since 1.83.0) -
676
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
677
+ *
668
678
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
669
679
  * based on the `oInnerAppData` data.
670
680
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -675,7 +685,7 @@ declare namespace sap {
675
685
  * An array of objects (typically strings) that describe additional value parameters required for generating
676
686
  * the message
677
687
  */
678
- static navigate(
688
+ navigate(
679
689
  /**
680
690
  * Name of the semantic object of the target app
681
691
  */
@@ -718,7 +728,8 @@ declare namespace sap {
718
728
  * will not be changed. **Note:** The `sNavMode` argument can be used to overwrite the SAP Fiori launchpad
719
729
  * default navigation for opening a URL in-place or ex-place.
720
730
  *
721
- * @deprecated (since 1.83.0) -
731
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#navigate} instead.
732
+ *
722
733
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
723
734
  * based on the `oInnerAppData` data.
724
735
  * SmartFilterBar control **Parameters:** {object} **oError**
@@ -729,7 +740,7 @@ declare namespace sap {
729
740
  * An array of objects (typically strings) that describe additional value parameters required for generating
730
741
  * the message
731
742
  */
732
- static navigate(
743
+ navigate(
733
744
  /**
734
745
  * Name of the semantic object of the target app
735
746
  */
@@ -768,7 +779,7 @@ declare namespace sap {
768
779
  * provided by cross app navigation, and a combined app state will be returned. The conflict resolution
769
780
  * can be influenced with sParamHandlingMode defined in the constructor.
770
781
  *
771
- * @deprecated (since 1.83.0)
782
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#parseNavigation} instead.
772
783
  *
773
784
  * @returns A Promise object to monitor when all the actions of the function have been executed. If the
774
785
  * execution is successful, the extracted app state, the startup parameters, and the type of navigation
@@ -798,7 +809,7 @@ declare namespace sap {
798
809
  * If an error occurs, an error object of type {@link sap.ui.generic.app.navigation.service.NavError},
799
810
  * URL parameters (if available) and the type of navigation are returned.
800
811
  */
801
- static parseNavigation(): object;
812
+ parseNavigation(): object;
802
813
  /**
803
814
  * Processes navigation-related tasks related to beforePopoverOpens event handling for the SmartLink control
804
815
  * and returns a Promise object. In particular, the following tasks are performed before the SmartLink popover
@@ -814,7 +825,8 @@ declare namespace sap {
814
825
  * - The method `oTableEventParameters.open()` is called. Note that this does not really open the popover,
815
826
  * but the SmartLink control proceeds with firing the event `navigationTargetsObtained`.
816
827
  *
817
- * @deprecated (since 1.83.0) -
828
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#processBeforeSmartLinkPopoverOpens }
829
+ * instead.
818
830
  * **Node:** If the `oExternalAppData` parameter is not supplied, the external app data will be calculated
819
831
  * based on the `mInnerAppData` data.
820
832
  *
@@ -823,7 +835,7 @@ declare namespace sap {
823
835
  * is successful, the modified oTableEventParameters is returned; if an error occurs, an error object of
824
836
  * type {@link sap.ui.generic.app.navigation.service.NavError} is returned
825
837
  */
826
- static processBeforeSmartLinkPopoverOpens(
838
+ processBeforeSmartLinkPopoverOpens(
827
839
  /**
828
840
  * The parameters made available by the SmartTable control when the SmartLink control has been clicked,
829
841
  * an instance of a PopOver object
@@ -882,13 +894,13 @@ declare namespace sap {
882
894
  */
883
895
  valueTexts?: object;
884
896
  }
885
- ): object;
897
+ ): jQuery.Promise<any>;
886
898
  /**
887
899
  * Changes the URL according to the current sAppStateKey. As an reaction route change event will be triggered.
888
900
  *
889
- * @deprecated (since 1.83.0)
901
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#replaceHash} instead.
890
902
  */
891
- static replaceHash(
903
+ replaceHash(
892
904
  /**
893
905
  * the new app state key.
894
906
  */
@@ -899,9 +911,9 @@ declare namespace sap {
899
911
  * component model is used for the verification of sensitive information.
900
912
  *
901
913
  * @since 1.60.0
902
- * @deprecated (since 1.83.0)
914
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#setModel} instead.
903
915
  */
904
- static setModel(
916
+ setModel(
905
917
  /**
906
918
  * for checking sensitive information
907
919
  */
@@ -915,9 +927,10 @@ declare namespace sap {
915
927
  * - `sap-ushell-defaultedParameterNames`
916
928
  * - `"hcpApplicationId"`
917
929
  *
918
- * @deprecated (since 1.83.0)
930
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#setTechnicalParameters }
931
+ * instead.
919
932
  */
920
- static setTechnicalParameters(
933
+ setTechnicalParameters(
921
934
  /**
922
935
  * list of parameter names to be considered as technical parameters. `null` or `undefined` may be used to
923
936
  * reset the complete list.
@@ -927,13 +940,14 @@ declare namespace sap {
927
940
  /**
928
941
  * Changes the URL according to the current app state and stores the app state for later retrieval.
929
942
  *
930
- * @deprecated (since 1.83.0)
943
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#storeInnerAppStateAsync }
944
+ * instead.
931
945
  *
932
946
  * @returns A Promise object to monitor when all the actions of the function have been executed; if the
933
947
  * execution is successful, the app state key is returned; if an error occurs, an object of type {@link sap.ui.generic.app.navigation.service.NavError }
934
948
  * is returned
935
949
  */
936
- static storeInnerAppState(
950
+ storeInnerAppState(
937
951
  /**
938
952
  * Object containing the current state of the app
939
953
  */
@@ -969,16 +983,17 @@ declare namespace sap {
969
983
  * event
970
984
  */
971
985
  bImmediateHashReplace?: boolean
972
- ): object;
986
+ ): jQuery.Promise<string>;
973
987
  /**
974
988
  * Changes the URL according to the current app state and stores the app state for later retrieval.
975
989
  *
976
- * @deprecated (since 1.83.0)
990
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler#storeInnerAppStateAsync }
991
+ * instead.
977
992
  *
978
993
  * @returns An object containing the appStateId and a promise object to monitor when all the actions of
979
994
  * the function have been executed; Please note that the appStateKey may be undefined or empty.
980
995
  */
981
- static storeInnerAppStateWithImmediateReturn(
996
+ storeInnerAppStateWithImmediateReturn(
982
997
  /**
983
998
  * Object containing the current state of the app
984
999
  */
@@ -1061,75 +1076,82 @@ declare namespace sap {
1061
1076
  */
1062
1077
  FNMetaImpl?: Function
1063
1078
  ): Function;
1079
+ /**
1080
+ * Returns a metadata object for class sap.ui.generic.app.navigation.service.PresentationVariant.
1081
+ *
1082
+ *
1083
+ * @returns Metadata object describing this class
1084
+ */
1085
+ static getMetadata(): sap.ui.base.Metadata;
1064
1086
  /**
1065
1087
  * Gets the chart visualization property.
1066
1088
  *
1067
- * @deprecated (since 1.83.0)
1089
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#getChartVisualization }
1090
+ * instead.
1068
1091
  *
1069
1092
  * @returns mProperties to be used for the chart visualization.
1070
1093
  */
1071
- static getChartVisualization(): Record<string, any>;
1094
+ getChartVisualization():
1095
+ | sap.fe.navigation.PresentationVariant.Visualization
1096
+ | undefined;
1072
1097
  /**
1073
1098
  * Gets the current context URL intended for the query.
1074
1099
  *
1075
- * @deprecated (since 1.83.0)
1100
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#getContextUrl} instead.
1076
1101
  *
1077
1102
  * @returns The current context URL for the query
1078
1103
  */
1079
- static getContextUrl(): string;
1104
+ getContextUrl(): string;
1080
1105
  /**
1081
1106
  * Returns the identification of the selection variant.
1082
1107
  *
1083
- * @deprecated (since 1.83.0)
1108
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#getID} instead.
1084
1109
  *
1085
1110
  * @returns The identification of the selection variant as made available during construction
1086
1111
  */
1087
- static getID(): string;
1088
- /**
1089
- * Returns a metadata object for class sap.ui.generic.app.navigation.service.PresentationVariant.
1090
- *
1091
- *
1092
- * @returns Metadata object describing this class
1093
- */
1094
- static getMetadata(): sap.ui.base.Metadata;
1112
+ getID(): string;
1095
1113
  /**
1096
1114
  * Gets the more trivial properties. Basically all properties with the exception of the Visualization.
1097
1115
  *
1098
- * @deprecated (since 1.83.0)
1116
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#getProperties} instead.
1099
1117
  *
1100
1118
  * @returns The current properties.
1101
1119
  */
1102
- static getProperties(): Record<string, any>;
1120
+ getProperties(): Record<string, any>;
1103
1121
  /**
1104
1122
  * Gets the table visualization property.
1105
1123
  *
1106
- * @deprecated (since 1.83.0)
1124
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#getTableVisualization }
1125
+ * instead.
1107
1126
  *
1108
1127
  * @returns mProperties to be used for the table visualization.
1109
1128
  */
1110
- static getTableVisualization(): Record<string, any>;
1129
+ getTableVisualization():
1130
+ | sap.fe.navigation.PresentationVariant.Visualization
1131
+ | undefined;
1111
1132
  /**
1112
1133
  * Returns the current text / description of this selection variant.
1113
1134
  *
1114
- * @deprecated (since 1.83.0)
1135
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#getText} instead.
1115
1136
  *
1116
1137
  * @returns the current description of this selection variant.
1117
1138
  */
1118
- static getText(): string;
1139
+ getText(): string;
1119
1140
  /**
1120
1141
  * Returns `true` if the presentation variant does not contain any properties. nor ranges.
1121
1142
  *
1122
- * @deprecated (since 1.83.0)
1143
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#isEmpty} instead.
1123
1144
  *
1124
1145
  * @returns If set to `true` there are no current properties set; `false` otherwise.
1125
1146
  */
1126
- static isEmpty(): boolean;
1147
+ isEmpty(): boolean;
1127
1148
  /**
1128
1149
  * Sets the chart visualization property.
1129
1150
  *
1130
- * @deprecated (since 1.83.0)
1151
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#setChartVisualization }
1152
+ * instead.
1131
1153
  */
1132
- static setChartVisualization(
1154
+ setChartVisualization(
1133
1155
  /**
1134
1156
  * to be used for the chart visualization.
1135
1157
  */
@@ -1138,9 +1160,9 @@ declare namespace sap {
1138
1160
  /**
1139
1161
  * Sets the context URL.
1140
1162
  *
1141
- * @deprecated (since 1.83.0)
1163
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#setContextUrl} instead.
1142
1164
  */
1143
- static setContextUrl(
1165
+ setContextUrl(
1144
1166
  /**
1145
1167
  * The URL of the context
1146
1168
  */
@@ -1149,9 +1171,9 @@ declare namespace sap {
1149
1171
  /**
1150
1172
  * Sets the identification of the selection variant.
1151
1173
  *
1152
- * @deprecated (since 1.83.0)
1174
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#setID} instead.
1153
1175
  */
1154
- static setID(
1176
+ setID(
1155
1177
  /**
1156
1178
  * The new identification of the selection variant
1157
1179
  */
@@ -1160,9 +1182,9 @@ declare namespace sap {
1160
1182
  /**
1161
1183
  * Sets the more trivial properties. Basically all properties with the exception of the Visualization.
1162
1184
  *
1163
- * @deprecated (since 1.83.0)
1185
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#setProperties} instead.
1164
1186
  */
1165
- static setProperties(
1187
+ setProperties(
1166
1188
  /**
1167
1189
  * properties to be used.
1168
1190
  */
@@ -1171,9 +1193,10 @@ declare namespace sap {
1171
1193
  /**
1172
1194
  * Sets the table visualization property.
1173
1195
  *
1174
- * @deprecated (since 1.83.0)
1196
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#setTableVisualization }
1197
+ * instead.
1175
1198
  */
1176
- static setTableVisualization(
1199
+ setTableVisualization(
1177
1200
  /**
1178
1201
  * to be used for the table visualization.
1179
1202
  */
@@ -1182,9 +1205,9 @@ declare namespace sap {
1182
1205
  /**
1183
1206
  * Sets the text / description of the selection variant.
1184
1207
  *
1185
- * @deprecated (since 1.83.0)
1208
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#setText} instead.
1186
1209
  */
1187
- static setText(
1210
+ setText(
1188
1211
  /**
1189
1212
  * The new description to be used
1190
1213
  */
@@ -1193,19 +1216,19 @@ declare namespace sap {
1193
1216
  /**
1194
1217
  * Returns the external representation of the selection variant as JSON object.
1195
1218
  *
1196
- * @deprecated (since 1.83.0)
1219
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#toJSONObject} instead.
1197
1220
  *
1198
1221
  * @returns The external representation of this instance as a JSON object
1199
1222
  */
1200
- static toJSONObject(): object;
1223
+ toJSONObject(): sap.fe.navigation.PresentationVariant.ExternalPresentationVariant;
1201
1224
  /**
1202
1225
  * Serializes this instance into a JSON-formatted string.
1203
1226
  *
1204
- * @deprecated (since 1.83.0)
1227
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.PresentationVariant#toJSONString} instead.
1205
1228
  *
1206
1229
  * @returns The JSON-formatted representation of this instance in stringified format
1207
1230
  */
1208
- static toJSONString(): string;
1231
+ toJSONString(): string;
1209
1232
  }
1210
1233
  /**
1211
1234
  * Creates a new instance of a SelectionVariant class. If no parameter is passed, an new empty instance
@@ -1223,15 +1246,49 @@ declare namespace sap {
1223
1246
  vSelectionVariant?: string | object
1224
1247
  );
1225
1248
 
1249
+ /**
1250
+ * Creates a new subclass of class sap.ui.generic.app.navigation.service.SelectionVariant with name `sClassName`
1251
+ * and enriches it with the information contained in `oClassInfo`.
1252
+ *
1253
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.fe.navigation.SelectionVariant.extend}.
1254
+ *
1255
+ *
1256
+ * @returns Created class / constructor function
1257
+ */
1258
+ static extend<T extends Record<string, unknown>>(
1259
+ /**
1260
+ * Name of the class being created
1261
+ */
1262
+ sClassName: string,
1263
+ /**
1264
+ * Object literal with information about the class
1265
+ */
1266
+ oClassInfo?: sap.ClassInfo<
1267
+ T,
1268
+ sap.ui.generic.app.navigation.service.SelectionVariant
1269
+ >,
1270
+ /**
1271
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1272
+ * used by this class
1273
+ */
1274
+ FNMetaImpl?: Function
1275
+ ): Function;
1276
+ /**
1277
+ * Returns a metadata object for class sap.ui.generic.app.navigation.service.SelectionVariant.
1278
+ *
1279
+ *
1280
+ * @returns Metadata object describing this class
1281
+ */
1282
+ static getMetadata(): sap.ui.base.Metadata;
1226
1283
  /**
1227
1284
  * Sets the value of a parameter called `sName` to the new value `sValue`. If the parameter has already
1228
1285
  * been set before, its value is overwritten.
1229
1286
  *
1230
- * @deprecated (since 1.83.0)
1287
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#addParameter} instead.
1231
1288
  *
1232
1289
  * @returns This instance to allow method chaining
1233
1290
  */
1234
- static addParameter(
1291
+ addParameter(
1235
1292
  /**
1236
1293
  * The name of the parameter to be set; the `null` value is not allowed
1237
1294
  */
@@ -1240,15 +1297,15 @@ declare namespace sap {
1240
1297
  * The value of the parameter to be set
1241
1298
  */
1242
1299
  sValue: string
1243
- ): object;
1300
+ ): this;
1244
1301
  /**
1245
1302
  * Adds a new range to the list of select options for a given parameter.
1246
1303
  *
1247
- * @deprecated (since 1.83.0)
1304
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#addSelectOption} instead.
1248
1305
  *
1249
1306
  * @returns This instance to allow method chaining.
1250
1307
  */
1251
- static addSelectOption(
1308
+ addSelectOption(
1252
1309
  /**
1253
1310
  * The name of the property for which the selection range is added
1254
1311
  */
@@ -1273,66 +1330,33 @@ declare namespace sap {
1273
1330
  * other cases
1274
1331
  */
1275
1332
  sHigh?: string
1276
- ): object;
1277
- /**
1278
- * Creates a new subclass of class sap.ui.generic.app.navigation.service.SelectionVariant with name `sClassName`
1279
- * and enriches it with the information contained in `oClassInfo`.
1280
- *
1281
- * `oClassInfo` might contain the same kind of information as described in {@link sap.fe.navigation.SelectionVariant.extend}.
1282
- *
1283
- *
1284
- * @returns Created class / constructor function
1285
- */
1286
- static extend<T extends Record<string, unknown>>(
1287
- /**
1288
- * Name of the class being created
1289
- */
1290
- sClassName: string,
1291
- /**
1292
- * Object literal with information about the class
1293
- */
1294
- oClassInfo?: sap.ClassInfo<
1295
- T,
1296
- sap.ui.generic.app.navigation.service.SelectionVariant
1297
- >,
1298
- /**
1299
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1300
- * used by this class
1301
- */
1302
- FNMetaImpl?: Function
1303
- ): Function;
1333
+ ): this;
1304
1334
  /**
1305
1335
  * Gets the current context URL intended for the filters.
1306
1336
  *
1307
- * @deprecated (since 1.83.0)
1337
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getFilterContextUrl }
1338
+ * instead.
1308
1339
  *
1309
1340
  * @returns The current context URL for the filters
1310
1341
  */
1311
- static getFilterContextUrl(): string;
1342
+ getFilterContextUrl(): string;
1312
1343
  /**
1313
1344
  * Returns the identification of the selection variant.
1314
1345
  *
1315
- * @deprecated (since 1.83.0)
1346
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getID} instead.
1316
1347
  *
1317
1348
  * @returns The identification of the selection variant as made available during construction
1318
1349
  */
1319
- static getID(): string;
1320
- /**
1321
- * Returns a metadata object for class sap.ui.generic.app.navigation.service.SelectionVariant.
1322
- *
1323
- *
1324
- * @returns Metadata object describing this class
1325
- */
1326
- static getMetadata(): sap.ui.base.Metadata;
1350
+ getID(): string;
1327
1351
  /**
1328
1352
  * Returns the value of the parameter called `sName` if it has been set. If the parameter has never been
1329
1353
  * set or has been removed, `undefined` is returned.
1330
1354
  *
1331
- * @deprecated (since 1.83.0)
1355
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getParameter} instead.
1332
1356
  *
1333
1357
  * @returns The value of parameter `sName`; returning the value `null` not possible
1334
1358
  */
1335
- static getParameter(
1359
+ getParameter(
1336
1360
  /**
1337
1361
  * The name of the parameter to be returned
1338
1362
  */
@@ -1341,31 +1365,33 @@ declare namespace sap {
1341
1365
  /**
1342
1366
  * Gets the current context URL intended for the parameters.
1343
1367
  *
1344
- * @deprecated (since 1.83.0)
1368
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getParameterContextUrl }
1369
+ * instead.
1345
1370
  *
1346
1371
  * @returns The current context URL for the parameters
1347
1372
  */
1348
- static getParameterContextUrl(): string;
1373
+ getParameterContextUrl(): string;
1349
1374
  /**
1350
1375
  * Returns the set of parameter names available in this selection variant
1351
1376
  *
1352
- * @deprecated (since 1.83.0)
1377
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getParameterNames }
1378
+ * instead.
1353
1379
  *
1354
1380
  * @returns the list of parameter names which are valid
1355
1381
  */
1356
- static getParameterNames(): any[];
1382
+ getParameterNames(): any[];
1357
1383
  /**
1358
1384
  * Returns the names of the parameter and select option properties available for this instance.
1359
1385
  *
1360
- * @deprecated (since 1.83.0)
1386
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getPropertyNames} instead.
1361
1387
  *
1362
1388
  * @returns The list of parameter and select option property names available for this instance
1363
1389
  */
1364
- static getPropertyNames(): any[];
1390
+ getPropertyNames(): any[];
1365
1391
  /**
1366
1392
  * Returns the set of select options/ranges available for a given property name.
1367
1393
  *
1368
- * @deprecated (since 1.83.0)
1394
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getSelectOption} instead.
1369
1395
  *
1370
1396
  * @returns If `sPropertyName` is an invalid name of a property or no range exists, `undefined` is returned;
1371
1397
  * otherwise, an immutable array of ranges is returned. Each entry of the array is an object with the following
@@ -1376,7 +1402,7 @@ declare namespace sap {
1376
1402
  * - `High`: The high value of the range; if this value is not necessary, `null` is used For further
1377
1403
  * information about the meaning of the attributes, refer to method `addSelectOption`.
1378
1404
  */
1379
- static getSelectOption(
1405
+ getSelectOption(
1380
1406
  /**
1381
1407
  * The name of the property for which the set of select options/ranges is returned
1382
1408
  */
@@ -1385,19 +1411,20 @@ declare namespace sap {
1385
1411
  /**
1386
1412
  * Returns the names of the properties available for this instance.
1387
1413
  *
1388
- * @deprecated (since 1.83.0)
1414
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getSelectOptionsPropertyNames }
1415
+ * instead.
1389
1416
  *
1390
1417
  * @returns The list of property names available for this instance
1391
1418
  */
1392
- static getSelectOptionsPropertyNames(): any[];
1419
+ getSelectOptionsPropertyNames(): any[];
1393
1420
  /**
1394
1421
  * Returns the current text / description of this selection variant.
1395
1422
  *
1396
- * @deprecated (since 1.83.0)
1423
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getText} instead.
1397
1424
  *
1398
1425
  * @returns the current description of this selection variant.
1399
1426
  */
1400
- static getText(): string;
1427
+ getText(): string;
1401
1428
  /**
1402
1429
  * First tries to retrieve the set of select options/ranges available for `sName` as property name. If successful,
1403
1430
  * this array of selections is being returned. If it fails, an attempt to find a parameter, whose name is
@@ -1405,7 +1432,7 @@ declare namespace sap {
1405
1432
  * to make it type compatible with ranges. This array is then returned. If neither a select option
1406
1433
  * nor a parameter could be found, `undefined` is returned.
1407
1434
  *
1408
- * @deprecated (since 1.83.0)
1435
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#getValue} instead.
1409
1436
  *
1410
1437
  * @returns The ranges in the select options for the specified property or a range-converted representation
1411
1438
  * of a parameter is returned. If both lookups fail, `undefined` is returned. The returned ranges
@@ -1416,7 +1443,7 @@ declare namespace sap {
1416
1443
  * - `High`: The high value of the range; if this value is not necessary, `null` (but does exist)
1417
1444
  * For further information on the meaning of the attributes, refer to method {@link #.addSelectOption addSelectOption}.
1418
1445
  */
1419
- static getValue(
1446
+ getValue(
1420
1447
  /**
1421
1448
  * The name of the attribute for which the value is retrieved
1422
1449
  */
@@ -1425,20 +1452,21 @@ declare namespace sap {
1425
1452
  /**
1426
1453
  * Returns `true` if the selection variant does neither contain parameters nor ranges.
1427
1454
  *
1428
- * @deprecated (since 1.83.0)
1455
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#isEmpty} instead.
1429
1456
  *
1430
1457
  * @returns If set to `true` there are no parameters and no select options available in the selection variant;
1431
1458
  * `false` otherwise.
1432
1459
  */
1433
- static isEmpty(): boolean;
1460
+ isEmpty(): boolean;
1434
1461
  /**
1435
1462
  * Adds a set of select options to the list of select options for a given parameter.
1436
1463
  *
1437
- * @deprecated (since 1.83.0)
1464
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#massAddSelectOption }
1465
+ * instead.
1438
1466
  *
1439
1467
  * @returns This instance to allow method chaining
1440
1468
  */
1441
- static massAddSelectOption(
1469
+ massAddSelectOption(
1442
1470
  /**
1443
1471
  * The name of the property for which the set of select options is added
1444
1472
  */
@@ -1447,43 +1475,44 @@ declare namespace sap {
1447
1475
  * Set of select options to be added
1448
1476
  */
1449
1477
  aSelectOptions: any[]
1450
- ): object;
1478
+ ): this;
1451
1479
  /**
1452
1480
  * Removes a parameter called `sName` from the selection variant.
1453
1481
  *
1454
- * @deprecated (since 1.83.0)
1482
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#removeParameter} instead.
1455
1483
  *
1456
1484
  * @returns This instance to allow method chaining
1457
1485
  */
1458
- static removeParameter(
1486
+ removeParameter(
1459
1487
  /**
1460
1488
  * The name of the parameter to be removed
1461
1489
  */
1462
1490
  sName: string
1463
- ): object;
1491
+ ): this;
1464
1492
  /**
1465
1493
  * Removes a select option called `sName` from the selection variant.
1466
1494
  *
1467
- * @deprecated (since 1.83.0)
1495
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#removeSelectOption }
1496
+ * instead.
1468
1497
  *
1469
1498
  * @returns This instance to allow method chaining.
1470
1499
  */
1471
- static removeSelectOption(
1500
+ removeSelectOption(
1472
1501
  /**
1473
1502
  * The name of the select option to be removed
1474
1503
  */
1475
1504
  sName: string
1476
- ): object;
1505
+ ): this;
1477
1506
  /**
1478
1507
  * Renames a parameter called `sNameOld` to `sNameNew`. If a parameter or a select option with the name
1479
1508
  * `sNameNew` already exist, an error is thrown. If a parameter with the name `sNameOld` does not exist,
1480
1509
  * nothing is changed.
1481
1510
  *
1482
- * @deprecated (since 1.83.0)
1511
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#renameParameter} instead.
1483
1512
  *
1484
1513
  * @returns This instance to allow method chaining
1485
1514
  */
1486
- static renameParameter(
1515
+ renameParameter(
1487
1516
  /**
1488
1517
  * The current name of the parameter to be renamed
1489
1518
  */
@@ -1492,17 +1521,18 @@ declare namespace sap {
1492
1521
  * The new name of the parameter
1493
1522
  */
1494
1523
  sNameNew: string
1495
- ): object;
1524
+ ): this;
1496
1525
  /**
1497
1526
  * Renames a select option called `sNameOld` to `sNameNew`. If a select option or a parameter with the name
1498
1527
  * `sNameNew` already exist, an error is thrown. If a select option with the name `sNameOld` does not exist,
1499
1528
  * nothing is changed.
1500
1529
  *
1501
- * @deprecated (since 1.83.0)
1530
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#renameSelectOption }
1531
+ * instead.
1502
1532
  *
1503
1533
  * @returns This instance to allow method chaining
1504
1534
  */
1505
- static renameSelectOption(
1535
+ renameSelectOption(
1506
1536
  /**
1507
1537
  * The current name of the select option property to be renamed
1508
1538
  */
@@ -1511,13 +1541,14 @@ declare namespace sap {
1511
1541
  * The new name of the select option property
1512
1542
  */
1513
1543
  sNameNew: string
1514
- ): object;
1544
+ ): this;
1515
1545
  /**
1516
1546
  * Sets the context URL intended for the filters.
1517
1547
  *
1518
- * @deprecated (since 1.83.0)
1548
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#setFilterContextUrl }
1549
+ * instead.
1519
1550
  */
1520
- static setFilterContextUrl(
1551
+ setFilterContextUrl(
1521
1552
  /**
1522
1553
  * The URL of the filters
1523
1554
  */
@@ -1526,9 +1557,9 @@ declare namespace sap {
1526
1557
  /**
1527
1558
  * Sets the identification of the selection variant.
1528
1559
  *
1529
- * @deprecated (since 1.83.0)
1560
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#setID} instead.
1530
1561
  */
1531
- static setID(
1562
+ setID(
1532
1563
  /**
1533
1564
  * The new identification of the selection variant
1534
1565
  */
@@ -1537,9 +1568,10 @@ declare namespace sap {
1537
1568
  /**
1538
1569
  * Sets the context URL intended for the parameters.
1539
1570
  *
1540
- * @deprecated (since 1.83.0)
1571
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#setParameterContextUrl }
1572
+ * instead.
1541
1573
  */
1542
- static setParameterContextUrl(
1574
+ setParameterContextUrl(
1543
1575
  /**
1544
1576
  * The URL of the parameter context
1545
1577
  */
@@ -1548,9 +1580,9 @@ declare namespace sap {
1548
1580
  /**
1549
1581
  * Sets the text / description of the selection variant.
1550
1582
  *
1551
- * @deprecated (since 1.83.0)
1583
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#setText} instead.
1552
1584
  */
1553
- static setText(
1585
+ setText(
1554
1586
  /**
1555
1587
  * The new description to be used
1556
1588
  */
@@ -1559,19 +1591,19 @@ declare namespace sap {
1559
1591
  /**
1560
1592
  * Returns the external representation of the selection variant as JSON object.
1561
1593
  *
1562
- * @deprecated (since 1.83.0)
1594
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#toJSONObject} instead.
1563
1595
  *
1564
1596
  * @returns The external representation of this instance as a JSON object
1565
1597
  */
1566
- static toJSONObject(): object;
1598
+ toJSONObject(): object;
1567
1599
  /**
1568
1600
  * Serializes this instance into a JSON-formatted string
1569
1601
  *
1570
- * @deprecated (since 1.83.0)
1602
+ * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.SelectionVariant#toJSONString} instead.
1571
1603
  *
1572
1604
  * @returns The JSON-formatted representation of this instance in stringified format
1573
1605
  */
1574
- static toJSONString(): string;
1606
+ toJSONString(): string;
1575
1607
  }
1576
1608
  /**
1577
1609
  * A static enumeration type which indicates the type of inbound navigation
@@ -1851,24 +1883,6 @@ declare namespace sap {
1851
1883
  * @returns Metadata object describing this class
1852
1884
  */
1853
1885
  static getMetadata(): sap.ui.base.Metadata;
1854
- /**
1855
- * Checks whether an OData property is annotated with UpdateOnChange. The method is used in context of a
1856
- * validation success event.
1857
- *
1858
- * @deprecated (since 1.32.0)
1859
- *
1860
- * @returns `true`, if the property is annotated with UpdateOnChange, `false` otherwise
1861
- */
1862
- checkUpdateOnChange(
1863
- /**
1864
- * The name of the entity set
1865
- */
1866
- sEntitySet: string,
1867
- /**
1868
- * The name of the property
1869
- */
1870
- sProperty: string
1871
- ): boolean;
1872
1886
  /**
1873
1887
  * Frees all resources claimed during the life-time of this instance.
1874
1888
  */