@sapui5/ts-types-esm 1.132.1 → 1.134.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +927 -110
  7. package/types/sap.esh.search.ui.d.ts +45 -1
  8. package/types/sap.f.d.ts +211 -183
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +40 -11
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +141 -99
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +576 -464
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +2574 -1193
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +465 -193
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +80 -37
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +335 -20
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +432 -445
  37. package/types/sap.ui.core.d.ts +46978 -46714
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +322 -236
  44. package/types/sap.ui.layout.d.ts +90 -104
  45. package/types/sap.ui.mdc.d.ts +393 -153
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +76 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +170 -158
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +391 -60
  55. package/types/sap.ui.vk.d.ts +138 -135
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +246 -126
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +39 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -652,7 +652,7 @@ declare module "sap/ui/comp/library" {
652
652
  /**
653
653
  * Gateway backend spreadsheet export service is used
654
654
  *
655
- * @deprecated (since 1.120)
655
+ * @deprecated As of version 1.120.
656
656
  */
657
657
  GW = "GW",
658
658
  /**
@@ -1215,7 +1215,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1215
1215
  /**
1216
1216
  * Adds some content to the aggregation {@link #getContent content}.
1217
1217
  *
1218
- * @deprecated (since 1.122) - with no replacement.
1218
+ * @deprecated As of version 1.122. with no replacement.
1219
1219
  *
1220
1220
  * @returns Reference to `this` in order to allow method chaining
1221
1221
  */
@@ -1230,7 +1230,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1230
1230
  * will be added. The content will be set to visible, all other filters dialog content will be set to invisible.
1231
1231
  * Not implemented yet for the new Adapt Filters Dialog
1232
1232
  *
1233
- * @deprecated (since 1.84) - with no replacement.
1233
+ * @deprecated As of version 1.84. with no replacement.
1234
1234
  *
1235
1235
  * @returns `oContent` added or `null` when filters dialog is not active
1236
1236
  */
@@ -1255,7 +1255,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1255
1255
  /**
1256
1256
  * Adds some filterItem to the aggregation {@link #getFilterItems filterItems}.
1257
1257
  *
1258
- * @deprecated (since 1.48.0) - Use aggregation `filterGroupItems` instead.
1258
+ * @deprecated As of version 1.48.0. Use aggregation `filterGroupItems` instead.
1259
1259
  *
1260
1260
  * @returns Reference to `this` in order to allow method chaining
1261
1261
  */
@@ -1846,7 +1846,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1846
1846
  * This event is fired when the Go button on the filters dialog is pressed.
1847
1847
  *
1848
1848
  * @since 1.48.0
1849
- * @deprecated (since 1.84) - with no replacement.
1849
+ * @deprecated As of version 1.84. with no replacement.
1850
1850
  *
1851
1851
  * @returns Reference to `this` in order to allow method chaining
1852
1852
  */
@@ -1875,7 +1875,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1875
1875
  * This event is fired when the Go button on the filters dialog is pressed.
1876
1876
  *
1877
1877
  * @since 1.48.0
1878
- * @deprecated (since 1.84) - with no replacement.
1878
+ * @deprecated As of version 1.84. with no replacement.
1879
1879
  *
1880
1880
  * @returns Reference to `this` in order to allow method chaining
1881
1881
  */
@@ -1899,7 +1899,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1899
1899
  * This event is fired when search field of the filter dialog is changed.
1900
1900
  *
1901
1901
  * @since 1.48.0
1902
- * @deprecated (since 1.84) - with no replacement.
1902
+ * @deprecated As of version 1.84. with no replacement.
1903
1903
  *
1904
1904
  * @returns Reference to `this` in order to allow method chaining
1905
1905
  */
@@ -1928,7 +1928,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1928
1928
  * This event is fired when search field of the filter dialog is changed.
1929
1929
  *
1930
1930
  * @since 1.48.0
1931
- * @deprecated (since 1.84) - with no replacement.
1931
+ * @deprecated As of version 1.84. with no replacement.
1932
1932
  *
1933
1933
  * @returns Reference to `this` in order to allow method chaining
1934
1934
  */
@@ -2143,7 +2143,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2143
2143
  /**
2144
2144
  * Destroys all the content in the aggregation {@link #getContent content}.
2145
2145
  *
2146
- * @deprecated (since 1.122) - with no replacement.
2146
+ * @deprecated As of version 1.122. with no replacement.
2147
2147
  *
2148
2148
  * @returns Reference to `this` in order to allow method chaining
2149
2149
  */
@@ -2158,7 +2158,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2158
2158
  /**
2159
2159
  * Destroys all the filterItems in the aggregation {@link #getFilterItems filterItems}.
2160
2160
  *
2161
- * @deprecated (since 1.48.0) - Use aggregation `filterGroupItems` instead.
2161
+ * @deprecated As of version 1.48.0. Use aggregation `filterGroupItems` instead.
2162
2162
  *
2163
2163
  * @returns Reference to `this` in order to allow method chaining
2164
2164
  */
@@ -2381,7 +2381,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2381
2381
  * The passed function and listener object must match the ones used for event registration.
2382
2382
  *
2383
2383
  * @since 1.48.0
2384
- * @deprecated (since 1.84) - with no replacement.
2384
+ * @deprecated As of version 1.84. with no replacement.
2385
2385
  *
2386
2386
  * @returns Reference to `this` in order to allow method chaining
2387
2387
  */
@@ -2402,7 +2402,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2402
2402
  * The passed function and listener object must match the ones used for event registration.
2403
2403
  *
2404
2404
  * @since 1.48.0
2405
- * @deprecated (since 1.84) - with no replacement.
2405
+ * @deprecated As of version 1.84. with no replacement.
2406
2406
  *
2407
2407
  * @returns Reference to `this` in order to allow method chaining
2408
2408
  */
@@ -2712,7 +2712,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2712
2712
  * Fires event {@link #event:filtersDialogSearch filtersDialogSearch} to attached listeners.
2713
2713
  *
2714
2714
  * @since 1.48.0
2715
- * @deprecated (since 1.84) - with no replacement.
2715
+ * @deprecated As of version 1.84. with no replacement.
2716
2716
  * @ui5-protected Do not call from applications (only from related classes in the framework)
2717
2717
  *
2718
2718
  * @returns Reference to `this` in order to allow method chaining
@@ -2727,7 +2727,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2727
2727
  * Fires event {@link #event:filtersDialogSearchForFilters filtersDialogSearchForFilters} to attached listeners.
2728
2728
  *
2729
2729
  * @since 1.48.0
2730
- * @deprecated (since 1.84) - with no replacement.
2730
+ * @deprecated As of version 1.84. with no replacement.
2731
2731
  * @ui5-protected Do not call from applications (only from related classes in the framework)
2732
2732
  *
2733
2733
  * @returns Reference to `this` in order to allow method chaining
@@ -2859,7 +2859,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2859
2859
  * example, if `FilterBar` is child of `DynamicPageHeader`, the custom content can be added to the `DynamicPageHeader`
2860
2860
  * as well.
2861
2861
  *
2862
- * @deprecated (since 1.122) - with no replacement.
2862
+ * @deprecated As of version 1.122. with no replacement.
2863
2863
  */
2864
2864
  getContent(): Control[];
2865
2865
  /**
@@ -2874,7 +2874,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2874
2874
  * Retrieves the current variant as selection variant for UI navigation
2875
2875
  *
2876
2876
  * @since 1.28.0
2877
- * @deprecated (since 1.48) - replaced by {@link sap.ui.comp.filterbar.FilterBar#getUiState}
2877
+ * @deprecated As of version 1.48. replaced by {@link sap.ui.comp.filterbar.FilterBar#getUiState}
2878
2878
  *
2879
2879
  * @returns JSON string representing the selection variant for UI navigation; `null` otherwise
2880
2880
  */
@@ -2962,7 +2962,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2962
2962
  * The form may be enhanced with a toolbar to enable the inner switch to an added custom content. Besides
2963
2963
  * such operations, the original content should not be manipulated in any way.
2964
2964
  *
2965
- * @deprecated (since 1.84) - with no replacement.
2965
+ * @deprecated As of version 1.84. with no replacement.
2966
2966
  *
2967
2967
  * @returns of filters dialog content.
2968
2968
  */
@@ -2985,7 +2985,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
2985
2985
  *
2986
2986
  * Filters belonging to the basic group.
2987
2987
  *
2988
- * @deprecated (since 1.48.0) - Use aggregation `filterGroupItems` instead.
2988
+ * @deprecated As of version 1.48.0. Use aggregation `filterGroupItems` instead.
2989
2989
  */
2990
2990
  getFilterItems(): FilterItem[];
2991
2991
  /**
@@ -3013,7 +3013,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3013
3013
  *
3014
3014
  * @returns Value of property `headerLevel`
3015
3015
  */
3016
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
3016
+ getHeaderLevel(): TitleLevel;
3017
3017
  /**
3018
3018
  * Returns promise which will be resolve when the initialized event is fired.
3019
3019
  */
@@ -3049,7 +3049,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3049
3049
  *
3050
3050
  * Default value is `true`.
3051
3051
  *
3052
- * @deprecated (since 1.32.0) - with no replacement.
3052
+ * @deprecated As of version 1.32.0. with no replacement.
3053
3053
  *
3054
3054
  * @returns Value of property `searchEnabled`
3055
3055
  */
@@ -3075,7 +3075,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3075
3075
  *
3076
3076
  * Default value is `false`.
3077
3077
  *
3078
- * @deprecated (since 1.84) - with no replacement. Users can select any Variant instead.
3078
+ * @deprecated As of version 1.84. with no replacement. Users can select any Variant instead.
3079
3079
  *
3080
3080
  * @returns Value of property `showClearButton`
3081
3081
  */
@@ -3110,7 +3110,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3110
3110
  * Handles visibility of the Go button on the FilterBar.
3111
3111
  *
3112
3112
  * @since 1.26.1
3113
- * @deprecated (since 1.28.0) - Replaced by property `showGoOnFB`
3113
+ * @deprecated As of version 1.28.0. Replaced by property `showGoOnFB`
3114
3114
  *
3115
3115
  * @returns Value of property `showGoButton`
3116
3116
  */
@@ -3228,7 +3228,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3228
3228
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
3229
3229
  * its index if found or -1 otherwise.
3230
3230
  *
3231
- * @deprecated (since 1.122) - with no replacement.
3231
+ * @deprecated As of version 1.122. with no replacement.
3232
3232
  *
3233
3233
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3234
3234
  */
@@ -3255,7 +3255,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3255
3255
  * Checks for the provided `sap.ui.comp.filterbar.FilterItem` in the aggregation {@link #getFilterItems filterItems}.
3256
3256
  * and returns its index if found or -1 otherwise.
3257
3257
  *
3258
- * @deprecated (since 1.48.0) - Use aggregation `filterGroupItems` instead.
3258
+ * @deprecated As of version 1.48.0. Use aggregation `filterGroupItems` instead.
3259
3259
  *
3260
3260
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3261
3261
  */
@@ -3268,7 +3268,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3268
3268
  /**
3269
3269
  * Inserts a content into the aggregation {@link #getContent content}.
3270
3270
  *
3271
- * @deprecated (since 1.122) - with no replacement.
3271
+ * @deprecated As of version 1.122. with no replacement.
3272
3272
  *
3273
3273
  * @returns Reference to `this` in order to allow method chaining
3274
3274
  */
@@ -3354,7 +3354,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3354
3354
  *
3355
3355
  * Additionally, it unregisters them from the hosting UIArea.
3356
3356
  *
3357
- * @deprecated (since 1.122) - with no replacement.
3357
+ * @deprecated As of version 1.122. with no replacement.
3358
3358
  *
3359
3359
  * @returns An array of the removed elements (might be empty)
3360
3360
  */
@@ -3369,7 +3369,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3369
3369
  /**
3370
3370
  * Removes all entries in the aggregation filterItems.
3371
3371
  *
3372
- * @deprecated (since 1.48.0) - Use aggregation `filterGroupItems` instead.
3372
+ * @deprecated As of version 1.48.0. Use aggregation `filterGroupItems` instead.
3373
3373
  *
3374
3374
  * @returns An array of the removed elements (might be empty).
3375
3375
  */
@@ -3381,7 +3381,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3381
3381
  /**
3382
3382
  * Removes a content from the aggregation {@link #getContent content}.
3383
3383
  *
3384
- * @deprecated (since 1.122) - with no replacement.
3384
+ * @deprecated As of version 1.122. with no replacement.
3385
3385
  *
3386
3386
  * @returns The removed content or `null`
3387
3387
  */
@@ -3406,7 +3406,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3406
3406
  /**
3407
3407
  * Removes a filterItem from the aggregation {@link #getFilterItems filterItems}.
3408
3408
  *
3409
- * @deprecated (since 1.48.0) - Use aggregation `filterGroupItems` instead.
3409
+ * @deprecated As of version 1.48.0. Use aggregation `filterGroupItems` instead.
3410
3410
  *
3411
3411
  * @returns The removed filterItem or `null`
3412
3412
  */
@@ -3551,7 +3551,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3551
3551
  * Sets the selection variant for UI navigation to FilterBar.
3552
3552
  *
3553
3553
  * @since 1.28.0
3554
- * @deprecated (since 1.48) - replaced by {@link sap.ui.comp.filterbar.FilterBar#setUiState}
3554
+ * @deprecated As of version 1.48. replaced by {@link sap.ui.comp.filterbar.FilterBar#setUiState}
3555
3555
  */
3556
3556
  setDataSuiteFormat(
3557
3557
  /**
@@ -3739,7 +3739,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3739
3739
  *
3740
3740
  * Default value is `true`.
3741
3741
  *
3742
- * @deprecated (since 1.32.0) - with no replacement.
3742
+ * @deprecated As of version 1.32.0. with no replacement.
3743
3743
  *
3744
3744
  * @returns Reference to `this` in order to allow method chaining
3745
3745
  */
@@ -3779,7 +3779,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3779
3779
  *
3780
3780
  * Default value is `false`.
3781
3781
  *
3782
- * @deprecated (since 1.84) - with no replacement. Users can select any Variant instead.
3782
+ * @deprecated As of version 1.84. with no replacement. Users can select any Variant instead.
3783
3783
  *
3784
3784
  * @returns Reference to `this` in order to allow method chaining
3785
3785
  */
@@ -3835,7 +3835,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3835
3835
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3836
3836
  *
3837
3837
  * @since 1.26.1
3838
- * @deprecated (since 1.28.0) - Replaced by property `showGoOnFB`
3838
+ * @deprecated As of version 1.28.0. Replaced by property `showGoOnFB`
3839
3839
  *
3840
3840
  * @returns Reference to `this` in order to allow method chaining
3841
3841
  */
@@ -3868,7 +3868,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
3868
3868
  * Once set, the activation of the 'Adapt Filters' button will open the 'old' filters dialog. This method
3869
3869
  * offers an intermediate solution for the visual filters scenario, which relies on the old filters dialog.
3870
3870
  *
3871
- * @deprecated (since 1.84) - with no replacement.
3871
+ * @deprecated As of version 1.84. with no replacement.
3872
3872
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3873
3873
  */
3874
3874
  setShowOldFilterDialog(): void;
@@ -4054,15 +4054,15 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4054
4054
  /**
4055
4055
  * Collapses/expands the advanced area.
4056
4056
  *
4057
- * @deprecated (since 1.30.0) - Replaced by property `filterBarExpanded` This property is mapped to the
4058
- * filterBarExpanded property.
4057
+ * @deprecated As of version 1.30.0. Replaced by property `filterBarExpanded` This property is mapped to
4058
+ * the filterBarExpanded property.
4059
4059
  */
4060
4060
  expandAdvancedArea?: boolean | PropertyBindingInfo | `{${string}}`;
4061
4061
 
4062
4062
  /**
4063
4063
  * Enables/disables the Search button.
4064
4064
  *
4065
- * @deprecated (since 1.32.0) - with no replacement.
4065
+ * @deprecated As of version 1.32.0. with no replacement.
4066
4066
  */
4067
4067
  searchEnabled?: boolean | PropertyBindingInfo | `{${string}}`;
4068
4068
 
@@ -4102,7 +4102,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4102
4102
  /**
4103
4103
  * Handles visibility of the Clear button on the Filters dialog.
4104
4104
  *
4105
- * @deprecated (since 1.84) - with no replacement. Users can select any Variant instead.
4105
+ * @deprecated As of version 1.84. with no replacement. Users can select any Variant instead.
4106
4106
  */
4107
4107
  showClearButton?: boolean | PropertyBindingInfo | `{${string}}`;
4108
4108
 
@@ -4141,7 +4141,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4141
4141
  * Handles visibility of the Go button on the FilterBar.
4142
4142
  *
4143
4143
  * @since 1.26.1
4144
- * @deprecated (since 1.28.0) - Replaced by property `showGoOnFB`
4144
+ * @deprecated As of version 1.28.0. Replaced by property `showGoOnFB`
4145
4145
  */
4146
4146
  showGoButton?: boolean | PropertyBindingInfo | `{${string}}`;
4147
4147
 
@@ -4232,7 +4232,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4232
4232
  /**
4233
4233
  * Filters belonging to the basic group.
4234
4234
  *
4235
- * @deprecated (since 1.48.0) - Use aggregation `filterGroupItems` instead.
4235
+ * @deprecated As of version 1.48.0. Use aggregation `filterGroupItems` instead.
4236
4236
  */
4237
4237
  filterItems?:
4238
4238
  | FilterItem[]
@@ -4263,7 +4263,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4263
4263
  * example, if `FilterBar` is child of `DynamicPageHeader`, the custom content can be added to the `DynamicPageHeader`
4264
4264
  * as well.
4265
4265
  *
4266
- * @deprecated (since 1.122) - with no replacement.
4266
+ * @deprecated As of version 1.122. with no replacement.
4267
4267
  */
4268
4268
  content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
4269
4269
 
@@ -4356,7 +4356,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4356
4356
  * This event is fired when the Go button on the filters dialog is pressed.
4357
4357
  *
4358
4358
  * @since 1.48.0
4359
- * @deprecated (since 1.84) - with no replacement.
4359
+ * @deprecated As of version 1.84. with no replacement.
4360
4360
  */
4361
4361
  filtersDialogSearch?: (oEvent: Event) => void;
4362
4362
 
@@ -4371,7 +4371,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4371
4371
  * This event is fired when search field of the filter dialog is changed.
4372
4372
  *
4373
4373
  * @since 1.48.0
4374
- * @deprecated (since 1.84) - with no replacement.
4374
+ * @deprecated As of version 1.84. with no replacement.
4375
4375
  */
4376
4376
  filtersDialogSearchForFilters?: (
4377
4377
  oEvent: FilterBar$FiltersDialogSearchForFiltersEvent
@@ -4573,14 +4573,14 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4573
4573
  /**
4574
4574
  * Parameters of the FilterBar#filtersDialogSearch event.
4575
4575
  *
4576
- * @deprecated (since 1.84) - with no replacement.
4576
+ * @deprecated As of version 1.84. with no replacement.
4577
4577
  */
4578
4578
  export interface FilterBar$FiltersDialogSearchEventParameters {}
4579
4579
 
4580
4580
  /**
4581
4581
  * Event object of the FilterBar#filtersDialogSearch event.
4582
4582
  *
4583
- * @deprecated (since 1.84) - with no replacement.
4583
+ * @deprecated As of version 1.84. with no replacement.
4584
4584
  */
4585
4585
  export type FilterBar$FiltersDialogSearchEvent = Event<
4586
4586
  FilterBar$FiltersDialogSearchEventParameters,
@@ -4590,7 +4590,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4590
4590
  /**
4591
4591
  * Parameters of the FilterBar#filtersDialogSearchForFilters event.
4592
4592
  *
4593
- * @deprecated (since 1.84) - with no replacement.
4593
+ * @deprecated As of version 1.84. with no replacement.
4594
4594
  */
4595
4595
  export interface FilterBar$FiltersDialogSearchForFiltersEventParameters {
4596
4596
  /**
@@ -4602,7 +4602,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4602
4602
  /**
4603
4603
  * Event object of the FilterBar#filtersDialogSearchForFilters event.
4604
4604
  *
4605
- * @deprecated (since 1.84) - with no replacement.
4605
+ * @deprecated As of version 1.84. with no replacement.
4606
4606
  */
4607
4607
  export type FilterBar$FiltersDialogSearchForFiltersEvent = Event<
4608
4608
  FilterBar$FiltersDialogSearchForFiltersEventParameters,
@@ -4828,7 +4828,7 @@ declare module "sap/ui/comp/filterbar/FilterGroupItem" {
4828
4828
  * property.
4829
4829
  *
4830
4830
  * @since 1.24.0
4831
- * @deprecated (since 1.26.1) - Replaced by property `visibleInFilterBar`
4831
+ * @deprecated As of version 1.26.1. Replaced by property `visibleInFilterBar`
4832
4832
  */
4833
4833
  visibleInAdvancedArea?: boolean | PropertyBindingInfo | `{${string}}`;
4834
4834
  }
@@ -5094,7 +5094,7 @@ declare module "sap/ui/comp/filterbar/FilterItem" {
5094
5094
  * Default value is `true`.
5095
5095
  *
5096
5096
  * @since 1.26.1
5097
- * @deprecated (since 1.87) - Will be internally treated as if always set to true
5097
+ * @deprecated As of version 1.87. Will be internally treated as if always set to true
5098
5098
  *
5099
5099
  * @returns Value of property `partOfCurrentVariant`
5100
5100
  */
@@ -5252,7 +5252,7 @@ declare module "sap/ui/comp/filterbar/FilterItem" {
5252
5252
  /**
5253
5253
  * Setter for partOfCurrentVariant in filter bar.
5254
5254
  *
5255
- * @deprecated (since 1.89) - This property is treated as always set to `true`.
5255
+ * @deprecated As of version 1.89. This property is treated as always set to `true`.
5256
5256
  */
5257
5257
  setPartOfCurrentVariant(
5258
5258
  /**
@@ -5323,7 +5323,7 @@ declare module "sap/ui/comp/filterbar/FilterItem" {
5323
5323
  * in the Select Filters dialog or the variant handling.
5324
5324
  *
5325
5325
  * @since 1.26.1
5326
- * @deprecated (since 1.87) - Will be internally treated as if always set to true
5326
+ * @deprecated As of version 1.87. Will be internally treated as if always set to true
5327
5327
  */
5328
5328
  partOfCurrentVariant?: boolean | PropertyBindingInfo | `{${string}}`;
5329
5329
 
@@ -5503,7 +5503,7 @@ declare module "sap/ui/comp/navpopover/LinkData" {
5503
5503
  * Describes whether the visibility is changed by end user or not.
5504
5504
  *
5505
5505
  * @since 1.58.0
5506
- * @deprecated (since 1.122) - The SmartLink now uses information stored on {@link sap.ui.mdc.link.PanelItem}
5506
+ * @deprecated As of version 1.122. The SmartLink now uses information stored on {@link sap.ui.mdc.link.PanelItem}
5507
5507
  *
5508
5508
  * @returns Value of property `visibleChangedByUser`
5509
5509
  */
@@ -5569,7 +5569,7 @@ declare module "sap/ui/comp/navpopover/LinkData" {
5569
5569
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
5570
5570
  *
5571
5571
  * @since 1.58.0
5572
- * @deprecated (since 1.122) - The SmartLink now uses information stored on {@link sap.ui.mdc.link.PanelItem}
5572
+ * @deprecated As of version 1.122. The SmartLink now uses information stored on {@link sap.ui.mdc.link.PanelItem}
5573
5573
  *
5574
5574
  * @returns Reference to `this` in order to allow method chaining
5575
5575
  */
@@ -5608,7 +5608,7 @@ declare module "sap/ui/comp/navpopover/LinkData" {
5608
5608
  * Describes whether the visibility is changed by end user or not.
5609
5609
  *
5610
5610
  * @since 1.58.0
5611
- * @deprecated (since 1.122) - The SmartLink now uses information stored on {@link sap.ui.mdc.link.PanelItem}
5611
+ * @deprecated As of version 1.122. The SmartLink now uses information stored on {@link sap.ui.mdc.link.PanelItem}
5612
5612
  */
5613
5613
  visibleChangedByUser?: boolean | PropertyBindingInfo | `{${string}}`;
5614
5614
  }
@@ -5644,8 +5644,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
5644
5644
  * is used by the {@link sap.ui.comp.navpopover.NavigationPopoverHandler NavigationPopoverHandler} and must
5645
5645
  * not be used manually.
5646
5646
  *
5647
- * @deprecated (since 1.121) - SmartLink no longer opens a NavigationPopover, it got replaced by the sap.ui.mdc.link.Panel
5648
- * in a sap.m.ResponsivePopover
5647
+ * @deprecated As of version 1.121. SmartLink no longer opens a NavigationPopover, it got replaced by the
5648
+ * sap.ui.mdc.link.Panel in a sap.m.ResponsivePopover
5649
5649
  */
5650
5650
  export default class NavigationPopover extends ResponsivePopover {
5651
5651
  /**
@@ -5837,7 +5837,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
5837
5837
  * The navigation targets that are shown.
5838
5838
  *
5839
5839
  * @since 1.28.0
5840
- * @deprecated (since 1.40.0) - The event `navigationTargetsObtained` is obsolete as target determination
5840
+ * @deprecated As of version 1.40.0. The event `navigationTargetsObtained` is obsolete as target determination
5841
5841
  * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
5842
5842
  * determination. The event `navigationTargetsObtained` is fired from NavigationPopoverHandler after navigation
5843
5843
  * targets are determined.
@@ -5870,7 +5870,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
5870
5870
  * The navigation targets that are shown.
5871
5871
  *
5872
5872
  * @since 1.28.0
5873
- * @deprecated (since 1.40.0) - The event `navigationTargetsObtained` is obsolete as target determination
5873
+ * @deprecated As of version 1.40.0. The event `navigationTargetsObtained` is obsolete as target determination
5874
5874
  * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
5875
5875
  * determination. The event `navigationTargetsObtained` is fired from NavigationPopoverHandler after navigation
5876
5876
  * targets are determined.
@@ -5908,8 +5908,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
5908
5908
  * Destroys the ownNavigation in the aggregation {@link #getOwnNavigation ownNavigation}.
5909
5909
  *
5910
5910
  * @since 1.28.0
5911
- * @deprecated (since 1.40.0) - The property `ownNavigation` is obsolete as target determination is no longer
5912
- * done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
5911
+ * @deprecated As of version 1.40.0. The property `ownNavigation` is obsolete as target determination is
5912
+ * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
5913
5913
  *
5914
5914
  * @returns Reference to `this` in order to allow method chaining
5915
5915
  */
@@ -5960,7 +5960,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
5960
5960
  * The passed function and listener object must match the ones used for event registration.
5961
5961
  *
5962
5962
  * @since 1.28.0
5963
- * @deprecated (since 1.40.0) - The event `navigationTargetsObtained` is obsolete as target determination
5963
+ * @deprecated As of version 1.40.0. The event `navigationTargetsObtained` is obsolete as target determination
5964
5964
  * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
5965
5965
  * determination. The event `navigationTargetsObtained` is fired from NavigationPopoverHandler after navigation
5966
5966
  * targets are determined.
@@ -6010,7 +6010,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6010
6010
  * Fires event {@link #event:targetsObtained targetsObtained} to attached listeners.
6011
6011
  *
6012
6012
  * @since 1.28.0
6013
- * @deprecated (since 1.40.0) - The event `navigationTargetsObtained` is obsolete as target determination
6013
+ * @deprecated As of version 1.40.0. The event `navigationTargetsObtained` is obsolete as target determination
6014
6014
  * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6015
6015
  * determination. The event `navigationTargetsObtained` is fired from NavigationPopoverHandler after navigation
6016
6016
  * targets are determined.
@@ -6030,8 +6030,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6030
6030
  * The application state key passed to retrieve the navigation targets.
6031
6031
  *
6032
6032
  * @since 1.28.0
6033
- * @deprecated (since 1.40.0) - The property `appStateKey` is obsolete as target determination is no longer
6034
- * done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6033
+ * @deprecated As of version 1.40.0. The property `appStateKey` is obsolete as target determination is no
6034
+ * longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6035
6035
  *
6036
6036
  * @returns Value of property `appStateKey`
6037
6037
  */
@@ -6105,8 +6105,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6105
6105
  * The navigation taking the user back to the source application.
6106
6106
  *
6107
6107
  * @since 1.28.0
6108
- * @deprecated (since 1.40.0) - The property `ownNavigation` is obsolete as target determination is no longer
6109
- * done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6108
+ * @deprecated As of version 1.40.0. The property `ownNavigation` is obsolete as target determination is
6109
+ * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6110
6110
  */
6111
6111
  getOwnNavigation(): LinkData;
6112
6112
  /**
@@ -6115,8 +6115,9 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6115
6115
  * Describes the semantic attributes. The attribute has to be a map.
6116
6116
  *
6117
6117
  * @since 1.28.0
6118
- * @deprecated (since 1.40.0) - The property `semanticAttributes` is obsolete as target determination is
6119
- * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6118
+ * @deprecated As of version 1.40.0. The property `semanticAttributes` is obsolete as target determination
6119
+ * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6120
+ * determination.
6120
6121
  *
6121
6122
  * @returns Value of property `semanticAttributes`
6122
6123
  */
@@ -6127,8 +6128,9 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6127
6128
  * The name of the semantic object.
6128
6129
  *
6129
6130
  * @since 1.28.0
6130
- * @deprecated (since 1.40.0) - The property `semanticObjectName` is obsolete as target determination is
6131
- * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6131
+ * @deprecated As of version 1.40.0. The property `semanticObjectName` is obsolete as target determination
6132
+ * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6133
+ * determination.
6132
6134
  *
6133
6135
  * @returns Value of property `semanticObjectName`
6134
6136
  */
@@ -6198,8 +6200,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6198
6200
  /**
6199
6201
  * Determines the potential navigation targets for the semantical object and visualize the popover.
6200
6202
  *
6201
- * @deprecated (since 1.42.0) - Target determination is no longer done by NavigationPopover. Instead the
6202
- * NavigationPopoverHandler is responsible for target determination.
6203
+ * @deprecated As of version 1.42.0. Target determination is no longer done by NavigationPopover. Instead
6204
+ * the NavigationPopoverHandler is responsible for target determination.
6203
6205
  */
6204
6206
  retrieveNavTargets(): void;
6205
6207
  /**
@@ -6210,8 +6212,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6210
6212
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6211
6213
  *
6212
6214
  * @since 1.28.0
6213
- * @deprecated (since 1.40.0) - The property `appStateKey` is obsolete as target determination is no longer
6214
- * done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6215
+ * @deprecated As of version 1.40.0. The property `appStateKey` is obsolete as target determination is no
6216
+ * longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6215
6217
  *
6216
6218
  * @returns Reference to `this` in order to allow method chaining
6217
6219
  */
@@ -6305,8 +6307,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6305
6307
  * Sets the aggregated {@link #getOwnNavigation ownNavigation}.
6306
6308
  *
6307
6309
  * @since 1.28.0
6308
- * @deprecated (since 1.40.0) - The property `ownNavigation` is obsolete as target determination is no longer
6309
- * done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6310
+ * @deprecated As of version 1.40.0. The property `ownNavigation` is obsolete as target determination is
6311
+ * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6310
6312
  *
6311
6313
  * @returns Reference to `this` in order to allow method chaining
6312
6314
  */
@@ -6324,8 +6326,9 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6324
6326
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6325
6327
  *
6326
6328
  * @since 1.28.0
6327
- * @deprecated (since 1.40.0) - The property `semanticAttributes` is obsolete as target determination is
6328
- * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6329
+ * @deprecated As of version 1.40.0. The property `semanticAttributes` is obsolete as target determination
6330
+ * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6331
+ * determination.
6329
6332
  *
6330
6333
  * @returns Reference to `this` in order to allow method chaining
6331
6334
  */
@@ -6343,8 +6346,9 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6343
6346
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6344
6347
  *
6345
6348
  * @since 1.28.0
6346
- * @deprecated (since 1.40.0) - The property `semanticObjectName` is obsolete as target determination is
6347
- * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6349
+ * @deprecated As of version 1.40.0. The property `semanticObjectName` is obsolete as target determination
6350
+ * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6351
+ * determination.
6348
6352
  *
6349
6353
  * @returns Reference to `this` in order to allow method chaining
6350
6354
  */
@@ -6376,8 +6380,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6376
6380
  /**
6377
6381
  * Describes the settings that can be provided to the NavigationPopover constructor.
6378
6382
  *
6379
- * @deprecated (since 1.121) - SmartLink no longer opens a NavigationPopover, it got replaced by the sap.ui.mdc.link.Panel
6380
- * in a sap.m.ResponsivePopover
6383
+ * @deprecated As of version 1.121. SmartLink no longer opens a NavigationPopover, it got replaced by the
6384
+ * sap.ui.mdc.link.Panel in a sap.m.ResponsivePopover
6381
6385
  */
6382
6386
  export interface $NavigationPopoverSettings
6383
6387
  extends $ResponsivePopoverSettings {
@@ -6385,8 +6389,9 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6385
6389
  * The name of the semantic object.
6386
6390
  *
6387
6391
  * @since 1.28.0
6388
- * @deprecated (since 1.40.0) - The property `semanticObjectName` is obsolete as target determination is
6389
- * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6392
+ * @deprecated As of version 1.40.0. The property `semanticObjectName` is obsolete as target determination
6393
+ * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6394
+ * determination.
6390
6395
  */
6391
6396
  semanticObjectName?: string | PropertyBindingInfo;
6392
6397
 
@@ -6394,8 +6399,9 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6394
6399
  * Describes the semantic attributes. The attribute has to be a map.
6395
6400
  *
6396
6401
  * @since 1.28.0
6397
- * @deprecated (since 1.40.0) - The property `semanticAttributes` is obsolete as target determination is
6398
- * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6402
+ * @deprecated As of version 1.40.0. The property `semanticAttributes` is obsolete as target determination
6403
+ * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6404
+ * determination.
6399
6405
  */
6400
6406
  semanticAttributes?: object | PropertyBindingInfo | `{${string}}`;
6401
6407
 
@@ -6403,8 +6409,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6403
6409
  * The application state key passed to retrieve the navigation targets.
6404
6410
  *
6405
6411
  * @since 1.28.0
6406
- * @deprecated (since 1.40.0) - The property `appStateKey` is obsolete as target determination is no longer
6407
- * done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6412
+ * @deprecated As of version 1.40.0. The property `appStateKey` is obsolete as target determination is no
6413
+ * longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6408
6414
  */
6409
6415
  appStateKey?: string | PropertyBindingInfo;
6410
6416
 
@@ -6449,8 +6455,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6449
6455
  * The navigation taking the user back to the source application.
6450
6456
  *
6451
6457
  * @since 1.28.0
6452
- * @deprecated (since 1.40.0) - The property `ownNavigation` is obsolete as target determination is no longer
6453
- * done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6458
+ * @deprecated As of version 1.40.0. The property `ownNavigation` is obsolete as target determination is
6459
+ * no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target determination.
6454
6460
  */
6455
6461
  ownNavigation?: LinkData;
6456
6462
 
@@ -6478,7 +6484,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6478
6484
  * The navigation targets that are shown.
6479
6485
  *
6480
6486
  * @since 1.28.0
6481
- * @deprecated (since 1.40.0) - The event `navigationTargetsObtained` is obsolete as target determination
6487
+ * @deprecated As of version 1.40.0. The event `navigationTargetsObtained` is obsolete as target determination
6482
6488
  * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6483
6489
  * determination. The event `navigationTargetsObtained` is fired from NavigationPopoverHandler after navigation
6484
6490
  * targets are determined.
@@ -6540,7 +6546,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6540
6546
  /**
6541
6547
  * Parameters of the NavigationPopover#targetsObtained event.
6542
6548
  *
6543
- * @deprecated (since 1.40.0) - The event `navigationTargetsObtained` is obsolete as target determination
6549
+ * @deprecated As of version 1.40.0. The event `navigationTargetsObtained` is obsolete as target determination
6544
6550
  * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6545
6551
  * determination. The event `navigationTargetsObtained` is fired from NavigationPopoverHandler after navigation
6546
6552
  * targets are determined.
@@ -6550,7 +6556,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopover" {
6550
6556
  /**
6551
6557
  * Event object of the NavigationPopover#targetsObtained event.
6552
6558
  *
6553
- * @deprecated (since 1.40.0) - The event `navigationTargetsObtained` is obsolete as target determination
6559
+ * @deprecated As of version 1.40.0. The event `navigationTargetsObtained` is obsolete as target determination
6554
6560
  * is no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
6555
6561
  * determination. The event `navigationTargetsObtained` is fired from NavigationPopoverHandler after navigation
6556
6562
  * targets are determined.
@@ -6586,8 +6592,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
6586
6592
  * **Note:** Navigation targets are determined using {@link sap.ushell.services.CrossApplicationNavigation CrossApplicationNavigation }
6587
6593
  * of the unified shell service.
6588
6594
  *
6589
- * @deprecated (since 1.121) - SmartLink no longer uses the NavigationPopoverHandler, it got replaced by
6590
- * a sap.ui.mdc.Link implementation. All event handlings can be done directly on the SmartLink / SemanticObjectController.
6595
+ * @deprecated As of version 1.121. SmartLink no longer uses the NavigationPopoverHandler, it got replaced
6596
+ * by a sap.ui.mdc.Link implementation. All event handlings can be done directly on the SmartLink / SemanticObjectController.
6591
6597
  */
6592
6598
  export default class NavigationPopoverHandler extends ManagedObject {
6593
6599
  /**
@@ -6779,7 +6785,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
6779
6785
  * to change the targets.
6780
6786
  *
6781
6787
  * @since 1.36.0
6782
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
6788
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
6783
6789
  *
6784
6790
  * @returns Reference to `this` in order to allow method chaining
6785
6791
  */
@@ -6812,7 +6818,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
6812
6818
  * to change the targets.
6813
6819
  *
6814
6820
  * @since 1.36.0
6815
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
6821
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
6816
6822
  *
6817
6823
  * @returns Reference to `this` in order to allow method chaining
6818
6824
  */
@@ -6878,7 +6884,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
6878
6884
  * The passed function and listener object must match the ones used for event registration.
6879
6885
  *
6880
6886
  * @since 1.36.0
6881
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
6887
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
6882
6888
  *
6883
6889
  * @returns Reference to `this` in order to allow method chaining
6884
6890
  */
@@ -6926,7 +6932,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
6926
6932
  * Fires event {@link #event:navigationTargetsObtained navigationTargetsObtained} to attached listeners.
6927
6933
  *
6928
6934
  * @since 1.36.0
6929
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
6935
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
6930
6936
  * @ui5-protected Do not call from applications (only from related classes in the framework)
6931
6937
  *
6932
6938
  * @returns Reference to `this` in order to allow method chaining
@@ -7066,8 +7072,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
7066
7072
  * Shown title of semantic object.
7067
7073
  *
7068
7074
  * @since 1.36.0
7069
- * @deprecated (since 1.40.0) - Title section with `semanticObjectLabel` has been removed due to new UI
7070
- * design
7075
+ * @deprecated As of version 1.40.0. Title section with `semanticObjectLabel` has been removed due to new
7076
+ * UI design
7071
7077
  *
7072
7078
  * @returns Value of property `semanticObjectLabel`
7073
7079
  */
@@ -7294,8 +7300,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
7294
7300
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7295
7301
  *
7296
7302
  * @since 1.36.0
7297
- * @deprecated (since 1.40.0) - Title section with `semanticObjectLabel` has been removed due to new UI
7298
- * design
7303
+ * @deprecated As of version 1.40.0. Title section with `semanticObjectLabel` has been removed due to new
7304
+ * UI design
7299
7305
  *
7300
7306
  * @returns Reference to `this` in order to allow method chaining
7301
7307
  */
@@ -7309,8 +7315,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
7309
7315
  /**
7310
7316
  * Describes the settings that can be provided to the NavigationPopoverHandler constructor.
7311
7317
  *
7312
- * @deprecated (since 1.121) - SmartLink no longer uses the NavigationPopoverHandler, it got replaced by
7313
- * a sap.ui.mdc.Link implementation. All event handlings can be done directly on the SmartLink / SemanticObjectController.
7318
+ * @deprecated As of version 1.121. SmartLink no longer uses the NavigationPopoverHandler, it got replaced
7319
+ * by a sap.ui.mdc.Link implementation. All event handlings can be done directly on the SmartLink / SemanticObjectController.
7314
7320
  */
7315
7321
  export interface $NavigationPopoverHandlerSettings
7316
7322
  extends $ManagedObjectSettings {
@@ -7347,8 +7353,8 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
7347
7353
  * Shown title of semantic object.
7348
7354
  *
7349
7355
  * @since 1.36.0
7350
- * @deprecated (since 1.40.0) - Title section with `semanticObjectLabel` has been removed due to new UI
7351
- * design
7356
+ * @deprecated As of version 1.40.0. Title section with `semanticObjectLabel` has been removed due to new
7357
+ * UI design
7352
7358
  */
7353
7359
  semanticObjectLabel?: string | PropertyBindingInfo;
7354
7360
 
@@ -7434,7 +7440,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
7434
7440
  * to change the targets.
7435
7441
  *
7436
7442
  * @since 1.36.0
7437
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
7443
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
7438
7444
  */
7439
7445
  navigationTargetsObtained?: (
7440
7446
  oEvent: NavigationPopoverHandler$NavigationTargetsObtainedEvent
@@ -7551,7 +7557,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
7551
7557
  /**
7552
7558
  * Parameters of the NavigationPopoverHandler#navigationTargetsObtained event.
7553
7559
  *
7554
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
7560
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
7555
7561
  */
7556
7562
  export interface NavigationPopoverHandler$NavigationTargetsObtainedEventParameters {
7557
7563
  /**
@@ -7623,7 +7629,7 @@ declare module "sap/ui/comp/navpopover/NavigationPopoverHandler" {
7623
7629
  /**
7624
7630
  * Event object of the NavigationPopoverHandler#navigationTargetsObtained event.
7625
7631
  *
7626
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
7632
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
7627
7633
  */
7628
7634
  export type NavigationPopoverHandler$NavigationTargetsObtainedEvent = Event<
7629
7635
  NavigationPopoverHandler$NavigationTargetsObtainedEventParameters,
@@ -7891,7 +7897,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
7891
7897
  * to change the targets.
7892
7898
  *
7893
7899
  * @since 1.28.0
7894
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
7900
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
7895
7901
  *
7896
7902
  * @returns Reference to `this` in order to allow method chaining
7897
7903
  */
@@ -7921,7 +7927,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
7921
7927
  * to change the targets.
7922
7928
  *
7923
7929
  * @since 1.28.0
7924
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
7930
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
7925
7931
  *
7926
7932
  * @returns Reference to `this` in order to allow method chaining
7927
7933
  */
@@ -7990,7 +7996,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
7990
7996
  * The passed function and listener object must match the ones used for event registration.
7991
7997
  *
7992
7998
  * @since 1.28.0
7993
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
7999
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
7994
8000
  *
7995
8001
  * @returns Reference to `this` in order to allow method chaining
7996
8002
  */
@@ -8036,7 +8042,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8036
8042
  * Fires event {@link #event:navigationTargetsObtained navigationTargetsObtained} to attached listeners.
8037
8043
  *
8038
8044
  * @since 1.28.0
8039
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
8045
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
8040
8046
  * @ui5-protected Do not call from applications (only from related classes in the framework)
8041
8047
  *
8042
8048
  * @returns Reference to `this` in order to allow method chaining
@@ -8243,8 +8249,8 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8243
8249
  * Shown label of semantic object.
8244
8250
  *
8245
8251
  * @since 1.28.0
8246
- * @deprecated (since 1.40.0) - Title section with `semanticObjectLabel` has been removed due to new UI
8247
- * design
8252
+ * @deprecated As of version 1.40.0. Title section with `semanticObjectLabel` has been removed due to new
8253
+ * UI design
8248
8254
  *
8249
8255
  * @returns Value of property `semanticObjectLabel`
8250
8256
  */
@@ -8556,8 +8562,8 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8556
8562
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8557
8563
  *
8558
8564
  * @since 1.28.0
8559
- * @deprecated (since 1.40.0) - Title section with `semanticObjectLabel` has been removed due to new UI
8560
- * design
8565
+ * @deprecated As of version 1.40.0. Title section with `semanticObjectLabel` has been removed due to new
8566
+ * UI design
8561
8567
  *
8562
8568
  * @returns Reference to `this` in order to allow method chaining
8563
8569
  */
@@ -8644,8 +8650,8 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8644
8650
  * Shown label of semantic object.
8645
8651
  *
8646
8652
  * @since 1.28.0
8647
- * @deprecated (since 1.40.0) - Title section with `semanticObjectLabel` has been removed due to new UI
8648
- * design
8653
+ * @deprecated As of version 1.40.0. Title section with `semanticObjectLabel` has been removed due to new
8654
+ * UI design
8649
8655
  */
8650
8656
  semanticObjectLabel?: string | PropertyBindingInfo;
8651
8657
 
@@ -8776,7 +8782,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8776
8782
  * to change the targets.
8777
8783
  *
8778
8784
  * @since 1.28.0
8779
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
8785
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
8780
8786
  */
8781
8787
  navigationTargetsObtained?: (
8782
8788
  oEvent: SmartLink$NavigationTargetsObtainedEvent
@@ -8891,7 +8897,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8891
8897
  /**
8892
8898
  * Parameters of the SmartLink#navigationTargetsObtained event.
8893
8899
  *
8894
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
8900
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
8895
8901
  */
8896
8902
  export interface SmartLink$NavigationTargetsObtainedEventParameters {
8897
8903
  /**
@@ -8963,7 +8969,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8963
8969
  /**
8964
8970
  * Event object of the SmartLink#navigationTargetsObtained event.
8965
8971
  *
8966
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
8972
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
8967
8973
  */
8968
8974
  export type SmartLink$NavigationTargetsObtainedEvent = Event<
8969
8975
  SmartLink$NavigationTargetsObtainedEventParameters,
@@ -9182,7 +9188,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9182
9188
  * you to change the targets.
9183
9189
  *
9184
9190
  * @since 1.28.0
9185
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
9191
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
9186
9192
  *
9187
9193
  * @returns Reference to `this` in order to allow method chaining
9188
9194
  */
@@ -9215,7 +9221,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9215
9221
  * you to change the targets.
9216
9222
  *
9217
9223
  * @since 1.28.0
9218
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
9224
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
9219
9225
  *
9220
9226
  * @returns Reference to `this` in order to allow method chaining
9221
9227
  */
@@ -9242,7 +9248,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9242
9248
  * navigation targets have been retrieved.
9243
9249
  *
9244
9250
  * @since 1.28.0
9245
- * @deprecated (since 1.42.0) - The event `prefetchDone` is obsolete because it depends on the property
9251
+ * @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
9246
9252
  * `prefetchNavigationTargets` which has been deprecated.
9247
9253
  *
9248
9254
  * @returns Reference to `this` in order to allow method chaining
@@ -9273,7 +9279,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9273
9279
  * navigation targets have been retrieved.
9274
9280
  *
9275
9281
  * @since 1.28.0
9276
- * @deprecated (since 1.42.0) - The event `prefetchDone` is obsolete because it depends on the property
9282
+ * @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
9277
9283
  * `prefetchNavigationTargets` which has been deprecated.
9278
9284
  *
9279
9285
  * @returns Reference to `this` in order to allow method chaining
@@ -9337,7 +9343,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9337
9343
  * The passed function and listener object must match the ones used for event registration.
9338
9344
  *
9339
9345
  * @since 1.28.0
9340
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
9346
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
9341
9347
  *
9342
9348
  * @returns Reference to `this` in order to allow method chaining
9343
9349
  */
@@ -9359,7 +9365,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9359
9365
  * The passed function and listener object must match the ones used for event registration.
9360
9366
  *
9361
9367
  * @since 1.28.0
9362
- * @deprecated (since 1.42.0) - The event `prefetchDone` is obsolete because it depends on the property
9368
+ * @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
9363
9369
  * `prefetchNavigationTargets` which has been deprecated.
9364
9370
  *
9365
9371
  * @returns Reference to `this` in order to allow method chaining
@@ -9406,7 +9412,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9406
9412
  * Fires event {@link #event:navigationTargetsObtained navigationTargetsObtained} to attached listeners.
9407
9413
  *
9408
9414
  * @since 1.28.0
9409
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
9415
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
9410
9416
  * @ui5-protected Do not call from applications (only from related classes in the framework)
9411
9417
  *
9412
9418
  * @returns Reference to `this` in order to allow method chaining
@@ -9421,7 +9427,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9421
9427
  * Fires event {@link #event:prefetchDone prefetchDone} to attached listeners.
9422
9428
  *
9423
9429
  * @since 1.28.0
9424
- * @deprecated (since 1.42.0) - The event `prefetchDone` is obsolete because it depends on the property
9430
+ * @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
9425
9431
  * `prefetchNavigationTargets` which has been deprecated.
9426
9432
  * @ui5-protected Do not call from applications (only from related classes in the framework)
9427
9433
  *
@@ -9560,9 +9566,9 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9560
9566
  * Default value is `false`.
9561
9567
  *
9562
9568
  * @since 1.28.0
9563
- * @deprecated (since 1.42.0) - The property `prefetchNavigationTargets` is obsolete as navigation targets
9564
- * are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous determination
9565
- * of navigation targets has been completed.
9569
+ * @deprecated As of version 1.42.0. The property `prefetchNavigationTargets` is obsolete as navigation
9570
+ * targets are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
9571
+ * determination of navigation targets has been completed.
9566
9572
  *
9567
9573
  * @returns Value of property `prefetchNavigationTargets`
9568
9574
  */
@@ -9585,8 +9591,8 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9585
9591
  * value only after the event `prefetchDone` has been raised. The event `prefetchDone` is raised if the
9586
9592
  * property `prefetchNavigationTargets` is set to `true`.
9587
9593
  *
9588
- * @deprecated (since 1.42.0) - The method `hasSemanticObjectLinks` is obsolete because it depends on the
9589
- * property `prefetchNavigationTargets` which has been deprecated.
9594
+ * @deprecated As of version 1.42.0. The method `hasSemanticObjectLinks` is obsolete because it depends
9595
+ * on the property `prefetchNavigationTargets` which has been deprecated.
9590
9596
  *
9591
9597
  * @returns true if the semantic object has any navigation links
9592
9598
  */
@@ -9761,8 +9767,8 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9761
9767
  /**
9762
9768
  * Checks if the given SmartLink has to be enabled or disabled and sets the state.
9763
9769
  *
9764
- * @deprecated (since 1.42.0) - The method `setIgnoredState` is obsolete as SmartLink is processing the
9765
- * internal state on its own.
9770
+ * @deprecated As of version 1.42.0. The method `setIgnoredState` is obsolete as SmartLink is processing
9771
+ * the internal state on its own.
9766
9772
  */
9767
9773
  setIgnoredState(
9768
9774
  /**
@@ -9810,29 +9816,6 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9810
9816
  */
9811
9817
  fnNavigationTargetsObtainedCallback: Function
9812
9818
  ): this;
9813
- /**
9814
- * Sets a new value for property {@link #getPrefetchNavigationTargets prefetchNavigationTargets}.
9815
- *
9816
- * If set to `true`, the SemanticObjectController will retrieve all navigation targets once and will disable
9817
- * links for which no targets were found. Setting this value to `true` will trigger an additional roundtrip.
9818
- *
9819
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9820
- *
9821
- * Default value is `false`.
9822
- *
9823
- * @since 1.28.0
9824
- * @deprecated (since 1.42.0) - The property `prefetchNavigationTargets` is obsolete as navigation targets
9825
- * are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous determination
9826
- * of navigation targets has been completed.
9827
- *
9828
- * @returns Reference to `this` in order to allow method chaining
9829
- */
9830
- setPrefetchNavigationTargets(
9831
- /**
9832
- * New value for property `prefetchNavigationTargets`
9833
- */
9834
- bPrefetchNavigationTargets?: boolean
9835
- ): this;
9836
9819
  /**
9837
9820
  * Sets a new value for property {@link #getReplaceSmartLinkNavigationTargetsObtained replaceSmartLinkNavigationTargetsObtained}.
9838
9821
  *
@@ -9879,9 +9862,9 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9879
9862
  * links for which no targets were found. Setting this value to `true` will trigger an additional roundtrip.
9880
9863
  *
9881
9864
  * @since 1.28.0
9882
- * @deprecated (since 1.42.0) - The property `prefetchNavigationTargets` is obsolete as navigation targets
9883
- * are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous determination
9884
- * of navigation targets has been completed.
9865
+ * @deprecated As of version 1.42.0. The property `prefetchNavigationTargets` is obsolete as navigation
9866
+ * targets are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
9867
+ * determination of navigation targets has been completed.
9885
9868
  */
9886
9869
  prefetchNavigationTargets?: boolean | PropertyBindingInfo | `{${string}}`;
9887
9870
 
@@ -9991,7 +9974,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
9991
9974
  * you to change the targets.
9992
9975
  *
9993
9976
  * @since 1.28.0
9994
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
9977
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
9995
9978
  */
9996
9979
  navigationTargetsObtained?: (
9997
9980
  oEvent: SemanticObjectController$NavigationTargetsObtainedEvent
@@ -10022,7 +10005,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
10022
10005
  * navigation targets have been retrieved.
10023
10006
  *
10024
10007
  * @since 1.28.0
10025
- * @deprecated (since 1.42.0) - The event `prefetchDone` is obsolete because it depends on the property
10008
+ * @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
10026
10009
  * `prefetchNavigationTargets` which has been deprecated.
10027
10010
  */
10028
10011
  prefetchDone?: (oEvent: SemanticObjectController$PrefetchDoneEvent) => void;
@@ -10133,7 +10116,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
10133
10116
  /**
10134
10117
  * Parameters of the SemanticObjectController#navigationTargetsObtained event.
10135
10118
  *
10136
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
10119
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
10137
10120
  */
10138
10121
  export interface SemanticObjectController$NavigationTargetsObtainedEventParameters {
10139
10122
  /**
@@ -10208,7 +10191,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
10208
10191
  /**
10209
10192
  * Event object of the SemanticObjectController#navigationTargetsObtained event.
10210
10193
  *
10211
- * @deprecated (since 1.126) - replaced by `navigationTargetsObtainedCallback` property.
10194
+ * @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
10212
10195
  */
10213
10196
  export type SemanticObjectController$NavigationTargetsObtainedEvent = Event<
10214
10197
  SemanticObjectController$NavigationTargetsObtainedEventParameters,
@@ -10218,7 +10201,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
10218
10201
  /**
10219
10202
  * Parameters of the SemanticObjectController#prefetchDone event.
10220
10203
  *
10221
- * @deprecated (since 1.42.0) - The event `prefetchDone` is obsolete because it depends on the property
10204
+ * @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
10222
10205
  * `prefetchNavigationTargets` which has been deprecated.
10223
10206
  */
10224
10207
  export interface SemanticObjectController$PrefetchDoneEventParameters {
@@ -10233,7 +10216,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
10233
10216
  /**
10234
10217
  * Event object of the SemanticObjectController#prefetchDone event.
10235
10218
  *
10236
- * @deprecated (since 1.42.0) - The event `prefetchDone` is obsolete because it depends on the property
10219
+ * @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
10237
10220
  * `prefetchNavigationTargets` which has been deprecated.
10238
10221
  */
10239
10222
  export type SemanticObjectController$PrefetchDoneEvent = Event<
@@ -10923,7 +10906,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
10923
10906
  * This event is fired when data is received after binding. This event is fired if the binding for the chart
10924
10907
  * is done by the SmartChart control itself.
10925
10908
  *
10926
- * @deprecated (since 1.56) - Use `beforeRebindChart` event to attach/listen to the binding "events" directly
10909
+ * @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
10910
+ * directly
10927
10911
  *
10928
10912
  * @returns Reference to `this` in order to allow method chaining
10929
10913
  */
@@ -10951,7 +10935,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
10951
10935
  * This event is fired when data is received after binding. This event is fired if the binding for the chart
10952
10936
  * is done by the SmartChart control itself.
10953
10937
  *
10954
- * @deprecated (since 1.56) - Use `beforeRebindChart` event to attach/listen to the binding "events" directly
10938
+ * @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
10939
+ * directly
10955
10940
  *
10956
10941
  * @returns Reference to `this` in order to allow method chaining
10957
10942
  */
@@ -11021,7 +11006,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11021
11006
  * **Note:** Attaching to this event causes the inner chart to load synchronously. This does not fulfill
11022
11007
  * CSP requirements. Please use event `initialized` instead.
11023
11008
  *
11024
- * @deprecated (since 1.94) - replaced by {@link #event:initialized}
11009
+ * @deprecated As of version 1.94. replaced by {@link #event:initialized}
11025
11010
  */
11026
11011
  attachInitialise(): void;
11027
11012
  /**
@@ -11359,7 +11344,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11359
11344
  *
11360
11345
  * The passed function and listener object must match the ones used for event registration.
11361
11346
  *
11362
- * @deprecated (since 1.56) - Use `beforeRebindChart` event to attach/listen to the binding "events" directly
11347
+ * @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
11348
+ * directly
11363
11349
  *
11364
11350
  * @returns Reference to `this` in order to allow method chaining
11365
11351
  */
@@ -11398,7 +11384,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11398
11384
  *
11399
11385
  * The passed function and listener object must match the ones used for event registration.
11400
11386
  *
11401
- * @deprecated (since 1.65) - replaced by {@link initialized}.
11387
+ * @deprecated As of version 1.65. replaced by {@link initialized}.
11402
11388
  *
11403
11389
  * @returns Reference to `this` in order to allow method chaining
11404
11390
  */
@@ -11571,7 +11557,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11571
11557
  /**
11572
11558
  * Fires event {@link #event:dataReceived dataReceived} to attached listeners.
11573
11559
  *
11574
- * @deprecated (since 1.56) - Use `beforeRebindChart` event to attach/listen to the binding "events" directly
11560
+ * @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
11561
+ * directly
11575
11562
  * @ui5-protected Do not call from applications (only from related classes in the framework)
11576
11563
  *
11577
11564
  * @returns Reference to `this` in order to allow method chaining
@@ -11599,7 +11586,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11599
11586
  /**
11600
11587
  * Fires event {@link #event:initialise initialise} to attached listeners.
11601
11588
  *
11602
- * @deprecated (since 1.65) - replaced by {@link initialized}.
11589
+ * @deprecated As of version 1.65. replaced by {@link initialized}.
11603
11590
  * @ui5-protected Do not call from applications (only from related classes in the framework)
11604
11591
  *
11605
11592
  * @returns Reference to `this` in order to allow method chaining
@@ -11688,7 +11675,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11688
11675
  * yet initialized causes the inner chart to load synchronously. This does not fulfill CSP requirements.
11689
11676
  * Please use `getChartAsync` instead.
11690
11677
  *
11691
- * @deprecated (since 1.57) - replaced by {@link #getChartAsync}
11678
+ * @deprecated As of version 1.57. replaced by {@link #getChartAsync}
11692
11679
  *
11693
11680
  * @returns The inner chart object
11694
11681
  */
@@ -11775,7 +11762,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11775
11762
  *
11776
11763
  * @returns Value of property `headerLevel`
11777
11764
  */
11778
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
11765
+ getHeaderLevel(): TitleLevel;
11779
11766
  /**
11780
11767
  * Gets current value of property {@link #getHeaderStyle headerStyle}.
11781
11768
  *
@@ -11788,7 +11775,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11788
11775
  *
11789
11776
  * @returns Value of property `headerStyle`
11790
11777
  */
11791
- getHeaderStyle(): TitleLevel | keyof typeof TitleLevel;
11778
+ getHeaderStyle(): TitleLevel;
11792
11779
  /**
11793
11780
  * Gets current value of property {@link #getIgnoredChartTypes ignoredChartTypes}.
11794
11781
  *
@@ -12133,7 +12120,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
12133
12120
  *
12134
12121
  * @returns Value of property `toolbarStyle`
12135
12122
  */
12136
- getToolbarStyle(): ToolbarStyle | keyof typeof ToolbarStyle;
12123
+ getToolbarStyle(): ToolbarStyle;
12137
12124
  /**
12138
12125
  * The method returns the current UI state of SmartChart control.
12139
12126
  *
@@ -12164,7 +12151,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
12164
12151
  * Default value is `true`.
12165
12152
  *
12166
12153
  * @since 1.38
12167
- * @deprecated (since 1.48.0) - Setting the property to `false` will have no effect on the visualization
12154
+ * @deprecated As of version 1.48.0. Setting the property to `false` will have no effect on the visualization
12168
12155
  * of chart type selection. `SmartChart` will always show a list of chart types.
12169
12156
  *
12170
12157
  * @returns Value of property `useListForChartTypeSelection`
@@ -12881,7 +12868,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
12881
12868
  * Default value is `true`.
12882
12869
  *
12883
12870
  * @since 1.38
12884
- * @deprecated (since 1.48.0) - Setting the property to `false` will have no effect on the visualization
12871
+ * @deprecated As of version 1.48.0. Setting the property to `false` will have no effect on the visualization
12885
12872
  * of chart type selection. `SmartChart` will always show a list of chart types.
12886
12873
  *
12887
12874
  * @returns Reference to `this` in order to allow method chaining
@@ -13249,7 +13236,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
13249
13236
  * will be shown.
13250
13237
  *
13251
13238
  * @since 1.38
13252
- * @deprecated (since 1.48.0) - Setting the property to `false` will have no effect on the visualization
13239
+ * @deprecated As of version 1.48.0. Setting the property to `false` will have no effect on the visualization
13253
13240
  * of chart type selection. `SmartChart` will always show a list of chart types.
13254
13241
  */
13255
13242
  useListForChartTypeSelection?:
@@ -13386,7 +13373,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
13386
13373
  * library is loaded synchroniously as soon as a event handler for the `initialise` event has been attached.
13387
13374
  * Since this event does not fulfill CSP requirements, please use event `initialized` instead.
13388
13375
  *
13389
- * @deprecated (since 1.65) - replaced by {@link initialized}.
13376
+ * @deprecated As of version 1.65. replaced by {@link initialized}.
13390
13377
  */
13391
13378
  initialise?: (oEvent: Event) => void;
13392
13379
 
@@ -13407,7 +13394,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
13407
13394
  * This event is fired when data is received after binding. This event is fired if the binding for the chart
13408
13395
  * is done by the SmartChart control itself.
13409
13396
  *
13410
- * @deprecated (since 1.56) - Use `beforeRebindChart` event to attach/listen to the binding "events" directly
13397
+ * @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
13398
+ * directly
13411
13399
  */
13412
13400
  dataReceived?: (oEvent: Event) => void;
13413
13401
 
@@ -13557,14 +13545,16 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
13557
13545
  /**
13558
13546
  * Parameters of the SmartChart#dataReceived event.
13559
13547
  *
13560
- * @deprecated (since 1.56) - Use `beforeRebindChart` event to attach/listen to the binding "events" directly
13548
+ * @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
13549
+ * directly
13561
13550
  */
13562
13551
  export interface SmartChart$DataReceivedEventParameters {}
13563
13552
 
13564
13553
  /**
13565
13554
  * Event object of the SmartChart#dataReceived event.
13566
13555
  *
13567
- * @deprecated (since 1.56) - Use `beforeRebindChart` event to attach/listen to the binding "events" directly
13556
+ * @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
13557
+ * directly
13568
13558
  */
13569
13559
  export type SmartChart$DataReceivedEvent = Event<
13570
13560
  SmartChart$DataReceivedEventParameters,
@@ -13592,14 +13582,14 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
13592
13582
  /**
13593
13583
  * Parameters of the SmartChart#initialise event.
13594
13584
  *
13595
- * @deprecated (since 1.65) - replaced by {@link initialized}.
13585
+ * @deprecated As of version 1.65. replaced by {@link initialized}.
13596
13586
  */
13597
13587
  export interface SmartChart$InitialiseEventParameters {}
13598
13588
 
13599
13589
  /**
13600
13590
  * Event object of the SmartChart#initialise event.
13601
13591
  *
13602
- * @deprecated (since 1.65) - replaced by {@link initialized}.
13592
+ * @deprecated As of version 1.65. replaced by {@link initialized}.
13603
13593
  */
13604
13594
  export type SmartChart$InitialiseEvent = Event<
13605
13595
  SmartChart$InitialiseEventParameters,
@@ -14326,7 +14316,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
14326
14316
  * control. When handler attached, the rendered control is `sap.m.Link`
14327
14317
  *
14328
14318
  * @since 1.36.0
14329
- * @deprecated (since 1.116.0) - with no replacement.
14319
+ * @deprecated As of version 1.116.0. with no replacement.
14330
14320
  *
14331
14321
  * @returns Reference to `this` in order to allow method chaining
14332
14322
  */
@@ -14355,7 +14345,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
14355
14345
  * control. When handler attached, the rendered control is `sap.m.Link`
14356
14346
  *
14357
14347
  * @since 1.36.0
14358
- * @deprecated (since 1.116.0) - with no replacement.
14348
+ * @deprecated As of version 1.116.0. with no replacement.
14359
14349
  *
14360
14350
  * @returns Reference to `this` in order to allow method chaining
14361
14351
  */
@@ -14495,7 +14485,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
14495
14485
  * - The inner private text input field fires a {@link sap.ui.base.EventProvider#event:validationError},
14496
14486
  * or {@link sap.ui.base.EventProvider#event:parseError} event.
14497
14487
  *
14498
- * @deprecated (since 1.64) - replaced by {@link sap.ui.comp.smartfield.SmartField#checkValuesValidity}
14488
+ * @deprecated As of version 1.64. replaced by {@link sap.ui.comp.smartfield.SmartField#checkValuesValidity}
14499
14489
  *
14500
14490
  * @returns `true`, if a client error has been detected, `false` otherwise
14501
14491
  */
@@ -14594,7 +14584,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
14594
14584
  * Destroys the controlProposal in the aggregation {@link #getControlProposal controlProposal}.
14595
14585
  *
14596
14586
  * @since 1.32.0
14597
- * @deprecated (since 1.34.0) - with no replacement.
14587
+ * @deprecated As of version 1.34.0. with no replacement.
14598
14588
  *
14599
14589
  * @returns Reference to `this` in order to allow method chaining
14600
14590
  */
@@ -14764,7 +14754,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
14764
14754
  * The passed function and listener object must match the ones used for event registration.
14765
14755
  *
14766
14756
  * @since 1.36.0
14767
- * @deprecated (since 1.116.0) - with no replacement.
14757
+ * @deprecated As of version 1.116.0. with no replacement.
14768
14758
  *
14769
14759
  * @returns Reference to `this` in order to allow method chaining
14770
14760
  */
@@ -14928,7 +14918,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
14928
14918
  * Fires event {@link #event:press press} to attached listeners.
14929
14919
  *
14930
14920
  * @since 1.36.0
14931
- * @deprecated (since 1.116.0) - with no replacement.
14921
+ * @deprecated As of version 1.116.0. with no replacement.
14932
14922
  * @ui5-protected Do not call from applications (only from related classes in the framework)
14933
14923
  *
14934
14924
  * @returns Reference to `this` in order to allow method chaining
@@ -15044,7 +15034,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15044
15034
  * Proposes a control to be rendered. The `SmartField` control can ignore the proposal.
15045
15035
  *
15046
15036
  * @since 1.32.0
15047
- * @deprecated (since 1.34.0) - with no replacement.
15037
+ * @deprecated As of version 1.34.0. with no replacement.
15048
15038
  */
15049
15039
  getControlProposal(): ControlProposal;
15050
15040
  /**
@@ -15135,7 +15125,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15135
15125
  * Default value is `false`.
15136
15126
  *
15137
15127
  * @since 1.48
15138
- * @deprecated (since 1.117) - It is recommended the expand to be using the OData Model.
15128
+ * @deprecated As of version 1.117. It is recommended the expand to be using the OData Model.
15139
15129
  *
15140
15130
  * @returns Value of property `expandNavigationProperties`
15141
15131
  */
@@ -15243,7 +15233,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15243
15233
  *
15244
15234
  * @returns Value of property `importance`
15245
15235
  */
15246
- getImportance(): smartfield.Importance | keyof typeof smartfield.Importance;
15236
+ getImportance(): smartfield.Importance;
15247
15237
  /**
15248
15238
  * Resolves the controls hosted currently by this `SmartField` control.
15249
15239
  *
@@ -15258,11 +15248,11 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15258
15248
  * Data types to be used, if the `SmartField` control is interacting with a JSON model. If the value property
15259
15249
  * of the control is bound to a property of an OData entity set, this property is not taken into consideration.
15260
15250
  *
15261
- * @deprecated (since 1.31.0) - with no replacement.
15251
+ * @deprecated As of version 1.31.0. with no replacement.
15262
15252
  *
15263
15253
  * @returns Value of property `jsontype`
15264
15254
  */
15265
- getJsontype(): smartfield.JSONType | keyof typeof smartfield.JSONType;
15255
+ getJsontype(): smartfield.JSONType;
15266
15256
  /**
15267
15257
  * Gets current value of property {@link #getMandatory mandatory}.
15268
15258
  *
@@ -15350,7 +15340,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15350
15340
  * Default value is `None`.
15351
15341
  *
15352
15342
  * @since 1.32.0
15353
- * @deprecated (since 1.32.0) - with no replacement.
15343
+ * @deprecated As of version 1.32.0. with no replacement.
15354
15344
  *
15355
15345
  * @returns Value of property `proposedControl`
15356
15346
  */
@@ -15442,7 +15432,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15442
15432
  *
15443
15433
  * @returns Value of property `textAlign`
15444
15434
  */
15445
- getTextAlign(): TextAlign | keyof typeof TextAlign;
15435
+ getTextAlign(): TextAlign;
15446
15436
  /**
15447
15437
  * Gets current value of property {@link #getTextDirection textDirection}.
15448
15438
  *
@@ -15461,7 +15451,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15461
15451
  *
15462
15452
  * @returns Value of property `textDirection`
15463
15453
  */
15464
- getTextDirection(): TextDirection | keyof typeof TextDirection;
15454
+ getTextDirection(): TextDirection;
15465
15455
  /**
15466
15456
  * Gets current value of property {@link #getTextInEditModeSource textInEditModeSource}.
15467
15457
  *
@@ -15515,9 +15505,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15515
15505
  *
15516
15506
  * @returns Value of property `textInEditModeSource`
15517
15507
  */
15518
- getTextInEditModeSource():
15519
- | smartfield.TextInEditModeSource
15520
- | keyof typeof smartfield.TextInEditModeSource;
15508
+ getTextInEditModeSource(): smartfield.TextInEditModeSource;
15521
15509
  /**
15522
15510
  * Gets current value of property {@link #getTextLabel textLabel}.
15523
15511
  *
@@ -15666,9 +15654,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15666
15654
  *
15667
15655
  * @returns Value of property `valueHelpTitleSource`
15668
15656
  */
15669
- getValueHelpTitleSource():
15670
- | smartfield.ValueHelpTitleSource
15671
- | keyof typeof smartfield.ValueHelpTitleSource;
15657
+ getValueHelpTitleSource(): smartfield.ValueHelpTitleSource;
15672
15658
  /**
15673
15659
  * Gets current value of property {@link #getValueState valueState}.
15674
15660
  *
@@ -15690,7 +15676,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15690
15676
  *
15691
15677
  * @returns Value of property `valueState`
15692
15678
  */
15693
- getValueState(): ValueState | keyof typeof ValueState;
15679
+ getValueState(): ValueState;
15694
15680
  /**
15695
15681
  * Gets current value of property {@link #getValueStateText valueStateText}.
15696
15682
  *
@@ -15866,7 +15852,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15866
15852
  * Sets the aggregated {@link #getControlProposal controlProposal}.
15867
15853
  *
15868
15854
  * @since 1.32.0
15869
- * @deprecated (since 1.34.0) - with no replacement.
15855
+ * @deprecated As of version 1.34.0. with no replacement.
15870
15856
  *
15871
15857
  * @returns Reference to `this` in order to allow method chaining
15872
15858
  */
@@ -15972,7 +15958,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15972
15958
  * Default value is `false`.
15973
15959
  *
15974
15960
  * @since 1.48
15975
- * @deprecated (since 1.117) - It is recommended the expand to be using the OData Model.
15961
+ * @deprecated As of version 1.117. It is recommended the expand to be using the OData Model.
15976
15962
  *
15977
15963
  * @returns Reference to `this` in order to allow method chaining
15978
15964
  */
@@ -16094,7 +16080,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
16094
16080
  *
16095
16081
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16096
16082
  *
16097
- * @deprecated (since 1.31.0) - with no replacement.
16083
+ * @deprecated As of version 1.31.0. with no replacement.
16098
16084
  *
16099
16085
  * @returns Reference to `this` in order to allow method chaining
16100
16086
  */
@@ -16213,7 +16199,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
16213
16199
  * Default value is `None`.
16214
16200
  *
16215
16201
  * @since 1.32.0
16216
- * @deprecated (since 1.32.0) - with no replacement.
16202
+ * @deprecated As of version 1.32.0. with no replacement.
16217
16203
  *
16218
16204
  * @returns Reference to `this` in order to allow method chaining
16219
16205
  */
@@ -16851,7 +16837,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
16851
16837
  * Data types to be used, if the `SmartField` control is interacting with a JSON model. If the value property
16852
16838
  * of the control is bound to a property of an OData entity set, this property is not taken into consideration.
16853
16839
  *
16854
- * @deprecated (since 1.31.0) - with no replacement.
16840
+ * @deprecated As of version 1.31.0. with no replacement.
16855
16841
  */
16856
16842
  jsontype?:
16857
16843
  | (smartfield.JSONType | keyof typeof smartfield.JSONType)
@@ -17001,7 +16987,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17001
16987
  * Proposes a control to be rendered. The `SmartField` control can ignore the proposal.
17002
16988
  *
17003
16989
  * @since 1.32.0
17004
- * @deprecated (since 1.32.0) - with no replacement.
16990
+ * @deprecated As of version 1.32.0. with no replacement.
17005
16991
  */
17006
16992
  proposedControl?:
17007
16993
  | smartfield.ControlProposalType
@@ -17073,7 +17059,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17073
17059
  * data is available.
17074
17060
  *
17075
17061
  * @since 1.48
17076
- * @deprecated (since 1.117) - It is recommended the expand to be using the OData Model.
17062
+ * @deprecated As of version 1.117. It is recommended the expand to be using the OData Model.
17077
17063
  */
17078
17064
  expandNavigationProperties?: boolean | PropertyBindingInfo | `{${string}}`;
17079
17065
 
@@ -17206,7 +17192,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17206
17192
  * Proposes a control to be rendered. The `SmartField` control can ignore the proposal.
17207
17193
  *
17208
17194
  * @since 1.32.0
17209
- * @deprecated (since 1.34.0) - with no replacement.
17195
+ * @deprecated As of version 1.34.0. with no replacement.
17210
17196
  */
17211
17197
  controlProposal?: ControlProposal;
17212
17198
 
@@ -17311,7 +17297,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17311
17297
  * control. When handler attached, the rendered control is `sap.m.Link`
17312
17298
  *
17313
17299
  * @since 1.36.0
17314
- * @deprecated (since 1.116.0) - with no replacement.
17300
+ * @deprecated As of version 1.116.0. with no replacement.
17315
17301
  */
17316
17302
  press?: (oEvent: Event) => void;
17317
17303
  }
@@ -17485,14 +17471,14 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17485
17471
  /**
17486
17472
  * Parameters of the SmartField#press event.
17487
17473
  *
17488
- * @deprecated (since 1.116.0) - with no replacement.
17474
+ * @deprecated As of version 1.116.0. with no replacement.
17489
17475
  */
17490
17476
  export interface SmartField$PressEventParameters {}
17491
17477
 
17492
17478
  /**
17493
17479
  * Event object of the SmartField#press event.
17494
17480
  *
17495
- * @deprecated (since 1.116.0) - with no replacement.
17481
+ * @deprecated As of version 1.116.0. with no replacement.
17496
17482
  */
17497
17483
  export type SmartField$PressEvent = Event<
17498
17484
  SmartField$PressEventParameters,
@@ -17840,9 +17826,7 @@ declare module "sap/ui/comp/smartfield/Configuration" {
17840
17826
  *
17841
17827
  * @returns Value of property `controlType`
17842
17828
  */
17843
- getControlType():
17844
- | smartfield.ControlType
17845
- | keyof typeof smartfield.ControlType;
17829
+ getControlType(): smartfield.ControlType;
17846
17830
  /**
17847
17831
  * Gets current value of property {@link #getCriticalityQualifier criticalityQualifier}.
17848
17832
  *
@@ -17862,9 +17846,7 @@ declare module "sap/ui/comp/smartfield/Configuration" {
17862
17846
  *
17863
17847
  * @returns Value of property `displayBehaviour`
17864
17848
  */
17865
- getDisplayBehaviour():
17866
- | smartfield.DisplayBehaviour
17867
- | keyof typeof smartfield.DisplayBehaviour;
17849
+ getDisplayBehaviour(): smartfield.DisplayBehaviour;
17868
17850
  /**
17869
17851
  * Gets current value of property {@link #getPreventInitialDataFetchInValueHelpDialog preventInitialDataFetchInValueHelpDialog}.
17870
17852
  *
@@ -18258,9 +18240,7 @@ declare module "sap/ui/comp/smartfield/ObjectStatus" {
18258
18240
  *
18259
18241
  * @returns Value of property `criticalityRepresentationType`
18260
18242
  */
18261
- getCriticalityRepresentationType():
18262
- | smartfield.CriticalityRepresentationType
18263
- | keyof typeof smartfield.CriticalityRepresentationType;
18243
+ getCriticalityRepresentationType(): smartfield.CriticalityRepresentationType;
18264
18244
  /**
18265
18245
  * Sets a new value for property {@link #getCriticality criticality}.
18266
18246
  *
@@ -18529,9 +18509,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
18529
18509
  *
18530
18510
  * @returns Value of property `conditionPanelDefaultOperation`
18531
18511
  */
18532
- getConditionPanelDefaultOperation():
18533
- | valuehelpdialog.ValueHelpRangeOperation
18534
- | keyof typeof valuehelpdialog.ValueHelpRangeOperation;
18512
+ getConditionPanelDefaultOperation(): valuehelpdialog.ValueHelpRangeOperation;
18535
18513
  /**
18536
18514
  * Gets current value of property {@link #getControlType controlType}.
18537
18515
  *
@@ -18543,9 +18521,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
18543
18521
  *
18544
18522
  * @returns Value of property `controlType`
18545
18523
  */
18546
- getControlType():
18547
- | smartfilterbar.ControlType
18548
- | keyof typeof smartfilterbar.ControlType;
18524
+ getControlType(): smartfilterbar.ControlType;
18549
18525
  /**
18550
18526
  * Gets content of aggregation {@link #getCustomControl customControl}.
18551
18527
  *
@@ -18583,9 +18559,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
18583
18559
  *
18584
18560
  * @returns Value of property `displayBehaviour`
18585
18561
  */
18586
- getDisplayBehaviour():
18587
- | smartfilterbar.DisplayBehaviour
18588
- | keyof typeof smartfilterbar.DisplayBehaviour;
18562
+ getDisplayBehaviour(): smartfilterbar.DisplayBehaviour;
18589
18563
  /**
18590
18564
  * Gets current value of property {@link #getFilterType filterType}.
18591
18565
  *
@@ -18598,9 +18572,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
18598
18572
  *
18599
18573
  * @returns Value of property `filterType`
18600
18574
  */
18601
- getFilterType():
18602
- | smartfilterbar.FilterType
18603
- | keyof typeof smartfilterbar.FilterType;
18575
+ getFilterType(): smartfilterbar.FilterType;
18604
18576
  /**
18605
18577
  * Gets current value of property {@link #getGroupId groupId}.
18606
18578
  *
@@ -18694,9 +18666,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
18694
18666
  *
18695
18667
  * @returns Value of property `mandatory`
18696
18668
  */
18697
- getMandatory():
18698
- | smartfilterbar.MandatoryType
18699
- | keyof typeof smartfilterbar.MandatoryType;
18669
+ getMandatory(): smartfilterbar.MandatoryType;
18700
18670
  /**
18701
18671
  * Gets current value of property {@link #getPreventInitialDataFetchInValueHelpDialog preventInitialDataFetchInValueHelpDialog}.
18702
18672
  *
@@ -19743,7 +19713,7 @@ declare module "sap/ui/comp/smartfilterbar/SelectOption" {
19743
19713
  *
19744
19714
  * @returns Value of property `operator`
19745
19715
  */
19746
- getOperator(): FilterOperator | keyof typeof FilterOperator;
19716
+ getOperator(): FilterOperator;
19747
19717
  /**
19748
19718
  * Gets current value of property {@link #getSign sign}.
19749
19719
  *
@@ -20243,7 +20213,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20243
20213
  /**
20244
20214
  * Retrieves the control associated to the filter.
20245
20215
  *
20246
- * @deprecated (since 1.99) - Use {@link sap.ui.core.Core.byId} instead.
20216
+ * @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} instead.
20247
20217
  *
20248
20218
  * @returns The corresponding control. If no match is found `null` is returned.
20249
20219
  */
@@ -20260,7 +20230,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20260
20230
  /**
20261
20231
  * Retrieves the control based on the name and group name.
20262
20232
  *
20263
- * @deprecated (since 1.99) - Use {@link sap.ui.core.Core.byId} instead.
20233
+ * @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} instead.
20264
20234
  *
20265
20235
  * @returns The corresponding control, if no match is found, `null` is returned.
20266
20236
  */
@@ -20379,8 +20349,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20379
20349
  *
20380
20350
  * Default value is `false`.
20381
20351
  *
20382
- * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
20383
- * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20352
+ * @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
20353
+ * annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20384
20354
  *
20385
20355
  * @returns Value of property `considerSelectionVariants`
20386
20356
  */
@@ -20390,8 +20360,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20390
20360
  * name as the key when getting a control from the basic area. Example: "CompanyCode" & Use "EntityName/GroupName.FieldName"
20391
20361
  * format to get controls from groups. Example:"Account.CompanyCode"
20392
20362
  *
20393
- * @deprecated (since 1.99) - Use {@link sap.ui.core.Core.byId} for custom controls provided by you. To
20394
- * modify data use {@link sap.ui.comp.smartfilterbar.SmartFilterBar#setFilterData} or {@link sap.ui.comp.filterbar.FilterBar#setUiState}.
20363
+ * @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} for custom controls provided by you.
20364
+ * To modify data use {@link sap.ui.comp.smartfilterbar.SmartFilterBar#setFilterData} or {@link sap.ui.comp.filterbar.FilterBar#setUiState}.
20395
20365
  *
20396
20366
  * @returns The control in the filter bar, if any
20397
20367
  */
@@ -20432,8 +20402,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20432
20402
  * applied if there is no user-defined default variant specified.
20433
20403
  * **Note**: Only relevant for control level personalization.
20434
20404
  *
20435
- * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
20436
- * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20405
+ * @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
20406
+ * annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20437
20407
  *
20438
20408
  * @returns Value of property `defaultSelectionVariantName`
20439
20409
  */
@@ -20481,7 +20451,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20481
20451
  * The OData entity type whose metadata is used to create the `SmartFilterBar`. **Note:** Changing this
20482
20452
  * value after the `SmartFilterBar` is initialized (`initialise` event was fired) has no effect.
20483
20453
  *
20484
- * @deprecated (since 1.40) - Use `entitySet` property instead of this one, to enable V4 annotation support
20454
+ * @deprecated As of version 1.40. Use `entitySet` property instead of this one, to enable V4 annotation
20455
+ * support
20485
20456
  *
20486
20457
  * @returns Value of property `entityType`
20487
20458
  */
@@ -20645,7 +20616,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20645
20616
  * will be used. **Note:** Changing this value after the SmartFilterBar is initialized (initialise event
20646
20617
  * was fired) has no effect.
20647
20618
  *
20648
- * @deprecated (since 1.29) - Set an ODataModel as the main model on your control/view instead
20619
+ * @deprecated As of version 1.29. Set an ODataModel as the main model on your control/view instead
20649
20620
  *
20650
20621
  * @returns Value of property `resourceUri`
20651
20622
  */
@@ -20926,8 +20897,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20926
20897
  *
20927
20898
  * Default value is `false`.
20928
20899
  *
20929
- * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
20930
- * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20900
+ * @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
20901
+ * annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20931
20902
  *
20932
20903
  * @returns Reference to `this` in order to allow method chaining
20933
20904
  */
@@ -20965,8 +20936,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20965
20936
  *
20966
20937
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
20967
20938
  *
20968
- * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
20969
- * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20939
+ * @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
20940
+ * annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
20970
20941
  *
20971
20942
  * @returns Reference to `this` in order to allow method chaining
20972
20943
  */
@@ -21006,7 +20977,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
21006
20977
  *
21007
20978
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
21008
20979
  *
21009
- * @deprecated (since 1.40) - Use `entitySet` property instead of this one, to enable V4 annotation support
20980
+ * @deprecated As of version 1.40. Use `entitySet` property instead of this one, to enable V4 annotation
20981
+ * support
21010
20982
  *
21011
20983
  * @returns Reference to `this` in order to allow method chaining
21012
20984
  */
@@ -21095,7 +21067,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
21095
21067
  * Uses the provided resource URI to fetch the OData metadata instead of using the default ODataModel (getModel()).
21096
21068
  * You should only set this if you intend to get the metadata for the filter bar from elsewhere!
21097
21069
  *
21098
- * @deprecated (since 1.29) - Set an ODataModel as the main model on your control/view instead
21070
+ * @deprecated As of version 1.29. Set an ODataModel as the main model on your control/view instead
21099
21071
  *
21100
21072
  * @returns `this` to allow method chaining
21101
21073
  */
@@ -21259,7 +21231,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
21259
21231
  * The OData entity type whose metadata is used to create the `SmartFilterBar`. **Note:** Changing this
21260
21232
  * value after the `SmartFilterBar` is initialized (`initialise` event was fired) has no effect.
21261
21233
  *
21262
- * @deprecated (since 1.40) - Use `entitySet` property instead of this one, to enable V4 annotation support
21234
+ * @deprecated As of version 1.40. Use `entitySet` property instead of this one, to enable V4 annotation
21235
+ * support
21263
21236
  */
21264
21237
  entityType?: string | PropertyBindingInfo;
21265
21238
 
@@ -21274,7 +21247,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
21274
21247
  * will be used. **Note:** Changing this value after the SmartFilterBar is initialized (initialise event
21275
21248
  * was fired) has no effect.
21276
21249
  *
21277
- * @deprecated (since 1.29) - Set an ODataModel as the main model on your control/view instead
21250
+ * @deprecated As of version 1.29. Set an ODataModel as the main model on your control/view instead
21278
21251
  */
21279
21252
  resourceUri?: string | PropertyBindingInfo;
21280
21253
 
@@ -21349,8 +21322,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
21349
21322
  * Indicates if the annotation `com.sap.vocabularies.UI.v1.SelectionVariant` is taken into account.
21350
21323
  * **Note**: Only relevant for control level personalization.
21351
21324
  *
21352
- * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
21353
- * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
21325
+ * @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
21326
+ * annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
21354
21327
  */
21355
21328
  considerSelectionVariants?: boolean | PropertyBindingInfo | `{${string}}`;
21356
21329
 
@@ -21361,8 +21334,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
21361
21334
  * applied if there is no user-defined default variant specified.
21362
21335
  * **Note**: Only relevant for control level personalization.
21363
21336
  *
21364
- * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
21365
- * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
21337
+ * @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
21338
+ * annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
21366
21339
  */
21367
21340
  defaultSelectionVariantName?: string | PropertyBindingInfo;
21368
21341
 
@@ -21535,13 +21508,13 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBarFilterGroupItem" {
21535
21508
  /**
21536
21509
  * Returns instance of the control
21537
21510
  *
21538
- * @deprecated (since 1.99) - Use {@link sap.ui.core.Core.byId} instead!
21511
+ * @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} instead!
21539
21512
  *
21540
21513
  * @returns A control or `null` if there is no control with provided name
21541
21514
  */
21542
21515
  getControl(): Control | null;
21543
21516
  /**
21544
- * @deprecated (since 1.99) - There is no replacement as all internal controls are considered private.
21517
+ * @deprecated As of version 1.99. There is no replacement as all internal controls are considered private.
21545
21518
  */
21546
21519
  setControl(
21547
21520
  /**
@@ -21961,7 +21934,7 @@ declare module "sap/ui/comp/smartform/Group" {
21961
21934
  /**
21962
21935
  * Destroys the layout in the aggregation {@link #getLayout layout}.
21963
21936
  *
21964
- * @deprecated (since 1.48.0) - please use `layoutData` aggregation instead.
21937
+ * @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
21965
21938
  *
21966
21939
  * @returns Reference to `this` in order to allow method chaining
21967
21940
  */
@@ -21987,8 +21960,8 @@ declare module "sap/ui/comp/smartform/Group" {
21987
21960
  * **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
21988
21961
  * control. So don't set it manually.
21989
21962
  *
21990
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
21991
- * layout of the `SmartForm` control.
21963
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
21964
+ * current layout of the `SmartForm` control.
21992
21965
  *
21993
21966
  * @returns Value of property `horizontalLayoutGroupElementMinWidth`
21994
21967
  */
@@ -21998,7 +21971,7 @@ declare module "sap/ui/comp/smartform/Group" {
21998
21971
  *
21999
21972
  * Label for the group.
22000
21973
  *
22001
- * @deprecated (since 1.88) - replaced by `title` aggregation.
21974
+ * @deprecated As of version 1.88. replaced by `title` aggregation.
22002
21975
  *
22003
21976
  * @returns Value of property `label`
22004
21977
  */
@@ -22010,7 +21983,7 @@ declare module "sap/ui/comp/smartform/Group" {
22010
21983
  *
22011
21984
  * **Note:** Do not use `layout` and `layoutData` aggregations combined.
22012
21985
  *
22013
- * @deprecated (since 1.48.0) - please use `layoutData` aggregation instead.
21986
+ * @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
22014
21987
  */
22015
21988
  getLayout(): GridData;
22016
21989
  /**
@@ -22035,8 +22008,8 @@ declare module "sap/ui/comp/smartform/Group" {
22035
22008
  * it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
22036
22009
  * the `Group` element.
22037
22010
  *
22038
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
22039
- * `layout` aggregation of the `SmartForm` control.
22011
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
22012
+ * the `layout` aggregation of the `SmartForm` control.
22040
22013
  *
22041
22014
  * @returns Value of property `useHorizontalLayout`
22042
22015
  */
@@ -22118,8 +22091,8 @@ declare module "sap/ui/comp/smartform/Group" {
22118
22091
  /**
22119
22092
  * Setter for property `editable` of all smart fields in children hierarchy.
22120
22093
  *
22121
- * @deprecated (since 1.74.0) - please do not change the edit mode on group level, let the SmartForm inheritance
22122
- * do it
22094
+ * @deprecated As of version 1.74.0. please do not change the edit mode on group level, let the SmartForm
22095
+ * inheritance do it
22123
22096
  *
22124
22097
  * @returns `this` to allow method chaining.
22125
22098
  */
@@ -22139,8 +22112,8 @@ declare module "sap/ui/comp/smartform/Group" {
22139
22112
  *
22140
22113
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
22141
22114
  *
22142
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
22143
- * layout of the `SmartForm` control.
22115
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
22116
+ * current layout of the `SmartForm` control.
22144
22117
  *
22145
22118
  * @returns Reference to `this` in order to allow method chaining
22146
22119
  */
@@ -22157,7 +22130,7 @@ declare module "sap/ui/comp/smartform/Group" {
22157
22130
  *
22158
22131
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
22159
22132
  *
22160
- * @deprecated (since 1.88) - replaced by `title` aggregation.
22133
+ * @deprecated As of version 1.88. replaced by `title` aggregation.
22161
22134
  *
22162
22135
  * @returns Reference to `this` in order to allow method chaining
22163
22136
  */
@@ -22170,7 +22143,7 @@ declare module "sap/ui/comp/smartform/Group" {
22170
22143
  /**
22171
22144
  * Sets the aggregated {@link #getLayout layout}.
22172
22145
  *
22173
- * @deprecated (since 1.48.0) - please use `layoutData` aggregation instead.
22146
+ * @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
22174
22147
  *
22175
22148
  * @returns Reference to `this` in order to allow method chaining
22176
22149
  */
@@ -22215,8 +22188,8 @@ declare module "sap/ui/comp/smartform/Group" {
22215
22188
  *
22216
22189
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
22217
22190
  *
22218
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
22219
- * `layout` aggregation of the `SmartForm` control.
22191
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
22192
+ * the `layout` aggregation of the `SmartForm` control.
22220
22193
  *
22221
22194
  * @returns Reference to `this` in order to allow method chaining
22222
22195
  */
@@ -22255,8 +22228,8 @@ declare module "sap/ui/comp/smartform/Group" {
22255
22228
  * it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
22256
22229
  * the `Group` element.
22257
22230
  *
22258
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
22259
- * `layout` aggregation of the `SmartForm` control.
22231
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
22232
+ * the `layout` aggregation of the `SmartForm` control.
22260
22233
  */
22261
22234
  useHorizontalLayout?: boolean | PropertyBindingInfo | `{${string}}`;
22262
22235
 
@@ -22266,8 +22239,8 @@ declare module "sap/ui/comp/smartform/Group" {
22266
22239
  * **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
22267
22240
  * control. So don't set it manually.
22268
22241
  *
22269
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
22270
- * layout of the `SmartForm` control.
22242
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
22243
+ * current layout of the `SmartForm` control.
22271
22244
  */
22272
22245
  horizontalLayoutGroupElementMinWidth?:
22273
22246
  | int
@@ -22277,7 +22250,7 @@ declare module "sap/ui/comp/smartform/Group" {
22277
22250
  /**
22278
22251
  * Label for the group.
22279
22252
  *
22280
- * @deprecated (since 1.88) - replaced by `title` aggregation.
22253
+ * @deprecated As of version 1.88. replaced by `title` aggregation.
22281
22254
  */
22282
22255
  label?: string | PropertyBindingInfo;
22283
22256
 
@@ -22295,7 +22268,7 @@ declare module "sap/ui/comp/smartform/Group" {
22295
22268
  *
22296
22269
  * **Note:** Do not use `layout` and `layoutData` aggregations combined.
22297
22270
  *
22298
- * @deprecated (since 1.48.0) - please use `layoutData` aggregation instead.
22271
+ * @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
22299
22272
  */
22300
22273
  layout?: GridData;
22301
22274
  }
@@ -22546,8 +22519,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
22546
22519
  * **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
22547
22520
  * control. So don't set it manually.
22548
22521
  *
22549
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
22550
- * layout of the `SmartForm` control.
22522
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
22523
+ * current layout of the `SmartForm` control.
22551
22524
  *
22552
22525
  * @returns Value of property `horizontalLayoutGroupElementMinWidth`
22553
22526
  */
@@ -22572,8 +22545,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
22572
22545
  * it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
22573
22546
  * the `GroupElement` element.
22574
22547
  *
22575
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
22576
- * `layout` aggregation of the `SmartForm` control.
22548
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
22549
+ * the `layout` aggregation of the `SmartForm` control.
22577
22550
  *
22578
22551
  * @returns Value of property `useHorizontalLayout`
22579
22552
  */
@@ -22662,7 +22635,7 @@ declare module "sap/ui/comp/smartform/GroupElement" {
22662
22635
  /**
22663
22636
  * Setter for property editable of all smart fields in children hierarchy.
22664
22637
  *
22665
- * @deprecated (since 1.74.0) - please do not change the edit mode on groupElement level, let the SmartForm
22638
+ * @deprecated As of version 1.74.0. please do not change the edit mode on groupElement level, let the SmartForm
22666
22639
  * inheritance do it
22667
22640
  *
22668
22641
  * @returns `this` to allow method chaining.
@@ -22701,8 +22674,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
22701
22674
  *
22702
22675
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
22703
22676
  *
22704
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
22705
- * layout of the `SmartForm` control.
22677
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
22678
+ * current layout of the `SmartForm` control.
22706
22679
  *
22707
22680
  * @returns Reference to `this` in order to allow method chaining
22708
22681
  */
@@ -22727,8 +22700,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
22727
22700
  *
22728
22701
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
22729
22702
  *
22730
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
22731
- * `layout` aggregation of the `SmartForm` control.
22703
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
22704
+ * the `layout` aggregation of the `SmartForm` control.
22732
22705
  *
22733
22706
  * @returns Reference to `this` in order to allow method chaining
22734
22707
  */
@@ -22754,8 +22727,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
22754
22727
  * it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
22755
22728
  * the `GroupElement` element.
22756
22729
  *
22757
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
22758
- * `layout` aggregation of the `SmartForm` control.
22730
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
22731
+ * the `layout` aggregation of the `SmartForm` control.
22759
22732
  */
22760
22733
  useHorizontalLayout?: boolean | PropertyBindingInfo | `{${string}}`;
22761
22734
 
@@ -22765,8 +22738,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
22765
22738
  * **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
22766
22739
  * control. So don't set it manually.
22767
22740
  *
22768
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
22769
- * layout of the `SmartForm` control.
22741
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
22742
+ * current layout of the `SmartForm` control.
22770
22743
  */
22771
22744
  horizontalLayoutGroupElementMinWidth?:
22772
22745
  | int
@@ -24316,8 +24289,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
24316
24289
  *
24317
24290
  * Specifies the minimal size in pixels of all group elements of the form if the horizontal layout is used.
24318
24291
  *
24319
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
24320
- * layout of the `SmartForm` control.
24292
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
24293
+ * current layout of the `SmartForm` control.
24321
24294
  *
24322
24295
  * @returns Value of property `horizontalLayoutGroupElementMinWidth`
24323
24296
  */
@@ -24358,7 +24331,7 @@ declare module "sap/ui/comp/smartform/SmartForm" {
24358
24331
  *
24359
24332
  * @returns Value of property `importance`
24360
24333
  */
24361
- getImportance(): smartform.Importance | keyof typeof smartform.Importance;
24334
+ getImportance(): smartform.Importance;
24362
24335
  /**
24363
24336
  * Gets content of aggregation {@link #getLayout layout}.
24364
24337
  *
@@ -24419,8 +24392,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
24419
24392
  * **Note:** The value of this property will be passed on to the `useHorizontalLayout` property of all `Group`
24420
24393
  * and `GroupElement` elements.
24421
24394
  *
24422
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
24423
- * `layout` aggregation.
24395
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
24396
+ * the `layout` aggregation.
24424
24397
  *
24425
24398
  * @returns Value of property `useHorizontalLayout`
24426
24399
  */
@@ -24444,9 +24417,7 @@ declare module "sap/ui/comp/smartform/SmartForm" {
24444
24417
  *
24445
24418
  * @returns Value of property `validationMode`
24446
24419
  */
24447
- getValidationMode():
24448
- | smartform.SmartFormValidationMode
24449
- | keyof typeof smartform.SmartFormValidationMode;
24420
+ getValidationMode(): smartform.SmartFormValidationMode;
24450
24421
  /**
24451
24422
  * Returns the array of properties currently visible on the UI.
24452
24423
  *
@@ -24727,8 +24698,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
24727
24698
  *
24728
24699
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24729
24700
  *
24730
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
24731
- * layout of the `SmartForm` control.
24701
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
24702
+ * current layout of the `SmartForm` control.
24732
24703
  *
24733
24704
  * @returns Reference to `this` in order to allow method chaining
24734
24705
  */
@@ -24849,8 +24820,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
24849
24820
  *
24850
24821
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24851
24822
  *
24852
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
24853
- * `layout` aggregation.
24823
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
24824
+ * the `layout` aggregation.
24854
24825
  *
24855
24826
  * @returns Reference to `this` in order to allow method chaining
24856
24827
  */
@@ -24915,16 +24886,16 @@ declare module "sap/ui/comp/smartform/SmartForm" {
24915
24886
  * **Note:** The value of this property will be passed on to the `useHorizontalLayout` property of all `Group`
24916
24887
  * and `GroupElement` elements.
24917
24888
  *
24918
- * @deprecated (since 1.86) - replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in the
24919
- * `layout` aggregation.
24889
+ * @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
24890
+ * the `layout` aggregation.
24920
24891
  */
24921
24892
  useHorizontalLayout?: boolean | PropertyBindingInfo | `{${string}}`;
24922
24893
 
24923
24894
  /**
24924
24895
  * Specifies the minimal size in pixels of all group elements of the form if the horizontal layout is used.
24925
24896
  *
24926
- * @deprecated (since 1.48.0) - please do not use this property as it does not have any effect on the current
24927
- * layout of the `SmartForm` control.
24897
+ * @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
24898
+ * current layout of the `SmartForm` control.
24928
24899
  */
24929
24900
  horizontalLayoutGroupElementMinWidth?:
24930
24901
  | int
@@ -25572,7 +25543,7 @@ declare module "sap/ui/comp/smartlist/SmartList" {
25572
25543
  *
25573
25544
  * @returns Value of property `listType`
25574
25545
  */
25575
- getListType(): smartlist.ListType | keyof typeof smartlist.ListType;
25546
+ getListType(): smartlist.ListType;
25576
25547
  /**
25577
25548
  * Gets current value of property {@link #getSelectFields selectFields}.
25578
25549
  *
@@ -27094,7 +27065,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
27094
27065
  *
27095
27066
  * Default value is `false`.
27096
27067
  *
27097
- * @deprecated (since 1.62) - the concept has been discarded.
27068
+ * @deprecated As of version 1.62. the concept has been discarded.
27098
27069
  *
27099
27070
  * @returns Value of property `isResponsive`
27100
27071
  */
@@ -27122,7 +27093,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
27122
27093
  *
27123
27094
  * @returns Value of property `size`
27124
27095
  */
27125
- getSize(): Size | keyof typeof Size;
27096
+ getSize(): Size;
27126
27097
  /**
27127
27098
  * ID of the element which is the current target of the association {@link #getUnitOfMeasure unitOfMeasure},
27128
27099
  * or `null`.
@@ -27278,7 +27249,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
27278
27249
  *
27279
27250
  * Default value is `false`.
27280
27251
  *
27281
- * @deprecated (since 1.62) - the concept has been discarded.
27252
+ * @deprecated As of version 1.62. the concept has been discarded.
27282
27253
  *
27283
27254
  * @returns Reference to `this` in order to allow method chaining
27284
27255
  */
@@ -27411,7 +27382,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
27411
27382
  * If this set to true, width and height of the control are determined by the width and height of the container
27412
27383
  * in which the control is placed or by the width and height property.
27413
27384
  *
27414
- * @deprecated (since 1.62) - the concept has been discarded.
27385
+ * @deprecated As of version 1.62. the concept has been discarded.
27415
27386
  */
27416
27387
  isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
27417
27388
 
@@ -27711,7 +27682,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
27711
27682
  *
27712
27683
  * Default value is `false`.
27713
27684
  *
27714
- * @deprecated (since 1.62) - the concept has been discarded.
27685
+ * @deprecated As of version 1.62. the concept has been discarded.
27715
27686
  *
27716
27687
  * @returns Value of property `isResponsive`
27717
27688
  */
@@ -27739,7 +27710,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
27739
27710
  *
27740
27711
  * @returns Value of property `size`
27741
27712
  */
27742
- getSize(): Size | keyof typeof Size;
27713
+ getSize(): Size;
27743
27714
  /**
27744
27715
  * ID of the element which is the current target of the association {@link #getUnitOfMeasure unitOfMeasure},
27745
27716
  * or `null`.
@@ -27864,7 +27835,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
27864
27835
  *
27865
27836
  * Default value is `false`.
27866
27837
  *
27867
- * @deprecated (since 1.62) - the concept has been discarded.
27838
+ * @deprecated As of version 1.62. the concept has been discarded.
27868
27839
  *
27869
27840
  * @returns Reference to `this` in order to allow method chaining
27870
27841
  */
@@ -27993,7 +27964,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
27993
27964
  * If this set to true, width and height of the control are determined by the width and height of the container
27994
27965
  * in which the control is placed or by the width and height property.
27995
27966
  *
27996
- * @deprecated (since 1.62) - the concept has been discarded.
27967
+ * @deprecated As of version 1.62. the concept has been discarded.
27997
27968
  */
27998
27969
  isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
27999
27970
 
@@ -28429,7 +28400,7 @@ declare module "sap/ui/comp/smartmultiedit/Container" {
28429
28400
  /**
28430
28401
  * Collects all fields that have currently client errors.
28431
28402
  *
28432
- * @deprecated (since 1.61.0) - replaced by `getErroneousFieldsAndTokens`
28403
+ * @deprecated As of version 1.61.0. replaced by `getErroneousFieldsAndTokens`
28433
28404
  *
28434
28405
  * @returns An array of fields having client errors.
28435
28406
  */
@@ -30674,7 +30645,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
30674
30645
  * is done by the SmartTable itself.
30675
30646
  *
30676
30647
  * @since 1.28.0
30677
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
30648
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
30649
+ * directly
30678
30650
  *
30679
30651
  * @returns Reference to `this` in order to allow method chaining
30680
30652
  */
@@ -30703,7 +30675,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
30703
30675
  * is done by the SmartTable itself.
30704
30676
  *
30705
30677
  * @since 1.28.0
30706
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
30678
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
30679
+ * directly
30707
30680
  *
30708
30681
  * @returns Reference to `this` in order to allow method chaining
30709
30682
  */
@@ -30727,7 +30700,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
30727
30700
  * is done by the SmartTable itself.
30728
30701
  *
30729
30702
  * @since 1.52.0
30730
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
30703
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
30704
+ * directly
30731
30705
  *
30732
30706
  * @returns Reference to `this` in order to allow method chaining
30733
30707
  */
@@ -30756,7 +30730,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
30756
30730
  * is done by the SmartTable itself.
30757
30731
  *
30758
30732
  * @since 1.52.0
30759
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
30733
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
30734
+ * directly
30760
30735
  *
30761
30736
  * @returns Reference to `this` in order to allow method chaining
30762
30737
  */
@@ -31313,7 +31288,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
31313
31288
  * The passed function and listener object must match the ones used for event registration.
31314
31289
  *
31315
31290
  * @since 1.28.0
31316
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
31291
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
31292
+ * directly
31317
31293
  *
31318
31294
  * @returns Reference to `this` in order to allow method chaining
31319
31295
  */
@@ -31334,7 +31310,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
31334
31310
  * The passed function and listener object must match the ones used for event registration.
31335
31311
  *
31336
31312
  * @since 1.52.0
31337
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
31313
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
31314
+ * directly
31338
31315
  *
31339
31316
  * @returns Reference to `this` in order to allow method chaining
31340
31317
  */
@@ -31590,7 +31567,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
31590
31567
  * Fires event {@link #event:dataReceived dataReceived} to attached listeners.
31591
31568
  *
31592
31569
  * @since 1.28.0
31593
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
31570
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
31571
+ * directly
31594
31572
  * @ui5-protected Do not call from applications (only from related classes in the framework)
31595
31573
  *
31596
31574
  * @returns Reference to `this` in order to allow method chaining
@@ -31605,7 +31583,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
31605
31583
  * Fires event {@link #event:dataRequested dataRequested} to attached listeners.
31606
31584
  *
31607
31585
  * @since 1.52.0
31608
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
31586
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
31587
+ * directly
31609
31588
  * @ui5-protected Do not call from applications (only from related classes in the framework)
31610
31589
  *
31611
31590
  * @returns Reference to `this` in order to allow method chaining
@@ -31846,7 +31825,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
31846
31825
  *
31847
31826
  * @returns Value of property `detailsButtonSetting`
31848
31827
  */
31849
- getDetailsButtonSetting(): Array<Priority | keyof typeof Priority>;
31828
+ getDetailsButtonSetting(): Priority[];
31850
31829
  /**
31851
31830
  * Gets current value of property {@link #getEditable editable}.
31852
31831
  *
@@ -31999,10 +31978,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
31999
31978
  * Default value is `true`.
32000
31979
  *
32001
31980
  * @since 1.26.0
32002
- * @deprecated (since 1.40.0) - After personalization dialog has been introduced in SmartTable the property
32003
- * `enableCustomFilter` does not make sense. When setting the property to `false`, the entered custom filter
32004
- * value will not be shown in personalization dialog and will also not be persisted in variant management.
32005
- * The custom filter will also be overwritten when rebindTable is called on the SmartTable.
31981
+ * @deprecated As of version 1.40.0. After personalization dialog has been introduced in SmartTable the
31982
+ * property `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
31983
+ * custom filter value will not be shown in personalization dialog and will also not be persisted in variant
31984
+ * management. The custom filter will also be overwritten when rebindTable is called on the SmartTable.
32006
31985
  *
32007
31986
  * @returns Value of property `enableCustomFilter`
32008
31987
  */
@@ -32072,7 +32051,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32072
32051
  *
32073
32052
  * @returns Value of property `exportType`
32074
32053
  */
32075
- getExportType(): smarttable.ExportType | keyof typeof smarttable.ExportType;
32054
+ getExportType(): smarttable.ExportType;
32076
32055
  /**
32077
32056
  * Gets content of aggregation {@link #getFilterControlConfiguration filterControlConfiguration}.
32078
32057
  *
@@ -32102,7 +32081,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32102
32081
  *
32103
32082
  * @returns Value of property `headerLevel`
32104
32083
  */
32105
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
32084
+ getHeaderLevel(): TitleLevel;
32106
32085
  /**
32107
32086
  * Gets current value of property {@link #getIgnoredFields ignoredFields}.
32108
32087
  *
@@ -32368,10 +32347,12 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32368
32347
  * Returns the internally used table control. Depending on the concrete scenario, the return type is a `sap.m.Table`,
32369
32348
  * `sap.ui.table.Table`, `sap.ui.table.TreeTable`, or `sap.ui.table.AnalyticalTable`.
32370
32349
  *
32350
+ * If the internal table has not been initialized, the function returns `undefined`.
32371
32351
  *
32372
- * @returns The table instance
32352
+ *
32353
+ * @returns The table instance or undefined
32373
32354
  */
32374
- getTable(): Control;
32355
+ getTable(): Control | undefined;
32375
32356
  /**
32376
32357
  * Gets current value of property {@link #getTableBindingPath tableBindingPath}.
32377
32358
  *
@@ -32397,7 +32378,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32397
32378
  *
32398
32379
  * @returns Value of property `tableType`
32399
32380
  */
32400
- getTableType(): smarttable.TableType | keyof typeof smarttable.TableType;
32381
+ getTableType(): smarttable.TableType;
32401
32382
  /**
32402
32383
  * Returns the `Toolbar` instance used inside the `SmartTable` control.
32403
32384
  *
@@ -32489,7 +32470,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32489
32470
  * Default value is `true`.
32490
32471
  *
32491
32472
  * @since 1.26.0
32492
- * @deprecated (since 1.100) - replaced by `enableExport` property.
32473
+ * @deprecated As of version 1.100. replaced by `enableExport` property.
32493
32474
  *
32494
32475
  * @returns Value of property `useExportToExcel`
32495
32476
  */
@@ -32517,9 +32498,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32517
32498
  *
32518
32499
  * @returns Value of property `useInfoToolbar`
32519
32500
  */
32520
- getUseInfoToolbar():
32521
- | smarttable.InfoToolbarBehavior
32522
- | keyof typeof smarttable.InfoToolbarBehavior;
32501
+ getUseInfoToolbar(): smarttable.InfoToolbarBehavior;
32523
32502
  /**
32524
32503
  * Gets current value of property {@link #getUseOnlyOneSolidToolbar useOnlyOneSolidToolbar}.
32525
32504
  *
@@ -32529,7 +32508,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32529
32508
  * Default value is `false`.
32530
32509
  *
32531
32510
  * @since 1.26.0
32532
- * @deprecated (since 1.29) - This property has no effect
32511
+ * @deprecated As of version 1.29. This property has no effect
32533
32512
  *
32534
32513
  * @returns Value of property `useOnlyOneSolidToolbar`
32535
32514
  */
@@ -32984,10 +32963,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32984
32963
  * Default value is `true`.
32985
32964
  *
32986
32965
  * @since 1.26.0
32987
- * @deprecated (since 1.40.0) - After personalization dialog has been introduced in SmartTable the property
32988
- * `enableCustomFilter` does not make sense. When setting the property to `false`, the entered custom filter
32989
- * value will not be shown in personalization dialog and will also not be persisted in variant management.
32990
- * The custom filter will also be overwritten when rebindTable is called on the SmartTable.
32966
+ * @deprecated As of version 1.40.0. After personalization dialog has been introduced in SmartTable the
32967
+ * property `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
32968
+ * custom filter value will not be shown in personalization dialog and will also not be persisted in variant
32969
+ * management. The custom filter will also be overwritten when rebindTable is called on the SmartTable.
32991
32970
  *
32992
32971
  * @returns Reference to `this` in order to allow method chaining
32993
32972
  */
@@ -33605,7 +33584,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
33605
33584
  * Sets the `useExportToExcel` property which enables export of data. The export type can be defined using
33606
33585
  * `exportType` property.
33607
33586
  *
33608
- * @deprecated (since 1.100) - replaced by {@link #setEnableExport}.
33587
+ * @deprecated As of version 1.100. replaced by {@link #setEnableExport}.
33609
33588
  *
33610
33589
  * @returns Reference to this in order to allow method chaining
33611
33590
  */
@@ -33659,7 +33638,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
33659
33638
  * Default value is `false`.
33660
33639
  *
33661
33640
  * @since 1.26.0
33662
- * @deprecated (since 1.29) - This property has no effect
33641
+ * @deprecated As of version 1.29. This property has no effect
33663
33642
  *
33664
33643
  * @returns Reference to `this` in order to allow method chaining
33665
33644
  */
@@ -33881,7 +33860,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
33881
33860
  * the binding, if the relevant information is available there for exporting hierarchical data in the spreadsheet.
33882
33861
  *
33883
33862
  * @since 1.26.0
33884
- * @deprecated (since 1.100) - replaced by `enableExport` property.
33863
+ * @deprecated As of version 1.100. replaced by `enableExport` property.
33885
33864
  */
33886
33865
  useExportToExcel?: boolean | PropertyBindingInfo | `{${string}}`;
33887
33866
 
@@ -34030,10 +34009,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
34030
34009
  * in the table personalization dialog.
34031
34010
  *
34032
34011
  * @since 1.26.0
34033
- * @deprecated (since 1.40.0) - After personalization dialog has been introduced in SmartTable the property
34034
- * `enableCustomFilter` does not make sense. When setting the property to `false`, the entered custom filter
34035
- * value will not be shown in personalization dialog and will also not be persisted in variant management.
34036
- * The custom filter will also be overwritten when rebindTable is called on the SmartTable.
34012
+ * @deprecated As of version 1.40.0. After personalization dialog has been introduced in SmartTable the
34013
+ * property `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
34014
+ * custom filter value will not be shown in personalization dialog and will also not be persisted in variant
34015
+ * management. The custom filter will also be overwritten when rebindTable is called on the SmartTable.
34037
34016
  */
34038
34017
  enableCustomFilter?: boolean | PropertyBindingInfo | `{${string}}`;
34039
34018
 
@@ -34052,7 +34031,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
34052
34031
  * toolbar will have a solid style.
34053
34032
  *
34054
34033
  * @since 1.26.0
34055
- * @deprecated (since 1.29) - This property has no effect
34034
+ * @deprecated As of version 1.29. This property has no effect
34056
34035
  */
34057
34036
  useOnlyOneSolidToolbar?: boolean | PropertyBindingInfo | `{${string}}`;
34058
34037
 
@@ -34399,7 +34378,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
34399
34378
  * is done by the SmartTable itself.
34400
34379
  *
34401
34380
  * @since 1.52.0
34402
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
34381
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
34382
+ * directly
34403
34383
  */
34404
34384
  dataRequested?: (oEvent: Event) => void;
34405
34385
 
@@ -34408,7 +34388,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
34408
34388
  * is done by the SmartTable itself.
34409
34389
  *
34410
34390
  * @since 1.28.0
34411
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
34391
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
34392
+ * directly
34412
34393
  */
34413
34394
  dataReceived?: (oEvent: Event) => void;
34414
34395
 
@@ -34622,14 +34603,16 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
34622
34603
  /**
34623
34604
  * Parameters of the SmartTable#dataReceived event.
34624
34605
  *
34625
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
34606
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
34607
+ * directly
34626
34608
  */
34627
34609
  export interface SmartTable$DataReceivedEventParameters {}
34628
34610
 
34629
34611
  /**
34630
34612
  * Event object of the SmartTable#dataReceived event.
34631
34613
  *
34632
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
34614
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
34615
+ * directly
34633
34616
  */
34634
34617
  export type SmartTable$DataReceivedEvent = Event<
34635
34618
  SmartTable$DataReceivedEventParameters,
@@ -34639,14 +34622,16 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
34639
34622
  /**
34640
34623
  * Parameters of the SmartTable#dataRequested event.
34641
34624
  *
34642
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
34625
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
34626
+ * directly
34643
34627
  */
34644
34628
  export interface SmartTable$DataRequestedEventParameters {}
34645
34629
 
34646
34630
  /**
34647
34631
  * Event object of the SmartTable#dataRequested event.
34648
34632
  *
34649
- * @deprecated (since 1.56) - Use `beforeRebindTable` event to attach/listen to the binding "events" directly
34633
+ * @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
34634
+ * directly
34650
34635
  */
34651
34636
  export type SmartTable$DataRequestedEvent = Event<
34652
34637
  SmartTable$DataRequestedEventParameters,
@@ -35180,8 +35165,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
35180
35165
  *
35181
35166
  * This event is fired when the SmartVariantManagement control is initialized.
35182
35167
  *
35183
- * @deprecated (since 1.38.0) - Replaced by providing the personalizable control and the callback via the
35184
- * `initialise`-method.
35168
+ * @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
35169
+ * the `initialise`-method.
35185
35170
  *
35186
35171
  * @returns Reference to `this` in order to allow method chaining
35187
35172
  */
@@ -35209,8 +35194,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
35209
35194
  *
35210
35195
  * This event is fired when the SmartVariantManagement control is initialized.
35211
35196
  *
35212
- * @deprecated (since 1.38.0) - Replaced by providing the personalizable control and the callback via the
35213
- * `initialise`-method.
35197
+ * @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
35198
+ * the `initialise`-method.
35214
35199
  *
35215
35200
  * @returns Reference to `this` in order to allow method chaining
35216
35201
  */
@@ -35321,8 +35306,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
35321
35306
  *
35322
35307
  * The passed function and listener object must match the ones used for event registration.
35323
35308
  *
35324
- * @deprecated (since 1.38.0) - Replaced by providing the personalizable control and the callback via the
35325
- * `initialise`-method.
35309
+ * @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
35310
+ * the `initialise`-method.
35326
35311
  *
35327
35312
  * @returns Reference to `this` in order to allow method chaining
35328
35313
  */
@@ -35370,8 +35355,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
35370
35355
  /**
35371
35356
  * Fires event {@link #event:initialise initialise} to attached listeners.
35372
35357
  *
35373
- * @deprecated (since 1.38.0) - Replaced by providing the personalizable control and the callback via the
35374
- * `initialise`-method.
35358
+ * @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
35359
+ * the `initialise`-method.
35375
35360
  * @ui5-protected Do not call from applications (only from related classes in the framework)
35376
35361
  *
35377
35362
  * @returns Reference to `this` in order to allow method chaining
@@ -35594,8 +35579,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
35594
35579
  /**
35595
35580
  * This event is fired when the SmartVariantManagement control is initialized.
35596
35581
  *
35597
- * @deprecated (since 1.38.0) - Replaced by providing the personalizable control and the callback via the
35598
- * `initialise`-method.
35582
+ * @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
35583
+ * the `initialise`-method.
35599
35584
  */
35600
35585
  initialise?: (oEvent: Event) => void;
35601
35586
 
@@ -35626,16 +35611,16 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
35626
35611
  /**
35627
35612
  * Parameters of the SmartVariantManagement#initialise event.
35628
35613
  *
35629
- * @deprecated (since 1.38.0) - Replaced by providing the personalizable control and the callback via the
35630
- * `initialise`-method.
35614
+ * @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
35615
+ * the `initialise`-method.
35631
35616
  */
35632
35617
  export interface SmartVariantManagement$InitialiseEventParameters {}
35633
35618
 
35634
35619
  /**
35635
35620
  * Event object of the SmartVariantManagement#initialise event.
35636
35621
  *
35637
- * @deprecated (since 1.38.0) - Replaced by providing the personalizable control and the callback via the
35638
- * `initialise`-method.
35622
+ * @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
35623
+ * the `initialise`-method.
35639
35624
  */
35640
35625
  export type SmartVariantManagement$InitialiseEvent = Event<
35641
35626
  SmartVariantManagement$InitialiseEventParameters,
@@ -35883,7 +35868,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
35883
35868
  *
35884
35869
  * Enables the setting of the initially selected variant.
35885
35870
  *
35886
- * @deprecated (since 1.103) - replaced by property `selectionKey`
35871
+ * @deprecated As of version 1.103. replaced by property `selectionKey`
35887
35872
  *
35888
35873
  * @returns Value of property `initialSelectionKey`
35889
35874
  */
@@ -35896,7 +35881,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
35896
35881
  *
35897
35882
  * Default value is `false`.
35898
35883
  *
35899
- * @deprecated (since 1.103) - life-cycle handling of views is done internally by the SAPUI5 flexibility
35884
+ * @deprecated As of version 1.103. life-cycle handling of views is done internally by the SAPUI5 flexibility
35900
35885
  * service.
35901
35886
  *
35902
35887
  * @returns Value of property `lifecycleSupport`
@@ -35920,7 +35905,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
35920
35905
  *
35921
35906
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
35922
35907
  *
35923
- * @deprecated (since 1.103) - replaced by property `selectionKey`
35908
+ * @deprecated As of version 1.103. replaced by property `selectionKey`
35924
35909
  *
35925
35910
  * @returns Reference to `this` in order to allow method chaining
35926
35911
  */
@@ -35940,7 +35925,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
35940
35925
  *
35941
35926
  * Default value is `false`.
35942
35927
  *
35943
- * @deprecated (since 1.103) - life-cycle handling of views is done internally by the SAPUI5 flexibility
35928
+ * @deprecated As of version 1.103. life-cycle handling of views is done internally by the SAPUI5 flexibility
35944
35929
  * service.
35945
35930
  *
35946
35931
  * @returns Reference to `this` in order to allow method chaining
@@ -35983,7 +35968,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
35983
35968
  /**
35984
35969
  * Enables the setting of the initially selected variant.
35985
35970
  *
35986
- * @deprecated (since 1.103) - replaced by property `selectionKey`
35971
+ * @deprecated As of version 1.103. replaced by property `selectionKey`
35987
35972
  */
35988
35973
  initialSelectionKey?: string | PropertyBindingInfo;
35989
35974
 
@@ -35991,7 +35976,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
35991
35976
  * Enables the lifecycle support. If set to true, the VariantManagement control handles the transport information
35992
35977
  * for shared variants.
35993
35978
  *
35994
- * @deprecated (since 1.103) - life-cycle handling of views is done internally by the SAPUI5 flexibility
35979
+ * @deprecated As of version 1.103. life-cycle handling of views is done internally by the SAPUI5 flexibility
35995
35980
  * service.
35996
35981
  */
35997
35982
  lifecycleSupport?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -36009,7 +35994,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
36009
35994
 
36010
35995
  import ElementMetadata from "sap/ui/core/ElementMetadata";
36011
35996
 
36012
- import VariantItem from "sap/ui/comp/variants/VariantItem";
35997
+ import VariantItem from "sap/m/VariantItem";
36013
35998
 
36014
35999
  import {
36015
36000
  PropertyBindingInfo,
@@ -36525,7 +36510,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
36525
36510
  *
36526
36511
  * @returns Value of property `headerLevel`
36527
36512
  */
36528
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
36513
+ getHeaderLevel(): TitleLevel;
36529
36514
  /**
36530
36515
  * Gets current value of property {@link #getInErrorState inErrorState}.
36531
36516
  *
@@ -36658,7 +36643,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
36658
36643
  *
36659
36644
  * @returns Value of property `titleStyle`
36660
36645
  */
36661
- getTitleStyle(): TitleLevel | keyof typeof TitleLevel;
36646
+ getTitleStyle(): TitleLevel;
36662
36647
  /**
36663
36648
  * Gets current value of property {@link #getUseFavorites useFavorites}.
36664
36649
  *
@@ -36691,7 +36676,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
36691
36676
  */
36692
36677
  getVariants(): any[];
36693
36678
  /**
36694
- * Checks for the provided `sap.ui.comp.variants.VariantItem` in the aggregation {@link #getVariantItems variantItems}.
36679
+ * Checks for the provided `sap.m.VariantItem` in the aggregation {@link #getVariantItems variantItems}.
36695
36680
  * and returns its index if found or -1 otherwise.
36696
36681
  *
36697
36682
  *
@@ -37859,7 +37844,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementUi2" {
37859
37844
  *
37860
37845
  * @returns Value of property `headerLevel`
37861
37846
  */
37862
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
37847
+ getHeaderLevel(): TitleLevel;
37863
37848
  /**
37864
37849
  * Gets current value of property {@link #getMaxWidth maxWidth}.
37865
37850
  *
@@ -37900,7 +37885,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementUi2" {
37900
37885
  *
37901
37886
  * @returns Value of property `titleStyle`
37902
37887
  */
37903
- getTitleStyle(): TitleLevel | keyof typeof TitleLevel;
37888
+ getTitleStyle(): TitleLevel;
37904
37889
  /**
37905
37890
  * Retrieves the variant content.
37906
37891
  *
@@ -39496,7 +39481,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
39496
39481
  *
39497
39482
  * Default value is `'-1'`.
39498
39483
  *
39499
- * @deprecated (since 1.84.1) - replaced by `maxConditions`.
39484
+ * @deprecated As of version 1.84.1. replaced by `maxConditions`.
39500
39485
  *
39501
39486
  * @returns Value of property `maxExcludeRanges`
39502
39487
  */
@@ -39509,7 +39494,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
39509
39494
  *
39510
39495
  * Default value is `'-1'`.
39511
39496
  *
39512
- * @deprecated (since 1.84.1) - replaced by `maxConditions`.
39497
+ * @deprecated As of version 1.84.1. replaced by `maxConditions`.
39513
39498
  *
39514
39499
  * @returns Value of property `maxIncludeRanges`
39515
39500
  */
@@ -39554,7 +39539,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
39554
39539
  * Gives access to the internal table instance.
39555
39540
  *
39556
39541
  * @since 1.28
39557
- * @deprecated (since 1.60.0) - replaced by {@link sap.ui.comp.valuehelpdialog.ValueHelpDialog#getTableAsync }
39542
+ * @deprecated As of version 1.60.0. replaced by {@link sap.ui.comp.valuehelpdialog.ValueHelpDialog#getTableAsync }
39558
39543
  * to prevent synchronous calls.
39559
39544
  *
39560
39545
  * @returns the used table instance
@@ -39796,7 +39781,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
39796
39781
  *
39797
39782
  * Default value is `'-1'`.
39798
39783
  *
39799
- * @deprecated (since 1.84.1) - replaced by `maxConditions`.
39784
+ * @deprecated As of version 1.84.1. replaced by `maxConditions`.
39800
39785
  *
39801
39786
  * @returns Reference to `this` in order to allow method chaining
39802
39787
  */
@@ -39816,7 +39801,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
39816
39801
  *
39817
39802
  * Default value is `'-1'`.
39818
39803
  *
39819
- * @deprecated (since 1.84.1) - replaced by `maxConditions`.
39804
+ * @deprecated As of version 1.84.1. replaced by `maxConditions`.
39820
39805
  *
39821
39806
  * @returns Reference to `this` in order to allow method chaining
39822
39807
  */
@@ -40010,7 +39995,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
40010
39995
  * Defines the maximum number of include ranges. If value is 0 - the include group of operators should not
40011
39996
  * be displayed.
40012
39997
  *
40013
- * @deprecated (since 1.84.1) - replaced by `maxConditions`.
39998
+ * @deprecated As of version 1.84.1. replaced by `maxConditions`.
40014
39999
  */
40015
40000
  maxIncludeRanges?: string | PropertyBindingInfo;
40016
40001
 
@@ -40018,7 +40003,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
40018
40003
  * Defines the maximum number of exclude ranges. If value is 0 - the exclude group of operators should not
40019
40004
  * be displayed.
40020
40005
  *
40021
- * @deprecated (since 1.84.1) - replaced by `maxConditions`.
40006
+ * @deprecated As of version 1.84.1. replaced by `maxConditions`.
40022
40007
  */
40023
40008
  maxExcludeRanges?: string | PropertyBindingInfo;
40024
40009
 
@@ -40237,7 +40222,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
40237
40222
  /**
40238
40223
  * The EditableVariantItem class describes an editable variant list item for the Manage Variants popup.
40239
40224
  *
40240
- * @deprecated (since 1.120.0) - the concept has been discarded.
40225
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40241
40226
  */
40242
40227
  export default class EditableVariantItem extends ColumnListItem {
40243
40228
  /**
@@ -40308,7 +40293,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
40308
40293
  * Flags for a variant to indicate why it might be read-only
40309
40294
  *
40310
40295
  * @since 1.26.0
40311
- * @deprecated (since 1.28.0) - Replaced by property `labelReadOnly`
40296
+ * @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
40312
40297
  *
40313
40298
  * @returns Value of property `accessOptions`
40314
40299
  */
@@ -40417,7 +40402,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
40417
40402
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40418
40403
  *
40419
40404
  * @since 1.26.0
40420
- * @deprecated (since 1.28.0) - Replaced by property `labelReadOnly`
40405
+ * @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
40421
40406
  *
40422
40407
  * @returns Reference to `this` in order to allow method chaining
40423
40408
  */
@@ -40590,7 +40575,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
40590
40575
  /**
40591
40576
  * Describes the settings that can be provided to the EditableVariantItem constructor.
40592
40577
  *
40593
- * @deprecated (since 1.120.0) - the concept has been discarded.
40578
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40594
40579
  */
40595
40580
  export interface $EditableVariantItemSettings
40596
40581
  extends $ColumnListItemSettings {
@@ -40640,7 +40625,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
40640
40625
  * Flags for a variant to indicate why it might be read-only
40641
40626
  *
40642
40627
  * @since 1.26.0
40643
- * @deprecated (since 1.28.0) - Replaced by property `labelReadOnly`
40628
+ * @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
40644
40629
  */
40645
40630
  accessOptions?: string | PropertyBindingInfo;
40646
40631
 
@@ -40829,7 +40814,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40829
40814
  * Flags for a variant to indicate why it might be read-only.
40830
40815
  *
40831
40816
  * @since 1.26.0
40832
- * @deprecated (since 1.28.0) - Replaced by property `labelReadOnly`
40817
+ * @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
40833
40818
  *
40834
40819
  * @returns Value of property `accessOptions`
40835
40820
  */
@@ -40842,7 +40827,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40842
40827
  * Default value is `false`.
40843
40828
  *
40844
40829
  * @since 1.26.0
40845
- * @deprecated (since 1.120.0) - the concept has been discarded.
40830
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40846
40831
  *
40847
40832
  * @returns Value of property `executeOnSelection`
40848
40833
  */
@@ -40853,7 +40838,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40853
40838
  * Indicator if a variant is visible for all users.
40854
40839
  *
40855
40840
  * @since 1.26.0
40856
- * @deprecated (since 1.120.0) - the concept has been discarded.
40841
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40857
40842
  *
40858
40843
  * @returns Value of property `global`
40859
40844
  */
@@ -40866,7 +40851,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40866
40851
  * Default value is `false`.
40867
40852
  *
40868
40853
  * @since 1.26.0
40869
- * @deprecated (since 1.120.0) - the concept has been discarded.
40854
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40870
40855
  *
40871
40856
  * @returns Value of property `labelReadOnly`
40872
40857
  */
@@ -40877,7 +40862,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40877
40862
  * ABAP package the variant is assigned to. Used for transport functionality.
40878
40863
  *
40879
40864
  * @since 1.26.0
40880
- * @deprecated (since 1.120.0) - the concept has been discarded.
40865
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40881
40866
  *
40882
40867
  * @returns Value of property `lifecyclePackage`
40883
40868
  */
@@ -40888,7 +40873,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40888
40873
  * Identifier of the transport object the variant is assigned to.
40889
40874
  *
40890
40875
  * @since 1.26.0
40891
- * @deprecated (since 1.120.0) - the concept has been discarded.
40876
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40892
40877
  *
40893
40878
  * @returns Value of property `lifecycleTransportId`
40894
40879
  */
@@ -40899,7 +40884,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40899
40884
  * Variant namespace
40900
40885
  *
40901
40886
  * @since 1.26.0
40902
- * @deprecated (since 1.120.0) - the concept has been discarded.
40887
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40903
40888
  *
40904
40889
  * @returns Value of property `namespace`
40905
40890
  */
@@ -40912,7 +40897,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40912
40897
  * Default value is `false`.
40913
40898
  *
40914
40899
  * @since 1.26.0
40915
- * @deprecated (since 1.120.0) - the concept has been discarded.
40900
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40916
40901
  *
40917
40902
  * @returns Value of property `readOnly`
40918
40903
  */
@@ -40925,7 +40910,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40925
40910
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40926
40911
  *
40927
40912
  * @since 1.26.0
40928
- * @deprecated (since 1.28.0) - Replaced by property `labelReadOnly`
40913
+ * @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
40929
40914
  *
40930
40915
  * @returns Reference to `this` in order to allow method chaining
40931
40916
  */
@@ -40945,7 +40930,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40945
40930
  * Default value is `false`.
40946
40931
  *
40947
40932
  * @since 1.26.0
40948
- * @deprecated (since 1.120.0) - the concept has been discarded.
40933
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40949
40934
  *
40950
40935
  * @returns Reference to `this` in order to allow method chaining
40951
40936
  */
@@ -40963,7 +40948,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40963
40948
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40964
40949
  *
40965
40950
  * @since 1.26.0
40966
- * @deprecated (since 1.120.0) - the concept has been discarded.
40951
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40967
40952
  *
40968
40953
  * @returns Reference to `this` in order to allow method chaining
40969
40954
  */
@@ -40983,7 +40968,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
40983
40968
  * Default value is `false`.
40984
40969
  *
40985
40970
  * @since 1.26.0
40986
- * @deprecated (since 1.120.0) - the concept has been discarded.
40971
+ * @deprecated As of version 1.120.0. the concept has been discarded.
40987
40972
  *
40988
40973
  * @returns Reference to `this` in order to allow method chaining
40989
40974
  */
@@ -41001,7 +40986,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41001
40986
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
41002
40987
  *
41003
40988
  * @since 1.26.0
41004
- * @deprecated (since 1.120.0) - the concept has been discarded.
40989
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41005
40990
  *
41006
40991
  * @returns Reference to `this` in order to allow method chaining
41007
40992
  */
@@ -41019,7 +41004,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41019
41004
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
41020
41005
  *
41021
41006
  * @since 1.26.0
41022
- * @deprecated (since 1.120.0) - the concept has been discarded.
41007
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41023
41008
  *
41024
41009
  * @returns Reference to `this` in order to allow method chaining
41025
41010
  */
@@ -41037,7 +41022,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41037
41022
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
41038
41023
  *
41039
41024
  * @since 1.26.0
41040
- * @deprecated (since 1.120.0) - the concept has been discarded.
41025
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41041
41026
  *
41042
41027
  * @returns Reference to `this` in order to allow method chaining
41043
41028
  */
@@ -41057,7 +41042,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41057
41042
  * Default value is `false`.
41058
41043
  *
41059
41044
  * @since 1.26.0
41060
- * @deprecated (since 1.120.0) - the concept has been discarded.
41045
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41061
41046
  *
41062
41047
  * @returns Reference to `this` in order to allow method chaining
41063
41048
  */
@@ -41088,7 +41073,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41088
41073
  * Attribute for usage in `SmartFilterBar`
41089
41074
  *
41090
41075
  * @since 1.26.0
41091
- * @deprecated (since 1.120.0) - the concept has been discarded.
41076
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41092
41077
  */
41093
41078
  executeOnSelection?: boolean | PropertyBindingInfo | `{${string}}`;
41094
41079
 
@@ -41096,7 +41081,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41096
41081
  * If set to `false`, the user is allowed to change the item's data
41097
41082
  *
41098
41083
  * @since 1.26.0
41099
- * @deprecated (since 1.120.0) - the concept has been discarded.
41084
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41100
41085
  */
41101
41086
  readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
41102
41087
 
@@ -41104,7 +41089,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41104
41089
  * Identifier of the transport object the variant is assigned to.
41105
41090
  *
41106
41091
  * @since 1.26.0
41107
- * @deprecated (since 1.120.0) - the concept has been discarded.
41092
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41108
41093
  */
41109
41094
  lifecycleTransportId?: string | PropertyBindingInfo;
41110
41095
 
@@ -41112,7 +41097,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41112
41097
  * Indicator if a variant is visible for all users.
41113
41098
  *
41114
41099
  * @since 1.26.0
41115
- * @deprecated (since 1.120.0) - the concept has been discarded.
41100
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41116
41101
  */
41117
41102
  global?: boolean | PropertyBindingInfo | `{${string}}`;
41118
41103
 
@@ -41120,7 +41105,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41120
41105
  * ABAP package the variant is assigned to. Used for transport functionality.
41121
41106
  *
41122
41107
  * @since 1.26.0
41123
- * @deprecated (since 1.120.0) - the concept has been discarded.
41108
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41124
41109
  */
41125
41110
  lifecyclePackage?: string | PropertyBindingInfo;
41126
41111
 
@@ -41128,7 +41113,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41128
41113
  * Variant namespace
41129
41114
  *
41130
41115
  * @since 1.26.0
41131
- * @deprecated (since 1.120.0) - the concept has been discarded.
41116
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41132
41117
  */
41133
41118
  namespace?: string | PropertyBindingInfo;
41134
41119
 
@@ -41136,7 +41121,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41136
41121
  * Flags for a variant to indicate why it might be read-only.
41137
41122
  *
41138
41123
  * @since 1.26.0
41139
- * @deprecated (since 1.28.0) - Replaced by property `labelReadOnly`
41124
+ * @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
41140
41125
  */
41141
41126
  accessOptions?: string | PropertyBindingInfo;
41142
41127
 
@@ -41144,7 +41129,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
41144
41129
  * Indicates if the variant title can be changed.
41145
41130
  *
41146
41131
  * @since 1.26.0
41147
- * @deprecated (since 1.120.0) - the concept has been discarded.
41132
+ * @deprecated As of version 1.120.0. the concept has been discarded.
41148
41133
  */
41149
41134
  labelReadOnly?: boolean | PropertyBindingInfo | `{${string}}`;
41150
41135
 
@@ -41194,7 +41179,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41194
41179
  /**
41195
41180
  * The VariantManagement control can be used to manage variants, such as filter bar variants or table variants.
41196
41181
  *
41197
- * @deprecated (since 1.120.0) - replaced by the {@link sap.m.VariantManagement} control.
41182
+ * @deprecated As of version 1.120.0. replaced by the {@link sap.m.VariantManagement} control.
41198
41183
  */
41199
41184
  export default class VariantManagement
41200
41185
  extends Control
@@ -41267,7 +41252,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41267
41252
  * Adds some item to the aggregation {@link #getItems items}.
41268
41253
  *
41269
41254
  * @since 1.22.0
41270
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
41255
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
41271
41256
  *
41272
41257
  * @returns Reference to `this` in order to allow method chaining
41273
41258
  */
@@ -41469,7 +41454,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41469
41454
  * Destroys all the items in the aggregation {@link #getItems items}.
41470
41455
  *
41471
41456
  * @since 1.22.0
41472
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
41457
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
41473
41458
  *
41474
41459
  * @returns Reference to `this` in order to allow method chaining
41475
41460
  */
@@ -41633,7 +41618,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41633
41618
  * Items displayed by the `VariantManagement` control.
41634
41619
  *
41635
41620
  * @since 1.22.0
41636
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
41621
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
41637
41622
  */
41638
41623
  getItems(): Item[];
41639
41624
  /**
@@ -41783,7 +41768,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41783
41768
  * index if found or -1 otherwise.
41784
41769
  *
41785
41770
  * @since 1.22.0
41786
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
41771
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
41787
41772
  *
41788
41773
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
41789
41774
  */
@@ -41811,7 +41796,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41811
41796
  * Inserts a item into the aggregation {@link #getItems items}.
41812
41797
  *
41813
41798
  * @since 1.22.0
41814
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
41799
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
41815
41800
  *
41816
41801
  * @returns Reference to `this` in order to allow method chaining
41817
41802
  */
@@ -41852,7 +41837,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41852
41837
  * Additionally, it unregisters them from the hosting UIArea.
41853
41838
  *
41854
41839
  * @since 1.22.0
41855
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
41840
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
41856
41841
  *
41857
41842
  * @returns An array of the removed elements (might be empty)
41858
41843
  */
@@ -41871,7 +41856,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
41871
41856
  * Removes a item from the aggregation {@link #getItems items}.
41872
41857
  *
41873
41858
  * @since 1.22.0
41874
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
41859
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
41875
41860
  *
41876
41861
  * @returns The removed item or `null`
41877
41862
  */
@@ -42201,7 +42186,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
42201
42186
  /**
42202
42187
  * Describes the settings that can be provided to the VariantManagement constructor.
42203
42188
  *
42204
- * @deprecated (since 1.120.0) - replaced by the {@link sap.m.VariantManagement} control.
42189
+ * @deprecated As of version 1.120.0. replaced by the {@link sap.m.VariantManagement} control.
42205
42190
  */
42206
42191
  export interface $VariantManagementSettings extends $ControlSettings {
42207
42192
  /**
@@ -42316,7 +42301,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
42316
42301
  * Items displayed by the `VariantManagement` control.
42317
42302
  *
42318
42303
  * @since 1.22.0
42319
- * @deprecated (since 1.26) - replaced by the `variantItems` aggregation
42304
+ * @deprecated As of version 1.26. replaced by the `variantItems` aggregation
42320
42305
  */
42321
42306
  items?: Item[] | Item | AggregationBindingInfo | `{${string}}`;
42322
42307
 
@@ -42465,6 +42450,8 @@ declare namespace sap {
42465
42450
 
42466
42451
  "sap/ui/comp/config/FilterControlConfiguration": undefined;
42467
42452
 
42453
+ "sap/ui/comp/delegates/FlexibilityDelegate": undefined;
42454
+
42468
42455
  "sap/ui/comp/filterbar/FilterBar": undefined;
42469
42456
 
42470
42457
  "sap/ui/comp/filterbar/FilterGroupItem": undefined;