@sapui5/ts-types-esm 1.132.0 → 1.133.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +16 -9
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +1946 -1117
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.core.d.ts +693 -718
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.mdc.d.ts +167 -142
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
6119
|
-
* no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
|
|
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
|
|
6131
|
-
* no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
|
|
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
|
|
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
|
|
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
|
|
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
|
|
6328
|
-
* no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
|
|
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
|
|
6347
|
-
* no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
|
|
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
|
|
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
|
|
6389
|
-
* no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
|
|
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
|
|
6398
|
-
* no longer done by NavigationPopover. Instead the NavigationPopoverHandler is responsible for target
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
9564
|
-
* are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
|
|
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
|
|
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
|
|
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
|
/**
|
|
@@ -9821,9 +9827,9 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
9821
9827
|
* Default value is `false`.
|
|
9822
9828
|
*
|
|
9823
9829
|
* @since 1.28.0
|
|
9824
|
-
* @deprecated
|
|
9825
|
-
* are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
|
|
9826
|
-
* of navigation targets has been completed.
|
|
9830
|
+
* @deprecated As of version 1.42.0. The property `prefetchNavigationTargets` is obsolete as navigation
|
|
9831
|
+
* targets are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
|
|
9832
|
+
* determination of navigation targets has been completed.
|
|
9827
9833
|
*
|
|
9828
9834
|
* @returns Reference to `this` in order to allow method chaining
|
|
9829
9835
|
*/
|
|
@@ -9879,9 +9885,9 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
9879
9885
|
* links for which no targets were found. Setting this value to `true` will trigger an additional roundtrip.
|
|
9880
9886
|
*
|
|
9881
9887
|
* @since 1.28.0
|
|
9882
|
-
* @deprecated
|
|
9883
|
-
* are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
|
|
9884
|
-
* of navigation targets has been completed.
|
|
9888
|
+
* @deprecated As of version 1.42.0. The property `prefetchNavigationTargets` is obsolete as navigation
|
|
9889
|
+
* targets are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
|
|
9890
|
+
* determination of navigation targets has been completed.
|
|
9885
9891
|
*/
|
|
9886
9892
|
prefetchNavigationTargets?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
9887
9893
|
|
|
@@ -9991,7 +9997,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
9991
9997
|
* you to change the targets.
|
|
9992
9998
|
*
|
|
9993
9999
|
* @since 1.28.0
|
|
9994
|
-
* @deprecated
|
|
10000
|
+
* @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
|
|
9995
10001
|
*/
|
|
9996
10002
|
navigationTargetsObtained?: (
|
|
9997
10003
|
oEvent: SemanticObjectController$NavigationTargetsObtainedEvent
|
|
@@ -10022,7 +10028,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
10022
10028
|
* navigation targets have been retrieved.
|
|
10023
10029
|
*
|
|
10024
10030
|
* @since 1.28.0
|
|
10025
|
-
* @deprecated
|
|
10031
|
+
* @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
|
|
10026
10032
|
* `prefetchNavigationTargets` which has been deprecated.
|
|
10027
10033
|
*/
|
|
10028
10034
|
prefetchDone?: (oEvent: SemanticObjectController$PrefetchDoneEvent) => void;
|
|
@@ -10133,7 +10139,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
10133
10139
|
/**
|
|
10134
10140
|
* Parameters of the SemanticObjectController#navigationTargetsObtained event.
|
|
10135
10141
|
*
|
|
10136
|
-
* @deprecated
|
|
10142
|
+
* @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
|
|
10137
10143
|
*/
|
|
10138
10144
|
export interface SemanticObjectController$NavigationTargetsObtainedEventParameters {
|
|
10139
10145
|
/**
|
|
@@ -10208,7 +10214,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
10208
10214
|
/**
|
|
10209
10215
|
* Event object of the SemanticObjectController#navigationTargetsObtained event.
|
|
10210
10216
|
*
|
|
10211
|
-
* @deprecated
|
|
10217
|
+
* @deprecated As of version 1.126. replaced by `navigationTargetsObtainedCallback` property.
|
|
10212
10218
|
*/
|
|
10213
10219
|
export type SemanticObjectController$NavigationTargetsObtainedEvent = Event<
|
|
10214
10220
|
SemanticObjectController$NavigationTargetsObtainedEventParameters,
|
|
@@ -10218,7 +10224,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
10218
10224
|
/**
|
|
10219
10225
|
* Parameters of the SemanticObjectController#prefetchDone event.
|
|
10220
10226
|
*
|
|
10221
|
-
* @deprecated
|
|
10227
|
+
* @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
|
|
10222
10228
|
* `prefetchNavigationTargets` which has been deprecated.
|
|
10223
10229
|
*/
|
|
10224
10230
|
export interface SemanticObjectController$PrefetchDoneEventParameters {
|
|
@@ -10233,7 +10239,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
|
|
|
10233
10239
|
/**
|
|
10234
10240
|
* Event object of the SemanticObjectController#prefetchDone event.
|
|
10235
10241
|
*
|
|
10236
|
-
* @deprecated
|
|
10242
|
+
* @deprecated As of version 1.42.0. The event `prefetchDone` is obsolete because it depends on the property
|
|
10237
10243
|
* `prefetchNavigationTargets` which has been deprecated.
|
|
10238
10244
|
*/
|
|
10239
10245
|
export type SemanticObjectController$PrefetchDoneEvent = Event<
|
|
@@ -10923,7 +10929,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
10923
10929
|
* This event is fired when data is received after binding. This event is fired if the binding for the chart
|
|
10924
10930
|
* is done by the SmartChart control itself.
|
|
10925
10931
|
*
|
|
10926
|
-
* @deprecated
|
|
10932
|
+
* @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
|
|
10933
|
+
* directly
|
|
10927
10934
|
*
|
|
10928
10935
|
* @returns Reference to `this` in order to allow method chaining
|
|
10929
10936
|
*/
|
|
@@ -10951,7 +10958,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
10951
10958
|
* This event is fired when data is received after binding. This event is fired if the binding for the chart
|
|
10952
10959
|
* is done by the SmartChart control itself.
|
|
10953
10960
|
*
|
|
10954
|
-
* @deprecated
|
|
10961
|
+
* @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
|
|
10962
|
+
* directly
|
|
10955
10963
|
*
|
|
10956
10964
|
* @returns Reference to `this` in order to allow method chaining
|
|
10957
10965
|
*/
|
|
@@ -11021,7 +11029,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11021
11029
|
* **Note:** Attaching to this event causes the inner chart to load synchronously. This does not fulfill
|
|
11022
11030
|
* CSP requirements. Please use event `initialized` instead.
|
|
11023
11031
|
*
|
|
11024
|
-
* @deprecated
|
|
11032
|
+
* @deprecated As of version 1.94. replaced by {@link #event:initialized}
|
|
11025
11033
|
*/
|
|
11026
11034
|
attachInitialise(): void;
|
|
11027
11035
|
/**
|
|
@@ -11359,7 +11367,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11359
11367
|
*
|
|
11360
11368
|
* The passed function and listener object must match the ones used for event registration.
|
|
11361
11369
|
*
|
|
11362
|
-
* @deprecated
|
|
11370
|
+
* @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
|
|
11371
|
+
* directly
|
|
11363
11372
|
*
|
|
11364
11373
|
* @returns Reference to `this` in order to allow method chaining
|
|
11365
11374
|
*/
|
|
@@ -11398,7 +11407,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11398
11407
|
*
|
|
11399
11408
|
* The passed function and listener object must match the ones used for event registration.
|
|
11400
11409
|
*
|
|
11401
|
-
* @deprecated
|
|
11410
|
+
* @deprecated As of version 1.65. replaced by {@link initialized}.
|
|
11402
11411
|
*
|
|
11403
11412
|
* @returns Reference to `this` in order to allow method chaining
|
|
11404
11413
|
*/
|
|
@@ -11571,7 +11580,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11571
11580
|
/**
|
|
11572
11581
|
* Fires event {@link #event:dataReceived dataReceived} to attached listeners.
|
|
11573
11582
|
*
|
|
11574
|
-
* @deprecated
|
|
11583
|
+
* @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
|
|
11584
|
+
* directly
|
|
11575
11585
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11576
11586
|
*
|
|
11577
11587
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11599,7 +11609,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11599
11609
|
/**
|
|
11600
11610
|
* Fires event {@link #event:initialise initialise} to attached listeners.
|
|
11601
11611
|
*
|
|
11602
|
-
* @deprecated
|
|
11612
|
+
* @deprecated As of version 1.65. replaced by {@link initialized}.
|
|
11603
11613
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11604
11614
|
*
|
|
11605
11615
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11688,7 +11698,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11688
11698
|
* yet initialized causes the inner chart to load synchronously. This does not fulfill CSP requirements.
|
|
11689
11699
|
* Please use `getChartAsync` instead.
|
|
11690
11700
|
*
|
|
11691
|
-
* @deprecated
|
|
11701
|
+
* @deprecated As of version 1.57. replaced by {@link #getChartAsync}
|
|
11692
11702
|
*
|
|
11693
11703
|
* @returns The inner chart object
|
|
11694
11704
|
*/
|
|
@@ -11775,7 +11785,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11775
11785
|
*
|
|
11776
11786
|
* @returns Value of property `headerLevel`
|
|
11777
11787
|
*/
|
|
11778
|
-
getHeaderLevel(): TitleLevel
|
|
11788
|
+
getHeaderLevel(): TitleLevel;
|
|
11779
11789
|
/**
|
|
11780
11790
|
* Gets current value of property {@link #getHeaderStyle headerStyle}.
|
|
11781
11791
|
*
|
|
@@ -11788,7 +11798,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
11788
11798
|
*
|
|
11789
11799
|
* @returns Value of property `headerStyle`
|
|
11790
11800
|
*/
|
|
11791
|
-
getHeaderStyle(): TitleLevel
|
|
11801
|
+
getHeaderStyle(): TitleLevel;
|
|
11792
11802
|
/**
|
|
11793
11803
|
* Gets current value of property {@link #getIgnoredChartTypes ignoredChartTypes}.
|
|
11794
11804
|
*
|
|
@@ -12133,7 +12143,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
12133
12143
|
*
|
|
12134
12144
|
* @returns Value of property `toolbarStyle`
|
|
12135
12145
|
*/
|
|
12136
|
-
getToolbarStyle(): ToolbarStyle
|
|
12146
|
+
getToolbarStyle(): ToolbarStyle;
|
|
12137
12147
|
/**
|
|
12138
12148
|
* The method returns the current UI state of SmartChart control.
|
|
12139
12149
|
*
|
|
@@ -12164,7 +12174,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
12164
12174
|
* Default value is `true`.
|
|
12165
12175
|
*
|
|
12166
12176
|
* @since 1.38
|
|
12167
|
-
* @deprecated
|
|
12177
|
+
* @deprecated As of version 1.48.0. Setting the property to `false` will have no effect on the visualization
|
|
12168
12178
|
* of chart type selection. `SmartChart` will always show a list of chart types.
|
|
12169
12179
|
*
|
|
12170
12180
|
* @returns Value of property `useListForChartTypeSelection`
|
|
@@ -12881,7 +12891,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
12881
12891
|
* Default value is `true`.
|
|
12882
12892
|
*
|
|
12883
12893
|
* @since 1.38
|
|
12884
|
-
* @deprecated
|
|
12894
|
+
* @deprecated As of version 1.48.0. Setting the property to `false` will have no effect on the visualization
|
|
12885
12895
|
* of chart type selection. `SmartChart` will always show a list of chart types.
|
|
12886
12896
|
*
|
|
12887
12897
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13249,7 +13259,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
13249
13259
|
* will be shown.
|
|
13250
13260
|
*
|
|
13251
13261
|
* @since 1.38
|
|
13252
|
-
* @deprecated
|
|
13262
|
+
* @deprecated As of version 1.48.0. Setting the property to `false` will have no effect on the visualization
|
|
13253
13263
|
* of chart type selection. `SmartChart` will always show a list of chart types.
|
|
13254
13264
|
*/
|
|
13255
13265
|
useListForChartTypeSelection?:
|
|
@@ -13386,7 +13396,7 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
13386
13396
|
* library is loaded synchroniously as soon as a event handler for the `initialise` event has been attached.
|
|
13387
13397
|
* Since this event does not fulfill CSP requirements, please use event `initialized` instead.
|
|
13388
13398
|
*
|
|
13389
|
-
* @deprecated
|
|
13399
|
+
* @deprecated As of version 1.65. replaced by {@link initialized}.
|
|
13390
13400
|
*/
|
|
13391
13401
|
initialise?: (oEvent: Event) => void;
|
|
13392
13402
|
|
|
@@ -13407,7 +13417,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
13407
13417
|
* This event is fired when data is received after binding. This event is fired if the binding for the chart
|
|
13408
13418
|
* is done by the SmartChart control itself.
|
|
13409
13419
|
*
|
|
13410
|
-
* @deprecated
|
|
13420
|
+
* @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
|
|
13421
|
+
* directly
|
|
13411
13422
|
*/
|
|
13412
13423
|
dataReceived?: (oEvent: Event) => void;
|
|
13413
13424
|
|
|
@@ -13557,14 +13568,16 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
13557
13568
|
/**
|
|
13558
13569
|
* Parameters of the SmartChart#dataReceived event.
|
|
13559
13570
|
*
|
|
13560
|
-
* @deprecated
|
|
13571
|
+
* @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
|
|
13572
|
+
* directly
|
|
13561
13573
|
*/
|
|
13562
13574
|
export interface SmartChart$DataReceivedEventParameters {}
|
|
13563
13575
|
|
|
13564
13576
|
/**
|
|
13565
13577
|
* Event object of the SmartChart#dataReceived event.
|
|
13566
13578
|
*
|
|
13567
|
-
* @deprecated
|
|
13579
|
+
* @deprecated As of version 1.56. Use `beforeRebindChart` event to attach/listen to the binding "events"
|
|
13580
|
+
* directly
|
|
13568
13581
|
*/
|
|
13569
13582
|
export type SmartChart$DataReceivedEvent = Event<
|
|
13570
13583
|
SmartChart$DataReceivedEventParameters,
|
|
@@ -13592,14 +13605,14 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
|
|
|
13592
13605
|
/**
|
|
13593
13606
|
* Parameters of the SmartChart#initialise event.
|
|
13594
13607
|
*
|
|
13595
|
-
* @deprecated
|
|
13608
|
+
* @deprecated As of version 1.65. replaced by {@link initialized}.
|
|
13596
13609
|
*/
|
|
13597
13610
|
export interface SmartChart$InitialiseEventParameters {}
|
|
13598
13611
|
|
|
13599
13612
|
/**
|
|
13600
13613
|
* Event object of the SmartChart#initialise event.
|
|
13601
13614
|
*
|
|
13602
|
-
* @deprecated
|
|
13615
|
+
* @deprecated As of version 1.65. replaced by {@link initialized}.
|
|
13603
13616
|
*/
|
|
13604
13617
|
export type SmartChart$InitialiseEvent = Event<
|
|
13605
13618
|
SmartChart$InitialiseEventParameters,
|
|
@@ -14326,7 +14339,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
14326
14339
|
* control. When handler attached, the rendered control is `sap.m.Link`
|
|
14327
14340
|
*
|
|
14328
14341
|
* @since 1.36.0
|
|
14329
|
-
* @deprecated
|
|
14342
|
+
* @deprecated As of version 1.116.0. with no replacement.
|
|
14330
14343
|
*
|
|
14331
14344
|
* @returns Reference to `this` in order to allow method chaining
|
|
14332
14345
|
*/
|
|
@@ -14355,7 +14368,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
14355
14368
|
* control. When handler attached, the rendered control is `sap.m.Link`
|
|
14356
14369
|
*
|
|
14357
14370
|
* @since 1.36.0
|
|
14358
|
-
* @deprecated
|
|
14371
|
+
* @deprecated As of version 1.116.0. with no replacement.
|
|
14359
14372
|
*
|
|
14360
14373
|
* @returns Reference to `this` in order to allow method chaining
|
|
14361
14374
|
*/
|
|
@@ -14495,7 +14508,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
14495
14508
|
* - The inner private text input field fires a {@link sap.ui.base.EventProvider#event:validationError},
|
|
14496
14509
|
* or {@link sap.ui.base.EventProvider#event:parseError} event.
|
|
14497
14510
|
*
|
|
14498
|
-
* @deprecated
|
|
14511
|
+
* @deprecated As of version 1.64. replaced by {@link sap.ui.comp.smartfield.SmartField#checkValuesValidity}
|
|
14499
14512
|
*
|
|
14500
14513
|
* @returns `true`, if a client error has been detected, `false` otherwise
|
|
14501
14514
|
*/
|
|
@@ -14594,7 +14607,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
14594
14607
|
* Destroys the controlProposal in the aggregation {@link #getControlProposal controlProposal}.
|
|
14595
14608
|
*
|
|
14596
14609
|
* @since 1.32.0
|
|
14597
|
-
* @deprecated
|
|
14610
|
+
* @deprecated As of version 1.34.0. with no replacement.
|
|
14598
14611
|
*
|
|
14599
14612
|
* @returns Reference to `this` in order to allow method chaining
|
|
14600
14613
|
*/
|
|
@@ -14764,7 +14777,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
14764
14777
|
* The passed function and listener object must match the ones used for event registration.
|
|
14765
14778
|
*
|
|
14766
14779
|
* @since 1.36.0
|
|
14767
|
-
* @deprecated
|
|
14780
|
+
* @deprecated As of version 1.116.0. with no replacement.
|
|
14768
14781
|
*
|
|
14769
14782
|
* @returns Reference to `this` in order to allow method chaining
|
|
14770
14783
|
*/
|
|
@@ -14928,7 +14941,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
14928
14941
|
* Fires event {@link #event:press press} to attached listeners.
|
|
14929
14942
|
*
|
|
14930
14943
|
* @since 1.36.0
|
|
14931
|
-
* @deprecated
|
|
14944
|
+
* @deprecated As of version 1.116.0. with no replacement.
|
|
14932
14945
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14933
14946
|
*
|
|
14934
14947
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -15044,7 +15057,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15044
15057
|
* Proposes a control to be rendered. The `SmartField` control can ignore the proposal.
|
|
15045
15058
|
*
|
|
15046
15059
|
* @since 1.32.0
|
|
15047
|
-
* @deprecated
|
|
15060
|
+
* @deprecated As of version 1.34.0. with no replacement.
|
|
15048
15061
|
*/
|
|
15049
15062
|
getControlProposal(): ControlProposal;
|
|
15050
15063
|
/**
|
|
@@ -15135,7 +15148,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15135
15148
|
* Default value is `false`.
|
|
15136
15149
|
*
|
|
15137
15150
|
* @since 1.48
|
|
15138
|
-
* @deprecated
|
|
15151
|
+
* @deprecated As of version 1.117. It is recommended the expand to be using the OData Model.
|
|
15139
15152
|
*
|
|
15140
15153
|
* @returns Value of property `expandNavigationProperties`
|
|
15141
15154
|
*/
|
|
@@ -15243,7 +15256,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15243
15256
|
*
|
|
15244
15257
|
* @returns Value of property `importance`
|
|
15245
15258
|
*/
|
|
15246
|
-
getImportance(): smartfield.Importance
|
|
15259
|
+
getImportance(): smartfield.Importance;
|
|
15247
15260
|
/**
|
|
15248
15261
|
* Resolves the controls hosted currently by this `SmartField` control.
|
|
15249
15262
|
*
|
|
@@ -15258,11 +15271,11 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15258
15271
|
* Data types to be used, if the `SmartField` control is interacting with a JSON model. If the value property
|
|
15259
15272
|
* of the control is bound to a property of an OData entity set, this property is not taken into consideration.
|
|
15260
15273
|
*
|
|
15261
|
-
* @deprecated
|
|
15274
|
+
* @deprecated As of version 1.31.0. with no replacement.
|
|
15262
15275
|
*
|
|
15263
15276
|
* @returns Value of property `jsontype`
|
|
15264
15277
|
*/
|
|
15265
|
-
getJsontype(): smartfield.JSONType
|
|
15278
|
+
getJsontype(): smartfield.JSONType;
|
|
15266
15279
|
/**
|
|
15267
15280
|
* Gets current value of property {@link #getMandatory mandatory}.
|
|
15268
15281
|
*
|
|
@@ -15350,7 +15363,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15350
15363
|
* Default value is `None`.
|
|
15351
15364
|
*
|
|
15352
15365
|
* @since 1.32.0
|
|
15353
|
-
* @deprecated
|
|
15366
|
+
* @deprecated As of version 1.32.0. with no replacement.
|
|
15354
15367
|
*
|
|
15355
15368
|
* @returns Value of property `proposedControl`
|
|
15356
15369
|
*/
|
|
@@ -15442,7 +15455,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15442
15455
|
*
|
|
15443
15456
|
* @returns Value of property `textAlign`
|
|
15444
15457
|
*/
|
|
15445
|
-
getTextAlign(): TextAlign
|
|
15458
|
+
getTextAlign(): TextAlign;
|
|
15446
15459
|
/**
|
|
15447
15460
|
* Gets current value of property {@link #getTextDirection textDirection}.
|
|
15448
15461
|
*
|
|
@@ -15461,7 +15474,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15461
15474
|
*
|
|
15462
15475
|
* @returns Value of property `textDirection`
|
|
15463
15476
|
*/
|
|
15464
|
-
getTextDirection(): TextDirection
|
|
15477
|
+
getTextDirection(): TextDirection;
|
|
15465
15478
|
/**
|
|
15466
15479
|
* Gets current value of property {@link #getTextInEditModeSource textInEditModeSource}.
|
|
15467
15480
|
*
|
|
@@ -15515,9 +15528,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15515
15528
|
*
|
|
15516
15529
|
* @returns Value of property `textInEditModeSource`
|
|
15517
15530
|
*/
|
|
15518
|
-
getTextInEditModeSource():
|
|
15519
|
-
| smartfield.TextInEditModeSource
|
|
15520
|
-
| keyof typeof smartfield.TextInEditModeSource;
|
|
15531
|
+
getTextInEditModeSource(): smartfield.TextInEditModeSource;
|
|
15521
15532
|
/**
|
|
15522
15533
|
* Gets current value of property {@link #getTextLabel textLabel}.
|
|
15523
15534
|
*
|
|
@@ -15666,9 +15677,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15666
15677
|
*
|
|
15667
15678
|
* @returns Value of property `valueHelpTitleSource`
|
|
15668
15679
|
*/
|
|
15669
|
-
getValueHelpTitleSource():
|
|
15670
|
-
| smartfield.ValueHelpTitleSource
|
|
15671
|
-
| keyof typeof smartfield.ValueHelpTitleSource;
|
|
15680
|
+
getValueHelpTitleSource(): smartfield.ValueHelpTitleSource;
|
|
15672
15681
|
/**
|
|
15673
15682
|
* Gets current value of property {@link #getValueState valueState}.
|
|
15674
15683
|
*
|
|
@@ -15690,7 +15699,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15690
15699
|
*
|
|
15691
15700
|
* @returns Value of property `valueState`
|
|
15692
15701
|
*/
|
|
15693
|
-
getValueState(): ValueState
|
|
15702
|
+
getValueState(): ValueState;
|
|
15694
15703
|
/**
|
|
15695
15704
|
* Gets current value of property {@link #getValueStateText valueStateText}.
|
|
15696
15705
|
*
|
|
@@ -15866,7 +15875,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15866
15875
|
* Sets the aggregated {@link #getControlProposal controlProposal}.
|
|
15867
15876
|
*
|
|
15868
15877
|
* @since 1.32.0
|
|
15869
|
-
* @deprecated
|
|
15878
|
+
* @deprecated As of version 1.34.0. with no replacement.
|
|
15870
15879
|
*
|
|
15871
15880
|
* @returns Reference to `this` in order to allow method chaining
|
|
15872
15881
|
*/
|
|
@@ -15972,7 +15981,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15972
15981
|
* Default value is `false`.
|
|
15973
15982
|
*
|
|
15974
15983
|
* @since 1.48
|
|
15975
|
-
* @deprecated
|
|
15984
|
+
* @deprecated As of version 1.117. It is recommended the expand to be using the OData Model.
|
|
15976
15985
|
*
|
|
15977
15986
|
* @returns Reference to `this` in order to allow method chaining
|
|
15978
15987
|
*/
|
|
@@ -16094,7 +16103,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
16094
16103
|
*
|
|
16095
16104
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
16096
16105
|
*
|
|
16097
|
-
* @deprecated
|
|
16106
|
+
* @deprecated As of version 1.31.0. with no replacement.
|
|
16098
16107
|
*
|
|
16099
16108
|
* @returns Reference to `this` in order to allow method chaining
|
|
16100
16109
|
*/
|
|
@@ -16213,7 +16222,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
16213
16222
|
* Default value is `None`.
|
|
16214
16223
|
*
|
|
16215
16224
|
* @since 1.32.0
|
|
16216
|
-
* @deprecated
|
|
16225
|
+
* @deprecated As of version 1.32.0. with no replacement.
|
|
16217
16226
|
*
|
|
16218
16227
|
* @returns Reference to `this` in order to allow method chaining
|
|
16219
16228
|
*/
|
|
@@ -16851,7 +16860,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
16851
16860
|
* Data types to be used, if the `SmartField` control is interacting with a JSON model. If the value property
|
|
16852
16861
|
* of the control is bound to a property of an OData entity set, this property is not taken into consideration.
|
|
16853
16862
|
*
|
|
16854
|
-
* @deprecated
|
|
16863
|
+
* @deprecated As of version 1.31.0. with no replacement.
|
|
16855
16864
|
*/
|
|
16856
16865
|
jsontype?:
|
|
16857
16866
|
| (smartfield.JSONType | keyof typeof smartfield.JSONType)
|
|
@@ -17001,7 +17010,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
17001
17010
|
* Proposes a control to be rendered. The `SmartField` control can ignore the proposal.
|
|
17002
17011
|
*
|
|
17003
17012
|
* @since 1.32.0
|
|
17004
|
-
* @deprecated
|
|
17013
|
+
* @deprecated As of version 1.32.0. with no replacement.
|
|
17005
17014
|
*/
|
|
17006
17015
|
proposedControl?:
|
|
17007
17016
|
| smartfield.ControlProposalType
|
|
@@ -17073,7 +17082,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
17073
17082
|
* data is available.
|
|
17074
17083
|
*
|
|
17075
17084
|
* @since 1.48
|
|
17076
|
-
* @deprecated
|
|
17085
|
+
* @deprecated As of version 1.117. It is recommended the expand to be using the OData Model.
|
|
17077
17086
|
*/
|
|
17078
17087
|
expandNavigationProperties?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
17079
17088
|
|
|
@@ -17206,7 +17215,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
17206
17215
|
* Proposes a control to be rendered. The `SmartField` control can ignore the proposal.
|
|
17207
17216
|
*
|
|
17208
17217
|
* @since 1.32.0
|
|
17209
|
-
* @deprecated
|
|
17218
|
+
* @deprecated As of version 1.34.0. with no replacement.
|
|
17210
17219
|
*/
|
|
17211
17220
|
controlProposal?: ControlProposal;
|
|
17212
17221
|
|
|
@@ -17311,7 +17320,7 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
17311
17320
|
* control. When handler attached, the rendered control is `sap.m.Link`
|
|
17312
17321
|
*
|
|
17313
17322
|
* @since 1.36.0
|
|
17314
|
-
* @deprecated
|
|
17323
|
+
* @deprecated As of version 1.116.0. with no replacement.
|
|
17315
17324
|
*/
|
|
17316
17325
|
press?: (oEvent: Event) => void;
|
|
17317
17326
|
}
|
|
@@ -17485,14 +17494,14 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
17485
17494
|
/**
|
|
17486
17495
|
* Parameters of the SmartField#press event.
|
|
17487
17496
|
*
|
|
17488
|
-
* @deprecated
|
|
17497
|
+
* @deprecated As of version 1.116.0. with no replacement.
|
|
17489
17498
|
*/
|
|
17490
17499
|
export interface SmartField$PressEventParameters {}
|
|
17491
17500
|
|
|
17492
17501
|
/**
|
|
17493
17502
|
* Event object of the SmartField#press event.
|
|
17494
17503
|
*
|
|
17495
|
-
* @deprecated
|
|
17504
|
+
* @deprecated As of version 1.116.0. with no replacement.
|
|
17496
17505
|
*/
|
|
17497
17506
|
export type SmartField$PressEvent = Event<
|
|
17498
17507
|
SmartField$PressEventParameters,
|
|
@@ -17840,9 +17849,7 @@ declare module "sap/ui/comp/smartfield/Configuration" {
|
|
|
17840
17849
|
*
|
|
17841
17850
|
* @returns Value of property `controlType`
|
|
17842
17851
|
*/
|
|
17843
|
-
getControlType():
|
|
17844
|
-
| smartfield.ControlType
|
|
17845
|
-
| keyof typeof smartfield.ControlType;
|
|
17852
|
+
getControlType(): smartfield.ControlType;
|
|
17846
17853
|
/**
|
|
17847
17854
|
* Gets current value of property {@link #getCriticalityQualifier criticalityQualifier}.
|
|
17848
17855
|
*
|
|
@@ -17862,9 +17869,7 @@ declare module "sap/ui/comp/smartfield/Configuration" {
|
|
|
17862
17869
|
*
|
|
17863
17870
|
* @returns Value of property `displayBehaviour`
|
|
17864
17871
|
*/
|
|
17865
|
-
getDisplayBehaviour():
|
|
17866
|
-
| smartfield.DisplayBehaviour
|
|
17867
|
-
| keyof typeof smartfield.DisplayBehaviour;
|
|
17872
|
+
getDisplayBehaviour(): smartfield.DisplayBehaviour;
|
|
17868
17873
|
/**
|
|
17869
17874
|
* Gets current value of property {@link #getPreventInitialDataFetchInValueHelpDialog preventInitialDataFetchInValueHelpDialog}.
|
|
17870
17875
|
*
|
|
@@ -18258,9 +18263,7 @@ declare module "sap/ui/comp/smartfield/ObjectStatus" {
|
|
|
18258
18263
|
*
|
|
18259
18264
|
* @returns Value of property `criticalityRepresentationType`
|
|
18260
18265
|
*/
|
|
18261
|
-
getCriticalityRepresentationType():
|
|
18262
|
-
| smartfield.CriticalityRepresentationType
|
|
18263
|
-
| keyof typeof smartfield.CriticalityRepresentationType;
|
|
18266
|
+
getCriticalityRepresentationType(): smartfield.CriticalityRepresentationType;
|
|
18264
18267
|
/**
|
|
18265
18268
|
* Sets a new value for property {@link #getCriticality criticality}.
|
|
18266
18269
|
*
|
|
@@ -18529,9 +18532,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
|
|
|
18529
18532
|
*
|
|
18530
18533
|
* @returns Value of property `conditionPanelDefaultOperation`
|
|
18531
18534
|
*/
|
|
18532
|
-
getConditionPanelDefaultOperation():
|
|
18533
|
-
| valuehelpdialog.ValueHelpRangeOperation
|
|
18534
|
-
| keyof typeof valuehelpdialog.ValueHelpRangeOperation;
|
|
18535
|
+
getConditionPanelDefaultOperation(): valuehelpdialog.ValueHelpRangeOperation;
|
|
18535
18536
|
/**
|
|
18536
18537
|
* Gets current value of property {@link #getControlType controlType}.
|
|
18537
18538
|
*
|
|
@@ -18543,9 +18544,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
|
|
|
18543
18544
|
*
|
|
18544
18545
|
* @returns Value of property `controlType`
|
|
18545
18546
|
*/
|
|
18546
|
-
getControlType():
|
|
18547
|
-
| smartfilterbar.ControlType
|
|
18548
|
-
| keyof typeof smartfilterbar.ControlType;
|
|
18547
|
+
getControlType(): smartfilterbar.ControlType;
|
|
18549
18548
|
/**
|
|
18550
18549
|
* Gets content of aggregation {@link #getCustomControl customControl}.
|
|
18551
18550
|
*
|
|
@@ -18583,9 +18582,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
|
|
|
18583
18582
|
*
|
|
18584
18583
|
* @returns Value of property `displayBehaviour`
|
|
18585
18584
|
*/
|
|
18586
|
-
getDisplayBehaviour():
|
|
18587
|
-
| smartfilterbar.DisplayBehaviour
|
|
18588
|
-
| keyof typeof smartfilterbar.DisplayBehaviour;
|
|
18585
|
+
getDisplayBehaviour(): smartfilterbar.DisplayBehaviour;
|
|
18589
18586
|
/**
|
|
18590
18587
|
* Gets current value of property {@link #getFilterType filterType}.
|
|
18591
18588
|
*
|
|
@@ -18598,9 +18595,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
|
|
|
18598
18595
|
*
|
|
18599
18596
|
* @returns Value of property `filterType`
|
|
18600
18597
|
*/
|
|
18601
|
-
getFilterType():
|
|
18602
|
-
| smartfilterbar.FilterType
|
|
18603
|
-
| keyof typeof smartfilterbar.FilterType;
|
|
18598
|
+
getFilterType(): smartfilterbar.FilterType;
|
|
18604
18599
|
/**
|
|
18605
18600
|
* Gets current value of property {@link #getGroupId groupId}.
|
|
18606
18601
|
*
|
|
@@ -18694,9 +18689,7 @@ declare module "sap/ui/comp/smartfilterbar/ControlConfiguration" {
|
|
|
18694
18689
|
*
|
|
18695
18690
|
* @returns Value of property `mandatory`
|
|
18696
18691
|
*/
|
|
18697
|
-
getMandatory():
|
|
18698
|
-
| smartfilterbar.MandatoryType
|
|
18699
|
-
| keyof typeof smartfilterbar.MandatoryType;
|
|
18692
|
+
getMandatory(): smartfilterbar.MandatoryType;
|
|
18700
18693
|
/**
|
|
18701
18694
|
* Gets current value of property {@link #getPreventInitialDataFetchInValueHelpDialog preventInitialDataFetchInValueHelpDialog}.
|
|
18702
18695
|
*
|
|
@@ -19743,7 +19736,7 @@ declare module "sap/ui/comp/smartfilterbar/SelectOption" {
|
|
|
19743
19736
|
*
|
|
19744
19737
|
* @returns Value of property `operator`
|
|
19745
19738
|
*/
|
|
19746
|
-
getOperator(): FilterOperator
|
|
19739
|
+
getOperator(): FilterOperator;
|
|
19747
19740
|
/**
|
|
19748
19741
|
* Gets current value of property {@link #getSign sign}.
|
|
19749
19742
|
*
|
|
@@ -20243,7 +20236,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20243
20236
|
/**
|
|
20244
20237
|
* Retrieves the control associated to the filter.
|
|
20245
20238
|
*
|
|
20246
|
-
* @deprecated
|
|
20239
|
+
* @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} instead.
|
|
20247
20240
|
*
|
|
20248
20241
|
* @returns The corresponding control. If no match is found `null` is returned.
|
|
20249
20242
|
*/
|
|
@@ -20260,7 +20253,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20260
20253
|
/**
|
|
20261
20254
|
* Retrieves the control based on the name and group name.
|
|
20262
20255
|
*
|
|
20263
|
-
* @deprecated
|
|
20256
|
+
* @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} instead.
|
|
20264
20257
|
*
|
|
20265
20258
|
* @returns The corresponding control, if no match is found, `null` is returned.
|
|
20266
20259
|
*/
|
|
@@ -20379,8 +20372,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20379
20372
|
*
|
|
20380
20373
|
* Default value is `false`.
|
|
20381
20374
|
*
|
|
20382
|
-
* @deprecated
|
|
20383
|
-
* through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20375
|
+
* @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
|
|
20376
|
+
* annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20384
20377
|
*
|
|
20385
20378
|
* @returns Value of property `considerSelectionVariants`
|
|
20386
20379
|
*/
|
|
@@ -20390,8 +20383,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20390
20383
|
* name as the key when getting a control from the basic area. Example: "CompanyCode" & Use "EntityName/GroupName.FieldName"
|
|
20391
20384
|
* format to get controls from groups. Example:"Account.CompanyCode"
|
|
20392
20385
|
*
|
|
20393
|
-
* @deprecated
|
|
20394
|
-
* modify data use {@link sap.ui.comp.smartfilterbar.SmartFilterBar#setFilterData} or {@link sap.ui.comp.filterbar.FilterBar#setUiState}.
|
|
20386
|
+
* @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} for custom controls provided by you.
|
|
20387
|
+
* To modify data use {@link sap.ui.comp.smartfilterbar.SmartFilterBar#setFilterData} or {@link sap.ui.comp.filterbar.FilterBar#setUiState}.
|
|
20395
20388
|
*
|
|
20396
20389
|
* @returns The control in the filter bar, if any
|
|
20397
20390
|
*/
|
|
@@ -20432,8 +20425,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20432
20425
|
* applied if there is no user-defined default variant specified.
|
|
20433
20426
|
* **Note**: Only relevant for control level personalization.
|
|
20434
20427
|
*
|
|
20435
|
-
* @deprecated
|
|
20436
|
-
* through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20428
|
+
* @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
|
|
20429
|
+
* annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20437
20430
|
*
|
|
20438
20431
|
* @returns Value of property `defaultSelectionVariantName`
|
|
20439
20432
|
*/
|
|
@@ -20481,7 +20474,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20481
20474
|
* The OData entity type whose metadata is used to create the `SmartFilterBar`. **Note:** Changing this
|
|
20482
20475
|
* value after the `SmartFilterBar` is initialized (`initialise` event was fired) has no effect.
|
|
20483
20476
|
*
|
|
20484
|
-
* @deprecated
|
|
20477
|
+
* @deprecated As of version 1.40. Use `entitySet` property instead of this one, to enable V4 annotation
|
|
20478
|
+
* support
|
|
20485
20479
|
*
|
|
20486
20480
|
* @returns Value of property `entityType`
|
|
20487
20481
|
*/
|
|
@@ -20645,7 +20639,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20645
20639
|
* will be used. **Note:** Changing this value after the SmartFilterBar is initialized (initialise event
|
|
20646
20640
|
* was fired) has no effect.
|
|
20647
20641
|
*
|
|
20648
|
-
* @deprecated
|
|
20642
|
+
* @deprecated As of version 1.29. Set an ODataModel as the main model on your control/view instead
|
|
20649
20643
|
*
|
|
20650
20644
|
* @returns Value of property `resourceUri`
|
|
20651
20645
|
*/
|
|
@@ -20926,8 +20920,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20926
20920
|
*
|
|
20927
20921
|
* Default value is `false`.
|
|
20928
20922
|
*
|
|
20929
|
-
* @deprecated
|
|
20930
|
-
* through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20923
|
+
* @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
|
|
20924
|
+
* annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20931
20925
|
*
|
|
20932
20926
|
* @returns Reference to `this` in order to allow method chaining
|
|
20933
20927
|
*/
|
|
@@ -20965,8 +20959,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20965
20959
|
*
|
|
20966
20960
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20967
20961
|
*
|
|
20968
|
-
* @deprecated
|
|
20969
|
-
* through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20962
|
+
* @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
|
|
20963
|
+
* annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
20970
20964
|
*
|
|
20971
20965
|
* @returns Reference to `this` in order to allow method chaining
|
|
20972
20966
|
*/
|
|
@@ -21006,7 +21000,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21006
21000
|
*
|
|
21007
21001
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
21008
21002
|
*
|
|
21009
|
-
* @deprecated
|
|
21003
|
+
* @deprecated As of version 1.40. Use `entitySet` property instead of this one, to enable V4 annotation
|
|
21004
|
+
* support
|
|
21010
21005
|
*
|
|
21011
21006
|
* @returns Reference to `this` in order to allow method chaining
|
|
21012
21007
|
*/
|
|
@@ -21095,7 +21090,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21095
21090
|
* Uses the provided resource URI to fetch the OData metadata instead of using the default ODataModel (getModel()).
|
|
21096
21091
|
* You should only set this if you intend to get the metadata for the filter bar from elsewhere!
|
|
21097
21092
|
*
|
|
21098
|
-
* @deprecated
|
|
21093
|
+
* @deprecated As of version 1.29. Set an ODataModel as the main model on your control/view instead
|
|
21099
21094
|
*
|
|
21100
21095
|
* @returns `this` to allow method chaining
|
|
21101
21096
|
*/
|
|
@@ -21259,7 +21254,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21259
21254
|
* The OData entity type whose metadata is used to create the `SmartFilterBar`. **Note:** Changing this
|
|
21260
21255
|
* value after the `SmartFilterBar` is initialized (`initialise` event was fired) has no effect.
|
|
21261
21256
|
*
|
|
21262
|
-
* @deprecated
|
|
21257
|
+
* @deprecated As of version 1.40. Use `entitySet` property instead of this one, to enable V4 annotation
|
|
21258
|
+
* support
|
|
21263
21259
|
*/
|
|
21264
21260
|
entityType?: string | PropertyBindingInfo;
|
|
21265
21261
|
|
|
@@ -21274,7 +21270,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21274
21270
|
* will be used. **Note:** Changing this value after the SmartFilterBar is initialized (initialise event
|
|
21275
21271
|
* was fired) has no effect.
|
|
21276
21272
|
*
|
|
21277
|
-
* @deprecated
|
|
21273
|
+
* @deprecated As of version 1.29. Set an ODataModel as the main model on your control/view instead
|
|
21278
21274
|
*/
|
|
21279
21275
|
resourceUri?: string | PropertyBindingInfo;
|
|
21280
21276
|
|
|
@@ -21349,8 +21345,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21349
21345
|
* Indicates if the annotation `com.sap.vocabularies.UI.v1.SelectionVariant` is taken into account.
|
|
21350
21346
|
* **Note**: Only relevant for control level personalization.
|
|
21351
21347
|
*
|
|
21352
|
-
* @deprecated
|
|
21353
|
-
* through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
21348
|
+
* @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
|
|
21349
|
+
* annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
21354
21350
|
*/
|
|
21355
21351
|
considerSelectionVariants?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
21356
21352
|
|
|
@@ -21361,8 +21357,8 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21361
21357
|
* applied if there is no user-defined default variant specified.
|
|
21362
21358
|
* **Note**: Only relevant for control level personalization.
|
|
21363
21359
|
*
|
|
21364
|
-
* @deprecated
|
|
21365
|
-
* through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
21360
|
+
* @deprecated As of version 1.87. Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant`
|
|
21361
|
+
* annotation through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
|
|
21366
21362
|
*/
|
|
21367
21363
|
defaultSelectionVariantName?: string | PropertyBindingInfo;
|
|
21368
21364
|
|
|
@@ -21535,13 +21531,13 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBarFilterGroupItem" {
|
|
|
21535
21531
|
/**
|
|
21536
21532
|
* Returns instance of the control
|
|
21537
21533
|
*
|
|
21538
|
-
* @deprecated
|
|
21534
|
+
* @deprecated As of version 1.99. Use {@link sap.ui.core.Core.byId} instead!
|
|
21539
21535
|
*
|
|
21540
21536
|
* @returns A control or `null` if there is no control with provided name
|
|
21541
21537
|
*/
|
|
21542
21538
|
getControl(): Control | null;
|
|
21543
21539
|
/**
|
|
21544
|
-
* @deprecated
|
|
21540
|
+
* @deprecated As of version 1.99. There is no replacement as all internal controls are considered private.
|
|
21545
21541
|
*/
|
|
21546
21542
|
setControl(
|
|
21547
21543
|
/**
|
|
@@ -21961,7 +21957,7 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
21961
21957
|
/**
|
|
21962
21958
|
* Destroys the layout in the aggregation {@link #getLayout layout}.
|
|
21963
21959
|
*
|
|
21964
|
-
* @deprecated
|
|
21960
|
+
* @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
|
|
21965
21961
|
*
|
|
21966
21962
|
* @returns Reference to `this` in order to allow method chaining
|
|
21967
21963
|
*/
|
|
@@ -21987,8 +21983,8 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
21987
21983
|
* **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
|
|
21988
21984
|
* control. So don't set it manually.
|
|
21989
21985
|
*
|
|
21990
|
-
* @deprecated
|
|
21991
|
-
* layout of the `SmartForm` control.
|
|
21986
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
21987
|
+
* current layout of the `SmartForm` control.
|
|
21992
21988
|
*
|
|
21993
21989
|
* @returns Value of property `horizontalLayoutGroupElementMinWidth`
|
|
21994
21990
|
*/
|
|
@@ -21998,7 +21994,7 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
21998
21994
|
*
|
|
21999
21995
|
* Label for the group.
|
|
22000
21996
|
*
|
|
22001
|
-
* @deprecated
|
|
21997
|
+
* @deprecated As of version 1.88. replaced by `title` aggregation.
|
|
22002
21998
|
*
|
|
22003
21999
|
* @returns Value of property `label`
|
|
22004
22000
|
*/
|
|
@@ -22010,7 +22006,7 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22010
22006
|
*
|
|
22011
22007
|
* **Note:** Do not use `layout` and `layoutData` aggregations combined.
|
|
22012
22008
|
*
|
|
22013
|
-
* @deprecated
|
|
22009
|
+
* @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
|
|
22014
22010
|
*/
|
|
22015
22011
|
getLayout(): GridData;
|
|
22016
22012
|
/**
|
|
@@ -22035,8 +22031,8 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22035
22031
|
* it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
|
|
22036
22032
|
* the `Group` element.
|
|
22037
22033
|
*
|
|
22038
|
-
* @deprecated
|
|
22039
|
-
* `layout` aggregation of the `SmartForm` control.
|
|
22034
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
22035
|
+
* the `layout` aggregation of the `SmartForm` control.
|
|
22040
22036
|
*
|
|
22041
22037
|
* @returns Value of property `useHorizontalLayout`
|
|
22042
22038
|
*/
|
|
@@ -22118,8 +22114,8 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22118
22114
|
/**
|
|
22119
22115
|
* Setter for property `editable` of all smart fields in children hierarchy.
|
|
22120
22116
|
*
|
|
22121
|
-
* @deprecated
|
|
22122
|
-
* do it
|
|
22117
|
+
* @deprecated As of version 1.74.0. please do not change the edit mode on group level, let the SmartForm
|
|
22118
|
+
* inheritance do it
|
|
22123
22119
|
*
|
|
22124
22120
|
* @returns `this` to allow method chaining.
|
|
22125
22121
|
*/
|
|
@@ -22139,8 +22135,8 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22139
22135
|
*
|
|
22140
22136
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22141
22137
|
*
|
|
22142
|
-
* @deprecated
|
|
22143
|
-
* layout of the `SmartForm` control.
|
|
22138
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
22139
|
+
* current layout of the `SmartForm` control.
|
|
22144
22140
|
*
|
|
22145
22141
|
* @returns Reference to `this` in order to allow method chaining
|
|
22146
22142
|
*/
|
|
@@ -22157,7 +22153,7 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22157
22153
|
*
|
|
22158
22154
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22159
22155
|
*
|
|
22160
|
-
* @deprecated
|
|
22156
|
+
* @deprecated As of version 1.88. replaced by `title` aggregation.
|
|
22161
22157
|
*
|
|
22162
22158
|
* @returns Reference to `this` in order to allow method chaining
|
|
22163
22159
|
*/
|
|
@@ -22170,7 +22166,7 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22170
22166
|
/**
|
|
22171
22167
|
* Sets the aggregated {@link #getLayout layout}.
|
|
22172
22168
|
*
|
|
22173
|
-
* @deprecated
|
|
22169
|
+
* @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
|
|
22174
22170
|
*
|
|
22175
22171
|
* @returns Reference to `this` in order to allow method chaining
|
|
22176
22172
|
*/
|
|
@@ -22215,8 +22211,8 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22215
22211
|
*
|
|
22216
22212
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22217
22213
|
*
|
|
22218
|
-
* @deprecated
|
|
22219
|
-
* `layout` aggregation of the `SmartForm` control.
|
|
22214
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
22215
|
+
* the `layout` aggregation of the `SmartForm` control.
|
|
22220
22216
|
*
|
|
22221
22217
|
* @returns Reference to `this` in order to allow method chaining
|
|
22222
22218
|
*/
|
|
@@ -22255,8 +22251,8 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22255
22251
|
* it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
|
|
22256
22252
|
* the `Group` element.
|
|
22257
22253
|
*
|
|
22258
|
-
* @deprecated
|
|
22259
|
-
* `layout` aggregation of the `SmartForm` control.
|
|
22254
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
22255
|
+
* the `layout` aggregation of the `SmartForm` control.
|
|
22260
22256
|
*/
|
|
22261
22257
|
useHorizontalLayout?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
22262
22258
|
|
|
@@ -22266,8 +22262,8 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22266
22262
|
* **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
|
|
22267
22263
|
* control. So don't set it manually.
|
|
22268
22264
|
*
|
|
22269
|
-
* @deprecated
|
|
22270
|
-
* layout of the `SmartForm` control.
|
|
22265
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
22266
|
+
* current layout of the `SmartForm` control.
|
|
22271
22267
|
*/
|
|
22272
22268
|
horizontalLayoutGroupElementMinWidth?:
|
|
22273
22269
|
| int
|
|
@@ -22277,7 +22273,7 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22277
22273
|
/**
|
|
22278
22274
|
* Label for the group.
|
|
22279
22275
|
*
|
|
22280
|
-
* @deprecated
|
|
22276
|
+
* @deprecated As of version 1.88. replaced by `title` aggregation.
|
|
22281
22277
|
*/
|
|
22282
22278
|
label?: string | PropertyBindingInfo;
|
|
22283
22279
|
|
|
@@ -22295,7 +22291,7 @@ declare module "sap/ui/comp/smartform/Group" {
|
|
|
22295
22291
|
*
|
|
22296
22292
|
* **Note:** Do not use `layout` and `layoutData` aggregations combined.
|
|
22297
22293
|
*
|
|
22298
|
-
* @deprecated
|
|
22294
|
+
* @deprecated As of version 1.48.0. please use `layoutData` aggregation instead.
|
|
22299
22295
|
*/
|
|
22300
22296
|
layout?: GridData;
|
|
22301
22297
|
}
|
|
@@ -22546,8 +22542,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
|
|
|
22546
22542
|
* **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
|
|
22547
22543
|
* control. So don't set it manually.
|
|
22548
22544
|
*
|
|
22549
|
-
* @deprecated
|
|
22550
|
-
* layout of the `SmartForm` control.
|
|
22545
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
22546
|
+
* current layout of the `SmartForm` control.
|
|
22551
22547
|
*
|
|
22552
22548
|
* @returns Value of property `horizontalLayoutGroupElementMinWidth`
|
|
22553
22549
|
*/
|
|
@@ -22572,8 +22568,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
|
|
|
22572
22568
|
* it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
|
|
22573
22569
|
* the `GroupElement` element.
|
|
22574
22570
|
*
|
|
22575
|
-
* @deprecated
|
|
22576
|
-
* `layout` aggregation of the `SmartForm` control.
|
|
22571
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
22572
|
+
* the `layout` aggregation of the `SmartForm` control.
|
|
22577
22573
|
*
|
|
22578
22574
|
* @returns Value of property `useHorizontalLayout`
|
|
22579
22575
|
*/
|
|
@@ -22662,7 +22658,7 @@ declare module "sap/ui/comp/smartform/GroupElement" {
|
|
|
22662
22658
|
/**
|
|
22663
22659
|
* Setter for property editable of all smart fields in children hierarchy.
|
|
22664
22660
|
*
|
|
22665
|
-
* @deprecated
|
|
22661
|
+
* @deprecated As of version 1.74.0. please do not change the edit mode on groupElement level, let the SmartForm
|
|
22666
22662
|
* inheritance do it
|
|
22667
22663
|
*
|
|
22668
22664
|
* @returns `this` to allow method chaining.
|
|
@@ -22701,8 +22697,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
|
|
|
22701
22697
|
*
|
|
22702
22698
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22703
22699
|
*
|
|
22704
|
-
* @deprecated
|
|
22705
|
-
* layout of the `SmartForm` control.
|
|
22700
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
22701
|
+
* current layout of the `SmartForm` control.
|
|
22706
22702
|
*
|
|
22707
22703
|
* @returns Reference to `this` in order to allow method chaining
|
|
22708
22704
|
*/
|
|
@@ -22727,8 +22723,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
|
|
|
22727
22723
|
*
|
|
22728
22724
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22729
22725
|
*
|
|
22730
|
-
* @deprecated
|
|
22731
|
-
* `layout` aggregation of the `SmartForm` control.
|
|
22726
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
22727
|
+
* the `layout` aggregation of the `SmartForm` control.
|
|
22732
22728
|
*
|
|
22733
22729
|
* @returns Reference to `this` in order to allow method chaining
|
|
22734
22730
|
*/
|
|
@@ -22754,8 +22750,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
|
|
|
22754
22750
|
* it might make sense to set it manually to the same value as the one in the `SmartForm` control when creating
|
|
22755
22751
|
* the `GroupElement` element.
|
|
22756
22752
|
*
|
|
22757
|
-
* @deprecated
|
|
22758
|
-
* `layout` aggregation of the `SmartForm` control.
|
|
22753
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
22754
|
+
* the `layout` aggregation of the `SmartForm` control.
|
|
22759
22755
|
*/
|
|
22760
22756
|
useHorizontalLayout?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
22761
22757
|
|
|
@@ -22765,8 +22761,8 @@ declare module "sap/ui/comp/smartform/GroupElement" {
|
|
|
22765
22761
|
* **Note:** If `Group` is assigned to a `SmartForm` control, this property is inherited from the `SmartForm`
|
|
22766
22762
|
* control. So don't set it manually.
|
|
22767
22763
|
*
|
|
22768
|
-
* @deprecated
|
|
22769
|
-
* layout of the `SmartForm` control.
|
|
22764
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
22765
|
+
* current layout of the `SmartForm` control.
|
|
22770
22766
|
*/
|
|
22771
22767
|
horizontalLayoutGroupElementMinWidth?:
|
|
22772
22768
|
| int
|
|
@@ -24316,8 +24312,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
|
|
|
24316
24312
|
*
|
|
24317
24313
|
* Specifies the minimal size in pixels of all group elements of the form if the horizontal layout is used.
|
|
24318
24314
|
*
|
|
24319
|
-
* @deprecated
|
|
24320
|
-
* layout of the `SmartForm` control.
|
|
24315
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
24316
|
+
* current layout of the `SmartForm` control.
|
|
24321
24317
|
*
|
|
24322
24318
|
* @returns Value of property `horizontalLayoutGroupElementMinWidth`
|
|
24323
24319
|
*/
|
|
@@ -24358,7 +24354,7 @@ declare module "sap/ui/comp/smartform/SmartForm" {
|
|
|
24358
24354
|
*
|
|
24359
24355
|
* @returns Value of property `importance`
|
|
24360
24356
|
*/
|
|
24361
|
-
getImportance(): smartform.Importance
|
|
24357
|
+
getImportance(): smartform.Importance;
|
|
24362
24358
|
/**
|
|
24363
24359
|
* Gets content of aggregation {@link #getLayout layout}.
|
|
24364
24360
|
*
|
|
@@ -24419,8 +24415,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
|
|
|
24419
24415
|
* **Note:** The value of this property will be passed on to the `useHorizontalLayout` property of all `Group`
|
|
24420
24416
|
* and `GroupElement` elements.
|
|
24421
24417
|
*
|
|
24422
|
-
* @deprecated
|
|
24423
|
-
* `layout` aggregation.
|
|
24418
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
24419
|
+
* the `layout` aggregation.
|
|
24424
24420
|
*
|
|
24425
24421
|
* @returns Value of property `useHorizontalLayout`
|
|
24426
24422
|
*/
|
|
@@ -24444,9 +24440,7 @@ declare module "sap/ui/comp/smartform/SmartForm" {
|
|
|
24444
24440
|
*
|
|
24445
24441
|
* @returns Value of property `validationMode`
|
|
24446
24442
|
*/
|
|
24447
|
-
getValidationMode():
|
|
24448
|
-
| smartform.SmartFormValidationMode
|
|
24449
|
-
| keyof typeof smartform.SmartFormValidationMode;
|
|
24443
|
+
getValidationMode(): smartform.SmartFormValidationMode;
|
|
24450
24444
|
/**
|
|
24451
24445
|
* Returns the array of properties currently visible on the UI.
|
|
24452
24446
|
*
|
|
@@ -24727,8 +24721,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
|
|
|
24727
24721
|
*
|
|
24728
24722
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
24729
24723
|
*
|
|
24730
|
-
* @deprecated
|
|
24731
|
-
* layout of the `SmartForm` control.
|
|
24724
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
24725
|
+
* current layout of the `SmartForm` control.
|
|
24732
24726
|
*
|
|
24733
24727
|
* @returns Reference to `this` in order to allow method chaining
|
|
24734
24728
|
*/
|
|
@@ -24849,8 +24843,8 @@ declare module "sap/ui/comp/smartform/SmartForm" {
|
|
|
24849
24843
|
*
|
|
24850
24844
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
24851
24845
|
*
|
|
24852
|
-
* @deprecated
|
|
24853
|
-
* `layout` aggregation.
|
|
24846
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
24847
|
+
* the `layout` aggregation.
|
|
24854
24848
|
*
|
|
24855
24849
|
* @returns Reference to `this` in order to allow method chaining
|
|
24856
24850
|
*/
|
|
@@ -24915,16 +24909,16 @@ declare module "sap/ui/comp/smartform/SmartForm" {
|
|
|
24915
24909
|
* **Note:** The value of this property will be passed on to the `useHorizontalLayout` property of all `Group`
|
|
24916
24910
|
* and `GroupElement` elements.
|
|
24917
24911
|
*
|
|
24918
|
-
* @deprecated
|
|
24919
|
-
* `layout` aggregation.
|
|
24912
|
+
* @deprecated As of version 1.86. replaced by {@link sap.ui.comp.smartform.ColumnLayout ColumnLayout} in
|
|
24913
|
+
* the `layout` aggregation.
|
|
24920
24914
|
*/
|
|
24921
24915
|
useHorizontalLayout?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
24922
24916
|
|
|
24923
24917
|
/**
|
|
24924
24918
|
* Specifies the minimal size in pixels of all group elements of the form if the horizontal layout is used.
|
|
24925
24919
|
*
|
|
24926
|
-
* @deprecated
|
|
24927
|
-
* layout of the `SmartForm` control.
|
|
24920
|
+
* @deprecated As of version 1.48.0. please do not use this property as it does not have any effect on the
|
|
24921
|
+
* current layout of the `SmartForm` control.
|
|
24928
24922
|
*/
|
|
24929
24923
|
horizontalLayoutGroupElementMinWidth?:
|
|
24930
24924
|
| int
|
|
@@ -25572,7 +25566,7 @@ declare module "sap/ui/comp/smartlist/SmartList" {
|
|
|
25572
25566
|
*
|
|
25573
25567
|
* @returns Value of property `listType`
|
|
25574
25568
|
*/
|
|
25575
|
-
getListType(): smartlist.ListType
|
|
25569
|
+
getListType(): smartlist.ListType;
|
|
25576
25570
|
/**
|
|
25577
25571
|
* Gets current value of property {@link #getSelectFields selectFields}.
|
|
25578
25572
|
*
|
|
@@ -27094,7 +27088,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
|
|
|
27094
27088
|
*
|
|
27095
27089
|
* Default value is `false`.
|
|
27096
27090
|
*
|
|
27097
|
-
* @deprecated
|
|
27091
|
+
* @deprecated As of version 1.62. the concept has been discarded.
|
|
27098
27092
|
*
|
|
27099
27093
|
* @returns Value of property `isResponsive`
|
|
27100
27094
|
*/
|
|
@@ -27122,7 +27116,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
|
|
|
27122
27116
|
*
|
|
27123
27117
|
* @returns Value of property `size`
|
|
27124
27118
|
*/
|
|
27125
|
-
getSize(): Size
|
|
27119
|
+
getSize(): Size;
|
|
27126
27120
|
/**
|
|
27127
27121
|
* ID of the element which is the current target of the association {@link #getUnitOfMeasure unitOfMeasure},
|
|
27128
27122
|
* or `null`.
|
|
@@ -27278,7 +27272,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
|
|
|
27278
27272
|
*
|
|
27279
27273
|
* Default value is `false`.
|
|
27280
27274
|
*
|
|
27281
|
-
* @deprecated
|
|
27275
|
+
* @deprecated As of version 1.62. the concept has been discarded.
|
|
27282
27276
|
*
|
|
27283
27277
|
* @returns Reference to `this` in order to allow method chaining
|
|
27284
27278
|
*/
|
|
@@ -27411,7 +27405,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChart" {
|
|
|
27411
27405
|
* If this set to true, width and height of the control are determined by the width and height of the container
|
|
27412
27406
|
* in which the control is placed or by the width and height property.
|
|
27413
27407
|
*
|
|
27414
|
-
* @deprecated
|
|
27408
|
+
* @deprecated As of version 1.62. the concept has been discarded.
|
|
27415
27409
|
*/
|
|
27416
27410
|
isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
27417
27411
|
|
|
@@ -27711,7 +27705,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
|
|
|
27711
27705
|
*
|
|
27712
27706
|
* Default value is `false`.
|
|
27713
27707
|
*
|
|
27714
|
-
* @deprecated
|
|
27708
|
+
* @deprecated As of version 1.62. the concept has been discarded.
|
|
27715
27709
|
*
|
|
27716
27710
|
* @returns Value of property `isResponsive`
|
|
27717
27711
|
*/
|
|
@@ -27739,7 +27733,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
|
|
|
27739
27733
|
*
|
|
27740
27734
|
* @returns Value of property `size`
|
|
27741
27735
|
*/
|
|
27742
|
-
getSize(): Size
|
|
27736
|
+
getSize(): Size;
|
|
27743
27737
|
/**
|
|
27744
27738
|
* ID of the element which is the current target of the association {@link #getUnitOfMeasure unitOfMeasure},
|
|
27745
27739
|
* or `null`.
|
|
@@ -27864,7 +27858,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
|
|
|
27864
27858
|
*
|
|
27865
27859
|
* Default value is `false`.
|
|
27866
27860
|
*
|
|
27867
|
-
* @deprecated
|
|
27861
|
+
* @deprecated As of version 1.62. the concept has been discarded.
|
|
27868
27862
|
*
|
|
27869
27863
|
* @returns Reference to `this` in order to allow method chaining
|
|
27870
27864
|
*/
|
|
@@ -27993,7 +27987,7 @@ declare module "sap/ui/comp/smartmicrochart/SmartMicroChartBase" {
|
|
|
27993
27987
|
* If this set to true, width and height of the control are determined by the width and height of the container
|
|
27994
27988
|
* in which the control is placed or by the width and height property.
|
|
27995
27989
|
*
|
|
27996
|
-
* @deprecated
|
|
27990
|
+
* @deprecated As of version 1.62. the concept has been discarded.
|
|
27997
27991
|
*/
|
|
27998
27992
|
isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
27999
27993
|
|
|
@@ -28429,7 +28423,7 @@ declare module "sap/ui/comp/smartmultiedit/Container" {
|
|
|
28429
28423
|
/**
|
|
28430
28424
|
* Collects all fields that have currently client errors.
|
|
28431
28425
|
*
|
|
28432
|
-
* @deprecated
|
|
28426
|
+
* @deprecated As of version 1.61.0. replaced by `getErroneousFieldsAndTokens`
|
|
28433
28427
|
*
|
|
28434
28428
|
* @returns An array of fields having client errors.
|
|
28435
28429
|
*/
|
|
@@ -30674,7 +30668,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
30674
30668
|
* is done by the SmartTable itself.
|
|
30675
30669
|
*
|
|
30676
30670
|
* @since 1.28.0
|
|
30677
|
-
* @deprecated
|
|
30671
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
30672
|
+
* directly
|
|
30678
30673
|
*
|
|
30679
30674
|
* @returns Reference to `this` in order to allow method chaining
|
|
30680
30675
|
*/
|
|
@@ -30703,7 +30698,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
30703
30698
|
* is done by the SmartTable itself.
|
|
30704
30699
|
*
|
|
30705
30700
|
* @since 1.28.0
|
|
30706
|
-
* @deprecated
|
|
30701
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
30702
|
+
* directly
|
|
30707
30703
|
*
|
|
30708
30704
|
* @returns Reference to `this` in order to allow method chaining
|
|
30709
30705
|
*/
|
|
@@ -30727,7 +30723,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
30727
30723
|
* is done by the SmartTable itself.
|
|
30728
30724
|
*
|
|
30729
30725
|
* @since 1.52.0
|
|
30730
|
-
* @deprecated
|
|
30726
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
30727
|
+
* directly
|
|
30731
30728
|
*
|
|
30732
30729
|
* @returns Reference to `this` in order to allow method chaining
|
|
30733
30730
|
*/
|
|
@@ -30756,7 +30753,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
30756
30753
|
* is done by the SmartTable itself.
|
|
30757
30754
|
*
|
|
30758
30755
|
* @since 1.52.0
|
|
30759
|
-
* @deprecated
|
|
30756
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
30757
|
+
* directly
|
|
30760
30758
|
*
|
|
30761
30759
|
* @returns Reference to `this` in order to allow method chaining
|
|
30762
30760
|
*/
|
|
@@ -31313,7 +31311,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31313
31311
|
* The passed function and listener object must match the ones used for event registration.
|
|
31314
31312
|
*
|
|
31315
31313
|
* @since 1.28.0
|
|
31316
|
-
* @deprecated
|
|
31314
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
31315
|
+
* directly
|
|
31317
31316
|
*
|
|
31318
31317
|
* @returns Reference to `this` in order to allow method chaining
|
|
31319
31318
|
*/
|
|
@@ -31334,7 +31333,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31334
31333
|
* The passed function and listener object must match the ones used for event registration.
|
|
31335
31334
|
*
|
|
31336
31335
|
* @since 1.52.0
|
|
31337
|
-
* @deprecated
|
|
31336
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
31337
|
+
* directly
|
|
31338
31338
|
*
|
|
31339
31339
|
* @returns Reference to `this` in order to allow method chaining
|
|
31340
31340
|
*/
|
|
@@ -31590,7 +31590,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31590
31590
|
* Fires event {@link #event:dataReceived dataReceived} to attached listeners.
|
|
31591
31591
|
*
|
|
31592
31592
|
* @since 1.28.0
|
|
31593
|
-
* @deprecated
|
|
31593
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
31594
|
+
* directly
|
|
31594
31595
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
31595
31596
|
*
|
|
31596
31597
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31605,7 +31606,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31605
31606
|
* Fires event {@link #event:dataRequested dataRequested} to attached listeners.
|
|
31606
31607
|
*
|
|
31607
31608
|
* @since 1.52.0
|
|
31608
|
-
* @deprecated
|
|
31609
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
31610
|
+
* directly
|
|
31609
31611
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
31610
31612
|
*
|
|
31611
31613
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31846,7 +31848,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31846
31848
|
*
|
|
31847
31849
|
* @returns Value of property `detailsButtonSetting`
|
|
31848
31850
|
*/
|
|
31849
|
-
getDetailsButtonSetting():
|
|
31851
|
+
getDetailsButtonSetting(): Priority[];
|
|
31850
31852
|
/**
|
|
31851
31853
|
* Gets current value of property {@link #getEditable editable}.
|
|
31852
31854
|
*
|
|
@@ -31999,10 +32001,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31999
32001
|
* Default value is `true`.
|
|
32000
32002
|
*
|
|
32001
32003
|
* @since 1.26.0
|
|
32002
|
-
* @deprecated
|
|
32003
|
-
* `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
|
|
32004
|
-
* value will not be shown in personalization dialog and will also not be persisted in variant
|
|
32005
|
-
* The custom filter will also be overwritten when rebindTable is called on the SmartTable.
|
|
32004
|
+
* @deprecated As of version 1.40.0. After personalization dialog has been introduced in SmartTable the
|
|
32005
|
+
* property `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
|
|
32006
|
+
* custom filter value will not be shown in personalization dialog and will also not be persisted in variant
|
|
32007
|
+
* management. The custom filter will also be overwritten when rebindTable is called on the SmartTable.
|
|
32006
32008
|
*
|
|
32007
32009
|
* @returns Value of property `enableCustomFilter`
|
|
32008
32010
|
*/
|
|
@@ -32072,7 +32074,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32072
32074
|
*
|
|
32073
32075
|
* @returns Value of property `exportType`
|
|
32074
32076
|
*/
|
|
32075
|
-
getExportType(): smarttable.ExportType
|
|
32077
|
+
getExportType(): smarttable.ExportType;
|
|
32076
32078
|
/**
|
|
32077
32079
|
* Gets content of aggregation {@link #getFilterControlConfiguration filterControlConfiguration}.
|
|
32078
32080
|
*
|
|
@@ -32102,7 +32104,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32102
32104
|
*
|
|
32103
32105
|
* @returns Value of property `headerLevel`
|
|
32104
32106
|
*/
|
|
32105
|
-
getHeaderLevel(): TitleLevel
|
|
32107
|
+
getHeaderLevel(): TitleLevel;
|
|
32106
32108
|
/**
|
|
32107
32109
|
* Gets current value of property {@link #getIgnoredFields ignoredFields}.
|
|
32108
32110
|
*
|
|
@@ -32397,7 +32399,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32397
32399
|
*
|
|
32398
32400
|
* @returns Value of property `tableType`
|
|
32399
32401
|
*/
|
|
32400
|
-
getTableType(): smarttable.TableType
|
|
32402
|
+
getTableType(): smarttable.TableType;
|
|
32401
32403
|
/**
|
|
32402
32404
|
* Returns the `Toolbar` instance used inside the `SmartTable` control.
|
|
32403
32405
|
*
|
|
@@ -32489,7 +32491,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32489
32491
|
* Default value is `true`.
|
|
32490
32492
|
*
|
|
32491
32493
|
* @since 1.26.0
|
|
32492
|
-
* @deprecated
|
|
32494
|
+
* @deprecated As of version 1.100. replaced by `enableExport` property.
|
|
32493
32495
|
*
|
|
32494
32496
|
* @returns Value of property `useExportToExcel`
|
|
32495
32497
|
*/
|
|
@@ -32517,9 +32519,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32517
32519
|
*
|
|
32518
32520
|
* @returns Value of property `useInfoToolbar`
|
|
32519
32521
|
*/
|
|
32520
|
-
getUseInfoToolbar():
|
|
32521
|
-
| smarttable.InfoToolbarBehavior
|
|
32522
|
-
| keyof typeof smarttable.InfoToolbarBehavior;
|
|
32522
|
+
getUseInfoToolbar(): smarttable.InfoToolbarBehavior;
|
|
32523
32523
|
/**
|
|
32524
32524
|
* Gets current value of property {@link #getUseOnlyOneSolidToolbar useOnlyOneSolidToolbar}.
|
|
32525
32525
|
*
|
|
@@ -32529,7 +32529,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32529
32529
|
* Default value is `false`.
|
|
32530
32530
|
*
|
|
32531
32531
|
* @since 1.26.0
|
|
32532
|
-
* @deprecated
|
|
32532
|
+
* @deprecated As of version 1.29. This property has no effect
|
|
32533
32533
|
*
|
|
32534
32534
|
* @returns Value of property `useOnlyOneSolidToolbar`
|
|
32535
32535
|
*/
|
|
@@ -32984,10 +32984,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32984
32984
|
* Default value is `true`.
|
|
32985
32985
|
*
|
|
32986
32986
|
* @since 1.26.0
|
|
32987
|
-
* @deprecated
|
|
32988
|
-
* `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
|
|
32989
|
-
* value will not be shown in personalization dialog and will also not be persisted in variant
|
|
32990
|
-
* The custom filter will also be overwritten when rebindTable is called on the SmartTable.
|
|
32987
|
+
* @deprecated As of version 1.40.0. After personalization dialog has been introduced in SmartTable the
|
|
32988
|
+
* property `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
|
|
32989
|
+
* custom filter value will not be shown in personalization dialog and will also not be persisted in variant
|
|
32990
|
+
* management. The custom filter will also be overwritten when rebindTable is called on the SmartTable.
|
|
32991
32991
|
*
|
|
32992
32992
|
* @returns Reference to `this` in order to allow method chaining
|
|
32993
32993
|
*/
|
|
@@ -33605,7 +33605,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
33605
33605
|
* Sets the `useExportToExcel` property which enables export of data. The export type can be defined using
|
|
33606
33606
|
* `exportType` property.
|
|
33607
33607
|
*
|
|
33608
|
-
* @deprecated
|
|
33608
|
+
* @deprecated As of version 1.100. replaced by {@link #setEnableExport}.
|
|
33609
33609
|
*
|
|
33610
33610
|
* @returns Reference to this in order to allow method chaining
|
|
33611
33611
|
*/
|
|
@@ -33659,7 +33659,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
33659
33659
|
* Default value is `false`.
|
|
33660
33660
|
*
|
|
33661
33661
|
* @since 1.26.0
|
|
33662
|
-
* @deprecated
|
|
33662
|
+
* @deprecated As of version 1.29. This property has no effect
|
|
33663
33663
|
*
|
|
33664
33664
|
* @returns Reference to `this` in order to allow method chaining
|
|
33665
33665
|
*/
|
|
@@ -33881,7 +33881,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
33881
33881
|
* the binding, if the relevant information is available there for exporting hierarchical data in the spreadsheet.
|
|
33882
33882
|
*
|
|
33883
33883
|
* @since 1.26.0
|
|
33884
|
-
* @deprecated
|
|
33884
|
+
* @deprecated As of version 1.100. replaced by `enableExport` property.
|
|
33885
33885
|
*/
|
|
33886
33886
|
useExportToExcel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
33887
33887
|
|
|
@@ -34030,10 +34030,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
34030
34030
|
* in the table personalization dialog.
|
|
34031
34031
|
*
|
|
34032
34032
|
* @since 1.26.0
|
|
34033
|
-
* @deprecated
|
|
34034
|
-
* `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
|
|
34035
|
-
* value will not be shown in personalization dialog and will also not be persisted in variant
|
|
34036
|
-
* The custom filter will also be overwritten when rebindTable is called on the SmartTable.
|
|
34033
|
+
* @deprecated As of version 1.40.0. After personalization dialog has been introduced in SmartTable the
|
|
34034
|
+
* property `enableCustomFilter` does not make sense. When setting the property to `false`, the entered
|
|
34035
|
+
* custom filter value will not be shown in personalization dialog and will also not be persisted in variant
|
|
34036
|
+
* management. The custom filter will also be overwritten when rebindTable is called on the SmartTable.
|
|
34037
34037
|
*/
|
|
34038
34038
|
enableCustomFilter?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
34039
34039
|
|
|
@@ -34052,7 +34052,7 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
34052
34052
|
* toolbar will have a solid style.
|
|
34053
34053
|
*
|
|
34054
34054
|
* @since 1.26.0
|
|
34055
|
-
* @deprecated
|
|
34055
|
+
* @deprecated As of version 1.29. This property has no effect
|
|
34056
34056
|
*/
|
|
34057
34057
|
useOnlyOneSolidToolbar?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
34058
34058
|
|
|
@@ -34399,7 +34399,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
34399
34399
|
* is done by the SmartTable itself.
|
|
34400
34400
|
*
|
|
34401
34401
|
* @since 1.52.0
|
|
34402
|
-
* @deprecated
|
|
34402
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
34403
|
+
* directly
|
|
34403
34404
|
*/
|
|
34404
34405
|
dataRequested?: (oEvent: Event) => void;
|
|
34405
34406
|
|
|
@@ -34408,7 +34409,8 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
34408
34409
|
* is done by the SmartTable itself.
|
|
34409
34410
|
*
|
|
34410
34411
|
* @since 1.28.0
|
|
34411
|
-
* @deprecated
|
|
34412
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
34413
|
+
* directly
|
|
34412
34414
|
*/
|
|
34413
34415
|
dataReceived?: (oEvent: Event) => void;
|
|
34414
34416
|
|
|
@@ -34622,14 +34624,16 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
34622
34624
|
/**
|
|
34623
34625
|
* Parameters of the SmartTable#dataReceived event.
|
|
34624
34626
|
*
|
|
34625
|
-
* @deprecated
|
|
34627
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
34628
|
+
* directly
|
|
34626
34629
|
*/
|
|
34627
34630
|
export interface SmartTable$DataReceivedEventParameters {}
|
|
34628
34631
|
|
|
34629
34632
|
/**
|
|
34630
34633
|
* Event object of the SmartTable#dataReceived event.
|
|
34631
34634
|
*
|
|
34632
|
-
* @deprecated
|
|
34635
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
34636
|
+
* directly
|
|
34633
34637
|
*/
|
|
34634
34638
|
export type SmartTable$DataReceivedEvent = Event<
|
|
34635
34639
|
SmartTable$DataReceivedEventParameters,
|
|
@@ -34639,14 +34643,16 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
34639
34643
|
/**
|
|
34640
34644
|
* Parameters of the SmartTable#dataRequested event.
|
|
34641
34645
|
*
|
|
34642
|
-
* @deprecated
|
|
34646
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
34647
|
+
* directly
|
|
34643
34648
|
*/
|
|
34644
34649
|
export interface SmartTable$DataRequestedEventParameters {}
|
|
34645
34650
|
|
|
34646
34651
|
/**
|
|
34647
34652
|
* Event object of the SmartTable#dataRequested event.
|
|
34648
34653
|
*
|
|
34649
|
-
* @deprecated
|
|
34654
|
+
* @deprecated As of version 1.56. Use `beforeRebindTable` event to attach/listen to the binding "events"
|
|
34655
|
+
* directly
|
|
34650
34656
|
*/
|
|
34651
34657
|
export type SmartTable$DataRequestedEvent = Event<
|
|
34652
34658
|
SmartTable$DataRequestedEventParameters,
|
|
@@ -35180,8 +35186,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
35180
35186
|
*
|
|
35181
35187
|
* This event is fired when the SmartVariantManagement control is initialized.
|
|
35182
35188
|
*
|
|
35183
|
-
* @deprecated
|
|
35184
|
-
* `initialise`-method.
|
|
35189
|
+
* @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
|
|
35190
|
+
* the `initialise`-method.
|
|
35185
35191
|
*
|
|
35186
35192
|
* @returns Reference to `this` in order to allow method chaining
|
|
35187
35193
|
*/
|
|
@@ -35209,8 +35215,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
35209
35215
|
*
|
|
35210
35216
|
* This event is fired when the SmartVariantManagement control is initialized.
|
|
35211
35217
|
*
|
|
35212
|
-
* @deprecated
|
|
35213
|
-
* `initialise`-method.
|
|
35218
|
+
* @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
|
|
35219
|
+
* the `initialise`-method.
|
|
35214
35220
|
*
|
|
35215
35221
|
* @returns Reference to `this` in order to allow method chaining
|
|
35216
35222
|
*/
|
|
@@ -35321,8 +35327,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
35321
35327
|
*
|
|
35322
35328
|
* The passed function and listener object must match the ones used for event registration.
|
|
35323
35329
|
*
|
|
35324
|
-
* @deprecated
|
|
35325
|
-
* `initialise`-method.
|
|
35330
|
+
* @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
|
|
35331
|
+
* the `initialise`-method.
|
|
35326
35332
|
*
|
|
35327
35333
|
* @returns Reference to `this` in order to allow method chaining
|
|
35328
35334
|
*/
|
|
@@ -35370,8 +35376,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
35370
35376
|
/**
|
|
35371
35377
|
* Fires event {@link #event:initialise initialise} to attached listeners.
|
|
35372
35378
|
*
|
|
35373
|
-
* @deprecated
|
|
35374
|
-
* `initialise`-method.
|
|
35379
|
+
* @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
|
|
35380
|
+
* the `initialise`-method.
|
|
35375
35381
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
35376
35382
|
*
|
|
35377
35383
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -35594,8 +35600,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
35594
35600
|
/**
|
|
35595
35601
|
* This event is fired when the SmartVariantManagement control is initialized.
|
|
35596
35602
|
*
|
|
35597
|
-
* @deprecated
|
|
35598
|
-
* `initialise`-method.
|
|
35603
|
+
* @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
|
|
35604
|
+
* the `initialise`-method.
|
|
35599
35605
|
*/
|
|
35600
35606
|
initialise?: (oEvent: Event) => void;
|
|
35601
35607
|
|
|
@@ -35626,16 +35632,16 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
35626
35632
|
/**
|
|
35627
35633
|
* Parameters of the SmartVariantManagement#initialise event.
|
|
35628
35634
|
*
|
|
35629
|
-
* @deprecated
|
|
35630
|
-
* `initialise`-method.
|
|
35635
|
+
* @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
|
|
35636
|
+
* the `initialise`-method.
|
|
35631
35637
|
*/
|
|
35632
35638
|
export interface SmartVariantManagement$InitialiseEventParameters {}
|
|
35633
35639
|
|
|
35634
35640
|
/**
|
|
35635
35641
|
* Event object of the SmartVariantManagement#initialise event.
|
|
35636
35642
|
*
|
|
35637
|
-
* @deprecated
|
|
35638
|
-
* `initialise`-method.
|
|
35643
|
+
* @deprecated As of version 1.38.0. Replaced by providing the personalizable control and the callback via
|
|
35644
|
+
* the `initialise`-method.
|
|
35639
35645
|
*/
|
|
35640
35646
|
export type SmartVariantManagement$InitialiseEvent = Event<
|
|
35641
35647
|
SmartVariantManagement$InitialiseEventParameters,
|
|
@@ -35883,7 +35889,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35883
35889
|
*
|
|
35884
35890
|
* Enables the setting of the initially selected variant.
|
|
35885
35891
|
*
|
|
35886
|
-
* @deprecated
|
|
35892
|
+
* @deprecated As of version 1.103. replaced by property `selectionKey`
|
|
35887
35893
|
*
|
|
35888
35894
|
* @returns Value of property `initialSelectionKey`
|
|
35889
35895
|
*/
|
|
@@ -35896,7 +35902,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35896
35902
|
*
|
|
35897
35903
|
* Default value is `false`.
|
|
35898
35904
|
*
|
|
35899
|
-
* @deprecated
|
|
35905
|
+
* @deprecated As of version 1.103. life-cycle handling of views is done internally by the SAPUI5 flexibility
|
|
35900
35906
|
* service.
|
|
35901
35907
|
*
|
|
35902
35908
|
* @returns Value of property `lifecycleSupport`
|
|
@@ -35920,7 +35926,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35920
35926
|
*
|
|
35921
35927
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
35922
35928
|
*
|
|
35923
|
-
* @deprecated
|
|
35929
|
+
* @deprecated As of version 1.103. replaced by property `selectionKey`
|
|
35924
35930
|
*
|
|
35925
35931
|
* @returns Reference to `this` in order to allow method chaining
|
|
35926
35932
|
*/
|
|
@@ -35940,7 +35946,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35940
35946
|
*
|
|
35941
35947
|
* Default value is `false`.
|
|
35942
35948
|
*
|
|
35943
|
-
* @deprecated
|
|
35949
|
+
* @deprecated As of version 1.103. life-cycle handling of views is done internally by the SAPUI5 flexibility
|
|
35944
35950
|
* service.
|
|
35945
35951
|
*
|
|
35946
35952
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -35983,7 +35989,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35983
35989
|
/**
|
|
35984
35990
|
* Enables the setting of the initially selected variant.
|
|
35985
35991
|
*
|
|
35986
|
-
* @deprecated
|
|
35992
|
+
* @deprecated As of version 1.103. replaced by property `selectionKey`
|
|
35987
35993
|
*/
|
|
35988
35994
|
initialSelectionKey?: string | PropertyBindingInfo;
|
|
35989
35995
|
|
|
@@ -35991,7 +35997,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35991
35997
|
* Enables the lifecycle support. If set to true, the VariantManagement control handles the transport information
|
|
35992
35998
|
* for shared variants.
|
|
35993
35999
|
*
|
|
35994
|
-
* @deprecated
|
|
36000
|
+
* @deprecated As of version 1.103. life-cycle handling of views is done internally by the SAPUI5 flexibility
|
|
35995
36001
|
* service.
|
|
35996
36002
|
*/
|
|
35997
36003
|
lifecycleSupport?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -36525,7 +36531,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
36525
36531
|
*
|
|
36526
36532
|
* @returns Value of property `headerLevel`
|
|
36527
36533
|
*/
|
|
36528
|
-
getHeaderLevel(): TitleLevel
|
|
36534
|
+
getHeaderLevel(): TitleLevel;
|
|
36529
36535
|
/**
|
|
36530
36536
|
* Gets current value of property {@link #getInErrorState inErrorState}.
|
|
36531
36537
|
*
|
|
@@ -36658,7 +36664,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
36658
36664
|
*
|
|
36659
36665
|
* @returns Value of property `titleStyle`
|
|
36660
36666
|
*/
|
|
36661
|
-
getTitleStyle(): TitleLevel
|
|
36667
|
+
getTitleStyle(): TitleLevel;
|
|
36662
36668
|
/**
|
|
36663
36669
|
* Gets current value of property {@link #getUseFavorites useFavorites}.
|
|
36664
36670
|
*
|
|
@@ -37859,7 +37865,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementUi2" {
|
|
|
37859
37865
|
*
|
|
37860
37866
|
* @returns Value of property `headerLevel`
|
|
37861
37867
|
*/
|
|
37862
|
-
getHeaderLevel(): TitleLevel
|
|
37868
|
+
getHeaderLevel(): TitleLevel;
|
|
37863
37869
|
/**
|
|
37864
37870
|
* Gets current value of property {@link #getMaxWidth maxWidth}.
|
|
37865
37871
|
*
|
|
@@ -37900,7 +37906,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementUi2" {
|
|
|
37900
37906
|
*
|
|
37901
37907
|
* @returns Value of property `titleStyle`
|
|
37902
37908
|
*/
|
|
37903
|
-
getTitleStyle(): TitleLevel
|
|
37909
|
+
getTitleStyle(): TitleLevel;
|
|
37904
37910
|
/**
|
|
37905
37911
|
* Retrieves the variant content.
|
|
37906
37912
|
*
|
|
@@ -39496,7 +39502,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
|
|
|
39496
39502
|
*
|
|
39497
39503
|
* Default value is `'-1'`.
|
|
39498
39504
|
*
|
|
39499
|
-
* @deprecated
|
|
39505
|
+
* @deprecated As of version 1.84.1. replaced by `maxConditions`.
|
|
39500
39506
|
*
|
|
39501
39507
|
* @returns Value of property `maxExcludeRanges`
|
|
39502
39508
|
*/
|
|
@@ -39509,7 +39515,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
|
|
|
39509
39515
|
*
|
|
39510
39516
|
* Default value is `'-1'`.
|
|
39511
39517
|
*
|
|
39512
|
-
* @deprecated
|
|
39518
|
+
* @deprecated As of version 1.84.1. replaced by `maxConditions`.
|
|
39513
39519
|
*
|
|
39514
39520
|
* @returns Value of property `maxIncludeRanges`
|
|
39515
39521
|
*/
|
|
@@ -39554,7 +39560,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
|
|
|
39554
39560
|
* Gives access to the internal table instance.
|
|
39555
39561
|
*
|
|
39556
39562
|
* @since 1.28
|
|
39557
|
-
* @deprecated
|
|
39563
|
+
* @deprecated As of version 1.60.0. replaced by {@link sap.ui.comp.valuehelpdialog.ValueHelpDialog#getTableAsync }
|
|
39558
39564
|
* to prevent synchronous calls.
|
|
39559
39565
|
*
|
|
39560
39566
|
* @returns the used table instance
|
|
@@ -39796,7 +39802,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
|
|
|
39796
39802
|
*
|
|
39797
39803
|
* Default value is `'-1'`.
|
|
39798
39804
|
*
|
|
39799
|
-
* @deprecated
|
|
39805
|
+
* @deprecated As of version 1.84.1. replaced by `maxConditions`.
|
|
39800
39806
|
*
|
|
39801
39807
|
* @returns Reference to `this` in order to allow method chaining
|
|
39802
39808
|
*/
|
|
@@ -39816,7 +39822,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
|
|
|
39816
39822
|
*
|
|
39817
39823
|
* Default value is `'-1'`.
|
|
39818
39824
|
*
|
|
39819
|
-
* @deprecated
|
|
39825
|
+
* @deprecated As of version 1.84.1. replaced by `maxConditions`.
|
|
39820
39826
|
*
|
|
39821
39827
|
* @returns Reference to `this` in order to allow method chaining
|
|
39822
39828
|
*/
|
|
@@ -40010,7 +40016,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
|
|
|
40010
40016
|
* Defines the maximum number of include ranges. If value is 0 - the include group of operators should not
|
|
40011
40017
|
* be displayed.
|
|
40012
40018
|
*
|
|
40013
|
-
* @deprecated
|
|
40019
|
+
* @deprecated As of version 1.84.1. replaced by `maxConditions`.
|
|
40014
40020
|
*/
|
|
40015
40021
|
maxIncludeRanges?: string | PropertyBindingInfo;
|
|
40016
40022
|
|
|
@@ -40018,7 +40024,7 @@ declare module "sap/ui/comp/valuehelpdialog/ValueHelpDialog" {
|
|
|
40018
40024
|
* Defines the maximum number of exclude ranges. If value is 0 - the exclude group of operators should not
|
|
40019
40025
|
* be displayed.
|
|
40020
40026
|
*
|
|
40021
|
-
* @deprecated
|
|
40027
|
+
* @deprecated As of version 1.84.1. replaced by `maxConditions`.
|
|
40022
40028
|
*/
|
|
40023
40029
|
maxExcludeRanges?: string | PropertyBindingInfo;
|
|
40024
40030
|
|
|
@@ -40237,7 +40243,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
|
|
|
40237
40243
|
/**
|
|
40238
40244
|
* The EditableVariantItem class describes an editable variant list item for the Manage Variants popup.
|
|
40239
40245
|
*
|
|
40240
|
-
* @deprecated
|
|
40246
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40241
40247
|
*/
|
|
40242
40248
|
export default class EditableVariantItem extends ColumnListItem {
|
|
40243
40249
|
/**
|
|
@@ -40308,7 +40314,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
|
|
|
40308
40314
|
* Flags for a variant to indicate why it might be read-only
|
|
40309
40315
|
*
|
|
40310
40316
|
* @since 1.26.0
|
|
40311
|
-
* @deprecated
|
|
40317
|
+
* @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
|
|
40312
40318
|
*
|
|
40313
40319
|
* @returns Value of property `accessOptions`
|
|
40314
40320
|
*/
|
|
@@ -40417,7 +40423,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
|
|
|
40417
40423
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40418
40424
|
*
|
|
40419
40425
|
* @since 1.26.0
|
|
40420
|
-
* @deprecated
|
|
40426
|
+
* @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
|
|
40421
40427
|
*
|
|
40422
40428
|
* @returns Reference to `this` in order to allow method chaining
|
|
40423
40429
|
*/
|
|
@@ -40590,7 +40596,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
|
|
|
40590
40596
|
/**
|
|
40591
40597
|
* Describes the settings that can be provided to the EditableVariantItem constructor.
|
|
40592
40598
|
*
|
|
40593
|
-
* @deprecated
|
|
40599
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40594
40600
|
*/
|
|
40595
40601
|
export interface $EditableVariantItemSettings
|
|
40596
40602
|
extends $ColumnListItemSettings {
|
|
@@ -40640,7 +40646,7 @@ declare module "sap/ui/comp/variants/EditableVariantItem" {
|
|
|
40640
40646
|
* Flags for a variant to indicate why it might be read-only
|
|
40641
40647
|
*
|
|
40642
40648
|
* @since 1.26.0
|
|
40643
|
-
* @deprecated
|
|
40649
|
+
* @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
|
|
40644
40650
|
*/
|
|
40645
40651
|
accessOptions?: string | PropertyBindingInfo;
|
|
40646
40652
|
|
|
@@ -40829,7 +40835,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40829
40835
|
* Flags for a variant to indicate why it might be read-only.
|
|
40830
40836
|
*
|
|
40831
40837
|
* @since 1.26.0
|
|
40832
|
-
* @deprecated
|
|
40838
|
+
* @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
|
|
40833
40839
|
*
|
|
40834
40840
|
* @returns Value of property `accessOptions`
|
|
40835
40841
|
*/
|
|
@@ -40842,7 +40848,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40842
40848
|
* Default value is `false`.
|
|
40843
40849
|
*
|
|
40844
40850
|
* @since 1.26.0
|
|
40845
|
-
* @deprecated
|
|
40851
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40846
40852
|
*
|
|
40847
40853
|
* @returns Value of property `executeOnSelection`
|
|
40848
40854
|
*/
|
|
@@ -40853,7 +40859,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40853
40859
|
* Indicator if a variant is visible for all users.
|
|
40854
40860
|
*
|
|
40855
40861
|
* @since 1.26.0
|
|
40856
|
-
* @deprecated
|
|
40862
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40857
40863
|
*
|
|
40858
40864
|
* @returns Value of property `global`
|
|
40859
40865
|
*/
|
|
@@ -40866,7 +40872,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40866
40872
|
* Default value is `false`.
|
|
40867
40873
|
*
|
|
40868
40874
|
* @since 1.26.0
|
|
40869
|
-
* @deprecated
|
|
40875
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40870
40876
|
*
|
|
40871
40877
|
* @returns Value of property `labelReadOnly`
|
|
40872
40878
|
*/
|
|
@@ -40877,7 +40883,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40877
40883
|
* ABAP package the variant is assigned to. Used for transport functionality.
|
|
40878
40884
|
*
|
|
40879
40885
|
* @since 1.26.0
|
|
40880
|
-
* @deprecated
|
|
40886
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40881
40887
|
*
|
|
40882
40888
|
* @returns Value of property `lifecyclePackage`
|
|
40883
40889
|
*/
|
|
@@ -40888,7 +40894,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40888
40894
|
* Identifier of the transport object the variant is assigned to.
|
|
40889
40895
|
*
|
|
40890
40896
|
* @since 1.26.0
|
|
40891
|
-
* @deprecated
|
|
40897
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40892
40898
|
*
|
|
40893
40899
|
* @returns Value of property `lifecycleTransportId`
|
|
40894
40900
|
*/
|
|
@@ -40899,7 +40905,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40899
40905
|
* Variant namespace
|
|
40900
40906
|
*
|
|
40901
40907
|
* @since 1.26.0
|
|
40902
|
-
* @deprecated
|
|
40908
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40903
40909
|
*
|
|
40904
40910
|
* @returns Value of property `namespace`
|
|
40905
40911
|
*/
|
|
@@ -40912,7 +40918,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40912
40918
|
* Default value is `false`.
|
|
40913
40919
|
*
|
|
40914
40920
|
* @since 1.26.0
|
|
40915
|
-
* @deprecated
|
|
40921
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40916
40922
|
*
|
|
40917
40923
|
* @returns Value of property `readOnly`
|
|
40918
40924
|
*/
|
|
@@ -40925,7 +40931,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40925
40931
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40926
40932
|
*
|
|
40927
40933
|
* @since 1.26.0
|
|
40928
|
-
* @deprecated
|
|
40934
|
+
* @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
|
|
40929
40935
|
*
|
|
40930
40936
|
* @returns Reference to `this` in order to allow method chaining
|
|
40931
40937
|
*/
|
|
@@ -40945,7 +40951,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40945
40951
|
* Default value is `false`.
|
|
40946
40952
|
*
|
|
40947
40953
|
* @since 1.26.0
|
|
40948
|
-
* @deprecated
|
|
40954
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40949
40955
|
*
|
|
40950
40956
|
* @returns Reference to `this` in order to allow method chaining
|
|
40951
40957
|
*/
|
|
@@ -40963,7 +40969,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40963
40969
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40964
40970
|
*
|
|
40965
40971
|
* @since 1.26.0
|
|
40966
|
-
* @deprecated
|
|
40972
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40967
40973
|
*
|
|
40968
40974
|
* @returns Reference to `this` in order to allow method chaining
|
|
40969
40975
|
*/
|
|
@@ -40983,7 +40989,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
40983
40989
|
* Default value is `false`.
|
|
40984
40990
|
*
|
|
40985
40991
|
* @since 1.26.0
|
|
40986
|
-
* @deprecated
|
|
40992
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
40987
40993
|
*
|
|
40988
40994
|
* @returns Reference to `this` in order to allow method chaining
|
|
40989
40995
|
*/
|
|
@@ -41001,7 +41007,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41001
41007
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41002
41008
|
*
|
|
41003
41009
|
* @since 1.26.0
|
|
41004
|
-
* @deprecated
|
|
41010
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41005
41011
|
*
|
|
41006
41012
|
* @returns Reference to `this` in order to allow method chaining
|
|
41007
41013
|
*/
|
|
@@ -41019,7 +41025,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41019
41025
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41020
41026
|
*
|
|
41021
41027
|
* @since 1.26.0
|
|
41022
|
-
* @deprecated
|
|
41028
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41023
41029
|
*
|
|
41024
41030
|
* @returns Reference to `this` in order to allow method chaining
|
|
41025
41031
|
*/
|
|
@@ -41037,7 +41043,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41037
41043
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41038
41044
|
*
|
|
41039
41045
|
* @since 1.26.0
|
|
41040
|
-
* @deprecated
|
|
41046
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41041
41047
|
*
|
|
41042
41048
|
* @returns Reference to `this` in order to allow method chaining
|
|
41043
41049
|
*/
|
|
@@ -41057,7 +41063,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41057
41063
|
* Default value is `false`.
|
|
41058
41064
|
*
|
|
41059
41065
|
* @since 1.26.0
|
|
41060
|
-
* @deprecated
|
|
41066
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41061
41067
|
*
|
|
41062
41068
|
* @returns Reference to `this` in order to allow method chaining
|
|
41063
41069
|
*/
|
|
@@ -41088,7 +41094,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41088
41094
|
* Attribute for usage in `SmartFilterBar`
|
|
41089
41095
|
*
|
|
41090
41096
|
* @since 1.26.0
|
|
41091
|
-
* @deprecated
|
|
41097
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41092
41098
|
*/
|
|
41093
41099
|
executeOnSelection?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
41094
41100
|
|
|
@@ -41096,7 +41102,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41096
41102
|
* If set to `false`, the user is allowed to change the item's data
|
|
41097
41103
|
*
|
|
41098
41104
|
* @since 1.26.0
|
|
41099
|
-
* @deprecated
|
|
41105
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41100
41106
|
*/
|
|
41101
41107
|
readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
41102
41108
|
|
|
@@ -41104,7 +41110,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41104
41110
|
* Identifier of the transport object the variant is assigned to.
|
|
41105
41111
|
*
|
|
41106
41112
|
* @since 1.26.0
|
|
41107
|
-
* @deprecated
|
|
41113
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41108
41114
|
*/
|
|
41109
41115
|
lifecycleTransportId?: string | PropertyBindingInfo;
|
|
41110
41116
|
|
|
@@ -41112,7 +41118,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41112
41118
|
* Indicator if a variant is visible for all users.
|
|
41113
41119
|
*
|
|
41114
41120
|
* @since 1.26.0
|
|
41115
|
-
* @deprecated
|
|
41121
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41116
41122
|
*/
|
|
41117
41123
|
global?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
41118
41124
|
|
|
@@ -41120,7 +41126,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41120
41126
|
* ABAP package the variant is assigned to. Used for transport functionality.
|
|
41121
41127
|
*
|
|
41122
41128
|
* @since 1.26.0
|
|
41123
|
-
* @deprecated
|
|
41129
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41124
41130
|
*/
|
|
41125
41131
|
lifecyclePackage?: string | PropertyBindingInfo;
|
|
41126
41132
|
|
|
@@ -41128,7 +41134,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41128
41134
|
* Variant namespace
|
|
41129
41135
|
*
|
|
41130
41136
|
* @since 1.26.0
|
|
41131
|
-
* @deprecated
|
|
41137
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41132
41138
|
*/
|
|
41133
41139
|
namespace?: string | PropertyBindingInfo;
|
|
41134
41140
|
|
|
@@ -41136,7 +41142,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41136
41142
|
* Flags for a variant to indicate why it might be read-only.
|
|
41137
41143
|
*
|
|
41138
41144
|
* @since 1.26.0
|
|
41139
|
-
* @deprecated
|
|
41145
|
+
* @deprecated As of version 1.28.0. Replaced by property `labelReadOnly`
|
|
41140
41146
|
*/
|
|
41141
41147
|
accessOptions?: string | PropertyBindingInfo;
|
|
41142
41148
|
|
|
@@ -41144,7 +41150,7 @@ declare module "sap/ui/comp/variants/VariantItem" {
|
|
|
41144
41150
|
* Indicates if the variant title can be changed.
|
|
41145
41151
|
*
|
|
41146
41152
|
* @since 1.26.0
|
|
41147
|
-
* @deprecated
|
|
41153
|
+
* @deprecated As of version 1.120.0. the concept has been discarded.
|
|
41148
41154
|
*/
|
|
41149
41155
|
labelReadOnly?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
41150
41156
|
|
|
@@ -41194,7 +41200,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41194
41200
|
/**
|
|
41195
41201
|
* The VariantManagement control can be used to manage variants, such as filter bar variants or table variants.
|
|
41196
41202
|
*
|
|
41197
|
-
* @deprecated
|
|
41203
|
+
* @deprecated As of version 1.120.0. replaced by the {@link sap.m.VariantManagement} control.
|
|
41198
41204
|
*/
|
|
41199
41205
|
export default class VariantManagement
|
|
41200
41206
|
extends Control
|
|
@@ -41267,7 +41273,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41267
41273
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
41268
41274
|
*
|
|
41269
41275
|
* @since 1.22.0
|
|
41270
|
-
* @deprecated
|
|
41276
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
41271
41277
|
*
|
|
41272
41278
|
* @returns Reference to `this` in order to allow method chaining
|
|
41273
41279
|
*/
|
|
@@ -41469,7 +41475,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41469
41475
|
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
41470
41476
|
*
|
|
41471
41477
|
* @since 1.22.0
|
|
41472
|
-
* @deprecated
|
|
41478
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
41473
41479
|
*
|
|
41474
41480
|
* @returns Reference to `this` in order to allow method chaining
|
|
41475
41481
|
*/
|
|
@@ -41633,7 +41639,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41633
41639
|
* Items displayed by the `VariantManagement` control.
|
|
41634
41640
|
*
|
|
41635
41641
|
* @since 1.22.0
|
|
41636
|
-
* @deprecated
|
|
41642
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
41637
41643
|
*/
|
|
41638
41644
|
getItems(): Item[];
|
|
41639
41645
|
/**
|
|
@@ -41783,7 +41789,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41783
41789
|
* index if found or -1 otherwise.
|
|
41784
41790
|
*
|
|
41785
41791
|
* @since 1.22.0
|
|
41786
|
-
* @deprecated
|
|
41792
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
41787
41793
|
*
|
|
41788
41794
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
41789
41795
|
*/
|
|
@@ -41811,7 +41817,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41811
41817
|
* Inserts a item into the aggregation {@link #getItems items}.
|
|
41812
41818
|
*
|
|
41813
41819
|
* @since 1.22.0
|
|
41814
|
-
* @deprecated
|
|
41820
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
41815
41821
|
*
|
|
41816
41822
|
* @returns Reference to `this` in order to allow method chaining
|
|
41817
41823
|
*/
|
|
@@ -41852,7 +41858,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41852
41858
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
41853
41859
|
*
|
|
41854
41860
|
* @since 1.22.0
|
|
41855
|
-
* @deprecated
|
|
41861
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
41856
41862
|
*
|
|
41857
41863
|
* @returns An array of the removed elements (might be empty)
|
|
41858
41864
|
*/
|
|
@@ -41871,7 +41877,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
41871
41877
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
41872
41878
|
*
|
|
41873
41879
|
* @since 1.22.0
|
|
41874
|
-
* @deprecated
|
|
41880
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
41875
41881
|
*
|
|
41876
41882
|
* @returns The removed item or `null`
|
|
41877
41883
|
*/
|
|
@@ -42201,7 +42207,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
42201
42207
|
/**
|
|
42202
42208
|
* Describes the settings that can be provided to the VariantManagement constructor.
|
|
42203
42209
|
*
|
|
42204
|
-
* @deprecated
|
|
42210
|
+
* @deprecated As of version 1.120.0. replaced by the {@link sap.m.VariantManagement} control.
|
|
42205
42211
|
*/
|
|
42206
42212
|
export interface $VariantManagementSettings extends $ControlSettings {
|
|
42207
42213
|
/**
|
|
@@ -42316,7 +42322,7 @@ declare module "sap/ui/comp/variants/VariantManagement" {
|
|
|
42316
42322
|
* Items displayed by the `VariantManagement` control.
|
|
42317
42323
|
*
|
|
42318
42324
|
* @since 1.22.0
|
|
42319
|
-
* @deprecated
|
|
42325
|
+
* @deprecated As of version 1.26. replaced by the `variantItems` aggregation
|
|
42320
42326
|
*/
|
|
42321
42327
|
items?: Item[] | Item | AggregationBindingInfo | `{${string}}`;
|
|
42322
42328
|
|